Merge lp:~racb/ubuntu/precise/modsecurity-apache/988819_2 into lp:ubuntu/precise/modsecurity-apache

Proposed by Robie Basak
Status: Merged
Merge reported by: Stéphane Graber
Merged at revision: not available
Proposed branch: lp:~racb/ubuntu/precise/modsecurity-apache/988819_2
Merge into: lp:ubuntu/precise/modsecurity-apache
Diff against target: 47 lines (+21/-2)
3 files modified
debian/changelog (+19/-0)
debian/control (+2/-1)
debian/mod-security.load (+0/-1)
To merge this branch: bzr merge lp:~racb/ubuntu/precise/modsecurity-apache/988819_2
Reviewer Review Type Date Requested Status
James Page Approve
Ubuntu branches Pending
Review via email: mp+115723@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Page (james-page) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-12-28 16:51:11 +0000
3+++ debian/changelog 2012-07-19 12:50:36 +0000
4@@ -1,3 +1,22 @@
5+modsecurity-apache (2.6.3-1ubuntu0.2) precise-proposed; urgency=low
6+
7+ * debian/mod-security.load: revert previous change, since an alternate
8+ solution has been agreed in the bug.
9+ * debian/mod-security.load: drop LoadFile directive entirely, and rely on
10+ the loader to resolve all required dependencies. This avoids the
11+ hardcoded path which fails on multiarch-enabled systems (LP: #988819).
12+
13+ -- Robie Basak <robie.basak@ubuntu.com> Thu, 19 Jul 2012 11:33:40 +0000
14+
15+modsecurity-apache (2.6.3-1ubuntu0.1) precise-proposed; urgency=low
16+
17+ * debian/mod-security.load: remove libxml2.so.2 path, since with
18+ multiarch it is always incorrect on i386 and amd64. Use no path and
19+ a corresponding apache2 change to use the standard dlopen search
20+ path in this case to allow the library to be found (LP: #988819).
21+
22+ -- Robie Basak <robie.basak@ubuntu.com> Fri, 08 Jun 2012 15:40:04 +0100
23+
24 modsecurity-apache (2.6.3-1) unstable; urgency=low
25
26 * New upstream release
27
28=== modified file 'debian/control'
29--- debian/control 2011-06-16 13:58:40 +0000
30+++ debian/control 2012-07-19 12:50:36 +0000
31@@ -1,7 +1,8 @@
32 Source: modsecurity-apache
33 Section: httpd
34 Priority: optional
35-Maintainer: Alberto Gonzalez Iniesta <agi@inittab.org>
36+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
37+XSBC-Original-Maintainer: Alberto Gonzalez Iniesta <agi@inittab.org>
38 Build-Depends: debhelper (>> 7.0.0), apache2-threaded-dev|apache2-prefork-dev, libxml2-dev (>= 2.0.50-10), liblua5.1-0-dev, libcurl4-gnutls-dev
39 Standards-Version: 3.9.2
40 Homepage: http://www.modsecurity.org/
41
42=== modified file 'debian/mod-security.load'
43--- debian/mod-security.load 2011-03-23 18:36:29 +0000
44+++ debian/mod-security.load 2012-07-19 12:50:36 +0000
45@@ -1,2 +1,1 @@
46-LoadFile /usr/lib/libxml2.so.2
47 LoadModule security2_module /usr/lib/apache2/modules/mod_security2.so

Subscribers

People subscribed via source and target branches

to all changes: