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, next has been updated
via d5e982c11bcdecc74b7c17547188a42766651244 (commit)
via 6a6f993b292be6e26907f6609b476a2b2e179033 (commit)
from 6826896546f7df243ceaea527ecd4df465d6bb0c (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 d5e982c11bcdecc74b7c17547188a42766651244
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Mar 13 21:16:25 2012 +0100
openssl: update to 0.9.8u.
commit 6a6f993b292be6e26907f6609b476a2b2e179033
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Mar 13 20:47:09 2012 +0100
samba: update to 3.5.13.
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/core/{55 => 58}/filelists/openssh | 0
config/rootfiles/core/{55 => 58}/filelists/openssl | 0
lfs/openssl | 4 ++--
lfs/samba | 6 +++---
4 files changed, 5 insertions(+), 5 deletions(-)
copy config/rootfiles/core/{55 => 58}/filelists/openssh (100%)
copy config/rootfiles/core/{55 => 58}/filelists/openssl (100%)
Difference in files:
diff --git a/config/rootfiles/core/58/filelists/openssh b/config/rootfiles/core/58/filelists/openssh
new file mode 120000
index 0000000..d8c77fd
--- /dev/null
+++ b/config/rootfiles/core/58/filelists/openssh
@@ -0,0 +1 @@
+../../../common/openssh
\ No newline at end of file
diff --git a/config/rootfiles/core/58/filelists/openssl b/config/rootfiles/core/58/filelists/openssl
new file mode 120000
index 0000000..e011a92
--- /dev/null
+++ b/config/rootfiles/core/58/filelists/openssl
@@ -0,0 +1 @@
+../../../common/openssl
\ No newline at end of file
diff --git a/lfs/openssl b/lfs/openssl
index 21b6c0e..3336cfb 100644
--- a/lfs/openssl
+++ b/lfs/openssl
@@ -24,7 +24,7 @@
include Config
-VER = 0.9.8t
+VER = 0.9.8u
THISAPP = openssl-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = f5dabb7ffb068eecf245f1b2151df100
+$(DL_FILE)_MD5 = cb41e94f762ed63e41d1cca2b8430ede
install : $(TARGET)
diff --git a/lfs/samba b/lfs/samba
index f31aac2..781a342 100644
--- a/lfs/samba
+++ b/lfs/samba
@@ -24,7 +24,7 @@
include Config
-VER = 3.5.12
+VER = 3.5.13
THISAPP = samba-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = samba
-PAK_VER = 37
+PAK_VER = 38
DEPS = "cups"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = b1b8c6238a5524d001b8518d2b999993
+$(DL_FILE)_MD5 = ceb91e31218e337ae8d47b35f03518ca
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree