diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-08-09 19:25:22 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-08-10 07:00:13 +0200 |
commit | a5f98c65b12d21d81311e9d572cccb765e44b93f (patch) | |
tree | 81b50e661c61aefe12ac42c72820edfccae6e8e9 /source/l/zlib/zlib.SlackBuild | |
parent | 2d7cee39612aff5630994ad4634733902c6f78db (diff) | |
download | current-05b5e0fccecd8002a4f00ec7197890e04c29175e.tar.gz |
Tue Aug 9 19:25:22 UTC 202220220809192522
a/mcelog-187-x86_64-1.txz: Upgraded.
l/zlib-1.2.12-x86_64-2.txz: Rebuilt.
Applied an upstream patch to restore the handling of CRC inputs to be the
same as in previous releases of zlib. This fixes an issue with OpenJDK.
Thanks to alienBOB.
x/xf86-input-wacom-1.1.0-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-102.1.2-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/102.1.2/releasenotes/
Diffstat (limited to 'source/l/zlib/zlib.SlackBuild')
-rwxr-xr-x | source/l/zlib/zlib.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/l/zlib/zlib.SlackBuild b/source/l/zlib/zlib.SlackBuild index a7417d99..a3337583 100755 --- a/source/l/zlib/zlib.SlackBuild +++ b/source/l/zlib/zlib.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=zlib VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -69,6 +69,8 @@ rm -rf zlib-$VERSION tar xvf $CWD/zlib-$VERSION.tar.xz || exit 1 cd zlib-$VERSION || exit 1 +cat $CWD/ec3df00224d4b396e2ac6586ab5d25f673caa4c2.patch | patch -p1 --verbose || exit 1 + chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |