summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Pod-Parser: New package, spliced out of core PerlAndreas K. Hüttel2020-08-083-0/+23
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-perl/Email-Address-XS: Bump to version 1.40.0Kent Fredric2020-08-082-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - EAPI7 - Fix LICENSE - Ensure CFLAGS passed to make/compiler Upstream: - add support for parsing and generating addresses with nul character - fix compose_address when both user and host contain non-ASCII 8bit characters - Fix possible memory leak in dovecot parser - Update dovecot parser from dovecot version 2.3.0.1 - Fix reading from unititialized memory when formatting invalid addresses without user or host part - Fix formatting email addresses when user starts with nul byte - Prefer returning empty string from format functions instead of generating invalid email addresses. - Fix dovecot parser to disallow leading dot in dot-atom - Fix generating/validating email addresses with empty user part - Fix generating/validating email addresses with leading/trailing dot in user part. - try to parse invalid email addresses and mark them as invalid - Don't escape apostrophe's in generated email addresses. - Fix formatting email addresses which contain NUL, TAB, LF or CR - Fix formatting comments which contain NUL bytes. Security: - nul character handling changes in parsing could be a vuln, depending on what is done with the result, esp if it doesn't error ( I haven't determined what it does yet ) - "Possible" memory leaks in dovecot parser fixed. - Cribs some of dovcot parse code and may be subject to vulnerabilities in that file in previous versions - Fixed uninitialized memory access in certain address combinations Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-Address-List: -r bump for EAPI7 + fixesKent Fredric2020-08-082-0/+47
| | | | | | | | | - EAPI7 - Fix LICENSE - Migrate sed hack to a patch Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Emacs-PDE: Bump to version 0.2.17Kent Fredric2020-08-082-0/+47
| | | | | | | | | | | - EAPI7 - Fix LICENSE - Remove empty/used variable assignments - Push myconf closer to src_configure as a guard against variables being augmented between ebuild sourcing and function execution Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/EV: Bump to version 4.330.0Kent Fredric2020-08-082-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - EAPI7 - Fixup LICENSE - Ensure CFLAGS passed to make/compiler - Note: I investigated the possibilitiy of using system libev, which is published by the same author, but it isn't currently possible due to the build code needing *c* files from libev directly, and I'm not sure how to decouple that reliably. Upstream: - Sync to (bundled) libev 4.31 - Fix an assertion with a typo - Avoid perl's assert() in more places due to it misbehaving - update libecb for windows environments - use the new ev_io_modify in EV::IO->events - Add mutator methods Timer->repeat, Periodic->{offset,interval,reschedule_cb} - Minor optimizations - Try to name `ev.h` more explicitly for portability - Opportunistic round-up of wait times in polling backends to avoid unneeded loop iterations - Fix minix 3.3 support - Allow users to re-enable assert() in case it is disabled by perl - Allow linux AIO backend to be used by default - Only use __register_atfork with glibc/uclibc, to avoid being broken on musl Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Dist-Zilla: add workaround for broken `authordeps --missing`Kent Fredric2020-08-082-0/+193
| | | | | | | | | | | | | | Stumbled into this working with app-admin/rex's 9999 version. `dzil authordeps --missing` was reporting missing deps, and bailing, even though they were provably installed. This fixes build issues with app-admin/rex-9999 with =dev-perl/Dist-Zilla-6.15.0 Bug: https://github.com/rjbs/Dist-Zilla/issues/660 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBD-Pg: Bump to version 3.14.0Kent Fredric2020-08-082-0/+111
| | | | | | | | | | | | | | | | | | - Restore tests broken in 3.13.0 Upstream: - $dbh->{primary,foreign}_key_info methods now always return a statement handle even without matches. Callers should check row-count instead of undefness. - $dbh->tables now always returns a list, even if empty - Add support for pg_lo_{tell64,seek64,truncate64} for people dealing with ultra-large 'large objects' in Postgres 9.3 or greater. - Fix tests to run when not super-user - Fix tests to force loading proper version of DBD::Pg - Remove deprecated _pg_use_catalog method Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Dist-Zilla-Role-ModuleMetadata: Ensure MBT dep in depend bug #736232Kent Fredric2020-08-081-0/+3
| | | | | | Closes: https://bugs.gentoo.org/736232 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Crypt-SMIME: Bump to version 0.260.0Kent Fredric2020-08-082-0/+50
| | | | | | | | | | | | | | | | | Upstream: - sign(), signonly(), encrypt(), check(), and decrypt() no longer truncate input on a NUL character. Security Note: - This may have security implications as it implies there may be scope for attacks where two sets of input would give the same output, due to content after the NUL not being part of the sign'ed content. I may be misunderstanding the problem, so please check the cited bug for details Bug: https://rt.cpan.org/Public/Bug/Display.html?id=133084 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Data-Visitor: Bump to version 0.310.0Kent Fredric2020-08-082-0/+34
| | | | | | | | | | Upstream: - Lots of package retooling, motivated by an automated update to a test to avoid issues where there are spaces in $^X - Avoid use of Class::Load Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/CGI-Compile: Bump to version 0.250.0Kent Fredric2020-08-082-0/+39
| | | | | | | | | Upstream: - Include source filename in compiled constructed package name to avoid in-memory symbol collisions Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Alien-Build: Bump to version 2.280.0Kent Fredric2020-08-082-0/+42
| | | | | | | | | | Upstream: - Fixes for unofficial 'msys' perl fork - Honour user supplied 'config.site' for autoconf - Hard drop support for Perl 5.8.{1,2,3} Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Dist-Zilla-Role-ModuleMetadata: Bump to version 0.6.0Kent Fredric2020-08-072-0/+38
| | | | | | | | | | | - EAPI7 Upstream: - Weaken Module-Metadata dep - Now supports passing collect_pod => 1 to Module::Metadata Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion: Bump to version 2.0.10Kent Fredric2020-08-072-0/+39
| | | | | | | | | | | | | | | - EAPI7 Upstream: - Default to being an author test, not a release test - Inject develop prereqs on Test::Minimum version and require it in test - Remove shebang from generated test - Add strict/warnings to generated test - Seperate file gathering and file munging into different phases - implement dump_config for [MetaConfig] Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/constant-boolean: Cleanup old 0.20.0-r1Kent Fredric2020-08-071-19/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/CryptX: Cleanup old 0.53.0Kent Fredric2020-08-072-37/+0
| | | | | | Closes: https://bugs.gentoo.org/690464 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Crypt-SSLeay: Cleanup old 0.720.0-r1Kent Fredric2020-08-071-42/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Crypt-SMIME: Cleanup old 0.190.0,0.250.0Kent Fredric2020-08-073-83/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Crypt-Rijndael: Cleanup old 1.130.0Kent Fredric2020-08-072-26/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Crypt-OpenSSL-ECDSA: Cleanup old 0.80.0-r2Kent Fredric2020-08-071-26/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Crypt-OpenSSL-EC: Cleanup old 1.310.0Kent Fredric2020-08-072-24/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Crypt-IDEA: Cleanup old 1.100.0Kent Fredric2020-08-071-17/+0
| | | | | | Closes: https://bugs.gentoo.org/694952 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Crypt-Cracklib: Cleanup old 1.700.0-r1Kent Fredric2020-08-071-27/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Coro: Cleanup old 6.514.0{,-r1}Kent Fredric2020-08-073-83/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Config-Properties: Cleanup old 1.800.0Kent Fredric2020-08-071-26/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Cache-Memcached-Fast: Cleanup old 0.2{5,6}0.0Kent Fredric2020-08-073-94/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Cache-FastMmap: Cleanup old 1.4{7,9}0.0Kent Fredric2020-08-073-39/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/CGI: Cleanup old 4.220.0Kent Fredric2020-08-072-38/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/CDB_File: Cleanup old 0.990.0, 1.20.0Kent Fredric2020-08-073-65/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/CBOR-XS: Cleanup old 1.7{0,1}0.0Kent Fredric2020-08-073-50/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Boulder: Cleanup old 1.300.0-r1Kent Fredric2020-08-071-19/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Bio-SamTools: Cleanup old 1.430.0-r1Kent Fredric2020-08-071-38/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/BDB: Cleanup old 1.920.0Kent Fredric2020-08-071-22/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/B-OPCheck: Cleanup old 0.320.0Kent Fredric2020-08-071-32/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/B-Hooks-Parser: Cleanup old 0.210.0Kent Fredric2020-08-071-31/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/B-Flags: Cleanup old 0.170.0Kent Fredric2020-08-071-19/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/B-COW: Cleanup old 0.4.0Kent Fredric2020-08-071-23/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Authen-Libwrap: Cleanup old 0.230.0Kent Fredric2020-08-071-30/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Apache-Test: Cleanup old 1.400.0-r2Kent Fredric2020-08-073-147/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/App-pwhich: Cleanup old 1.140.0Kent Fredric2020-08-072-26/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Alien-LibGumbo: Cleanup old 0.50.0-r1Kent Fredric2020-08-071-50/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Ace: Cleanup old 1.920.0-r{3,4,5}Kent Fredric2020-08-074-421/+0
| | | | | | | Closes: https://bugs.gentoo.org/723152 Closes: https://bugs.gentoo.org/716266 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Data-Diver: -r bump for license correctionKent Fredric2020-08-071-0/+16
| | | | | | | | | | | | Upstream has specified this may be used under the Unlicense Reference: https://web.archive.org/web/20200806152714/https://github.com/TyeMcQueen/data-diver/issues/5 Bug: https://bugs.gentoo.org/732710 Bug: https://bugs.gentoo.org/442342 Bug: https://rt.cpan.org/Ticket/Display.html?id=82815 Bug: https://github.com/TyeMcQueen/data-diver/issues/5 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/HTML-TableParser: arm64 keyworded (bug #734838)Sam James2020-08-051-2/+2
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/WWW-Dict-Leo-Org: arm64 keyworded (bug #734838)Sam James2020-08-051-2/+2
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod: -r bump for overlay compatKent Fredric2020-08-041-0/+0
| | | | | | | | | - bumping to -r1 to ensure this one takes precedence over the version presently still available in ::perl-experimental, which has somewhat different behaviour and is outdated. Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Dist-Zilla-Plugin-RPM: Bump to version 0.16.0Kent Fredric2020-08-042-0/+38
| | | | | | | | | | - EAPI7 Upstream: - Fix broken IPC::Run::run call for push_command Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Dist-Zilla-Plugin-OurPkgVersion: Bump to version 0.210.0Kent Fredric2020-08-022-0/+51
| | | | | | | | | | | | | | | | | | | - EAPI7 - Fix LICENSE - Unconditionally remove bad tests Upstream: - Fix bug where underscore_eval_version may fail - Add `skip_main_module` option for compat with VersionFromMainModule - Add `overwrite` option - Require Dzil 6 - Add semantic_version option - Fix dev prereqs leaking into test prereqs - Fix regression in version_provider plugin mechanics - Add no_critic option Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Dist-Zilla-Plugin-OSPrereqs: Bump to version 0.11.0Kent Fredric2020-08-022-0/+32
| | | | | | | | | | | | | | | - EAPI7 - Fix LICENSE Upstream: - Makefile.PL generated code now conditionally injects prereqs into the fallback prereq list as well - Detect bundle configurations that would inject invalid code into Makefile.PL - prereq_os option in configs now uses the proper option name Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Dist-Zilla-Plugin-Meta-Contributors: -r bump for LICENSEKent Fredric2020-08-021-0/+26
| | | | | | | - Fix incorrect license Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>