[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Freeze exception for apache2-mpm-itk/2.2.6-02-1



Hi,

I'd like to request a freeze exception for apache2-mpm-itk 2.2.6-02-1.
It contains a single bugfix (a security hardening) that was brought to my
attention only today. The bugfix is a oneliner in the upstream code (I am
upstream for the package myself), plus an added call to autoheader.
debdiff below.

Thanks for considering!

/* Steinar */

diff -Nru apache2-mpm-itk-2.2.6-01/debian/changelog apache2-mpm-itk-2.2.6-02/debian/changelog
--- apache2-mpm-itk-2.2.6-01/debian/changelog   2008-07-27 22:51:38.000000000 +0200
+++ apache2-mpm-itk-2.2.6-02/debian/changelog   2008-07-27 22:51:38.000000000 +0200
@@ -1,3 +1,17 @@
+apache2-mpm-itk (2.2.6-02-1) unstable; urgency=medium
+
+  * New upstream release.
+    * Fixes a configure test for libcap.
+  * Update Debian package to fix fine-grained capability dropping support.
+    Together with the upstream fixes, this enables capability dropping,
+    which was previously broken. (Closes: #492614)
+    * Run autoheader before autoconf, so HAVE_LIBCAP gets into the right .h
+      file.
+    * Change build-dependency from libcap-dev to libcap2-dev, as libcap-dev is
+      deprecated.
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Sun, 27 Jul 2008 22:18:26 +0200
+
 apache2-mpm-itk (2.2.6-01-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru apache2-mpm-itk-2.2.6-01/debian/control apache2-mpm-itk-2.2.6-02/debian/control
--- apache2-mpm-itk-2.2.6-01/debian/control     2008-07-27 22:51:38.000000000 +0200
+++ apache2-mpm-itk-2.2.6-02/debian/control     2008-07-27 22:51:38.000000000 +0200
@@ -1,7 +1,7 @@
 Source: apache2-mpm-itk
 Section: net
 Priority: extra
-Build-Depends: apache2-src (>= 2.2.9), libaprutil1-dev, libcap-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], autoconf, debhelper (>> 5.0.0)
+Build-Depends: apache2-src (>= 2.2.9), libaprutil1-dev, libcap2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], autoconf, debhelper (>> 5.0.0)
 Maintainer: Steinar H. Gunderson <sesse@debian.org>
 Standards-Version: 3.7.3
 
diff -Nru apache2-mpm-itk-2.2.6-01/debian/rules apache2-mpm-itk-2.2.6-02/debian/rules
--- apache2-mpm-itk-2.2.6-01/debian/rules       2008-07-27 22:51:38.000000000 +0200
+++ apache2-mpm-itk-2.2.6-02/debian/rules       2008-07-27 22:51:38.000000000 +0200
@@ -30,6 +30,7 @@
                        echo ;                                                                  \
                done ;                                                                          \
                                                                                                \
+               autoheader ;                                                                    \
                autoconf                                                                        \
        )
        
diff -Nru apache2-mpm-itk-2.2.6-01/patches/08-capabilities.patch apache2-mpm-itk-2.2.6-02/patches/08-capabilities.patch
--- apache2-mpm-itk-2.2.6-01/patches/08-capabilities.patch      2008-01-05 12:36:45.000000000 +0100
+++ apache2-mpm-itk-2.2.6-02/patches/08-capabilities.patch      2008-07-27 22:28:37.000000000 +0200
@@ -65,7 +65,7 @@
    MPM_SUBDIR_NAME=$MPM_NAME
  fi
 +
-+if "$apache_cv_mpm" = "itk" ; then
++if test "$apache_cv_mpm" = "itk" ; then
 +  AC_CHECK_LIB(cap, cap_init)
 +fi
 +

-- 
Homepage: http://www.sesse.net/


Reply to: