* [PATCH] gmp: Update to version 6.3.0
@ 2023-08-07 16:45 Adolf Belka
2023-08-07 16:45 ` [PATCH] harfbuzz: Update to version 8.1.1 Adolf Belka
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Adolf Belka @ 2023-08-07 16:45 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3449 bytes --]
- Update fromn version 6.2.1 to 6.3.0
- Update of rootfile
- Changelog
Changes between GMP version 6.2.* and 6.3.*.
BUGS FIXED
* A possible overflow of type int is avoided for mpz_cmp on huge operands.
* A possible error condition when a malformed file is read with
mpz_inp_raw is now correctly handled.
FEATURES
* New public function mpz_prevprime, companion of the existing
mpz_nextprime.
* New documented pointer types mpz_ptr, mpz_srcptr, and similar for
other GMP types. Refer to the manual for full list and suggested
usage. These types have been present in gmp.h at least since
GMP-4.0, but previously not advertised to users.
* Support for 64-bit Arm under Macos.
* Support for the loongarch64 CPU family.
* Support for building with LTO, link-time optimisations.
SPEEDUPS
* New special code for base = 2 in mpz_powm reduces the average time
for the functions that test primality.
* Speedup for the function mpz_nextprime on large operands.
* Speedup for multiplications (some sizes only) thanks to new
internal functions to compute small negacyclic products.
* Special assembly code for IBM z13 and later "mainframe" CPUs, resulting in
a huge speedup.
* Improved assembly for several 64-bit x86 CPUs, Risc-V, 64-bit Arm.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/gmp | 4 ++--
lfs/gmp | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/gmp b/config/rootfiles/common/gmp
index 64d39effb..41c31d1b4 100644
--- a/config/rootfiles/common/gmp
+++ b/config/rootfiles/common/gmp
@@ -4,12 +4,12 @@
#usr/lib/libgmp.la
#usr/lib/libgmp.so
usr/lib/libgmp.so.10
-usr/lib/libgmp.so.10.4.1
+usr/lib/libgmp.so.10.5.0
#usr/lib/libgmpxx.a
#usr/lib/libgmpxx.la
#usr/lib/libgmpxx.so
usr/lib/libgmpxx.so.4
-usr/lib/libgmpxx.so.4.6.1
+usr/lib/libgmpxx.so.4.7.0
#usr/lib/pkgconfig/gmp.pc
#usr/lib/pkgconfig/gmpxx.pc
#usr/share/info/gmp.info
diff --git a/lfs/gmp b/lfs/gmp
index 70a4d666c..555e9eeb5 100644
--- a/lfs/gmp
+++ b/lfs/gmp
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2020 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 6.2.1
+VER = 6.3.0
THISAPP = gmp-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = c0d85f175392a50cfa01bc6b0a312b235946ad8b4f6f84f6dabd33d7a6f2cc75c9b0e1e33057be07750bfa0145b7c4cf3b6188a5be6ca9d7271ec2276c84ebcb
+$(DL_FILE)_BLAKE2 = a865129e2b3f634ec5bad7f97ed89532e43f5662ac47a7d8ab7f0df8c9f8d0886bd984651422e2573c2163bca69c0547c248147ec90880accbd53db97dc0ddee
install : $(TARGET)
--
2.41.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] harfbuzz: Update to version 8.1.1
2023-08-07 16:45 [PATCH] gmp: Update to version 6.3.0 Adolf Belka
@ 2023-08-07 16:45 ` Adolf Belka
2023-08-07 16:45 ` [PATCH] lvm2: Update to version 2.03.22 Adolf Belka
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Adolf Belka @ 2023-08-07 16:45 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2935 bytes --]
- Update from version 8.0.1 to 8.1.1
- Update of rootfile
- Changelog
8.1.1
- Fix shaping of contextual rules at the end of string, introduced in 8.1.0
- Fix stack-overflow in repacker with malicious fonts.
- 30% speed up loading Noto Duployan font.
8.1.0
- Fix long-standing build issue with the AIX compiler and older Apple clang.
- Revert optimization that could cause timeout during subsetting with malicious fonts.
- More optimization work:
- 45% speed up in shaping Noto Duployan font.
- 10% speed up in subsetting Noto Duployan font.
- Another 8% speed up in shaping Gulzar.
- 5% speed up in loading Roboto.
- New API:
+hb_ot_layout_collect_features_map()
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/harfbuzz | 7 ++++---
lfs/harfbuzz | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/harfbuzz b/config/rootfiles/common/harfbuzz
index f9a396c36..3895dfcac 100644
--- a/config/rootfiles/common/harfbuzz
+++ b/config/rootfiles/common/harfbuzz
@@ -44,15 +44,15 @@
#usr/lib/libharfbuzz-cairo.la
#usr/lib/libharfbuzz-cairo.so
usr/lib/libharfbuzz-cairo.so.0
-usr/lib/libharfbuzz-cairo.so.0.60801.0
+usr/lib/libharfbuzz-cairo.so.0.60811.0
#usr/lib/libharfbuzz-subset.la
#usr/lib/libharfbuzz-subset.so
usr/lib/libharfbuzz-subset.so.0
-usr/lib/libharfbuzz-subset.so.0.60801.0
+usr/lib/libharfbuzz-subset.so.0.60811.0
#usr/lib/libharfbuzz.la
#usr/lib/libharfbuzz.so
usr/lib/libharfbuzz.so.0
-usr/lib/libharfbuzz.so.0.60801.0
+usr/lib/libharfbuzz.so.0.60811.0
#usr/lib/pkgconfig/harfbuzz-cairo.pc
#usr/lib/pkgconfig/harfbuzz-subset.pc
#usr/lib/pkgconfig/harfbuzz.pc
@@ -130,6 +130,7 @@ usr/lib/libharfbuzz.so.0.60801.0
#usr/share/gtk-doc/html/harfbuzz/api-index-7-1-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-7-3-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-8-0-0.html
+#usr/share/gtk-doc/html/harfbuzz/api-index-8-1-0.html
#usr/share/gtk-doc/html/harfbuzz/api-index-full.html
#usr/share/gtk-doc/html/harfbuzz/apple-advanced-typography-api.html
#usr/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html
diff --git a/lfs/harfbuzz b/lfs/harfbuzz
index 9c706f61e..57b7cef3a 100644
--- a/lfs/harfbuzz
+++ b/lfs/harfbuzz
@@ -24,7 +24,7 @@
include Config
-VER = 8.0.1
+VER = 8.1.1
THISAPP = harfbuzz-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = e69305e5cddee2f9a928ab38b6904cc3e6fbafb319ad268047178667639a2a361576051a9a6443352b51adca47bb8998ca5c533afe12eac456c3170e171c1839
+$(DL_FILE)_BLAKE2 = 341603e50aec5294eb16fb431975304ee9badce5588d726c5ccbcf9e38878581c4bbf2e09f27c3d401da52c93121702f220cd207792448af66a9f23830df9114
install : $(TARGET)
--
2.41.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] lvm2: Update to version 2.03.22
2023-08-07 16:45 [PATCH] gmp: Update to version 6.3.0 Adolf Belka
2023-08-07 16:45 ` [PATCH] harfbuzz: Update to version 8.1.1 Adolf Belka
@ 2023-08-07 16:45 ` Adolf Belka
2023-08-07 16:45 ` [PATCH] smartmontools: Update to version 7.4 Adolf Belka
2023-08-07 16:45 ` [PATCH] xz: Update to version 5.4.4 Adolf Belka
3 siblings, 0 replies; 5+ messages in thread
From: Adolf Belka @ 2023-08-07 16:45 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2352 bytes --]
- Update from version 2.03.21 to 2.03.22
- Update of rootfile not required
- Changelog
2.03.22 - 02nd August 2023
Fix pv_major/pv_minor report field types so they are integers, not strings.
Add lvmdevices --delnotfound to delete entries for missing devices.
Always use cachepool name for metadata backup LV for lvconvert --repair.
Make metadata backup LVs read-only after pool's lvconvert --repair.
Improve VDO and Thin support with lvmlockd.
Handle 'lvextend --usepolicies' for pools for all activation variants.
Fix memleak in vgchange autoactivation setup.
Update py-compile building script.
Support conversion from thick to fully provisioned thin LV.
Cache/Thin-pool can use error and zero volumes for testing.
Individual thin volume can be cached, but cannot take snapshot.
Better internal support for handling error and zero target (for testing).
Resize COW above trimmed maximal size is does not return error.
Support parsing of vdo geometry format version 4.
Add lvm.conf thin_restore and cache_restore settings.
Handle multiple mounts while resizing volume with a FS.
Handle leading/trailing spaces in sys_wwid and sys_serial used by deivce_id.
Enhance lvm_import_vdo and use snapshot when converting VDO volume.
Fix parsing of VDO metadata.
Fix failing -S|--select for non-reporting cmds if using LV info/status fields.
Allow snapshots of raid+integrity LV.
Fix multisegment RAID1 allocator to prevent using single disk for more legs.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/lvm2 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/lvm2 b/lfs/lvm2
index 4e2bd6235..7dedadcac 100644
--- a/lfs/lvm2
+++ b/lfs/lvm2
@@ -24,7 +24,7 @@
include Config
-VER = 2.03.21
+VER = 2.03.22
THISAPP = LVM2.$(VER)
DL_FILE = $(THISAPP).tgz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 529bc01b3d1ba6207c9ddc95309b39e6293fcd0286334240b9fdc076da0b7bc7e026338ec0243564ec153f2fb5009014149c3f8e0db0cd47a29418af62068728
+$(DL_FILE)_BLAKE2 = 79bbea84bd82f111c1bb5de336e6a9f1368b2c9e43f075dccaa90c7746a364259ad278adf650379eca75f2803ed74e74dd372be2cca8518462182657f96a0033
install : $(TARGET)
--
2.41.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] smartmontools: Update to version 7.4
2023-08-07 16:45 [PATCH] gmp: Update to version 6.3.0 Adolf Belka
2023-08-07 16:45 ` [PATCH] harfbuzz: Update to version 8.1.1 Adolf Belka
2023-08-07 16:45 ` [PATCH] lvm2: Update to version 2.03.22 Adolf Belka
@ 2023-08-07 16:45 ` Adolf Belka
2023-08-07 16:45 ` [PATCH] xz: Update to version 5.4.4 Adolf Belka
3 siblings, 0 replies; 5+ messages in thread
From: Adolf Belka @ 2023-08-07 16:45 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 6180 bytes --]
- Update from version 7.3 to 7.4
- Update of rootfile not required
- Changelog
7.4
- The docker image used for CI and release builds is now based on
Debian 12 instead of Ubuntu 18.04.
- macOS: CI and release builds are now generated for the x86_64 and arm64
targets. 32 bit platforms will require to be compiled from the source.
- smartctl '-t short', '-t long' and '-X': NVMe support.
- smartctl '-l selftest': NVMe support.
- smartctl '-l farm': Prints Seagate's vendor-specific Field Access
Reliability Metrics (FARM) log for ATA and SCSI drives.
- smartctl '-l error': Now also prints an error message for each entry
of NVMe error information log.
- smartctl '-l genstats': Prints SCSI General statistics and performance
log page.
- smartctl '-i' and '--identify': ACS-4/5/6 enhancements.
- smartctl '-c': Added NVMe 2.0 capability flags.
- smartctl '-g security': Added 'ata_security.master_password_id'
to JSON output. Plaintext output shows Master Password ID if set
to a non-default value.
- smartctl '-q noserial': Now also suppresses the output of NVMe Namespace
IEEE EUI-64.
- smartctl '-j': '-l error -l selftest' JSON output for NVMe devices.
- smartctl '-j': Avoid invalid UTF-8 sequences in JSON/YAML strings.
- smartctl '-j': Fixed a bogus exception during SCSI JSON output.
- smartctl '-j': Renamed JSON element 'scsi_temperature' back to
'temperature' (regression).
- smartctl '-a': Now suggests '-x' for ATA devices because '-a' only
provides legacy SMART information.
- smartd: No longer issues LOG_CRIT warnings if new entries of NVMe error
information log do not indicate device problems.
- smartd: Now detects accidental use of smartd_warning script as
'-M exec' parameter.
- smartd: No longer writes the 'Copyright...' line to syslog.
- smartd.conf '-M always': Sends reminder emails without any delay.
- smartd.conf '-M diminishing': Limited email delay to 32 days.
- ATA: Fixed decoding of extended self-test log on big endian hosts.
- ATA: Enhanced LBA range for device types '-d jmb39x-q,...' and
'-d jms56x,...' from 33-62 to 1-255.
- ATA: Device type '-d intelliprop,N' now fails with a deprecation message.
Added '-d intelliprop,N,force' flag to use it anyway.
- ATA/USB: Device type '-d usbasm1352r,N' for ASMedia ASM1352R USB to SATA
RAID bridges
- SCSI: Fixed possible corruption issue with the Error Counter and
Non medium Error log pages.
- SCSI: Added more "Informational Exceptions" strings.
- SCSI: Added initial support for REPORT SUPPORTED OPERATION command.
- SCSI: Initial rework of SCSI debug output.
- NVMe: Added error messages for NVMe status values.
- NVMe: Fixed crash after read of error information log on big endian hosts.
- HDD, SSD and USB additions to drive database.
- update-smart-drivedb: Fixed syntax for 'sed' versions which require
';' before '}' or do not support ';' at all.
- update-smart-drivedb: Replaced a usually not executed bashism.
- configure: Default for '--with-nvme-devicescan' is now 'yes' also on
Darwin and FreeBSD. It is still 'no' on NetBSD only.
- configure: Defines '_FORTIFY_SOURCE=3' if supported and not predefined.
- configure: No longer fails if libsystemd-dev is installed and
'LDFLAGS=-static' is used.
- Compile fix for systems without legacy 'getdtablesize()'.
- Pre-releases from SVN snapshots now show "pre-VERSION" in version
information and 'smartctl.pre_release=true' in JSON output.
- Linux: Device type '-d sssraid' for 3SNIC RAID controllers.
- Linux: Device type '-d marvell' now fails with a deprecation message.
Added '-d marvell,force' flag to use it anyway.
- Linux: The generic SCSI code now defaults to SG_IO_V3 and does no
longer fall back to the deprecated SCSI_IOCTL_SEND_COMMAND
(but this ioctl is still used for '-d 3ware' and '-d marvell,force').
- Linux smartd: Now prevents systemd unit startup timeout when many
devices are registered and then initially checked.
- Linux smartd: Systemd no longer reports a service failure if no device
is present and a '-q *nodev0*' option is used.
- Solaris SPARC: Dropped legacy ATA support. Dropped configure option
'--with-solaris-sparc-ata'.
- Windows: IOCTL_STORAGE_PROTOCOL_COMMAND variant for NVMe self-tests.
- Windows: Installer now defaults to 64-bit executables.
- Windows: No longer prints bogus 'Local Time' if enhanced TZ syntax is used.
- Windows: Workaround to keep backward compatibility with old versions
of Windows if some versions of MinGW-w64 are used.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/smartmontools | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/smartmontools b/lfs/smartmontools
index bd3851eb8..3e81181fc 100644
--- a/lfs/smartmontools
+++ b/lfs/smartmontools
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2022 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 7.3
+VER = 7.4
THISAPP = smartmontools-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 119fd4aded487796ffd38050ddf8c7dd69cc6f3950650cb0315846292fd4a6594d949d87c51ed46717d6aaadb332c68f655514d1fde89600d51f3fe36f8df1ca
+$(DL_FILE)_BLAKE2 = fbf7888b92b6be4892a206e1c0fae1cb7c45fe0d62270c5fe713a540616e3599c67dd3297ad8c1cd344987e1fe95ae7c5e92db8e13ef622b3316b3780fbb4052
install : $(TARGET)
--
2.41.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] xz: Update to version 5.4.4
2023-08-07 16:45 [PATCH] gmp: Update to version 6.3.0 Adolf Belka
` (2 preceding siblings ...)
2023-08-07 16:45 ` [PATCH] smartmontools: Update to version 7.4 Adolf Belka
@ 2023-08-07 16:45 ` Adolf Belka
3 siblings, 0 replies; 5+ messages in thread
From: Adolf Belka @ 2023-08-07 16:45 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 8719 bytes --]
- Update from version 5.4.1 to 5.4.4
- Update of rootfile
- Changelog
5.4.4 (2023-08-02)
* liblzma and xzdec can now build against WASI SDK when threading
support is disabled. xz and tests don't build yet.
* CMake:
- Fixed a bug preventing other projects from including liblzma
multiple times using find_package().
- Don't create broken symlinks in Cygwin and MSYS2 unless
supported by the environment. This prevented building for the
default MSYS2 environment. The problem was introduced in
xz 5.4.0.
* Documentation:
- Small improvements to man pages.
- Small improvements and typo fixes for liblzma API
documentation.
* Tests:
- Added a new section to INSTALL to describe basic test usage
and address recent questions about building the tests when
cross compiling.
- Small fixes and improvements to the tests.
* Translations:
- Fixed a mistake that caused one of the error messages to not
be translated. This only affected versions 5.4.2 and 5.4.3.
- Updated the Chinese (simplified), Croatian, Esperanto, German,
Korean, Polish, Romanian, Spanish, Swedish, Ukrainian, and
Vietnamese translations.
- Updated the German, Korean, Romanian, and Ukrainian man page
translations.
5.4.3 (2023-05-04)
* All fixes from 5.2.12
* Features in the CMake build can now be disabled as CMake cache
variables, similar to the Autotools build.
* Minor update to the Croatian translation.
5.4.2 (2023-03-18)
* All fixes from 5.2.11 that were not included in 5.4.1.
* If xz is built with support for the Capsicum sandbox but running
in an environment that doesn't support Capsicum, xz now runs
normally without sandboxing instead of exiting with an error.
* liblzma:
- Documentation was updated to improve the style, consistency,
and completeness of the liblzma API headers.
- The Doxygen-generated HTML documentation for the liblzma API
header files is now included in the source release and is
installed as part of "make install". All JavaScript is
removed to simplify license compliance and to reduce the
install size.
- Fixed a minor bug in lzma_str_from_filters() that produced
too many filters in the output string instead of reporting
an error if the input array had more than four filters. This
bug did not affect xz.
* Build systems:
- autogen.sh now invokes the doxygen tool via the new wrapper
script doxygen/update-doxygen, unless the command line option
--no-doxygen is used.
- Added microlzma_encoder.c and microlzma_decoder.c to the
VS project files for Windows and to the CMake build. These
should have been included in 5.3.2alpha.
* Tests:
- Added a test to the CMake build that was forgotten in the
previous release.
- Added and refactored a few tests.
* Translations:
- Updated the Brazilian Portuguese translation.
- Added Brazilian Portuguese man page translation.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/xz | 95 +++++++++++++++++++++++++++++++++++++-
lfs/xz | 4 +-
2 files changed, 96 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/xz b/config/rootfiles/common/xz
index 69d440435..ae40ff580 100644
--- a/config/rootfiles/common/xz
+++ b/config/rootfiles/common/xz
@@ -41,7 +41,7 @@ usr/bin/xzmore
#usr/lib/liblzma.la
#usr/lib/liblzma.so
usr/lib/liblzma.so.5
-usr/lib/liblzma.so.5.4.1
+usr/lib/liblzma.so.5.4.4
#usr/lib/pkgconfig/liblzma.pc
#usr/share/doc/xz
#usr/share/doc/xz/AUTHORS
@@ -51,6 +51,75 @@ usr/lib/liblzma.so.5.4.1
#usr/share/doc/xz/README
#usr/share/doc/xz/THANKS
#usr/share/doc/xz/TODO
+#usr/share/doc/xz/api
+#usr/share/doc/xz/api/annotated.html
+#usr/share/doc/xz/api/base_8h.html
+#usr/share/doc/xz/api/bc_s.png
+#usr/share/doc/xz/api/bc_sd.png
+#usr/share/doc/xz/api/bcj_8h.html
+#usr/share/doc/xz/api/block_8h.html
+#usr/share/doc/xz/api/check_8h.html
+#usr/share/doc/xz/api/classes.html
+#usr/share/doc/xz/api/closed.png
+#usr/share/doc/xz/api/container_8h.html
+#usr/share/doc/xz/api/delta_8h.html
+#usr/share/doc/xz/api/dir_b17a1d403082bd69a703ed987cf158fb.html
+#usr/share/doc/xz/api/doc.svg
+#usr/share/doc/xz/api/docd.svg
+#usr/share/doc/xz/api/doxygen.css
+#usr/share/doc/xz/api/doxygen.svg
+#usr/share/doc/xz/api/files.html
+#usr/share/doc/xz/api/filter_8h.html
+#usr/share/doc/xz/api/folderclosed.svg
+#usr/share/doc/xz/api/folderclosedd.svg
+#usr/share/doc/xz/api/folderopen.svg
+#usr/share/doc/xz/api/folderopend.svg
+#usr/share/doc/xz/api/functions.html
+#usr/share/doc/xz/api/functions_vars.html
+#usr/share/doc/xz/api/globals.html
+#usr/share/doc/xz/api/globals_defs.html
+#usr/share/doc/xz/api/globals_enum.html
+#usr/share/doc/xz/api/globals_eval.html
+#usr/share/doc/xz/api/globals_func.html
+#usr/share/doc/xz/api/globals_type.html
+#usr/share/doc/xz/api/hardware_8h.html
+#usr/share/doc/xz/api/index.html
+#usr/share/doc/xz/api/index_8h.html
+#usr/share/doc/xz/api/index__hash_8h.html
+#usr/share/doc/xz/api/lzma12_8h.html
+#usr/share/doc/xz/api/lzma_8h.html
+#usr/share/doc/xz/api/nav_f.png
+#usr/share/doc/xz/api/nav_fd.png
+#usr/share/doc/xz/api/nav_g.png
+#usr/share/doc/xz/api/nav_h.png
+#usr/share/doc/xz/api/nav_hd.png
+#usr/share/doc/xz/api/open.png
+#usr/share/doc/xz/api/splitbar.png
+#usr/share/doc/xz/api/splitbard.png
+#usr/share/doc/xz/api/stream__flags_8h.html
+#usr/share/doc/xz/api/structlzma__allocator.html
+#usr/share/doc/xz/api/structlzma__block.html
+#usr/share/doc/xz/api/structlzma__filter.html
+#usr/share/doc/xz/api/structlzma__index__iter.html
+#usr/share/doc/xz/api/structlzma__mt.html
+#usr/share/doc/xz/api/structlzma__options__bcj.html
+#usr/share/doc/xz/api/structlzma__options__delta.html
+#usr/share/doc/xz/api/structlzma__options__lzma.html
+#usr/share/doc/xz/api/structlzma__stream.html
+#usr/share/doc/xz/api/structlzma__stream__flags.html
+#usr/share/doc/xz/api/sync_off.png
+#usr/share/doc/xz/api/sync_on.png
+#usr/share/doc/xz/api/tab_a.png
+#usr/share/doc/xz/api/tab_ad.png
+#usr/share/doc/xz/api/tab_b.png
+#usr/share/doc/xz/api/tab_bd.png
+#usr/share/doc/xz/api/tab_h.png
+#usr/share/doc/xz/api/tab_hd.png
+#usr/share/doc/xz/api/tab_s.png
+#usr/share/doc/xz/api/tab_sd.png
+#usr/share/doc/xz/api/tabs.css
+#usr/share/doc/xz/api/version_8h.html
+#usr/share/doc/xz/api/vli_8h.html
#usr/share/doc/xz/examples
#usr/share/doc/xz/examples/00_README.txt
#usr/share/doc/xz/examples/01_compress_easy.c
@@ -177,6 +246,30 @@ usr/lib/liblzma.so.5.4.1
#usr/share/man/man1/xzgrep.1
#usr/share/man/man1/xzless.1
#usr/share/man/man1/xzmore.1
+#usr/share/man/pt_BR
+#usr/share/man/pt_BR/man1
+#usr/share/man/pt_BR/man1/lzcat.1
+#usr/share/man/pt_BR/man1/lzcmp.1
+#usr/share/man/pt_BR/man1/lzdiff.1
+#usr/share/man/pt_BR/man1/lzegrep.1
+#usr/share/man/pt_BR/man1/lzfgrep.1
+#usr/share/man/pt_BR/man1/lzgrep.1
+#usr/share/man/pt_BR/man1/lzless.1
+#usr/share/man/pt_BR/man1/lzma.1
+#usr/share/man/pt_BR/man1/lzmadec.1
+#usr/share/man/pt_BR/man1/lzmore.1
+#usr/share/man/pt_BR/man1/unlzma.1
+#usr/share/man/pt_BR/man1/unxz.1
+#usr/share/man/pt_BR/man1/xz.1
+#usr/share/man/pt_BR/man1/xzcat.1
+#usr/share/man/pt_BR/man1/xzcmp.1
+#usr/share/man/pt_BR/man1/xzdec.1
+#usr/share/man/pt_BR/man1/xzdiff.1
+#usr/share/man/pt_BR/man1/xzegrep.1
+#usr/share/man/pt_BR/man1/xzfgrep.1
+#usr/share/man/pt_BR/man1/xzgrep.1
+#usr/share/man/pt_BR/man1/xzless.1
+#usr/share/man/pt_BR/man1/xzmore.1
#usr/share/man/ro
#usr/share/man/ro/man1
#usr/share/man/ro/man1/lzcat.1
diff --git a/lfs/xz b/lfs/xz
index 3c9875a6e..8270048fc 100644
--- a/lfs/xz
+++ b/lfs/xz
@@ -24,7 +24,7 @@
include Config
-VER = 5.4.1
+VER = 5.4.4
THISAPP = xz-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 64c555ccc163ea1135c7eda077ef31e5bd68975ed3b6e395d5d6e602caed13112349c72a7596c67797e007246782747f048dd4a518239d9005305932b0975d67
+$(DL_FILE)_BLAKE2 = 4b4c2bf33c964c16af15b2226ec7a922565026bd21192e193c0896a9d1a27a92bc08dbd842b9fa76ae9428b48a320ca65609b080caa41e0eaab7b6659b287968
install : $(TARGET)
--
2.41.0
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-08-07 16:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-07 16:45 [PATCH] gmp: Update to version 6.3.0 Adolf Belka
2023-08-07 16:45 ` [PATCH] harfbuzz: Update to version 8.1.1 Adolf Belka
2023-08-07 16:45 ` [PATCH] lvm2: Update to version 2.03.22 Adolf Belka
2023-08-07 16:45 ` [PATCH] smartmontools: Update to version 7.4 Adolf Belka
2023-08-07 16:45 ` [PATCH] xz: Update to version 5.4.4 Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox