Your message dated Tue, 3 Jul 2007 17:34:19 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libapache-mod-ssl
Version: 2.7.1-1
Severity: wishlist
Tags: patch
X-Debbugs-CC: [EMAIL PROTECTED]
It would be nice if the libapache-mod-ssl package were built with libmm11
(EAPI_MM) support included since the 'apache' package currently is.
Below is a patch to do that.
Dave
diff -urN libapache-mod-ssl-2.7.1-old/debian/changelog
libapache-mod-ssl-2.7.1/debian/changelog
--- libapache-mod-ssl-2.7.1-old/debian/changelog Thu Feb 22 10:37:08 2001
+++ libapache-mod-ssl-2.7.1/debian/changelog Thu Feb 22 10:33:03 2001
@@ -1,3 +1,10 @@
+libapache-mod-ssl (2.7.1-1.1) unstable; urgency=low
+
+ * Enable libmm11 support for using shared memory caching of SSL
+ session keys
+
+ -- David D. Kilzer <[EMAIL PROTECTED]> Thu, 22 Feb 2001 10:32:56 -0600
+
libapache-mod-ssl (2.7.1-1) unstable; urgency=low
* Now that we have apache 1.3.14 in unstable, update
diff -urN libapache-mod-ssl-2.7.1-old/debian/control
libapache-mod-ssl-2.7.1/debian/control
--- libapache-mod-ssl-2.7.1-old/debian/control Thu Feb 22 10:37:08 2001
+++ libapache-mod-ssl-2.7.1/debian/control Thu Feb 22 10:38:25 2001
@@ -6,7 +6,7 @@
Package: libapache-mod-ssl
Architecture: any
-Depends: ${shlibs:Depends}, openssl, apache-perl (>= 1.3.14-1), apache-perl
(<< 1.3.15-0), make
+Depends: ${shlibs:Depends}, openssl, apache-perl (>= 1.3.14-1), apache-perl
(<< 1.3.15-0), make, libmm11
Suggests: libapache-mod-ssl-doc
Description: Strong cryptography for Apache
This Apache module provides strong cryptography for the Apache 1.3 webserver
diff -urN libapache-mod-ssl-2.7.1-old/debian/rules
libapache-mod-ssl-2.7.1/debian/rules
--- libapache-mod-ssl-2.7.1-old/debian/rules Thu Feb 22 10:37:08 2001
+++ libapache-mod-ssl-2.7.1/debian/rules Thu Feb 22 10:33:19 2001
@@ -22,7 +22,7 @@
touch build
config.status:
- ./configure --with-ssl=SYSTEM --with-apxs=/usr/bin/apxs
+ ./configure --with-ssl=SYSTEM --with-mm=SYSTEM --with-apxs=/usr/bin/apxs
# Architecture independant files.
binary-indep: build checkroot
--- End Message ---
--- Begin Message ---
This package has been removed from Debian unstable. I'm therefore
closing this bug report. The package has been removed because it
has been superseded by apache2. If your bug also applies to apache2,
please let me know.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---