File: changelog

package info (click to toggle)
php-horde-crypt 2.7.12-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 1,676 kB
  • sloc: php: 2,648; xml: 1,190; sh: 3; makefile: 2
file content (341 lines) | stat: -rw-r--r-- 11,167 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
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
php-horde-crypt (2.7.12-9) unstable; urgency=medium

  * d/patches: Add 1020_sks-keyservers-are-gone.patch. SKS Keyservers and
    key-server.io are gone these days. Default to keys.openpgp.org instead.
  * d/t/control: Require ca-certificates. Needed for switching to secure context
    when querying keyservers such as keys.openpgp.org.
  * d/patches: Cherry-pick 0001_remove-broken-keyserver-test.patch from
    upstream. Adjust other patches accordingly.
  * d/patches: Cherry-pick upstream patches: 0002_simplify-fix-CS-fox-variable-
    name-on-GPG-1.patch, 0003_short-long-PGP-key-ids-to-16-digits-not-8.patch,
    0004_adjust-tests-to-16-digit-key-ids.patch.
  * d/patches: Add 1021_support-uids-with-just-the-email-address.patch. Cherry-
    picked from an upstream PR.
  * d/patches: Add 1022_url-decode-body-fetch-from-keyservers.patch. Fix PGP key
    retrieval from keys.opengpg.org.
  * d/patches: Add 1023_more-adjustments-in-tests-for-16digit-keyids.patch. More
    test adjustments for 16-digit key-IDs.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 26 Jan 2023 21:28:49 +0100

php-horde-crypt (2.7.12-8) unstable; urgency=medium

  * d/control: Bump Standards-Version: to 4.6.2. No changes needed.
  * d/t/control: Explicitly require php-horde-util (>= 2.5.12-2~) to silence PHP
    8.2 deprecation warnings. (Closes: #1028930).

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 26 Jan 2023 20:56:10 +0100

php-horde-crypt (2.7.12-7) unstable; urgency=medium

  * Team upload.
  * d/control: update standards version to 4.6.1, no changes needed.
  * d/patches: fix the strftime()-deprecation warning. (Closes: #1003744)
  * d/patches: fix description in patches
  * d/salsa-ci.yml: simplify rules
  * d/watch: update watch file format version to 4.

 -- Anton Gladky <gladk@debian.org>  Tue, 27 Dec 2022 22:09:56 +0100

php-horde-crypt (2.7.12-6) unstable; urgency=medium

  * debian/patches:
    + Avoid Debian CI failures due to flakiness of public GPG keyservers.
      (Closes: #987684).
  * d/t/control:
    + Add 'needs-internet' restriction.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 29 Apr 2021 11:24:16 +0200

php-horde-crypt (2.7.12-5) unstable; urgency=medium

  * d/patches:
    + Add 1010_phpunit-8.x+9.x.patch.  Fix tests with PHPUnit 8.x/9.x.
    + Add 1001_strong-pgp-keys-by-default.patch. Switch to 4096 bit default
      key length.
    + Add 1002_Horde_Crypt_Pgp_Backend-Fix-generateKey-method-with-.patch.
      Fix generateKey() with GnuPG 2.2.
  * d/control: Bump Standards-Version: to 4.5.1. No changes needed.
  * d/t/phpunit: Drop CRYPT_TEST_CONFIG. Not needed.
  * d/t/control: Require php-horde-http.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 23 Nov 2020 11:12:33 +0000

php-horde-crypt (2.7.12-4) unstable; urgency=medium

  [ Mike Gabriel ]
  * d/control: Add to Uploaders: Juri Grabowski.
  * d/control: Bump DH compat level to version 13.
  * d/salsa-ci.yml: Add file with salsa-ci.yml and pipeline-jobs.yml calls.

  [ Juri Grabowski ]
  * d/salsa-ci.yml: enable aptly
  * d/salsa-ci.yml: allow_failure on autopkgtest.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 01 Jul 2020 10:26:58 +0200

php-horde-crypt (2.7.12-3) unstable; urgency=medium

  * Re-upload to Debian. (Closes: #959291).

  * d/control: Add to Uploaders: Mike Gabriel.
  * d/control: Drop from Uploaders: Debian QA Group.
  * d/control: Bump Standards-Version: to 4.5.0. No changes needed.
  * d/control: Add Rules-Requires-Root: field and set it to 'no'.
  * d/upstream/metadata: Add file. Comply with DEP-12.
  * d/tests/control: Stop using deprecated needs-recommends restriction.
  * d/copyright: Update copyright attributions.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 07 May 2020 09:49:40 +0200

php-horde-crypt (2.7.12-2) unstable; urgency=medium

  * Bump debhelper from old 11 to 12.
  * d/control: Orphaning package (See #942282)

 -- Mathieu Parent <sathieu@debian.org>  Fri, 18 Oct 2019 08:10:56 +0200

php-horde-crypt (2.7.12-1) unstable; urgency=medium

  * Update Standards-Version to 4.1.4, no change
  * Update Maintainer field
  * New upstream version 2.7.12

 -- Mathieu Parent <sathieu@debian.org>  Tue, 15 May 2018 10:21:36 +0200

php-horde-crypt (2.7.11-2) unstable; urgency=medium

  * Update Standards-Version to 4.1.3, no change
  * Upgrade debhelper to compat 11
  * Update Vcs-* fields
  * Use secure copyright format URI
  * Replace "Priority: extra" by "Priority: optional"

 -- Mathieu Parent <sathieu@debian.org>  Thu, 05 Apr 2018 15:39:25 +0200

php-horde-crypt (2.7.11-1) unstable; urgency=medium

  * New upstream version 2.7.11

 -- Mathieu Parent <sathieu@debian.org>  Sat, 16 Dec 2017 16:39:46 +0100

php-horde-crypt (2.7.10-1) unstable; urgency=medium

  * New upstream version 2.7.10

 -- Mathieu Parent <sathieu@debian.org>  Tue, 26 Sep 2017 22:18:46 +0200

php-horde-crypt (2.7.9-1) unstable; urgency=medium

  * New upstream version 2.7.9
    - Remove 0001-Horde_Crypt-Fix-getFingerprintsFromKey-test-with-gpg.patch and
      0002-Horde_Crypt-Fix-GetSignersKeyID-test-with-gpg-2.1.18.patch, merged
      upstream

 -- Mathieu Parent <sathieu@debian.org>  Sat, 01 Jul 2017 21:25:09 +0200

php-horde-crypt (2.7.8-1) unstable; urgency=medium

  * New upstream version 2.7.8
    - with GnuPG 2 support (incomplete)
    - Remove 0001-Escape-user-provided-recipients-and-charset-data.patch, merged
  * Add gnupg as a test dependency (Closes: #849151)
  * Fix GnuPG 2 support (from https://github.com/horde/horde/pull/221)

 -- Mathieu Parent <sathieu@debian.org>  Sat, 27 May 2017 22:14:43 +0200

php-horde-crypt (2.7.5-2) unstable; urgency=medium

  * Escape user provided recipients and charset data. Fixes CVE-2017-7413 and
    CVE-2017-7414 (Closes: #859635)

 -- Mathieu Parent <sathieu@debian.org>  Wed, 03 May 2017 07:15:32 +0200

php-horde-crypt (2.7.5-1) unstable; urgency=medium

  * New upstream version 2.7.5

 -- Mathieu Parent <sathieu@debian.org>  Sat, 17 Dec 2016 23:04:22 +0100

php-horde-crypt (2.7.3-2) unstable; urgency=medium

  * Update Standards-Version to 3.9.8, no change
  * Updated d/watch to use https

 -- Mathieu Parent <sathieu@debian.org>  Wed, 08 Jun 2016 07:33:23 +0200

php-horde-crypt (2.7.3-1) unstable; urgency=medium

  * New upstream version 2.7.3

 -- Mathieu Parent <sathieu@debian.org>  Tue, 05 Apr 2016 23:00:35 +0200

php-horde-crypt (2.7.2-1) unstable; urgency=medium

  * New upstream version 2.7.2

 -- Mathieu Parent <sathieu@debian.org>  Sat, 26 Mar 2016 11:39:32 +0100

php-horde-crypt (2.7.0-2) unstable; urgency=medium

  * Update Standards-Version to 3.9.7, no change
  * Use secure Vcs-* fields
  * Rebuild with newer pkg-php-tools for the PHP 7 transition
  * Replace php5-* by php-* in d/tests/control

 -- Mathieu Parent <sathieu@debian.org>  Sun, 13 Mar 2016 15:51:25 +0100

php-horde-crypt (2.7.0-1) unstable; urgency=medium

  * New upstream version 2.7.0

 -- Mathieu Parent <sathieu@debian.org>  Wed, 03 Feb 2016 22:41:06 +0100

php-horde-crypt (2.6.1-2) unstable; urgency=medium

  * Upgaded to debhelper compat 9

 -- Mathieu Parent <sathieu@debian.org>  Fri, 23 Oct 2015 06:50:30 +0200

php-horde-crypt (2.6.1-1) unstable; urgency=medium

  * New upstream version 2.6.1

 -- Mathieu Parent <sathieu@debian.org>  Thu, 17 Sep 2015 04:19:56 +0200

php-horde-crypt (2.6.0-1) unstable; urgency=medium

  * Remove XS-Testsuite header in d/control
  * Update gbp.conf
  * New upstream version 2.6.0

 -- Mathieu Parent <sathieu@debian.org>  Mon, 10 Aug 2015 00:19:54 +0200

php-horde-crypt (2.5.3-1) unstable; urgency=medium

  * Update Standards-Version to 3.9.6, no change
  * New upstream version 2.5.3

 -- Mathieu Parent <sathieu@debian.org>  Mon, 04 May 2015 21:23:29 +0200

php-horde-crypt (2.5.0-5) unstable; urgency=medium

  * autopkgtest: Add CRYPT_TEST_CONFIG

 -- Mathieu Parent <sathieu@debian.org>  Thu, 16 Oct 2014 22:24:37 +0200

php-horde-crypt (2.5.0-4) unstable; urgency=medium

  * Fixed DEP-8 tests, by removing "set -x"

 -- Mathieu Parent <sathieu@debian.org>  Sat, 11 Oct 2014 14:02:30 +0200

php-horde-crypt (2.5.0-3) unstable; urgency=medium

  * Fixed DEP-8 tests

 -- Mathieu Parent <sathieu@debian.org>  Sat, 13 Sep 2014 14:36:30 +0200

php-horde-crypt (2.5.0-2) unstable; urgency=medium

  * Update Standards-Version, no change
  * Update Vcs-Browser to use cgit instead of gitweb
  * Add dep-8 (automatic as-installed package testing)

 -- Mathieu Parent <sathieu@debian.org>  Tue, 26 Aug 2014 22:05:07 +0200

php-horde-crypt (2.5.0-1) unstable; urgency=medium

  * New upstream version 2.5.0

 -- Mathieu Parent <sathieu@debian.org>  Fri, 04 Jul 2014 08:11:47 +0200

php-horde-crypt (2.4.3-1) unstable; urgency=medium

  * New upstream version 2.4.3

 -- Mathieu Parent <sathieu@debian.org>  Wed, 04 Jun 2014 22:57:10 +0200

php-horde-crypt (2.4.2-1) unstable; urgency=medium

  * New upstream version 2.4.2

 -- Mathieu Parent <sathieu@debian.org>  Sun, 13 Apr 2014 09:26:45 +0200

php-horde-crypt (2.4.1-1) unstable; urgency=medium

  * New upstream version 2.4.1

 -- Mathieu Parent <sathieu@debian.org>  Sat, 08 Mar 2014 09:22:48 +0100

php-horde-crypt (2.4.0-1) unstable; urgency=low

  * New upstream version 2.4.0

 -- Mathieu Parent <sathieu@debian.org>  Sat, 30 Nov 2013 19:41:34 +0100

php-horde-crypt (2.2.2-1) unstable; urgency=low

  * New upstream version 2.2.2

 -- Mathieu Parent <sathieu@debian.org>  Wed, 28 Aug 2013 09:03:07 +0200

php-horde-crypt (2.2.1-1) unstable; urgency=low

  * New upstream version 2.2.1

 -- Mathieu Parent <sathieu@debian.org>  Sun, 11 Aug 2013 12:49:39 +0200

php-horde-crypt (2.2.0-2) unstable; urgency=low

  * Use pristine-tar

 -- Mathieu Parent <sathieu@debian.org>  Wed, 05 Jun 2013 13:27:23 +0200

php-horde-crypt (2.2.0-1) unstable; urgency=low

  * New upstream version 2.2.0

 -- Mathieu Parent <sathieu@debian.org>  Tue, 14 May 2013 19:04:38 +0200

php-horde-crypt (2.1.3-1) unstable; urgency=low

  * New upstream version 2.1.3

 -- Mathieu Parent <sathieu@debian.org>  Sun, 07 Apr 2013 15:44:20 +0200

php-horde-crypt (2.1.1-1) unstable; urgency=low

  * New upstream version 2.1.1

 -- Mathieu Parent <sathieu@debian.org>  Thu, 10 Jan 2013 20:12:17 +0100

php-horde-crypt (2.1.0-2) unstable; urgency=low

  * Add a description of Horde in long description
  * Updated Standards-Version to 3.9.4, no changes
  * Replace horde4 by PEAR in git reporitory path
  * Fix Horde Homepage
  * Remove debian/pearrc, not needed with latest php-horde-role

 -- Mathieu Parent <sathieu@debian.org>  Wed, 09 Jan 2013 19:38:37 +0100

php-horde-crypt (2.1.0-1) unstable; urgency=low

  * New upstream version 2.1.0
  * Fixed watchfile
  * Updated Standards-Version to 3.9.3: no change
  * Updated copyright format URL
  * Updated debian/pearrc to install Horde apps in /usr/share/horde
    instead of /usr/share/horde4
  * Updated Vcs-* fields

 -- Mathieu Parent <sathieu@debian.org>  Sat, 01 Dec 2012 11:15:14 +0100

php-horde-crypt (1.1.0-1) unstable; urgency=low

  * Horde_Crypt package
  * Initial packaging (Closes: #657357)
  * Copyright file by Soren Stoutner and Jay Barksdale

 -- Mathieu Parent <sathieu@debian.org>  Sun, 12 Feb 2012 14:57:45 +0100