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
|
libhttp-daemon-ssl-perl (1.05-01-5) unstable; urgency=medium
* Team upload.
* Add patch to make test compatible with IO::Socket::SSL >= 2.079.
Thanks to Adrian Bunk for the bug report. (Closes: #1031305)
* Lowercase short description.
-- gregor herrmann <gregoa@debian.org> Tue, 14 Feb 2023 21:43:21 +0100
libhttp-daemon-ssl-perl (1.05-01-4) unstable; urgency=medium
* Team upload.
* Add patch to fix test with libio-socket-ssl-perl 2.078-1.
Thanks to Lucas Nussbaum for the bug report. (Closes: #1026760)
* Declare compliance with Debian Policy 4.6.2.
* Update alternative (test) dependencies.
* Annotate test-only build dependencies with <!nocheck>.
-- gregor herrmann <gregoa@debian.org> Wed, 28 Dec 2022 21:22:12 +0100
libhttp-daemon-ssl-perl (1.05-01-3) unstable; urgency=medium
[ gregor herrmann ]
* debian/copyright: replace tabs with spaces / remove trailing
whitespace.
* debian/watch: use uscan version 4.
[ Debian Janitor ]
* Wrap long lines in changelog entries: 1.05-01-1.
* Bump debhelper from old 10 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
* Remove obsolete fields Contact, Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
* Remove unnecessary get-orig-source-target.
* Update standards version to 4.1.5, no changes needed.
* Bump debhelper from old 12 to 13.
-- Jelmer Vernooij <jelmer@debian.org> Mon, 12 Dec 2022 21:51:26 +0000
libhttp-daemon-ssl-perl (1.05-01-2) unstable; urgency=medium
* Team upload.
[ Damyan Ivanov ]
* change Priority from 'extra' to 'optional'
* declare conformance with Policy 4.1.3
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
* Add debian/upstream/metadata.
[ Niko Tyni ]
* Amend testpost.diff to use TLSv1.2 as a workaround for TLSv1.3
problems. (Closes: #911938)
* Update to debhelper compat level 10
* Update to Standards-Version 4.1.4
* Declare that the package does not need (fake)root to build
* Add Testsuite support for autopkgtest-pkg-perl
-- Niko Tyni <ntyni@debian.org> Sun, 18 Nov 2018 19:56:03 +0200
libhttp-daemon-ssl-perl (1.05-01-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
+ Drop pod-errors.diff. Not needed anymore. Resolved upstream.
* debian/patches:
+ Update/adapt testmodule.diff. Make t/testmodule.t functional again.
+ Add testpost.diff. Make post.t work against with latest SSL crypto
libraries.
* debian/rules:
+ Run post.t after testmodule.t by renaming it to testpost.t (nasty hack,
but works).
* debian/control:
+ Add B-D (for t/post.t): libtest-www-mechanize-perl.
-- Mike Gabriel <sunweaver@debian.org> Mon, 18 Sep 2017 20:18:44 +0200
libhttp-daemon-ssl-perl (1.04-4) unstable; urgency=medium
* debian/control:
+ Move package under the umbrella of the Debian Perl Group with myself
under Uploaders: field. (Closes: #868689).
+ Bump Standard-Version: to 4.1.0. Several changes needed.
+ Process with wrap-and-sort -t -s -a.
+ Add Vcs-*: fields.
+ Don't let SYNOPSIS start with an article.
* debian/rules:
+ Add get-orig-source rule.
* debian/watch:
+ Compensate 'underscore' in upstream version, by replacing it to 'dash'.
* debian/copyright:
+ Turn into DEP-5 compliant format.
-- Mike Gabriel <sunweaver@debian.org> Mon, 18 Sep 2017 18:48:53 +0200
libhttp-daemon-ssl-perl (1.04-3.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/{control,compat}: Bump to DH version level 9.
* debian/patches: Add testmodule.diff. Fix FTBFS during unit testing
due to incompatibility with latest SSL libs. (Closes: #711628).
This patch amongst other things regenerate the test certificates at
build time.
* debian/rules: Save upstream's certificate files, so that the package
build stays idempotent.
-- Mike Gabriel <sunweaver@debian.org> Tue, 27 Dec 2016 13:34:04 +0100
libhttp-daemon-ssl-perl (1.04-3) unstable; urgency=low
* Prepare for libwww-perl 6; thanks to Nicholas Bamber. Closes: #620485.
- Depend on libhttp-daemon-perl | libwww-perl (<< 6).
- Suggest libhttp-message-perl for HTTP::Status.
* Use new 3.0 (quilt) source format.
* Switch to debhelper 8.
* debian/patches/pod-errors.diff: Fix missing POD markup,
<http://rt.cpan.org/Ticket/Display.html?id=46038>.
* debian/control: Add Homepage field.
* debian/control: Drop versioned dependency on perl (>= 5.6.0-16)
(a no-op since woody).
* Conforms to Standards version 3.9.1.
-- Matej Vela <vela@debian.org> Sat, 02 Apr 2011 15:27:02 +0200
libhttp-daemon-ssl-perl (1.04-2) unstable; urgency=low
* Don't try to remove /usr/lib/perl5 if it's not there.
Closes: #467907.
-- Matej Vela <vela@debian.org> Tue, 26 Feb 2008 20:44:34 +0100
libhttp-daemon-ssl-perl (1.04-1) unstable; urgency=low
* New upstream release.
* debian/copyright: Add new upstream maintainer.
* debian/rules: Install README.
* debian/control: Drop versioned dependency on libio-socket-ssl-perl
(the one in etch is fine).
* Conforms to Standards version 3.7.3.
-- Matej Vela <vela@debian.org> Wed, 13 Feb 2008 13:32:34 +0100
libhttp-daemon-ssl-perl (1.02-1) unstable; urgency=low
* Initial release. Closes: #379228.
-- Matej Vela <vela@debian.org> Fri, 11 Aug 2006 13:18:56 +0200
|