Activity log for bug #1832659

Date Who What changed Old value New value Message
2019-06-13 01:02:36 Steve Wills bug added bug
2019-06-13 01:06:38 Dimitri John Ledkov bug watch added https://github.com/openssl/openssl/issues/7350
2019-06-13 01:06:38 Dimitri John Ledkov bug task added openssl
2019-06-13 01:06:59 Dimitri John Ledkov nominated for series Ubuntu Eoan
2019-06-13 01:06:59 Dimitri John Ledkov bug task added openssl (Ubuntu Eoan)
2019-06-13 01:06:59 Dimitri John Ledkov nominated for series Ubuntu Bionic
2019-06-13 01:06:59 Dimitri John Ledkov bug task added openssl (Ubuntu Bionic)
2019-06-13 01:06:59 Dimitri John Ledkov nominated for series Ubuntu Cosmic
2019-06-13 01:06:59 Dimitri John Ledkov bug task added openssl (Ubuntu Cosmic)
2019-06-13 01:06:59 Dimitri John Ledkov nominated for series Ubuntu Disco
2019-06-13 01:06:59 Dimitri John Ledkov bug task added openssl (Ubuntu Disco)
2019-06-13 01:07:27 Dimitri John Ledkov openssl (Ubuntu Disco): status New Fix Released
2019-06-13 01:07:29 Dimitri John Ledkov openssl (Ubuntu Eoan): status New Fix Released
2019-06-13 02:32:58 Bug Watch Updater openssl: status Unknown Fix Released
2019-06-13 12:22:31 Steve Wills attachment added p.py https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1832659/+attachment/5270616/+files/p.py
2019-06-13 14:23:19 Dimitri John Ledkov tags amd64 apport-bug bionic amd64 apport-bug bionic regression-update
2019-06-13 14:23:27 Dimitri John Ledkov tags amd64 apport-bug bionic regression-update amd64 apport-bug bionic regression-release regression-update
2019-06-14 12:42:35 Dimitri John Ledkov attachment added test_multiple_libssl_libcrypto_init.py https://bugs.launchpad.net/ubuntu/cosmic/+source/openssl/+bug/1832659/+attachment/5270782/+files/test_multiple_libssl_libcrypto_init.py
2019-06-14 12:47:41 Dimitri John Ledkov description After the update of openssl in bionic, I started having an issue and after troubleshooting found this issue: https://github.com/openssl/openssl/issues/7350 Applying the patch linked in that issue and rebuilding the openssl package avoided the issue. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: openssl 1.1.1-1ubuntu2.1~18.04.1 ProcVersionSignature: Ubuntu 4.15.0-51.55-generic 4.15.18 Uname: Linux 4.15.0-51-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.6 Architecture: amd64 Date: Thu Jun 13 00:21:16 2019 InstallationDate: Installed on 2019-06-12 (0 days ago) InstallationMedia: Ubuntu-Server 18.04 LTS "Bionic Beaver" - Release amd64 (20180426) ProcEnviron: TERM=xterm-256color PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: openssl UpgradeStatus: No upgrade log present (probably fresh install) [Impact] * Regression was introduced in OpenSSL 1.1.1 and fixed in 1.1.1b that prevents initialising libcrypto/libssl multiple times, and/or with different options. * This breaks existing applications that correctly use init API, ie. initialise libcrypto before/separately from libssl and/or with different options. [Test Case] * wget https://bugs.launchpad.net/ubuntu/cosmic/+source/openssl/+bug/1832659/+attachment/5270782/+files/test_multiple_libssl_libcrypto_init.py * python3 ./test_multiple_libssl_libcrypto_init.py test_multiple_init (__main__.TestMultipleInit) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.014s OK [Regression Potential] * This is a cherrypick from upstream, and is backwards compatible with existing code. Simply init succeeds under more conditions now, than it did previously in 1.1.1. Also with this fix, OpenSSL is back to how things used to work with 1.1.0 and prior releases. [Original Bug report] After the update of openssl in bionic, I started having an issue and after troubleshooting found this issue: https://github.com/openssl/openssl/issues/7350 Applying the patch linked in that issue and rebuilding the openssl package avoided the issue. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: openssl 1.1.1-1ubuntu2.1~18.04.1 ProcVersionSignature: Ubuntu 4.15.0-51.55-generic 4.15.18 Uname: Linux 4.15.0-51-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.6 Architecture: amd64 Date: Thu Jun 13 00:21:16 2019 InstallationDate: Installed on 2019-06-12 (0 days ago) InstallationMedia: Ubuntu-Server 18.04 LTS "Bionic Beaver" - Release amd64 (20180426) ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: openssl UpgradeStatus: No upgrade log present (probably fresh install)
2019-06-14 13:38:03 Dimitri John Ledkov attachment removed test_multiple_libssl_libcrypto_init.py https://bugs.launchpad.net/ubuntu/cosmic/+source/openssl/+bug/1832659/+attachment/5270782/+files/test_multiple_libssl_libcrypto_init.py
2019-06-14 13:38:16 Dimitri John Ledkov attachment added test_multiple_libssl_libcrypto_init.py https://bugs.launchpad.net/ubuntu/cosmic/+source/openssl/+bug/1832659/+attachment/5270802/+files/test_multiple_libssl_libcrypto_init.py
2019-06-14 13:38:37 Dimitri John Ledkov description [Impact] * Regression was introduced in OpenSSL 1.1.1 and fixed in 1.1.1b that prevents initialising libcrypto/libssl multiple times, and/or with different options. * This breaks existing applications that correctly use init API, ie. initialise libcrypto before/separately from libssl and/or with different options. [Test Case] * wget https://bugs.launchpad.net/ubuntu/cosmic/+source/openssl/+bug/1832659/+attachment/5270782/+files/test_multiple_libssl_libcrypto_init.py * python3 ./test_multiple_libssl_libcrypto_init.py test_multiple_init (__main__.TestMultipleInit) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.014s OK [Regression Potential] * This is a cherrypick from upstream, and is backwards compatible with existing code. Simply init succeeds under more conditions now, than it did previously in 1.1.1. Also with this fix, OpenSSL is back to how things used to work with 1.1.0 and prior releases. [Original Bug report] After the update of openssl in bionic, I started having an issue and after troubleshooting found this issue: https://github.com/openssl/openssl/issues/7350 Applying the patch linked in that issue and rebuilding the openssl package avoided the issue. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: openssl 1.1.1-1ubuntu2.1~18.04.1 ProcVersionSignature: Ubuntu 4.15.0-51.55-generic 4.15.18 Uname: Linux 4.15.0-51-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.6 Architecture: amd64 Date: Thu Jun 13 00:21:16 2019 InstallationDate: Installed on 2019-06-12 (0 days ago) InstallationMedia: Ubuntu-Server 18.04 LTS "Bionic Beaver" - Release amd64 (20180426) ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: openssl UpgradeStatus: No upgrade log present (probably fresh install) [Impact]  * Regression was introduced in OpenSSL 1.1.1 and fixed in 1.1.1b that prevents initialising libcrypto/libssl multiple times, and/or with different options.  * This breaks existing applications that correctly use init API, ie. initialise libcrypto before/separately from libssl and/or with different options. [Test Case]  * wget https://bugs.launchpad.net/ubuntu/cosmic/+source/openssl/+bug/1832659/+attachment/5270802/+files/test_multiple_libssl_libcrypto_init.py  * python3 ./test_multiple_libssl_libcrypto_init.py test_multiple_init (__main__.TestMultipleInit) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.014s OK [Regression Potential]  * This is a cherrypick from upstream, and is backwards compatible with existing code. Simply init succeeds under more conditions now, than it did previously in 1.1.1. Also with this fix, OpenSSL is back to how things used to work with 1.1.0 and prior releases. [Original Bug report] After the update of openssl in bionic, I started having an issue and after troubleshooting found this issue: https://github.com/openssl/openssl/issues/7350 Applying the patch linked in that issue and rebuilding the openssl package avoided the issue. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: openssl 1.1.1-1ubuntu2.1~18.04.1 ProcVersionSignature: Ubuntu 4.15.0-51.55-generic 4.15.18 Uname: Linux 4.15.0-51-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.6 Architecture: amd64 Date: Thu Jun 13 00:21:16 2019 InstallationDate: Installed on 2019-06-12 (0 days ago) InstallationMedia: Ubuntu-Server 18.04 LTS "Bionic Beaver" - Release amd64 (20180426) ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: openssl UpgradeStatus: No upgrade log present (probably fresh install)
2019-06-14 17:34:14 Steve Langasek openssl (Ubuntu Cosmic): status New Fix Committed
2019-06-14 17:34:17 Steve Langasek bug added subscriber Ubuntu Stable Release Updates Team
2019-06-14 17:34:20 Steve Langasek bug added subscriber SRU Verification
2019-06-14 17:34:23 Steve Langasek tags amd64 apport-bug bionic regression-release regression-update amd64 apport-bug bionic regression-release regression-update verification-needed verification-needed-cosmic
2019-06-14 19:22:35 Steve Langasek openssl (Ubuntu Bionic): status New Fix Committed
2019-06-14 19:22:43 Steve Langasek tags amd64 apport-bug bionic regression-release regression-update verification-needed verification-needed-cosmic amd64 apport-bug bionic regression-release regression-update verification-needed verification-needed-bionic verification-needed-cosmic
2019-06-19 16:29:32 Dimitri John Ledkov tags amd64 apport-bug bionic regression-release regression-update verification-needed verification-needed-bionic verification-needed-cosmic amd64 apport-bug bionic regression-release regression-update verification-done verification-done-bionic verification-needed-cosmic
2019-06-19 16:49:47 Andreas Hasenack bug added subscriber Andreas Hasenack
2019-06-20 18:48:35 Launchpad Janitor openssl (Ubuntu Bionic): status Fix Committed Fix Released
2019-06-20 18:48:46 Steve Langasek removed subscriber Ubuntu Stable Release Updates Team
2020-02-02 01:34:16 Mathew Hodson openssl (Ubuntu Cosmic): status Fix Committed Won't Fix
2020-02-02 01:34:37 Mathew Hodson tags amd64 apport-bug bionic regression-release regression-update verification-done verification-done-bionic verification-needed-cosmic amd64 apport-bug bionic regression-release regression-update verification-done-bionic