This is an automated email from the git hooks/post-receive script. dmn pushed a commit to branch master in repository libapache2-mod-perl2.
commit 0f03328cc468acb0d05f63960762a07eec6a3b8e Author: Damyan Ivanov <[email protected]> Date: Thu Jun 19 20:23:33 2014 +0000 drop 320-cleanup-authn-authz-providers.patch, applied upstream --- debian/patches/320-cleanup-authn-authz-providers.patch | 18 ------------------ debian/patches/series | 1 - 2 files changed, 19 deletions(-) diff --git a/debian/patches/320-cleanup-authn-authz-providers.patch b/debian/patches/320-cleanup-authn-authz-providers.patch deleted file mode 100644 index ee164fd..0000000 --- a/debian/patches/320-cleanup-authn-authz-providers.patch +++ /dev/null @@ -1,18 +0,0 @@ -From 75662f4285bad8d28fe787d1293bdd95a535cad1 Mon Sep 17 00:00:00 2001 -From: Niko Tyni <[email protected]> -Date: Fri, 14 Jun 2013 14:07:22 +0300 -Subject: [PATCH] Make sure authn and authz providers are cleaned up in time - -The authn and authz providers need to be registered in the configuration -pool rather than the server process pool. The latter outlives the load -time of the mod_perl shared object, so cleanup hooks could get called -after the registered functions were unloaded, causing SIGSEGVs and other -undefined behaviour. - -Fix suggested by Stefan Fritsch. - -Bug-Debian: http://bugs.debian.org/711213 ---- - src/modules/perl/modperl_cmd.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - diff --git a/debian/patches/series b/debian/patches/series index e9336f7..5a77abd 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -12,7 +12,6 @@ avoid-db-linkage.patch 290-httpd-transition-test-todo.patch 300-http-headers-version.patch 310-defaultruntimedir.patch -320-cleanup-authn-authz-providers.patch #330-mod_authz_core.patch 340-rewrite-2.4.patch 350-ap-test-apache24-define.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache2-mod-perl2.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
