File: changelog

package info (click to toggle)
ruby-mechanize 2.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,408 kB
  • sloc: ruby: 11,544; makefile: 7; sh: 4
file content (439 lines) | stat: -rw-r--r-- 13,515 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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
ruby-mechanize (2.8.5-1) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * New upstream version 2.8.5. (Closes: #1014809) (Fixes: CVE-2022-31033)
    - Fix tests on Ruby 3.1 (Closes: #1019636)
  * Refresh d/patches.
  * Drop patches that has been merged upstream.
  * d/control: Add ruby-addressable as a dependency.
  * d/control: Specify minimum version of ruby-net-http-digest-auth.

  [ Unit 193 ]
  * d/p/avoid-git.patch: Add patch to avoid calling `git` in gemspec.
  * d/ruby-mechanize.docs, d/rules:
    - Follow renames, README.(rdoc → md), CHANGELOG.(rdoc → md).
  * d/rules: Set LC_ALL to C.UTF-8 to appease tests.
  * d/control: R³: no
  * Update Standards-Version to 4.6.1.

 -- Unit 193 <unit193@debian.org>  Tue, 13 Sep 2022 04:25:14 -0400

ruby-mechanize (2.7.7-3) unstable; urgency=medium

  * Depend on ruby-webrick
  * Use gem install layout

 -- Cédric Boutillier <boutil@debian.org>  Thu, 18 Nov 2021 00:47:35 +0100

ruby-mechanize (2.7.7-2) unstable; urgency=medium

  * Team upload.
  * B-d on versioned ruby-webrick (Closes: #996316)
  * Declare compliance with Debian Policy 4.6.0

 -- Lucas Kanashiro <kanashiro@debian.org>  Fri, 05 Nov 2021 17:58:59 -0300

ruby-mechanize (2.7.7-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * add a build-dependency on ruby-webrick. Closes: #996316

 -- Georges Khaznadar <georgesk@debian.org>  Tue, 26 Oct 2021 15:58:16 +0200

ruby-mechanize (2.7.7-1) unstable; urgency=medium

  * Removing myself from uploaders, acknowledging reality

 -- Gunnar Wolf <gwolf@debian.org>  Tue, 26 Oct 2021 12:18:15 -0500

ruby-mechanize (2.7.7-1) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Cédric Boutillier ]
  * [ci skip] Update team name
  * [ci skip] Add .gitattributes to keep unwanted files
    out of the source package

  [ Utkarsh Gupta ]
  * New upstream version 2.7.7
    - Fix command injection vulnerability (Fixes: CVE-2021-21289)
  * Fix package wrt cme
  * Refresh d/patches
  * Add patch to relax webrick
  * Drop unnecessary dependency on ruby interpreter
  * Add myself as an uploader
  * Add patch to disable test that needs internet

 -- Utkarsh Gupta <utkarsh@debian.org>  Wed, 03 Feb 2021 18:51:12 +0530

ruby-mechanize (2.7.6-1) unstable; urgency=medium

  * Team upload
  * New upstream version 2.7.6
  * Use salsa.debian.org in Vcs-* fields
  * Move debian/watch to gemwatch.debian.net
  * Bump Standards-Version to 4.3.0 (no changes needed)
  * Bump debhelper compatibility level to 11
  * Replace yaml method to run tests by a more modern rake one
  * Patches:
    + Drop clean_up_tests_for_minitest_5_deprecations.patch, applied upstream
    + Drop fixes_the_current_test_failures_on_master.patch, applied upstream
    + Refresh 0003-Replace-dep-on-ntlm-http-by-rubyntlm.patch
  * Copyright file: https for format URL and update source to Github

 -- Cédric Boutillier <boutil@debian.org>  Fri, 04 Jan 2019 12:27:45 +0100

ruby-mechanize (2.7.5-2) unstable; urgency=medium

  * Team upload.

  [ HIGUCHI Daisuke (VDR dai) ]
  * fix FTBFS and Debci failure with ruby 2.3.5 (Closes: #882608)
  - d/p/clean_up_tests_for_minitest_5_deprecations.patch: new patch.
  - d/p/fixes_the_current_test_failures_on_master.patch: new patch.
  * remove Ryan Niebur <ryanryan52@gmail.com> from Uploaders (Closes: #856378)
    thanks for previous works.
  * support autopkgtest-pkg-ruby.
  * eliminate lintian warning: debian-watch-uses-insecure-uri
  * bump Standards-Version to 4.1.1 (no changes needed)

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Mon, 04 Dec 2017 23:24:52 +0900

ruby-mechanize (2.7.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.7.5
  * Refresh patches
  * Update upstream copyright
  * Update Debian packaging copyright
  * Remove asterisk from debian/NEWS, silence lintian

 -- Lucas Kanashiro <kanashiro@debian.org>  Fri, 02 Dec 2016 12:50:59 -0200

ruby-mechanize (2.7.4-3) unstable; urgency=medium

  * Team upload
  * Add build-depend on netbase. This is required because some tests
    need /etc/services (port specified as 'http')

 -- Lucas Nussbaum <lucas@debian.org>  Thu, 28 Jul 2016 08:37:50 +0200

ruby-mechanize (2.7.4-2) unstable; urgency=medium

  * Team upload
  * Update debian/control: bump Standards-Version to 3.9.8 (no changes needed),
    update dependencies.
  * Refresh debian/rules and add dependencies check. This would have caught
    #830241.
  * Add patch 0003-Replace-dep-on-ntlm-http-by-rubyntlm.patch. Closes: #830241

 -- Lucas Nussbaum <lucas@debian.org>  Wed, 27 Jul 2016 19:09:10 +0200

ruby-mechanize (2.7.4-1) unstable; urgency=medium

  * Team upload.

  [ Cédric Boutillier ]
  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

  [ Christian Hofstaedtler ]
  * Imported Upstream version 2.7.4

 -- Christian Hofstaedtler <zeha@debian.org>  Sun, 01 May 2016 21:46:37 +0000

ruby-mechanize (2.7.3-1) unstable; urgency=medium

  * Team upload.
  * Remove myself from Uploaders
  * Imported Upstream version 2.7.3
  * Set Standards-Version to 3.9.6 (no addtl. changes)

 -- Christian Hofstaedtler <zeha@debian.org>  Sun, 28 Jun 2015 02:40:11 +0200

ruby-mechanize (2.7.2-2) unstable; urgency=medium

  * Rebuild with newer gem2deb, to update the Ruby-Version attribute
    and gemspec install paths.
    Thanks to Matthias Klose <doko@ubuntu.com> for the hint.
  * Update my email address.

 -- Christian Hofstaedtler <zeha@debian.org>  Wed, 30 Apr 2014 17:10:49 +0200

ruby-mechanize (2.7.2-1) unstable; urgency=low

  * New upstream release

 -- Gunnar Wolf <gwolf@debian.org>  Mon, 30 Sep 2013 17:01:13 -0500

ruby-mechanize (2.7.1-1) unstable; urgency=low

  * New upstream release
  * Added build-dep, dependency on ruby-http-cookie
  * Updated lib/mechanize/test_case.rb uses now updated Minitest::Test
    API (Closes: #713155)

 -- Gunnar Wolf <gwolf@debian.org>  Mon, 24 Jun 2013 10:07:42 -0500

ruby-mechanize (2.6.0-1) unstable; urgency=low

  * New upstream release
  * Remove transitional packages:
      libwww-mechanize-ruby, libwww-mechanize-ruby1.8,
      libwww-mechanize-ruby1.9.1, libwww-mechanize-ruby-doc
  * Bump Standards-Version to 3.9.4 (no changes needed)
  * Add myself to Uploaders
  * Update copyright for Machine-readable debian/copyright 1.0 spec
  * Enable dpkg option "unapply-patches"
  * Fix capitalization in package description

 -- Christian Hofstaedtler <zeha@debian.org>  Mon, 06 May 2013 15:36:00 +0200

ruby-mechanize (2.3-2) unstable; urgency=low

  * Add build dependency on netbase to fix FTBFS in clean chroot
    (Closes: #666596)

 -- Christian Hofstaedtler <zeha@debian.org>  Mon, 04 Jun 2012 22:10:24 +0200

ruby-mechanize (2.3-1) unstable; urgency=low

  * New upstream release
  * Standards-version 3.9.2→3.9.3 (no changes needed)
  * Added new dependency and build-dependency on ruby-mime-types
  * Versioned to >=2.5 dependency on ruby-net-http-persistent
  * Upstream dropped FAQ.rdoc

 -- Gunnar Wolf <gwolf@debian.org>  Thu, 08 Mar 2012 17:46:48 -0600

ruby-mechanize (2.1-1) unstable; urgency=low

  * Repackaged using the Gem2deb infrastructure
  * New upstream release

 -- Gunnar Wolf <gwolf@debian.org>  Tue, 10 Jan 2012 13:41:30 -0600

libwww-mechanize-ruby (1.0.0-1) unstable; urgency=low

  * New upstream release

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 09 Apr 2010 18:47:17 -0500

libwww-mechanize-ruby (0.9.3-3) unstable; urgency=high

  * Team upload.
  * Add missing files libwww-mechanize-ruby1.9.1.dirs
    and libwww-mechanize-ruby1.9.1.install (Closes: #574049)
  * Remove useless libwww-mechanize-ruby1.9.{dirs,install} files

 -- Laurent Arnoud <laurent.arnoud@gmail.com>  Tue, 23 Mar 2010 23:22:18 +0100

libwww-mechanize-ruby (0.9.3-2) unstable; urgency=low

  [ Lucas Nussbaum ]
  * Added Vcs-* fields.

  [ Gunnar Wolf ]
  * Port the package to Ruby 1.9.1 (Closes: #569879)
  * Added myself as an uploader
  * Standards-version 3.8.1→3.8.4 (no changes needed)
  * Switched package source format to 3.0 (quilt); dropped build-
    dependency on quilt (and removed all of its invocations)
  * Added DEP3 headers to patch

 -- Gunnar Wolf <gwolf@debian.org>  Tue, 16 Feb 2010 13:21:13 -0600

libwww-mechanize-ruby (0.9.3-1) unstable; urgency=low

  * New upstream release
  * add examples
  * install CHANGELOG.rdoc
  * build docs from FAQ.rdoc
  * add DMUA field
  * patch to fix a bug

 -- Ryan Niebur <ryanryan52@gmail.com>  Thu, 11 Jun 2009 20:51:22 -0700

libwww-mechanize-ruby (0.9.2-1) unstable; urgency=low

  * hijack (on ari's request)
  * new upstream release
  * install the rdoc docuemntation instead of text, upstream changed it
  * standards version 3.8.1
  * misc:Depends
  * move graphviz to Build-Depends-Indep
  * fix debian copyright
  * update upstream copyright
  * remove patching stuff to use hpricot, switch deps to nokogiri

 -- Ryan Niebur <ryanryan52@gmail.com>  Fri, 24 Apr 2009 21:52:11 -0700

libwww-mechanize-ruby (0.9.1-2) unstable; urgency=low

  * debian/patches/00_hpricot.patch
  - Switch back to hpricot temporarily until nokogiri is packaged
    (Closes: #517343)

 -- Ari Pollak <ari@debian.org>  Thu, 26 Feb 2009 23:52:27 -0500

libwww-mechanize-ruby (0.9.1-1) unstable; urgency=low

  * New upstream release

 -- Ari Pollak <ari@debian.org>  Wed, 25 Feb 2009 10:54:26 -0500

libwww-mechanize-ruby (0.8.5-1) unstable; urgency=low

  [ Ari Pollak ]
  * New upstream release

  [ Gunnar Wolf ]
  * Removed myself as an uploader

 -- Ari Pollak <ari@debian.org>  Sun, 23 Nov 2008 20:49:46 -0500

libwww-mechanize-ruby (0.8.4-1) unstable; urgency=low

  * New upstream release
  * Standards-version -> 3.8.0 (no changes needed)
  * Added myself as an uploader

 -- Gunnar Wolf <gwolf@debian.org>  Sun, 12 Oct 2008 09:56:13 -0500

libwww-mechanize-ruby (0.7.7-2) unstable; urgency=low

  * Actually incorporate the change from 0.7.6-2

 -- Ari Pollak <ari@debian.org>  Mon, 04 Aug 2008 13:03:46 -0400

libwww-mechanize-ruby (0.7.7-1) unstable; urgency=low

  * New upstream release

 -- Ari Pollak <ari@debian.org>  Sun, 27 Jul 2008 21:37:58 -0400

libwww-mechanize-ruby (0.7.6-2) unstable; urgency=low

  * Install libs in /usr/lib/ruby/1.9.0. Closes: #484617.

 -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Mon, 16 Jun 2008 15:23:54 +0200

libwww-mechanize-ruby (0.7.6-1) unstable; urgency=low

  * New upstream release

 -- Ari Pollak <ari@debian.org>  Sun, 18 May 2008 13:50:18 -0400

libwww-mechanize-ruby (0.7.5-1) unstable; urgency=low

  * New upstream release
  * Fix error when URI scheme has capital letters (Closes: #470642)

 -- Ari Pollak <ari@debian.org>  Sat, 15 Mar 2008 16:09:31 -0400

libwww-mechanize-ruby (0.7.2-1) unstable; urgency=low

  * New upstream release

 -- Ari Pollak <ari@debian.org>  Fri, 07 Mar 2008 22:33:45 -0500

libwww-mechanize-ruby (0.7-1) unstable; urgency=low

  [ Ari Pollak ]
  * New upstream release

  [ Lucas Nussbaum ]
  * Use new Homepage dpkg header.

 -- Ari Pollak <ari@debian.org>  Sun, 03 Feb 2008 14:55:30 -0500

libwww-mechanize-ruby (0.6.11-1) unstable; urgency=low

  * New upstream release

 -- Ari Pollak <ari@debian.org>  Tue, 04 Dec 2007 23:20:37 -0500

libwww-mechanize-ruby (0.6.10-2) unstable; urgency=low

  * Build-depend on graphviz so generating documentation works

 -- Ari Pollak <ari@debian.org>  Mon, 20 Aug 2007 10:31:44 -0400

libwww-mechanize-ruby (0.6.10-1) unstable; urgency=low

  * New upstream version

 -- Ari Pollak <ari@debian.org>  Sun, 19 Aug 2007 20:52:29 -0400

libwww-mechanize-ruby (0.6.9-1) unstable; urgency=low

  * New upstream version

 -- Ari Pollak <ari@debian.org>  Mon, 25 Jun 2007 11:44:02 -0400

libwww-mechanize-ruby (0.6.8-2) unstable; urgency=low

  * Add versioned dependency on hpricot >= 0.5 (Closes: #420909)
  * Add pkg-ruby-extras back into the Uploaders field

 -- Ari Pollak <ari@debian.org>  Wed, 25 Apr 2007 11:08:25 -0400

libwww-mechanize-ruby (0.6.8-1) unstable; urgency=low

  * New upstream release, uploading to unstable
  * Remove ruby-pkg-extras Uploaders rule as part of migration

 -- Ari Pollak <ari@debian.org>  Sun, 15 Apr 2007 19:22:59 -0400

libwww-mechanize-ruby (0.6.7-1) experimental; urgency=low

  * New upstream release

 -- Ari Pollak <ari@debian.org>  Thu, 05 Apr 2007 23:02:29 -0400

libwww-mechanize-ruby (0.6.6-1) experimental; urgency=low

  * New upstream release

 -- Ari Pollak <ari@debian.org>  Sun, 25 Mar 2007 01:22:14 -0400

libwww-mechanize-ruby (0.6.5-1) experimental; urgency=low

  * New upstream release

 -- Ari Pollak <ari@debian.org>  Thu,  8 Mar 2007 22:25:56 -0500

libwww-mechanize-ruby (0.6.3-2) unstable; urgency=low

  * Add dependency on libopenssl-ruby (Closes: #305027)

 -- Ari Pollak <ari@debian.org>  Sat, 30 Dec 2006 14:49:57 -0500

libwww-mechanize-ruby (0.6.3-1) unstable; urgency=low

  * New upstream version

 -- Ari Pollak <ari@debian.org>  Mon, 20 Nov 2006 15:38:44 -0500

libwww-mechanize-ruby (0.6.2-1) unstable; urgency=low

  * New upstream version

 -- Ari Pollak <ari@debian.org>  Mon, 23 Oct 2006 21:34:10 -0400

libwww-mechanize-ruby (0.6.1-2) unstable; urgency=low

  * Fix upstream URL in debian/copyright

 -- Ari Pollak <ari@debian.org>  Sat,  7 Oct 2006 16:10:30 -0400

libwww-mechanize-ruby (0.6.1-1) unstable; urgency=low

  * Initial release (Closes: #391332)

 -- Ari Pollak <ari@debian.org>  Sat,  7 Oct 2006 12:42:26 -0400