File: changelog

package info (click to toggle)
libpgp-sign-perl 1.04-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 380 kB
  • sloc: perl: 1,165; makefile: 6
file content (157 lines) | stat: -rw-r--r-- 6,215 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
libpgp-sign-perl (1.04-1) unstable; urgency=medium

  * New upstream release.
    - Fix regression since 1.00 that caused signing of large inputs to
      fail because GnuPG blocked waiting for further input from PGP::Sign.
  * Update debian/watch format to version 4.

 -- Russ Allbery <rra@debian.org>  Sat, 14 Nov 2020 15:54:42 -0800

libpgp-sign-perl (1.03-1) unstable; urgency=medium

  * New upstream release.
  * Move the canonical packaging repository to Salsa.
  * Use debian/unstable as the default packaging branch.
  * Add an upstream metadata file.

 -- Russ Allbery <rra@debian.org>  Sat, 12 Sep 2020 15:10:21 -0700

libpgp-sign-perl (1.02-1) unstable; urgency=medium

  * New upstream release.
  * Enable the standard pkg-perl autopkgtest tests.

 -- Russ Allbery <rra@debian.org>  Sat, 29 Aug 2020 14:24:51 -0700

libpgp-sign-perl (1.01-1) unstable; urgency=medium

  * New upstream release.
  * Mark the package as Multi-Arch: foreign.

 -- Russ Allbery <rra@debian.org>  Sat, 18 Jul 2020 20:01:42 -0700

libpgp-sign-perl (1.00-1) unstable; urgency=medium

  * New upstream release.
    - Drop support for all PGP implementations other than GnuPG.
    - Add a new object-oriented API that avoids global variables.  The old
      API is still supported, implemented as a shim over the new API.
    - Add support for GnuPG v2.
    - Separate status output from logging when running GnuPG.
    - Pass --allow-weak-digest-algos with GnuPG v1 for better backwards
      compatibility with PGP 2.6.2.
    - pgp_sign in array context now always returns "GnuPG" as the PGP
      version.
    - pgp_verify now ignores the version parameter.
    - Fix whitespace munging with pgp_sign when called again with new data
      after finishing signing data with trailing whitespace without a
      newline.
    - Use IPC::Run and File::Temp instead of hand-rolled equivalents.
  * Set AUTOMATED_TESTING so that more tests will be run during the build.
    Install the necessary Perl modules.
  * Update standards version to 4.5.0.
    - Install Changes as NEWS.gz instead of changelog.gz since it is now
      release notes rather than a detailed changelog.
    - Use https for the Format field of debian/copyright.
    - Add Rules-Requires-Root: no.
  * Update to debhelper compatibility level V13.
    - Use a dependency on debhelper-compat instead of debian/compat.
  * Refresh upstream signing key.

 -- Russ Allbery <rra@debian.org>  Sat, 27 Jun 2020 18:45:18 -0700

libpgp-sign-perl (0.20-4) unstable; urgency=medium

  * Upstream doesn't (yet) work with GnuPG v2, so pin the dependencies at
    GnuPG v1 for now and force use of gpg1 as the signing and verification
    program.  (Closes: #835773)
  * Sync packaging with the orig tarball currently in Debian.  This is a
    bit of a mess at the moment (the orig tarball in Debian contains a lot
    of stuff it shouldn't and is missing some files), but none of the
    problems should matter for the Debian build.  This will be cleaned up
    properly with the next upstream release.
  * Update to debhelper compatibility level V9.
    - Use debhelper rule minimization.
    - Add ${misc:Depends} dependency.
  * Update standards version to 3.9.8.
    - Remove ancient, formerly-required versioned dependency on Perl.
    - Convert debian/copyright to copyright-format 1.0.
    - Reference GPL v1 (due to Perl license) instead of the symlink.
    - Add Vcs-Git and Vcs-Browser control fields.
  * Switch to Debian source package format 3.0 (quilt).
  * Add module name to the package long description.
  * Merge Build-Depends-Indep into Build-Depends, since this distinction
    is not useful when only building Architecture: all packages.
  * Add debian/gbp.conf reflecting the branch layout of the default
    packaging repository.
  * Run wrap-and-sort -ast on the packaging files.
  * Use https for the Homepage URL.
  * Add signature verification to debian/watch and update the URL.

 -- Russ Allbery <rra@debian.org>  Mon, 05 Sep 2016 12:04:46 -0700

libpgp-sign-perl (0.20-3) unstable; urgency=low

  * Use a better way of removing empty directories created by
    ExtUtils::MakeMaker.

 -- Russ Allbery <rra@debian.org>  Mon, 18 Feb 2008 12:46:56 -0800

libpgp-sign-perl (0.20-2) unstable; urgency=low

  * Tell Makefile.PL not to create /usr/lib/perl5 and remove the rmdir,
    which fails with Perl 5.10.
  * Move Homepage into a real control header.
  * Update standards version to 3.7.3 (no changes required).

 -- Russ Allbery <rra@debian.org>  Sat, 29 Dec 2007 16:11:50 -0800

libpgp-sign-perl (0.20-1) unstable; urgency=low

  * New upstream version.
  * Use a better way of running make distclean.
  * Remove stamp files at the start of the clean rule.
  * Add build-arch and build-indep targets, just in case.
  * Update standards version to 3.7.2 (no changes required).
  * Update debhelper compatibility level to V5.

 -- Russ Allbery <rra@debian.org>  Fri, 27 Apr 2007 21:04:51 -0700

libpgp-sign-perl (0.19-4) unstable; urgency=low

  * Providing binary-arch in debian/rules is required by Policy even if
    there are no arch-dependent packages.  Whoops.

 -- Russ Allbery <rra@debian.org>  Mon,  5 Dec 2005 15:09:47 -0800

libpgp-sign-perl (0.19-3) unstable; urgency=low

  * Run make test when building the package.
  * Simplify debian/rules.
  * Update copyright to my current format and add an explicit packaging
    copyright and license statement.
  * Update standards version to 3.6.2 (no changes required).
  * Update maintainer address.

 -- Russ Allbery <rra@debian.org>  Wed, 16 Nov 2005 21:05:52 -0800

libpgp-sign-perl (0.19-2) unstable; urgency=low

  * Uploaded to Debian.  (Closes: #308429)
  * Add a watch file.
  * Use the recommend format for the Homepage link in the description.

 -- Russ Allbery <rra@stanford.edu>  Fri, 10 Jun 2005 15:43:39 -0700

libpgp-sign-perl (0.19-1) unstable; urgency=low

  * New upstream release.
    - Use --status-fd with GnuPG.  Fixes pgp_verify in non-English locales.

 -- Russ Allbery <rra@stanford.edu>  Sun,  8 Aug 2004 02:57:42 -0700

libpgp-sign-perl (0.18-1) unstable; urgency=low

  * Initial Release.

 -- Russ Allbery <rra@stanford.edu>  Wed,  4 Aug 2004 22:26:31 -0700