aboutsummaryrefslogtreecommitdiff
path: root/libarchive_fe/err.c
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2024-04-11 13:37:34 +0000
committerMartin Matuska <mm@FreeBSD.org>2024-04-11 13:48:20 +0000
commita509d68f27b9f114b876bbe3b9caa9d0ee0c5606 (patch)
treedb454f3d1b46887ce3a0d48478e058a1024be892 /libarchive_fe/err.c
parenta5913a473bb0b6e194a2fe0e55d3166e0eed8aaf (diff)
downloadsrc-a509d68f27b9f114b876bbe3b9caa9d0ee0c5606.tar.gz
src-a509d68f27b9f114b876bbe3b9caa9d0ee0c5606.zip
Update vendor/libarchive to 3.7.3
New features: #1941 uudecode filter: support file name and file mode in raw mode #1943 7-zip reader: translate Windows permissions into UNIX permissions #1962 zstd filter now supports the "long" write option #2012 add trailing letter b to bsdtar(1) substitute pattern #2031 PCRE2 support #2054 add support for long options "--group" and "--owner" to tar(1) Security fixes: #2101 Fix possible vulnerability in tar error reporting introduced in f27c173 Important bugfixes: #1974 ISO9660: preserve the natural order of links #2105 rar5: fix infinite loop if during rar5 decompression the last block produced no data #2027 xz filter: fix incorrect eof at the end of an lzip member #2043 zip: fix end-of-data marker processing when decompressing zip archives Obtained from: libarchive Libarchive commit: 4fcc02d906cca4b9e21a78a833f1142a2689ec52
Diffstat (limited to 'libarchive_fe/err.c')
-rw-r--r--libarchive_fe/err.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libarchive_fe/err.c b/libarchive_fe/err.c
index 8c860350bc3e..f6dcf44af347 100644
--- a/libarchive_fe/err.c
+++ b/libarchive_fe/err.c
@@ -25,8 +25,6 @@
*/
#include "lafe_platform.h"
-__FBSDID("$FreeBSD$");
-
#ifdef HAVE_STDARG_H
#include <stdarg.h>
#endif