summaryrefslogtreecommitdiff
path: root/dev-perl/Convert-UUlib/files/Convert-UUlib-1.500.0-unbundle.patch
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-06-20 15:09:36 +1200
committerKent Fredric <kentnl@gentoo.org>2020-06-20 15:09:58 +1200
commitf86bf1c11c58fa8e4f08f59512960dcaafe626a5 (patch)
tree7ea870a1acab55a760b16d6ed4579350282f7d11 /dev-perl/Convert-UUlib/files/Convert-UUlib-1.500.0-unbundle.patch
parentf6f6a035d92f42a5415374886cd6ddfee12448a9 (diff)
downloadgentoo-f86bf1c11c58fa8e4f08f59512960dcaafe626a5.tar.gz
gentoo-f86bf1c11c58fa8e4f08f59512960dcaafe626a5.tar.bz2
gentoo-f86bf1c11c58fa8e4f08f59512960dcaafe626a5.zip
dev-perl/Convert-UUlib: Cleanup old 1.{4,5}00.0-r1 re bug #724494
Removing versions affected by heap overflow issues Bug: https://bugs.gentoo.org/724494 Closes: https://bugs.gentoo.org/723216 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Convert-UUlib/files/Convert-UUlib-1.500.0-unbundle.patch')
-rw-r--r--dev-perl/Convert-UUlib/files/Convert-UUlib-1.500.0-unbundle.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-perl/Convert-UUlib/files/Convert-UUlib-1.500.0-unbundle.patch b/dev-perl/Convert-UUlib/files/Convert-UUlib-1.500.0-unbundle.patch
deleted file mode 100644
index 70ebebb4be3b..000000000000
--- a/dev-perl/Convert-UUlib/files/Convert-UUlib-1.500.0-unbundle.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff -ruN Convert-UUlib-1.5.orig/Makefile.PL Convert-UUlib-1.5/Makefile.PL
---- Convert-UUlib-1.5.orig/Makefile.PL 2015-07-11 03:56:33.000000000 +0200
-+++ Convert-UUlib-1.5/Makefile.PL 2015-09-07 00:13:44.355717466 +0200
-@@ -2,23 +2,6 @@
-
- use Canary::Stability Convert::UUlib => 1;
-
--sub MY::postamble {
-- my $postamble =<<'END';
--
--uulib/Makefile:
-- cd uulib && ./configure --with-cc='$(CC)' --with-cflags='$(OPTIMIZE) $(CFLAGS) $(CCCDLFLAGS)'
--
--clean::
-- -cd uulib && make distclean
--
--force:
--
--$(MYEXTLIB): uulib/Makefile uulib/uulib.c force
-- cd uulib && $(MAKE) all
--
--END
--}
--
- WriteMakefile(
- 'dist' => {
- PREOP => 'pod2text UUlib.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ; chmod -R u=rwX,go=rX . ;',
-@@ -27,8 +10,7 @@
- },
- 'NAME' => 'Convert::UUlib',
- 'VERSION_FROM' => 'UUlib.pm',
-- 'MYEXTLIB' => 'uulib/libuu$(LIB_EXT)',
-- 'LIBS' => [''],
-+ 'LIBS' => ['-luu'],
- 'DEFINE' => '',
- 'INC' => '',
- CONFIGURE_REQUIRES => {