diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-08-23 20:05:36 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-08-24 08:59:55 +0200 |
commit | 1d1f9ea4fba6f4d1e9fe90a58163d34cc2ca28fe (patch) | |
tree | 3622f0cf08f9d4bde9c2fc6d8d45219a00da525b /source | |
parent | aa0b35f184bdb2f64bf9ecc0ee5b3c9ec58b9fc0 (diff) | |
download | current-1d1f9ea4fba6f4d1e9fe90a58163d34cc2ca28fe.tar.gz |
Mon Aug 23 20:05:36 UTC 202120210823200536
d/parallel-20210822-noarch-1.txz: Upgraded.
l/imagemagick-7.1.0_5-x86_64-1.txz: Upgraded.
l/pulseaudio-15.0-x86_64-3.txz: Rebuilt.
Build module-gsettings.so. Thanks to SeB.
l/python2-module-collection-2.7.18-x86_64-6.txz: Rebuilt.
Restored pycairo.h and pycairo.pc. Thanks to nobodino.
n/libgcrypt-1.9.4-x86_64-1.txz: Upgraded.
Fix Elgamal encryption for other implementations.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33560
(* Security fix *)
t/fig2dev-3.2.8b-x86_64-1.txz: Upgraded.
t/xfig-3.2.8b-x86_64-1.txz: Upgraded.
xap/mozilla-firefox-91.0.1-x86_64-2.txz: Rebuilt.
Rebuilt with: --with-unsigned-addon-scopes=app,system --allow-addon-sideload
xap/mozilla-thunderbird-91.0.2-x86_64-2.txz: Rebuilt.
Rebuilt with "export MOZ_REQUIRE_SIGNING=" to fix add-ons and language packs.
Thanks to marav.
Diffstat (limited to 'source')
4 files changed, 11 insertions, 6 deletions
diff --git a/source/l/pulseaudio/pulseaudio.SlackBuild b/source/l/pulseaudio/pulseaudio.SlackBuild index bf389d8f..c725760b 100755 --- a/source/l/pulseaudio/pulseaudio.SlackBuild +++ b/source/l/pulseaudio/pulseaudio.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pulseaudio VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -112,6 +112,7 @@ meson setup \ --localstatedir=/var \ --buildtype=release \ -Dorc=enabled \ + -Dgsettings=enabled \ -Dhal-compat=false \ -Dsystem_user="pulse" \ -Dsystem_group="pulse" \ diff --git a/source/l/python2-module-collection/python2-module-collection.SlackBuild b/source/l/python2-module-collection/python2-module-collection.SlackBuild index a4b4f26d..4f67d324 100755 --- a/source/l/python2-module-collection/python2-module-collection.SlackBuild +++ b/source/l/python2-module-collection/python2-module-collection.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=python2-module-collection VERSION=2.7.18 -BUILD=${BUILD:-5} +BUILD=${BUILD:-6} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -483,8 +483,8 @@ cp -a \ $PKG/usr/doc/$PKGNAM-$VERSION/dbus-python-1.2.16 # Remove overlap with main package: -rm -rf $PKG/usr/include -rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig +rm -rf $PKG/usr/include/dbus-1.0 +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig/dbus-python.pc # Strip binaries: find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null diff --git a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild index 4b558e78..f7364222 100755 --- a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild +++ b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mozilla-firefox VERSION=$(basename $(ls firefox-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev) .source) RELEASEVER=$(echo $VERSION | cut -f 1 -d r | cut -f 1 -d b | cut -f 1 -d e) -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Specify this variable for a localized build. # For example, to build a version of Firefox with Italian support, run @@ -236,6 +236,8 @@ OPTIONS="\ --with-system-zlib \ --with-system-nss \ --with-system-nspr \ + --with-unsigned-addon-scopes=app,system \ + --allow-addon-sideload \ --enable-alsa \ --enable-application=browser \ --enable-default-toolkit=cairo-gtk3-wayland \ diff --git a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild index 3ad94b60..9cd9246b 100755 --- a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild +++ b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mozilla-thunderbird VERSION=$(basename $(ls thunderbird-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev) .source) RELEASEVER=$(echo $VERSION | cut -f 1 -d e | cut -f 1 -d b) -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Specify this variable for a localized build. # For example, to build a version of Thunderbird with Italian support, run @@ -244,6 +244,8 @@ export MOZ_PHOENIX=1 export CFLAGS="$SLKCFLAGS" export CXXFLAGS="$SLKCFLAGS" export MOZ_MAKE_FLAGS="$NUMJOBS" +# Set the following variable to empty. =0 does not work. +export MOZ_REQUIRE_SIGNING= # Clear some variables that could break the build unset DBUS_SESSION_BUS_ADDRESS ORBIT_SOCKETDIR SESSION_MANAGER \ |