Your message dated Wed, 02 Jan 2019 16:35:16 +0000
with message-id <[email protected]>
and subject line Bug#912245: fixed in ruby-nio4r 2.3.1-1~exp1
has caused the Debian Bug report #912245,
regarding ruby-nio4r FTBFS: SSL_CTX_use_certificate: ee key too small
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
912245: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912245
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-nio4r
Version: 1.2.1-1
Severity: serious
Tags: ftbfs
ruby-nio4r fails to build in unstable with the current openssl:
| Failures:
|
| 1) OpenSSL::SSL::SSLSocket behaves like an NIO selectable selects readable
objects
| Failure/Error: ssl_peer = OpenSSL::SSL::SSLSocket.new(peer,
ssl_server_context)
|
| OpenSSL::SSL::SSLError:
| SSL_CTX_use_certificate: ee key too small
| Shared Example Group: "an NIO selectable" called from
./spec/nio/selectables/ssl_socket_spec.rb:160
| # ./spec/nio/selectables/ssl_socket_spec.rb:36:in `initialize'
| # ./spec/nio/selectables/ssl_socket_spec.rb:36:in `new'
| # ./spec/nio/selectables/ssl_socket_spec.rb:36:in `block (2 levels) in
<top (required)>'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:298:in `block
(2 levels) in let'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:157:in `block
(3 levels) in fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:157:in `fetch'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:157:in `block
(2 levels) in fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/support/reentrant_mutex.rb:23:in
`synchronize'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:156:in `block
in fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:155:in `fetch'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:155:in
`fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:298:in `block
in let'
| # ./spec/support/selectable_examples.rb:5:in `block (2 levels) in <top
(required)>'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `instance_exec'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `block in run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `block in
with_around_and_singleton_context_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `block in
with_around_example_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `block in run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:602:in
`run_around_example_hooks_for'
| # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in
`with_around_example_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in
`with_around_and_singleton_context_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:251:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:629:in `block in
run_examples'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in `map'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in
`run_examples'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `block in
run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `map'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (3
levels) in run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `map'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (2
levels) in run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1989:in
`with_suite_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:111:in `block in
run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:74:in `report'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:110:in `run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:87:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:71:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
| # /usr/bin/rspec:4:in `<main>'
|
| 2) OpenSSL::SSL::SSLSocket behaves like an NIO selectable does not select
unwritable objects
| Failure/Error: ssl_peer = OpenSSL::SSL::SSLSocket.new(peer,
ssl_server_context)
|
| OpenSSL::SSL::SSLError:
| SSL_CTX_use_certificate: ee key too small
| Shared Example Group: "an NIO selectable" called from
./spec/nio/selectables/ssl_socket_spec.rb:160
| # ./spec/nio/selectables/ssl_socket_spec.rb:99:in `initialize'
| # ./spec/nio/selectables/ssl_socket_spec.rb:99:in `new'
| # ./spec/nio/selectables/ssl_socket_spec.rb:99:in `block (2 levels) in
<top (required)>'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:298:in `block
(2 levels) in let'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:157:in `block
(3 levels) in fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:157:in `fetch'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:157:in `block
(2 levels) in fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/support/reentrant_mutex.rb:23:in
`synchronize'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:156:in `block
in fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:155:in `fetch'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:155:in
`fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:298:in `block
in let'
| # ./spec/support/selectable_examples.rb:24:in `block (2 levels) in <top
(required)>'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `instance_exec'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `block in run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `block in
with_around_and_singleton_context_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `block in
with_around_example_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `block in run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:602:in
`run_around_example_hooks_for'
| # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in
`with_around_example_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in
`with_around_and_singleton_context_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:251:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:629:in `block in
run_examples'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in `map'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in
`run_examples'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `block in
run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `map'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (3
levels) in run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `map'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (2
levels) in run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1989:in
`with_suite_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:111:in `block in
run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:74:in `report'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:110:in `run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:87:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:71:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
| # /usr/bin/rspec:4:in `<main>'
|
| 3) OpenSSL::SSL::SSLSocket behaves like an NIO selectable does not select
unreadable objects
| Failure/Error: ssl_peer = OpenSSL::SSL::SSLSocket.new(peer,
ssl_server_context)
|
| OpenSSL::SSL::SSLError:
| SSL_CTX_use_certificate: ee key too small
| Shared Example Group: "an NIO selectable" called from
./spec/nio/selectables/ssl_socket_spec.rb:160
| # ./spec/nio/selectables/ssl_socket_spec.rb:59:in `initialize'
| # ./spec/nio/selectables/ssl_socket_spec.rb:59:in `new'
| # ./spec/nio/selectables/ssl_socket_spec.rb:59:in `block (2 levels) in
<top (required)>'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:298:in `block
(2 levels) in let'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:157:in `block
(3 levels) in fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:157:in `fetch'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:157:in `block
(2 levels) in fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/support/reentrant_mutex.rb:23:in
`synchronize'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:156:in `block
in fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:155:in `fetch'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:155:in
`fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:298:in `block
in let'
| # ./spec/support/selectable_examples.rb:12:in `block (2 levels) in <top
(required)>'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `instance_exec'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `block in run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `block in
with_around_and_singleton_context_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `block in
with_around_example_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `block in run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:602:in
`run_around_example_hooks_for'
| # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in
`with_around_example_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in
`with_around_and_singleton_context_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:251:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:629:in `block in
run_examples'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in `map'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in
`run_examples'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `block in
run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `map'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (3
levels) in run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `map'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (2
levels) in run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1989:in
`with_suite_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:111:in `block in
run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:74:in `report'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:110:in `run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:87:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:71:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
| # /usr/bin/rspec:4:in `<main>'
|
| 4) OpenSSL::SSL::SSLSocket behaves like an NIO selectable selects writable
objects
| Failure/Error: ssl_peer = OpenSSL::SSL::SSLSocket.new(peer,
ssl_server_context)
|
| OpenSSL::SSL::SSLError:
| SSL_CTX_use_certificate: ee key too small
| Shared Example Group: "an NIO selectable" called from
./spec/nio/selectables/ssl_socket_spec.rb:160
| # ./spec/nio/selectables/ssl_socket_spec.rb:79:in `initialize'
| # ./spec/nio/selectables/ssl_socket_spec.rb:79:in `new'
| # ./spec/nio/selectables/ssl_socket_spec.rb:79:in `block (2 levels) in
<top (required)>'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:298:in `block
(2 levels) in let'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:157:in `block
(3 levels) in fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:157:in `fetch'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:157:in `block
(2 levels) in fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/support/reentrant_mutex.rb:23:in
`synchronize'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:156:in `block
in fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:155:in `fetch'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:155:in
`fetch_or_store'
| # /usr/lib/ruby/vendor_ruby/rspec/core/memoized_helpers.rb:298:in `block
in let'
| # ./spec/support/selectable_examples.rb:17:in `block (2 levels) in <top
(required)>'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `instance_exec'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `block in run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `block in
with_around_and_singleton_context_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `block in
with_around_example_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `block in run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:602:in
`run_around_example_hooks_for'
| # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in
`with_around_example_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in
`with_around_and_singleton_context_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:251:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:629:in `block in
run_examples'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in `map'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in
`run_examples'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `block in
run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `map'
| # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (3
levels) in run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `map'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (2
levels) in run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1989:in
`with_suite_hooks'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:111:in `block in
run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:74:in `report'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:110:in `run_specs'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:87:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:71:in `run'
| # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
| # /usr/bin/rspec:4:in `<main>'
|
| Finished in 0.917 seconds (files took 0.13801 seconds to load)
| 49 examples, 4 failures, 4 pending
|
| Failed examples:
|
| rspec './spec/nio/selectables/ssl_socket_spec.rb[1:1:1]' #
OpenSSL::SSL::SSLSocket behaves like an NIO selectable selects readable objects
| rspec './spec/nio/selectables/ssl_socket_spec.rb[1:1:4]' #
OpenSSL::SSL::SSLSocket behaves like an NIO selectable does not select
unwritable objects
| rspec './spec/nio/selectables/ssl_socket_spec.rb[1:1:2]' #
OpenSSL::SSL::SSLSocket behaves like an NIO selectable does not select
unreadable objects
| rspec './spec/nio/selectables/ssl_socket_spec.rb[1:1:3]' #
OpenSSL::SSL::SSLSocket behaves like an NIO selectable selects writable objects
|
| Randomized with seed 42590
|
| [33m[Coveralls] Outside the CI environment, not sending data.[0m
| /usr/bin/ruby2.5 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb failed
| ERROR: Test "ruby2.5" failed. Exiting.
| dh_auto_install: dh_ruby --install /<<PKGBUILDDIR>>/debian/ruby-nio4r
returned exit code 1
| make: *** [debian/rules:15: binary] Error 1
| dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned
exit status 2
Helmut
--- End Message ---
--- Begin Message ---
Source: ruby-nio4r
Source-Version: 2.3.1-1~exp1
We believe that the bug you reported is fixed in the latest version of
ruby-nio4r, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Cédric Boutillier <[email protected]> (supplier of updated ruby-nio4r package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 02 Jan 2019 16:52:22 +0100
Source: ruby-nio4r
Binary: ruby-nio4r
Architecture: source
Version: 2.3.1-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers
<[email protected]>
Changed-By: Cédric Boutillier <[email protected]>
Description:
ruby-nio4r - Ruby library providing a selector API for monitoring IO objects
Closes: 912245
Changes:
ruby-nio4r (2.3.1-1~exp1) experimental; urgency=medium
.
* Team upload
* New upstream version 2.3.1
* Bump Standards-Version to 4.3.0 (no changes needed)
* Disable failing test with openssl 1.1 about SSL socket as NIO selectable
stream
* Add patch to create larger keys in tests (Closes: #912245)
Checksums-Sha1:
fcfe6a089ed99d068d72413e7e160ac76801f177 1724 ruby-nio4r_2.3.1-1~exp1.dsc
ed200ef5e904f182e5668e6c01e9d51e5bac3697 100568 ruby-nio4r_2.3.1.orig.tar.gz
6a882a526f4ac04ac28b57a66fb0eaf670220f49 4232
ruby-nio4r_2.3.1-1~exp1.debian.tar.xz
c11e18035f258d0261c9a0c15b8e8611cb19a8ec 14273
ruby-nio4r_2.3.1-1~exp1_source.buildinfo
Checksums-Sha256:
13183f5501e1634fafc327e11a77f8625a1243a8802b98a13f5d0e2246d90970 1724
ruby-nio4r_2.3.1-1~exp1.dsc
19dfeedfa20e169b241fe0d31f7fba3980b86ced2934d1dd3f35a16e8ea88cbc 100568
ruby-nio4r_2.3.1.orig.tar.gz
7c52d2379c87e55b8f918a59ea4c21133dddc22a3b54d91f8705187eb2bc0412 4232
ruby-nio4r_2.3.1-1~exp1.debian.tar.xz
b7f6fd41fe434dbbb855644478af6bcec60d3870a9e5d704214af539306564de 14273
ruby-nio4r_2.3.1-1~exp1_source.buildinfo
Files:
5ee6cf74e898e8766187042f69dcfe42 1724 ruby optional ruby-nio4r_2.3.1-1~exp1.dsc
e3dbf4f7211063501d42b4752a2c359c 100568 ruby optional
ruby-nio4r_2.3.1.orig.tar.gz
18d05aee5e9eaa4bbce8f1d8da90e725 4232 ruby optional
ruby-nio4r_2.3.1-1~exp1.debian.tar.xz
37d731c3838304a00538adb838c33ec2 14273 ruby optional
ruby-nio4r_2.3.1-1~exp1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEEnM1rMZ2/jkCrGr0aia+CtznNIXoFAlws4nwACgkQia+CtznN
IXqU7AgAlgHqjTzXTePR32ru7nCxsFJ3iUPYz8zwWvGs4kDdlRIvyklX4kssAccG
CUITmjibytvwX9JOUrZowQVUmXh1r9dlj7llFyvgAX6hOsBsquMbE6E2uG8fviGm
tq7b4rNFrCPFJk3RKRdcSHqJC+gffamAPLZH4uBo1PDYrxXH4BK2forJSD3r6RNY
8JUcNpgmK9StBvdrfCHzzlKs5ZmblFGejmblcYTvYJV3jtSHtzsxRwgv1F7NfcfM
Gp3CUTRVPp45ggYvJTIBj4m7zlcMjR997/2mTeRsVyKvLnCyDlL/K8jYHF3HPJdf
TfTjRddRshkR1vGpi9eWNsNsd1JYug==
=RMD6
-----END PGP SIGNATURE-----
--- End Message ---