summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/File-LibMagic: Bump to version 1.230.0Kent Fredric2020-08-312-0/+47
| | | | | | | | | | | | - Revert CFLAGS handling approach to a more conventional mechanism due to upstream fixing the problem that caused it not to work Upstream: - Fix build issues that caused library recompilation on every call to "make" Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBI: Stabilize 1.643.0 ppc, #732636Sam James2020-08-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Finance-Quote: Keyword 1.470.0 arm64, #734828Sam James2020-08-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/HTML-TableExtract: Keyword 2.150.0 arm64, #734828Sam James2020-08-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/HTML-Element-Extended: Keyword 1.180.0-r1 arm64, #734828Sam James2020-08-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/File-MimeInfo: Bump to version 0.290.0Kent Fredric2020-08-292-0/+36
| | | | | | | | | | | | - EAPI7 - Unconditionally remove bad tests Upstream: - Improve handling of Path::Tiny objects in ->default - Fix `mimeinfo --stdin` to work Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/File-Map: Bump to version 0.670.0Kent Fredric2020-08-292-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | - EAPI7 - Ensure not to break when LD is set to a non-ccld - Ensure passing CFLAGS to compiler Upstream: - Fix unresolved symbol 'madvise' on QNX NTO - Warn when buffer is truncated - Fix mapping into a hash element - Fix compile warning in boot function return type - Accommodate for sleep 0.1 possibly being less than 0.1 Security: - The following notes in changelog indicate some exploit/DOS possibilities - Warn when buffer gets truncated Given this stuff is implemented in C, some analysis for severity is needed. Reference: https://github.com/Leont/file-map/commit/c5c60d5c3af9ff924f95c7aab70740f002ac6898 Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/PerlIO-Layers: -r bump for EAPI7 + toolchain loveKent Fredric2020-08-291-0/+45
| | | | | | | | | | - EAPI7 - Remove unwanted tests - Ensure not to break when LD is not a CCLD - Ensure passing cflags to compiler Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/File-MMagic: -r bump for EAPI7Kent Fredric2020-08-291-0/+18
| | | | | | | | | - EAPI7 - Parallel tests - Remove unused/empty variable assignments Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DateTime-Locale: Bump to version 1.280.0Kent Fredric2020-08-292-0/+46
| | | | | | | | Upstream: - Remove problematic test Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/File-Listing: -r bump for EAPI7Kent Fredric2020-08-291-0/+21
| | | | | | | | | - EAPI7 - Parallel tests - Remove unused/empty variable assignments Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/File-LibMagic: -r bump for toolchain love + fixesKent Fredric2020-08-292-0/+51
| | | | | | | | | | | | | | | - Remove rm-files logic from src_prepare (the files are gone upstream) - Fix being broken by LD being set in ENV to an actual LD instead of a CCLD - Ensure CFLAGS passed to make/compiler, but much more differently than is usually done due to some fun behaviour upstream that breaks binary asset persistence between 'make' calls. - Add missing remote-id's - Add missing (virtual) dependencies. Bug: https://github.com/houseabsolute/File-LibMagic/issues/28 Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DateTime-Locale: Bump to version 1.270.0Kent Fredric2020-08-292-0/+50
| | | | | | | | | | | | Upstream: - Return value of $locale->locale_data now deeply cloned to allow data modification without breaking the original locale - Support loading loading locale data from relative directories in @INC - Check $! for read errors loading locales on top of just checking eval compiled ok. Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/File-HomeDir: Bump to version 1.4.0Kent Fredric2020-08-293-1/+31
| | | | | | | | | | | - EAPI7 Upstream: - Remove TIE implementation - Determine ->my_home when $ENV{HOME} unset/empty Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/File-Flock: -r bump for EAPI7Kent Fredric2020-08-292-0/+34
| | | | | | | | | | - EAPI7 - Parallel tests - Fixup deps - Add missing remote-ids Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/File-Flat: bump to version 1.70.0Kent Fredric2020-08-292-0/+33
| | | | | | | | | | | - EAPI7 - Module::Install workaround no longer needed Upstream: - Rework packaging Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Alien-Base-ModuleBuild: Bump to version 1.150.0Kent Fredric2020-08-292-0/+46
| | | | | | | | Upstream: - Externalise "inline" tests into their own dummy distributions Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Bio-DB-HTS: remove oldMarek Szuba2020-08-273-69/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-perl/CryptX: Bump to version 0.69.0Kent Fredric2020-08-272-0/+47
| | | | | | | | | | | | | | | - Nice! - Fix LICENSE slightly (declaring that this has public-domain licensed elements inside seems somewhat unnecessary, but I figured it was better for clarity, esp if there was somehow a theoretical country where public-domain licensed works are illegal) Upstream: - Fix segfault on invalid input in ECC - Update bundled libtomcrypt Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Clipboard: Stabilize 0.260.0 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Class-WhiteHole: Stabilize 0.40.0-r2 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Class-Trigger: Stabilize 0.150.0 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Class-Singleton: Stabilize 1.500.0-r1 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Class-MethodMaker: Stabilize 2.240.0-r2 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Class-Load-XS: Stabilize 0.100.0-r1 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Class-Load: Stabilize 0.250.0 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Class-Inspector: Stabilize 1.360.0 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Class-Data-Inheritable: Stabilize 0.80.0-r3 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Class-C3: Stabilize 0.340.0 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Class-Accessor-Lite: Stabilize 0.80.0-r1 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Class-Accessor: Stabilize 0.510.0 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Carp-Always: Stabilize 0.160.0 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Cairo: Stabilize 1.107.0-r1 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Cache-Memcached: Stabilize 1.300.0-r2 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/CGI-Simple: Stabilize 1.250.0 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/CGI-Compile: Stabilize 0.240.0 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/CGI: Stabilize 4.470.0 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/CDDB_get: Stabilize 2.280.0-r2 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Bit-Vector: Stabilize 7.400.0-r2 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Carp-Clan: Stabilize 6.80.0 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/BSD-Resource: Stabilize 1.291.100-r2 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/B-Utils: Stabilize 0.270.0-r2 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Authen-SASL: Stabilize 2.160.0-r2 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Authen-PAM: Stabilize 0.160.0-r3 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Authen-DigestMD5: Stabilize 0.40.0-r2 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Audio-FLAC-Header: Stabilize 2.400.0-r3 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Array-RefElem: Stabilize 1.0.0-r3 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/AppConfig: Stabilize 1.710.0-r1 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/App-pwhich: Stabilize 1.160.0 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Apache-LogFormat-Compiler: Stabilize 0.360.0 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>