This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 98eda9b110c35308f1e0dbb83ce10fd288a3a413 (commit) via 2a831ad01907115aa642ded8417830580dc00b8c (commit) from 6e725fc4f1f3d440dbc2b423fa333a926c5e0654 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 98eda9b110c35308f1e0dbb83ce10fd288a3a413 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jan 24 16:04:17 2010 +0100
Updated openssh (5.3p1).
commit 2a831ad01907115aa642ded8417830580dc00b8c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jan 24 16:03:05 2010 +0100
Updated openssl (0.9.8l).
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/36/filelists/openssh | 1 + .../{oldcore/28 => core/36}/filelists/openssl | 0 lfs/openssh | 4 ++-- lfs/openssl | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) create mode 120000 config/rootfiles/core/36/filelists/openssh copy config/rootfiles/{oldcore/28 => core/36}/filelists/openssl (100%)
Difference in files: diff --git a/config/rootfiles/core/36/filelists/openssh b/config/rootfiles/core/36/filelists/openssh new file mode 120000 index 0000000..d8c77fd --- /dev/null +++ b/config/rootfiles/core/36/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/36/filelists/openssl b/config/rootfiles/core/36/filelists/openssl new file mode 120000 index 0000000..e011a92 --- /dev/null +++ b/config/rootfiles/core/36/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file diff --git a/lfs/openssh b/lfs/openssh index 1a048bf..c64cd56 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@
include Config
-VER = 5.2p1 +VER = 5.3p1
THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = ada79c7328a8551bdf55c95e631e7dad +$(DL_FILE)_MD5 = 13563dbf61f36ca9a1e4254260131041
install : $(TARGET)
diff --git a/lfs/openssl b/lfs/openssl index fe35658..878f52b 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@
include Config
-VER = 0.9.8k +VER = 0.9.8l
THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = e555c6d58d276aec7fdc53363e338ab3 +$(DL_FILE)_MD5 = 05a0ece1372392a2cf310ebb96333025
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree