Bug#767467: marked as done (unblock: libapache2-mod-nss/1.0.10-2)
Your message dated Fri, 31 Oct 2014 21:19:03 +0100
with message-id <5453EEB7.2000703@thykier.net>
and subject line Re: Bug#767467: unblock: libapache2-mod-nss/1.0.10-2
has caused the Debian Bug report #767467,
regarding unblock: libapache2-mod-nss/1.0.10-2
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)
--
767467: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767467
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package libapache2-mod-nss
This module should not be enabled by default, since it'd leave
port 8443 open. That also interferes with freeipa-server setup
script which tests that the port is available for certificate
authority, and will fail if it's not.
I simply forgot to push this change to sid before last weekend..
diff --git a/debian/changelog b/debian/changelog
index ccaf094..d027154 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libapache2-mod-nss (1.0.10-2) unstable; urgency=medium
+
+ * rules: Don't enable the module by default.
+
+ -- Timo Aaltonen <tjaalton@debian.org> Tue, 28 Oct 2014 15:11:45 +0200
+
libapache2-mod-nss (1.0.10-1) unstable; urgency=medium
* mod_nss-conf.patch: Fix IfModule header so it'll actually load when
diff --git a/debian/rules b/debian/rules
index 7a0cdaf..7b44508 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,9 @@ override_dh_install:
# too many fedoraisms in the tests to bother
override_dh_auto_test:
+override_dh_apache2:
+ dh_apache2 -e
+
gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 's/-.*$$//')
gentarball:
git archive --format=tar upstream --prefix=$(SOURCE)-$(UV)/ | xz --best > ../$(SOURCE)_$(UV).orig.tar.xz
unblock libapache2-mod-nss/1.0.10-2
--- End Message ---
--- Begin Message ---
On 2014-10-31 10:28, Timo Aaltonen wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
>
> Please unblock package libapache2-mod-nss
>
> This module should not be enabled by default, since it'd leave
> port 8443 open. That also interferes with freeipa-server setup
> script which tests that the port is available for certificate
> authority, and will fail if it's not.
>
> I simply forgot to push this change to sid before last weekend..
>
> [...]
Nothing for us to do as the package should migrate on its own tonight
(the freeze starts on the 5th of November). That said, if the freeze
had started, you should be presenting the full debdiff between testing
and unstable[1].
~Niels
[1] For more info on the freeze and unblock bugs, please see:
* https://release.debian.org/jessie/freeze_policy.html
--- End Message ---
Reply to: