Page MenuHomeSolus

D11564.diff
No OneTemporary

D11564.diff

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 @@
<PISI>
<Source>
<Name>pigz</Name>
+ <Homepage>https://zlib.net/pigz/</Homepage>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@getsol.us</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>system.utils</PartOf>
- <Summary xml:lang="en">Parallel gzip</Summary>
+ <Summary xml:lang="en">Parallel implementation of gzip</Summary>
<Description xml:lang="en">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.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>pigz</Name>
- <Summary xml:lang="en">Parallel gzip</Summary>
+ <Summary xml:lang="en">Parallel implementation of gzip</Summary>
<Description xml:lang="en">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.
</Description>
<PartOf>system.utils</PartOf>
<Files>
<Path fileType="executable">/usr/bin/pigz</Path>
<Path fileType="executable">/usr/bin/unpigz</Path>
+ <Path fileType="man">/usr/share/man/man1/pigz.1</Path>
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2021-06-15</Date>
- <Version>2.4</Version>
+ <Update release="4">
+ <Date>2021-07-31</Date>
+ <Version>2.6</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@getsol.us</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 8:54 PM (2 h, 51 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5853730
Default Alt Text
D11564.diff (4 KB)

Event Timeline