summaryrefslogtreecommitdiff
path: root/lib/liblzma
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2018-05-18 06:10:16 +0000
committerXin LI <delphij@FreeBSD.org>2018-05-18 06:10:16 +0000
commitb71a5db306ab1ad1e23c7f9e3c949c6218f43455 (patch)
tree623bddaaeb547515cc5a4aeb4f6fe41a3fbf3352 /lib/liblzma
parent67e071128d63c3bb0b103e155b65342d4418ecb5 (diff)
parent20fabbfb3d6c183f1a77c820da48c340fbd36f1b (diff)
downloadsrc-test2-b71a5db306ab1ad1e23c7f9e3c949c6218f43455.tar.gz
src-test2-b71a5db306ab1ad1e23c7f9e3c949c6218f43455.zip
MFV r333779: xz 5.2.4.
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=333783
Diffstat (limited to 'lib/liblzma')
-rw-r--r--lib/liblzma/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/liblzma/config.h b/lib/liblzma/config.h
index 117fb77ff58a..f500d89b1c6e 100644
--- a/lib/liblzma/config.h
+++ b/lib/liblzma/config.h
@@ -335,16 +335,16 @@
#define PACKAGE_NAME "XZ Utils"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "XZ Utils 5.2.3"
+#define PACKAGE_STRING "XZ Utils 5.2.4"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "xz"
/* Define to the home page for this package. */
-#define PACKAGE_URL "http://tukaani.org/xz/"
+#define PACKAGE_URL "https://tukaani.org/xz/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "5.2.3"
+#define PACKAGE_VERSION "5.2.4"
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
@@ -432,7 +432,7 @@
/* Version number of package */
-#define VERSION "5.2.3"
+#define VERSION "5.2.4"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */