Bug 272296 - security/p5-IO-Socket-SSL: Interchange deprecated dependency
Summary: security/p5-IO-Socket-SSL: Interchange deprecated dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-30 18:55 UTC by Sergei Vyshenski
Modified: 2023-07-06 06:52 UTC (History)
1 user (show)

See Also:
fuz: merge-quarterly?


Attachments
git format-patch -1 main (1.42 KB, patch)
2023-06-30 18:55 UTC, Sergei Vyshenski
svysh.fbsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Vyshenski 2023-06-30 18:55:03 UTC
Created attachment 243083 [details]
git format-patch -1 main

- As CPAN suggests: https://metacpan.org/pod/IO::Socket::INET6
remove dependency of this port from deprecated net/p5-IO-Socket-INET6,
and add dependency from recommended net/p5-IO-Socket-IP instead
- The upstream code of module IO::Socket::SSL already gives 
preference to IO::Socket::IP instead of IO::Socket::INET6, 
https://metacpan.org/release/SULLR/IO-Socket-SSL-2.083/source/lib/IO/Socket/SSL.pm
- Please note that today's default perl-5.32.1_3 has core module IO::Socket::IP, which is 2 bugfix versions behind the port net/p5-IO-Socket-IP:
https://metacpan.org/dist/IO-Socket-IP/changes
- bump PORTREVISION

PR:

- "portlint -AC" is happy.
- "portclippy Makefile" is happy.
- "portfmt -D Makefile" is happy.
- Tested with:
13.2-RELEASE-p1
portlint 2.20.0
portfmt 1.1.4
pkg 1.19.1
poudriere 3.3.7_1
perl 5.32.1_3
openssl 1.1.1t-freebsd
- built-in perl tests in a clean poudriere jail say: PASS.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-07-01 12:17:29 UTC
Will merge into 2023Q3 if it comes out before I get to commit this one.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-07-05 17:26:26 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=67764cad3dbb31379c1fffef50a919da1196ee62

commit 67764cad3dbb31379c1fffef50a919da1196ee62
Author:     Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2023-06-30 18:08:49 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-07-05 17:21:10 +0000

    security/p5-IO-Socket-SSL: Interchange dependency

    - As CPAN suggests: https://metacpan.org/pod/IO::Socket::INET6
      remove dependency of this port from deprecated net/p5-IO-Socket-INET6,
      and add dependency from recommended net/p5-IO-Socket-IP instead
    - The upstream code of module IO::Socket::SSL already gives
      preference to IO::Socket::IP instead of IO::Socket::INET6,
      https://metacpan.org/release/SULLR/IO-Socket-SSL-2.083/source/lib/IO/Socket/SSL.pm
    - bump PORTREVISION

    PR:             272296
    MFH:            2023Q3

 security/p5-IO-Socket-SSL/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-07-05 17:27:31 UTC
A commit in branch 2023Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f8f57c765ab59708226b235cbf6dab3596a1fdb

commit 0f8f57c765ab59708226b235cbf6dab3596a1fdb
Author:     Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2023-06-30 18:08:49 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-07-05 17:26:50 +0000

    security/p5-IO-Socket-SSL: Interchange dependency

    - As CPAN suggests: https://metacpan.org/pod/IO::Socket::INET6
      remove dependency of this port from deprecated net/p5-IO-Socket-INET6,
      and add dependency from recommended net/p5-IO-Socket-IP instead
    - The upstream code of module IO::Socket::SSL already gives
      preference to IO::Socket::IP instead of IO::Socket::INET6,
      https://metacpan.org/release/SULLR/IO-Socket-SSL-2.083/source/lib/IO/Socket/SSL.pm
    - bump PORTREVISION

    PR:             272296
    MFH:            2023Q3
    (cherry picked from commit 67764cad3dbb31379c1fffef50a919da1196ee62)

 security/p5-IO-Socket-SSL/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2023-07-06 06:52:58 UTC
Thank you for your contribution.