summaryrefslogtreecommitdiffstats
path: root/source/l/shared-mime-info/shared-mime-info.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-03-28 19:33:46 +0000
committer Eric Hameleers <alien@slackware.com>2022-03-29 06:59:44 +0200
commitd48b3dea7888fc6e194df1ca985338f95530c610 (patch)
tree5bd46c357c2b498073aab885690d6b2f28db46ea /source/l/shared-mime-info/shared-mime-info.SlackBuild
parent3e5df2ef049ccdbfa62be7f61584878ca2d52083 (diff)
downloadcurrent-d48b3dea7888fc6e194df1ca985338f95530c610.tar.gz
current-d48b3dea7888fc6e194df1ca985338f95530c610.tar.xz
Mon Mar 28 19:33:46 UTC 202220220328193346
a/kernel-generic-5.17.1-x86_64-1.txz: Upgraded. a/kernel-huge-5.17.1-x86_64-1.txz: Upgraded. a/kernel-modules-5.17.1-x86_64-1.txz: Upgraded. a/util-linux-2.38-x86_64-1.txz: Upgraded. ap/cups-filters-1.28.13-x86_64-1.txz: Upgraded. d/kernel-headers-5.17.1-x86-1.txz: Upgraded. k/kernel-source-5.17.1-noarch-1.txz: Upgraded. l/shared-mime-info-2.2-x86_64-1.txz: Upgraded. l/zlib-1.2.12-x86_64-1.txz: Upgraded. This update fixes memory corruption when deflating (i.e., when compressing) if the input has many distant matches. Thanks to marav. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-25032 (* Security fix *) n/epic5-2.1.7-x86_64-1.txz: Upgraded. n/libgcrypt-1.10.1-x86_64-1.txz: Upgraded. n/s-nail-14.9.24-x86_64-1.txz: Upgraded. x/libwacom-2.2.0-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/l/shared-mime-info/shared-mime-info.SlackBuild')
-rwxr-xr-xsource/l/shared-mime-info/shared-mime-info.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/l/shared-mime-info/shared-mime-info.SlackBuild b/source/l/shared-mime-info/shared-mime-info.SlackBuild
index 2bfb885ce..9b54b78ef 100755
--- a/source/l/shared-mime-info/shared-mime-info.SlackBuild
+++ b/source/l/shared-mime-info/shared-mime-info.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2012, 2016, 2018, 2021 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2012, 2016, 2018, 2021, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=shared-mime-info
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -79,7 +79,6 @@ find . \
-exec chmod 644 {} \+
zcat $CWD/shared-mime-info.skip_tests.diff.gz | patch -p1 --verbose || exit 1
-zcat $CWD/git_meson_buildfix.patch.gz | patch -p1 --verbose || exit 1
# Configure, build, and install:
export CFLAGS="$SLKCFLAGS"