[ubuntu/bionic-proposed] nut 2.7.4-5.1ubuntu1 (Accepted)

Nishanth Aravamudan nish.aravamudan at canonical.com
Mon Nov 6 09:51:14 UTC 2017


nut (2.7.4-5.1ubuntu1) bionic; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - remove Build-Depends on libpowerman0-dev
    - remove nut-powerman-pdu
      + debian/nut-powerman-pdu.{install,manpages}: dropped for now
    - debian/nut-{cgi,server}.postinst: fix 'adduser' logic to be
      unconditional, since adduser is guaranteed to be idempotent.
    - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
      debian/rules: Install apport hooks for all top-level nut packages.
    - Disable systemd unit; it does not check nut.conf whether nut is
      configured, and thus fails to start (and the package install).  The
      init.d script works well enough for the time being.
    - debian/tests/test-nut.py: in the CVE_2012_2944 test, give nut at most
      + 5 seconds to shut down, instead of expecting it to be shut down
        immediately after sending the killall.
      + Additional indication on how to run tests for xenial+
    - debian/tests/control : Fix dep8 test failures:
       + Drop python-unit from dep8 dependencies since the python-test
         package has now been removed. The unittest module has shipped with
         Python since 2.1.
       + Add dep8 test dependency on python, since Python 2 is required and
         is not necessarily installed by default any more.
    - debian/libnutclient0.symbols: Correct symbols file for ppc64el.
    - fix cflags/ldflags mismatch (LP #1711092)
  * Drop:
    - udevd is called systemd-udevd (LP #1540008)
      [ Fixed in Debian 2.7.4-5.1 ]
    - d/libnutclient0.symbols: fix symbols in regard to gcc-7
      (LP #1711091)
      [ Fixed in Debian 2.7.4-5.1 ]

nut (2.7.4-5.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Laurent Bigonville ]
  * debian/nut-server.postinst: The udevd process is called systemd-udevd for
    quite sometimes already, properly detect whether it's running or not, this
    should fix the devices permissions for USB UPS's (LP: #1540008)
  * debian/rules: Mask ups-monitor, this is not a real LSB initscript but it's
    a symlink to the nut-client one. The purpose of this was to offer a common
    interface to shutdown the UPS in case of power loss, this is not necessary
    with systemd as this functionality is handeled by the
    /lib/systemd/system-shutdown/nutshutdown script now.

  [ Michael Stapelberg ]
  * Update symbols file for gcc-7 (Closes: #853579)

Date: Fri, 03 Nov 2017 16:34:18 -0700
Changed-By: Nishanth Aravamudan <nish.aravamudan at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: ChristianEhrhardt <christian.ehrhardt at canonical.com>
https://launchpad.net/ubuntu/+source/nut/2.7.4-5.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 03 Nov 2017 16:34:18 -0700
Source: nut
Binary: nut nut-server nut-client nut-cgi nut-snmp nut-ipmi nut-xml nut-doc libupsclient4 libupsclient-dev libnutclient0 libnutclient-dev python-nut nut-monitor libups-nut-perl
Architecture: source
Version: 2.7.4-5.1ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Nishanth Aravamudan <nish.aravamudan at canonical.com>
Description:
 libnutclient-dev - network UPS tools - development files
 libnutclient0 - network UPS tools - new client library
 libups-nut-perl - network UPS tools - Perl bindings for NUT server
 libupsclient-dev - network UPS tools - development files
 libupsclient4 - network UPS tools - client library
 nut        - network UPS tools - metapackage
 nut-cgi    - network UPS tools - web interface
 nut-client - network UPS tools - clients
 nut-doc    - network UPS tools - documentation
 nut-ipmi   - network UPS tools - IPMI driver
 nut-monitor - network UPS tools - GUI application to monitor UPS status
 nut-server - network UPS tools - core system
 nut-snmp   - network UPS tools - SNMP driver
 nut-xml    - network UPS tools - XML/HTTP driver
 python-nut - network UPS tools - Python bindings for NUT server
Closes: 853579
Launchpad-Bugs-Fixed: 1540008
Changes:
 nut (2.7.4-5.1ubuntu1) bionic; urgency=medium
 .
   * Merge with Debian unstable. Remaining changes:
     - remove Build-Depends on libpowerman0-dev
     - remove nut-powerman-pdu
       + debian/nut-powerman-pdu.{install,manpages}: dropped for now
     - debian/nut-{cgi,server}.postinst: fix 'adduser' logic to be
       unconditional, since adduser is guaranteed to be idempotent.
     - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
       debian/rules: Install apport hooks for all top-level nut packages.
     - Disable systemd unit; it does not check nut.conf whether nut is
       configured, and thus fails to start (and the package install).  The
       init.d script works well enough for the time being.
     - debian/tests/test-nut.py: in the CVE_2012_2944 test, give nut at most
       + 5 seconds to shut down, instead of expecting it to be shut down
         immediately after sending the killall.
       + Additional indication on how to run tests for xenial+
     - debian/tests/control : Fix dep8 test failures:
        + Drop python-unit from dep8 dependencies since the python-test
          package has now been removed. The unittest module has shipped with
          Python since 2.1.
        + Add dep8 test dependency on python, since Python 2 is required and
          is not necessarily installed by default any more.
     - debian/libnutclient0.symbols: Correct symbols file for ppc64el.
     - fix cflags/ldflags mismatch (LP #1711092)
   * Drop:
     - udevd is called systemd-udevd (LP #1540008)
       [ Fixed in Debian 2.7.4-5.1 ]
     - d/libnutclient0.symbols: fix symbols in regard to gcc-7
       (LP #1711091)
       [ Fixed in Debian 2.7.4-5.1 ]
 .
 nut (2.7.4-5.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Laurent Bigonville ]
   * debian/nut-server.postinst: The udevd process is called systemd-udevd for
     quite sometimes already, properly detect whether it's running or not, this
     should fix the devices permissions for USB UPS's (LP: #1540008)
   * debian/rules: Mask ups-monitor, this is not a real LSB initscript but it's
     a symlink to the nut-client one. The purpose of this was to offer a common
     interface to shutdown the UPS in case of power loss, this is not necessary
     with systemd as this functionality is handeled by the
     /lib/systemd/system-shutdown/nutshutdown script now.
 .
   [ Michael Stapelberg ]
   * Update symbols file for gcc-7 (Closes: #853579)
Checksums-Sha1:
 4a60c48da030747fb8f81eb9371b5a4763b0ac76 3258 nut_2.7.4-5.1ubuntu1.dsc
 a450382dbfaff2e1bdeefeda8d3c682a36a7fc72 2509831 nut_2.7.4.orig.tar.gz
 46513cc8b51b2bf1a43a6252dfc1b4c687aea0d3 60284 nut_2.7.4-5.1ubuntu1.debian.tar.xz
Checksums-Sha256:
 363af74c7d0644e35fbb88d93fa520e35b5df6ba080eff823be9a9006549b0cc 3258 nut_2.7.4-5.1ubuntu1.dsc
 980e82918c52d364605c0703a5dcf01f74ad2ef06e3d365949e43b7d406d25a7 2509831 nut_2.7.4.orig.tar.gz
 aca2d4316d84b844a14bbe42753f15c9da7b4bbe2348467fe29d2c53ea7f94e0 60284 nut_2.7.4-5.1ubuntu1.debian.tar.xz
Files:
 532de1d2fe41e9e20345bde8ffda6d39 3258 admin optional nut_2.7.4-5.1ubuntu1.dsc
 3ba53656933d7471f95140b32a5b8d5c 2509831 admin optional nut_2.7.4.orig.tar.gz
 7614679851a33491d2aa1fe5980b165a 60284 admin optional nut_2.7.4-5.1ubuntu1.debian.tar.xz
Original-Maintainer: Arnaud Quette <aquette at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJaAB16AAoJELo+KTOCgLJCwgEP/iuhP6IEQuomHz4A6BYQTA6+
1sVhRBMBFCFMkRFrzs2RGyv7+pw0N5iL6oxUXGjEnb9hUIynSq4A+ALTLtYDSz9f
O+GVYWKCyxmBQqr5mVWIKwFPNC4FjizLDUtK23NtXmmQQiRKyXV58hbOvyaoSqcG
sWaqtjtZvLj7xx1o917M+rOnFJ8uLodE/KeZbXZFQB6MRab5vXj/Vs//xPM4SldY
1XZNDeuJbBvUxzmTK3kfk1lSfnLhXy1d4raWx/aLb6dqnH93+r991UQZBfIHgs7W
ZRAJT99RsMzVnr+KBb08OzmGAaSly8ogVroyuPXeoWF4ryO6Ij/jbfEwGG/22/dl
P5AORK1nGt/kPPhJ2FNdjSlD2ZdTay6NyBnqtf5FPVjmMdmq0xTB11b4OBCg0k8e
G2A7IZ9dQMXPI0g7MWVq5yvAw3NloaRt9AG1pLXQ04tdjRnmxpaPmyZxJI0pbpE8
vLjDt7KuytKcRDBlvwUJOYOYRyHO8Enr3Pfjw5C0IxNCNTbHCIph0x+17mhnWoT9
AWI+uT3RQ8lXpTvdeR26JOrXPbdMW5g6LxlkWgZ/0joaETYp8kiYhGY1Uyr7kjE8
dNMtKcSeVHcxOPfPPuiUMWLCPshFFF7+5Rgwvn3eKIhwo2oIM5/P32SRU2TmxHw9
7myk2TXHrnslyyMACli4
=KhPv
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list