Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614462 - <dev-perl/Net-SSLeay-1.820.0 fails tests without '.' in @INC (do "t/data/cert_paypal.crt.pem_dump" failed)
Summary: <dev-perl/Net-SSLeay-1.820.0 fails tests without '.' in @INC (do "t/data/cert...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low minor (vote)
Assignee: Gentoo Perl team
URL: https://rt.cpan.org/Ticket/Display.ht...
Whiteboard:
Keywords: TESTFAILURE
Depends on: 643346
Blocks: perl-5.26-no-dot-inc 630390
  Show dependency tree
 
Reported: 2017-04-01 22:40 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2018-05-01 00:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-04-01 22:40:21 UTC
do "t/data/cert_paypal.crt.pem_dump" failed, '.' is no longer in @INC at t/local/32_x509_get_cert_info.t line 23.
do "t/data/cert_twitter.crt.pem_dump" failed, '.' is no longer in @INC at t/local/32_x509_get_cert_info.t line 23.
do "t/data/testcert_extended.crt.pem_dump" failed, '.' is no longer in @INC at t/local/32_x509_get_cert_info.t line 23.
do "t/data/testcert_simple.crt.pem_dump" failed, '.' is no longer in @INC at t/local/32_x509_get_cert_info.t line 23.
do "t/data/testcert_strange.crt.pem_dump" failed, '.' is no longer in @INC at t/local/32_x509_get_cert_info.t line 23.
do "t/data/testcert_cdp.crt.pem_dump" failed, '.' is no longer in @INC at t/local/32_x509_get_cert_info.t line 23.
Comment 1 Larry the Git Cow gentoo-dev 2017-11-26 02:41:34 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619e6241484602eda67523a66d1b6ac71ac505e6

commit 619e6241484602eda67523a66d1b6ac71ac505e6
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-11-26 02:40:35 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-11-26 02:41:03 +0000

    dev-perl/Net-SSLeay: Bump to version 1.820.0 re bug #614462
    
    - Replace sed hacks with real patches ( metadata retroactively pulled
      from git history and reconstructed to retain intent, as the existing
      sed commands had entirely ceased working, silently )
    
    Upstream:
    - Implement SSL_{CTX_,}set_psk_client_callback()
    - Support NPN-less libressl
    - Skip NPN-test with libressl
    - Free ocsp_response only when allocated
    - Lots of new bindings
    - Fix key block size calculation with AEAD ciphers
    - Fix test failures without '.' in @INC
    
    Bug: https://bugs.gentoo.org/614462
    Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/Net-SSLeay/Manifest                       |  3 +-
 dev-perl/Net-SSLeay/Net-SSLeay-1.820.0.ebuild      | 57 ++++++++++++++++++++++
 .../files/Net-SSLeay-1.82-fix-libdir.patch         | 26 ++++++++++
 .../files/Net-SSLeay-1.82-fix-network-tests.patch  | 29 +++++++++++
 .../files/Net-SSLeay-1.82-respect-cflags.patch     | 26 ++++++++++
 5 files changed, 140 insertions(+), 1 deletion(-)}
Comment 2 Larry the Git Cow gentoo-dev 2018-05-01 00:17:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03a06c1bdc974e0a7cfff6cef74a05745f73395

commit e03a06c1bdc974e0a7cfff6cef74a05745f73395
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2018-05-01 00:15:36 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2018-05-01 00:17:39 +0000

    dev-perl/Net-SSLeay: Cleanup old re bug #614462
    
    Closes: https://bugs.gentoo.org/614462
    Closes: https://bugs.gentoo.org/630390
    Package-Manager: Portage-2.3.29, Repoman-2.3.9

 dev-perl/Net-SSLeay/Manifest                       |  1 -
 dev-perl/Net-SSLeay/Net-SSLeay-1.810.0.ebuild      | 56 ----------------------
 .../Net-SSLeay/files/1.72-config-nettest-no.patch  | 20 --------
 .../Net-SSLeay/files/1.72-config-nettest-yes.patch | 20 --------
 4 files changed, 97 deletions(-)