From d6b3fac831bf7bbe61e3e04c1dc6f734f06f8731 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sat, 23 Jan 2021 19:55:29 +0000 Subject: Sat Jan 23 19:55:29 UTC 2021 a/kernel-generic-5.10.10-x86_64-1.txz: Upgraded. a/kernel-huge-5.10.10-x86_64-1.txz: Upgraded. a/kernel-modules-5.10.10-x86_64-1.txz: Upgraded. a/os-prober-1.78-x86_64-1.txz: Upgraded. ap/inxi-20210113_1e2d470c-noarch-1.txz: Upgraded. ap/mc-4.8.26-x86_64-1.txz: Upgraded. ap/sqlite-3.34.1-x86_64-1.txz: Upgraded. ap/vim-8.2.2394-x86_64-1.txz: Upgraded. d/kernel-headers-5.10.10-x86-1.txz: Upgraded. d/parallel-20210122-noarch-1.txz: Upgraded. k/kernel-source-5.10.10-noarch-1.txz: Upgraded. l/gtk+2-2.24.33-x86_64-1.txz: Upgraded. l/mozilla-nss-3.61-x86_64-1.txz: Upgraded. l/pango-1.48.1-x86_64-1.txz: Upgraded. l/pipewire-0.3.20-x86_64-1.txz: Upgraded. l/vte-0.62.2-x86_64-1.txz: Upgraded. n/bind-9.16.11-x86_64-1.txz: Upgraded. n/libgcrypt-1.9.0-x86_64-1.txz: Upgraded. Use blinding for ECDSA signing to mitigate a novel side-channel attack. Add mitigation against ECC timing attack. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0495 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13626 (* Security fix *) n/libmbim-1.24.6-x86_64-1.txz: Upgraded. n/mutt-2.0.5-x86_64-1.txz: Upgraded. n/pinentry-1.1.1-x86_64-1.txz: Upgraded. n/s-nail-14.9.21-x86_64-1.txz: Upgraded. xap/vim-gvim-8.2.2394-x86_64-1.txz: Upgraded. xap/xsnow-3.2.2-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt. --- source/n/bind/bind.SlackBuild | 2 +- source/n/libgcrypt/libgcrypt.SlackBuild | 2 +- source/n/libmbim/libmbim.SlackBuild | 6 +++--- source/n/mutt/mutt.SlackBuild | 2 +- source/n/pinentry/pinentry.SlackBuild | 2 +- source/n/pinentry/slack-desc | 2 +- source/n/s-nail/s-nail.SlackBuild | 2 +- source/n/s-nail/s-nail.url | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) (limited to 'source/n') diff --git a/source/n/bind/bind.SlackBuild b/source/n/bind/bind.SlackBuild index 783ef548..1b7af895 100755 --- a/source/n/bind/bind.SlackBuild +++ b/source/n/bind/bind.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=bind VERSION=${VERSION:-$(echo ${PKGNAM}-[0-9]*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/libgcrypt/libgcrypt.SlackBuild b/source/n/libgcrypt/libgcrypt.SlackBuild index 2929ba0a..afe39d3a 100755 --- a/source/n/libgcrypt/libgcrypt.SlackBuild +++ b/source/n/libgcrypt/libgcrypt.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libgcrypt VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/libmbim/libmbim.SlackBuild b/source/n/libmbim/libmbim.SlackBuild index d10097f4..8c7b58b5 100755 --- a/source/n/libmbim/libmbim.SlackBuild +++ b/source/n/libmbim/libmbim.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libmbim -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -70,7 +70,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf $PKGNAM-$VERSION -tar xf $CWD/$PKGNAM-$VERSION.tar.xz || exit 1 +tar xf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 # Remove these (if they exist) to force generating them with help2man: diff --git a/source/n/mutt/mutt.SlackBuild b/source/n/mutt/mutt.SlackBuild index e4623891..64873d93 100755 --- a/source/n/mutt/mutt.SlackBuild +++ b/source/n/mutt/mutt.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mutt VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/pinentry/pinentry.SlackBuild b/source/n/pinentry/pinentry.SlackBuild index 691757d2..db1d18a8 100755 --- a/source/n/pinentry/pinentry.SlackBuild +++ b/source/n/pinentry/pinentry.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pinentry VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/pinentry/slack-desc b/source/n/pinentry/slack-desc index 53d525c7..f43ff3ab 100644 --- a/source/n/pinentry/slack-desc +++ b/source/n/pinentry/slack-desc @@ -11,7 +11,7 @@ pinentry: pinentry: This is a collection of simple PIN or passphrase entry dialogs which pinentry: utilize the Assuan protocol as described by the aegypten project. pinentry: -pinentry: See http://www.gnupg.org/aegypten/ for details. +pinentry: Homepage: http://www.gnupg.org/aegypten/ pinentry: pinentry: pinentry: diff --git a/source/n/s-nail/s-nail.SlackBuild b/source/n/s-nail/s-nail.SlackBuild index c3a47004..3c06152f 100755 --- a/source/n/s-nail/s-nail.SlackBuild +++ b/source/n/s-nail/s-nail.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=s-nail VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/n/s-nail/s-nail.url b/source/n/s-nail/s-nail.url index 7916506a..6395063b 100644 --- a/source/n/s-nail/s-nail.url +++ b/source/n/s-nail/s-nail.url @@ -1,2 +1,2 @@ -http://ftp.sdaoden.eu/s-nail-14.9.20.tar.xz -http://ftp.sdaoden.eu/s-nail-14.9.20.tar.xz.asc +http://ftp.sdaoden.eu/s-nail-14.9.21.tar.xz +http://ftp.sdaoden.eu/s-nail-14.9.21.tar.xz.asc -- cgit v1.2.3