[packages/binutils] - updated to 2.26 - updated pt_pax_flags,libdir patches
qboosh
qboosh at pld-linux.org
Tue Jan 26 21:25:54 CET 2016
commit 9bcf81ee319ae805fe83ac803b20e67615fc4cd0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Jan 26 21:28:35 2016 +0100
- updated to 2.26
- updated pt_pax_flags,libdir patches
binutils-libdir.patch | 8 ++++----
binutils-pt_pax_flags.patch | 33 +++++++++++++++------------------
binutils.spec | 4 ++--
3 files changed, 21 insertions(+), 24 deletions(-)
---
diff --git a/binutils.spec b/binutils.spec
index 6dd6ca4..cdc02e8 100644
--- a/binutils.spec
+++ b/binutils.spec
@@ -23,13 +23,13 @@ Summary(ru.UTF-8): Набор инструментов GNU для построе
Summary(tr.UTF-8): GNU geliştirme araçları
Summary(uk.UTF-8): Набір інструментів GNU для побудови виконуваних програм
Name: binutils
-Version: 2.25.1
+Version: 2.26
Release: 1
Epoch: 4
License: GPL v3+
Group: Development/Tools
Source0: http://ftp.gnu.org/gnu/binutils/%{name}-%{version}.tar.bz2
-# Source0-md5: ac493a78de4fee895961d025b7905be4
+# Source0-md5: 64146a0faa3b411ba774f47d41de239f
Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
# Source1-md5: a717d9707ec77d82acb6ec9078c472d6
Patch0: %{name}-gasp.patch
diff --git a/binutils-libdir.patch b/binutils-libdir.patch
index 8347fe2..d8ec2c0 100644
--- a/binutils-libdir.patch
+++ b/binutils-libdir.patch
@@ -1,9 +1,9 @@
---- binutils-2.25.51.0.1/bfd/Makefile.am.orig 2015-03-15 11:04:52.000000000 +0100
-+++ binutils-2.25.51.0.1/bfd/Makefile.am 2015-03-17 20:08:55.482838510 +0100
-@@ -52,7 +52,7 @@ ZLIBINC = @zlibinc@
+--- binutils-2.26/bfd/Makefile.am.orig 2016-01-26 21:10:01.893801762 +0100
++++ binutils-2.26/bfd/Makefile.am 2016-01-26 21:10:42.507133384 +0100
+@@ -52,7 +52,7 @@
WARN_CFLAGS = @WARN_CFLAGS@
NO_WERROR = @NO_WERROR@
- AM_CFLAGS = $(WARN_CFLAGS)
+ AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC)
-AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
+AM_CPPFLAGS = -DBINDIR='"$(bindir)"' -DLIBDIR='"$(libdir)"'
if PLUGINS
diff --git a/binutils-pt_pax_flags.patch b/binutils-pt_pax_flags.patch
index 0ac4e38..3c06001 100644
--- a/binutils-pt_pax_flags.patch
+++ b/binutils-pt_pax_flags.patch
@@ -205,24 +205,6 @@
EOF
if test -n "$COMMONPAGESIZE"; then
-@@ -2220,6 +2230,8 @@
- fprintf (file, _("\
- -z defs Report unresolved symbols in object files.\n"));
- fprintf (file, _("\
-+ -z execheap Mark executable as requiring executable heap\n"));
-+ fprintf (file, _("\
- -z execstack Mark executable as requiring executable stack\n"));
- fprintf (file, _("\
- -z initfirst Mark DSO to be initialized first at runtime\n"));
-@@ -2244,6 +2256,8 @@
- fprintf (file, _("\
- -z nodump Mark DSO not available to dldump\n"));
- fprintf (file, _("\
-+ -z noexecheap Mark executable as not requiring executable heap\n"));
-+ fprintf (file, _("\
- -z noexecstack Mark executable as not requiring executable stack\n"));
- EOF
-
--- binutils-2.15.94.0.2.2.orig/ld/ldgram.y 2004-11-22 21:33:32.000000000 +0100
+++ binutils-2.15.94.0.2.2/ld/ldgram.y 2005-02-20 13:13:17.499537376 +0100
@@ -1073,6 +1073,8 @@
@@ -234,3 +216,18 @@
else
{
einfo (_("\
+--- binutils-2.26/ld/lexsup.c.orig 2015-11-13 09:27:42.000000000 +0100
++++ binutils-2.26/ld/lexsup.c 2016-01-26 21:08:41.787138458 +0100
+@@ -1793,8 +1793,12 @@
+ fprintf (file, _("\
+ -z muldefs Allow multiple definitions\n"));
+ fprintf (file, _("\
++ -z execheap Mark executable as requiring executable heap\n"));
++ fprintf (file, _("\
+ -z execstack Mark executable as requiring executable stack\n"));
+ fprintf (file, _("\
++ -z noexecheap Mark executable as not requiring executable heap\n"));
++ fprintf (file, _("\
+ -z noexecstack Mark executable as not requiring executable stack\n"));
+ }
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/binutils.git/commitdiff/9bcf81ee319ae805fe83ac803b20e67615fc4cd0
More information about the pld-cvs-commit
mailing list