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
|
libhttp-tiny-perl (0.090-1) unstable; urgency=medium
* Import upstream version 0.090.
* Update years of upstream copyright.
* Declare compliance with Debian Policy 4.7.0.
* Update test and runtime dependencies.
-- gregor herrmann <gregoa@debian.org> Fri, 15 Nov 2024 03:36:25 +0100
libhttp-tiny-perl (0.088-1) unstable; urgency=medium
* Import upstream version 0.088.
* Fixes "current version superseded by Perl 5.38". (Closes: #1060713)
* Fixes "CVE-2023-31486: Does not defaults to verify SSL certificates":
Since 0.083 the default value for verify_SSL is set to true, i.e. the
TLS/SSL certificates on an https connection are validated.
(The default can be reverted by setting
$ENV{PERL_HTTP_TINY_SSL_INSECURE_BY_DEFAULT} if verify_SSL is not
explicitly set.)
(Closes: #962407)
* Update debian/upstream/metadata.
* Update years of upstream and packaging copyright.
* Declare compliance with Debian Policy 4.6.2.
* Add more test dependencies.
They are required for tests which are skipped during build, as they need
internet access, but are run during autopkgtests.
-- gregor herrmann <gregoa@debian.org> Sat, 13 Jan 2024 20:25:03 +0100
libhttp-tiny-perl (0.082-2) unstable; urgency=medium
[ Debian Janitor ]
* Apply multi-arch hints. + libhttp-tiny-perl: Add Multi-Arch: foreign.
-- Jelmer Vernooij <jelmer@debian.org> Sat, 15 Oct 2022 17:37:16 +0100
libhttp-tiny-perl (0.082-1) unstable; urgency=medium
* Import upstream version 0.082.
* Update years of packaging copyright.
* Update years of upstream copyright.
* Declare compliance with Debian Policy 4.6.1.
* Drop unneeded version constraints and alternatives from (build)
dependencies.
* Annotate test-only build dependencies with <!nocheck>.
-- gregor herrmann <gregoa@debian.org> Thu, 28 Jul 2022 01:33:12 +0200
libhttp-tiny-perl (0.080-1) unstable; urgency=medium
* Team upload
[ gregor herrmann ]
* debian/watch: use uscan version 4.
[ Debian Janitor ]
* Bump debhelper from old 10 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Submit.
* Remove obsolete fields Contact, Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
* Update standards version to 4.2.1, no changes needed.
[ Florian Schlichting ]
* Import upstream version 0.080 (closes: #910039)
* Refresh tests-internet.patch
* Update copyright years
* Bump dh compat to level 13
* Add Rules-Requires-Root: no
* Declare compliance with Debian Policy 4.6.0
-- Florian Schlichting <fsfs@debian.org> Sun, 28 Nov 2021 17:23:35 +0800
libhttp-tiny-perl (0.076-1) unstable; urgency=medium
* Import upstream version 0.076.
-- gregor herrmann <gregoa@debian.org> Thu, 09 Aug 2018 03:56:15 +0200
libhttp-tiny-perl (0.074-1) unstable; urgency=medium
[ gregor herrmann ]
* Disable network tests during autopkgtests like during build.
[ Alex Muntada ]
* Remove inactive pkg-perl members from Uploaders.
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* Import upstream version 0.074
* Update years of upstream and packaging copyright.
* Update upstream contact.
* Declare compliance with Debian Policy 4.2.0.
* Bump debhelper compatibility level to 10.
-- gregor herrmann <gregoa@debian.org> Sun, 05 Aug 2018 17:24:08 +0200
libhttp-tiny-perl (0.070-1) unstable; urgency=medium
* Import upstream version 0.070.
-- gregor herrmann <gregoa@debian.org> Sat, 29 Oct 2016 22:25:06 +0200
libhttp-tiny-perl (0.064-1) unstable; urgency=medium
* Remove Chris Butler from Uploaders. Thanks for your work!
* Import upstream version 0.064.
* Refresh tests-internet.patch (offset).
* Update years of packaging copyright.
-- gregor herrmann <gregoa@debian.org> Mon, 29 Aug 2016 22:26:30 +0200
libhttp-tiny-perl (0.058-1) unstable; urgency=medium
Team upload
[ gregor herrmann ]
* debian/rules: use 'wildcard' instead of 'shell echo'.
* Rename autopkgtest configuration file(s) as per new pkg-perl-
autopkgtest schema.
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
[ Nick Morrott ]
* Import upstream version 0.058
* Add myself to uploaders
* Update years of upstream copyright
* Bump debhelper compatibility to version 9
* Remove unnecessary and update versioned dependencies (cme fix)
* Prefer perl over libio-socket-ip-perl (versioned-dep-satisfied-by-perl)
-- Nick Morrott <knowledgejunkie@gmail.com> Mon, 25 Jul 2016 13:24:07 +0100
libhttp-tiny-perl (0.056-1) unstable; urgency=medium
* Team upload
* Import upstream version 0.056
Closes: #788267 -- uninstallable with perl 5.22
* bump year of upstream copyright
* add corpus/ to test-files
* follow CONTRIBUTING -> CONTRIBUTING.mkdn rename in .docs
-- Damyan Ivanov <dmn@debian.org> Fri, 12 Jun 2015 11:19:14 +0000
libhttp-tiny-perl (0.050-1) unstable; urgency=medium
* Drop debian/tests/control, add Testsuite field to debian/control
instead.
* Imported upstream version 0.050
* Declare compliance with Debian Policy 3.9.6.
-- gregor herrmann <gregoa@debian.org> Sat, 27 Sep 2014 17:20:25 +0200
libhttp-tiny-perl (0.049-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
[ gregor herrmann ]
* Add debian/upstream/metadata
* Imported upstream version 0.049
* Add autopkgtest control file.
* Add perl as an alternative for IO::Socket::IP in Recommends.
-- gregor herrmann <gregoa@debian.org> Sun, 07 Sep 2014 18:04:55 +0200
libhttp-tiny-perl (0.047-1) unstable; urgency=medium
* New upstream release.
-- gregor herrmann <gregoa@debian.org> Thu, 31 Jul 2014 19:11:06 +0200
libhttp-tiny-perl (0.046-1) unstable; urgency=medium
* Team upload.
* Imported Upstream version 0.046
* Refresh tests-internet.patch patch
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 23 Jul 2014 20:49:49 +0200
libhttp-tiny-perl (0.044-1) unstable; urgency=medium
* New upstream release.
* Add patch to run new test which needs internet only conditionally.
-- gregor herrmann <gregoa@debian.org> Sat, 19 Jul 2014 22:38:11 +0200
libhttp-tiny-perl (0.043-2) unstable; urgency=medium
* Add libhttp-cookiejar-perl to Recommends and B-D-I.
-- gregor herrmann <gregoa@debian.org> Wed, 05 Mar 2014 16:36:45 +0100
libhttp-tiny-perl (0.043-1) unstable; urgency=medium
* New upstream release.
* Install CONTRIBUTING file.
* Update years of copyright.
* Update Recommends.
* Make sure we don't run tests that need internet access.
Until now they were merely skipped by chance and missing build
dependencies.
-- gregor herrmann <gregoa@debian.org> Sat, 01 Mar 2014 23:56:43 +0100
libhttp-tiny-perl (0.039-1) unstable; urgency=medium
* New upstream release.
-- gregor herrmann <gregoa@debian.org> Fri, 27 Dec 2013 22:23:03 +0100
libhttp-tiny-perl (0.037-1) unstable; urgency=low
* Team upload
* Imported Upstream version 0.037
* drop trailing slash from metacpan URLs
* claim conformance with Policy 3.9.5
-- Damyan Ivanov <dmn@debian.org> Sat, 09 Nov 2013 21:06:33 +0200
libhttp-tiny-perl (0.036-1) unstable; urgency=low
* New upstream release.
-- gregor herrmann <gregoa@debian.org> Sat, 05 Oct 2013 17:24:07 +0200
libhttp-tiny-perl (0.034-1) unstable; urgency=low
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
[ gregor herrmann ]
* New upstream release.
* Update years of upstream copyright.
* Update build dependencies and Recommends.
* Add /me to Uploaders.
* Set Standards-Version to 3.9.4 (no further changes).
-- gregor herrmann <gregoa@debian.org> Wed, 24 Jul 2013 19:08:42 +0200
libhttp-tiny-perl (0.022-1) unstable; urgency=low
* Team upload.
* New upstream release.
-- gregor herrmann <gregoa@debian.org> Sat, 02 Jun 2012 19:14:34 +0200
libhttp-tiny-perl (0.021-1) unstable; urgency=low
* New upstream release
* Recommend versioned libio-socket-ssl-perl
-- Alessandro Ghedini <ghedo@debian.org> Wed, 16 May 2012 12:04:07 +0200
libhttp-tiny-perl (0.018-1) unstable; urgency=low
* New upstream release
* Email change: Alessandro Ghedini -> ghedo@debian.org
* Recommends ca-certificates used by the new verify_SSL option
* Bump upstream copyright years
-- Alessandro Ghedini <ghedo@debian.org> Tue, 24 Apr 2012 22:41:09 +0200
libhttp-tiny-perl (0.017-1) unstable; urgency=low
* New upstream release
* Update debian/copyright format as in Debian Policy 3.9.3
* Bump Standards-Version to 3.9.3 (no changes needed)
-- Alessandro Ghedini <al3xbio@gmail.com> Thu, 23 Feb 2012 11:39:34 +0100
libhttp-tiny-perl (0.016-1) unstable; urgency=low
* New upstream release
* Drop fix-spelling-error.patch (merged upstream)
-- Alessandro Ghedini <al3xbio@gmail.com> Fri, 28 Oct 2011 20:41:43 +0200
libhttp-tiny-perl (0.014-1) unstable; urgency=low
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.
[ Alessandro Ghedini ]
* New upstream release
* Refresh patch and set forwarded URL
-- Alessandro Ghedini <al3xbio@gmail.com> Fri, 21 Oct 2011 12:14:31 +0200
libhttp-tiny-perl (0.013-1) unstable; urgency=low
* New upstream release
* Add myself to uploaders
* Upped Standards-Version to 3.9.2 (no changes required)
-- Chris Butler <chrisb@debian.org> Tue, 26 Jul 2011 18:00:16 +0200
libhttp-tiny-perl (0.012-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release 0.011
[ Alessandro Ghedini ]
* New upstream release
* Bump debhelper compat level to 8
* Refresh fix-spelling-error patch
-- Alessandro Ghedini <al3xbio@gmail.com> Sun, 03 Apr 2011 19:17:15 +0200
libhttp-tiny-perl (0.010-1) unstable; urgency=low
[ Alessandro Ghedini ]
* New upstream release
[ gregor herrmann ]
* Refresh patch (offset).
-- Alessandro Ghedini <al3xbio@gmail.com> Thu, 17 Feb 2011 17:31:06 +0100
libhttp-tiny-perl (0.008-1) unstable; urgency=low
* Initial Release. (Closes: #609901)
-- Alessandro Ghedini <al3xbio@gmail.com> Thu, 13 Jan 2011 18:47:02 +0100
|