[sdcc/f20] Security patch for libiberty

Roy Rankin rrankin at fedoraproject.org
Wed Jul 16 03:47:11 UTC 2014


commit 23e43bba0ac3128be8b3e70ac8d66eb7d6ff15cd
Author: Roy Rankin <rrankin at ihug.com.au>
Date:   Wed Jul 16 13:47:30 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 14203c8..a58fcd6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /sdcc-src-3.2.0.tar.bz2
 /sdcc-src-3.3.0.tar.bz2
+/sdcc-3.3.0-libiberty.patch
diff --git a/sdcc.spec b/sdcc.spec
index b19e392..05ddc58 100644
--- a/sdcc.spec
+++ b/sdcc.spec
@@ -1,12 +1,13 @@
 Name:           sdcc
 Version:        3.3.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
 
 BuildRequires:  bison
 BuildRequires:  boost-devel
@@ -52,6 +53,7 @@ Emacs extensions for SDCC.
 
 %prep
 %setup -q
+%patch1 -p1
 find -name '*.{c,h,cc}' -exec chmod -x '{}' \;
 
 # Disable brp-strip-static-archive for now because it errors trying to
@@ -120,6 +122,9 @@ popd
 
 
 %changelog
+* Wed Jul 16 2014 Roy Rankin <rrankin at ihug.com.au> - 3.3.0-1
+- Security patch for libiberty
+
 * Mon Sep 02 2013 Roy Rankin <rrankin at ihug.com.au> - 3.3.0-0
 - Remove non-free directory tree which is not GPL compatible
 - Upstream update 3.3.0
diff --git a/sources b/sources
index 93ba1ce..7855f91 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 c7c6aa75415580795ecc4fd31948e5ba  sdcc-src-3.3.0.tar.bz2
+40ac3e0ed7033016dc83656e638bdfa7  sdcc-3.3.0-libiberty.patch


More information about the scm-commits mailing list