diff --git a/base/binutils/binutils.desc b/base/binutils/binutils.desc index 2cee1d5ed..43b528f06 100644 --- a/base/binutils/binutils.desc +++ b/base/binutils/binutils.desc @@ -3,7 +3,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../binutils/binutils.desc -[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] @@ -41,8 +41,8 @@ [L] GPL [S] Stable -[V] 2.17.50.0.18 +[V] 2.19.51.0.14 [P] X 012--5---9 102.100 -[D] 1463952585 binutils-2.17.50.0.18.tar.bz2 ftp://ftp.kernel.org/pub/linux/devel/binutils/ +[D] 2836400855 binutils-2.19.51.0.14.tar.bz2 ftp://ftp.kernel.org/pub/linux/devel/binutils/ diff --git a/base/binutils/have_stdlib.patch b/base/binutils/have_stdlib.patch index b68968e2b..539abc267 100644 --- a/base/binutils/have_stdlib.patch +++ b/base/binutils/have_stdlib.patch @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../binutils/have_stdlib.patch +# Copyright (C) 2009 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -17,16 +18,17 @@ --- ./libiberty/cplus-dem.c.orig Thu Nov 8 01:11:59 2001 +++ ./libiberty/cplus-dem.c Thu Nov 8 01:14:09 2001 -@@ -48,12 +48,7 @@ - #pragma weak dlerror - #endif +@@ -49,12 +49,7 @@ + #include + #include -#ifdef HAVE_STDLIB_H #include -#else --char * malloc (); --char * realloc (); +-void * malloc (); +-void * realloc (); -#endif #include #undef CURRENT_DEMANGLING_STYLE + diff --git a/base/binutils/texinfo-4.13.patch b/base/binutils/texinfo-4.13.patch deleted file mode 100644 index f3c6214a0..000000000 --- a/base/binutils/texinfo-4.13.patch +++ /dev/null @@ -1,27 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../binutils/texinfo-4.13.patch -# Copyright (C) 2009 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- ./configure.orig 2009-05-13 21:48:45.000000000 +0000 -+++ ./configure 2009-05-13 22:04:23.000000000 +0000 -@@ -6128,7 +6128,7 @@ - # For an installed makeinfo, we require it to be from texinfo 4.4 or - # higher, else we use the "missing" dummy. - if ${MAKEINFO} --version \ -- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then -+ | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|4\.1[0-9]|[5-9])' >/dev/null 2>&1; then - : - else - MAKEINFO="$MISSING makeinfo"