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 4d638d5ec938a3e7ef11a49457d456b6b5a1b2e6 (commit) from e8c070037f574d10cca8e66b2d8f1b0bbcfdd30d (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 4d638d5ec938a3e7ef11a49457d456b6b5a1b2e6 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Jun 20 15:24:17 2013 +0200
samba: update to 3.6.16.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/samba | 5 +++++ lfs/samba | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-)
Difference in files: diff --git a/config/rootfiles/packages/samba b/config/rootfiles/packages/samba index 4238ae5..9882067 100644 --- a/config/rootfiles/packages/samba +++ b/config/rootfiles/packages/samba @@ -29,6 +29,8 @@ usr/bin/wbinfo #usr/include/smb_share_modes.h #usr/include/talloc.h #usr/include/tdb.h +#usr/include/tevent.h +#usr/include/tevent_internal.h #usr/include/wbclient.h usr/lib/libnetapi.so usr/lib/libnetapi.so.0 @@ -42,6 +44,9 @@ usr/lib/libtalloc.so.2.0.5 usr/lib/libtdb.so usr/lib/libtdb.so.1 usr/lib/libtdb.so.1.2.9 +usr/lib/libtevent.so +usr/lib/libtevent.so.0 +usr/lib/libtevent.so.0.9.11 usr/lib/libwbclient.so usr/lib/libwbclient.so.0 #usr/lib/samba diff --git a/lfs/samba b/lfs/samba index d8f6800..cf7b4b9 100644 --- a/lfs/samba +++ b/lfs/samba @@ -24,7 +24,7 @@
include Config
-VER = 3.6.15 +VER = 3.6.16
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 = 49 +PAK_VER = 50
DEPS = "cups"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = d9424e9badb089bd51e6cfc752b21dfa +$(DL_FILE)_MD5 = 12c6785802813c2c5bf66e5c4c4e1d93
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree