[Pkg-fedora-ds-maintainers] libapache2-mod-nss: Changes to 'master'

Timo Aaltonen tjaalton at moszumanska.debian.org
Thu Mar 12 13:53:01 UTC 2015


 debian/README.Debian             |   16 ----------------
 debian/changelog                 |    7 +++++++
 debian/libapache2-mod-nss.postrm |    2 +-
 3 files changed, 8 insertions(+), 17 deletions(-)

New commits:
commit f84e04a08467823cce19bffca54116ca89c0246c
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Thu Mar 12 15:25:47 2015 +0200

    releasing package libapache2-mod-nss version 1.0.10-3

diff --git a/debian/changelog b/debian/changelog
index db9d815..d629f00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-libapache2-mod-nss (1.0.10-3) UNRELEASED; urgency=medium
+libapache2-mod-nss (1.0.10-3) unstable; urgency=medium
 
-  * postrm: Clean up the right files.
-  * README.Debian: Removed, it's obsolete.
+  * postrm: Clean up the right files. (Closes: #770536)
+  * README.Debian: Removed, it was obsolete and contained misinformation.
 
- -- Timo Aaltonen <tjaalton at debian.org>  Fri, 06 Mar 2015 10:34:26 +0200
+ -- Timo Aaltonen <tjaalton at debian.org>  Thu, 12 Mar 2015 15:25:13 +0200
 
 libapache2-mod-nss (1.0.10-2) unstable; urgency=medium
 

commit 8ed27e54ed297fa31cdc2cc84271d8f6f114f89e
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Fri Mar 6 10:35:50 2015 +0200

    README.Debian: Removed, it's obsolete.

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index d0a5096..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,16 +0,0 @@
-libapache2-mod-nss for Debian
--------------------------------------
-
-You can enable this module using a2enmod:
-
-  # a2enmod nss
-
-Once enabled, you need to run the 'gencert' wrapper script that will generate the NSS db's for you in /etc/libapache2-mod-nss:
-# /usr/share/libapache2-mod-nss/gencert /etc/libapache2-mod-nss
-# chown -R www-data: /etc/libapache2-mod-nss
-
-Then starting apache, the password is: httptest
-
-FIXME: should we aim for a standard location for all the machine-level certs generated/used by NSS? (if yes, for whom should it be readable writable?)
-
- -- Michele Baldessari <michele at pupazzo.org>, Tue, 12 May 2008 22:08:34 +0100
diff --git a/debian/changelog b/debian/changelog
index 1dece65..db9d815 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libapache2-mod-nss (1.0.10-3) UNRELEASED; urgency=medium
 
   * postrm: Clean up the right files.
+  * README.Debian: Removed, it's obsolete.
 
  -- Timo Aaltonen <tjaalton at debian.org>  Fri, 06 Mar 2015 10:34:26 +0200
 

commit fb28d78dccbc4c30aa3de6f1cbf96a9b53fcdbb6
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Fri Mar 6 10:34:34 2015 +0200

    postrm: Clean up the right files.

diff --git a/debian/changelog b/debian/changelog
index d027154..1dece65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libapache2-mod-nss (1.0.10-3) UNRELEASED; urgency=medium
+
+  * postrm: Clean up the right files.
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Fri, 06 Mar 2015 10:34:26 +0200
+
 libapache2-mod-nss (1.0.10-2) unstable; urgency=medium
 
   * rules: Don't enable the module by default.
diff --git a/debian/libapache2-mod-nss.postrm b/debian/libapache2-mod-nss.postrm
index 3fb1de9..89cb46b 100644
--- a/debian/libapache2-mod-nss.postrm
+++ b/debian/libapache2-mod-nss.postrm
@@ -4,7 +4,7 @@ set -e
 CERTDIR=/etc/apache2/nssdb
 
 if [ "$1" = purge ]; then
-    for i in cert9.db key4.db install.log pkcs11.txt; do
+    for i in cert8.db key3.db install.log secmod.db; do
         rm -f $CERTDIR/$i
     done
     echo "libapache2-mod-nss certificate database cleared."



More information about the Pkg-fedora-ds-maintainers mailing list