Your message dated Sun, 10 Feb 2019 11:53:21 +0000
with message-id <e1gsnfl-000a5j...@fasolo.debian.org>
and subject line Bug#912246: fixed in ruby-cheffish 13.1.0-2
has caused the Debian Bug report #912246,
regarding ruby-cheffish FTBFS: uses unavailable default cipher DES-EDE3-CBC
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 ow...@bugs.debian.org
immediately.)


-- 
912246: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912246
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-cheffish
Version: 13.1.0-1
Severity: serious
Tags: ftbfs

ruby-cheffish fails to build from source in unstable:

| An error occurred while loading ./spec/unit/recipe_run_wrapper_spec.rb.
| Failure/Error: property :cipher, OpenSSL::Cipher.ciphers, default: 
"DES-EDE3-CBC"
| 
| Chef::Exceptions::ValidationFailed:
|   Property cipher must be one of: "aes-128-cbc", "aes-128-cbc-hmac-sha1", 
"aes-128-cbc-hmac-sha256", "aes-128-ccm", "aes-128-cfb", "aes-128-cfb1", 
"aes-128-cfb8", "aes-128-ctr", "aes-128-ecb", "aes-128-gcm", "aes-128-ocb", 
"aes-128-ofb", "aes-128-xts", "aes-192-cbc", "aes-192-ccm", "aes-192-cfb", 
"aes-192-cfb1", "aes-192-cfb8", "aes-192-ctr", "aes-192-ecb", "aes-192-gcm", 
"aes-192-ocb", "aes-192-ofb", "aes-256-cbc", "aes-256-cbc-hmac-sha1", 
"aes-256-cbc-hmac-sha256", "aes-256-ccm", "aes-256-cfb", "aes-256-cfb1", 
"aes-256-cfb8", "aes-256-ctr", "aes-256-ecb", "aes-256-gcm", "aes-256-ocb", 
"aes-256-ofb", "aes-256-xts", "aes128", "aes128-wrap", "aes192", "aes192-wrap", 
"aes256", "aes256-wrap", "aria-128-cbc", "aria-128-ccm", "aria-128-cfb", 
"aria-128-cfb1", "aria-128-cfb8", "aria-128-ctr", "aria-128-ecb", 
"aria-128-gcm", "aria-128-ofb", "aria-192-cbc", "aria-192-ccm", "aria-192-cfb", 
"aria-192-cfb1", "aria-192-cfb8", "aria-192-ctr", "aria-192-ecb", 
"aria-192-gcm", "aria-192-ofb", "aria-256-cbc", "aria-256-ccm", "aria-256-cfb", 
"aria-256-cfb1", "aria-256-cfb8", "aria-256-ctr", "aria-256-ecb", 
"aria-256-gcm", "aria-256-ofb", "aria128", "aria192", "aria256", "bf", 
"bf-cbc", "bf-cfb", "bf-ecb", "bf-ofb", "blowfish", "camellia-128-cbc", 
"camellia-128-cfb", "camellia-128-cfb1", "camellia-128-cfb8", 
"camellia-128-ctr", "camellia-128-ecb", "camellia-128-ofb", "camellia-192-cbc", 
"camellia-192-cfb", "camellia-192-cfb1", "camellia-192-cfb8", 
"camellia-192-ctr", "camellia-192-ecb", "camellia-192-ofb", "camellia-256-cbc", 
"camellia-256-cfb", "camellia-256-cfb1", "camellia-256-cfb8", 
"camellia-256-ctr", "camellia-256-ecb", "camellia-256-ofb", "camellia128", 
"camellia192", "camellia256", "cast", "cast-cbc", "cast5-cbc", "cast5-cfb", 
"cast5-ecb", "cast5-ofb", "chacha20", "chacha20-poly1305", "des", "des-cbc", 
"des-cfb", "des-cfb1", "des-cfb8", "des-ecb", "des-ede", "des-ede-cbc", 
"des-ede-cfb", "des-ede-ecb", "des-ede-ofb", "des-ede3", "des-ede3-cbc", 
"des-ede3-cfb", "des-ede3-cfb1", "des-ede3-cfb8", "des-ede3-ecb", 
"des-ede3-ofb", "des-ofb", "des3", "des3-wrap", "desx", "desx-cbc", 
"id-aes128-CCM", "id-aes128-GCM", "id-aes128-wrap", "id-aes128-wrap-pad", 
"id-aes192-CCM", "id-aes192-GCM", "id-aes192-wrap", "id-aes192-wrap-pad", 
"id-aes256-CCM", "id-aes256-GCM", "id-aes256-wrap", "id-aes256-wrap-pad", 
"id-smime-alg-CMS3DESwrap", "rc2", "rc2-128", "rc2-40", "rc2-40-cbc", "rc2-64", 
"rc2-64-cbc", "rc2-cbc", "rc2-cfb", "rc2-ecb", "rc2-ofb", "rc4", "rc4-40", 
"rc4-hmac-md5", "seed", "seed-cbc", "seed-cfb", "seed-ecb", "seed-ofb", "sm4", 
"sm4-cbc", "sm4-cfb", "sm4-ctr", "sm4-ecb", "sm4-ofb"!  You passed 
"DES-EDE3-CBC".
| # ./lib/chef/resource/private_key.rb:34:in `<class:PrivateKey>'
| # ./lib/chef/resource/private_key.rb:8:in `<class:Resource>'
| # ./lib/chef/resource/private_key.rb:7:in `<class:Chef>'
| # ./lib/chef/resource/private_key.rb:6:in `<top (required)>'
| # ./lib/cheffish/recipe_dsl.rb:25:in `<top (required)>'
| # ./lib/cheffish.rb:130:in `<top (required)>'
| # ./spec/support/spec_support.rb:3:in `<top (required)>'
| # ./spec/unit/recipe_run_wrapper_spec.rb:1:in `<top (required)>'
| 
| Finished in 0.00014 seconds (files took 0.78209 seconds to load)
| 0 examples, 0 failures, 16 errors occurred outside of examples
| 
| /usr/bin/ruby2.5 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb --format 
documentation failed
| ERROR: Test "ruby2.5" failed. Exiting.
| dh_auto_install: dh_ruby --install /<<PKGBUILDDIR>>/debian/ruby-cheffish 
returned exit code 1
| make[1]: *** [debian/rules:11: override_dh_auto_install] Error 1
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| make: *** [debian/rules:7: binary] Error 2
| dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned 
exit status 2

Looks like ruby-cheffish expects openssl to provide DES-EDE3-CBC, but
that one is only available in lower case.

Helmut

--- End Message ---
--- Begin Message ---
Source: ruby-cheffish
Source-Version: 13.1.0-2

We believe that the bug you reported is fixed in the latest version of
ruby-cheffish, 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 912...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Terceiro <terce...@debian.org> (supplier of updated ruby-cheffish 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 09 Feb 2019 23:41:44 -0200
Source: ruby-cheffish
Architecture: source
Version: 13.1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Antonio Terceiro <terce...@debian.org>
Closes: 912246
Changes:
 ruby-cheffish (13.1.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Fix name of default cipher to des-ede3-cbc (lowercase) instead of
     DES-EDE3-CBC. (Closes: #912246)
Checksums-Sha1:
 63109976f25ece77a6eb0769779ec5eeb4e3f80c 2125 ruby-cheffish_13.1.0-2.dsc
 d9d51286c2a5f04d754037c7a6cc33016ebe9737 2728 
ruby-cheffish_13.1.0-2.debian.tar.xz
 533c96abfa9e40b62764d05b964ef80e8659f9df 14045 
ruby-cheffish_13.1.0-2_source.buildinfo
Checksums-Sha256:
 3120595e0a5c6cdce482c837bbff42c4423340e75e60899d9ea06163395f67ee 2125 
ruby-cheffish_13.1.0-2.dsc
 6ca2abda27e77e012a4828aab41d23d851b6f7aa54b465405f56c2a9567f6f30 2728 
ruby-cheffish_13.1.0-2.debian.tar.xz
 d385e42e07339ff7523e3e23bad8d9848fe048b72f41da8588a7bcd70c37e3b5 14045 
ruby-cheffish_13.1.0-2_source.buildinfo
Files:
 9dfc5c2815285b74ade39a7473436cb0 2125 ruby optional ruby-cheffish_13.1.0-2.dsc
 b041e5de2b302b75a5506af655284200 2728 ruby optional 
ruby-cheffish_13.1.0-2.debian.tar.xz
 3b6912accd67899fd850608c96471b6a 14045 ruby optional 
ruby-cheffish_13.1.0-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAlxgCxYACgkQ/A2xu81G
C97/AxAAxusW4i5jtNUXnmRzIPEWKDGuDizoQVw807WbxoiERWrBYBgp/8zOfmsl
YZsttows5xtF9UM5ZtjfQpx46e9dcOgF1pZmqjwVAQgJdMoAZ1aBIJNX98BqRBA1
qL3pTPIuT+Lfi5mwBykOV+QrGjHD/kgQCFwsDl6EDZ2i1fnZm7k5Qh1rvVVGEZ6g
caXk94dAcuQEBUC9/myaUP9gf/3Ai3YC1lNSw1JDggitGJTERd2Lx6AmsYiFal4g
XHWZ41kMqMvn+v8ViojB7gnkhKm5xwgt5cx2frcoKp4ItiM7JVGsOtfTXXuocL1J
Aur9HLzoXzZyfnbIs4baWkVqsLE0f3tAdZvMQsKdHFIpvGUnwvs1N99nug21ZMZd
7XXqdDNZgUgCGhvdypp0cZ50o1Hb35i5UVY3m+/0zWWd2titRpiCo47cwyIi1fSw
eBECTwqACGZuyv6fS/3FYcF/nUPwzCjycCQ7sJEvndUPiM1qjgKB68cuqioEobjO
M75bsOQKLfz/r0esb+/lg2MX6Ubi8NzgMEzeKBpUKBOlh7TCJERthn5YWwe8DdSw
ni+UVFCiFFVTJvZ9FJqTT9Trhz24X79jAIBk9a16g5VYHVYhmvtpSjv0IXp0dIac
m1v2J/t+n5yQ1XiezjivpQA0A0/1Oyu9e9W7nMZU4AidFy7tHS4=
=ZNkR
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to