diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-09-02 20:53:21 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-09-03 08:59:47 +0200 |
commit | 12cb9c0934bf390994bb18c61ad3b98796e1d957 (patch) | |
tree | db1909b37dcb45c91e81a22d6881a42646ec6c8c /source | |
parent | 6fe328cf8e5085a87987583d7cc3c3261859625b (diff) | |
download | current-20190902205321.tar.gz current-20190902205321.tar.xz |
Mon Sep 2 20:53:21 UTC 201920190902205321
a/logrotate-3.15.1-x86_64-1.txz: Upgraded.
l/libnl3-3.5.0-x86_64-1.txz: Upgraded.
l/v4l-utils-1.16.7-x86_64-1.txz: Upgraded.
xap/mozilla-firefox-68.1.0esr-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/firefox/68.1.0/releasenotes/
Diffstat (limited to 'source')
-rw-r--r-- | source/a/logrotate/logrotate.url | 2 | ||||
-rwxr-xr-x | source/l/libnl3/libnl3.SlackBuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/source/a/logrotate/logrotate.url b/source/a/logrotate/logrotate.url index 9cf1060df..529cb5fdd 100644 --- a/source/a/logrotate/logrotate.url +++ b/source/a/logrotate/logrotate.url @@ -1 +1 @@ -https://github.com/logrotate/logrotate/releases/download/3.15.0/logrotate-3.15.0.tar.xz +https://github.com/logrotate/logrotate/releases/download/3.15.1/logrotate-3.15.1.tar.xz diff --git a/source/l/libnl3/libnl3.SlackBuild b/source/l/libnl3/libnl3.SlackBuild index 4994a7619..0a6baf0c3 100755 --- a/source/l/libnl3/libnl3.SlackBuild +++ b/source/l/libnl3/libnl3.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libnl PKGNAME=libnl3 -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | 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} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -68,7 +68,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.xz || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 chown -R root:root . find . \ |