Bug#805293: jessie-pu: package systemd/215-17+deb8u3

2015-11-26 Thread Adam D. Barratt
Control: tags -1 + pending

On Sat, 2015-11-21 at 20:30 +0100, Michael Biebl wrote:
> Am 21.11.2015 um 17:31 schrieb Julien Cristau:
> > On Mon, Nov 16, 2015 at 18:22:05 +0100, Michael Biebl wrote:
> >> I'd like to update the systemd package in stable to fix a few issues
> > Thanks for the explanations.  Go ahead.
> 
> Uploaded.

Flagged for acceptance.

Regards,

Adam



Bug#805293: jessie-pu: package systemd/215-17+deb8u3

2015-11-21 Thread Julien Cristau
Control: tag -1 confirmed

On Mon, Nov 16, 2015 at 18:22:05 +0100, Michael Biebl wrote:

> Package: release.debian.org
> Severity: normal
> Tags: jessie
> User: release.debian@packages.debian.org
> Usertags: pu
> 
> I'd like to update the systemd package in stable to fix a few issues
> where users asked us explicitly to backport fixes from upstream.
> 
> All those issue have been fixed in sid/testing.
> Full debdiff is attached.
> 
Thanks for the explanations.  Go ahead.

Cheers,
Julien


signature.asc
Description: PGP signature


Bug#805293: jessie-pu: package systemd/215-17+deb8u3

2015-11-21 Thread Michael Biebl
Am 21.11.2015 um 17:31 schrieb Julien Cristau:
> On Mon, Nov 16, 2015 at 18:22:05 +0100, Michael Biebl wrote:
>> I'd like to update the systemd package in stable to fix a few issues
> Thanks for the explanations.  Go ahead.

Uploaded.

Regards,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#805293: jessie-pu: package systemd/215-17+deb8u3

2015-11-16 Thread Michael Biebl
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian@packages.debian.org
Usertags: pu

I'd like to update the systemd package in stable to fix a few issues
where users asked us explicitly to backport fixes from upstream.

All those issue have been fixed in sid/testing.
Full debdiff is attached.

Annotated changelog

systemd (215-17+deb8u3) stable; urgency=medium

  * Fix namespace breakage due to incorrect path sorting. (Closes: #787758)

http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/commit/?h=biebl/jessie=054e994dd6b7f9aec13d159793c89027ae6d91c3

While I'm not aware of any package in the archive using
ReadOnlyDirectories/ReadWriteDirectories, it's not uncommon for admins to lock
down their services via local configuration.

  * Don't timeout after 90 seconds when no password was entered for cryptsetup
devices. (Closes: #802897)

http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/commit/?h=biebl/jessie=17fa29391f769426876bd51f5f6f992dc23017fd

This one fixes a bug where we timed out and failed if the user didn't enter a
password for a cryptsetup device within 90 seconds.

  * Only set the kernel's timezone when the RTC runs in local time. Otherwise,
every daylight saving time change or time zone change by travelling will
make the time jump, and the local time might jump backwards which creates
unsolvable problems with file timestamps. (Closes: #759319)

http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/commit/?h=biebl/jessie=3918ae33299cf6798b17564e1c4af34d77fd8a18

While this change sound potentially risky, we had this in sid/testing for a 
while.

  * Fix incorrect handling of comma separator in systemd-delta.
(Closes: #793477)

http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/commit/?h=biebl/jessie=4b90ab14dbebd1e4c8f62a051bda4a2e2c6ccbe2

Low risk change for a trivial bug.

  * Make DHCP broadcast behaviour configurable in systemd-networkd via
RequestBroadcast=. This is a backport from upstream which doesn't change
the default setting. (Closes: #797894)

http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/commit/?h=biebl/jessie=06aa37dea9a5b922582ebbcc380fc7e064377f2a

This backports a new feature (configuration setting) for systemd-networkd which
otherwise would be unusable in certain setups. Regression potential is low, as
it doesn't change the existing default behaviour in stable.


Please let me know if I can proceed with the upload.

Regards,
Michael


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff --git a/debian/changelog b/debian/changelog
index e534caa..e7f31e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,26 @@
+systemd (215-17+deb8u3) stable; urgency=medium
+
+  * Fix namespace breakage due to incorrect path sorting. (Closes: #787758)
+  * Don't timeout after 90 seconds when no password was entered for cryptsetup
+devices. (Closes: #802897)
+  * Only set the kernel's timezone when the RTC runs in local time. Otherwise,
+every daylight saving time change or time zone change by travelling will
+make the time jump, and the local time might jump backwards which creates
+unsolvable problems with file timestamps. (Closes: #759319)
+  * Fix incorrect handling of comma separator in systemd-delta.
+(Closes: #793477)
+  * Make DHCP broadcast behaviour configurable in systemd-networkd via
+RequestBroadcast=. This is a backport from upstream which doesn't change
+the default setting. (Closes: #797894)
+
+ -- Michael Biebl   Mon, 16 Nov 2015 18:08:32 +0100
+
 systemd (215-17+deb8u2) stable; urgency=medium
 
   * Disable default DNS servers in systemd-resolved. In v215 they are always
 added to resolv.conf as fallback entries even when DNS servers were
 acquired from systemd-networkd. (Closes: #787731)
-  * Use strictly versioned dependendency on libsystemd-dev for the
+  * Use strictly versioned dependency on libsystemd-dev for the
 transitional dev packages. The .pc files of the compat libraries declare
 a strictly versioned dependency on libsystemd.pc, so reflect that in the
 package dependencies as well. (Closes: #794290)
diff --git a/debian/patches/core-namespace-fix-path-sorting.patch b/debian/patches/core-namespace-fix-path-sorting.patch
new file mode 100644
index 000..9fb1399
--- /dev/null
+++ b/debian/patches/core-namespace-fix-path-sorting.patch
@@ -0,0 +1,58 @@
+From: Michal Schmidt 
+Date: Mon, 16 Mar 2015 22:04:21 +0100
+Subject: core/namespace: fix path sorting
+
+The comparison function we use for qsorting paths is overly indifferent.
+Consider these 3 paths for sorting:
+