[cpio] cpio: remove the leak fix

Pavel Raiskup praiskup at fedoraproject.org
Fri Mar 15 17:33:08 UTC 2013


commit 3e0c1990f59ff3948ddeb47038fd9aa6cec15f04
Author: Pavel Raiskup <pavel at raiskup.cz>
Date:   Fri Mar 15 18:31:11 2013 +0100

    cpio: remove the leak fix
    
    Resolves: #921725
    Version: 2.11-19

 cpio-2.11-fix-memory-leak-in-copyin.patch |   20 --------------------
 cpio.spec                                 |    7 ++++---
 2 files changed, 4 insertions(+), 23 deletions(-)
---
diff --git a/cpio.spec b/cpio.spec
index 48c768e..1d0f429 100644
--- a/cpio.spec
+++ b/cpio.spec
@@ -1,7 +1,7 @@
 Summary: A GNU archiving program
 Name: cpio
 Version: 2.11
-Release: 18%{?dist}
+Release: 19%{?dist}
 License: GPLv3+
 Group: Applications/Archiving
 URL: http://www.gnu.org/software/cpio/
@@ -25,8 +25,6 @@ Patch6: cpio-2.11-stdio.in.patch
 Patch7: cpio-2.10-longnames-split.patch
 # cpio does Sum32 checksum, not CRC
 Patch8: cpio-2.11-crc-fips-nit.patch
-# fix memory leak (#919454) (downstream)
-Patch9: cpio-2.11-fix-memory-leak-in-copyin.patch
 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -108,6 +106,9 @@ fi
 %{_infodir}/*.info*
 
 %changelog
+* Fri Mar 15 2013 Pavel Raiskup <praiskup at redhat.com> - 2.11-19
+- revert the fix for memory leak (at least for now) #921725
+
 * Tue Mar 12 2013 Pavel Raiskup <praiskup at redhat.com> - 2.11-18
 - explicitly provide /bin/cpio for packages that are dependant on this file
 


More information about the scm-commits mailing list