Diff LWP-Protocol-https-6.100.0 with a LWP-Protocol-https-6.110.0

/usr/portage/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.110.0.ebuild 2023-10-09 14:52:29.880368360 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=OALDERS
7
DIST_VERSION=6.10
7
DIST_VERSION=6.11
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Provide https support for LWP::UserAgent"
......
13 13
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
14 14

  
15 15
RDEPEND="
16
	app-misc/ca-certificates
17
	>=dev-perl/IO-Socket-SSL-1.540.0
16
	>=dev-perl/IO-Socket-SSL-1.970.0
18 17
	>=dev-perl/libwww-perl-6.60.0
19 18
	>=dev-perl/Net-HTTP-6
20 19
"
21
DEPEND="${RDEPEND}
20
BDEPEND="
21
	${RDEPEND}
22 22
	virtual/perl-ExtUtils-MakeMaker
23 23
	test? (
24
		>=dev-perl/Test-Needs-0.2.10
24 25
		virtual/perl-Test-Simple
25 26
		dev-perl/Test-RequiresInternet
26 27
	)
27 28
"
28

  
29
PATCHES=(
30
	"${FILESDIR}"/${PN}-6.70.0-etcsslcerts.patch
31
	"${FILESDIR}"/${PN}-6.70.0-CVE-2014-3230.patch # note: breaks a test, still needed?
32
)
33

  
34
PERL_RM_FILES=(
35
	"t/https_proxy.t" # see above
36
)
Thank you!