diff options
author | martin <martin@pkgsrc.org> | 2015-03-23 16:01:27 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2015-03-23 16:01:27 +0000 |
commit | e95dfee4798c561b040c02150071230d044ca506 (patch) | |
tree | ae4db645b795c7243bd2eaa294c764b9784d79a2 /cross/binutils-mips-current | |
parent | c85382df8039031c1f475b50b45c5b2c418959bf (diff) | |
download | pkgsrc-e95dfee4798c561b040c02150071230d044ca506.tar.gz |
Update to binutils 2.25:
A few command line options added and various bug fixes, including
fixes for CVE-2014-8501, CVE-2014-8502 and CVE-2014-8503.
Diffstat (limited to 'cross/binutils-mips-current')
-rw-r--r-- | cross/binutils-mips-current/Makefile | 8 | ||||
-rw-r--r-- | cross/binutils-mips-current/distinfo | 11 |
2 files changed, 10 insertions, 9 deletions
diff --git a/cross/binutils-mips-current/Makefile b/cross/binutils-mips-current/Makefile index 1a1d2a0abbe..f50590e0dfd 100644 --- a/cross/binutils-mips-current/Makefile +++ b/cross/binutils-mips-current/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2014/07/03 20:31:16 martin Exp $ +# $NetBSD: Makefile,v 1.5 2015/03/23 16:01:28 martin Exp $ # # GNU binutils snapshot, configured to target MIPS (NetBSD/playstation2) -BINUTILS_VER= 2.24 +BINUTILS_VER= 2.25 DISTNAME= binutils-${BINUTILS_VER} -PKGREVISION= 3 +#PKGREVISION= 1 PKGNAME= binutils-mips-${BINUTILS_VER} CATEGORIES= cross lang MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} @@ -19,7 +19,7 @@ LICENSE= gnu-gpl-v3 AND gnu-lgpl-v3 BUILDLINK_TRANSFORM+= rm:-Werror -USE_TOOLS+= gm4 pod2man yacc +USE_TOOLS+= gm4 pod2man yacc gmake USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/cross/binutils-mips-current/distinfo b/cross/binutils-mips-current/distinfo index 24719af0e84..ecb8e505a52 100644 --- a/cross/binutils-mips-current/distinfo +++ b/cross/binutils-mips-current/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2014/07/03 20:31:16 martin Exp $ +$NetBSD: distinfo,v 1.4 2015/03/23 16:01:28 martin Exp $ -SHA1 (binutils-2.24.tar.bz2) = 7ac75404ddb3c4910c7594b51ddfc76d4693debb -RMD160 (binutils-2.24.tar.bz2) = b4aa3ea5ba9d0d9f817b2cf136e7f911f692af8d -Size (binutils-2.24.tar.bz2) = 22716802 bytes -SHA1 (patch-bfd_config.bfd) = c593e5afa47855c7284fdf60eaa21a636c9062b3 +SHA1 (binutils-2.25.tar.bz2) = b46cc90ebaba7ffcf6c6d996d60738881b14e50d +RMD160 (binutils-2.25.tar.bz2) = af6f54aa304d4840e1b1a3bd8a4cd165b30f9c1e +Size (binutils-2.25.tar.bz2) = 24049133 bytes +SHA1 (patch-bfd_config.bfd) = 9ab3424e681a6fcfddd9e9f72b5ff97c01ffd02c +SHA1 (patch-gas_configure) = e2aacabce3b0aeb9656f0eb3e53b8c723935069c |