diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-11-04 19:33:47 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-11-05 08:59:39 +0100 |
commit | cf640c7b345c4048ff73f7169dfff4f7fa62290d (patch) | |
tree | 8a435d6396c05148033407e1099e1c9f357fb56d /source/n | |
parent | a90cbc61c22e438e97c1810006b15850ddf72dcc (diff) | |
download | current-cf640c7b345c4048ff73f7169dfff4f7fa62290d.tar.gz current-cf640c7b345c4048ff73f7169dfff4f7fa62290d.tar.xz |
Wed Nov 4 19:33:47 UTC 202020201104193347
ap/mariadb-10.5.7-x86_64-1.txz: Upgraded.
l/libcap-2.45-x86_64-1.txz: Upgraded.
l/poppler-data-0.4.10-noarch-1.txz: Upgraded.
n/samba-4.13.2-x86_64-1.txz: Upgraded.
x/libdrm-2.4.103-x86_64-1.txz: Upgraded.
testing/packages/vtown/kde/sddm-0.18.1-x86_64-1_vtown_2.txz: Rebuilt.
Fixed installation of pam.d files. Thanks to alienBOB.
Diffstat (limited to 'source/n')
-rwxr-xr-x | source/n/samba/samba.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/samba/samba.url | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/n/samba/samba.SlackBuild b/source/n/samba/samba.SlackBuild index 8c09f50cf..854483e34 100755 --- a/source/n/samba/samba.SlackBuild +++ b/source/n/samba/samba.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=samba VERSION=${VERSION:-$(echo samba-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -e $CWD/machine.conf ]; then . $CWD/machine.conf ] diff --git a/source/n/samba/samba.url b/source/n/samba/samba.url index 896ae3a08..f6d7906cb 100644 --- a/source/n/samba/samba.url +++ b/source/n/samba/samba.url @@ -1,2 +1,2 @@ -https://download.samba.org/pub/samba/stable/samba-4.13.1.tar.gz -https://download.samba.org/pub/samba/stable/samba-4.13.1.tar.asc +https://download.samba.org/pub/samba/stable/samba-4.13.2.tar.gz +https://download.samba.org/pub/samba/stable/samba-4.13.2.tar.asc |