summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-01-24 22:30:40 +0000
committer Eric Hameleers <alien@slackware.com>2022-01-24 22:30:40 +0000
commit29aba8b2f547e35d0104a20c24d20e1f3abfc116 (patch)
tree3e7f2edceaad04d2c2b54d9071dec2d609aa9381
parentdfa2fc70242ce10b770bae118aa5a36909026eab (diff)
downloadmultilib-29aba8b2f547e35d0104a20c24d20e1f3abfc116.tar.gz
multilib-29aba8b2f547e35d0104a20c24d20e1f3abfc116.tar.xz
glibc-multilib: This update patches two security issues
-rwxr-xr-xsource/current/glibc/glibc-multilib.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/current/glibc/glibc-multilib.SlackBuild b/source/current/glibc/glibc-multilib.SlackBuild
index 9e54638..be1d760 100755
--- a/source/current/glibc/glibc-multilib.SlackBuild
+++ b/source/current/glibc/glibc-multilib.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2006, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2006, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=glibc
VERSION=${VERSION:-2.33}
CHECKOUT=${CHECKOUT:-""}
-BUILD=${BUILD:-4alien}
+BUILD=${BUILD:-5alien}
# I was considering disabling NSCD, but MoZes talked me out of it. :)
#DISABLE_NSCD=" --disable-nscd "