Your message dated Mon, 03 Nov 2014 18:02:36 +0000
with message-id <[email protected]>
and subject line Re: Bug#767958: unblock: mongodb/1:2.4.10-3
has caused the Debian Bug report #767958,
regarding unblock: mongodb/1:2.4.10-3
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 [email protected]
immediately.)
--
767958: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767958
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
The last upload of mongodb fixes systemd support. Its bug[1] is not RC
severity. But not starting/stopping a daemon if systemd is used can be
considered at least very important. The fix is one-liner in rules , I
have to take care of dh_systemd_enable in override_dh_installinit.
The debdiff is attached.
Upstream released 2.6.0 too late for Jessie, then started to work for
2.8.0. Then I was blind to see they backport important fixes for the
2.4.x tree. The 2.4.11 [2] and 2.4.12 [3] changelogs are available, as
well the upcoming 2.4.13 [4].
I suspect it's too late to let them enter Jessie, but I'd be happy to
package them if allowed. At least I ask permission to use the security
fix[5] and disabling of the SSLv3 ciphers[6]. Which path may I take?
Thanks,
Laszlo/GCS
unblock mongodb/1:2.4.10-3
[1] http://bugs.debian.org/767211
[2] https://jira.mongodb.org/browse/SERVER/fixforversion/13795
[3] https://jira.mongodb.org/browse/SERVER/fixforversion/14288
[4] https://jira.mongodb.org/browse/SERVER/fixforversion/14488
[5] https://jira.mongodb.org/browse/SERVER-14268
[6] https://jira.mongodb.org/browse/SERVER-15673
diff -Nru mongodb-2.4.10/debian/changelog mongodb-2.4.10/debian/changelog
--- mongodb-2.4.10/debian/changelog 2014-06-21 21:03:15.000000000 +0200
+++ mongodb-2.4.10/debian/changelog 2014-11-02 01:42:59.000000000 +0100
@@ -1,3 +1,10 @@
+mongodb (1:2.4.10-3) unstable; urgency=medium
+
+ * Enable systemd unit file (closes: #767211).
+ * Update Standards-Version to 3.9.6 .
+
+ -- Laszlo Boszormenyi (GCS) <[email protected]> Wed, 29 Oct 2014 22:43:27 +0000
+
mongodb (1:2.4.10-2) unstable; urgency=low
* Enable systemd service (closes: #745674).
diff -Nru mongodb-2.4.10/debian/control mongodb-2.4.10/debian/control
--- mongodb-2.4.10/debian/control 2014-06-21 20:40:58.000000000 +0200
+++ mongodb-2.4.10/debian/control 2014-11-02 01:13:05.000000000 +0100
@@ -21,7 +21,7 @@
libv8-dev (>= 3.12),
python-pymongo,
scons
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/collab-maint/mongodb.git
Vcs-Browser: http://anonscm.debian.org/git/collab-maint/mongodb.git
Homepage: http://www.mongodb.org
diff -Nru mongodb-2.4.10/debian/copyright mongodb-2.4.10/debian/copyright
--- mongodb-2.4.10/debian/copyright 2013-11-13 10:14:31.000000000 +0100
+++ mongodb-2.4.10/debian/copyright 2014-11-02 01:30:21.000000000 +0100
@@ -16,6 +16,7 @@
Antonin Kral
Roberto C. Sanchez
+ Laszlo Boszormenyi (GCS)
Copyright:
diff -Nru mongodb-2.4.10/debian/rules mongodb-2.4.10/debian/rules
--- mongodb-2.4.10/debian/rules 2014-06-21 20:59:43.000000000 +0200
+++ mongodb-2.4.10/debian/rules 2014-10-29 23:44:37.000000000 +0100
@@ -48,10 +48,11 @@
scons $(DEB_SCONS_INSTALL)
override_dh_installinit:
+ dh_systemd_enable --name=mongodb
dh_installinit -pmongodb-server --name=mongodb
%:
- dh $@ --parallel --with-systemd
+ dh $@ --parallel --with=systemd
.PHONY: override_dh_clean override_dh_auto_build override_dh_auto_test \
override_dh_auto_install override_dh_installinit
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
On 2014-11-03 17:39, Laszlo Boszormenyi (GCS) wrote:
The last upload of mongodb fixes systemd support. Its bug[1] is not RC
severity. But not starting/stopping a daemon if systemd is used can be
considered at least very important. The fix is one-liner in rules , I
have to take care of dh_systemd_enable in override_dh_installinit.
The debdiff is attached.
Unblocked; thanks.
Upstream released 2.6.0 too late for Jessie, then started to work for
2.8.0. Then I was blind to see they backport important fixes for the
2.4.x tree. The 2.4.11 [2] and 2.4.12 [3] changelogs are available, as
well the upcoming 2.4.13 [4].
I suspect it's too late to let them enter Jessie, but I'd be happy to
package them if allowed. At least I ask permission to use the security
fix[5] and disabling of the SSLv3 ciphers[6]. Which path may I take?
Please open a new bug to discuss that.
Regards,
Adam
--- End Message ---