1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359
|
ansible (2.2.1.0-2+deb9u1) stretch-security; urgency=high
* Add patch to fix CVE 2018-10855.
* Add patch to fix CVE 2018-16837.
* Add patch to fix CVE 2018-10875.
* Add patch to fix CVE 2018-16876.
* Add patch to fix CVE 2019-3828.
-- Lee Garrett <debian@rocketjump.eu> Mon, 11 Feb 2019 00:11:51 +0100
ansible (2.2.1.0-2) unstable; urgency=medium
* Add patch to fix CVE-2017-7466.
-- Harlan Lieberman-Berg <hlieberman@debian.org> Wed, 12 Apr 2017 00:56:30 -0400
ansible (2.2.1.0-1) unstable; urgency=medium
* New upstream release
* Remove following patches, applied upstream:
- fix_CVE-2016-8647.patch
- fix_pip_venv.patch
- fix_UnboundedLocalError.patch
- fix-cve-2016-9587.patch
* Add myself to uploaders.
-- Lee Garrett <debian@rocketjump.eu> Sat, 21 Jan 2017 21:27:15 +0100
ansible (2.2.0.0-4) unstable; urgency=high
* Commit to git the changelog line I actually used.
* Cherry-pick patch fixing git module error. (Closes: #850935)
* Cherry-pick patch fixing python3 + virtualenv problems. (Closes: #847546)
* Cherry-pick patch fixing CVE-2016-8647 (Closes: #844691)
-- Harlan Lieberman-Berg <hlieberman@debian.org> Sat, 14 Jan 2017 15:30:48 -0500
ansible (2.2.0.0-3) unstable; urgency=high
* Apply additional fixes for CVE-2016-9587 (Closes: #850846)
-- Harlan Lieberman-Berg <hlieberman@debian.org> Fri, 13 Jan 2017 21:17:56 -0500
ansible (2.2.0.0-2) unstable; urgency=high
* Cherry-pick patch to fix CVE-2016-9587 (Closes: #850846)
-- Harlan Lieberman-Berg <hlieberman@debian.org> Tue, 10 Jan 2017 20:14:07 -0500
ansible (2.2.0.0-1) unstable; urgency=medium
* New upstream release: (Closes: #843763)
- CVE-2016-8628 (Closes: #842985)
- CVE-2016-8614 (Closes: #842984)
* Add python-kerberos, python-winrm, python-xmltodict to Recommends, needed
to manage Windows hosts. (Closes: #843995)
* Suggest cowsay (Closes: #834056)
-- Lee Garrett <debian@rocketjump.eu> Fri, 25 Nov 2016 20:52:24 +0100
ansible (2.1.1.0-1) unstable; urgency=medium
* New upstream release.
* Update cme copyright helper files.
* Drop ansible-*fireball, as it is no longer supported.
-- Harlan Lieberman-Berg <hlieberman@debian.org> Sun, 31 Jul 2016 22:02:59 -0400
ansible (2.1.0.0-1) unstable; urgency=medium
* New upstream release. (Closes: #826927, #814371)
* Update d/copyright; add cme hinting files.
* Bump S-V; no changes required
* Add manpage for ansible-console.
-- Harlan Lieberman-Berg <hlieberman@debian.org> Sun, 12 Jun 2016 21:12:05 -0400
ansible (2.0.2.0-1) unstable; urgency=medium
* New upstream release
* Remove patches applied upstream
* Change maintainer from Janos to me
-- Harlan Lieberman-Berg <hlieberman@debian.org> Tue, 19 Apr 2016 22:31:25 -0400
ansible (2.0.1.0-2) unstable; urgency=medium
* Backport patches to fix vulns in lxc plugin (Closes: #819676)
* Update my email address
-- Harlan Lieberman-Berg <hlieberman@debian.org> Sun, 10 Apr 2016 18:37:37 -0400
ansible (2.0.1.0-1) unstable; urgency=medium
* New upstream release.
* Fix Vcs-git URI.
* Bump standards version.
-- Harlan Lieberman-Berg <hlieberman@setec.io> Thu, 25 Feb 2016 23:03:33 -0500
ansible (2.0.0.2-2) unstable; urgency=medium
* Migrate to unstable.
* Switch Vcs-git to https.
-- Harlan Lieberman-Berg <hlieberman@setec.io> Mon, 08 Feb 2016 07:15:41 -0500
ansible (2.0.0.2-1) experimental; urgency=medium
* New upstream version.
-- Harlan Lieberman-Berg <hlieberman@setec.io> Fri, 15 Jan 2016 20:15:26 -0500
ansible (2.0.0.1-1) experimental; urgency=medium
* New upstream version.
* Fix up d/control's spacing, ordering.
* Extensive update of d/copyright with cme.
-- Harlan Lieberman-Berg <hlieberman@setec.io> Tue, 12 Jan 2016 22:56:34 -0500
ansible (1.9.4-1) unstable; urgency=medium
* New upstream version.
-- Harlan Lieberman-Berg <hlieberman@setec.io> Sat, 10 Oct 2015 17:51:09 -0400
ansible (1.9.3-1) unstable; urgency=medium
* New upstream version.
-- Harlan Lieberman-Berg <hlieberman@setec.io> Thu, 03 Sep 2015 21:06:03 -0400
ansible (1.9.2+dfsg-2) unstable; urgency=low
* Fix suggestion of no-longer-built ansible-doc. (Closes: #795532)
.
Ansible used to ship their website which contained the manual for using ansible
and learning it. They no longer ship this in released versions, thus ansible-doc
was removed.
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Sat, 15 Aug 2015 09:29:31 +0200
ansible (1.9.2+dfsg-1) unstable; urgency=medium
* New upstream version. (Closes: #773526)
* Add dependency on python-netaddr (Closes: #790234)
* Heavy refactoring due to upstream release changes
* New, comprehensive d/copyright.
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Sat, 27 Jun 2015 23:12:55 -0400
ansible (1.7.2+dfsg-2) unstable; urgency=low
* Add updated paths to d/copyright.
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Thu, 02 Oct 2014 17:31:12 -0400
ansible (1.7.2+dfsg-1) unstable; urgency=medium
* New upstream release.
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Wed, 24 Sep 2014 16:55:14 -0400
ansible (1.7.1+dfsg-1) unstable; urgency=medium
* New upstream release.
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Thu, 14 Aug 2014 20:13:22 -0400
ansible (1.7.0+dfsg-1) unstable; urgency=medium
* New upstream release.
* Refresh and remove outdated patches.
* Add python-selinux to Recommends for SELinux support. (Closes: #757358)
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Wed, 06 Aug 2014 21:15:22 -0400
ansible (1.6.10+dfsg-1) unstable; urgency=high
* New upstream release.
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Fri, 25 Jul 2014 20:00:08 -0400
ansible (1.6.9+dfsg-1) unstable; urgency=medium
* New upstream release.
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Fri, 25 Jul 2014 00:06:50 -0400
ansible (1.6.8+dfsg-1) unstable; urgency=medium
* New upstream release, fixing:
CVE-2014-4966, CVE-2014-4967.
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Wed, 23 Jul 2014 01:12:09 -0400
ansible (1.6.6+dfsg-1) unstable; urgency=high
* New upstream release.
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Wed, 02 Jul 2014 01:35:05 +0000
ansible (1.6.5+dfsg-1) unstable; urgency=high
* New upstream release, x2.
* Switch to using Files-Excluded to repack upstream for DFSG.
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Wed, 25 Jun 2014 22:03:26 +0000
ansible (1.6.3+dfsg-1) unstable; urgency=medium
* New upstream release.
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Tue, 10 Jun 2014 00:23:17 +0000
ansible (1.6.2+dfsg-1) unstable; urgency=medium
[ Felix Geyer ]
* Run upstream build tests during the build. (Closes: #749406)
[ Harlan Lieberman-Berg ]
* New upstream version.
* Packaged version from tip of upstream branch release1.6.2 instead of
tagged version, as it contains a fix needed to prevent FTBFS.
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Sun, 25 May 2014 17:50:03 +0000
ansible (1.6.1+dfsg-1) unstable; urgency=medium
* New upstream version.
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Wed, 07 May 2014 18:49:07 +0000
ansible (1.6.0+dfsg-1) unstable; urgency=medium
* New upstream version.
* Remove patches applied upstream.
* Fix manpage warning.
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Tue, 06 May 2014 03:07:30 +0000
ansible (1.5.5+dfsg-1) unstable; urgency=medium
* New upstream version 1.5.5, security update.
* d/control: Add myself to Uploaders to silence Lintian
* Refresh patches for new version. Add DEP-3 headers to one patch.
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Mon, 21 Apr 2014 16:51:47 -0400
ansible (1.5.4+dfsg-1) unstable; urgency=medium
* Pull missing manpages from upstream development branch.
* New upstream version 1.5.4, security update.
* Add patch to correct directory_mode functionality. (Closes: #743027)
-- Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com> Tue, 01 Apr 2014 22:00:24 -0400
ansible (1.5.3+dfsg-1) unstable; urgency=low
[ Harlan Lieberman-Berg ]
* New upstream version.
* Update Ansible homepage URL.
* Add FontAwesome to d/copyright, remove non-existant files.
* Refresh all patches, removing some related to documentation.
* Add new dependency on python-crypto.
[ Michael Vogt ]
* add "sshpass" to Suggests
* add "openssh-client | python-paramiko" to depends
-- Michael Vogt <mvo@debian.org> Tue, 18 Mar 2014 14:33:23 +0100
ansible (1.4.5+dfsg-1) unstable; urgency=medium
* New upstream release
-- Michael Vogt <mvo@debian.org> Thu, 20 Feb 2014 08:58:14 +0100
ansible (1.4.4+dfsg-1) unstable; urgency=low
* New upstream release
-- Michael Vogt <mvo@debian.org> Tue, 07 Jan 2014 19:58:44 +0100
ansible (1.4.3+dfsg-2) unstable; urgency=low
* add "Suggests: ansible-doc" to the dependency, thanks to
Ben Finney (closes: #729350)
* Fix Vcs-Browser, thanks to Alessandro Ghedini
(closes: #731482)
-- Michael Vogt <mvo@debian.org> Tue, 07 Jan 2014 10:58:44 +0100
ansible (1.4.3+dfsg-1) unstable; urgency=low
* New upstream release
-- Michael Vogt <mvo@debian.org> Fri, 27 Dec 2013 09:48:35 +0100
ansible (1.4.1+dfsg-1) unstable; urgency=low
* New upstream version
* add asciidoc build-depends
-- Michael Vogt <mvo@debian.org> Tue, 03 Dec 2013 08:17:05 +0100
ansible (1.4.0+dfsg-1) unstable; urgency=low
* new upstream version
* debian/rules:
- remove sed manpage fixes, fixed upstream
* debian/patches/fix-html-makefile:
- removed, fixed upstream
-- Michael Vogt <mvo@debian.org> Sun, 24 Nov 2013 10:41:27 +0100
ansible (1.3.4+dfsg-1) unstable; urgency=low
[ Harlan Lieberman-Berg ]
* New upstream release (Closes: #717777).
Fixes CVE-2013-2233 (Closes: #714822).
Fixes CVE-2013-4259 (Closes: #721766).
* Drop fix-ansible-cfg patch.
* Change docsite generation to not expect docs as part of a wordpress install.
* Add trivial patch to fix lintian error with rpm-key script.
* Add patch header information to fix-html-makefile.
[ Michael Vogt ]
* add myself to uploader
* build/ship the module manpages for ansible in the ansible package
-- Michael Vogt <mvo@debian.org> Fri, 01 Nov 2013 09:40:59 +0100
ansible (1.2.1+dfsg-1) unstable; urgency=low
* New upstream release.
* Drop remove-external-training-references.patch
-- Michael Vogt <mvo@debian.org> Sat, 13 Jul 2013 21:40:49 +0200
ansible (1.1+dfsg-1) unstable; urgency=low
* New upstream release.
* Update patches disable-google-analytics.patch and
remove-external-image.patch to apply cleanly.
* Add remove-external-footer-image.patch to remove link on external resource.
* Add remove-external-training-references.patch:
Training advertise contains links to external resources that may not be
available or may be used for tracking users activity without their
knowledge by the third-party.
-- Janos Guljas <janos@debian.org> Sat, 06 Apr 2013 23:27:08 +0200
ansible (0.9+dfsg-1) unstable; urgency=low
* Initial release. (Closes: #698428)
-- Janos Guljas <janos@debian.org> Wed, 23 Jan 2013 01:52:40 +0100
|