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 6ee77762b57341c8e6e55fe114b1639495e86d1b (commit)
from eb5b3f95274ede9058dfd81401f7d3aa602a343d (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 6ee77762b57341c8e6e55fe114b1639495e86d1b
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Fri Nov 4 12:29:28 2011 +0100
samba: update to 3.5.12.
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/packages/samba | 1 +
lfs/samba | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
Difference in files:
diff --git a/config/rootfiles/packages/samba b/config/rootfiles/packages/samba
index 22346c2..0616b4b 100644
--- a/config/rootfiles/packages/samba
+++ b/config/rootfiles/packages/samba
@@ -171,6 +171,7 @@ usr/sbin/winbindd
#usr/share/man/man8/umount.cifs.8
#usr/share/man/man8/vfs_acl_tdb.8
#usr/share/man/man8/vfs_acl_xattr.8
+#usr/share/man/man8/vfs_aio_fork.8
#usr/share/man/man8/vfs_audit.8
#usr/share/man/man8/vfs_cacheprime.8
#usr/share/man/man8/vfs_cap.8
diff --git a/lfs/samba b/lfs/samba
index bd2c32a..f31aac2 100644
--- a/lfs/samba
+++ b/lfs/samba
@@ -24,7 +24,7 @@
include Config
-VER = 3.5.11
+VER = 3.5.12
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 = 36
+PAK_VER = 37
DEPS = "cups"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 81bbd16048c6ca40baea8c59126ee385
+$(DL_FILE)_MD5 = b1b8c6238a5524d001b8518d2b999993
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree