[sdcc/el6] Security patch for libiberty

Roy Rankin rrankin at fedoraproject.org
Wed Jul 16 22:28:40 UTC 2014


commit 961a437933ca4fac32584fda4ea645bee8731d2b
Author: Roy Rankin <rrankin at ihug.com.au>
Date:   Thu Jul 17 08:28:56 2014 +1000

    Security patch for libiberty

 .gitignore |    1 +
 sdcc.spec  |    7 ++++++-
 sources    |    1 +
 3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 900c990..9f3aabb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 sdcc-src-2.9.0.tar.bz2
 /sdcc-src-3.2.0.tar.bz2
+/sdcc-3.2.0-libiberty.patch
diff --git a/sdcc.spec b/sdcc.spec
index c563335..772f09f 100644
--- a/sdcc.spec
+++ b/sdcc.spec
@@ -1,12 +1,13 @@
 Name:           sdcc
 Version:        3.2.0
-Release:        0%{?dist}
+Release:        1%{?dist}
 Summary:        Small Device C Compiler
 Group:          Applications/Engineering
 License:        GPLv2+
 URL:            http://sdcc.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/sdcc/sdcc-src-%{version}.tar.bz2
 Source1:        README.fedora
+Patch1:         sdcc-%{version}-libiberty.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  autoconf
@@ -51,6 +52,7 @@ Emacs extensions for SDCC.
 
 %prep
 %setup -q -n sdcc
+%patch1 -p1
 find -name '*.[ch]' -exec chmod -x '{}' \;
 
 # Disable brp-strip-static-archive for now because it errors trying to
@@ -121,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 17 2014 Roy Rankin <rrankin at ihug.com.au> - 3.2.0-1
+- Security patch for libiberty
+
 * Fri Jul 27 2012 Roy Rankin <rrankin at ihug.com.au> - 3.2.0-0
 - Upstream release 3.2.0
 
diff --git a/sources b/sources
index b23e0e6..13cfe5d 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 0808a9b4109d2ba6046ddd7b679a0012  sdcc-src-3.2.0.tar.bz2
+40ac3e0ed7033016dc83656e638bdfa7  sdcc-3.2.0-libiberty.patch


More information about the scm-commits mailing list