-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlibarchive.plist
57 lines (57 loc) · 3.86 KB
/
libarchive.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>OpenSourceProject</key>
<string>libarchive</string>
<key>OpenSourceVersion</key>
<string>3.5.3</string>
<key>OpenSourceWebsiteURL</key>
<string>https://www.libarchive.org</string>
<key>OpenSourceURL</key>
<string>https://github.com/libarchive/libarchive/releases/download/3.5.3/libarchive-3.5.3.tar.xz</string>
<key>OpenSourceSHA1</key>
<string>57c0608db646a969aeb05ae7f4a2c2e92612deb4</string>
<key>OpenSourceImportDate</key>
<string>2022-05-03</string>
<key>OpenSourceModifications</key>
<array>
<string>tar/read.c: add support for quarantine</string>
<string>tar/bsdtar.c: change -f behavior to no longer use _PATH_DEFTAPE (6236525)</string>
<string>tar/bsdtar.c: guard against NULL filename (8110464)</string>
<string>cpio/cpio.c: fix strftime crash on NULL (23383941)</string>
<string>libarchive/archive_read_support_filter_gzip.c: protect against malicious header (27377729)</string>
<string>libarchive/archive_string.c: use UTF-8 charset (38474146)</string>
<string>tar/bsdtar.c: always extract mac metadata (38797702)</string>
<string>libarchive/archive_ppmd7.c: fix out of bounds read (37829028)</string>
<string>libarchive/archive.h, libarchive/archive_entry.h: use API_DEPRECATED (41100558)</string>
<string>libarchive/archive_read_support_format_rar.c: fix heap overflow (41473909)</string>
<string>test_utils/test_main.c: replace system() with posix_spawn() (48525575)</string>
<string>libarchive/archive_read_support_format_zip.c: look for slash-less resource forks for directory entries (51855785)</string>
<string>libarchive/archive_read_support_format_zip.c, libarchive/archive_write_disk_posix.c: apply data forks to directories (52273121)</string>
<string>libarchive/archive_rb.c, libarchive/archive_read_support_format_zip.c: detect overlapping zip file bombs (53101484)</string>
<string>libarchive/archive_write_disk_posix.c: use pthread_np calls to support multithreaded extraction (53392409)</string>
<string>libarchive/archive_string.c, libarchive/archive_write_disk_posix.c: fix uninitialized variables (58140205)</string>
<string>libarchive/archive_read_support_format_tar.c: fix heap buffer overflow (70371174)</string>
<string>libarchive/archive_read_support_format_iso9660.c: fix heap buffer overflow (71589643)</string>
<string>libarchive/test/test_write_format_iso9660_filename.c: fix namespace collision (72127281)</string>
<string>libarchive/libarchive/archive_write_set_format_cpio_odc.c: ditto enhancements (79685318)</string>
<string>libarchive/archive_cryptor.c: fix CCCryptor leak (68720556)</string>
<string>libarchive/test/test_archive_string_conversion.c: fix memory leak (68720556)</string>
<string>libarchive/test/test_write_disk_appledouble.c: fix acl string leaks (68720556)</string>
<string>libarchive/test/test_write_disk_mac_metadata.c: fix acl string leaks (68720556)</string>
<string>libarchive/archive_read_support_format_tar.c: fix heap buffer overflow (82788199)</string>
<string>libarchive/archive_read_support_format_zip.c: fix out of bounds read (91342172)</string>
<string>libarchive/archive_write_disk_posix.c: prefer ffsctl instead of fchflags for UF_COMPRESSED (46284949)</string>
<string>libarchive/archive_read_support_format_zip.c: fix truncated pointer (84515518)</string>
<string>Backport patch for CVE-2022-36227 (#102745018)</string>
<string>Patch for special header size (108529089)</string>
<string>libarchive/archive_write_disk_posix.c patch to fix symlink issue (112604343)</string>
<string>libarchive/libarchive/archive_read_support_format_rar.c to path oob access(129148071)</string>
</array>
<key>OpenSourceLicense</key>
<string>BSD</string>
<key>OpenSourceLicenseFile</key>
<string>libarchive.txt</string>
</dict>
</plist>