Bump to v3.7.2

This commit is contained in:
Robert Schulze 2024-09-08 08:45:13 +00:00
parent 33866fb5bd
commit 483dd7eebe
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A
2 changed files with 16 additions and 10 deletions

2
contrib/libarchive vendored

@ -1 +1 @@
Subproject commit 0c21691b177fac5f4cceca2a1ff2ddfa5d60f51c
Subproject commit 6468cd1f5c9b76e2c3b10cdd6938faf6b82823b6

View File

@ -334,13 +334,16 @@ typedef uint64_t uintmax_t;
/* #undef ARCHIVE_XATTR_LINUX */
/* Version number of bsdcpio */
#define BSDCPIO_VERSION_STRING "3.7.1"
#define BSDCPIO_VERSION_STRING "3.7.2"
/* Version number of bsdtar */
#define BSDTAR_VERSION_STRING "3.7.1"
#define BSDTAR_VERSION_STRING "3.7.2"
/* Version number of bsdcat */
#define BSDCAT_VERSION_STRING "3.7.1"
#define BSDCAT_VERSION_STRING "3.7.2"
/* Version number of bsdunzip */
#define BSDUNZIP_VERSION_STRING "3.7.2"
/* Define to 1 if you have the `acl_create_entry' function. */
/* #undef HAVE_ACL_CREATE_ENTRY */
@ -645,9 +648,6 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `getline' function. */
#define HAVE_GETLINE 1
/* Define to 1 if platform uses `optreset` to reset `getopt` */
#define HAVE_GETOPT_OPTRESET 1
/* Define to 1 if you have the `getpid' function. */
#define HAVE_GETPID 1
@ -1032,6 +1032,12 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
/* Define to 1 if the system has the type `struct statfs'. */
/* #undef HAVE_STRUCT_STATFS */
/* Define to 1 if `f_iosize' is a member of `struct statfs'. */
/* #undef HAVE_STRUCT_STATFS_F_IOSIZE */
/* Define to 1 if `f_namemax' is a member of `struct statfs'. */
/* #undef HAVE_STRUCT_STATFS_F_NAMEMAX */
@ -1279,10 +1285,10 @@ typedef uint64_t uintmax_t;
#define ICONV_CONST
/* Version number of libarchive as a single integer */
#define LIBARCHIVE_VERSION_NUMBER "3007001"
#define LIBARCHIVE_VERSION_NUMBER "3007002"
/* Version number of libarchive */
#define LIBARCHIVE_VERSION_STRING "3.7.1"
#define LIBARCHIVE_VERSION_STRING "3.7.2"
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
@ -1336,7 +1342,7 @@ typedef uint64_t uintmax_t;
#endif /* SAFE_TO_DEFINE_EXTENSIONS */
/* Version number of package */
#define VERSION "3.7.1"
#define VERSION "3.7.2"
/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */