summaryrefslogtreecommitdiff
path: root/dev-perl/Clipboard
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /dev-perl/Clipboard
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-perl/Clipboard')
-rw-r--r--dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild26
-rw-r--r--dev-perl/Clipboard/Manifest4
-rw-r--r--dev-perl/Clipboard/files/Clipboard-0.130.0-insecure-tempfile.patch23
-rw-r--r--dev-perl/Clipboard/files/Clipboard-0.130.0-no-dot-inc.patch45
4 files changed, 0 insertions, 98 deletions
diff --git a/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild b/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild
deleted file mode 100644
index e66f219513ff..000000000000
--- a/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=KING
-DIST_VERSION=0.13
-inherit perl-module virtualx
-
-DESCRIPTION="Copy and paste with any OS"
-
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86"
-IUSE=""
-
-# See bug 521890.
-PATCHES=(
- "${FILESDIR}"/"${P}"-insecure-tempfile.patch
- "${FILESDIR}"/"${P}"-no-dot-inc.patch
-)
-
-RDEPEND="x11-misc/xclip"
-
-src_test() {
- virtx perl-module_src_test
-}
diff --git a/dev-perl/Clipboard/Manifest b/dev-perl/Clipboard/Manifest
index 4029288e502f..580b6eb79353 100644
--- a/dev-perl/Clipboard/Manifest
+++ b/dev-perl/Clipboard/Manifest
@@ -1,7 +1,3 @@
-AUX Clipboard-0.130.0-insecure-tempfile.patch 655 BLAKE2B 4051298d2779e7f8350136ce4109fca010cd10389975cf9d8ee0906f5dcd6b67026fcdca413ac048f12cb71c21d0487fa474f71175a46691414097cb8591a6d1 SHA512 adfb20e03ceb6d8abbe7901c2c03d292f3a41692878394bccb6604d34d786c3d3f8ae1643530234ec015655a0047c406ca8d9ec4c806b0da0646bce024fb6666
-AUX Clipboard-0.130.0-no-dot-inc.patch 1186 BLAKE2B 698830824a23a0dac1b40b43cd77b184352ec3fdc171134efed30225512a8f2b54e0d4584f20f527f6075205f294609d25a8093d4fca592aea8c4e699c4877f7 SHA512 cc6e24586323b90ce64513ea5a81e64f1c9f5f06390cd2dd4d2f3bc24e82c107cf9c03e637b614068d07597f3ca49cacd51bc168089506ab2bdbdc0410129c2b
-DIST Clipboard-0.13.tar.gz 21616 BLAKE2B 6e46f36fcfbcbd61ca35dddb85b16da49ee7b2d6f3e0cf6b15e90a5730b649d0bb960108c33d6896903570f3baaf5ce871511dfd3a1330625b9974190fb408bc SHA512 29792efabee3bdbd808c445714f344608f79799561029d3311b3c263e7bd52ddd8be6e17773f2e027b0d38afecd5d7057af3a129e053c1c01928cf2c5a12bd6b
DIST Clipboard-0.26.tar.gz 25159 BLAKE2B d4bb2c311afabf5e6e751b144d71f269aebdc743cab31b1064e1f77f563e109ee1a196ec0a483aa362d39e1549cc02ebfa01b82172dcd10a3a173278fa64ece3 SHA512 68427934e4c460492f0fca1ea45891070e6aa544b49896d383786918055889ab179bc9d926018f85d6f77e89f7882098750d55b8dc656047bc63ec07d1c515c1
-EBUILD Clipboard-0.130.0-r3.ebuild 461 BLAKE2B 5cd8e194d30d3773093c9f7bd610e349be28734579d086758aef5899cfff08ae0e789c7c5d45bdbdd06a8fba4acb4711b5c1f38b39f35593df5d04b01bec24ce SHA512 da10b24a5813b2efeaba0389e767ffa6f5fd0fa6a1e6ffe3bc763fa5ef87765d58dbd71f1e95e9382e07981a2ec2346c7d8a487a91aa1c12ccc120f19c3b93e4
EBUILD Clipboard-0.260.0.ebuild 594 BLAKE2B 909c92c47a073addcb0eef6120bcddb325628be58842050b95e33f598cd9bd9a2d1c349a02bcf1102eca04c598ce16554a3dbeae04fc77298e68318c8a399615 SHA512 f577af1316545fd56d36b3bf44021b75c491fc994ca4b80c85c4f36dba8c9eb3e77864964d9fc62f849b052db00c98f02d0ad89e98c499dbdc35d3cd47f3b54c
MISC metadata.xml 586 BLAKE2B ad8c037b52375b61b9e290d4da9bb39c6305224e2d7d82422ec27c1140e75d5fc79de7fb2e867880ad813e04fcd8358fa4148aa94df409b94e35036883c997a3 SHA512 358a83681b2632a2c5a8a6e4698fe997ade81de7dcb39d5610170e33a172990ff5079a0ebe6d6fe129576df16ab0fae2f186ea6bc09a5a8745f3398d3c642115
diff --git a/dev-perl/Clipboard/files/Clipboard-0.130.0-insecure-tempfile.patch b/dev-perl/Clipboard/files/Clipboard-0.130.0-insecure-tempfile.patch
deleted file mode 100644
index 1fd452c61481..000000000000
--- a/dev-perl/Clipboard/files/Clipboard-0.130.0-insecure-tempfile.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: Fix insecure use of temporary files.
- This is CVE-2014-5509.
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=98435
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=98435
-Author: gregor herrmann <gregoa@debian.org>
-Last-Update: 2016-08-13
-
---- a/scripts/clipedit
-+++ b/scripts/clipedit
-@@ -1,10 +1,11 @@
- #!/usr/bin/perl
- use strict;
- use Clipboard;
-+use File::Temp qw( tempfile );
-
- my $orig = Clipboard->paste;
-
--my $tmpfilename = "/tmp/clipedit$$";
-+my ($tmpfile, $tmpfilename) = tempfile();
- open my $tmpfile, ">$tmpfilename" or die "Failure to open $tmpfilename: $!";
- print $tmpfile $orig;
- close $tmpfile;
diff --git a/dev-perl/Clipboard/files/Clipboard-0.130.0-no-dot-inc.patch b/dev-perl/Clipboard/files/Clipboard-0.130.0-no-dot-inc.patch
deleted file mode 100644
index 1e9c31be70e9..000000000000
--- a/dev-perl/Clipboard/files/Clipboard-0.130.0-no-dot-inc.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 389b272f8696b86f594726544a8280e43cd2ffc6 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Thu, 19 Oct 2017 10:21:36 +1300
-Subject: Fix Makefile.PL & Tests for '.' in @INC removal under Perl 5.26+
-
-Bug: https://bugs.gentoo.org/615138
-Bug: https://rt.cpan.org/Ticket/Display.html?id=121056
----
- Makefile.PL | 1 +
- t/drivers.t | 2 ++
- t/mock.t | 2 ++
- 3 files changed, 5 insertions(+)
-
-diff --git a/Makefile.PL b/Makefile.PL
-index 08468ac..ab60784 100644
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -1,3 +1,4 @@
-+use lib '.';
- use inc::Module::Install;
- name('Clipboard');
- author('Ryan King <rking@panoptic.com>');
-diff --git a/t/drivers.t b/t/drivers.t
-index 1ae7014..de2478f 100644
---- a/t/drivers.t
-+++ b/t/drivers.t
-@@ -1,3 +1,5 @@
-+use File::Spec::Functions qw(rel2abs);
-+use lib rel2abs('.');
- use Test::Clipboard;
- use strict; # XXX make Test::Clipboard do this
- my %map = qw(
-diff --git a/t/mock.t b/t/mock.t
-index fbd76f0..2a50ebb 100644
---- a/t/mock.t
-+++ b/t/mock.t
-@@ -1,3 +1,5 @@
-+use File::Spec::Functions qw(rel2abs);
-+use lib rel2abs('.');
- use Test::Clipboard;
- use Test::MockClipboard;
- use strict; # XXX make Test::Clipboard do this
---
-2.14.2
-