diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-10-19 20:16:19 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-10-20 08:59:56 +0200 |
commit | a5a6e494a74ca91943ba9e0831b225ac19b1ee1b (patch) | |
tree | 8df8343bd91fa5a86cfe84e3e061e45a5b7faba7 /source/a | |
parent | 12e5feaa943ad3f13e80248edc442dab02e5ed7f (diff) | |
download | current-a5a6e494a74ca91943ba9e0831b225ac19b1ee1b.tar.gz |
Mon Oct 19 20:16:19 UTC 202020201019201619
a/glibc-zoneinfo-2020c-noarch-1.txz: Upgraded.
This package provides the latest timezone updates.
d/ccache-4.0-x86_64-1.txz: Upgraded.
Please note that the default cache directory has been changed to
$HOME/.cache/ccache and the default config file has been changed to
$HOME/.config/ccache/ccache.conf. You'll probably want to move your
existing config file if you've set any options, and then clear out
the old location of $HOME/.ccache to avoid wasting storage space.
d/python-pip-20.2.4-x86_64-1.txz: Upgraded.
d/python-setuptools-50.3.2-x86_64-1.txz: Upgraded.
l/glib2-2.66.2-x86_64-1.txz: Upgraded.
l/mozjs78-78.4.0esr-x86_64-1.txz: Upgraded.
l/python-urllib3-1.25.11-x86_64-1.txz: Upgraded.
x/pyxdg-0.27-x86_64-1.txz: Upgraded.
xap/mozilla-firefox-78.4.0esr-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/firefox/78.4.0/releasenotes/
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild | 4 | ||||
-rw-r--r-- | source/a/glibc-zoneinfo/zic.default.fat.diff (renamed from source/a/glibc-zoneinfo/zic.default.fat) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild b/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild index 1efc702d..07df3be2 100755 --- a/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild +++ b/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=glibc-zoneinfo ZONE_VERSIONS="$(echo tzdata* | cut -f1 -d . | cut -b7-11)" -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -89,7 +89,7 @@ tar xzf $CWD/tzdata?????.tar.gz || exit 1 # Default to more bloated (but more compatible) "fat" format with zic. # This was the default prior to tzcode2020b. -zcat $CWD/zic.default.fat.gz | patch -p1 --verbose || exit 1 +zcat $CWD/zic.default.fat.diff.gz | patch -p1 --verbose || exit 1 chown -R root:root . find . \ diff --git a/source/a/glibc-zoneinfo/zic.default.fat b/source/a/glibc-zoneinfo/zic.default.fat.diff index 62832bb1..62832bb1 100644 --- a/source/a/glibc-zoneinfo/zic.default.fat +++ b/source/a/glibc-zoneinfo/zic.default.fat.diff |