[Pkg-salt-team] salt_2016.11.5+ds-1~bpo8+1_amd64.changes ACCEPTED into jessie-backports->backports-policy

Debian FTP Masters ftpmaster at ftp-master.debian.org
Wed Jul 5 11:34:59 UTC 2017



Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 05 Jul 2017 13:56:15 +0300
Source: salt
Binary: salt-common salt-master salt-minion salt-syndic salt-ssh salt-doc salt-cloud salt-api salt-proxy
Architecture: source all
Version: 2016.11.5+ds-1~bpo8+1
Distribution: jessie-backports
Urgency: high
Maintainer: Debian Salt Team <pkg-salt-team at lists.alioth.debian.org>
Changed-By: Al Nikolov <clown at debian.org>
Description:
 salt-api   - Generic, modular network access system
 salt-cloud - public cloud VM management system
 salt-common - shared libraries that salt requires for all packages
 salt-doc   - additional documentation for salt, the distributed remote executi
 salt-master - remote manager to administer servers via salt
 salt-minion - client package for salt, the distributed remote execution system
 salt-proxy - Proxy client package for salt stack
 salt-ssh   - remote manager to administer servers via Salt SSH
 salt-syndic - master-of-masters for salt, the distributed remote execution syst
Closes: 771015 772406 777664 783300 790758 801289 806786 807356 807741 819184 825578 844503 851559 861219
Changes:
 salt (2016.11.5+ds-1~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
 .
 salt (2016.11.5+ds-1) unstable; urgency=medium
 .
   * New upstream bug-fix release. Security fixes:
     - CVE-2017-8109: salt-ssh minion copied over configuration from the Salt
       Master without adjusting permissions (Closes: #861219)
   * Refresh patches and drop Fix-top_file_merging_strategy-warning.patch
   * Do not require sphinx-build for cleaning docs (Closes: #851559)
   * Install spm into salt-common
   * Install salt-unity into salt-master
   * Add documentation keys to systemd service files (PR 41401)
   * Move salt.7 from salt-common to salt-doc, since it uses 1.7 MiB (compressed)
   * Fix spelling mistakes (found by lintian) (PR 41404)
   * Document aptpkg architectures parameter
   * Fix pkgrepo.managed always return changes for test=true (PR 41456)
   * Update fingerprint hash type default from md5 to sha256. Note: upstream
     defers this change to the next major release (Nitrogen)
   * Fix bashism in bootstrap-salt.sh (Closes: #772406)
 .
 salt (2016.11.2+ds-1) unstable; urgency=medium
 .
   * New upstream bug-fix release. Security fixes:
     - CVE-2017-5192: local_batch client external authentication not respected
     - CVE-2017-5200: Salt-api allows arbitrary command execution on a
       salt-master via Salt's ssh_client
   * Refresh patches
   * Fix top_file_merging_strategy warning if env_order is set (fixes upstream
     bug #29104)
 .
 salt (2016.11.1+ds-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop 3 patches that are included upstream and refresh remaining patches.
 .
 salt (2016.3.4+ds-2) unstable; urgency=medium
 .
   * Workaround-wrong-oscodename-grain.patch: Fix salt-minion startup issue when
     VERSION_ID is not defined in /etc/os-release.
 .
 salt (2016.3.4+ds-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop four upstream-applied patches and refresh remaining patches
   * Support initializing OpenSSL 1.1 (patch accepted upstream) (Closes: #844503)
   * Fix/workaround wrong oscodename grain (when lsb-release is not installed)
   * Cherry-pick tempfile cleanup fix from pull request 37540
 .
 salt (2016.3.3+ds-3) unstable; urgency=medium
 .
   * Remove grains type deprecation warning from 2016.3
 .
 salt (2016.3.3+ds-2) unstable; urgency=medium
 .
   * Depend on python-systemd for all services (needed for startup notification)
     unless sysvinit is used as default init system
   * Cherry-pick upstream commit to fix error when profiling is turned on and
     minions don't return.
   * Preserve the merge order specified in env_order (fixes upstream bug #29104)
 .
 salt (2016.3.3+ds-1) unstable; urgency=medium
 .
   * New upstream release.
   * Replace doc build fix patch by final patch version from 2016.3 branch
   * Correct Vcs-Git URL
   * Make the Salt Proxy environment aware (patch taken from develop branch)
   * Depend on lsb-base (>= 3.0-6) for /lib/lsb/init-functions
 .
 salt (2016.3.2+ds-1) unstable; urgency=medium
 .
   * New upstream release.
   * Refresh patches.
   * Fix documentation build (see upstream bug #35399).
 .
 salt (2016.3.1+ds-1) unstable; urgency=medium
 .
   * New upstream release
   * Drop backported maintenance process patch
   * Change doc-base index file to ToC
 .
 salt (2016.3.0+ds-1) unstable; urgency=medium
 .
   [ Wolodja Wentland ]
   * New upstream release
   * Bump Standards-Version to 3.9.8
   * Use Build-Depends-Indep for arch independent build dependencies
     - Bump python-sphinx dependency to 1.3.5 as salt-doc FTBFS with earlier
       versions due to https://github.com/sphinx-doc/sphinx/issues/2247
     - Add python2.7-doc to correctly resolve intersphinx references to the
       Python documentation
   * Drop patches accepted upstream
   * Fix crashing maintenance process
     - See https://github.com/saltstack/salt/issues/33544 and the 2016.3.0
       release notes for details
 .
   [ Robert James Hernandez ]
   * Moving daemon check to after loading default (Closes: #825578)
 .
 salt (2015.8.8+ds-1) unstable; urgency=high
 .
   * New upstream release
     - CVE-2016-3176: Fix insecure configuration of PAM external
       authentication service (Closes: #819184)
   * Drop reproducible_builds.patch (accepted upstream)
   * Cherry-pick the four patches from 2015.8.8.2
   * Re-add shebang to ssh-id-wrapper shell script
 .
 salt (2015.8.7+ds-1) unstable; urgency=medium
 .
   * New upstream release.
   * Override lintian warning about long link in JavaScript comment.
 .
 salt (2015.8.5+ds-1) unstable; urgency=high
 .
   [ Benjamin Drung ]
   * Drop patches that were accepted upstream
   * Rewrite reproducible patch and sent it to upstream
   * Bump Standards-Version to 3.9.7 (no changes needed)
   * Ignore false positive source-is-missing lintian error (see #813013)
 .
   [ Wolodja Wentland ]
   * New upstream release.
     - CVE-2016-1866: Improper handling of clear messages on the minion, which
       could result in executing commands not sent by the master.
   * Add Wolodja Wentland to Uploaders
   * Use secure URI for Vcs-Git
 .
 salt (2015.8.3+ds-3) unstable; urgency=medium
 .
   * Cherry-pick fix to silence warnings from (not installed) nova client
 .
 salt (2015.8.3+ds-2) unstable; urgency=medium
 .
   * salt-master: Depend on python-systemd for the startup notification
     unless sysvinit is used as default init system (Closes: #807741,
     LP: #1525184)
 .
 salt (2015.8.3+ds-1) unstable; urgency=high
 .
   * New upstream release.
     - CVE-2015-8034: Fix information leak from state.sls cache data stored as
       world-readable (Closes: #807356)
   * Drop Fix-OS-related-grains-on-Debian.patch (accepted upstream)
   * Use upstream systemd service files (Closes: #806786)
   * Extend description of salt-cloud
 .
 salt (2015.8.1+ds-2) unstable; urgency=medium
 .
   * Demote python-croniter to recommends (only needed for the schedule state)
   * Add missing dependency on python-tornado >= 4.2
   * Fix OS related grains on Debian (wrongly named "Debian GNU")
 .
 salt (2015.8.1+ds-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #801289)
   * debian/repack: Create xz compressed source tarball
   * Refresh reproducible_builds patch and refresh remaining patches
   * Drop make-log-file-group-readable.patch (applied upstream)
   * Require python-crypto (>= 2.6)
   * Add a separate salt-proxy package
   * Drop patch to support sphinx < 1.3 (sphinx is recent enough in unstable)
   * Add myself to uploaders
   * Raise compat level to 9
   * Update debian/copyright
 .
 salt (2015.5.3+ds-1) unstable; urgency=medium
 .
   * [e481db1] Imported Upstream version 2015.5.3+ds
   * [16f6801] Added salt-minion dependency on bsdmainutils. Closes: 790758
   * [761f735] Added dependency on python-croniter. Closes: 771015
   * [5b957bb] Weakened dependency on python-mako to suggests.
 .
 salt (2015.5.2+ds-1) unstable; urgency=medium
 .
   * [e6d32ad] Updated repack script to remove new sphinx theme
   * [48bdace] Imported Upstream version 2015.5.2+ds
   * [9e98c1c] Updated patches for 2015.5.2 and set doc theme to saltstack
 .
 salt (2015.5.0+ds-1) unstable; urgency=medium
 .
   * [52d8863] Imported Upstream version 2015.5.0+ds. Closes: 783300
   * [bd5ad46] Updated patches for 2015.5. Closes: 777664
 .
 salt (2014.7.5+ds-1) unstable; urgency=medium
 .
   * [f41091a] Imported Upstream version 2014.7.5+ds
 .
 salt (2014.7.4+ds-1) UNRELEASED; urgency=medium
 .
   [ Benjamin Drung ]
   * [c1f16f3] debian/changelog: Use capital UNRELEASED
   * [48334b4] Point Vcs-Browser to cgit instead of gitweb.
   * [b9e3de4] Remove unused ${shlibs:Depends} dependencies
 .
   [ Joe Healy ]
   * [510c0d1] Imported Upstream version 2014.7.4+ds
   * [8489807] Updated doc patches
 .
 salt (2014.7.2+ds-1) experimental; urgency=medium
 .
   * [dc3a14e] Added python-debian as dependency for package version tracking
   * [9de90f3] Updated changelog to relabel versions that were not uploaded
   * [984a676] Updated watch file to use pypi redirector
   * [4e082fd] Imported Upstream version 2014.7.2+ds
   * [7930d76] Added dh_python as a build dep
   * [1e2ddb6] Refreshed patches for 2014.7.2
   * [ca0f3e9] "Fixed" timestamps in generated files for reproducible builds.
   * [9ef435b] Make log file readable by adm user. Closes: 777664
   * [1feadd6] Refreshed lintian overrides and added comments as to their need
 .
 salt (2014.7.1+ds-3) UNRELEASED; urgency=medium
 .
   * [70d659a] Fixed salt-api upstart script
 .
 salt (2014.7.1+ds-2) UNRELEASED; urgency=medium
 .
   * [87971d4] Added dependency on python-dateutil
   * [cb9b2e2] Added init.d, systemd and upstart files for salt-api
 .
 salt (2014.7.1+ds-1) UNRELEASED; urgency=medium
 .
   * [77a2f91] Imported Upstream version 2014.7.1+ds
   * [7525339] Refreshed patches for 2014.7.1
   * [314362b] Added salt-api packaging
 .
 salt (2014.7.0+ds-2) experimental; urgency=medium
 .
   * [9954f59] Added python-requests as a dependency
 .
 salt (2014.7.0+ds-1) experimental; urgency=medium
 .
   * [8e2c682] Imported Upstream version 2014.7.0+ds
   * [2ad9738] Updated patches for 2014.7 release
   * [0ac1a0c] Updated dependencies for initial 2014.7 release
Checksums-Sha1:
 d9a2a7228b93d7372317130f932be0b1dd713eb7 2808 salt_2016.11.5+ds-1~bpo8+1.dsc
 5ef8dcd5325bb1daf7dbbb21ef783041ae8258c0 53248 salt_2016.11.5+ds-1~bpo8+1.debian.tar.xz
 ae7649169490d88dd8f73c2e3677aa0ea43037a9 2562028 salt-common_2016.11.5+ds-1~bpo8+1_all.deb
 a60bc07178d559f7b82c01ad408c596d049442c1 49486 salt-master_2016.11.5+ds-1~bpo8+1_all.deb
 da74ded4ae0b0c5d9b9be02429fca85c23dd2379 35762 salt-minion_2016.11.5+ds-1~bpo8+1_all.deb
 613c7096c1b8b46a8196d012dec55b81f16dcd3f 24382 salt-syndic_2016.11.5+ds-1~bpo8+1_all.deb
 9494e56bef488dc2d414aac67636b61e4cc05d02 23966 salt-ssh_2016.11.5+ds-1~bpo8+1_all.deb
 0362c5bde9ef97398b44ada1bf48bed2c6d3eaea 6120124 salt-doc_2016.11.5+ds-1~bpo8+1_all.deb
 b98867c5aa72e6b53cc48f8d26a4fb8ecf460b9d 25420 salt-cloud_2016.11.5+ds-1~bpo8+1_all.deb
 49e90f4d5d7b45c7367d4f2a5fa52c94d7b02508 24072 salt-api_2016.11.5+ds-1~bpo8+1_all.deb
 66ba10a84881766161750e8d0f7021d0cd9c9855 22716 salt-proxy_2016.11.5+ds-1~bpo8+1_all.deb
Checksums-Sha256:
 8f2e3b235d48819b781be89e6996c7e1916587dda0030e461d8e9119482a60b0 2808 salt_2016.11.5+ds-1~bpo8+1.dsc
 3b6b6d3504b8f63fbd350c4518a25a621641694a60769b2cc208bd692a4eb3f3 53248 salt_2016.11.5+ds-1~bpo8+1.debian.tar.xz
 9c7a9d4979be0ef00538c01c40f1869c16104bae06517cc33fca83652c4e4ebb 2562028 salt-common_2016.11.5+ds-1~bpo8+1_all.deb
 085fff840635ff0af7361d283d5fb40f2304868d6441a992d84f66575272fa29 49486 salt-master_2016.11.5+ds-1~bpo8+1_all.deb
 227321bf01a95c4ecea5ec5e459167d15aa1798300d259cc4cc638f090a32caf 35762 salt-minion_2016.11.5+ds-1~bpo8+1_all.deb
 dd083cd523b2938b206062e31f5ddf95bb1361bebb38fbe7e25ae9acdd41773e 24382 salt-syndic_2016.11.5+ds-1~bpo8+1_all.deb
 db50555770d6d1e11cb7a6ed4195aa1a71d5625d6ad51d805f955fca8a7b8a4f 23966 salt-ssh_2016.11.5+ds-1~bpo8+1_all.deb
 4edeba564001b9bcf2d9f0f16b5e393392dfbb27fc9f2fb17c6db5fd6f685e0f 6120124 salt-doc_2016.11.5+ds-1~bpo8+1_all.deb
 297ad56339ac3faf067df0cc22ab82bc6c434c124b3c3fdf3b49a6a5b4ba7624 25420 salt-cloud_2016.11.5+ds-1~bpo8+1_all.deb
 c0b27b416b576cef12fe6987f9e043f6934711bf9b5fc0b8b0853adb32adb293 24072 salt-api_2016.11.5+ds-1~bpo8+1_all.deb
 ae557b74bd24b4292899406210f0936e1c2a8c73378704a7ecbb2a8a913466d2 22716 salt-proxy_2016.11.5+ds-1~bpo8+1_all.deb
Files:
 e4667150cf19c98ac55870f2094aa1aa 2808 admin extra salt_2016.11.5+ds-1~bpo8+1.dsc
 9360fc970bf5468f9ead973b3ef55d86 53248 admin extra salt_2016.11.5+ds-1~bpo8+1.debian.tar.xz
 bbc9cadb4c18b498744d1608f2837393 2562028 admin extra salt-common_2016.11.5+ds-1~bpo8+1_all.deb
 4dfb23308e91316b255f2112d3af5a17 49486 admin extra salt-master_2016.11.5+ds-1~bpo8+1_all.deb
 9941a6d166248a9ad00b6cb0ccb41176 35762 admin extra salt-minion_2016.11.5+ds-1~bpo8+1_all.deb
 7083895ca61227604c6bec8cf036b885 24382 admin extra salt-syndic_2016.11.5+ds-1~bpo8+1_all.deb
 0091023850c0495bbb820786bd2da84b 23966 admin extra salt-ssh_2016.11.5+ds-1~bpo8+1_all.deb
 5a629170b57f08e585884a816dfedcbb 6120124 doc extra salt-doc_2016.11.5+ds-1~bpo8+1_all.deb
 3c9cd44586c86c5285ddee8d1cb2c15b 25420 admin extra salt-cloud_2016.11.5+ds-1~bpo8+1_all.deb
 924897086e8c383ea317ccb7b8db7ec4 24072 admin extra salt-api_2016.11.5+ds-1~bpo8+1_all.deb
 7811531b0499c267adaf82f11ee9c3ee 22716 admin extra salt-proxy_2016.11.5+ds-1~bpo8+1_all.deb

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCAAvFiEEkwu1D2jHR9Kg5w+kVm6GEwRGjewFAllcyncRHGNsb3duQGRl
Ymlhbi5vcmcACgkQVm6GEwRGjey+kA//XP/JCRBguG911CYvmwZYgSoTkBpcxo83
tuSx81v/14tcAE79GUoKisK5z2SjxNolU5ca3C2YpothwR39xfqAsjBuDT7gyVWc
IfH2PnSx85Q2mVmuJQI/x98Yxm0KB0JnO4aKg2iSNYhntUkFkD7YUa7k+1wsuPSm
SIDsow/njjY56zu4QZabcO3cmsdtce6XQP2uVxhdUW7vCgUOb3vO+kwvsEWclqt0
Nhy0Rls72Cr8EIAWAKdF2wAV571gz9XmGM8SsQCGF6VZhgiR+ERSgT2evuf7A0bX
dephH41Iv8ekcmIYJV411WV6gxjpR/w8BJ0a/+dLsHHr141yoe9koiZpRccAyUxd
yMKgXwhE41OTTVnmR4kmJUceuqUzziCWd1I0cMZxCtTEy5OaptwOP/4ca9kkSRyP
/CJfHa1xkiYEGeqNYBMytqlEIx4JMASvwJeyFHQEdhsX+kVEng4f+4qB9XKIuw/M
7+fyFh6L2tHyxQdOXpDjtk4AwUVIwibHdurjylfQUBAk/UnMXiR9fsfHjCRC2C6x
lFlbK4YaFGe0h+g0orSZq81ZhjlzGaJ295GJCV+Jqjlewyzx85tC7pnBRy++E1tb
hO8Gmlnb023qQz0aK1pr50Tvl8nG01S7jzWrbvY2LRpRfVIFxiCFR3NsTam7O7ml
FLalV03506w=
=+dIS
-----END PGP SIGNATURE-----


Thank you for your contribution to Debian.



More information about the pkg-salt-team mailing list