This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=c9930d56c35246a7473c2b064db5d56ad58cdbbf

commit c9930d56c35246a7473c2b064db5d56ad58cdbbf
Author: Guillem Jover <[email protected]>
AuthorDate: Wed Mar 20 06:28:57 2019 +0100

    debian: Add Breaks on lsb-base due to s-s-d breaking killproc
    
    There was a bug in the killproc function implementation that made it not
    pass the --name argument, so it would end up with just the --pidfile.
    The new security requirements from s-s-d made that in some cases, when
    the usage was not secure, it would bail out with an error.
    
    Closes: #923861
---
 debian/changelog | 2 ++
 debian/control   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7d7b1e800..1f9a314ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ dpkg (1.19.6) UNRELEASED; urgency=medium
     - Install a lintian profile for dpkg based on the debian profile, so that
       we can supress Debian-specific tags, such as the controversial one on
       vendor-specific patch series files.
+    - Add Breaks on lsb-base due to start-stop-daemon exposing breakage in
+      the killproc function from /lib/lsb/init-functions. Closes: #923861
 
   [ Updated scripts translations ]
   * German (Helge Kreutzmann).
diff --git a/debian/control b/debian/control
index 949df2566..63b5c7f26 100644
--- a/debian/control
+++ b/debian/control
@@ -55,6 +55,8 @@ Breaks:
  xvt (<= 2.1-20.1),
 # Due to renaming of triplettable to tupletable.
  libdpkg-perl (<< 1.18.11),
+# Due to s-s-d requiring secure usage of --pidfile.
+ lsb-base (<< 10.2019031300),
 Description: Debian package management system
  This package provides the low-level infrastructure for handling the
  installation and removal of Debian software packages.

-- 
Dpkg.Org's dpkg

Reply via email to