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 3fe1243490b163c9db665e577087aa499a9eb292 (commit) via bac3bb44e6cd3a4b81c5210b780078ac31078917 (commit) via 55b4b3c924e1f3e01cb43bf079be884ac0e0d956 (commit) via 5cb1931f2520e8e46fd32151ab7101b6e0d470a4 (commit) from 060ae9910d2d75ae382379130586a08e9efbf578 (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 3fe1243490b163c9db665e577087aa499a9eb292 Merge: bac3bb4 060ae99 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Feb 8 22:18:23 2011 +0100
Merge branch 'master' of ssh://arne_f@git.ipfire.org/pub/git/ipfire-2.x
commit bac3bb44e6cd3a4b81c5210b780078ac31078917 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Feb 8 22:15:53 2011 +0100
Updated openssh (5.8p1).
commit 55b4b3c924e1f3e01cb43bf079be884ac0e0d956 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Feb 8 22:14:41 2011 +0100
Update openssl (0.9.8r).
commit 5cb1931f2520e8e46fd32151ab7101b6e0d470a4 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Feb 8 22:11:51 2011 +0100
Update clamav (0.97).
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/openssh | 2 ++ config/rootfiles/common/openssl | 1 + .../{oldcore/28 => core/46}/filelists/openssl | 0 config/rootfiles/packages/clamav | 6 +++--- lfs/clamav | 8 ++++---- lfs/openssh | 6 +++--- lfs/openssl | 6 +++--- src/paks/clamav/install.sh | 2 +- 8 files changed, 17 insertions(+), 14 deletions(-) copy config/rootfiles/{oldcore/28 => core/46}/filelists/openssl (100%)
Difference in files: diff --git a/config/rootfiles/common/openssh b/config/rootfiles/common/openssh index faae918..6737b6c 100644 --- a/config/rootfiles/common/openssh +++ b/config/rootfiles/common/openssh @@ -3,6 +3,8 @@ etc/ssh/moduli etc/ssh/ssh_config #etc/ssh/ssh_host_dsa_key #etc/ssh/ssh_host_dsa_key.pub +#etc/ssh/ssh_host_ecdsa_key +#etc/ssh/ssh_host_ecdsa_key.pub #etc/ssh/ssh_host_key #etc/ssh/ssh_host_key.pub #etc/ssh/ssh_host_rsa_key diff --git a/config/rootfiles/common/openssl b/config/rootfiles/common/openssl index c075845..b813c5b 100644 --- a/config/rootfiles/common/openssl +++ b/config/rootfiles/common/openssl @@ -1116,6 +1116,7 @@ usr/lib/libssl.so.0.9.8 #usr/share/man/man3/dsa.3 #usr/share/man/man3/ecdsa.3 #usr/share/man/man3/engine.3 ++usr/share/man/man3/err.3 #usr/share/man/man3/evp.3 #usr/share/man/man3/hmac.3 #usr/share/man/man3/i2d_ASN1_OBJECT.3 diff --git a/config/rootfiles/core/46/filelists/openssl b/config/rootfiles/core/46/filelists/openssl new file mode 120000 index 0000000..e011a92 --- /dev/null +++ b/config/rootfiles/core/46/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/clamav index 17b99fd..fae43b8 100644 --- a/config/rootfiles/packages/clamav +++ b/config/rootfiles/packages/clamav @@ -10,15 +10,15 @@ usr/bin/sigtool #usr/lib/libclamav.la usr/lib/libclamav.so usr/lib/libclamav.so.6 -usr/lib/libclamav.so.6.1.7 +usr/lib/libclamav.so.6.1.9 #usr/lib/libclamunrar.la usr/lib/libclamunrar.so usr/lib/libclamunrar.so.6 -usr/lib/libclamunrar.so.6.1.7 +usr/lib/libclamunrar.so.6.1.9 #usr/lib/libclamunrar_iface.la usr/lib/libclamunrar_iface.so usr/lib/libclamunrar_iface.so.6 -usr/lib/libclamunrar_iface.so.6.1.7 +usr/lib/libclamunrar_iface.so.6.1.9 #usr/lib/pkgconfig/libclamav.pc usr/sbin/clamd usr/share/clamav diff --git a/lfs/clamav b/lfs/clamav index e5a0512..a9d9709 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2011 IPFire Team info@ipfire.org # # # # 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 @@
include Config
-VER = 0.96.5 +VER = 0.97
THISAPP = clamav-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = clamav -PAK_VER = 14 +PAK_VER = 15
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 202e51d47298779e5babacc443102c6a +$(DL_FILE)_MD5 = 605ed132b2f8e89df11064adea2b183b
install : $(TARGET)
diff --git a/lfs/openssh b/lfs/openssh index c9ce714..9f1c280 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2011 IPFire Team info@ipfire.org # # # # 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 @@
include Config
-VER = 5.6p1 +VER = 5.8p1
THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = e6ee52e47c768bf0ec42a232b5d18fb0 +$(DL_FILE)_MD5 = 86f5e1c23b4c4845f23b9b7b493fb53d
install : $(TARGET)
diff --git a/lfs/openssl b/lfs/openssl index dc65ef5..285cae3 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2011 IPFire Team info@ipfire.org # # # # 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 @@
include Config
-VER = 0.9.8q +VER = 0.9.8r
THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 80e67291bec9230f03eefb5cfe858998 +$(DL_FILE)_MD5 = 0352932ea863bc02b056cda7c9ac5b79
install : $(TARGET)
diff --git a/src/paks/clamav/install.sh b/src/paks/clamav/install.sh index 5e4b7b9..3b7610c 100644 --- a/src/paks/clamav/install.sh +++ b/src/paks/clamav/install.sh @@ -23,4 +23,4 @@ # . /opt/pakfire/lib/functions.sh extract_files -/usr/local/bin/clamavctrl enable +/usr/local/bin/clamavctrl enable &
hooks/post-receive -- IPFire 2.x development tree