rpms/tar/F-12 tar-1.22-xheaderleak.patch, NONE, 1.1 tar.spec, 1.88, 1.89 tar-1.19-xattrs-conf.patch, 1.7, NONE tar-1.22-memleakxheader.patch, 1.1, NONE

Ondrej Vasik ovasik at fedoraproject.org
Fri Nov 27 14:33:34 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/tar/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11632

Modified Files:
	tar.spec 
Added Files:
	tar-1.22-xheaderleak.patch 
Removed Files:
	tar-1.19-xattrs-conf.patch tar-1.22-memleakxheader.patch 
Log Message:
Oops, added wrong patch in previous commit

tar-1.22-xheaderleak.patch:
 xheader.c |    1 -
 1 file changed, 1 deletion(-)

--- NEW FILE tar-1.22-xheaderleak.patch ---
diff -urNp tar-1.22-orig/src/xheader.c tar-1.22/src/xheader.c
--- tar-1.22-orig/src/xheader.c	2009-11-23 15:29:22.000000000 +0100
+++ tar-1.22/src/xheader.c	2009-11-23 15:30:55.000000000 +0100
@@ -722,7 +722,6 @@ xheader_read (struct xheader *xhdr, unio
 {
   size_t j = 0;
 
-  xheader_init (xhdr);
   size += BLOCKSIZE;
   xhdr->size = size;
   xhdr->buffer = xmalloc (size + 1);


Index: tar.spec
===================================================================
RCS file: /cvs/extras/rpms/tar/F-12/tar.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -p -r1.88 -r1.89
--- tar.spec	27 Nov 2009 14:27:07 -0000	1.88
+++ tar.spec	27 Nov 2009 14:33:34 -0000	1.89
@@ -12,11 +12,11 @@ Source2: tar.1
 Patch1: tar-1.14-loneZeroWarning.patch
 Patch2: tar-1.15.1-vfatTruncate.patch
 Patch3: tar-1.19-xattrs.patch
-Patch4: tar-1.19-xattrs-conf.patch
-Patch5: tar-1.17-wildcards.patch
-Patch6: tar-1.22-atime-rofs.patch
-Patch7: tar-1.22-shortreadbuffer.patch
-Patch8: tar-1.22-fortifysourcessigabrt.patch
+Patch4: tar-1.17-wildcards.patch
+Patch5: tar-1.22-atime-rofs.patch
+Patch6: tar-1.22-shortreadbuffer.patch
+Patch7: tar-1.22-fortifysourcessigabrt.patch
+Patch8: tar-1.22-xheaderleak.patch
 Prereq: info
 BuildRequires: autoconf automake gzip texinfo gettext libacl-devel libselinux-devel gawk rsh
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -40,11 +40,11 @@ the rmt package.
 %patch1 -p1 -b .loneZeroWarning
 %patch2 -p1 -b .vfatTruncate
 %patch3 -p1 -b .xattrs
-%patch4 -p1 -b .xattrs-conf
-%patch5 -p1 -b .wildcards
-%patch6 -p1 -b .rofs
-%patch7 -p1 -b .shortread
-%patch8 -p1 -b .headerblackmagic
+%patch4 -p1 -b .wildcards
+%patch5 -p1 -b .rofs
+%patch6 -p1 -b .shortread
+%patch7 -p1 -b .headerblackmagic
+%patch8 -p1 -b .xheaderleak
 
 %build
 autoreconf


--- tar-1.19-xattrs-conf.patch DELETED ---


--- tar-1.22-memleakxheader.patch DELETED ---




More information about the fedora-extras-commits mailing list