File: changelog

package info (click to toggle)
ruby-eventmachine 1.3~pre20220315-df4ab006-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,616 kB
  • sloc: ruby: 10,873; cpp: 6,140; java: 1,136; makefile: 12
file content (358 lines) | stat: -rw-r--r-- 12,315 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
ruby-eventmachine (1.3~pre20220315-df4ab006-5) unstable; urgency=medium

  * Team upload.
  * Fix usage of Process::Status on ruby3.3
  * debian/control: Drop deprecated *-Ruby-Versions fields
  * Bump Standards-Version to 4.7.0; no changed needed

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 22 Jul 2024 05:41:35 -0300

ruby-eventmachine (1.3~pre20220315-df4ab006-4) unstable; urgency=medium

  * Team upload.
  * d/ruby-tests.rake: fix how IPv6 only builders are identified
    (Closes: #998097). lo device in IPv6 builders does have IPv4 address
    configured, so let's check if there is just one. The other interfaces should
    have only IPv6 addresses.

 -- Lucas Kanashiro <kanashiro@debian.org>  Fri, 24 Feb 2023 12:15:34 -0300

ruby-eventmachine (1.3~pre20220315-df4ab006-3) unstable; urgency=medium

  * Team upload
  * rewrite_dhparam_1_2.patch: bump timeout on slow architectures to 30s

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 16 Oct 2022 13:50:01 -0300

ruby-eventmachine (1.3~pre20220315-df4ab006-2) unstable; urgency=medium

  * Team upload
  * Drop several patches.
    Instead of disabling tests by patching them, just skip the corresponding
    test files entirely in debian/ruby-tests.rake. Also stop skipping some
    tests when it should not be necessary anymore.

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 16 Oct 2022 11:31:41 -0300

ruby-eventmachine (1.3~pre20220315-df4ab006-1) unstable; urgency=medium

  * Team upload
  * debian/ruby-tests.rake: exclude tests/test_kb.rb
  * New upstream snapshot 1.3~pre20220315-df4ab006
  * Rebase patches
  * Drop dependency on ruby | ruby-interpreter in favor of ${ruby:Depends}

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 12 Oct 2022 22:18:20 -0300

ruby-eventmachine (1.3~pre20201020-b50c135-6) unstable; urgency=medium

  * Team upload.
  * Add patch to skip tests which require non-empty resolv.conf
    (Closes: #998097).
  * Declare compliance with Debian Policy 4.6.1.

 -- Lucas Kanashiro <kanashiro@debian.org>  Fri, 02 Sep 2022 17:20:43 -0300

ruby-eventmachine (1.3~pre20201020-b50c135-5) unstable; urgency=medium

  * Team upload
  * Add patch to fix tests under ruby3.0

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 23 Feb 2022 22:36:40 -0300

ruby-eventmachine (1.3~pre20201020-b50c135-4) unstable; urgency=medium

  * Team upload.
  * debian/ruby-tests.rake: skip tests when no ipv4 is available
    (Closes: #995815)

 -- Antonio Terceiro <terceiro@debian.org>  Tue, 12 Oct 2021 14:13:34 -0300

ruby-eventmachine (1.3~pre20201020-b50c135-3) unstable; urgency=medium

  * Add skip_test_em_system_pid_ruby3.patch to skip for now test failing with
    Ruby3.0 (Closes: #996160)

 -- Cédric Boutillier <boutil@debian.org>  Wed, 06 Oct 2021 07:44:08 +0200

ruby-eventmachine (1.3~pre20201020-b50c135-2) unstable; urgency=medium

  * Team upload
  * Add patch to raise the inactivity timeout limit in tests as some slow
    architectures may reach the limit set by upstream

 -- Cédric Boutillier <boutil@debian.org>  Thu, 04 Feb 2021 16:10:11 +0100

ruby-eventmachine (1.3~pre20201020-b50c135-1) unstable; urgency=medium

  * Team upload

  [ Cédric Boutillier ]
  * New upstream version 1.3~pre20201020-b50c135
  * Change hijacked homepage to Github repo
  * Refresh patches, drop longer_rsa_keys.patch
  * Add localhost_ipv6.patch to use localhost instead of v4 127.0.0.1 IP.
    This should prevent test failures on IPv6-only build machines
  * Add change_port_9999_to_9998.patch to avoid conflict with approx apt
    cache default port in tests
  * Add skip_test_stop_server.patch to skip failing test
  * Bump Standards-Version to 4.5.1 (no changes needed)
  * Bump debhelper compatibility level to 13

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + ruby-eventmachine: Add Multi-Arch: same.
  * Update watch file format version to 4.

 -- Cédric Boutillier <boutil@debian.org>  Sat, 09 Jan 2021 16:25:08 +0100

ruby-eventmachine (1.3~pre20190820-g10fb0c4-3) unstable; urgency=medium

  * Team upload.
  * Add hppa-linux-gnu to slow arch list for tests.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Tue, 04 Aug 2020 14:16:56 +0900

ruby-eventmachine (1.3~pre20190820-g10fb0c4-2) unstable; urgency=medium

  * Team upload.
  * Add armhf-linux-gnueabi to slow arch list for tests.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Wed, 20 May 2020 13:15:08 +0900

ruby-eventmachine (1.3~pre20190820-g10fb0c4-1) unstable; urgency=medium

  * Team upload.
  * Complement upstream metadata.
  * Set Rules-Requires-Root to 'no'.
  * Bump Standards-Version to 4.5.0 (no changes needed).

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Tue, 19 May 2020 14:35:40 +0900

ruby-eventmachine (1.3~pre20190820-g10fb0c4-1~exp1) experimental; urgency=medium

  * Team upload
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.4.1, no changes needed.

 -- Cédric Boutillier <boutil@debian.org>  Wed, 22 Jan 2020 15:34:07 +0100

ruby-eventmachine (1.3~pre2019019-g8f7e128-1~exp2) experimental; urgency=medium

  * Team upload
  * Add upstream patch to improve timeout handling
  * Rewrite test_dhparam_1_2 to accommodate slow architectures
  * Use installed gemspecs for autopkgtest
  * Refresh slightly skip_tests_using_network.patch

 -- Cédric Boutillier <boutil@debian.org>  Wed, 23 Jan 2019 01:16:19 +0100

ruby-eventmachine (1.3~pre2019019-g8f7e128-1~exp1) experimental; urgency=medium

  * Team upload
  * New upstream version 1.3~pre2019019-g8f7e128
    Use github tip of master from github for this version
  * Refresh skip_tests_using_network.patch
  * Drop openssl111.patch, applied upstream
  * Patch out git usage in source gemspec
  * Skip a hanging test about exceptions

 -- Cédric Boutillier <boutil@debian.org>  Sun, 20 Jan 2019 00:49:23 +0100

ruby-eventmachine (1.2.7-1~exp1) experimental; urgency=medium

  * Team upload

  [ Chris Hofstaedtler ]
  * Remove inactive maintainers from Uploaders: list.
    Thanks to Daigo Moriwaki and Ryan Niebur for their work.
    (Closes: #856375, #863773)
  * Blacklist another "network"-needing test. (Closes: #816640)

  [ Cédric Boutillier ]
  * New upstream version 1.2.7
  * Refresh skip_tests_using_network.patch
  * longer_rsa_keys and openssl111 patches for OpenSSL 1.1.1
  * Use salsa.debian.org in Vcs-* fields
  * Bump Standards-Version to 4.3.0 (no changes needed)
  * Bump debhelper compatibility level to 11
  * Move debian/watch to gemwatch.debian.net
  * Build-depend on rake-compiler, according to gemspecs
  * Break ruby-diaspora-vine << 0.2.0.develop.4-3~

 -- Cédric Boutillier <boutil@debian.org>  Thu, 03 Jan 2019 12:28:06 +0100

ruby-eventmachine (1.2.0.1-1) unstable; urgency=medium

  * Team upload.

  [ Antonio Terceiro ]
  * move rakelib/ back on clean target

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

  [ Christian Hofstaedtler ]
  * New upstream version.

 -- Christian Hofstaedtler <zeha@debian.org>  Sun, 31 Jul 2016 20:09:22 +0000

ruby-eventmachine (1.0.7-3) unstable; urgency=medium

  * Team upload.
  * Update packaging with a new dh-make-ruby run
    - switched tests from debian/ruby-tests.rb to debian/ruby-tests.rake

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 20 Jul 2015 21:19:07 -0300

ruby-eventmachine (1.0.7-2) unstable; urgency=medium

  * Team upload.
  * Disable known-broken test, see upstream issue #575.

 -- Christian Hofstaedtler <zeha@debian.org>  Tue, 14 Jul 2015 21:23:20 +0200

ruby-eventmachine (1.0.7-1) unstable; urgency=medium

  * Team upload.
  * Re-upload to unstable.
  * Add ruby-minitest, rake and ruby-test-unit to build deps.
  * Disable more network using tests.
  * Stop ignoring test failures.

 -- Pirate Praveen <praveen@debian.org>  Thu, 30 Apr 2015 18:29:40 +0530

ruby-eventmachine (1.0.7-1~exp1) experimental; urgency=medium

  * Team upload.
  * Imported Upstream version 1.0.7
  * Bump Standards-Version to 3.9.6
  * Update Vcs-Browser to cgit URL and HTTPS
  * Target experimental and build for ruby2.2.

 -- Christian Hofstaedtler <zeha@debian.org>  Thu, 09 Apr 2015 15:55:14 +0200

ruby-eventmachine (1.0.3-6) unstable; urgency=low

  * Bump gem2deb build dependency to 0.7.5~
  * Rebuild to get rid of mkmf.log (Closes: #743661)

 -- Per Andersson <avtobiff@gmail.com>  Mon, 07 Apr 2014 00:24:19 +0200

ruby-eventmachine (1.0.3-5) unstable; urgency=low

  * Team upload.
  * Bump gem2deb build dep to 0.7.4~

 -- Pirate Praveen <praveen@debian.org>  Thu, 03 Apr 2014 21:39:54 +0530

ruby-eventmachine (1.0.3-4) unstable; urgency=low

  * Team upload.
  * d/rules: disable tests for now
  * bump Standards-Version to 3.9.5 (no changes needed)

 -- Jonas Genannt <jonas.genannt@capi2name.de>  Thu, 16 Jan 2014 14:40:05 +0100

ruby-eventmachine (1.0.3-3) unstable; urgency=medium

  * Team upload.
  * Set urgency to medium as an RC bug is closed.
  * Disable tests requiring network access. (Closes: #710941)
    + add debian/patches/skip_tests_using_network.patch some of these tests
    + skip entire test files from debian/ruby-tests.rb

 -- Cédric Boutillier <boutil@debian.org>  Mon, 17 Jun 2013 00:17:18 +0200

ruby-eventmachine (1.0.3-2) unstable; urgency=low

  * Team upload.
  * Add libssl-dev to build deps. (Closes: #591979)
    - webmock needs eventmachine with encryption support.

 -- Praveen Arimbrathodiyil <praveen@debian.org>  Mon, 20 May 2013 03:23:52 +0530

ruby-eventmachine (1.0.3-1) unstable; urgency=low

  * Team upload.

  [ Praveen Arimbrathodiyil ]
  * New upstream release. (Closes: #694076)
  * Update to standards version 3.9.4.
  * Remove transitional packages.
  * Install CHANGELOG.md as upstream changelog.

  [ Per Andersson ]
  * Build depend on gem2deb >= 0.3.0.

 -- Praveen Arimbrathodiyil <praveen@debian.org>  Tue, 14 May 2013 22:32:19 +0530

ruby-eventmachine (0.12.10-3) unstable; urgency=low

  * Add myself to uploaders.
  * Set priority extra for transitional packages.
  * Add patch to format error strings safely. (Closes: #676209)
  * Bump standards version to 3.9.3 (no changes necessary).
  * Use copyright format 1.0 url in debian/copyright.

 -- Per Andersson <avtobiff@gmail.com>  Wed, 20 Jun 2012 15:36:28 +0200

ruby-eventmachine (0.12.10-2) unstable; urgency=low

  [ Laurent Arnoud ]
  * Switch to gem2deb-based packaging. Source and binary package renamed to
    ruby-eventmachine. Transitional packages added.

  [ Paul van Tilburg ]
  * debian/copyright: small fixes to further comply with the DEP5 format.

 -- Paul van Tilburg <paulvt@debian.org>  Wed, 28 Sep 2011 21:25:39 +0200

libeventmachine-ruby (0.12.10-1) unstable; urgency=low

  * New upstream release. (Closes: #577102)
  * debian/control:
    - Bumped up Standards-Version to 3.8.4.
  * debian/watch:
    - The upstream seems to only distribute a gem package, no longer in the
    *.tar.gz format. The watch file watches versions of gem packages.  Thanks
    to Frederic Peters for letting me know.

 -- Daigo Moriwaki <daigo@debian.org>  Sat, 10 Apr 2010 12:05:59 +0900

libeventmachine-ruby (0.12.6-1) unstable; urgency=low

  * New upstream version
  * add myself to uploaders
  * change Section to ruby
  * change the -ruby and -doc packages to Architecture all as they are
    architecture independent
    - change the versioned dependency to make it binnmu-able
  * fix copyright for debian packaging in debian/copyright
  * depend on ${misc:Depends} for all packages
  * debian policy 3.8.1
  * update Vcs-* fields for the move from packages-wip to package
  * update upstream copyright to 2008, as some files say that year

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

libeventmachine-ruby (0.12.4-1) unstable; urgency=low

  * New upstream release.
  * Initial release to Debian. (Closes: #501450)


 -- Daigo Moriwaki <daigo@debian.org>  Sat, 21 Feb 2009 09:14:28 +0900

libeventmachine-ruby (0.12.2-1) unstable; urgency=low

  * Initial release.

 -- Daigo Moriwaki <daigo@debian.org>  Tue, 07 Oct 2008 22:29:37 +0900