diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,6 +1,7 @@ libbz2.so.1.0 libc.so.6 libgcc_s.so.1 +liblz4.so.1 liblzo2.so.2 libm.so.6 libstdc++.so.6 diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -10,7 +10,6 @@ libc.so.6:__snprintf_chk libc.so.6:__sprintf_chk libc.so.6:__stack_chk_fail -libc.so.6:__strcat_chk libc.so.6:__vfprintf_chk libc.so.6:__xpg_basename libc.so.6:calloc @@ -27,7 +26,6 @@ libc.so.6:fgetc libc.so.6:fgets libc.so.6:fileno -libc.so.6:fmemopen libc.so.6:fopen libc.so.6:fputc libc.so.6:fread @@ -40,6 +38,7 @@ libc.so.6:getc libc.so.6:getenv libc.so.6:getopt_long +libc.so.6:getpriority libc.so.6:gettimeofday libc.so.6:isatty libc.so.6:lseek @@ -86,6 +85,7 @@ libc.so.6:setpriority libc.so.6:sigaction libc.so.6:sigemptyset +libc.so.6:signal libc.so.6:stat libc.so.6:stderr libc.so.6:stdin @@ -108,14 +108,14 @@ libc.so.6:tcgetattr libc.so.6:tcsetattr libc.so.6:time -libc.so.6:tmpfile libc.so.6:unlink libc.so.6:utime libc.so.6:write libgcc_s.so.1:_Unwind_Resume +liblz4.so.1:LZ4_compress_default liblzo2.so.2:__lzo_init_v2 liblzo2.so.2:lzo1x_1_compress -liblzo2.so.2:lzo1x_decompress +liblzo2.so.2:lzo1x_decompress_safe libm.so.6:exp libm.so.6:log libm.so.6:pow diff --git a/files/security/CVE-2017-8842.nopatch b/files/security/CVE-2017-8842.nopatch deleted file mode 100644 diff --git a/files/security/CVE-2017-8843.nopatch b/files/security/CVE-2017-8843.nopatch deleted file mode 100644 diff --git a/files/security/CVE-2017-8844.nopatch b/files/security/CVE-2017-8844.nopatch deleted file mode 100644 diff --git a/files/security/CVE-2017-8845.nopatch b/files/security/CVE-2017-8845.nopatch deleted file mode 100644 diff --git a/files/security/CVE-2017-8846.nopatch b/files/security/CVE-2017-8846.nopatch deleted file mode 100644 diff --git a/files/security/CVE-2017-8847.nopatch b/files/security/CVE-2017-8847.nopatch deleted file mode 100644 diff --git a/files/security/CVE-2017-9928.nopatch b/files/security/CVE-2017-9928.nopatch deleted file mode 100644 diff --git a/files/security/CVE-2017-9929.nopatch b/files/security/CVE-2017-9929.nopatch deleted file mode 100644 diff --git a/files/security/CVE-2018-10685.nopatch b/files/security/CVE-2018-10685.nopatch deleted file mode 100644 diff --git a/files/security/CVE-2018-11496.nopatch b/files/security/CVE-2018-11496.nopatch deleted file mode 100644 diff --git a/files/security/CVE-2018-5650.nopatch b/files/security/CVE-2018-5650.nopatch deleted file mode 100644 diff --git a/files/security/CVE-2018-5747.nopatch b/files/security/CVE-2018-5747.nopatch deleted file mode 100644 diff --git a/files/security/CVE-2018-5786.nopatch b/files/security/CVE-2018-5786.nopatch deleted file mode 100644 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,16 +1,18 @@ name : lrzip -version : 0.631 -release : 5 +version : '0.651' +release : 6 source : - - git|https://github.com/ckolivas/lrzip.git : 9819e861a5e1d089e1830120db97103d4c07e094 + - https://github.com/ckolivas/lrzip/archive/refs/tags/v0.651.tar.gz : f4c84de778a059123040681fd47c17565fcc4fec0ccc68fcf32d97fad16cd892 +homepage : https://github.com/ckolivas/lrzip license : GPL-2.0-or-later component : system.utils summary : lrzip - Long Range ZIP or LZMA RZIP description: | A compression utility that excels at compressing large files (usually > 10-50 MB). Larger files and/or more free RAM means that the utility will be able to more effectively compress your files (ie: faster / smaller size), especially if the filesize(s) exceed 100 MB. You can either choose to optimise for speed (fast compression / decompression) or size, but not both. builddeps : + - pkgconfig(liblz4) + - pkgconfig(lzo2) - bzip2-devel - - lzo-devel setup : | %reconfigure --disable-static build : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,6 +1,7 @@ lrzip + https://github.com/ckolivas/lrzip Algent Albrahimi algent@protonmail.com @@ -25,8 +26,6 @@ /usr/bin/lrzip /usr/bin/lrztar /usr/bin/lrzuntar - /usr/lib64/liblrzip.so.0 - /usr/lib64/liblrzip.so.0.0.0 /usr/share/doc/lrzip/AUTHORS /usr/share/doc/lrzip/BUGS /usr/share/doc/lrzip/COPYING @@ -56,28 +55,13 @@ /usr/share/man/man5/lrzip.conf.5 - - lrzip-devel - Development files for lrzip - A compression utility that excels at compressing large files (usually > 10-50 MB). Larger files and/or more free RAM means that the utility will be able to more effectively compress your files (ie: faster / smaller size), especially if the filesize(s) exceed 100 MB. You can either choose to optimise for speed (fast compression / decompression) or size, but not both. - - programming.devel - - lrzip - - - /usr/include/Lrzip.h - /usr/lib64/liblrzip.so - /usr/lib64/pkgconfig/lrzip.pc - - - - 2022-03-27 - 0.631 + + 2022-04-04 + 0.651 Packaging update Algent Albrahimi algent@protonmail.com \ No newline at end of file