Commit Graph

167 Commits

Author SHA1 Message Date
Dennis Gilmore
dbfb6f0fcd - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 01:00:41 -05:00
Pavel Raiskup
088636f6af cpio: treat read() errors by checking for SAFE_READ_ERROR
Related: #996150
Version: 2.11-27
2014-05-24 10:38:56 +02:00
Pavel Raiskup
8457d4da06 translation: fix for RU
Thanks: Igor Zubkov
Resolves: #1075510
Version: 2.11-26
2014-04-07 10:27:55 +02:00
Pavel Raiskup
de7d4e5513 man: warn users that cpio's default is dangerous
Resolves: #952313
Version: 2.11-26
2014-04-07 10:04:03 +02:00
Pavel Raiskup
1335834a35 BR: autopoint is needed
Resolves: #1029540
Version: 2.11-25
2013-11-12 16:31:48 +01:00
Pavel Raiskup
03513ea277 build: ppc64le arch requires autoreconf -vfi
Resolves: #1029540
Version: 2.11-25
2013-11-12 15:54:31 +01:00
Pavel Raiskup
47dd83623f spec: typo in crc-patch description
Version: 2.11-24
Related: #1001965
2013-10-08 21:43:41 +02:00
Pavel Raiskup
1aa0682c3e cpio: treat read() errors properly
Resolves: #996150
Version: 2.11-24
2013-09-30 09:18:27 +02:00
Pavel Raiskup
ddd988f59b cpio: use rather better upstream patch
Related: #1001965
Version: 2.11-23
2013-09-20 23:48:47 +02:00
Pavel Raiskup
2f182f04e8 build: don't patch config.guess/sub (done by %configure)
Related: #951442
Version: 2.11-22
2013-09-20 21:52:12 +02:00
Pavel Raiskup
fff6894380 cpio: trim checksum to 32 bit
Resolves: #1001965
Version: 2.11-22
2013-09-20 21:51:23 +02:00
Dennis Gilmore
be8336ee6b - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 00:57:46 -05:00
Pavel Raiskup
660522ae5a cpio: revert previous commit
I have done a little bit of observation and that change is not as easy as it
could look.

Firstly - asking for %{_sbindir}/rmt is not OK because we have older systems
like RHEL6- which has only /sbin/rmt and not /usr/sbin/rmt.  Secondly, I
looked at some older debian system, and it does not have the /sbin/rmt (but
has only /usr/sbin/rmt).

Looking at star source code, star based utilities always try to look for
/etc/rmt (which, btw seems to exist on all platforms).

~> For that ^^ reasons, I'm switching back to /etc/rmt

This reverts commit 1518d48b25

Version: 2.11-20
2013-06-20 16:30:58 +02:00
Pavel Raiskup
fa058c0089 cpio: look for rmt binary in /usr/sbin
(For fc20+ only!)

Version: 2.11-21
Related: #966066
2013-06-20 13:55:50 +02:00
Pavel Raiskup
1518d48b25 spec: BR automake also
Version: 2.11-20
2013-03-27 16:26:11 +01:00
Pavel Raiskup
31d03bf071 spec: run autoreconf instead of just autoheader
This change incorporates automake & its more clear make output.

Version: 2.11-20
2013-03-27 16:16:29 +01:00
Pavel Raiskup
2ed8165406 build: fix FTBFS on aarm64
The patch just replaces the non-up2date config.{sub,guess} scripts with
actual automake-1.13's scripts.

Resolves: #925189
Version: 2.11-20
2013-03-27 15:54:56 +01:00
Pavel Raiskup
2f8569d11e spec: fix another bogus date in changelog
Version: 2.11-20
2013-03-27 15:42:18 +01:00
Pavel Raiskup
33c5bbbc01 Remove %patch statement also
Version: 2.11-19
2013-03-15 18:33:49 +01:00
Pavel Raiskup
3e0c1990f5 cpio: remove the leak fix
Resolves: #921725
Version: 2.11-19
2013-03-15 18:32:55 +01:00
Pavel Raiskup
16f86c58fc spec: explicitly provide /bin/cpio
Version: 2.11-18
2013-03-12 16:19:40 +01:00
Pavel Raiskup
50dccf12de spec: covscan diff-build fix (always apply gets patch)
Version: 2.11-17
2013-03-11 13:41:29 +01:00
Pavel Raiskup
9a85a50392 spec: lint - remove %defattr and really install to %{_bindir}
Version: 2.11-17
2013-03-11 13:41:26 +01:00
Pavel Raiskup
5e41a43906 cpio: fix for small memory leak in copyin.c
Resolves: #919454
Version: 2.11-17
2013-03-11 13:39:46 +01:00
Dennis Gilmore
f5f45b31ad - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 13:02:11 -06:00
Pavel Raiskup
02d7944dba Disable the O_SYNC temporary workaround (#872366) 2012-11-05 07:23:48 +01:00
Pavel Raiskup
a9280177bf Allow to build even if the glibc is broken (#872336) 2012-11-02 11:53:10 +01:00
Pavel Raiskup
2f489c0af8 Fix bad changelog entries 2012-11-02 08:34:42 +01:00
Pavel Raiskup
38285495e2 Reset back the Source1 directive for cpio.1 2012-10-22 13:22:18 +02:00
Pavel Raiskup
53b9737329 Note that cpio uses Sum32 checksum only (FIPS) 2012-10-22 13:05:42 +02:00
Pavel Raiskup
5f57f31df9 Move cpio.1 from lookaside cache into dist-git directly 2012-10-22 12:57:24 +02:00
Pavel Raiskup
65fa937be7 Fix for splitting long file names while creating ustar archive
Resolves: #866467
2012-10-19 09:01:27 +02:00
Ondřej Vašík
242ef5e0d3 add missing options to manpage 2012-08-29 17:40:32 +02:00
Dennis Gilmore
56b95c3dce - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 14:45:07 -05:00
Ondřej Vašík
0d1dd0b745 fix build failure in rawhide build system (gets undefined) 2012-06-04 10:34:06 +02:00
Ondřej Vašík
98bca5b808 drop unnecessary patches: cpio-2.9-dir_perm.patch and cpio-2.9-sys_umask.patch - reported by M.Castellini 2012-05-30 10:52:17 +02:00
Ondřej Vašík
a8f2fab102 add virtual provides for bundled(gnulib) copylib (#821749) 2012-05-15 16:21:07 +02:00
Ondřej Vašík
782254b39c add virtual provides for bundled(gnulib) copylib (#821749) 2012-05-15 16:20:19 +02:00
Dennis Gilmore
c6b2e84361 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 17:55:48 -06:00
Ondřej Vašík
1650f1092d update manpage to reflect new option, polish the style (#746209) 2011-10-14 13:56:35 +02:00
Ondřej Vašík
c2aa58f7e5 fix several typos and manpage syntax(Ville Skyttä, #682470) 2011-03-07 10:53:12 +01:00
Dennis Gilmore
9ec098e7a9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 05:36:25 -06:00
Ondrej Vasik
8baf4f76e5 built with fno-strict-aliasing(#596153) 2010-05-31 12:23:34 +00:00
Ondrej Vasik
9aeb2ae9a5 new upstream release 2.11, removed applied patches, run test suite 2010-03-11 13:21:24 +00:00
Ondrej Vasik
cafa4c2707 comment patches 2010-03-11 08:37:22 +00:00
Ondrej Vasik
1f941eef52 remove redundant setLocale patch - synchronize branches 2010-03-10 14:03:51 +00:00
Ondrej Vasik
8de53aedda CVE-2010-0624 fix heap-based buffer overflow by expanding a
specially-crafted archive(#572150)
2010-03-10 13:49:51 +00:00
Ondrej Vasik
8f8ac398f5 fix segfault with nonexisting file with patternnames (#567022) 2010-02-22 12:19:44 +00:00
Ondrej Vasik
880ab2fd12 do not fail with new POSIX 2008 utimens() glibc call (#552320) 2010-01-06 13:54:29 +00:00
Ondrej Vasik
47176099e4 do process install-info info file exists(#515924) 2009-08-06 13:10:57 +00:00
Jesse Keating
ea1c00e843 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 19:32:37 +00:00
Ondrej Vasik
ff4e032c48 new upstream release 2.10 2009-06-22 09:48:10 +00:00
Ondrej Vasik
985de0725f define default remote shell as /usr/bin/ssh(#452904), use /etc/rmt as
default rmt command
2009-03-09 17:38:01 +00:00
Jesse Keating
9435f795c5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 09:22:54 +00:00
Ondrej Vasik
3a74730950 make -d honor system umask(#484997) 2009-02-11 09:22:49 +00:00
Kamil Dudka
39fcc651a7 Support major/minor device numbers over 127 (bz#450109) 2008-07-18 10:22:40 +00:00
Ondrej Vasik
8fe6e47b68 added accidently removed man page, changed source address to valid alpha 2008-06-03 14:05:43 +00:00
Ondrej Vasik
38c4c851be new upstream alpha release + removed applied patches 2008-06-03 13:51:05 +00:00
Radek Brich
c94c07112c resolve #430835 better... 2008-03-03 11:22:13 +00:00
Radek Brich
e95f529da3 related: #430835 2008-02-14 14:10:51 +00:00
Radek Brich
4d103ff420 CVE-2007-4476 2007-11-02 13:24:23 +00:00
Radek Brich
074785dd64 license tag 2007-09-04 09:29:03 +00:00
Jesse Keating
bc0396afa5 - Rebuild for selinux ppc32 issue. 2007-08-29 05:27:31 +00:00
Radek Brich
80cc52ea7f rebuild 2007-07-19 10:01:14 +00:00
Radek Brich
e98db3713f version update 2.9 2007-07-19 09:43:52 +00:00
Peter Vrabec
e716c0efad fix typo in changelog 2007-02-20 16:30:05 +00:00
Peter Vrabec
531744f201 changelog fix 2007-02-19 08:58:04 +00:00
Peter Vrabec
f3614fa8fb Preserve timestamps when installing files 2007-02-09 10:06:13 +00:00
Peter Vrabec
66b91e3b21 set cpio bindir 2007-02-08 15:36:47 +00:00
Peter Vrabec
b333b78792 fix spec file to meet Fedora standards (#225656) 2007-02-07 16:30:00 +00:00
Peter Vrabec
f7f29bef38 fix changelog 2007-01-22 08:27:40 +00:00
Peter Vrabec
2a12b632d9 fix non-failsafe install-info use in scriptlets (#223682) 2007-01-22 08:24:53 +00:00
Peter Vrabec
7bc03a8045 fix rpmlint issue in spec file 2006-12-10 22:49:45 +00:00
Peter Vrabec
d46f00d642 fix setlocale (#200478) 2006-12-05 11:58:22 +00:00
Peter Vrabec
2e61e9cd29 cpio man page provided by RedHat 2006-11-25 16:47:08 +00:00
Peter Vrabec
82939348c1 fix cpio --help output (#197597) 2006-07-18 15:25:32 +00:00
Jesse Keating
5a4a7e5bfd bumped for rebuild 2006-07-12 04:53:10 +00:00
Peter Vrabec
cd63260bc4 - autoconf was added to BuildRequires, because autoheader is used in prep
phase (#194737)
2006-06-10 12:31:51 +00:00
Peter Vrabec
6f709e2c2f rebuild 2006-03-28 13:11:26 +00:00
Peter Vrabec
cd1ff72d3a fix (#186339) on ppc and s390 2006-03-25 17:40:51 +00:00
Peter Vrabec
81dcc18abf init struct file_hdr fix (#186339) 2006-03-23 10:11:39 +00:00
Peter Vrabec
9cadd2b5de - merge toAsciiError.patch with writeOutHeaderBufferOverflow.patch
- merge largeFileGrew.patch with lfs.patch
- fix large file support, cpio is able to store files<8GB in 'old ascii'
    format (-H odc option)
- adjust warnings.patch
2006-03-15 16:23:55 +00:00
Peter Vrabec
b797743798 - fix warn_if_file_changed() and set exit code to #1 when cpio fails to
store file > 4GB (#183224)
2006-03-14 14:31:54 +00:00
Jesse Keating
fc5083ce03 bump for bug in double-long on ppc(64) 2006-02-11 02:19:38 +00:00
Jesse Keating
65490d152f bump for new gcc/glibc 2006-02-07 11:17:33 +00:00
Jesse Keating
df93238d39 gcc update bump 2005-12-09 22:40:05 +00:00
Peter Vrabec
3554935953 fix previous patch (writeOutHeaderBufferOverflow) 2005-11-24 12:36:51 +00:00
Peter Vrabec
1d521775bd write_out_header rewritten to fix buffer overflow(#172669) 2005-11-23 15:24:40 +00:00
Peter Vrabec
d94a0b9b84 fix checksum error on 64-bit machines (#171649) 2005-10-31 08:26:50 +00:00
Peter Vrabec
501abeb43f fix large file support, archive >4GiB, archive members <4GiB (#160056) fix
race condition holes, use mode 0700 for dir creation
2005-07-01 14:37:24 +00:00
Peter Vrabec
64a788323f - fix #156314 (CAN-2005-1229) cpio directory traversal issue
- fix some gcc warnings
2005-05-17 12:13:59 +00:00
Peter Vrabec
0005073327 - fix race condition (#155749)
- use find_lang macro (#155726)
2005-04-25 12:57:44 +00:00
Peter Vrabec
a8f28be90f rebuild 2005-03-17 10:18:00 +00:00
Peter Vrabec
cb0ea93dcb insecure file creation (#145721) 2005-01-24 15:00:23 +00:00
Peter Vrabec
2940cc7b1d fix cpio does not pack symlinks properly #145225 2005-01-17 11:11:43 +00:00
Peter Vrabec
edfc3dd796 fix lfs patch 2005-01-14 13:39:53 +00:00
Peter Vrabec
e032091115 upgrade to 2.6 2005-01-13 13:59:49 +00:00
Peter Vrabec
2f240b422d fixed "cpio -oH ustar (or tar) saves bad mtime date after Jan 10 2004" 2004-11-09 10:06:34 +00:00
Peter Vrabec
bc5ac31890 Revert to version 2.5 2004-11-09 09:23:12 +00:00
Peter Vrabec
d21e5b65d0 *** empty log message *** 2004-11-08 15:02:56 +00:00