diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -7,7 +7,7 @@ libc.so.6:__sigsetjmp libc.so.6:__stack_chk_fail libc.so.6:__strcpy_chk -libc.so.6:__strncpy_chk +libc.so.6:__sysv_signal libc.so.6:__vfprintf_chk libc.so.6:__vsnprintf_chk libc.so.6:_exit @@ -45,7 +45,6 @@ libc.so.6:qsort libc.so.6:readdir64 libc.so.6:realloc -libc.so.6:signal libc.so.6:stat64 libc.so.6:stderr libc.so.6:stdin @@ -69,7 +68,6 @@ libpthread.so.0:fsync libpthread.so.0:lseek64 libpthread.so.0:open64 -libpthread.so.0:pthread_cancel libpthread.so.0:pthread_cond_broadcast libpthread.so.0:pthread_cond_wait libpthread.so.0:pthread_create @@ -94,6 +92,7 @@ libz.so.1:deflatePrime libz.so.1:deflateReset libz.so.1:deflateSetDictionary +libz.so.1:get_crc_table libz.so.1:inflateBack libz.so.1:inflateBackEnd libz.so.1:inflateBackInit_ diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,15 +1,17 @@ name : pigz -version : '2.4' -release : 3 +version : '2.6' +release : 4 source : - - https://github.com/madler/pigz/archive/v2.4.tar.gz : e228e7d18b34c4ece8d596eb6eee97bde533c6beedbb728d07d3abe90b4b1b52 + - https://github.com/madler/pigz/archive/refs/tags/v2.6.tar.gz : 577673676cd5c7219f94b236075451220bae3e1ca451cf849947a2998fbf5820 license : Apache-2.0 component : system.utils -summary : Parallel gzip +homepage : https://zlib.net/pigz/ +summary : Parallel implementation of gzip description: | pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries. build : | %make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" install : | - install -D -m 00755 pigz $installdir/usr/bin/pigz - install -D -m 00755 unpigz $installdir/usr/bin/unpigz + install -Dm 00755 pigz $installdir/usr/bin/pigz + install -Dm 00755 unpigz $installdir/usr/bin/unpigz + install -Dm 00644 pigz.1 $installdir/usr/share/man/man1/pigz.1 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,35 +1,37 @@ pigz + https://zlib.net/pigz/ - Joshua Strobl - joshua@getsol.us + Campbell Jones + dev@serebit.com Apache-2.0 system.utils - Parallel gzip + Parallel implementation of gzip pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries. https://getsol.us/sources/README.Solus pigz - Parallel gzip + Parallel implementation of gzip pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries. system.utils /usr/bin/pigz /usr/bin/unpigz + /usr/share/man/man1/pigz.1 - - 2021-06-15 - 2.4 + + 2021-07-31 + 2.6 Packaging update - Joshua Strobl - joshua@getsol.us + Campbell Jones + dev@serebit.com \ No newline at end of file