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 cbc492f516c0dc8077b2e41f336776aca552e256 (commit) from 239f8188e22bec5ea0820dd0e566fc8dcbd3e3c1 (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 cbc492f516c0dc8077b2e41f336776aca552e256 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Mar 2 19:44:26 2014 +0100
apache2: update to 2.2.26.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/apache2 | 5 +++-- lfs/apache2 | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apache2 index 2076fc3..092a16f 100644 --- a/config/rootfiles/common/apache2 +++ b/config/rootfiles/common/apache2 @@ -606,6 +606,7 @@ etc/httpd/conf/mime.types #srv/web/ipfire/manual/mod/mod_authz_groupfile.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authz_host.html #srv/web/ipfire/manual/mod/mod_authz_host.html.en +#srv/web/ipfire/manual/mod/mod_authz_host.html.fr #srv/web/ipfire/manual/mod/mod_authz_host.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authz_host.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authz_owner.html @@ -1330,12 +1331,12 @@ usr/lib/apr-util-1/apr_dbd_sqlite3.so #usr/lib/libapr-1.la usr/lib/libapr-1.so usr/lib/libapr-1.so.0 -usr/lib/libapr-1.so.0.4.6 +usr/lib/libapr-1.so.0.4.8 #usr/lib/libaprutil-1.a #usr/lib/libaprutil-1.la usr/lib/libaprutil-1.so usr/lib/libaprutil-1.so.0 -usr/lib/libaprutil-1.so.0.4.1 +usr/lib/libaprutil-1.so.0.5.2 #usr/lib/pkgconfig/apr-1.pc #usr/lib/pkgconfig/apr-util-1.pc #usr/sbin/ab diff --git a/lfs/apache2 b/lfs/apache2 index 50c94a6..697fab6 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2012 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2014 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 # @@ -25,7 +25,7 @@
include Config
-VER = 2.2.23 +VER = 2.2.26
THISAPP = httpd-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -47,7 +47,7 @@ objects = $(DL_FILE) \ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) httpd-2.2.2-config-1.patch = $(DL_FROM)/httpd-2.2.2-config-1.patch
-$(DL_FILE)_MD5 = ca133de0e4b4b15316990a97186b9993 +$(DL_FILE)_MD5 = 254eda547f8d624604e4bf403241e617 httpd-2.2.2-config-1.patch_MD5 = e02a3ec5925eb9e111400b9aa229f822
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree