summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/TAP-Parser-SourceHandler-pgTAP: Add projAaron W. Swenson2017-12-151-12/+16
| | | | | | Add PostgreSQL project Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-perl/Data-Validate-IP: amd64 stableJason Zaman2017-12-151-1/+1
| | | | | Gentoo-bug: 636488 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-perl/Net-PcapUtils: EAPI6 + Enable testsKent Fredric2017-12-142-0/+111
| | | | | | | | - EAPI6ify - Enable tests - Organise tests to do the right thing in different environments Package-Manager: Portage-2.3.18, Repoman-2.3.6
* dev-perl/Net-Patricia: Remove linking against libnsl bug #638518Kent Fredric2017-12-142-0/+56
| | | | | | | | | - EAPI6 - Enable tests - Patch out apparently erroneous use of -lnsl Bug: https://bugs.gentoo.org/638518 Package-Manager: Portage-2.3.18, Repoman-2.3.6
* dev-perl/Net-LDAP-Server: EAPI6, add remote-id'sKent Fredric2017-12-142-0/+28
| | | | | | | | | - EAPI6 - Add CPAN remote-ids - Parallelize tests - Add USE=examples Package-Manager: Portage-2.3.18, Repoman-2.3.6
* dev-perl/Net-Ident: EAPI6 + testKent Fredric2017-12-141-0/+27
| | | | | | | - EAPI6ify - Enable tests Package-Manager: Portage-2.3.18, Repoman-2.3.6
* dev-perl/Net-Google-SafeBrowsing-Blocklist: EAPI6 + add remote id'sKent Fredric2017-12-142-0/+28
| | | | | | | | - EAPI6ify - Add missing CPAN remote-id's - Parallelize tests Package-Manager: Portage-2.3.18, Repoman-2.3.6
* dev-perl/Net-CIDR-Lite: EAPI6 + TestKent Fredric2017-12-141-0/+21
| | | | | | | | - EAPI6ify - Enable tests - Kill author tests Package-Manager: Portage-2.3.18, Repoman-2.3.6
* dev-perl/Pod-LaTeX: keyworded 0.610.0 for sparc, bug #604256 (thanks to Rolf ↵Sergei Trofimovich2017-12-131-1/+1
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-perl/Net-ARP: EAPI6 + TestsKent Fredric2017-12-133-0/+183
| | | | | | | | | | - EAPI6ify - Enable tests - Fix tests failing due to '.' in @INC - Fix tests failing due to assumptions about root/network devices - Document extended testing strategy Package-Manager: Portage-2.3.18, Repoman-2.3.6
* dev-perl/Nmap-Parser: Bump to version 1.360.0Kent Fredric2017-12-132-0/+25
| | | | | | | | | - Add USE=examples Upstream: - Documentation/Packaging updates Package-Manager: Portage-2.3.18, Repoman-2.3.6
* dev-perl/NetAddr-IP: Bump to version 4.79.0Kent Fredric2017-12-133-0/+80
| | | | | | | | | | | | | - EAPI6 - Patchify SRC_PREP logic ( making it clear why changes are needed ) Upstream: - Correct non-suppression of leading zeros in certain instances of new_no use - Propagatge :nofqdn from NetAddr::IP::Lite to ::IP Package-Manager: Portage-2.3.18, Repoman-2.3.6
* dev-perl/Net-Telnet-Cisco: Bump to version 1.110.0Kent Fredric2017-12-133-0/+157
| | | | | | | | | | | | | | | | - EAPI6 - Enable tests - Patch out interactive steps in tests - Add network-test plans Upstream: - Fix handling of warnings leading to crash - Override Net::Telnet::fhopen to do the right thing - Fix autopage handling in constructor - Fix bad splitting and useless modifier in split - Remove hard requirement of Term::ReadKey Package-Manager: Portage-2.3.18, Repoman-2.3.6
* dev-perl/Net-SSH2: Bump to version 0.670.0Kent Fredric2017-12-124-0/+64
| | | | | | | | | | - Replace sed expr with patch Upstream: - Support for libssh2 1.7 features - Lots and lots of refactoring Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Net-SSH-Perl: Bump to version 2.140.0Kent Fredric2017-12-123-0/+79
| | | | | | | | | | | | | | | | | | | | | | - Replace sed expr with patch - Killall authortests Upstream: - Add curve25519-sha256 alias - Fix handling unsupported key types - Add support for '-' in syntax options - Add wildcard support for '+' in syntax options - Fix reading ETM Mac input bytes - Fix DSA verification failure with r/s high-bit - Improve efficiency of CTR - Avoid warnings in Host from strange/invalid known_host entries - Make AES-CBC IV to be blocksize, not keysize - DES3 init now passed key as variable to avoid scalar error - Fix Packet padlen decode using signed instead of unsighed unpack - Fix key not being loaded prior to agent use - Fix DSA verification failure when r has unnecessary leading 0's Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/HTTP-Cache-Transparent: Fix missing test dep on Test-RequiresInternetKent Fredric2017-12-121-1/+4
| | | | | | t/cache.t uses Test::RequiresInternet Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Net-SSH-AuthorizedKeysFile: Bump to version 0.180.0Kent Fredric2017-12-122-0/+29
| | | | | | | | | | - EAPI6 - Parallel Tests Upstream: - Avoid extraneous print lines when used with Log::Log4perl Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Net-SSH-Any: Bump to version 0.100.0Kent Fredric2017-12-123-0/+60
| | | | | | | | | | | | | | | | | | | - Add USE=examples - Add more documentation to install dir - Enable testing generically Upstream: - Support for OpenSSH binary via Ssh_Cmd - Support for Plink binaries via Plink_Cmd - Support for bitwise tunneler via Sexec_Cmd - Support for dropbear client via Dbclient_Cmd - Support for Tectia client via Sshg3_Cmd - Bidirectional pipe communication via dpipe - New Net::SSH::Any::Test framework for spawning a test SSH server - Improve remote OS detection - Make local command lookup strict by default Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Net-SMTPS: Bump to version 0.90.0Kent Fredric2017-12-122-0/+22
| | | | | | | | | Upstream: - Fix STARTTLS failing to call ->starttls - enable a starttls() method. - Enable IO::Socket::SSL debugging under debug option Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Net-SMTP-SSL: Bump to version 1.40.0Kent Fredric2017-12-122-0/+32
| | | | | | | | | - EAPI6 Upstream: - Mark deprecated Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Net-Pcap: Bump to version 0.180.0Kent Fredric2017-12-123-0/+73
| | | | | | | | | | | | | | | | | | | - EAPI6 - Add USE=examples - Fix DESCRIPTION - Disable silly author tests - Fix tests against newer pcaps - Enable tests - Document comprehensive test notes Upstream: - Fix limitation of having only 1 callback function - Add pcap_offline_filter() - Add interop tests - Add fixes for old Test::More's - Append CCFLAGS instead of overriding Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Lab-Measurement: Version bumpAndreas K. Hüttel2017-12-093-0/+146
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091521-2171/+2171
|
* dev-perl/Net-DNS: keyworded 1.130.0 for ppc/ppc64, bug #639714Sergei Trofimovich2017-12-091-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64"
* dev-perl/Net-LibIDN2: keyworded 1.0.0 for ppc/ppc64, bug #639714Sergei Trofimovich2017-12-091-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64"
* dev-perl/Net-DNS: keyworded 1.130.0 for ia64, bug #639714Sergei Trofimovich2017-12-081-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* dev-perl/Net-LibIDN2: keyworded 1.0.0 for ia64, bug #639714Sergei Trofimovich2017-12-081-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* dev-perl/Net-SSH-Perl: add missing die.Harri Nieminen2017-12-081-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6476
* dev-perl/Test-Class: keyworded 0.500.0 for sparc, bug #613376 (thanks to ↵Sergei Trofimovich2017-12-062-2/+2
| | | | | | | Rolf Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-perl/WWW-Form-UrlEncoded: keyworded 0.240.0 for sparc, bug #613376 ↵Sergei Trofimovich2017-12-061-1/+1
| | | | | | | (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-perl/WWW-Form-UrlEncoded-XS: keyworded 0.240.0 for sparc, bug #613376 ↵Sergei Trofimovich2017-12-061-1/+1
| | | | | | | (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-perl/HTTP-MultiPartParser: keyworded 0.20.0 for sparc, bug #613376 ↵Sergei Trofimovich2017-12-061-1/+1
| | | | | | | (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-perl/HTTP-Entity-Parser: keyworded 0.200.0 for sparc, bug #613376 ↵Sergei Trofimovich2017-12-061-1/+1
| | | | | | | (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-perl/Cookie-Baker-XS: keyworded 0.80.0 for sparc, bug #613376 (thanks to ↵Sergei Trofimovich2017-12-061-1/+1
| | | | | | | Rolf Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-perl/Net-LDAPapi: Bump to version 3.0.5Kent Fredric2017-12-064-1/+147
| | | | | | | | | | | | | | - Reinstate tests, adding basic compilation tests, and making it more viable for consumers/testers to attempt test execution without needing to patch ebuilds. - Rework patches to be git-am-able. - Use DIST_EXAMPLES feature Upstream: - Fix cookie handling with MMR configuration - Fix ASN1 encoding of sync cookie Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Net-HTTP: Bump to version 6.170.0Kent Fredric2017-12-062-5/+43
| | | | | | | Upstream: - Fix live test not working once CPAN migrates to SSL Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Net-Domain-TLD: Bump to version 1.750.0Kent Fredric2017-12-062-0/+23
| | | | | | | Upstream: - update TLD list Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Net-DNS-SEC: Bump to version 1.30.0Kent Fredric2017-12-063-12/+76
| | | | | | | | | - Communicate optdeps softly Upstream: - Fix tests failing in some installation configurations of Net::DNS Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Crypt-OpenSSL-ECDSA: Add w/ version 0.80.0Kent Fredric2017-12-063-0/+35
| | | | | | Optional dependency of dev-perl/Net-DNS-SEC Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Crypt-OpenSSL-EC: Add w/ version 1.310.0Kent Fredric2017-12-063-0/+35
| | | | | | Optional dependency of dev-perl/Net-DNS-SEC Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Net-DNS: keyworded 1.130.0 for ppc64, bug #639714Sergei Trofimovich2017-12-051-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64"
* dev-perl/Net-LibIDN2: keyworded 1.0.0 for ppc64, bug #639714Sergei Trofimovich2017-12-051-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64"
* dev-perl/Net-LibIDN2: keyworded 1.0.0 for sparc, bug #639714 (thanks to Rolf ↵Sergei Trofimovich2017-12-041-1/+1
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-perl/Regexp-Common: Cleanup old re bug #614210Kent Fredric2017-12-055-85/+1
| | | | | Closes: https://bugs.gentoo.org/614210 Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Archive-Zip: Cleanup old re bug #614430Kent Fredric2017-12-054-90/+0
| | | | | | | Remove old versions affected by '.' in @INC Closes: https://bugs.gentoo.org/614430 Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Net-DNS-Resolver-Programmable: Bump to version 0.9.0Kent Fredric2017-12-052-1/+26
| | | | | | | | | | | | | | | | | - EAPI6 - Enable Parallel Tests Upstream: - Avoid deprecated make_query_packet call - Stop using qv() for versions - Import rcode list from Net::DNS - Support Perl 5.6 - Stop forcing taint in test - Fix handling pre-prepard objects passed to send() - Improve handling of both arrays-of-strings and Net::DNS::Packet objects Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-perl/Archive-Zip: stable 1.590.0 for hppa, bug #617290Sergei Trofimovich2017-12-041-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* dev-perl/Test-MockModule: stable 0.110.0 for hppa, bug #617290Sergei Trofimovich2017-12-041-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* dev-perl/Test-MockModule: make KEYWORDS to span single line, unbreaks ↵Sergei Trofimovich2017-12-041-2/+1
| | | | | | | 'ekeywords' Bug: https://bugs.gentoo.org/639724 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-perl/Archive-Zip: make KEYWORDS to span single line, unbreaks 'ekeywords'Sergei Trofimovich2017-12-041-2/+1
| | | | | Bug: https://bugs.gentoo.org/639724 Package-Manager: Portage-2.3.16, Repoman-2.3.6