diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-10-06 19:25:04 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-10-07 08:59:58 +0200 |
commit | 0e0679dee7c2f114f3531eb31cbfacc9414d30bd (patch) | |
tree | 4f64365d14c3e0cd72ff700785b88a1b8a4385f0 /source | |
parent | 467ef177c6db247b84c6e8ee0afd2da1c1b0ffd6 (diff) | |
download | current-0e0679dee7c2f114f3531eb31cbfacc9414d30bd.tar.gz |
Wed Oct 6 19:25:04 UTC 202120211006192504
a/hwdata-0.352-noarch-1.txz: Upgraded.
ap/nano-5.9-x86_64-1.txz: Upgraded.
d/mercurial-5.9.2-x86_64-1.txz: Upgraded.
l/libgnt-2.14.3-x86_64-1.txz: Upgraded.
l/librsvg-2.52.1-x86_64-1.txz: Upgraded.
l/mozjs78-78.15.0esr-x86_64-1.txz: Upgraded.
l/netpbm-10.96.01-x86_64-1.txz: Upgraded.
l/polkit-0.120-x86_64-1.txz: Upgraded.
n/openvpn-2.5.4-x86_64-1.txz: Upgraded.
x/xkeyboard-config-2.34-noarch-1.txz: Upgraded.
xap/gftp-2.7.0b-x86_64-3.txz: Rebuilt.
Removed broken icon symlink. Thanks to marav.
xap/mozilla-thunderbird-91.2.0-x86_64-1.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/91.2.0/releasenotes/
(* Security fix *)
extra/fltk/fltk-1.3.7-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rw-r--r-- | source/installer/ChangeLog.txt | 5 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 1 | ||||
-rw-r--r-- | source/l/libgnt/libgnt.url | 2 | ||||
-rwxr-xr-x | source/xap/gftp/gftp.SlackBuild | 12 | ||||
-rwxr-xr-x | source/xap/mozilla-firefox/mozilla-firefox.SlackBuild | 1 | ||||
-rwxr-xr-x | source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild | 1 |
6 files changed, 10 insertions, 12 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index 45384884..d63000f0 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,8 @@ +Wed Oct 6 12:16:57 UTC 2021 + build_installer.sh: Added console font 'ter-732b.psf.gz' + for the AArch64/PineBook Pro. + Thanks to Stuart Winter. ++--------------------------+ Fri Sep 3 18:06:38 UTC 2021 Added dhcpcd user/group to passwd/group/shadow. Added /var/lib/dhcpcd directory. diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 47c93734..11103618 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -1151,6 +1151,7 @@ cd $TMP/extract-packages/usr/share/kbd/consolefonts mkdir -p $PKG/$ARCH-installer-filesystem/usr/share/kbd/consolefonts cp --remove-destination -fa${VERBOSE1} \ ter-114v.psf.gz \ + ter-732b.psf.gz \ $PKG/$ARCH-installer-filesystem/usr/share/kbd/consolefonts # Copy binaries from /usr/sbin into the installer's /usr/sbin/ diff --git a/source/l/libgnt/libgnt.url b/source/l/libgnt/libgnt.url index 696d6291..5ec33182 100644 --- a/source/l/libgnt/libgnt.url +++ b/source/l/libgnt/libgnt.url @@ -1,2 +1,2 @@ #https://keep.imfreedom.org/libgnt/libgnt -https://downloads.sourceforge.net/pidgin/libgnt/libgnt-2.14.2.tar.xz +https://downloads.sourceforge.net/pidgin/libgnt/libgnt-2.14.3.tar.xz diff --git a/source/xap/gftp/gftp.SlackBuild b/source/xap/gftp/gftp.SlackBuild index 4ba91471..502aae21 100755 --- a/source/xap/gftp/gftp.SlackBuild +++ b/source/xap/gftp/gftp.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gftp VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -95,15 +95,6 @@ make install DESTDIR=$PKG || exit 1 find $PKG | xargs file | grep -e "executable" -e "shared object" \ | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -# Put symlinks to the themable icons in place -mkdir -p $PKG/usr/share/icons/hicolor/{scalable,16x16,22x22,24x24,32x32,48x48}/apps -ln -s /usr/share/gftp/gftp-scalable.svg \ - $PKG/usr/share/icons/hicolor/scalable/apps/gftp.svg -for i in 16x16 22x22 24x24 32x32 48x48 ; do - ln -s /usr/share/gftp/gftp-${i}.png \ - $PKG/usr/share/icons/hicolor/${i}/apps/gftp.png -done - mkdir -p $PKG/usr/doc/gftp-$VERSION cp -a \ AUTHORS COPYING NEWS README README.html THANKS TODO docs/USERS-GUIDE \ @@ -119,4 +110,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $TMP/gftp-$VERSION-$ARCH-$BUILD.txz - diff --git a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild index 62181ad2..6d0682fb 100755 --- a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild +++ b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild @@ -281,6 +281,7 @@ export MOZ_PACKAGE_JSSHELL="1" export CFLAGS="$SLKCFLAGS" export CXXFLAGS="$SLKCFLAGS -fno-delete-null-pointer-checks" export MOZ_MAKE_FLAGS="$NUMJOBS" +export MOZBUILD_STATE_PATH="$TMP/firefox-$RELEASEVER/.mozbuild" # Clear some variables that could break the build unset DBUS_SESSION_BUS_ADDRESS ORBIT_SOCKETDIR SESSION_MANAGER \ diff --git a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild index fe886830..7762dd91 100755 --- a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild +++ b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild @@ -246,6 +246,7 @@ export CXXFLAGS="$SLKCFLAGS" export MOZ_MAKE_FLAGS="$NUMJOBS" # Set the following variable to empty. =0 does not work. export MOZ_REQUIRE_SIGNING= +export MOZBUILD_STATE_PATH="$TMP/thunderbird-$RELEASEVER/.mozbuild" # Clear some variables that could break the build unset DBUS_SESSION_BUS_ADDRESS ORBIT_SOCKETDIR SESSION_MANAGER \ |