diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-06-19 19:59:04 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-06-19 22:41:30 +0200 |
commit | b25c84154fbea96dc71b06605c8447a47342bedb (patch) | |
tree | 0629044b7c7fc5cb0bf820bef8ffd2f973e8b339 /source/ap/sudo | |
parent | 0ded95a6619bb151727096c01a30879455d04374 (diff) | |
download | current-b25c84154fbea96dc71b06605c8447a47342bedb.tar.gz |
Fri Jun 19 19:59:04 UTC 202020200619195904
a/haveged-1.9.12-x86_64-1.txz: Upgraded.
a/kernel-firmware-20200619_3890db3-noarch-1.txz: Upgraded.
a/sysvinit-scripts-2.1-noarch-34.txz: Rebuilt.
rc.M: check for elogind first so that we can ignore a stale CK2 package.
ap/sudo-1.9.1-x86_64-1.txz: Upgraded.
l/alsa-lib-1.2.3.1-x86_64-1.txz: Upgraded.
l/desktop-file-utils-0.26-x86_64-1.txz: Upgraded.
n/mutt-1.14.4-x86_64-1.txz: Upgraded.
x/libinput-1.15.6-x86_64-1.txz: Upgraded.
x/xinit-1.4.1-x86_64-2.txz: Rebuilt.
When using elogind, start the session on the current console.
Thanks to alienBOB.
Diffstat (limited to 'source/ap/sudo')
-rwxr-xr-x | source/ap/sudo/sudo.SlackBuild | 2 | ||||
-rw-r--r-- | source/ap/sudo/sudo.url | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/sudo/sudo.SlackBuild b/source/ap/sudo/sudo.SlackBuild index 984c7e0b..a47e63e6 100755 --- a/source/ap/sudo/sudo.SlackBuild +++ b/source/ap/sudo/sudo.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sudo 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/ap/sudo/sudo.url b/source/ap/sudo/sudo.url index 78308974..a80c5d32 100644 --- a/source/ap/sudo/sudo.url +++ b/source/ap/sudo/sudo.url @@ -1 +1 @@ -ftp://ftp.sudo.ws/pub/sudo +https://www.sudo.ws/dist |