File: changelog

package info (click to toggle)
libcrypt-openssl-rsa-perl 0.35-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 49; makefile: 3
file content (259 lines) | stat: -rw-r--r-- 8,808 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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
libcrypt-openssl-rsa-perl (0.35-1) unstable; urgency=medium

  * Team upload.
  * Set Homepage in debian/control to MetaCPAN page.
    Thanks to Matt Taggart for the bug report. (Closes: #1087888)
  * Import upstream version 0.35.
    - Disable PKCS#1 v1.5 padding. It's not practical to mitigate marvin
      attacks so we will instead disable this and require alternatives to
      address the issue.
      Resolves CVE-2024-2467.
    Closes: #1066969
  * Update debian/upstream/metadata.
  * Refresh Makefile.PL-no-ssl-in-LIBS.patch.
  * Declare compliance with Debian Policy 4.7.2.

 -- gregor herrmann <gregoa@debian.org>  Wed, 07 May 2025 21:35:32 +0200

libcrypt-openssl-rsa-perl (0.33-3) unstable; urgency=medium

  * Team upload.
  * Add patch Makefile.PL-no-ssl-in-LIBS.patch.
    Do not include -lssl in LIBS.

 -- gregor herrmann <gregoa@debian.org>  Sat, 10 Sep 2022 23:46:54 +0200

libcrypt-openssl-rsa-perl (0.33-2) unstable; urgency=medium

  * Team upload.
  * Replace Makefile.PL-no-Config-OpenSSL-Guess.patch with build
    dependency on libcrypt-openssl-guess-perl.

 -- gregor herrmann <gregoa@debian.org>  Sat, 10 Sep 2022 23:31:10 +0200

libcrypt-openssl-rsa-perl (0.33-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.33.
  * Drop OpenSSL3.patch, which was taken from upstream Git.
  * Declare compliance with Debian Policy 4.6.1.

 -- gregor herrmann <gregoa@debian.org>  Tue, 12 Jul 2022 10:54:52 +0200

libcrypt-openssl-rsa-perl (0.32-2) unstable; urgency=medium

  * Team upload.

  [ Simon Chopin ]
  * Cherry-pick an OpenSSL fix (LP: #1945798)

 -- gregor herrmann <gregoa@debian.org>  Thu, 13 Jan 2022 19:55:56 +0100

libcrypt-openssl-rsa-perl (0.32-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit, Repository, Repository-
    Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.
  * Replace '--with perl_openssl' in debian/rules with a build dependency
    on 'dh-sequence-perl-openssl'.

  [ Florian Schlichting ]
  * Import upstream version 0.32.
  * Annotate test-only build dependencies with <!nocheck>
  * Declare compliance with Debian Policy 4.6.0

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

libcrypt-openssl-rsa-perl (0.31-1) unstable; urgency=medium

  * Import upstream version 0.31
  * Set Rules-Requires-Root to no
  * Update copyright years for debian/* packaging files
  * Declare compliance with Debian policy 4.2.1

 -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 07 Oct 2018 00:03:52 +0200

libcrypt-openssl-rsa-perl (0.30-1) unstable; urgency=medium

  * Team upload.

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

  [ gregor herrmann ]
  * Add debian/upstream/metadata.
  * Import upstream version 0.30.
  * Update upstream contact.
  * Update years of upstream copyright.
  * Drop openssl-1.1.0.patch, fixed upstream.
  * Replace Makefile.PL-no-ssl-in-LIBS.patch with
    Makefile.PL-no-Config-OpenSSL-Guess.patch.
    The former doesn't apply anymore, and Makefile.PL now uses
    Crypt::OpenSSL::Guess which is not packaged and not needed on Debian. The
    new patch removes Crypt::OpenSSL::Guess, and as the former one removes
    compiling with -lssl.
  * Update (build) dependencies.
  * Declare compliance with Debian Policy 4.1.4.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <gregoa@debian.org>  Sat, 05 May 2018 19:30:02 +0200

libcrypt-openssl-rsa-perl (0.28-5) 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 14:08:30 +0200

libcrypt-openssl-rsa-perl (0.28-4) unstable; urgency=medium

  * Team upload.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Add patch for OpenSSL 1.1.0 compatibility.
    Thanks to Sebastian Andrzej Siewior for the patch. (Closes: #828387)

 -- gregor herrmann <gregoa@debian.org>  Tue, 13 Dec 2016 16:36:22 +0100

libcrypt-openssl-rsa-perl (0.28-3) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ intrigeri ]
  * Enable all hardening build flags.
  * Declare compliance with Standards-Version 3.9.8.
  * Enable the autopkgtest-pkg-perl test suite.

 -- intrigeri <intrigeri@debian.org>  Tue, 05 Jul 2016 20:37:58 +0000

libcrypt-openssl-rsa-perl (0.28-2) unstable; urgency=low

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ intrigeri ]
  * Bump debhelper compat level to 9.
  * Adjust versioned Build-Depends on debhelper to (>= 9.20120312~)
    to get hardening build flags.
  * Declare compatibility with Standards-Version 3.9.5.

 -- intrigeri <intrigeri@debian.org>  Fri, 07 Mar 2014 00:14:33 +0100

libcrypt-openssl-rsa-perl (0.28-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.
  * Imported Upstream version 0.28
  * debian/patches: Refresh Makefile.PL-no-ssl-in-LIBS.patch patch.
  * Update copyright years for debian/* packaging

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 05 Jan 2012 13:01:22 +0100

libcrypt-openssl-rsa-perl (0.27-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
  * Added header to patch file and refresh patch
  * Use new short rules format
  * Add perl to B-D, it's not build-essential

  [ gregor herrmann ]
  * debian/watch: fix regexp for matching upstream releases.
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).

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

  [ Salvatore Bonaccorso ]
  * New upstream release
    - Fix RSA.pm break with perl 5.14+ (Closes: #628636).
  * debian/rules: Drop quilt framework
  * debian/control: Drop quilt from Build-Depends.
  * Convert to '3.0 (quilt)' source package format.
  * Add myself to Uploaders.
  * debian/patches: Referesh Makefile.PL-no-ssl-in-LIBS.patch patch.
  * debian/copyright:
    - Refresh format to revision 135 of DEP5 proposed format-
      specification for machine-readable copyright information.
    - Explicitly refer to GPL-1 license text in common-licenses.
    - Refer to Debian systems in general instead of only Debian
      GNU/Linux systems.
  * Bump Standards-Version to 3.9.2.
  * Drop debian/libcrypt-openssl-dsa-perl.substvars.

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 04 Jul 2011 08:11:06 +0200

libcrypt-openssl-rsa-perl (0.25-1) unstable; urgency=low

  * Take over for the Debian perl Group on maintainer's request

  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza).
  * Changed Maintainer to Debian Perl Group
  * add debian/watch

  * New upstream release
  * add myself to Uploaders
  * Standards-Version: 3.7.3 (no changes)
  * debhelper compatibility level 6
  * add ${perl:Depends} to Depends. Thanks, Niko.
  * use dist-based upstream URL in debian/copyright
  * debian/rules: sync with dh-make-perl's template
  * add Makefile.PL-no-ssl-in-LIBS.patch and involve quilt in the build
    process
  * add libcrypt-openssl-bignum-perl to Build-Depends to allow the bugnum
    tests

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

libcrypt-openssl-rsa-perl (0.24-2) unstable; urgency=high

  * Add dependency on libcrypt-openssl-bignum-perl (Closes: #425744).

 -- Luk Claes <luk@debian.org>  Wed, 23 May 2007 20:03:22 +0200

libcrypt-openssl-rsa-perl (0.24-1) unstable; urgency=low

  * New upstream release

 -- Luk Claes <luk@debian.org>  Sat, 21 Apr 2007 15:38:41 +0200

libcrypt-openssl-rsa-perl (0.23-1) unstable; urgency=low

  * Initial release (Closes: #362956).

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