pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/arm-none-eabi-binutils Update to 2.27



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fec012c77d6
branches:  trunk
changeset: 354053:9fec012c77d6
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Oct 19 12:44:44 2016 +0000

description:
Update to 2.27

* Update to the latest release
* Remove merged patches

diffstat:

 cross/arm-none-eabi-binutils/Makefile                    |   4 ++--
 cross/arm-none-eabi-binutils/distinfo                    |  12 +++++-------
 cross/arm-none-eabi-binutils/patches/patch-gas_configure |  15 ---------------
 cross/arm-none-eabi-binutils/patches/patch-ld_configure  |  13 -------------
 4 files changed, 7 insertions(+), 37 deletions(-)

diffs (66 lines):

diff -r 263a4917ac86 -r 9fec012c77d6 cross/arm-none-eabi-binutils/Makefile
--- a/cross/arm-none-eabi-binutils/Makefile     Wed Oct 19 12:43:05 2016 +0000
+++ b/cross/arm-none-eabi-binutils/Makefile     Wed Oct 19 12:44:44 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/01/30 22:20:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2016/10/19 12:44:44 ryoon Exp $
 
-DISTNAME=      binutils-2.26
+DISTNAME=      binutils-2.27
 PKGNAME=       cross-arm-none-eabi-${DISTNAME}
 CATEGORIES=    cross
 MASTER_SITES=  ${MASTER_SITE_GNU:=binutils/}
diff -r 263a4917ac86 -r 9fec012c77d6 cross/arm-none-eabi-binutils/distinfo
--- a/cross/arm-none-eabi-binutils/distinfo     Wed Oct 19 12:43:05 2016 +0000
+++ b/cross/arm-none-eabi-binutils/distinfo     Wed Oct 19 12:44:44 2016 +0000
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.3 2016/01/30 22:20:51 ryoon Exp $
+$NetBSD: distinfo,v 1.4 2016/10/19 12:44:44 ryoon Exp $
 
-SHA1 (binutils-2.26.tar.bz2) = a637508cffeb2323b14bc8dd65378819768ad4ff
-RMD160 (binutils-2.26.tar.bz2) = ce0400ffcc1200280854fefb29f97b63507bad14
-SHA512 (binutils-2.26.tar.bz2) = e77e1b8dbbcbaf9ac2fae95c4403615808af3be03b2e1d32448cd3a7d32c43273f8bcace3f2de84ec120a982879295673029da306e2885dbf5f990584932cfc7
-Size (binutils-2.26.tar.bz2) = 25543552 bytes
+SHA1 (binutils-2.27.tar.bz2) = 6e472ddae565a2b1447e6f2393809bb8799982cf
+RMD160 (binutils-2.27.tar.bz2) = e6623d3a90578169790417b8dd83e850c0a81910
+SHA512 (binutils-2.27.tar.bz2) = cf276f84935312361a2ca077e04d0b469d23a3aed979d8ba5d92ea590904ffb2c2e7ed12cc842822bfc402836be86f479660cef3791aa62f3753d8a1a6f564cb
+Size (binutils-2.27.tar.bz2) = 26099568 bytes
 SHA1 (patch-bfd_elf32-arm.c) = 8d90dd77cb4925db71def94d2d32cbe3e1cfb69e
-SHA1 (patch-gas_configure) = 6f92ff39e4733c06fdeb88ccc8c456781ff54570
-SHA1 (patch-ld_configure) = 2c6fdb4dc7af4ee58100910029be70fd9e5c90e0
diff -r 263a4917ac86 -r 9fec012c77d6 cross/arm-none-eabi-binutils/patches/patch-gas_configure
--- a/cross/arm-none-eabi-binutils/patches/patch-gas_configure  Wed Oct 19 12:43:05 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-gas_configure,v 1.2 2016/01/30 22:20:51 ryoon Exp $
-
-https://sourceware.org/bugzilla/show_bug.cgi?id=18994
-
---- gas/configure.orig 2016-01-25 08:54:08.000000000 +0000
-+++ gas/configure
-@@ -12505,7 +12505,7 @@ _ACEOF
- 
- done
- 
--if test x$ac_default_compressed_debug_sections == xyes ; then
-+if test x$ac_default_compressed_debug_sections = xyes ; then
- 
- $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
- 
diff -r 263a4917ac86 -r 9fec012c77d6 cross/arm-none-eabi-binutils/patches/patch-ld_configure
--- a/cross/arm-none-eabi-binutils/patches/patch-ld_configure   Wed Oct 19 12:43:05 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ld_configure,v 1.1 2016/01/30 22:20:51 ryoon Exp $
-
---- ld/configure.orig  2016-01-25 08:54:11.000000000 +0000
-+++ ld/configure
-@@ -17134,7 +17134,7 @@ do
-   fi
- done
- 
--if test x$ac_default_compressed_debug_sections == xyes ; then
-+if test x$ac_default_compressed_debug_sections = xyes ; then
- 
- $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
- 



Home | Main Index | Thread Index | Old Index