diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-01-29 17:37:06 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2017-01-29 17:37:06 +0200 |
commit | eb0f2f0021e471f8b19a77a80080ca60d9ce5ed0 (patch) | |
tree | 12fbf6e50cce6f6b295b3fe6e85cbc78830f46ec /net/cifs-utils | |
parent | 1c8fb4542743e949dcdda95acdc68005974dc68f (diff) |
rsync and cifs-utils: update download address
samba.org has apparently started to enforce https-only downloads,
so update the download links for rsync and cifs-utils.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'net/cifs-utils')
-rw-r--r-- | net/cifs-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cifs-utils/Makefile b/net/cifs-utils/Makefile index ed2edd621..3d67e94d7 100644 --- a/net/cifs-utils/Makefile +++ b/net/cifs-utils/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=cifs-utils PKG_VERSION:=6.4 PKG_RELEASE:=2 -PKG_SOURCE_URL:=http://ftp.samba.org/pub/linux-cifs/cifs-utils +PKG_SOURCE_URL:=https://download.samba.org/pub/linux-cifs/cifs-utils/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_MD5SUM:=b7d75b67fd3987952896d27256c7293d |