Your message dated Mon, 29 Oct 2018 23:52:17 +0000 with message-id <[email protected]> and subject line Bug#912052: fixed in sslsplit 0.5.4-1 has caused the Debian Bug report #912052, regarding sslsplit: FTBFS: Failure in test -r session.pem 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.) -- 912052: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912052 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: sslsplit Version: 0.5.3-1 Severity: serious Tags: ftbfs >From my pbuilder build log: ... make -C extra/pki testreqs session make[2]: Entering directory '/build/sslsplit-0.5.3/extra/pki' openssl genrsa -out rsa.key 2048 openssl genrsa -out server.key 2048 Generating RSA private key, 2048 bit long modulus (2 primes) Generating RSA private key, 2048 bit long modulus (2 primes) ................................................................................................................................................................................................................................. ................................................................................................................................................................................................................................+ +++++++ +.+ ........+.++++ .e is 65537 (0x010001) openssl req -new -nodes -x509 -sha256 -out server.crt -key server.key \ -config x509v3ca.cnf -extensions v3_crt \ -subj '/C=CH/O=SSLsplit Test Certificate/CN=daniel.roe.ch/' \ -set_serial 42 -days 365 ....cat server.crt server.key >server.pem openssl s_server -accept 46143 -cert server.pem -quiet & \ pid=$! ; \ sleep 1 ; \ echo q | openssl s_client -connect localhost:46143 \ -quiet -no_ign_eof -sess_out session.pem ; \ kill $pid ........+++++ e is 65537 (0x010001) openssl req -new -nodes -x509 -sha256 -out rsa.crt -key rsa.key \ -config x509v3ca.cnf -extensions v3_ca \ -subj '/C=CH/O=SSLsplit Root CA/CN=SSLsplit Root CA/' \ -set_serial 1 -days 3650 cat rsa.crt rsa.key >rsa.pem mkdir -p targets mkdir -p targets openssl genrsa -out targets/daniel.roe.ch.key 2048 openssl genrsa -out targets/wildcard.roe.ch.key 2048 Generating RSA private key, 2048 bit long modulus (2 primes) Generating RSA private key, 2048 bit long modulus (2 primes) ..................................................++.++.+ ......................+.++.++ ...........................................................++.++.+ e is 65537 (0x010001) openssl req -new -sha256 -subj '/C=CH/CN=*.roe.ch/' \ -key targets/wildcard.roe.ch.key \ -out targets/wildcard.roe.ch.csr ..Can't load /nonexistent/.rnd into RNG 139907575923136:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:88:Filename=/nonexistent/.rnd ...openssl x509 -req -sha256 -CAcreateserial -days 365 \ -CA rsa.crt -CAkey rsa.key \ -in targets/wildcard.roe.ch.csr \ -out targets/wildcard.roe.ch.crt ..Signature ok subject=C = CH, CN = *.roe.ch Getting CA Private Key ..cat targets/wildcard.roe.ch.crt targets/wildcard.roe.ch.key rsa.crt \ >targets/wildcard.roe.ch.pem .rm -f targets/wildcard.roe.ch.key targets/wildcard.roe.ch.csr \ targets/wildcard.roe.ch.crt ............................................................................................................................+++++ e is 65537 (0x010001) openssl req -new -sha256 -subj '/C=CH/CN=daniel.roe.ch/' \ -key targets/daniel.roe.ch.key \ -out targets/daniel.roe.ch.csr Can't load /nonexistent/.rnd into RNG 140554678874560:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:88:Filename=/nonexistent/.rnd openssl x509 -req -sha256 -CAcreateserial -days 365 \ -CA rsa.crt -CAkey rsa.key \ -in targets/daniel.roe.ch.csr \ -out targets/daniel.roe.ch.crt Signature ok subject=C = CH, CN = daniel.roe.ch Getting CA Private Key cat targets/daniel.roe.ch.crt targets/daniel.roe.ch.key rsa.crt \ >targets/daniel.roe.ch.pem rm -f targets/daniel.roe.ch.key targets/daniel.roe.ch.csr \ targets/daniel.roe.ch.crt rm -f rsa.srl depth=0 C = CH, O = SSLsplit Test Certificate, CN = daniel.roe.ch verify error:num=18:self signed certificate verify return:1 depth=0 C = CH, O = SSLsplit Test Certificate, CN = daniel.roe.ch verify return:1 DONE test -r session.pem make[2]: *** [GNUmakefile:117: session.pem] Error 1 make[2]: Leaving directory '/build/sslsplit-0.5.3/extra/pki' make[1]: *** [GNUmakefile:410: test] Error 2 make[1]: Leaving directory '/build/sslsplit-0.5.3' dh_auto_test: make -j8 test returned exit code 2 make: *** [debian/rules:13: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 (Also reproducible in the reproducible-builds.org log.) -- Daniel Schepler
--- End Message ---
--- Begin Message ---Source: sslsplit Source-Version: 0.5.4-1 We believe that the bug you reported is fixed in the latest version of sslsplit, 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. Hilko Bengen <[email protected]> (supplier of updated sslsplit 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: SHA256 Format: 1.8 Date: Tue, 30 Oct 2018 00:18:22 +0100 Source: sslsplit Binary: sslsplit Architecture: source Version: 0.5.4-1 Distribution: unstable Urgency: medium Maintainer: Hilko Bengen <[email protected]> Changed-By: Hilko Bengen <[email protected]> Description: sslsplit - transparent and scalable SSL/TLS interception Closes: 912052 Changes: sslsplit (0.5.4-1) unstable; urgency=medium . [ Ondřej Nový ] * d/copyright: Use https protocol in Format field * d/control: Deprecating priority extra as per policy 4.0.1 . [ Hilko Bengen ] * New upstream version 0.5.4 - session.pem is part of the source distribution (Closes: #912052) * Bump Standards-Version * Add build-dependencies Checksums-Sha1: 9962c1aae60daf8cb831c3efe26292f83ba01f47 1913 sslsplit_0.5.4-1.dsc 26d25c82bcb93c6cf71d80ae88ad012f05cac978 519660 sslsplit_0.5.4.orig.tar.bz2 08068d669a8aafdedbe79088fe6bb91494111071 3744 sslsplit_0.5.4-1.debian.tar.xz c98d4b398c00d613ae4957f472355be84e54c7ee 6315 sslsplit_0.5.4-1_source.buildinfo Checksums-Sha256: 628cc4af0759e4a630a846f9a8e8522e0447fcf564040257efcf44f1cd77727b 1913 sslsplit_0.5.4-1.dsc 336c54c4578a2f2bd9d8bae153f31499156037515fa07d5fa7d5373f4c1378c2 519660 sslsplit_0.5.4.orig.tar.bz2 b14071553817ccb5929abd2801e23a47942905fd7a3a06e585fb797a9fb2956c 3744 sslsplit_0.5.4-1.debian.tar.xz fc8f1ed9f09d8d228604e1da34d0165441dc7774d5d749c0202b0168fa1c2470 6315 sslsplit_0.5.4-1_source.buildinfo Files: 03b3d67e524af9946c624bbe76a1c5b3 1913 net optional sslsplit_0.5.4-1.dsc bb71970a10fd491f2514df3a6e9e4d34 519660 net optional sslsplit_0.5.4.orig.tar.bz2 b5e547c00c3224698cb2d22787915828 3744 net optional sslsplit_0.5.4-1.debian.tar.xz 18562f40d846c9569d2a89267b4dff57 6315 net optional sslsplit_0.5.4-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJGBAEBCAAwFiEErnMQVUQqHZbPTUx4dbcQY1whOn4FAlvXmPUSHGJlbmdlbkBk ZWJpYW4ub3JnAAoJEHW3EGNcITp+6nIP/2UvY+CL17HylP50gKZ7aO/vh8s8vAGF h8jteh40igwNxClS3Rtam5fr3peh0lI+CBCstvt/slePFbcmtuWCrDOE6Wp3uo9Q I1H/nktaogjlQ+B3wfiz66ldc6MrQf8meYtyxnsOGJ9LTRWt9xN2a6bPb7ytwU5Z PgnilD3jlgqkd5k16Ld/4P6cdwR4sJDgYBnf5U5iH+8U1cIN2Km9MTuJfNVPQtCB ElOYNMgzovPi9+aIv3an9SN4JqIPHGhwhY+tc36RRWckzwhdYuHhmbbmzfYa16Sy VyamJbIh6qEDWQGm22jnfasen07aqROhofKidHskMyIex53LDrx/Vnt1nYuLLWVt pcwztFDd4s8ojRJZ2QihXDc5f5O3Sg+ohe9p6soG58U1SJ/byY/c99z6h+3JFxLl FX3KKCZVpy/JxjX2l2RyEGXvHUwn2+T3Ok/9awZfdBpf1FuJnX1hhKDFKHtz95rT /3GTrbHsAhzb4Ozb6S09hPmRDju9/NKqjQ6lyWprpCjrLz3iGrnf7rUpdagkK2wW nky3tOyPEK37XtmqTC+78+l3VMArT2aJMlyOzBCaBjLslnZexlQvHqyDnLwymPXs f9fqO51FU+AgQm2bulxKMYJ81N+7U79YvTBa1VfpJ4WYiZhlofmUsijRsqiULICs TL+Teyg+oRCH =SQq5 -----END PGP SIGNATURE-----
--- End Message ---

