diff options
author | 2009-11-04 18:41:14 +0000 | |
---|---|---|
committer | 2009-11-04 18:41:14 +0000 | |
commit | 86c5c85ab223dd5356b84967e36a9e0b3d154f02 (patch) | |
tree | 3c7e40a7b46780cf93fde94999dd588dc83558b4 /dev-libs/popt/files | |
parent | Revert ChangeLog, thank PSYCHO___ for report. Remove vulnerable versions. (diff) | |
download | historical-86c5c85ab223dd5356b84967e36a9e0b3d154f02.tar.gz historical-86c5c85ab223dd5356b84967e36a9e0b3d154f02.tar.bz2 historical-86c5c85ab223dd5356b84967e36a9e0b3d154f02.zip |
old
Package-Manager: portage-2.2_rc48/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/popt/files')
-rw-r--r-- | dev-libs/popt/files/popt-1.10.4-lib64.patch | 14 | ||||
-rw-r--r-- | dev-libs/popt/files/popt-1.10.4-regression.patch | 13 | ||||
-rw-r--r-- | dev-libs/popt/files/popt-1.10.7-scrub-lame-gettext.patch | 26 |
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-libs/popt/files/popt-1.10.4-lib64.patch b/dev-libs/popt/files/popt-1.10.4-lib64.patch deleted file mode 100644 index 3cc8ce820e8f..000000000000 --- a/dev-libs/popt/files/popt-1.10.4-lib64.patch +++ /dev/null @@ -1,14 +0,0 @@ -It doesnt matter if MARK64 gets set in the configure file as the toplevel -makefile is the only thing that uses it ... plus we avoid re-running autotools - ---- popt-1.10.4/Makefile.in -+++ popt-1.10.4/Makefile.in -@@ -35,7 +35,7 @@ - - TESTS = testit.sh - include_HEADERS = popt.h --usrlibdir = $(libdir)@MARK64@ -+usrlibdir = $(libdir) - usrlib_LTLIBRARIES = libpopt.la - libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c - libpopt_la_LDFLAGS = -no-undefined @INTLLIBS@ $(am__append_1) diff --git a/dev-libs/popt/files/popt-1.10.4-regression.patch b/dev-libs/popt/files/popt-1.10.4-regression.patch deleted file mode 100644 index 83ed0229e998..000000000000 --- a/dev-libs/popt/files/popt-1.10.4-regression.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- popt.c.bak -+++ popt.c -@@ -748,9 +748,7 @@ - if (origOptString == NULL) /* XXX can't happen */ - return POPT_ERROR_BADOPT; - -- if (con->restLeftover || *origOptString != '-' || -- (*origOptString == '-' && origOptString[1] == '\0')) -- { -+ if (con->restLeftover || *origOptString != '-') { - if (con->flags & POPT_CONTEXT_POSIXMEHARDER) - con->restLeftover = 1; - if (con->flags & POPT_CONTEXT_ARG_OPTS) { diff --git a/dev-libs/popt/files/popt-1.10.7-scrub-lame-gettext.patch b/dev-libs/popt/files/popt-1.10.7-scrub-lame-gettext.patch deleted file mode 100644 index 80c8245eb27c..000000000000 --- a/dev-libs/popt/files/popt-1.10.7-scrub-lame-gettext.patch +++ /dev/null @@ -1,26 +0,0 @@ -this serves no real purpose - ---- configure -+++ configure -@@ -20471,21 +20471,6 @@ - fi - - --if test ! -f ../rpm.c --then -- echo "$as_me:$LINENO: checking for GNU xgettext" >&5 --echo $ECHO_N "checking for GNU xgettext... $ECHO_C" >&6 -- xgettext --version 2>&1 | grep 'GNU gettext' >/dev/null 2>&1 || { { echo "$as_me:$LINENO: error: -- *** GNU gettext is required. The latest version -- *** is always available from ftp://ftp.gnu.org/gnu/gettext/." >&5 --echo "$as_me: error: -- *** GNU gettext is required. The latest version -- *** is always available from ftp://ftp.gnu.org/gnu/gettext/." >&2;} -- { (exit 1); exit 1; }; } -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 --fi -- - echo "$as_me:$LINENO: checking for setreuid" >&5 - echo $ECHO_N "checking for setreuid... $ECHO_C" >&6 - if test "${ac_cv_func_setreuid+set}" = set; then |