File: changelog

package info (click to toggle)
libcrypt-openssl-dsa-perl 0.20-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 17; makefile: 11
file content (236 lines) | stat: -rw-r--r-- 8,419 bytes parent folder | download
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
libcrypt-openssl-dsa-perl (0.20-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 14 Dec 2022 19:13:48 +0000

libcrypt-openssl-dsa-perl (0.20-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libcrypt-openssl-dsa-perl: Drop Multi-Arch: same.

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 13 Oct 2022 19:33:38 +0100

libcrypt-openssl-dsa-perl (0.20-1) unstable; urgency=medium

  * Team upload

  * Import upstream version 0.20.
  * Declare compliance with Debian Policy 4.6.0

 -- Florian Schlichting <fsfs@debian.org>  Sat, 25 Sep 2021 23:31:27 +0800

libcrypt-openssl-dsa-perl (0.19-2) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * Update Build-Depends for cross builds. Cf. #949266
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.1.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.
  * debian/rules: update ARCHLIB computation for cross builds.
    Thanks to Helmut Grohne for the bug report and patch. (Closes: #949266)
  * Replace '--with perl_openssl' in debian/rules with a build dependency
    on 'dh-sequence-perl-openssl'.
  * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.

  [ Debian Janitor ]
  * Apply multi-arch hints. + libcrypt-openssl-dsa-perl: Add Multi-Arch:
    same. Changes-By: lintian-brush

  [ gregor herrmann ]
  * Declare compliance with Debian Policy 4.5.1.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <gregoa@debian.org>  Sun, 03 Jan 2021 00:31:05 +0100

libcrypt-openssl-dsa-perl (0.19-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.19.

 -- gregor herrmann <gregoa@debian.org>  Sat, 14 Jan 2017 16:23:36 +0100

libcrypt-openssl-dsa-perl (0.18-2) unstable; urgency=medium

  * Team upload.
  * Dynamically generate a dependency on perl-openssl-abi-x.x
    to ensure compatibility with other OpenSSL-related Perl modules.
    (See #848113)

 -- Niko Tyni <ntyni@debian.org>  Tue, 03 Jan 2017 10:54:29 +0200

libcrypt-openssl-dsa-perl (0.18-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.18.
    Fixes "FTBFS with openssl 1.1.0" (closes: #828384).

 -- gregor herrmann <gregoa@debian.org>  Thu, 17 Nov 2016 18:07:21 +0100

libcrypt-openssl-dsa-perl (0.17-1) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Add debian/upstream/metadata.
  * Import upstream version 0.17.
  * debian/copyright: update Upstream-Contact.
  * Add build dependency on pkg-config. Optionally used by Makefile.PL.
  * Set bindnow linker flag in debian/rules.
  * Declare compliance with Debian Policy 3.9.8.

 -- gregor herrmann <gregoa@debian.org>  Sat, 29 Oct 2016 00:08:34 +0200

libcrypt-openssl-dsa-perl (0.15-1) unstable; urgency=medium

  * Team upload.
  * Update Vcs-Browser URL to cgit web frontend
  * Imported Upstream version 0.15
  * Drop Makefile.PL-no-ssl-in-LIBS.patch patch
  * Drop fix-manpage-errors.patch patch
  * Update copyright years for debian/* packaging files
  * Declare compliance with Debian policy 3.9.6
  * Declare package as autopkgtestable
  * Remove Signature.pod from vendorarch directory in the binary package

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 13 Jul 2015 19:14:45 +0200

libcrypt-openssl-dsa-perl (0.14-1) unstable; urgency=low

  [ Salvatore Bonaccorso ]
  * Imported Upstream version 0.14
  * Drop security_croak-in-do_verify-too.patch patch.
    Patch is applied upstream.
  * Drop use-Digest-SHA.patch patch.
    Patch was applied upstream.
  * Drop format_string_fix.patch patch.
    Patch was applied upstream.
  * Update debian/copyright file.
    Update format to copyright-format 1.0 as released together with Debian
    policy 3.9.3.
    Update copyright years for debian/* packaging.
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Damyan Ivanov ]
  * claim conformance with Policy 3.9.5

 -- Damyan Ivanov <dmn@debian.org>  Tue, 05 Nov 2013 13:01:12 +0200

libcrypt-openssl-dsa-perl (0.13-6) unstable; urgency=low

  * Bump debhelper compat level to 9
  * Apply patch from Niko Tyni fixing FTBFS with -Werror=format-security
    (Closes: #661382)
  * Update Standards-Version (no changes)

 -- Dominic Hargreaves <dom@earth.li>  Sun, 01 Apr 2012 16:12:23 +0100

libcrypt-openssl-dsa-perl (0.13-5) unstable; urgency=low

  * Team upload.

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/patches:
    - Add DEP3 patch headers to Makefile.PL-no-ssl-in-LIBS.patch
    - Add DEP3 patch header to fix-manpage-errors.patch
    - Add DEP3 patch header to security_croak-in-do_verify-too.patch
    - Add use-Digest-SHA.patch patch: Substitute use of Digest::SHA1 with
      Digest::SHA, which is in perl core since 5.9.3.
  * Remove debian/README.source file.
  * debian/control:
    - Remove Build-Depends on quilt.
    - Update Build-Depends on debhelper to (>= 8).
    - Remove Build-Depends on libdigest-sha1-perl.
  * debian/rules: Simplify to a tiny debian/rules makefile. Drop quilt
    framework
  * Convert to '3.0 (quilt)' source package format.
  * Bump Debhelper compat level to 8.
  * debian/copyright:
    - Update debian/copyright to revision 135  of format-specification in DEP5
      for machine readable copyright files.
    - Refer to Debian systems in general instead of only Debian GNU/Linux
      systems.
    - Explicitly point to GPL-1 license text in common-licenses.
  * Bump Standards-Version to 3.9.2.

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 05 Aug 2011 22:16:19 +0200

libcrypt-openssl-dsa-perl (0.13-4) unstable; urgency=medium

  * Medium urgency for fixing a security-related bug.

  [ gregor herrmann ]
  * Add debian/README.source to document quilt usage, as required by
    Debian Policy since 3.8.0.
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).

  [ Damyan Ivanov ]
  * add security_croak-in-do_verify-too.patch making do_verify() croak on
    error the same way verify() already does. Document that verify() and
    do_verify() croak on errors.
    Closes: #511519. Thanks to Kurt Roeckx
  * add description to Makefile.PL--no-ssl-in-LIBS.patch
  * add fix-manpage-errors.patch fixing missing =over/-back around =item's in
    Crypt::OpenSSL::DSA::Signature's POD.
  * Extend the long description a bit
  * Standards-Version: 3.8.0 (no changes)

 -- Damyan Ivanov <dmn@debian.org>  Mon, 02 Feb 2009 12:02:51 +0200

libcrypt-openssl-dsa-perl (0.13-3) unstable; urgency=low

  * add ${perl:Depends} to Depends. Thanks, Niko.

 -- Damyan Ivanov <dmn@debian.org>  Sun, 27 Jan 2008 22:08:29 +0200

libcrypt-openssl-dsa-perl (0.13-2) unstable; urgency=low

  * Taking over to Debian Perl Group on maintainer's request

  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza).
  * Maintainer set to Debian Perl Group;
  * added debian/watch
  * Standards-Version: 3.7.3 (no changes)
  * debhelper compatibility level 6
  * add myself to Uploaders
  * debian/rules: sync with current dh-make-perl templates
  * debian/copyright: update years of copyright; use dist-based upstream URL
  * add libdigest-sha1-perl and openssl to Build-Depends. Needed by the test
    suite
  * Remove -lssl from Makefile.PL's LIBS. Add quilt support

 -- Damyan Ivanov <dmn@debian.org>  Sun, 27 Jan 2008 20:56:51 +0200

libcrypt-openssl-dsa-perl (0.13-1) unstable; urgency=low

  * Initial release (Closes: #362953).

 -- Luk Claes <luk@debian.org>  Mon, 15 May 2006 04:40:52 +0200