Your message dated Sun, 12 Jan 2020 15:17:37 +0000
with message-id <e1iqezh-000aue...@fasolo.debian.org>
and subject line Bug#880276: fixed in ruby-encryptor 3.0.0-1+deb9u1
has caused the Debian Bug report #880276,
regarding test using GCM with IV option fails after fix for CVE-2016-7798
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.)


-- 
880276: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880276
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-encryptor
Version: 3.0.0-1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20171030 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> Invalid gemspec in [encryptor.gemspec]: No such file or directory - git
> GEM_PATH=debian/ruby-encryptor/usr/share/rubygems-integration/all:/var/lib/gems/2.3.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.3.0:/usr/share/rubygems-integration/2.3.0:/usr/share/rubygems-integration/all
>  ruby2.3 -e gem\ \"encryptor\"
> 
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Run tests for ruby2.3 from debian/ruby-tests.rake                           
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
> 
> RUBYLIB=/<<PKGBUILDDIR>>/debian/ruby-encryptor/usr/lib/ruby/vendor_ruby:. 
> GEM_PATH=debian/ruby-encryptor/usr/share/rubygems-integration/all:/var/lib/gems/2.3.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.3.0:/usr/share/rubygems-integration/2.3.0:/usr/share/rubygems-integration/all
>  ruby2.3 -S rake -f debian/ruby-tests.rake
> /usr/bin/ruby2.3 -w -I"test"  
> "/usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb" 
> "test/compatibility_test.rb" "test/encryptor_string_test.rb" 
> "test/encryptor_test.rb" "test/legacy_encryptor_string_test.rb" 
> "test/legacy_encryptor_test.rb" -v
> OpenSSL Version: OpenSSL 1.0.2l  25 May 2017
> Invalid command 'list-cipher-commands'; type "help" for a list.
> /<<PKGBUILDDIR>>/test/encryptor_string_test.rb:10: warning: assigned but 
> unused variable - auth_data
> /<<PKGBUILDDIR>>/test/encryptor_string_test.rb:11: warning: assigned but 
> unused variable - wrong_auth_tag
> /<<PKGBUILDDIR>>/test/encryptor_test.rb:84: warning: method redefined; 
> discarding old test_should_use_iv_to_initialize_encryption
> /<<PKGBUILDDIR>>/test/encryptor_test.rb:84: warning: previous definition of 
> test_should_use_iv_to_initialize_encryption was here
> /<<PKGBUILDDIR>>/test/encryptor_test.rb:92: warning: method redefined; 
> discarding old 
> test_should_use_the_default_authentication_data_if_it_is_not_specified
> /<<PKGBUILDDIR>>/test/encryptor_test.rb:92: warning: previous definition of 
> test_should_use_the_default_authentication_data_if_it_is_not_specified was 
> here
> /<<PKGBUILDDIR>>/test/encryptor_test.rb:100: warning: method redefined; 
> discarding old test_should_use_authentication_data_if_it_is_specified
> /<<PKGBUILDDIR>>/test/encryptor_test.rb:100: warning: previous definition of 
> test_should_use_authentication_data_if_it_is_specified was here
> /<<PKGBUILDDIR>>/test/encryptor_test.rb:84: warning: method redefined; 
> discarding old test_should_use_iv_to_initialize_encryption
> /<<PKGBUILDDIR>>/test/encryptor_test.rb:84: warning: previous definition of 
> test_should_use_iv_to_initialize_encryption was here
> /<<PKGBUILDDIR>>/test/encryptor_test.rb:92: warning: method redefined; 
> discarding old 
> test_should_use_the_default_authentication_data_if_it_is_not_specified
> /<<PKGBUILDDIR>>/test/encryptor_test.rb:92: warning: previous definition of 
> test_should_use_the_default_authentication_data_if_it_is_not_specified was 
> here
> /<<PKGBUILDDIR>>/test/encryptor_test.rb:100: warning: method redefined; 
> discarding old test_should_use_authentication_data_if_it_is_specified
> /<<PKGBUILDDIR>>/test/encryptor_test.rb:100: warning: previous definition of 
> test_should_use_authentication_data_if_it_is_specified was here
> Run options: -v --seed 47501
> 
> # Running:
> 
> EncryptorTest#test_should_raise_argument_error_if_key_is_not_specified = 0.00 
> s = .
> EncryptorTest#test_should_use_the_default_authentication_data_if_it_is_not_specified
>  = 0.01 s = .
> EncryptorTest#test_should_use_authentication_data_if_it_is_specified = 0.01 s 
> = .
> EncryptorTest#test_should_use_the_default_algorithm_if_one_is_not_specified = 
> 0.01 s = .
> EncryptorTest#test_should_use_iv_to_initialize_encryption = 0.01 s = .
> EncryptorTest#test_should_yield_block_with_cipher_and_options = 0.00 s = .
> EncryptorTest#test_should_raise_argument_error_if_iv_is_not_specified = 0.00 
> s = .
> EncryptorTest#test_should_raise_argument_error_if_key_is_too_short = 0.00 s = 
> .
> EncryptorTest#test_should_have_a_default_algorithm = 0.00 s = .
> EncryptorTest#test_should_raise_argument_error_if_iv_is_too_short = 0.00 s = .
> LegacyEncryptorTest#test_should_raise_argument_error_if_key_is_not_specified 
> = 0.00 s = .
> LegacyEncryptorTest#test_should_use_the_default_algorithm_if_one_is_not_specified
>  = 0.00 s = .
> LegacyEncryptorTest#test_should_yield_block_with_cipher_and_options = 0.00 s 
> = .
> LegacyEncryptorTest#test_should_have_a_default_algorithm = 0.00 s = .
> CompatibilityTest#test_encrypt_with_iv = 0.00 s = .
> CompatibilityTest#test_ciphertext_encrypted_with_v2_decrypts_with_v2_gcm_iv_option
>  = 0.00 s = E
> CompatibilityTest#test_decrypt_without_iv = 0.00 s = .
> CompatibilityTest#test_encrypt_with_iv_and_salt = 0.00 s = .
> CompatibilityTest#test_encrypt_without_iv = 0.00 s = .
> CompatibilityTest#test_decrypt_with_iv_and_salt = 0.00 s = .
> CompatibilityTest#test_ciphertext_encrypted_with_v2_does_not_decrypt_without_v2_gcm_iv_option
>  = 0.00 s = .
> CompatibilityTest#test_decrypt_with_iv = 0.00 s = .
> 
> Finished in 0.051692s, 425.6001 runs/s, 696.4365 assertions/s.
> 
>   1) Error:
> CompatibilityTest#test_ciphertext_encrypted_with_v2_decrypts_with_v2_gcm_iv_option:
> OpenSSL::Cipher::CipherError: 
>     /<<PKGBUILDDIR>>/lib/encryptor.rb:98:in `final'
>     /<<PKGBUILDDIR>>/lib/encryptor.rb:98:in `crypt'
>     /<<PKGBUILDDIR>>/lib/encryptor.rb:49:in `decrypt'
>     /<<PKGBUILDDIR>>/test/compatibility_test.rb:98:in 
> `test_ciphertext_encrypted_with_v2_decrypts_with_v2_gcm_iv_option'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:107:in `block (3 levels) in 
> run'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:204:in `capture_exceptions'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:104:in `block (2 levels) in 
> run'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:255:in `time_it'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:103:in `block in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:350:in `on_signal'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:275:in `with_info_handler'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:102:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:839:in `run_one_method'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:324:in `run_one_method'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:311:in `block (2 levels) in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `each'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `block in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:350:in `on_signal'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:337:in `with_info_handler'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:309:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `block in __run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `map'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `__run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:136:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:63:in `block in autorun'
> 
> 22 runs, 36 assertions, 0 failures, 1 errors, 0 skips
> rake aborted!
> Command failed with status (1): [ruby -w -I"test"  
> "/usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb" 
> "test/compatibility_test.rb" "test/encryptor_string_test.rb" 
> "test/encryptor_test.rb" "test/legacy_encryptor_string_test.rb" 
> "test/legacy_encryptor_test.rb" -v]
> 
> Tasks: TOP => default
> (See full trace by running task with --trace)
> ERROR: Test "ruby2.3" failed: 

The full build log is available from:
   http://aws-logs.debian.net/2017/10/30/ruby-encryptor_3.0.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: ruby-encryptor
Source-Version: 3.0.0-1+deb9u1

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

Debian distribution maintenance software
pp.
Manas Kashyap <manaskashyapt...@gmail.com> (supplier of updated ruby-encryptor 
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: SHA512

Format: 1.8
Date: Tue, 26 Jun 2018 07:14:17 +0000
Source: ruby-encryptor
Binary: ruby-encryptor
Architecture: source
Version: 3.0.0-1+deb9u1
Distribution: stretch
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Manas Kashyap <manaskashyapt...@gmail.com>
Description:
 ruby-encryptor - wrapper for the standard Ruby OpenSSL library
Closes: 880276
Changes:
 ruby-encryptor (3.0.0-1+deb9u1) stretch; urgency=medium
 .
   * Team upload
   * Ignore test failures (Its only reverse dependency is ruby-attr-encrypted
     which handles this correctly, all of its tests pass) (Closes: #880276)
Checksums-Sha1:
 77987729b830002a3e34149e19e9edec7b904055 2118 ruby-encryptor_3.0.0-1+deb9u1.dsc
 7c1540f90ce773764fc33717cbcc0bc4f52c6f34 3092 
ruby-encryptor_3.0.0-1+deb9u1.debian.tar.xz
Checksums-Sha256:
 4c37b0917cd6b1e133c57bdc4a7671cff333af1666957dc3dec2ef810767c48c 2118 
ruby-encryptor_3.0.0-1+deb9u1.dsc
 23ddc9719b92dcac99317a7c4dbd8820376b83f1259163c356339b8c631435df 3092 
ruby-encryptor_3.0.0-1+deb9u1.debian.tar.xz
Files:
 3fdb8a444066102a69c817f68d7d1bb2 2118 ruby optional 
ruby-encryptor_3.0.0-1+deb9u1.dsc
 912401b991195988d31e1e511f2cdfa2 3092 ruby optional 
ruby-encryptor_3.0.0-1+deb9u1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAl4YvQcACgkQiNJCh6LY
mLEBeRAAv/KiWJbX+9OYZuTnRP2PGqeSIetIloyZbAaEJWLXkoxK8RC9lckImtsI
lYYwsL5riOGqjXugkKUV3rebZbpQgzbYRgOseum6/e/JJTz8BBV6HfMzDK9Fx9jH
lJj0ZgeedQ2gTikcL/UDEwojfpY1VKtLwHnfOJK7LoplVmzxt8HmFAak3Nzm9Q6d
gQO2kEcnREE8WZUFyXXGYZH2EXj2+yeaM+p12x7yGkWcXiKGfuBvvhrqgSSFeUdl
FmYSvbOKAjhq36xdZ+WIYv42TicXe/eNaGjK8g1N2zQdSPOLX9FMkSoGjw673B+b
c+mJRgBIHqbaaLvGY802oV1k8jPXffT0q+CtTv1TeB1cbAb9LsJyYW0ncT/8rjnW
JlJdYE82fpSwoF17C4xDbIIAfWpMiZjUCxaqxd+SnInCp+YLS5Eb/aW+xXnBOgKF
Vz0rjBsA3Qo9BUHXUqUYQrUBj5jmWckyK5FtnGGWC+UNcnFPC7ymYGqsbGimspp0
prl8muFkxk8BpVu8EBN+xFJ8J26yub+yZxRrnP2+3zAgrGLz64GLw3nt9JDKqfY0
yk0tg+hxWymNXB/2CyIGJTzDoVquutkm4VBGXgA33fXLTrDCiIsIpPzB0FTqiNs3
YNGqpSIes8TBEZqekXPUVqsW1NNkSXT2VKRfUSZ2UalencAxwLg=
=QkCB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to