diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-03-15 19:50:24 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-03-16 08:59:49 +0100 |
commit | 3b63d76134a464753266183e4f968c8b66f04fee (patch) | |
tree | d82ded754ec89fbe991ae606571658cf33494da6 /source/a/aaa_elflibs | |
parent | 99054d5dbe96b4947262b6b28946c6b11c949e2b (diff) | |
download | current-3b63d76134a464753266183e4f968c8b66f04fee.tar.gz current-3b63d76134a464753266183e4f968c8b66f04fee.tar.xz |
Sun Mar 15 19:50:24 UTC 202020200315195024
a/aaa_elflibs-15.0-x86_64-22.txz: Rebuilt.
Upgraded: libcap.so.2.33, libncurses.so.6.2, libncursesw.so.6.2,
libpcre.so.1.2.12, libpcreposix.so.0.0.7, libtinfo.so.6.2, libform.so.6.2,
libformw.so.6.2, libglib-2.0.so.0.6400.1, libgmodule-2.0.so.0.6400.1,
libgobject-2.0.so.0.6400.1, libgthread-2.0.so.0.6400.1,
liblber-2.4.so.2.10.12, libldap-2.4.so.2.10.12, libmenu.so.6.2,
libmenuw.so.6.2, libpanel.so.6.2, libpanelw.so.6.2, libstdc++.so.6.0.28.
a/xfsprogs-5.5.0-x86_64-1.txz: Upgraded.
ap/sudo-1.8.31p1-x86_64-1.txz: Upgraded.
This is a bugfix release:
Sudo once again ignores a failure to restore the RLIMIT_CORE resource limit,
as it did prior to version 1.8.29. Linux containers don't allow RLIMIT_CORE
to be set back to RLIM_INFINITY if we set the limit to zero, even for root,
which resulted in a warning from sudo.
d/help2man-1.47.13-x86_64-1.txz: Upgraded.
d/perl-5.30.2-x86_64-1.txz: Upgraded.
Also upgraded to Devel-CheckLib-1.14, DBI-1.643, and IO-Socket-SSL-2.067.
n/ModemManager-1.12.8-x86_64-1.txz: Upgraded.
n/bluez-5.54-x86_64-1.txz: Upgraded.
x/vulkan-sdk-1.2.131.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a/aaa_elflibs')
-rwxr-xr-x | source/a/aaa_elflibs/aaa_elflibs.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/aaa_elflibs/aaa_elflibs.SlackBuild b/source/a/aaa_elflibs/aaa_elflibs.SlackBuild index 7e7f2cd07..9860fe6d5 100755 --- a/source/a/aaa_elflibs/aaa_elflibs.SlackBuild +++ b/source/a/aaa_elflibs/aaa_elflibs.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=aaa_elflibs VERSION=${VERSION:-15.0} -BUILD=${BUILD:-21} +BUILD=${BUILD:-22} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |