summaryrefslogtreecommitdiffstats
path: root/patches/source/krb5/krb5.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-07-12 20:41:16 +0000
committer Eric Hameleers <alien@slackware.com>2023-07-13 13:30:36 +0200
commit08b21a9944735aee9b1c2acd8d363059e6018fc6 (patch)
treeb47bc641c1b9daa54dcca00e4f0ffed58e7e016d /patches/source/krb5/krb5.SlackBuild
parent3b203b36ef3c683f2e13ba4ee5161c63cfc32899 (diff)
downloadcurrent-08b21a9944735aee9b1c2acd8d363059e6018fc6.tar.gz
current-08b21a9944735aee9b1c2acd8d363059e6018fc6.tar.xz
Wed Jul 12 20:41:16 UTC 202320230712204116_15.0
patches/packages/krb5-1.19.2-x86_64-4_slack15.0.txz: Rebuilt. Fix potential uninitialized pointer free in kadm5 XDR parsing. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-36054 (* Security fix *) patches/packages/sudo-1.9.14p1-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release.
Diffstat (limited to '')
-rwxr-xr-xpatches/source/krb5/krb5.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/patches/source/krb5/krb5.SlackBuild b/patches/source/krb5/krb5.SlackBuild
index 49ea6646d..3db26386d 100755
--- a/patches/source/krb5/krb5.SlackBuild
+++ b/patches/source/krb5/krb5.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=krb5
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3_slack15.0}
+BUILD=${BUILD:-4_slack15.0}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -83,6 +83,7 @@ cat $CWD/d775c95af7606a51bf79547a94fa52ddd1cb7f49.patch | patch -p1 --verbose ||
cat $CWD/ea92d2f0fcceb54a70910fa32e9a0d7a5afc3583.patch | patch -p1 --verbose || exit 1
cat $CWD/e134d9a6b6332bd085093e9075c949ece784fcd0.patch | patch -p1 --verbose || exit 1
cat $CWD/5ad465bc8e0d957a4945218bea487b77622bf433.patch | patch -p1 --verbose || exit 1
+cat $CWD/ef08b09c9459551aabbe7924fb176f1583053cdd.patch | patch -p1 --verbose || exit 1
cd src