diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-08-24 19:40:54 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-08-25 08:59:53 +0200 |
commit | fc858c42d353ccaf46bda445fe55f7e97de18f90 (patch) | |
tree | 468c03139cec06ef76d17fb246df710fca04ed3a /source/l | |
parent | 1d1f9ea4fba6f4d1e9fe90a58163d34cc2ca28fe (diff) | |
download | current-fc858c42d353ccaf46bda445fe55f7e97de18f90.tar.gz |
Tue Aug 24 19:40:54 UTC 202120210824194054
a/openssl-solibs-1.1.1l-x86_64-1.txz: Upgraded.
kde/krita-4.4.8-x86_64-1.txz: Upgraded.
l/json-glib-1.6.6-x86_64-1.txz: Upgraded.
l/libarchive-3.5.2-x86_64-1.txz: Upgraded.
n/bluez-5.61-x86_64-1.txz: Upgraded.
n/openssl-1.1.1l-x86_64-1.txz: Upgraded.
Fixed an SM2 Decryption Buffer Overflow.
Fixed various read buffer overruns processing ASN.1 strings.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3711
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3712
(* Security fix *)
n/samba-4.14.7-x86_64-1.txz: Upgraded.
xap/mozilla-firefox-91.0.2-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/firefox/91.0.2/releasenotes/
Diffstat (limited to 'source/l')
-rw-r--r-- | source/l/glib2/glib.allow.gtk-doc-1.32.diff | 11 | ||||
-rwxr-xr-x | source/l/glib2/glib2.SlackBuild | 5 | ||||
-rwxr-xr-x | source/l/libarchive/libarchive.SlackBuild | 2 |
3 files changed, 2 insertions, 16 deletions
diff --git a/source/l/glib2/glib.allow.gtk-doc-1.32.diff b/source/l/glib2/glib.allow.gtk-doc-1.32.diff deleted file mode 100644 index e953d41c..00000000 --- a/source/l/glib2/glib.allow.gtk-doc-1.32.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ./docs/reference/meson.build.orig 2020-09-10 05:42:41.475683000 -0500 -+++ ./docs/reference/meson.build 2020-09-15 13:26:21.552796804 -0500 -@@ -52,7 +52,7 @@ - endif - # Check we have the minimum gtk-doc version required. Older versions won't - # generate correct documentation. -- dependency('gtk-doc', version : '>=1.32.1', -+ dependency('gtk-doc', version : '>=1.32', - fallback : ['gtk-doc', 'dummy_dep'], - default_options : ['tests=false']) - endif diff --git a/source/l/glib2/glib2.SlackBuild b/source/l/glib2/glib2.SlackBuild index dc4bbfde..f86924ff 100755 --- a/source/l/glib2/glib2.SlackBuild +++ b/source/l/glib2/glib2.SlackBuild @@ -77,9 +77,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ -# Allow the slightly older version of gtk-doc to avoid bundling a newer one: -zcat $CWD/glib.allow.gtk-doc-1.32.diff.gz | patch -p1 --verbose || exit 1 - # Configure, build, and install: export CFLAGS="$SLKCFLAGS" export CXXFLAGS="$SLKCFLAGS" @@ -100,7 +97,7 @@ meson setup \ -Dselinux=disabled \ -Dfam=false \ -Dman=true \ - -Dgtk_doc=false \ + -Dgtk_doc=true \ -Dinstalled_tests=false \ .. || exit 1 "${NINJA:=ninja}" $NUMJOBS || exit 1 diff --git a/source/l/libarchive/libarchive.SlackBuild b/source/l/libarchive/libarchive.SlackBuild index ffb7ffd3..3e11fa64 100755 --- a/source/l/libarchive/libarchive.SlackBuild +++ b/source/l/libarchive/libarchive.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libarchive 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 |