From 0e47cd9c3d8c60b9f63c41b525e7c857c67bdf4d Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 24 Jun 2020 20:06:50 +0000 Subject: Wed Jun 24 20:06:50 UTC 2020 ap/mariadb-10.5.4-x86_64-1.txz: Upgraded. d/guile-3.0.4-x86_64-1.txz: Upgraded. Shared library .so-version bump. Looks like the previous bump was a mistake: This release fixes the SONAME of libguile-3.0.so, which was erroneously bumped in 3.0.3 compared to 3.0.2. Distributions are strongly encouraged to use 3.0.4 instead of 3.0.3. d/make-4.2.1-x86_64-7.txz: Rebuilt. Recompiled against guile-3.0.4. l/libjpeg-turbo-2.0.5-x86_64-1.txz: Upgraded. This update fixes bugs and a security issue: Fixed an issue in the PPM reader that caused a buffer overrun in cjpeg, TJBench, or the `tjLoadImage()` function if one of the values in a binary PPM/PGM input file exceeded the maximum value defined in the file's header and that maximum value was less than 255. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13790 (* Security fix *) n/ModemManager-1.14.0-x86_64-1.txz: Upgraded. n/curl-7.71.0-x86_64-1.txz: Upgraded. This update fixes security issues: curl overwrite local file with -J [111] Partial password leak over DNS on HTTP redirect [48] For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8177 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8169 (* Security fix *) n/gnutls-3.6.14-x86_64-3.txz: Rebuilt. Recompiled against guile-3.0.4. n/mutt-1.14.5-x86_64-1.txz: Upgraded. x/libwacom-1.4-x86_64-1.txz: Upgraded. --- source/ap/neofetch/neofetch.SlackBuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source/ap/neofetch') diff --git a/source/ap/neofetch/neofetch.SlackBuild b/source/ap/neofetch/neofetch.SlackBuild index 47d24064c..6bd5c7001 100755 --- a/source/ap/neofetch/neofetch.SlackBuild +++ b/source/ap/neofetch/neofetch.SlackBuild @@ -40,7 +40,7 @@ fi # the name of the created package would be, and then exit. This information # could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz" + echo "$PKGNAM-$VERSION-noarch-$BUILD.txz" exit 0 fi @@ -105,5 +105,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $TMP/${PKGNAM}-$VERSION-$ARCH-$BUILD.txz - +/sbin/makepkg -l y -c n $TMP/${PKGNAM}-$VERSION-noarch-$BUILD.txz -- cgit v1.2.3