aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2025-12-23 08:24:13 +0000
committerXin LI <delphij@FreeBSD.org>2025-12-23 08:24:13 +0000
commitae12432049e7873ab3912643ae5d08297b8cbc49 (patch)
tree690bc94c977ded2ac7a0898af30fb3e4ec9fc8d1 /lib
parentd0a2bd2765b365c4be9b17c29306f848953e55a5 (diff)
parent762f11d98d5cd57ebbe85c36e9e86a557a91fe4e (diff)
Diffstat (limited to 'lib')
-rw-r--r--lib/liblzma/config.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/liblzma/config.h b/lib/liblzma/config.h
index 963d08c93e7a..af0ee2fefb39 100644
--- a/lib/liblzma/config.h
+++ b/lib/liblzma/config.h
@@ -179,10 +179,16 @@
/* Define to 1 if you have the 'getopt_long' function. */
#define HAVE_GETOPT_LONG 1
+/* Define to 1 if you have the 'getrlimit' function. */
+#define HAVE_GETRLIMIT 1
+
/* Define if the GNU gettext() function is already present or preinstalled. */
/* FreeBSD - disabled intentionally */
/* #undef HAVE_GETTEXT */
+/* Define to 1 if 'HWCAP_CRC32' is declared in <sys/auxv.h>. */
+/* #undef HAVE_HWCAP_CRC32 */
+
/* Define if you have the iconv() function and it works. */
#define HAVE_ICONV 1
@@ -403,7 +409,7 @@
#define PACKAGE_NAME "XZ Utils"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "XZ Utils 5.8.1"
+#define PACKAGE_STRING "XZ Utils 5.8.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "xz"
@@ -412,7 +418,7 @@
#define PACKAGE_URL "https://tukaani.org/xz/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "5.8.1"
+#define PACKAGE_VERSION "5.8.2"
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
@@ -577,7 +583,7 @@
/* Version number of package */
-#define VERSION "5.8.1"
+#define VERSION "5.8.2"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */