Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpipeline/files/
Date: Wed, 07 Sep 2016 05:57:34
Message-Id: 1473227844.f212b6f7f396c697112146618a7aff2af00c66be.polynomial-c@gentoo
1 commit: f212b6f7f396c697112146618a7aff2af00c66be
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 3 16:31:13 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 05:57:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f212b6f7
7
8 dev-libs/libpipeline: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/2222
11
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 .../files/libpipeline-1.2.1-no-gets.patch | 24 ----------------------
15 1 file changed, 24 deletions(-)
16
17 diff --git a/dev-libs/libpipeline/files/libpipeline-1.2.1-no-gets.patch b/dev-libs/libpipeline/files/libpipeline-1.2.1-no-gets.patch
18 deleted file mode 100644
19 index d7849fd..00000000
20 --- a/dev-libs/libpipeline/files/libpipeline-1.2.1-no-gets.patch
21 +++ /dev/null
22 @@ -1,24 +0,0 @@
23 -https://bugs.gentoo.org/427254
24 -
25 -hack until libpipeline pulls a newer gnulib version
26 -
27 -From 66712c23388e93e5c518ebc8515140fa0c807348 Mon Sep 17 00:00:00 2001
28 -From: Eric Blake <eblake@××××××.com>
29 -Date: Thu, 29 Mar 2012 13:30:41 -0600
30 -Subject: [PATCH] stdio: don't assume gets any more
31 -
32 -Gnulib intentionally does not have a gets module, and now that C11
33 -and glibc have dropped it, we should be more proactive about warning
34 -any user on a platform that still has a declaration of this dangerous
35 -interface.
36 -
37 ---- a/gnulib/lib/stdio.in.h
38 -+++ b/gnulib/lib/stdio.in.h
39 -@@ -125,7 +125,6 @@
40 - /* It is very rare that the developer ever has full control of stdin,
41 - so any use of gets warrants an unconditional warning. Assume it is
42 - always declared, since it is required by C89. */
43 --_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
44 - #endif
45 -
46 -