From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 3ec88e97cdcafe2818fec9826e46dc08a35ca9c3 Date: Mon, 23 Feb 2015 16:54:43 +0100 Message-ID: <20150223155450.1371A21EF6@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7435689885098420731==" List-Id: --===============7435689885098420731== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 3ec88e97cdcafe2818fec9826e46dc08a35ca9c3 (commit) via 5bbf213dc72faabb59f7ed14b79f76d9bde7ca1a (commit) via a403ce7cca3d1d9a0abb0704de1e35de0d7de2e6 (commit) from 9306852543de7991f1cb0c1ce0a6022c477ba1d8 (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 3ec88e97cdcafe2818fec9826e46dc08a35ca9c3 Author: Arne Fitzenreiter Date: Mon Feb 23 16:53:07 2015 +0100 clamav: update to 0.98.6. commit 5bbf213dc72faabb59f7ed14b79f76d9bde7ca1a Author: Arne Fitzenreiter Date: Mon Feb 23 16:51:15 2015 +0100 samba: security update to 3.6.25. =20 Fix CVE-2015-0240 (unexpected code execution in smbd). commit a403ce7cca3d1d9a0abb0704de1e35de0d7de2e6 Author: Matthias Fischer Date: Sat Dec 6 22:15:53 2014 +0100 clamav: Update to 0.98.5 ----------------------------------------------------------------------- Summary of changes: config/rootfiles/packages/clamav | 7 +++---- lfs/clamav | 10 +++++----- lfs/samba | 8 ++++---- 3 files changed, 12 insertions(+), 13 deletions(-) Difference in files: diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/cla= mav index f3afd6b..7353313 100644 --- a/config/rootfiles/packages/clamav +++ b/config/rootfiles/packages/clamav @@ -11,15 +11,15 @@ usr/bin/sigtool #usr/lib/libclamav.la usr/lib/libclamav.so usr/lib/libclamav.so.6 -usr/lib/libclamav.so.6.1.23 +usr/lib/libclamav.so.6.1.25 #usr/lib/libclamunrar.la usr/lib/libclamunrar.so usr/lib/libclamunrar.so.6 -usr/lib/libclamunrar.so.6.1.23 +usr/lib/libclamunrar.so.6.1.25 #usr/lib/libclamunrar_iface.la usr/lib/libclamunrar_iface.so usr/lib/libclamunrar_iface.so.6 -usr/lib/libclamunrar_iface.so.6.1.23 +usr/lib/libclamunrar_iface.so.6.1.25 #usr/lib/pkgconfig/libclamav.pc usr/sbin/clamd usr/share/clamav @@ -41,6 +41,5 @@ var/ipfire/clamav/clamd.conf var/ipfire/clamav/clamd.conf.sample var/ipfire/clamav/freshclam.conf var/ipfire/clamav/freshclam.conf.sample -#var/run/clamav etc/rc.d/init.d/clamav usr/local/bin/clamavctrl diff --git a/lfs/clamav b/lfs/clamav index 58f0341..43b5060 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2014 IPFire Team = # +# Copyright (C) 2007-2015 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.98.4 +VER =3D 0.98.6 =20 THISAPP =3D clamav-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D clamav -PAK_VER =3D 26 +PAK_VER =3D 28 =20 DEPS =3D "" =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 6d409eab6c311de05a0a591fccd2ec83 +$(DL_FILE)_MD5 =3D 7f4f7e82a09e42c4ebf153d6d452d9d8 =20 install : $(TARGET) =20 @@ -94,7 +94,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) mkdir -p /var/run/clamav chown clamav:clamav /var/run/clamav =20 - # Disable PaX mprotect for clamd and freshclam + # Disable PaX mprotect for clamd, clamscan and freshclam paxctl -cm /usr/sbin/clamd paxctl -cm /usr/bin/clamscan paxctl -cm /usr/bin/freshclam diff --git a/lfs/samba b/lfs/samba index 213f8eb..f0dcf83 100644 --- a/lfs/samba +++ b/lfs/samba @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2014 IPFire Team = # +# Copyright (C) 2007-2015 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.6.24 +VER =3D 3.6.25 =20 THISAPP =3D samba-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D samba -PAK_VER =3D 59 +PAK_VER =3D 60 =20 DEPS =3D "cups krb5" =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D d98425c0c2b73e08f048d31ffc727fb0 +$(DL_FILE)_MD5 =3D 76da2fa64edd94a0188531e7ecb27c4e =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============7435689885098420731==--