File: changelog

package info (click to toggle)
libfurl-perl 3.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 660 kB
  • sloc: perl: 2,188; makefile: 5; sh: 1
file content (213 lines) | stat: -rw-r--r-- 7,200 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
libfurl-perl (3.14-2) unstable; urgency=medium

  * Team upload.
  * Remove build dependency on libtest-valgrind-perl.
    Only needed by an author test which is not run during build or
    autopkgtests.
    Triggered by the announced valgrind-if-available mass-bug filing,
    cf. <YhKMZSPUbyofDm/g@angband.pl>.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * Refresh lintian overrides (changed output format).

 -- gregor herrmann <gregoa@debian.org>  Sun, 20 Feb 2022 21:13:12 +0100

libfurl-perl (3.14-1) unstable; urgency=medium

  [ upstream ]
  new release

  [ Debian Janitor ]
  * set upstream metadata fields:
    Bug-Database Bug-Submit Repository Repository-Browse

  [ Jonas Smedegaard ]
  * simplify rules;
    stop build-depend on dh-buildinfo cdbs
  * fix remove empty man pages,
    by looking for minimum size (not exact size)
  * simplify source helper script copyright-check
  * stop build-depend explicitly on perl:
    not called directly during build
  * use debhelper compatibility level 13 (not 9);
    build-depend on debhelper-compat (not debhelper)
  * relax to build-depend unversioned on libtest-tcp-perl:
    required version satisfied in all supported Debian releases
  * annotate test-only build-dependencies
  * update copyright info:
    + use Reference field (not License-Reference);
      update lintian overrides
    + update coverage
  * use semantic newlines in long description and copyright fields

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 12 Sep 2021 16:41:30 +0200

libfurl-perl (3.13-2) unstable; urgency=medium

  * Team upload.

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

  [ gregor herrmann ]
  * debian/copyright: update CPAN and GitHub URLs.
  * Add patch to adjust proxy tests to changes in libhttp-proxy-perl.
    libhttp-proxy-perl, since 0.304-4, supports IPv6, so when running on
    the default 'localhost', this can be 127.0.0.0/8 or ::1.
    Adjust the three proxy-using tests to run the proxy server explicitly on
    127.0.0.1, as that's what the rest of the test code expects.
    (Closes: #924859)

 -- gregor herrmann <gregoa@debian.org>  Thu, 21 Mar 2019 19:22:12 +0100

libfurl-perl (3.13-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Update watch file:
    + Bump to file format 4.
    + Watch only MetaCPAN URL.
    + Mention gbp --uscan in usage comment.
    + Use substitution strings.
  * Modernize cdbs:
    + Drop get-orig-source target: Use gbp import-orig --uscan.
    + Do copyright-check in maintainer script (not during build).
    + Stop build-depend on devscripts.
  * Modernize git-buildpackage config: Filter any .git* file.
  * Modernize Vcs-* fields:
    + Consistently use git (not cgit) in path.
    + Consistently include .git suffix in path.
  * Declare compliance with Debian Policy 4.1.1.
  * Unfuzz patches.
  * Add DEP-3 headers to patches.
  * Drop obsolete lintian override regarding debhelper 9.
  * Tighten lintian overrides regarding License-Reference.
  * Update package relations:
    + Build-depend on libhttp-body-perl.
    + Build-depend on libmodule-build-tiny-perl (not
      libmodule-build-perl).
    + Stop (build-)depend explicitly on (recent perl or)
      libcpan-meta-perl libtest-simple-perl: Provided by perl even in
      oldstable.
    + Relax to (build-)depend unversioned on libhttp-parser-xs-perl:
      Needed version satisfied even in oldstable.
  * Update copyright info:
    + Extend coverage for myself.
    + Use https protocol in file format URL.
  * Drop empty man pages.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 01 Oct 2017 18:23:57 +0200

libfurl-perl (3.08-2) unstable; urgency=medium

  * Team upload.
  * Disable DNS queries during build. (Closes: #830280)
  * Declare compliance with Debian Policy 3.9.8.
  * Update Vcs-Git field in debian/control.
  * Update lintian override (changed tag name).

 -- gregor herrmann <gregoa@debian.org>  Sat, 12 Nov 2016 18:46:09 +0100

libfurl-perl (3.08-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).
    + Depend on latest Test::TCP.
    + Handle cookies while redirection.
    + Delete method accept message body.

  [ Jonas Smedegaard ]
  * Modernize git-buildpackage config: Avoid git- prefix.
  * Update copyright info:
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Extend copyright of packaging to cover current year.
  * Add lintian override regarding license in License-Reference field.
    See bug#786450.
  * Bump debhelper compatibility level to 9.
  * Add lintian override regarding debhelper 9.
  * Sort and newline-delimit dependencies.
  * Unfuzz patch 1002.
  * Revert to build-depend unversioned on libhttp-proxy-perl: Was only a
    temporary workaround - all Debian suites contain fixed version now.
    See bug#788350.
  * Tighten to build-depend versioned on libtest-tcp-perl.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 26 Oct 2015 13:22:53 +0100

libfurl-perl (3.06-2) unstable; urgency=medium

  * Team upload.

  [ Damyan Ivanov ]
  * Mark package as autopkgtestable
  * Remove 'perl' alternative from the libmodule-build-perl build dependency

  [ gregor herrmann ]
  * Make build dependency on libhttp-proxy-perl versioned.
    Cf. #788350
  * Add 1002_unset_http_proxy.patch.
    Unset http_proxy environment variable as well, not only HTTP_PROXY,
    in two tests.

 -- gregor herrmann <gregoa@debian.org>  Fri, 12 Jun 2015 14:11:58 +0200

libfurl-perl (3.06-1) unstable; urgency=medium

  [ upstream ]
  * New release.
    + Check only status code when connect SSL over proxy.
    + Fix incorrect regex used for testing the response line.
    + Fix detect more keep-alive hints (parse case-insensitively).

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 15 Feb 2015 15:07:32 +0100

libfurl-perl (3.05-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).
    + Remove trailing whitespace of Authorization header.
    + Validate content-length header.

  [ Jonas Smedegaard ]
  * Declare compliance with Debian Policy 3.9.6.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 13 Oct 2014 19:08:59 +0200

libfurl-perl (3.03-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Update watch file: Fix strip spaces from version string.
  * Unfuzz patch.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 26 Aug 2014 12:45:13 +0200

libfurl-perl (3.02-3) unstable; urgency=medium

  * Fix simplify versioned build-dependency on libmodule-build-perl (see
    bug#752989), and fix add trailing zeros.
    Thanks to Niko Tyni and Gregor Herrmann.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 02 Jul 2014 13:50:23 +0200

libfurl-perl (3.02-2) unstable; urgency=medium

  * Favor recent libmodule-build-perl over (slightly) older perl, and
    suppress duplicate unversioned build-dependency from CDBS.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 23 Jun 2014 02:05:10 +0200

libfurl-perl (3.02-1) unstable; urgency=low

  * Initial Release.
    Closes: bug#749085.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 30 May 2014 23:59:46 +0200