mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
a5a6e494a7
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/
11 lines
237 B
Diff
11 lines
237 B
Diff
--- ./zic.c.orig 2020-10-03 17:11:18.000000000 -0500
|
|
+++ ./zic.c 2020-10-12 13:03:20.086014967 -0500
|
|
@@ -668,7 +668,7 @@
|
|
}
|
|
|
|
#ifndef ZIC_BLOAT_DEFAULT
|
|
-# define ZIC_BLOAT_DEFAULT "slim"
|
|
+# define ZIC_BLOAT_DEFAULT "fat"
|
|
#endif
|
|
|
|
int
|