diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-03-31 23:43:20 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-04-01 09:00:07 +0200 |
commit | 44010944eea1c5c0d026636dc815962954d77bb0 (patch) | |
tree | 7cc6325dd486ddc30129b87fa9f32144c39b0a85 /source/l/dconf-editor/dconf-editor.SlackBuild | |
parent | 6bcece3c23300976650b539af471b149fb400774 (diff) | |
download | current-44010944eea1c5c0d026636dc815962954d77bb0.tar.gz |
Wed Mar 31 23:43:20 UTC 202120210331234320
a/file-5.40-x86_64-1.txz: Upgraded.
ap/ghostscript-9.54.0-x86_64-1.txz: Upgraded.
d/help2man-1.48.3-x86_64-1.txz: Upgraded.
l/at-spi2-core-2.40.0-x86_64-1.txz: Upgraded.
l/dbus-glib-0.112-x86_64-1.txz: Upgraded.
l/dconf-0.40.0-x86_64-1.txz: Upgraded.
l/dconf-editor-3.38.3-x86_64-1.txz: Upgraded.
l/gcr-3.40.0-x86_64-1.txz: Upgraded.
l/gdk-pixbuf2-2.42.4-x86_64-1.txz: Upgraded.
l/gjs-1.68.0-x86_64-1.txz: Upgraded.
l/glib-networking-2.68.0-x86_64-1.txz: Upgraded.
l/glib2-2.68.0-x86_64-1.txz: Upgraded.
l/gobject-introspection-1.68.0-x86_64-1.txz: Upgraded.
l/gtk+3-3.24.28-x86_64-1.txz: Upgraded.
l/gvfs-1.48.0-x86_64-1.txz: Upgraded.
l/netpbm-10.94.01-x86_64-1.txz: Upgraded.
l/pygobject3-3.40.1-x86_64-1.txz: Upgraded.
l/vte-0.64.0-x86_64-1.txz: Upgraded.
n/curl-7.76.0-x86_64-1.txz: Upgraded.
This update fixes security issues:
Authentication Bypass by Spoofing.
Exposure of Private Personal Information to an Unauthorized Actor.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22890
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22876
(* Security fix *)
xap/gimp-2.10.24-x86_64-1.txz: Upgraded.
xap/seamonkey-2.53.7-x86_64-1.txz: Upgraded.
This update contains security fixes and improvements.
For more information, see:
https://www.seamonkey-project.org/releases/seamonkey2.53.7
(* Security fix *)
Diffstat (limited to 'source/l/dconf-editor/dconf-editor.SlackBuild')
-rwxr-xr-x | source/l/dconf-editor/dconf-editor.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/l/dconf-editor/dconf-editor.SlackBuild b/source/l/dconf-editor/dconf-editor.SlackBuild index 605c52db..119b81cc 100755 --- a/source/l/dconf-editor/dconf-editor.SlackBuild +++ b/source/l/dconf-editor/dconf-editor.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=dconf-editor VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -78,9 +78,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ -# Fix for latest vala (all GtkChild widgets must be declared as unowned): -cat $CWD/fdc90849223649509424bbefe14990de71db2b2b.patch | patch -p1 --verbose || exit 1 - # Configure, build, and install: export CFLAGS="$SLKCFLAGS" export CXXFLAGS="$SLKCFLAGS" |