[httpd] update to 2.2.19 enable dbd, authn_dbd in default config

jorton jorton at fedoraproject.org
Thu Jul 14 08:02:19 UTC 2011


commit 5ac19f6bb6eb15c51493a7339a447190baa0f52d
Author: Joe Orton <jorton at redhat.com>
Date:   Thu Jul 14 09:01:57 2011 +0100

    update to 2.2.19
    enable dbd, authn_dbd in default config

 .gitignore |    1 +
 httpd.conf |    4 ++--
 httpd.spec |   10 +++++++---
 sources    |    2 +-
 4 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3142045..78c51c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ x86_64
 /*.rpm
 /.build*.log
 /noarch
+/httpd-2.2.19.tar.gz
diff --git a/httpd.conf b/httpd.conf
index d56c2dc..f50befd 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -159,6 +159,8 @@ LoadModule authz_owner_module modules/mod_authz_owner.so
 LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
 LoadModule authz_dbm_module modules/mod_authz_dbm.so
 LoadModule authz_default_module modules/mod_authz_default.so
+LoadModule authn_dbd_module modules/mod_authn_dbd.so
+LoadModule dbd_module modules/mod_dbd.so
 LoadModule ldap_module modules/mod_ldap.so
 LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
 LoadModule include_module modules/mod_include.so
@@ -203,10 +205,8 @@ LoadModule version_module modules/mod_version.so
 # The following modules are not loaded by default:
 #
 #LoadModule asis_module modules/mod_asis.so
-#LoadModule authn_dbd_module modules/mod_authn_dbd.so
 #LoadModule cern_meta_module modules/mod_cern_meta.so
 #LoadModule cgid_module modules/mod_cgid.so
-#LoadModule dbd_module modules/mod_dbd.so
 #LoadModule dumpio_module modules/mod_dumpio.so
 #LoadModule filter_module modules/mod_filter.so
 #LoadModule ident_module modules/mod_ident.so
diff --git a/httpd.spec b/httpd.spec
index 8742c96..0b1eb43 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -7,10 +7,10 @@
 
 Summary: Apache HTTP Server
 Name: httpd
-Version: 2.2.17
-Release: 13%{?dist}
+Version: 2.2.19
+Release: 1%{?dist}
 URL: http://httpd.apache.org/
-Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
+Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
 Source1: index.html
 Source3: httpd.logrotate
 Source4: httpd.init
@@ -509,6 +509,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/httpd/build/*.sh
 
 %changelog
+* Fri Jul  1 2011 Joe Orton <jorton at redhat.com> - 2.2.19-1
+- update to 2.2.19
+- enable dbd, authn_dbd in default config
+
 * Thu Apr 14 2011 Joe Orton <jorton at redhat.com> - 2.2.17-13
 - fix path expansion in service files
 
diff --git a/sources b/sources
index 0860a08..78146ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-16eadc59ea6b38af33874d300973202e  httpd-2.2.17.tar.bz2
+e9f5453e1e4d7aeb0e7ec7184c6784b5  httpd-2.2.19.tar.gz


More information about the scm-commits mailing list