summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/IO-Socket-SSL: Bump to version 2.66.0 re bug #678182Kent Fredric2019-07-132-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream: - Prefer AES for server side cipher default (performance) - Make fingerprint algo optional, based on fingerprint length - use CTX_set_ecdh_auto when needed (OpenSSL 1.0.2) - Update fingerprints in live tests - Support dual RSA and ECDSA certificates on the same domain - Update PublicSuffix - Fail compilation when Net::SSLeay has cross-version API-incompatible OpenSSL linking - Enable X509_V_FLAG_PARTIAL_CHAIN if supported (Net::SSLeay 1.83+, OpenSSL 1.1.0+ ) - Support multiple/automatic/custom curves (Net::SSLeay 1.86+) - Enable Post-Handshake-Auth client-side when client certs are provided (TLS1.3, Net::SSLeay 1.86+) - Support for TLS 1.3 (OpenSSL 1.1.1, Net::SSLeay 1.86+) - Fix memory leak when CRL are used - Fix memory leak w/ stop_SSL and threads, non-blocking sockets, or timeout - Fix various test failures w/ newer OpenSSL - Fix redefine warnings when Socket6 is installed w/o IO::Socket::{IP,INET6} - Add optional 'serial' argument to IO::Socket::SSL::Intercept - Add function get_session_reused to detect session reuse. - Fix fingerprint_xxx value reported by IO::Socket::SSL::Utils::Cert_asHash - Fix creation of serial number in IO::Socket::SSL::Intercept - Fix tests failing w/o IPv6 support - Use SNI if hostname is given in ALL CAPS - Don't add authority key for issuer in Utils::CERT_create - Add missing certificates to dist/manifest - Don't check for OCSP if SSL_fingerprint is used and matches Keywords: - Due to addition of Mozilla-CA as a dep, the following keywords are dropped: amd64-{fbsd,linux} arm{,64} hppa ia64 m68k{,-mint} mips ppc-{aix,macos} riscv s390 sh sparc sparc{,64}-solaris x64-cygwin {x86,x64}-{macos,solaris} x86-{fbsd,linux} Bug: https://bugs.gentoo.org/682224 Closes: https://bugs.gentoo.org/678182 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/gtk2-traymanager: Add explicit dep on glib-utils for bug #667954Kent Fredric2019-07-121-1/+2
| | | | | | Closes: https://bugs.gentoo.org/667954 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Event-RPC: Bump to version 1.100.0 re bug #661300Kent Fredric2019-07-112-0/+36
| | | | | | | | | | | Upstream: - Fix tests without '.' in @INC - Add ::Server->prepare() to give you control over Event loop - Fix broken(expired) bundled CA certificats for tests Bug: https://bugs.gentoo.org/661300 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-LocalDelivery: Fix deps for bug #661462Kent Fredric2019-07-111-0/+29
| | | | | | | | | | | - Convert to EAPI6 - Enable parallel tests - Square up dependencies - Add missing Capture-Tiny test dependency Bug: https://bugs.gentoo.org/661462 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-Date: Fix deps for bug #661296Kent Fredric2019-07-111-0/+29
| | | | | | | | | | | - Convert to EAPI6 - Enable parallel tests - Square up dependencies - Add missing Capture::Tiny test dependency Bug: https://bugs.gentoo.org/661296 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-FolderType: Fix deps for bug #661302Kent Fredric2019-07-111-0/+26
| | | | | | | | | | | - Convert to EAPI6 - Enable parallel tests - Improve dependency coverage, including adding the critical missing dep of dev-perl/Capture-Tiny Bug: https://bugs.gentoo.org/661302 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-Address: Bump to version 1.912.0 re bug #658562Kent Fredric2019-07-112-0/+26
| | | | | | | | | | | | Upstream: - Add mitigation for DoS via pathologically constructed email addresses in CVE-2015-7686 and CVE-2015-12558 Bug: https://bugs.gentoo.org/658562 Bug: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7686 Bug: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12558 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBD-MariaDB: Minor improvements in configureKent Fredric2019-07-111-7/+3
| | | | | | | | - Simplify handling provider for backend - Auto-chomp EROOT for future compat with EAPI7 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBD-MariaDB: Add w/ version 1.210.0 re bug #669624Kent Fredric2019-07-113-0/+96
| | | | | | | | By request of Kerin Millar Closes: https://bugs.gentoo.org/669624 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Devel-CheckLib: Bump to version 1.130.0Kent Fredric2019-07-112-0/+29
| | | | | | | | | Upstream: - Fix order of flags for GCC - Allow compiling a test binary without executing it afterwards Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBIx-Class: Bump to version 0.82.841Kent Fredric2019-07-102-0/+93
| | | | | | | | | | | | | | | - Remove now redundant sed hacks from Makefile.PL Upstream: - Fix build tooling for 'progressive' perls - Fix various test failures - Fix tests for recent SQLites Bug: https://bugs.gentoo.org/649542 Bug: https://bugs.gentoo.org/661214 Bug: https://rt.cpan.org/Ticket/Display.html?id=117271 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Crypt-Rijndael: Bump to version 1.140.0 re bug #612096Kent Fredric2019-07-102-0/+23
| | | | | | | | | | | | - Convert to EAPI6 Upstream: - Fix UINT32 and UINT8 for musl libc Bug: https://bugs.gentoo.org/612096 Bug: https://github.com/Leont/crypt-rijndael/issues/11 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Crypt-OpenSSL-DSA: Increase minimum libressl re bug #624140Kent Fredric2019-07-101-2/+2
| | | | | | | | Please reopen bug #624140 if this is not sufficient to fix this issue. Closes: https://bugs.gentoo.org/624140 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Crypt-Random: Bump to version 1.520.0 re bug #625654Kent Fredric2019-07-102-0/+23
| | | | | | | | | | | | | | | | | | - Convert to EAPI6 - Enable parallel tests Upstream: - Add Uniform parameter to Crypt::Random::Generator constructor - Removed test for non-equality of 2 randomly generated ints - Removed /dev/random entropy-blocking test - Removed potentially unsafe include in makerandom Bug: https://bugs.gentoo.org/625654 Bug: https://rt.cpan.org/Ticket/Display.html?id=30423 Bug: https://rt.cpan.org/Ticket/Display.html?id=99880 Bug: https://rt.cpan.org/Ticket/Display.html?id=128062 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Net-SSLeay: Bump version to 1.880.0Stefan Strogin2019-07-104-0/+108
| | | | | | | | | | | | | | | | | | | | | | | - Restore previously broken tests - CFLAGS repsect logic reworked for upstream tooling changes - LIBDIR respect logic reworked for upstream tooling changes - NETWORK_TESTS handling logic reworked for upstream tooling changes Upstream: - Clarify licensing to be consistently Artistic-2 - Improved OpenSSL 1.1.1 support - Improved TLS 1.3 support - Fixed memory leaks in cb_data_advanced_put Bug: https://rt.cpan.org/Ticket/Display.html?id=106314 Bug: https://rt.cpan.org/Ticket/Display.html?id=128207 Closes: https://bugs.gentoo.org/556010 Closes: https://bugs.gentoo.org/684308 Closes: https://bugs.gentoo.org/686730 Closes: https://github.com/gentoo/gentoo/pull/12101 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin <steils@gentoo.org> Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/BSON: Bump to version 1.10.2 re bug #667328Kent Fredric2019-07-103-0/+49
| | | | | | | | | | | | | | | Upstream: - Add support for Extended JSON v2 - Deprecate 'inflate_extjson' method - Add 'extjson_to_perl' method - Implement ObjectID spec - Limit Encoding/Decoding to max depth limits - BSON::Raw: Add 'get_first_key' method - Improve BSON error messages Closes: https://bugs.gentoo.org/667328 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Boulder: Bulk fixes and fix for bug #678004Kent Fredric2019-07-103-1/+86
| | | | | | | | | | | | | | | | | | | | | | | - Convert to EAPI6 - Omit Boulder::Store support unless USE=store is specified, as Boulder::Store requires DB_File, which requires perl built with USE="berkdb", and triggering a perl rebuild flipping a use flag could really complicate portage's capacity to solve dependencies, and possibly break your perl. (This is exposed bug bug #678004) - Omit Boulder::Labbase as the module is incomplete, is documented as such, and loads dependencies that aren't available on Gentoo or on CPAN. - Omit Boulder::XML and its dependency on XML-Parser unless USE=xml is specified, as XML handling is not in any way critical to this module. - Remove uncondtional compile-time assertion for XML::Parser - Omit Boulder::Genbank and related assets unless USE=genbank is specified, as this necesarily adds a dependency on dev-perl/CGI as part of its Entrez accessor - Provide examples via USE="examples" Closes: https://bugs.gentoo.org/678004 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/WattsUp-Daemon: Fix unsorted keywordsKent Fredric2019-07-091-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Validate-Tiny: Fix unsorted keywordsKent Fredric2019-07-093-6/+6
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Time-TAI64: Fix unsorted keywordsKent Fredric2019-07-091-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Time-Format: Fix unsorted keywordsKent Fredric2019-07-091-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Sys-Mmap: Fix unsorted keywordsKent Fredric2019-07-091-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/MogileFS-Network: Fix unsorted keywordsKent Fredric2019-07-091-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Math-NumberCruncher: Fix unsorted keywordsKent Fredric2019-07-091-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/HTML-StripScripts-Parser: Fix unsorted keywordsKent Fredric2019-07-091-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/HTML-StripScripts: Fix unsorted keywordsKent Fredric2019-07-091-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/File-Next: Fix unsorted keywordsKent Fredric2019-07-091-2/+2
| | | | | | | Twiddle was ~amd64-fbsd vs ~amd64-linux Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Data-Serializer: Fix unsorted keywordsKent Fredric2019-07-081-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Cisco-IPPhone: Fix unsorted keywordsKent Fredric2019-07-081-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Test-SharedFork: Improve DESC re bug #689454Kent Fredric2019-07-081-2/+2
| | | | | | | | | | | | | Hopefully upstream will adopt our wording when they ship the next release, and if not, automated tooling may take their improved version when that occurs. But until then, a local fix is sufficient. Bug: https://github.com/tokuhirom/Test-SharedFork/issues/25 Closes: https://bugs.gentoo.org/689454 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Filesys-DiskSpace: Improve DESC re bug #689452Kent Fredric2019-07-081-2/+2
| | | | | | | | | | | | | Hopefully upstream will adopt our wording when they ship the next release sometime this century, and if not, automated tooling may take their improved version when that occurs. But until then, a local fix is sufficient Bug: https://rt.cpan.org/Ticket/Display.html?id=130011 Closes: https://bugs.gentoo.org/689452 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Conf-Libconfig: Perl extension for libconfigCraig Andrews2019-07-053-0/+40
| | | | | Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-perl/Test-CleanNamespaces: Bump to version 0.240.0Kent Fredric2019-06-242-0/+51
| | | | | | | | | | Upstream: - Properly perform test skipping ( previously tripped failures when moose was not installed ) - Improve detection of constant subs Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/TAP-Parser-SourceHandler-pgTAP: Bump to 3.350.0Aaron W. Swenson2019-06-242-0/+23
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
* dev-perl/HTTP-Headers-Fast: Bump to version 0.220.0Kent Fredric2019-06-242-0/+26
| | | | | | | | Upstream: - Fix tests when Storable pre-loaded by other test deps. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Crypt-Curve25519: Fix fmul conflicting types build breakage.Tony Vroon2019-06-132-1/+177
| | | | | | | | | | | | | | With thanks to Mike Benson for trawling the upstream bug reports: https://github.com/ajgb/crypt-curve25519/issues/9#issuecomment-447845725 No revision bump as the package does not install without the fix. This uses a patch rather than a sed statement, as the latter could fail silently. Closes: https://bugs.gentoo.org/669436 Suggested-By: Mike Benson <mike@kambe.com.au> Signed-Off-By: Tony Vroon <chainsaw@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* dev-perl/URI: add ~x64-cygwin keywordMichael Haubenwallner2019-06-121-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* dev-perl/TermReadKey: add ~x64-cygwin keywordMichael Haubenwallner2019-06-121-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* dev-perl/Sub-Name: add ~x64-cygwin keywordMichael Haubenwallner2019-06-121-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* dev-perl/Bio-DB-HTS: bump to 3.01Marek Szuba2019-06-103-1/+33
| | | | | Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* dev-perl/Test-Mock-LWP-Dispatch: x86 stable wrt bug #682590Agostino Sarubbo2019-06-051-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* dev-perl/LWP-UserAgent-Cached: x86 stable wrt bug #682590Agostino Sarubbo2019-06-051-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* dev-perl/Gtk3: x86 stable wrt bug #682590Agostino Sarubbo2019-06-051-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* dev-perl/Cairo-GObject: x86 stable wrt bug #682590Agostino Sarubbo2019-06-051-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* dev-perl/Text-Markdown: x86 stable wrt bug #681426Agostino Sarubbo2019-06-051-2/+2
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* dev-perl/Log-Agent: arm64 stableAaron Bauman2019-05-281-1/+1
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-perl/ExtUtils-Depends: arm64 stableAaron Bauman2019-05-281-2/+2
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.67, Repoman-2.3.13 RepoMan-Options: --include-arches="arm64"
* dev-perl/glib-perl: arm64 stableAaron Bauman2019-05-281-2/+2
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.67, Repoman-2.3.13 RepoMan-Options: --include-arches="arm64"
* dev-perl/Devel-SmallProf: amd64 stable wrt bug #685664Mikle Kolyada2019-05-241-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* dev-perl/GD: arm64 stableAaron Bauman2019-05-221-2/+2
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64"