summaryrefslogtreecommitdiffstats
path: root/source/x/ibus/ibus.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-03-17 19:46:28 +0000
committer Eric Hameleers <alien@slackware.com>2022-03-18 06:59:44 +0100
commita55e318a865afebcd9ca91039ed256ce4e907f81 (patch)
treeb07b4d25ff149f236acfe09ad7b03aa17298702d /source/x/ibus/ibus.SlackBuild
parentae74897d321c65aca844b23e4ae780fdd915185f (diff)
downloadcurrent-a55e318a865afebcd9ca91039ed256ce4e907f81.tar.gz
current-a55e318a865afebcd9ca91039ed256ce4e907f81.tar.xz
Thu Mar 17 19:46:28 UTC 202220220317194628
Have a great day, everyone! Off to enjoy a couple Guinness. :-) a/kernel-generic-5.16.15-x86_64-1.txz: Upgraded. a/kernel-huge-5.16.15-x86_64-1.txz: Upgraded. a/kernel-modules-5.16.15-x86_64-1.txz: Upgraded. a/openssl-solibs-1.1.1n-x86_64-1.txz: Upgraded. d/kernel-headers-5.16.15-x86-1.txz: Upgraded. d/meson-0.61.3-x86_64-1.txz: Upgraded. k/kernel-source-5.16.15-noarch-1.txz: Upgraded. kde/kstars-3.5.8-x86_64-1.txz: Upgraded. l/nodejs-16.14.1-x86_64-1.txz: Upgraded. n/bind-9.18.1-x86_64-1.txz: Upgraded. This update fixes bugs and the following security issues: An assertion could occur in resume_dslookup() if the fetch had been shut down earlier. Lookups involving a DNAME could trigger an INSIST when "synth-from-dnssec" was enabled. A synchronous call to closehandle_cb() caused isc__nm_process_sock_buffer() to be called recursively, which in turn left TCP connections hanging in the CLOSE_WAIT state blocking indefinitely when out-of-order processing was disabled. The rules for acceptance of records into the cache have been tightened to prevent the possibility of poisoning if forwarders send records outside the configured bailiwick. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0667 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0635 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0396 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25220 (* Security fix *) n/bluez-5.64-x86_64-1.txz: Upgraded. n/mobile-broadband-provider-info-20220316-x86_64-1.txz: Upgraded. n/openssl-1.1.1n-x86_64-1.txz: Upgraded. This update fixes a high severity security issue: The BN_mod_sqrt() function, which computes a modular square root, contains a bug that can cause it to loop forever for non-prime moduli. For more information, see: https://www.openssl.org/news/secadv/20220315.txt https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0778 (* Security fix *) n/openvpn-2.5.6-x86_64-1.txz: Upgraded. x/ibus-1.5.26-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/x/ibus/ibus.SlackBuild')
-rwxr-xr-xsource/x/ibus/ibus.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/x/ibus/ibus.SlackBuild b/source/x/ibus/ibus.SlackBuild
index 433eb42c5..8af65b92a 100755
--- a/source/x/ibus/ibus.SlackBuild
+++ b/source/x/ibus/ibus.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for ibus
# Copyright 2017 Heinz Wiesinger, Amsterdam, The Netherlands
-# Copyright 2017, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2017, 2020, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=ibus
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -88,8 +88,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-zcat $CWD/571e3b6e4f386abf12d3db70b9468e092c8d72bd.patch.gz | patch -p1 --verbose || exit 1
-
zcat $CWD/emoji-test.txt.gz > emoji-test.txt
zcat $CWD/NamesList.txt.gz > NamesList.txt
zcat $CWD/Blocks.txt.gz > Blocks.txt
@@ -116,6 +114,7 @@ CFLAGS="$SLKCFLAGS" \
--with-python=python3 \
--with-unicode-emoji-dir=$TMP/ibus-$VERSION \
--with-ucd-dir=$TMP/ibus-$VERSION \
+ --disable-systemd-services \
--build=$ARCH-slackware-linux || exit 1
make $NUMJOBS || make || exit 1