From c42086b90c8f4ddf8de656cd3d155ddaabb6ace1 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 10 Dec 2019 18:52:42 +0000 Subject: Tue Dec 10 18:52:42 UTC 2019 l/dconf-0.34.0-x86_64-2.txz: Rebuilt. Rebuilt using the sed replacements suggested by LFS. This fixes a subsequent build of dconf-editor. l/glib-networking-2.62.2-x86_64-1.txz: Upgraded. n/samba-4.11.3-x86_64-1.txz: Upgraded. This update fixes the following security issues: Samba AD DC zone-named record Denial of Service in DNS management server. DelegationNotAllowed was not enforced in protocol transition on Samba AD DC. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14861 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14870 (* Security fix *) x/vulkan-sdk-1.1.126.0-x86_64-1.txz: Upgraded. --- source/l/dconf/dconf.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/l') diff --git a/source/l/dconf/dconf.SlackBuild b/source/l/dconf/dconf.SlackBuild index 927bba200..1aa481fca 100755 --- a/source/l/dconf/dconf.SlackBuild +++ b/source/l/dconf/dconf.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=dconf VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -80,7 +80,8 @@ find . \ # Fix duplicate symbols at link time with meson-0.52.{0,1}: if [ "$(meson --version)" = "0.52.0" -o "$(meson --version)" = "0.52.1" ]; then - sed -i "s/link_whole: libdconf_common,/link_with: libdconf_common,/g" common/meson.build + sed -i 's|link_whole|link_with|' client/meson.build && + sed -i 's/module/& | grep -v mangle_path/' gsettings/abicheck.sh fi # Configure, build, and install: -- cgit v1.2.3