diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-12-10 18:52:42 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-12-11 08:59:49 +0100 |
commit | c42086b90c8f4ddf8de656cd3d155ddaabb6ace1 (patch) | |
tree | 4287f268355676406ec2455c23c06eb2f3a305b4 /source/l/dconf | |
parent | 6cccecfe05411575fbe4fb7d3e0de286b562f004 (diff) | |
download | current-c42086b90c8f4ddf8de656cd3d155ddaabb6ace1.tar.gz |
Tue Dec 10 18:52:42 UTC 201920191210185242
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.
Diffstat (limited to 'source/l/dconf')
-rwxr-xr-x | source/l/dconf/dconf.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/l/dconf/dconf.SlackBuild b/source/l/dconf/dconf.SlackBuild index 927bba20..1aa481fc 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: |