[sdcc/f19] Security patch for libiberty

Roy Rankin rrankin at fedoraproject.org
Wed Jul 16 08:22:07 UTC 2014


commit ef463af6c4e2553f089fed4ed131ba13cb4f425f
Author: Roy Rankin <rrankin at ihug.com.au>
Date:   Wed Jul 16 18:22:27 2014 +1000

    Security patch for libiberty

 .gitignore |    1 +
 sdcc.spec  |   19 +++++++++++++------
 sources    |    1 +
 3 files changed, 15 insertions(+), 6 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 53039a9..05ddc58 100644
--- a/sdcc.spec
+++ b/sdcc.spec
@@ -1,16 +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
-
-# Misc fixes to allow building with boost > 1.50.0
-# Mostly from upstream's 3.3.0 prereleases.
-#Patch0:         sdcc-3.2.0.diff
+Patch1:         sdcc-%{version}-libiberty.patch
 
 BuildRequires:  bison
 BuildRequires:  boost-devel
@@ -55,7 +52,8 @@ Emacs extensions for SDCC.
 
 
 %prep
-%setup -q 
+%setup -q
+%patch1 -p1
 find -name '*.{c,h,cc}' -exec chmod -x '{}' \;
 
 # Disable brp-strip-static-archive for now because it errors trying to
@@ -124,10 +122,19 @@ 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
 
+* Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.0-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Tue Jul 30 2013 Petr Machata <pmachata at redhat.com> - 3.2.0-4
+- Rebuild for boost 1.54.0
+
 * Fri May 17 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 3.2.0-3
 - Modernize spec.
 - Reflect ghostscript in Fedora >= 18 having dropped pdfopt.
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