[Pkg-salt-team] salt_2016.11.2+ds-1~bpo8+1_amd64.changes ACCEPTED into jessie-backports->backports-policy
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Wed May 24 15:52:39 UTC 2017
Accepted:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 24 May 2017 16:47:08 +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.2+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 777664 783300 790758 801289 806786 807356 807741 819184 825578 844503
Changes:
salt (2016.11.2+ds-1~bpo8+1) jessie-backports; urgency=medium
.
* Rebuild for jessie-backports.
* Temporarily disable cleaning the upstream doc to workaround #851559.
.
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:
0fcaf769d38b72e0c34073da735a187423ce8395 2769 salt_2016.11.2+ds-1~bpo8+1.dsc
cf81a972eb6cd82158dd6a2937ac59d5d8e5a4bd 28904 salt_2016.11.2+ds-1~bpo8+1.debian.tar.xz
18b5c04a3bd9ccc357a7f10c55402e9079240ee8 4167942 salt-common_2016.11.2+ds-1~bpo8+1_all.deb
4f7736ee6189042c96ef079d9df99bb7772d50fd 47820 salt-master_2016.11.2+ds-1~bpo8+1_all.deb
60aa6b55d4df7e5a2cc6aaae99bf8ccfb0ea26ee 35142 salt-minion_2016.11.2+ds-1~bpo8+1_all.deb
78fd63f9039563f784d24269fd7261506f05adf5 23960 salt-syndic_2016.11.2+ds-1~bpo8+1_all.deb
c9c8a4e81152da6ea5d4cc7aef3036321776594a 23620 salt-ssh_2016.11.2+ds-1~bpo8+1_all.deb
b6c76079cdef7714b65cc0520c5d26e9124f236c 4189786 salt-doc_2016.11.2+ds-1~bpo8+1_all.deb
841c2cb9291d7eec256a89b6ea5ec2cb93cede6a 25062 salt-cloud_2016.11.2+ds-1~bpo8+1_all.deb
cd636249133a57efaaaaec46d6bd45cf4eea52bd 23652 salt-api_2016.11.2+ds-1~bpo8+1_all.deb
46fb3c01cc6c0b45fe631449e8c3d70f16e41d39 22356 salt-proxy_2016.11.2+ds-1~bpo8+1_all.deb
Checksums-Sha256:
31eb4b1c79fb1aff620ea7ec688c8e4187acf9cc1549d8c248b0a8a3a82fde2d 2769 salt_2016.11.2+ds-1~bpo8+1.dsc
9a8cc9d403c419a1e1aa768daf9adf6f8c512b4785217e6346fe4f9b196f3f82 28904 salt_2016.11.2+ds-1~bpo8+1.debian.tar.xz
6abe51925146f73c25b529673da5e88dc3eaaf66e8d838d48ea7fa4dab2cee28 4167942 salt-common_2016.11.2+ds-1~bpo8+1_all.deb
afa14601b685c2b8d8eb197ec4f0a02d8c2d0f8496eca192108fde4d183740ca 47820 salt-master_2016.11.2+ds-1~bpo8+1_all.deb
cb8592c02bca7ec1abbe4a0c08a41e3aea184dde9080e3cac0eca3f5fcbdd4bf 35142 salt-minion_2016.11.2+ds-1~bpo8+1_all.deb
d1d979400c5bdd15c05107c74edf5d722ce949116e4453ee97e976fcc97aa1a7 23960 salt-syndic_2016.11.2+ds-1~bpo8+1_all.deb
ecebc8f40641cb4b80783ed9f8ed65d9a6958811dc183050f5b0f728660bf10f 23620 salt-ssh_2016.11.2+ds-1~bpo8+1_all.deb
4ad9f538f86c692ee0af365a9f0f1a23d67f780f698261c329df6d12fa508aaf 4189786 salt-doc_2016.11.2+ds-1~bpo8+1_all.deb
dceae229e8a91285b5fb597edfdbfa32f6cff0eadb4ae716044f5b147d4e69b8 25062 salt-cloud_2016.11.2+ds-1~bpo8+1_all.deb
e52e98246d539edbf49a0f4bfe63d52d460cceb8bfdb2b3f34ecb47bb1c33005 23652 salt-api_2016.11.2+ds-1~bpo8+1_all.deb
0a3fb5142f1cde7475b1ecc4399fe2a5e4014703cf41e24db58ad9eeb7d0ec1f 22356 salt-proxy_2016.11.2+ds-1~bpo8+1_all.deb
Files:
49a0ea7a6fc6ae82adeae969c080a616 2769 admin extra salt_2016.11.2+ds-1~bpo8+1.dsc
7193368644a8385beddba912b2a52473 28904 admin extra salt_2016.11.2+ds-1~bpo8+1.debian.tar.xz
42c14c8cbead3d0e386defc25f013eed 4167942 admin extra salt-common_2016.11.2+ds-1~bpo8+1_all.deb
32d9393777b88d39dab5fb7a06e61a26 47820 admin extra salt-master_2016.11.2+ds-1~bpo8+1_all.deb
ce45f725807760d06990a5dc8ded7d58 35142 admin extra salt-minion_2016.11.2+ds-1~bpo8+1_all.deb
e5c61ffd4f6d9864c3204f73f46ba39b 23960 admin extra salt-syndic_2016.11.2+ds-1~bpo8+1_all.deb
9aaa6f387c76bcb4197eaebf94454b0b 23620 admin extra salt-ssh_2016.11.2+ds-1~bpo8+1_all.deb
840216801ffe9457ffc84d8c397f040a 4189786 doc extra salt-doc_2016.11.2+ds-1~bpo8+1_all.deb
8ea47db8c2028bf60d15c6e1f189cede 25062 admin extra salt-cloud_2016.11.2+ds-1~bpo8+1_all.deb
3cb0f9ba0b8b9ed1d64fb1d67d6eb702 23652 admin extra salt-api_2016.11.2+ds-1~bpo8+1_all.deb
a68331aaa7826117c3084304721dd798 22356 admin extra salt-proxy_2016.11.2+ds-1~bpo8+1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJZJaY0AAoJEFZuhhMERo3sOpEQAJZG3zzcBZBd3jq1f3NN5R7N
sj8u5Q0Ri/dbP8nytm+AWDolCeLbzgqz455GHEUpNnVD1fArjf6uxM/P3RmmhnT5
m1TzssTdC/VNVmugHG/NpmxaggGp+6S9G7t/Zc3h0MyKdnIHocYuFo91Z6N1p6GK
Mzc00+YyzZT2MW6mNBi2P3JYMF8pofhaccYdk/FXomlr9xxIP6S7K7+KhuXZMLQa
hTfDGbaqwSVFyUoBv9CEXdJf0UqDhS0R9uNl8dp9RLxlfFrYBRhYHI3zlRFpC1dS
n84T5VsaB55aap9M4gwG5jgZMY3lZv6qFTdEWFZR7ExM0kN5HmOqsk43+7UQATDy
WUCyMdm+R5Voukhvq1ClF6xIsSKWsx1odEPgbKmpb/Awwdr1F4oXVuwe3iM0XP6s
vBDIPWYpXF+tnBAM4uL166dO3PbOlSpOuQiXoy2FjeM1QQs9e6ufnjgnnujHPhco
RVW+Z8hIAk03CKpIOZL3hW8CVSip8y+rFlPhb5zo+bhRN4dVz6yxTlJbqMjYisei
9dFwRcvz823OG8ljzlz3NFAtzux4cz8pE21fwDA11ONXeu46/t/9biGYlGgcYh1K
g9epy2UHuyyBh+bZnJeyRsxnoe+YtdklKudjLYZ6x0xkbOgGfMG46FQvlpPExIda
C0jE1qtXNlxKOYzV4fj1
=OEb/
-----END PGP SIGNATURE-----
Thank you for your contribution to Debian.
More information about the pkg-salt-team
mailing list