Bump to v3.7.4

This commit is contained in:
Robert Schulze 2024-09-09 20:29:41 +00:00
parent e252bdc30d
commit 6464d47d34
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A
2 changed files with 11 additions and 8 deletions

2
contrib/libarchive vendored

@ -1 +1 @@
Subproject commit 4fcc02d906cca4b9e21a78a833f1142a2689ec52 Subproject commit 313aa1fa10b657de791e3202c168a6c833bc3543

View File

@ -334,16 +334,16 @@ typedef uint64_t uintmax_t;
/* #undef ARCHIVE_XATTR_LINUX */ /* #undef ARCHIVE_XATTR_LINUX */
/* Version number of bsdcpio */ /* Version number of bsdcpio */
#define BSDCPIO_VERSION_STRING "3.7.3" #define BSDCPIO_VERSION_STRING "3.7.4"
/* Version number of bsdtar */ /* Version number of bsdtar */
#define BSDTAR_VERSION_STRING "3.7.3" #define BSDTAR_VERSION_STRING "3.7.4"
/* Version number of bsdcat */ /* Version number of bsdcat */
#define BSDCAT_VERSION_STRING "3.7.3" #define BSDCAT_VERSION_STRING "3.7.4"
/* Version number of bsdunzip */ /* Version number of bsdunzip */
#define BSDUNZIP_VERSION_STRING "3.7.3" #define BSDUNZIP_VERSION_STRING "3.7.4"
/* Define to 1 if you have the `acl_create_entry' function. */ /* Define to 1 if you have the `acl_create_entry' function. */
/* #undef HAVE_ACL_CREATE_ENTRY */ /* #undef HAVE_ACL_CREATE_ENTRY */
@ -1094,6 +1094,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `symlink' function. */ /* Define to 1 if you have the `symlink' function. */
#define HAVE_SYMLINK 1 #define HAVE_SYMLINK 1
/* Define to 1 if you have the `sysconf' function. */
#define HAVE_SYSCONF 1
/* Define to 1 if you have the <sys/acl.h> header file. */ /* Define to 1 if you have the <sys/acl.h> header file. */
/* #undef HAVE_SYS_ACL_H */ /* #undef HAVE_SYS_ACL_H */
@ -1293,10 +1296,10 @@ typedef uint64_t uintmax_t;
#define ICONV_CONST #define ICONV_CONST
/* Version number of libarchive as a single integer */ /* Version number of libarchive as a single integer */
#define LIBARCHIVE_VERSION_NUMBER "3007003" #define LIBARCHIVE_VERSION_NUMBER "3007004"
/* Version number of libarchive */ /* Version number of libarchive */
#define LIBARCHIVE_VERSION_STRING "3.7.3" #define LIBARCHIVE_VERSION_STRING "3.7.4"
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */ slash. */
@ -1350,7 +1353,7 @@ typedef uint64_t uintmax_t;
#endif /* SAFE_TO_DEFINE_EXTENSIONS */ #endif /* SAFE_TO_DEFINE_EXTENSIONS */
/* Version number of package */ /* Version number of package */
#define VERSION "3.7.3" #define VERSION "3.7.4"
/* Number of bits in a file offset, on hosts where this is settable. */ /* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */ /* #undef _FILE_OFFSET_BITS */