Compare commits

...

132 Commits

Author SHA256 Message Date
46304d1730 Accepting request 1248746 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1248746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=55
2025-02-27 13:50:05 +00:00
ef93d764e9 Accepting request 1219160 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1219160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=54
2024-10-30 16:33:41 +00:00
2970be247c - Update to 3.7.7:
* gzip: prevent a hang when processing a malformed gzip inside a gzip
  * tar: don't crash on truncated tar archives
  * tar: fix two leaks in tar header parsing
  * 7-zip: read/write symlink paths as UTF-8
  * cpio: exit with an error code if an entry could not be extracted
  * rar5: report encrypted entries
  * tar: fix truncation of entry pathnames in specific archives

OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=130
2024-10-29 18:58:22 +00:00
Ana Guerrero
d0f5a2e7d0 Accepting request 1205105 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1205105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=53
2024-10-02 19:32:00 +00:00
Martin Pluskal
8971d00f6c - Update to 3.7.6:
* tar: clean up linkpath between entries
  * tar: fix memory leaks when processing symlinks or parsing pax headers
  * iso: be more cautious about parsing ISO-9660 timestamps
- Version 3.7.5 changes:
  * fix multiple vulnerabilities identified by SAST
  * cpio: ignore out-of-range gid/uid/size/ino and harden AFIO parsing
  * lzop: prevent integer overflow
  * rar4: protect copy_from_lzss_window_to_unp() (CVE-2024-20696, bsc#1225971)
  * rar4: fix CVE-2024-26256 (CVE-2024-26256, bsc#1225972)
  * rar4: fix OOB in delta and audio filter
  * rar4: fix out of boundary access with large files
  * rar4: add boundary checks to rgb filter
  * rar4: fix OOB access with unicode filenames
  * rar5: clear 'data ready' cache on window buffer reallocs
  * rpm: calculate huge header sizes correctly
  * unzip: unify EOF handling
  * util: fix out of boundary access in mktemp functions
  * uu: stop processing if lines are too long
  * 7zip: fix issue when skipping first file in 7zip archive that is a multiple
    of 65536 bytes
  * ar: fix archive entries having no type
  * lha: do not allow negative file sizes
  * lha: fix integer truncation on 32-bit systems
  * shar: check strdup return value
  * rar5: don't try to read rediculously long names
  * xar: fix another infinite loop and expat error handling
  * many Windows fixes, cleanups and improvements
- Drop fix-soversion.patch, fix-bsdunzip-test.patch
  * Fixed upstream

OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=128
2024-10-02 08:17:45 +00:00
Ana Guerrero
b764411a6d Accepting request 1182043 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1182043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=52
2024-06-22 11:22:52 +00:00
Martin Pluskal
99b33a49a2 - Update lib-suffix.patch
* Add LIB_SUFFIX to libdir path in the pkg-config file

OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=126
2024-06-21 06:09:57 +00:00
Ana Guerrero
e364c77694 Accepting request 1175862 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1175862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=51
2024-05-23 13:34:45 +00:00
8c325d81f6 Accepting request 1175713 from home:dspinella:branches:Archiving
- Fix bsdunzip test failing due to a locale issue
  * fix-bsdunzip-test.patch

OBS-URL: https://build.opensuse.org/request/show/1175713
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=124
2024-05-22 13:51:29 +00:00
1fcf484c8b Accepting request 1172240 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1172240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=50
2024-05-07 16:02:41 +00:00
Martin Pluskal
9942b8eaa6 Accepting request 1170930 from home:dspinella:branches:Archiving
- Update to 3.7.4:
    * rar: Fix OOB in rar e8 filter (CVE-2024-26256, bsc#1222911)
    * zip: Fix out of boundary access
    * 7zip: Limit amount of properties
    * bsdtar: Fix error handling around strtol() usages
    * passphrase: Improve newline handling on Windows
    * passphrase: Never allow empty passwords
    * rar: Fix "File CRC Error" when extracting specific rar4 archives
    * xar: Avoid infinite link loop
    * zip: Update AppleDouble support for directories
    * zstd: Implement core detection
- Update to 3.7.3:
    * PCRE2 support
    * add trailing letter b to bsdtar(1) substitute pattern
    * add support for long options "--group" and "--owner" to tar(1)
    * Fix possible vulnerability in tar error reporting introduced in f27c173
    * ISO9660: preserve the natural order of links
    * rar5: fix decoding unicode filenames on Windows
    * rar5: fix infinite loop if during rar5 decompression the last block produced no data
    * xz filter: fix incorrect eof at the end of an lzip member
    * zip: fix end-of-data marker processing when decompressing zip archives
    * multiple bsdunzip(1) fixes
    * filetime truncation fix on Windows
- Fix rpmlint warning about summary being too long

OBS-URL: https://build.opensuse.org/request/show/1170930
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=122
2024-05-06 17:12:38 +00:00
824dc2deb2 Accepting request 1135735 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1135735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=49
2024-01-04 14:57:03 +00:00
Martin Pluskal
c9e103d848 Accepting request 1135701 from home:dirkmueller:Factory
- skip write tests on 32bit, they OOM

OBS-URL: https://build.opensuse.org/request/show/1135701
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=120
2023-12-30 07:16:07 +00:00
Martin Pluskal
a98beefcf3 Accepting request 1132047 from home:yfjiang:branches:Archiving
Sync changelog with Leap/SLE.

OBS-URL: https://build.opensuse.org/request/show/1132047
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=119
2023-12-12 10:02:48 +00:00
Martin Pluskal
03543ced18 Accepting request 1111737 from home:dirkmueller:Factory
- update to 3.7.2:
  * Multiple vulnerabilities have been fixed in the PAX writer
  * bsdunzip(1) now correctly handles arguments following an
    -x after the zipfile
  * zstd filter now supports the "long" write option
  * SEGV and stack buffer overflow in verbose mode of cpio
  * bsdunzip updated to match latest upstream code
  * miscellaneous functional bugfixes

  * NULL pointer dereference vulnerability in archive_write.c
  * fix heap user after free in run_filters() (OSS-Fuzz 46279, #1715)
  * ZIP reader: Support of deflate algorithm in symbolic link decompression
- Switch to cmake build
- libarchive-xattr.patch, fix subtle wrong library check
- libarchive-openssl.patch: Call OPENSSL_config where needed,
  otherwise on systems configured to use openSSL engines such
  This is a maintenance update to fix issues with the new RAR
- Enforce usage of reentrant versions of libc functions
- fix failed tests on ppc
- Use %makeinstall to be SLES compatible
- For SLES11 work around missing rpm macro
- Add suport for xz and xar archives
- Add libarchive-2.8.4-iso9660-data-types.patch:
- fix dependency of devel package
- remove minitar objects (leave binary there for now)

OBS-URL: https://build.opensuse.org/request/show/1111737
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=118
2023-10-03 08:18:10 +00:00
Ana Guerrero
77dadacc4b Accepting request 1100374 from Archiving
- update to 3.7.0
  * bsdunzip port from FreeBSD
  * fix 2 year 2038 issues

OBS-URL: https://build.opensuse.org/request/show/1100374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=48
2023-07-25 09:22:52 +00:00
79c72dadd1 Accepting request 1100254 from home:bmwiedemann:branches:Archiving
update to 3.7.0
  * bsdunzip port from FreeBSD
  * fix 2 year 2038 issues

OBS-URL: https://build.opensuse.org/request/show/1100254
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=116
2023-07-24 11:39:13 +00:00
dd8b3cf25b Accepting request 1045504 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1045504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=47
2022-12-29 12:08:44 +00:00
Martin Pluskal
ac24f0abfe Accepting request 1044376 from home:dirkmueller:Factory
- update to 3.6.2 (bsc#1205629, CVE-2022-36227)
  * NULL pointer dereference vulnerability in archive_write.c 
  * include ZSTD in Windows builds (#1688)
  * SSL fixes on Windows (#1714, #1723, #1724)
  * rar5 reader: fix possible garbled output with bsdtar -O (#1745)
  * mtree reader: support reading mtree files with tabs (#1783)
  * various small fixes for issues found by CodeQL

OBS-URL: https://build.opensuse.org/request/show/1044376
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=114
2022-12-27 13:39:02 +00:00
02bc99e59a Accepting request 968364 from Archiving
OBS-URL: https://build.opensuse.org/request/show/968364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=46
2022-04-13 19:03:58 +00:00
eda2f97516 Accepting request 967884 from home:dirkmueller:Factory
- update to 3.6.1:
  * 7zip reader: fix PPMD read beyond boundary (#1671)
  * ZIP reader: fix possible out of bounds read (OSS-Fuzz 38766 #1672)
  * ISO reader: fix possible heap buffer overflow in read_children() (OSS-Fuzz 38764, #1685)
  * RARv4 redaer: fix multiple issues in RARv4 filter code (introduced in libarchive 3.6.0)
  * fix heap use after free in archive_read_format_rar_read_data() (OSS-Fuzz 44547, 52efa50)
  * fix null dereference in read_data_compressed() (OSS-Fuzz 44843, 1271f77)
  * fix heap user after free in run_filters() (OSS-Fuzz 46279, #1715)

OBS-URL: https://build.opensuse.org/request/show/967884
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=112
2022-04-11 06:54:47 +00:00
98f4e798bd Accepting request 958752 from Archiving
OBS-URL: https://build.opensuse.org/request/show/958752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=45
2022-03-05 13:43:48 +00:00
2341bd7a2f Accepting request 957430 from home:susnux:branches:Archiving
Update to 3.6.0
Fix use-after-free bug (CVE-2021-36976)

OBS-URL: https://build.opensuse.org/request/show/957430
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=110
2022-03-03 12:36:53 +00:00
3bba2cb491 Accepting request 934501 from Archiving
- fix permission settings on following symlinks (fix-following-symlinks.patch)
  this fixes also wrong permissions of /var/tmp in factory systems

OBS-URL: https://build.opensuse.org/request/show/934501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=44
2021-12-01 19:46:47 +00:00
c4c3f5a330 comment fix
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=109
2021-11-29 10:08:42 +00:00
9ce8dbc65f update
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=108
2021-11-29 09:01:16 +00:00
c2e21d1da4 Accepting request 930071 from Archiving
OBS-URL: https://build.opensuse.org/request/show/930071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=43
2021-11-10 20:45:40 +00:00
48f19b8354 Accepting request 930015 from home:AndreasStieger:branches:Archiving
libarchive 3.5.2 boo#1192425 boo#1192426 boo#1192427

OBS-URL: https://build.opensuse.org/request/show/930015
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=107
2021-11-08 07:20:02 +00:00
908ec0ec72 Accepting request 862536 from Archiving
OBS-URL: https://build.opensuse.org/request/show/862536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=42
2021-01-14 14:04:34 +00:00
d83a603d19 Accepting request 860776 from home:dirkmueller:branches:Archiving
- update to 3.5.1:
  * various compilation fixes (#1461, #1462, #1463, #1464)
  * fixed undefined behavior in a function in warc reader (#1465)

OBS-URL: https://build.opensuse.org/request/show/860776
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=105
2021-01-12 08:32:24 +00:00
4a2eb8dd65 Accepting request 853109 from Archiving
OBS-URL: https://build.opensuse.org/request/show/853109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=41
2020-12-05 19:35:44 +00:00
93158127b7 Accepting request 852309 from home:namtrac:branches:Archiving
- Update to version 3.5.0
  New features:
  * mtree digest reader support (#1347)
  * completed support for UTF-8 encoding conversion (#1389)
  * minor API enhancements (#1258, #1405)
  * support for system extended attributes (#1409)
  * support for decompression of symbolic links in zipx archives (#1435)
  Important bugfixes
  * fixed extraction of archives with hard links pointing to itself (#1381)
  * cpio fixes (#1387, #1388)
  * fixed uninitialized size in rar5_read_data (#1408)
  * fixed memory leaks in error case of archive_write_open() functions (#1456)
- Drop libarchive-3.4.3-fix_test_write_disk_secure.patch, fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/852309
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=103
2020-12-04 14:03:32 +00:00
4897bdedd3 Accepting request 832905 from Archiving
OBS-URL: https://build.opensuse.org/request/show/832905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=40
2020-09-10 20:46:16 +00:00
d3521d6af2 Accepting request 832835 from home:AndreasStieger:branches:Archiving
fix build with binutils submitted to Factory

OBS-URL: https://build.opensuse.org/request/show/832835
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=101
2020-09-08 07:05:14 +00:00
486ccc073f Accepting request 807454 from Archiving
OBS-URL: https://build.opensuse.org/request/show/807454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=39
2020-05-26 15:13:44 +00:00
768fafe6d8 Accepting request 807429 from home:namtrac:branches:Archiving
- Update to version 3.4.3
  * support for pzstd compressed files (#1357)
  * support for RHT.security.selinux tar extended attribute (#1348)
  * various zstd fixes and improvements (#1342 #1352 #1359)
  * child process handling fixes (#1372)

OBS-URL: https://build.opensuse.org/request/show/807429
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=99
2020-05-20 07:01:10 +00:00
54e6d6a673 Accepting request 776266 from Archiving
OBS-URL: https://build.opensuse.org/request/show/776266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=38
2020-02-24 14:49:51 +00:00
5075323f16 Accepting request 776242 from home:namtrac:branches:Archiving
- Switch back to cmake build now that cmake-mini exists, this will
  no longer create a build-cycle.

OBS-URL: https://build.opensuse.org/request/show/776242
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=97
2020-02-19 10:15:38 +00:00
e2c7217313 Accepting request 775062 from Archiving
OBS-URL: https://build.opensuse.org/request/show/775062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=37
2020-02-18 09:35:32 +00:00
c548fd5003 Accepting request 774886 from home:namtrac:branches:Archiving
including CVE-2019-18408
- Fixes CVE-2017-14501, CVE-2017-14502, CVE-2017-14503

OBS-URL: https://build.opensuse.org/request/show/774886
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=95
2020-02-18 08:46:15 +00:00
7ca4b2f8a4 Accepting request 773616 from Archiving
OBS-URL: https://build.opensuse.org/request/show/773616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=36
2020-02-15 21:24:41 +00:00
Martin Pluskal
6447e5d152 Accepting request 773614 from home:namtrac:branches:Archiving
- Update to version 3.4.2
  New features:
  * support for atomic file extraction (bsdtar -x --safe-writes) (#1289)
  * support for mbed TLS (PolarSSL) (#1301)
  Important bugfixes:
  * security fixes in RAR5 reader (#1280 #1326)
  * compression buffer fix in XAR writer (#1317)
  * fix uname and gname longer than 32 characters in PAX writer (#1319)
  * fix segfault when archiving hard links in ISO9660 and XAR writers (#1325)
  * fix support for extracting 7z archive entries with Delta filter (#987)

OBS-URL: https://build.opensuse.org/request/show/773614
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=93
2020-02-12 08:42:32 +00:00
07d0e8589e Accepting request 760140 from Archiving
OBS-URL: https://build.opensuse.org/request/show/760140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=35
2020-01-01 13:58:28 +00:00
Martin Pluskal
8d8d3afe6b Accepting request 760008 from home:namtrac:branches:Archiving
- Revert back to autoconf, cmake introduces a cycle. Leave cmake
  patches in since they are basically correct and might be useful
  in the future.

- Update to version 3.4.1
  New features:
  * Unicode filename support for reading lha/lzh archives
  * New pax write option "xattrhdr"
  Important bugfixes:
  * security fixes in wide string processing (#1276 #1298)
  * security fixes in RAR5 reader (#1212 #1217 #1296) CVE-2019-19221
  * security fixes and optimizations to write filter logic (#351)
  * security fix related to use of readlink(2) (1dae5a5)
  * sparse file handling fixes (#1218 #1260)
- Drop CVE-2019-19221.patch and fix-zstd-test.patch, fixed upstream

  CVE-2019-19221.patch out-of-bounds read in libarchive

OBS-URL: https://build.opensuse.org/request/show/760008
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=91
2019-12-31 08:23:29 +00:00
9d7341ca2a fix
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=90
2019-11-22 13:20:39 +00:00
b4a8d0f3ab Accepting request 724492 from home:namtrac:branches:Archiving
- Switch to cmake build 
- Add lib-suffix.patch to honor LIB_SUFFIX
- Add fix-zstd-test.patch to fix zstd test
- Add fix-soversion.patch to fix the soversion to 13 as autotools

OBS-URL: https://build.opensuse.org/request/show/724492
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=89
2019-08-22 07:41:07 +00:00
Martin Pluskal
edfffe5861 Accepting request 711098 from home:namtrac:branches:Archiving
- Add lz4 and zstd support
- Add BuildRequires on liblz4-devel and libzstd-devel

OBS-URL: https://build.opensuse.org/request/show/711098
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=88
2019-06-20 13:43:11 +00:00
00af0a8d38 Accepting request 709705 from Archiving
OBS-URL: https://build.opensuse.org/request/show/709705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=34
2019-06-17 08:32:01 +00:00
afb0de5939 Accepting request 709701 from home:namtrac:branches:Archiving
- Add libarchive.keyring and validate the tarball signature

OBS-URL: https://build.opensuse.org/request/show/709701
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=86
2019-06-13 09:45:04 +00:00
901ee0d552 Accepting request 709686 from home:namtrac:branches:Archiving
- Update to version 3.4.0
  * Support for file and directory symlinks on Windows
  * Read support for RAR 5.0 archives
  * Read support for ZIPX archives with xz, lzma, ppmd8 and
    bzip2 compression
  * Support for non-recursive list and extract
  * New tar option: --exclude-vcs
  * Improved file attribute support on Linux and file flags support
    on FreeBSD
  * Fix reading Android APK archives (#1055 )
  * Fix problems related to unreadable directories (#1167)
  * A two-digit number of OSS-Fuzz issues was resolved in this release
- Drop all security patches, fixed upstream:
  * CVE-2018-1000877.patch
  * CVE-2018-1000878.patch
  * CVE-2018-1000879.patch
  * CVE-2018-1000880.patch
  * CVE-2019-1000019.patch
  * CVE-2019-1000020.patch

OBS-URL: https://build.opensuse.org/request/show/709686
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=85
2019-06-13 08:50:06 +00:00
Stephan Kulow
9eb5fb5014 Accepting request 671920 from Archiving
- Added patches:
  * CVE-2019-1000019.patch Fixes 7zip crash (boo#1124341)
  * CVE-2019-1000020.patch ISO9660 infinite loop fixed (boo#1124342)

OBS-URL: https://build.opensuse.org/request/show/671920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=33
2019-02-08 12:47:20 +00:00
f3cb9ea74a fixing
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=83
2019-02-05 15:18:54 +00:00
d0395584d2 fix
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=82
2019-02-05 15:17:56 +00:00
2edab333ae Accepting request 662755 from Archiving
OBS-URL: https://build.opensuse.org/request/show/662755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=32
2019-01-11 12:59:52 +00:00
Martin Pluskal
c118cad477 Accepting request 662692 from home:kbabioch:branches:Archiving
- Added patches:
  * CVE-2018-1000877.patch, which fixes a double free vulnerability in RAR
    decoder (CVE-2018-1000877 bsc#1120653)
  * CVE-2018-1000878.patch, which fixes a Use-After-Free vulnerability in RAR
    decoder (CVE-2018-1000878 bsc#1120654)
  * CVE-2018-1000879.patch, which fixes a NULL Pointer Dereference
    vulnerability in ACL parser (CVE-2018-1000879 bsc#1120656)
  * CVE-2018-1000880.patch, which fixes an improper input validation
    vulnerability in WARC parser (CVE-2018-1000880 bsc#1120659)
- Make use of %license macro
- Applied spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/662692
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=80
2019-01-04 08:14:08 +00:00
3fcc2207ae Accepting request 637868 from Archiving
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/637868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=31
2018-10-02 17:43:45 +00:00
d74a03d6bf Accepting request 635701 from Archiving
(the missing patch check should really become a source service
 validation instead of a request review IMHO)

- update to version 3.3.3
  * Avoid super-linear slowdown on malformed mtree files
  * Many fixes for building with Visual Studio
  * NO_OVERWRITE doesn't change existing directory attributes
  * New support for Zstandard read and write filters
- fix-CVE-2017-14166.patch is obsolete

OBS-URL: https://build.opensuse.org/request/show/635701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=30
2018-09-20 09:37:22 +00:00
06d8f80ff8 Accepting request 636283 from home:jengelh:branches:Archiving
- Fix RPM groups. Remove idempotent %if..%endif guards.
  Diversify summaries. Set CFLAGS instead of re-defining
  optflags with itself.

OBS-URL: https://build.opensuse.org/request/show/636283
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=77
2018-09-18 07:41:19 +00:00
3effff948a bah
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=76
2018-09-14 09:06:05 +00:00
123bd9a659 update
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=75
2018-09-14 06:58:06 +00:00
3aadbfe73b Accepting request 521894 from Archiving
version update

OBS-URL: https://build.opensuse.org/request/show/521894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=29
2017-09-09 18:23:28 +00:00
13cbf5d89f idiotic
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=73
2017-09-07 07:36:27 +00:00
fece4d03d8 update
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=72
2017-09-07 07:08:13 +00:00
10d3f3e619 Accepting request 489082 from Archiving
version update

OBS-URL: https://build.opensuse.org/request/show/489082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=28
2017-04-25 06:57:55 +00:00
a6ec62ff8a cleanup
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=70
2017-04-18 11:43:17 +00:00
b4b0368c56 Accepting request 485188 from OBS:Server:Unstable
version update

OBS-URL: https://build.opensuse.org/request/show/485188
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=69
2017-04-04 11:40:47 +00:00
5da3a6b45b Accepting request 443195 from Archiving
1

OBS-URL: https://build.opensuse.org/request/show/443195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=27
2016-12-04 14:06:30 +00:00
9e4730ab62 Accepting request 443193 from OBS:Server:Unstable
fix

OBS-URL: https://build.opensuse.org/request/show/443193
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=67
2016-12-02 13:53:54 +00:00
cdb2c644e6 minor changelog improvement
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=66
2016-11-25 08:40:23 +00:00
88ebe4fb99 Accepting request 437407 from Archiving
version update

OBS-URL: https://build.opensuse.org/request/show/437407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=26
2016-11-02 11:28:21 +00:00
102c3443fc fix file list
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=64
2016-10-26 09:45:51 +00:00
7ce5328b34 go
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=63
2016-10-26 09:37:33 +00:00
71583be8c6 try
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=62
2016-10-26 09:33:16 +00:00
ec7bbd6577 Accepting request 414780 from Archiving
1

OBS-URL: https://build.opensuse.org/request/show/414780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=25
2016-07-28 21:44:24 +00:00
Martin Pluskal
650a5ffa5d Accepting request 414767 from home:dirkmueller:branches:Archiving
- make bsdtar require a matching libarchive version to avoid
  missing symbol errors

OBS-URL: https://build.opensuse.org/request/show/414767
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=60
2016-07-23 22:57:13 +00:00
d22e4cfca5 Accepting request 403845 from Archiving
I HATE TO FIGHT AGAINS AUTO REQUEST CHECKS WHICH COULD BE DONE BY LOCAL SOURCE CHECKSosc ci -m grrosc ci -m grr

OBS-URL: https://build.opensuse.org/request/show/403845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=24
2016-07-09 07:18:36 +00:00
1a33bca786 grr
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=58
2016-06-21 12:26:26 +00:00
954786f5b4 add changes
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=57
2016-06-21 12:21:08 +00:00
378715dd5c Just to have it in devel package, misses documentation about security issues in changes file for submission to factory
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=56
2016-06-21 06:17:54 +00:00
01c2b1b9c1 fix
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=55
2016-06-17 13:32:43 +00:00
c288b9d2c3 Accepting request 402699 from OBS:Server:Unstable
- limit size of symlinks in cpio archives (CVE-2016-4809, boo#984990)

OBS-URL: https://build.opensuse.org/request/show/402699
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=54
2016-06-16 09:59:00 +00:00
80d3a8245c Accepting request 394316 from Archiving
version update, including security fix, fix constraints

OBS-URL: https://build.opensuse.org/request/show/394316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=23
2016-06-13 19:48:32 +00:00
682182a4ce add comment
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=52
2016-05-09 09:15:56 +00:00
ac718122e0 fix
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=51
2016-05-09 09:08:59 +00:00
41e9547100 try again
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=50
2016-05-09 08:53:58 +00:00
ca33898948 update
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=49
2016-05-09 08:44:55 +00:00
Martin Pluskal
3a83d421c3 Accepting request 394051 from home:michel_mno:branches:Archiving
- add _constraints memory 4096MB to avoid ppc64le build failure
  as reported in Ring1

OBS-URL: https://build.opensuse.org/request/show/394051
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=48
2016-05-06 16:39:34 +00:00
6cdf6c6bc2 Accepting request 332201 from Archiving
1

OBS-URL: https://build.opensuse.org/request/show/332201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=22
2015-10-01 07:27:15 +00:00
bf8c5bb5d4 Accepting request 332120 from home:AndreasStieger:branches:Archiving
build static lib on RHEL 7

OBS-URL: https://build.opensuse.org/request/show/332120
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=46
2015-09-20 07:33:41 +00:00
948b41bf9e Accepting request 292355 from Archiving
1

OBS-URL: https://build.opensuse.org/request/show/292355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=21
2015-03-25 08:55:33 +00:00
Martin Pluskal
2c2b3a24d4 Accepting request 292353 from home:AndreasStieger:branches:Archiving
RHEL/CentOS build fix, skipping autoreconf

OBS-URL: https://build.opensuse.org/request/show/292353
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=44
2015-03-22 20:10:33 +00:00
7b199f0455 Accepting request 290898 from Archiving
1

OBS-URL: https://build.opensuse.org/request/show/290898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=20
2015-03-18 12:04:50 +00:00
Martin Pluskal
3c5e87f657 Accepting request 290893 from home:AndreasStieger:branches:Archiving2
- add CVE for previous change

OBS-URL: https://build.opensuse.org/request/show/290893
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=42
2015-03-15 20:51:53 +00:00
e1b3624e4e Accepting request 289553 from Archiving
this stupid check should report both errors at the same point of time and it should not be needed to do this as a request reviewer, but could be done directly as source service IMHO

OBS-URL: https://build.opensuse.org/request/show/289553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=19
2015-03-09 09:04:46 +00:00
dbc2e0cbcd grrr
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=40
2015-03-05 14:42:28 +00:00
cbf2072029 comments
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=39
2015-03-05 14:37:18 +00:00
06e57b3d68 Accepting request 289547 from home:adrianSuSE:branches:Archiving
fixing

OBS-URL: https://build.opensuse.org/request/show/289547
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=38
2015-03-05 14:27:10 +00:00
c84757ff1e Accepting request 261258 from Archiving
1

OBS-URL: https://build.opensuse.org/request/show/261258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=18
2014-11-24 10:15:38 +00:00
Ismail Dönmez
eebe28265f Accepting request 261218 from home:jsegitz:branches:Archiving
- Added CVE-2013-0211.patch to fix CVE-2013-0211 (bnc#800024)

OBS-URL: https://build.opensuse.org/request/show/261218
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=36
2014-11-12 13:04:38 +00:00
Stephan Kulow
139ed158ea Accepting request 235965 from Archiving
- libarchive-xattr.patch, fix subtle wrong library check 
  that causes this package to depend on libattr when it should
  be using glibc. (forwarded request 235707 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/235965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=16
2014-06-05 08:49:35 +00:00
9f835ac0ff Accepting request 235707 from home:elvigia:branches:Archiving
- libarchive-xattr.patch, fix subtle wrong library check 
  that causes this package to depend on libattr when it should
  be using glibc.

OBS-URL: https://build.opensuse.org/request/show/235707
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=34
2014-06-01 10:08:07 +00:00
Stephan Kulow
18f8ac6a7b Accepting request 210580 from Archiving
- add optional -static-devel library package, intended to publish pixz
  for CentOS / RHEL, default off
- skip some dependencies not required for pixz on CentOS / RHEL

OBS-URL: https://build.opensuse.org/request/show/210580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=15
2013-12-13 12:06:36 +00:00
923b375077 - add optional -static-devel library package, intended to publish pixz
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=32
2013-12-10 17:04:58 +00:00
02513ae926 OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=31 2013-12-10 16:55:20 +00:00
ad972b7b36 OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=30 2013-12-10 16:54:57 +00:00
a5407b44b2 Accepting request 208168 from home:AndreasStieger:branches:Archiving
OBS-URL: https://build.opensuse.org/request/show/208168
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=29
2013-11-25 11:03:08 +00:00
Tomáš Chvátal
4554f1070a Accepting request 196015 from Archiving
- remove artificial dependencies on libacl-devel, libbz2-devel,
  zlib-devel from libarchive-devel.

- libarchive-openssl.patch: Call OPENSSL_config where needed, 
  otherwise on systems configured to use openSSL engines such 
  as via-padlock wont benefit from hardware acceleration. (forwarded request 195650 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/196015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=13
2013-08-23 09:05:28 +00:00
Tomáš Chvátal
c9df3ae96b Accepting request 195650 from home:elvigia:branches:Archiving
- remove artificial dependencies on libacl-devel, libbz2-devel,
  zlib-devel from libarchive-devel.

- libarchive-openssl.patch: Call OPENSSL_config where needed, 
  otherwise on systems configured to use openSSL engines such 
  as via-padlock wont benefit from hardware acceleration.

OBS-URL: https://build.opensuse.org/request/show/195650
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=27
2013-08-22 13:45:54 +00:00
Tomáš Chvátal
494e98dede Accepting request 195487 from Archiving
update to 3.1.2 (forwarded request 195470 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/195487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=12
2013-08-19 11:35:11 +00:00
Ismail Dönmez
f193ef2b37 Accepting request 195470 from home:AndreasStieger:branches:Archiving
update to 3.1.2

OBS-URL: https://build.opensuse.org/request/show/195470
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=25
2013-08-17 11:49:55 +00:00
Stephan Kulow
93850c115e Accepting request 179311 from Archiving
- Explicitly list libattr-devel as BuildRequires (and sort those) (forwarded request 179222 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/179311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=11
2013-06-18 13:16:27 +00:00
Dr. Werner Fink
26c0061362 Accepting request 179222 from home:jengelh:attr
- Explicitly list libattr-devel as BuildRequires (and sort those)

OBS-URL: https://build.opensuse.org/request/show/179222
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=23
2013-06-17 12:30:00 +00:00
Stephan Kulow
bb6fa271c6 Accepting request 155302 from Archiving
- Use %libname macro to be consistent throughout the spec file

- Update to version 3.1.1:
  + Fix an issue with the soname versioning in builds of libarchive
    using cmake
- Removed patchs; fixed and merged on upstream release:
  * libarchive-fix-checks.patch
  * libarchive-ppc64.patch
- The soname has changed and pass to 13.

OBS-URL: https://build.opensuse.org/request/show/155302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=10
2013-02-13 13:38:43 +00:00
Dr. Werner Fink
9293429ba4 .
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=21
2013-02-13 08:06:32 +00:00
Dr. Werner Fink
b78de79afd Accepting request 151396 from home:posophe:branches:Archiving
Update

OBS-URL: https://build.opensuse.org/request/show/151396
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=20
2013-02-12 17:00:32 +00:00
Stephan Kulow
4af770d818 Accepting request 131727 from Archiving
- libarchive-ppc64.patch:
  fix http://code.google.com/p/libarchive/issues/detail?id=277
  test_option_b and test_option_nodump are failing on ppc64

OBS-URL: https://build.opensuse.org/request/show/131727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=8
2012-08-27 14:08:46 +00:00
d9e2491cc7 - libarchive-ppc64.patch:
fix http://code.google.com/p/libarchive/issues/detail?id=277

OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=18
2012-08-27 06:06:10 +00:00
13a64b2c7c Accepting request 131394 from home:k0da:ppc
- fix http://code.google.com/p/libarchive/issues/detail?id=277
  test_option_b and test_option_nodump are failing on ppc64

OBS-URL: https://build.opensuse.org/request/show/131394
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=17
2012-08-23 08:36:59 +00:00
Ismail Dönmez
2b5dbb5069 Accepting request 130552 from Archiving
license update: BSD-2-Clause
The COPYING file shows that the package is predominantly BSD-2-Clause licensed (forwarded request 130461 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/130552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=7
2012-08-12 13:26:11 +00:00
Dr. Werner Fink
c65748bbe4 Accepting request 130461 from home:babelworx:ldig:branches:Archiving
license update: BSD-2-Clause
The COPYING file shows that the package is predominantly BSD-2-Clause licensed

OBS-URL: https://build.opensuse.org/request/show/130461
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=15
2012-08-09 15:12:33 +00:00
Stephan Kulow
f91f800c3c Accepting request 130436 from Archiving
Update to 3.0.4... dependency for upcoming file-roller in Factory (forwarded request 130425 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/130436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=6
2012-08-09 14:50:26 +00:00
Ismail Dönmez
526e41912d Accepting request 130425 from GNOME:Next
Update to 3.0.4... dependency for upcoming file-roller in Factory

OBS-URL: https://build.opensuse.org/request/show/130425
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=13
2012-08-08 18:32:19 +00:00
Stephan Kulow
3a55d4c4b7 Accepting request 116625 from Archiving
- Enforce usage of reentrant versions of libc functions

OBS-URL: https://build.opensuse.org/request/show/116625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=4
2012-05-07 20:47:30 +00:00
Dr. Werner Fink
320637aa1f .
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=11
2012-05-07 08:35:47 +00:00
Stephan Kulow
52752a7a25 Accepting request 104956 from Archiving
- fix failed tests on ppc (forwarded request 104794 from k0da)

OBS-URL: https://build.opensuse.org/request/show/104956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=3
2012-02-16 15:17:13 +00:00
Pavol Rusnak
f6ec1d1d58 Accepting request 104794 from home:k0da:ppc
- fix failed tests on ppc

OBS-URL: https://build.opensuse.org/request/show/104794
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=9
2012-02-14 11:38:59 +00:00
Stephan Kulow
5fb1b8d541 Accepting request 103257 from Archiving
- Use %makeinstall to be SLES compatible 

- For SLES11 work around missing rpm macro

OBS-URL: https://build.opensuse.org/request/show/103257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=2
2012-02-10 16:16:24 +00:00
Ismail Dönmez
f28c75c3cf - Use %makeinstall to be SLES compatible
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=6
2012-02-08 10:58:31 +00:00
Dr. Werner Fink
db04c3efbe .
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=5
2011-12-22 11:28:50 +00:00
Stephan Kulow
c96759220e Accepting request 95602 from Archiving
rename of bsdtar - and version update

OBS-URL: https://build.opensuse.org/request/show/95602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=1
2011-12-07 11:01:01 +00:00
Stephan Kulow
e93d23245a clean clean
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=3
2011-12-06 16:03:51 +00:00
Stephan Kulow
550145edbf OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=2 2011-12-06 16:03:17 +00:00
6 changed files with 0 additions and 66 deletions

View File

@ -1,19 +0,0 @@
commit 64e2e88ec326dd37fcb85c9a9d21fa43444a0a59
Author: Bernhard M. Wiedemann <bwiedemann@suse.de>
Date: Wed May 22 10:13:47 2024 +0200
Fix test failure on openSUSE:Leap:15.5
diff --git a/unzip/test/test_I.c b/unzip/test/test_I.c
index 5d31ce8d..92e5ce59 100644
--- a/unzip/test/test_I.c
+++ b/unzip/test/test_I.c
@@ -45,7 +45,7 @@ DEFINE_TEST(test_I)
#endif
extract_reference_file(reffile);
- r = systemf("%s -I UTF-8 %s >test.out 2>test.err", testprog, reffile);
+ r = systemf("env -uLC_ALL LC_CTYPE=en_US.UTF-8 %s -I UTF-8 %s >test.out 2>test.err", testprog, reffile);
assertEqualInt(0, r);
assertNonEmptyFile("test.out");
assertEmptyFile("test.err");

View File

@ -1,13 +0,0 @@
Index: libarchive-3.4.0/CMakeLists.txt
===================================================================
--- libarchive-3.4.0.orig/CMakeLists.txt
+++ libarchive-3.4.0/CMakeLists.txt
@@ -71,7 +71,7 @@ SET(LIBARCHIVE_VERSION_STRING "${VERSIO
# libarchive 2.9 == interface version 11 = 2 + 9
# libarchive 3.0 == interface version 12
# libarchive 3.1 == interface version 13
-math(EXPR INTERFACE_VERSION "13 + ${_minor}")
+set(INTERFACE_VERSION "13")
# Set SOVERSION == Interface version
# ?? Should there be more here ??

BIN
libarchive-3.7.4.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,14 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQGzBAABCgAdFiEE2yx88bTCZfrvVuP8WEihi48UGEsFAmYre4IACgkQWEihi48U
GEvAuwwAmsnbql7+1CW9RuBHitOvHyIL6sHbjR0Hd3ruI9s3FMevMBzPjpb5MgOU
/D+o0amv1Tv/QSJAid1siZIumgur2hzqglNMK5FkoajpZ1UjYASHHxFoh5qkRKvW
Ws/ViXMVGB2DlyydzzjFwa0JAAK/IpD9uKPPr6rgt+cRBibkWXuJILbmzi/DF1XH
zlp/5FGwzY4/zhqbXgz11ZhX3gacdLd68+xsYbSII2JvZ2yb2zsS+0ia3skUawEj
QMKzdpErqO+RedsRiJG9fjA65Q1hKWpMoWMuKZWLX+v0iv/OHv57RzLelmPy6Ohw
0/PwCHFzFmOfu2LZd+mCWsrYaBrezGJq9tm+pAsCXSxcj3LuQwZ6d8/wgtS5CeNE
+LoHCbzAcI5WiyU3wbw1qvulVDewL+j0rQoj23Lj2z9ry2K94NMpYji3JMkWI8dS
QXitZd29uZ9l5Jf5Kz9BLHOoO1Q8bEOGB33dLpT+UIjFoJ6wqxNXef6OAECoHGH0
OnEtTuAX
=kNTk
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a2efdcb185da2eb1e7cd8421434cb9a6119f72417a13335cca378d476fd3ba0
size 5458552

View File

@ -1,14 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQGzBAABCgAdFiEE2yx88bTCZfrvVuP8WEihi48UGEsFAmbxNkUACgkQWEihi48U
GEu+SQwAqe5TjNK7cC1bF0MBthJ+2QQkxCASYJ9ZrvVPS0wBrNGvCx4UvAtR/pVZ
gnvHJmRA60nY7cLvKyDAysmDfq3x5mIBUha/WzEo35NkvTXBOcttzXxWF0GziHtR
WGyk8SK8SWICxsgIlp219xS+E+pWA1dPH2mi6o0DZZTrqpt5RM3rD6mkxUmKCerh
Kqn2aN754Mtt41fMixZpnwVQlXW0H9M/WoGIPUIXfRuA2s3Atyh/RL0nvbOJOWOD
KlNFlKh4kEEg/13v7Ui1UOcTNRKkMjfB7Th8koSZiVPPLd6h2lwOOJk1YQlwdunN
OsgqqB4f6rrW58r2Ce3abOCL4kdLGeIO72Cm/qWcpZHVn3k/xBB8qhrczMqB+URd
U+tHlV65kR4qqv/POZdGqTQ0W0tyqKl4Zp8wvfW2vyuXnYXjQV4cjp4M1ta/KGVb
zXDQynRdLx59RyIV3nZUUulAJoVjSuWTIry0WLKc9g0wnCx783fBunLJTeSxNrtK
q719Bv4A
=VN99
-----END PGP SIGNATURE-----