Merge lp:~zulcss/ubuntu/jaunty/mod-auth-mysql/mod-auth-mysql-sru-jaunty-364581 into lp:ubuntu/jaunty/mod-auth-mysql

Proposed by Chuck Short
Status: Work in progress
Proposed branch: lp:~zulcss/ubuntu/jaunty/mod-auth-mysql/mod-auth-mysql-sru-jaunty-364581
Merge into: lp:ubuntu/jaunty/mod-auth-mysql
Diff against target: 55 lines (+23/-1)
4 files modified
debian/changelog (+6/-0)
debian/control (+2/-1)
debian/patches/00list (+1/-0)
debian/patches/014-fix-ubuntu-segfault.dpatch (+14/-0)
To merge this branch: bzr merge lp:~zulcss/ubuntu/jaunty/mod-auth-mysql/mod-auth-mysql-sru-jaunty-364581
Reviewer Review Type Date Requested Status
Ubuntu Server Pending
Review via email: mp+21742@code.launchpad.net

Description of the change

This fixes the bug in jaunty.

To post a comment you must log in.

Unmerged revisions

6. By Chuck Short

Update changelog

5. By Chuck Short

Update debian/control

4. By Chuck Short

debian/patches/014-fix-ubuntu-segfault.dpatch: Fixes segfault when running with mod-auth-mysql.

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 2009-01-21 18:58:04 +0000
3+++ debian/changelog 2010-03-19 18:02:26 +0000
4@@ -1,3 +1,9 @@
5+mod-auth-mysql (4.3.9-11ubuntu1) jaunty-proposed; urgency=low
6+
7+ * debian/patches/014-fix-ubuntu-segfault.dpatch: Fixes segfault when running with mod-auth-mysql.
8+
9+ -- Chuck Short <zulcss@ubuntu.com> Fri, 19 Mar 2010 13:44:50 -0400
10+
11 mod-auth-mysql (4.3.9-11) unstable; urgency=medium
12
13 * Change section web to net
14
15=== modified file 'debian/control'
16--- debian/control 2009-01-21 18:58:04 +0000
17+++ debian/control 2010-03-19 18:02:26 +0000
18@@ -1,7 +1,8 @@
19 Source: mod-auth-mysql
20 Section: net
21 Priority: optional
22-Maintainer: Joey Schulze <joey@debian.org>
23+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
24+XSBC-Original-Maintainer: Joey Schulze <joey@debian.org>
25 Standards-Version: 3.8.0
26 Build-Depends: debhelper (>= 5.0.0), dpatch, libmysqlclient15-dev, apache2-threaded-dev (>= 2.0.50-10)
27
28
29=== modified file 'debian/patches/00list'
30--- debian/patches/00list 2009-01-21 18:58:04 +0000
31+++ debian/patches/00list 2010-03-19 18:02:26 +0000
32@@ -10,3 +10,4 @@
33 011-auth_basic
34 012-charset
35 013-CVE-2008-2384_charset
36+014-fix-ubuntu-segfault
37
38=== added file 'debian/patches/014-fix-ubuntu-segfault.dpatch'
39--- debian/patches/014-fix-ubuntu-segfault.dpatch 1970-01-01 00:00:00 +0000
40+++ debian/patches/014-fix-ubuntu-segfault.dpatch 2010-03-19 18:02:26 +0000
41@@ -0,0 +1,14 @@
42+#! /bin/sh /usr/share/dpatch/dpatch-run
43+
44+@DPATCH@
45+diff -Naurp mod-auth-mysql-4.3.9.orig/mod_auth_mysql.c mod-auth-mysql-4.3.9/mod_auth_mysql.c
46+--- mod-auth-mysql-4.3.9.orig/mod_auth_mysql.c 2004-12-23 08:43:14.000000000 -0500
47++++ mod-auth-mysql-4.3.9/mod_auth_mysql.c 2010-03-19 13:42:55.002627154 -0400
48+@@ -48,6 +48,7 @@
49+ #include <http_log.h>
50+ #ifdef APACHE2
51+ #include "http_request.h" /* for ap_hook_(check_user_id | auth_checker)*/
52++#include <apr_strings.h>
53+ #include <apr_md5.h>
54+ #include <apr_sha1.h>
55+ #else

Subscribers

People subscribed via source and target branches

to all changes: