From 2cf952f7bb28acfce02943a5d8c95f60e9f652c0 Mon Sep 17 00:00:00 2001 From: Andy Walsh Date: Tue, 16 Apr 2019 10:28:41 +0200 Subject: [PATCH] samba4: update to 4.9.6 * fix CVE-2019-3870, CVE-2019-3880 * switch to fossies.org as main download (faster) Signed-off-by: Andy Walsh --- net/samba4/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 4270be5db..37fcbec91 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -2,19 +2,21 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba -PKG_VERSION:=4.9.5 +PKG_VERSION:=4.9.6 PKG_RELEASE:=1 PKG_MAINTAINER:=Andy Walsh PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=COPYING -PKG_SOURCE_URL:=https://download.samba.org/pub/samba/stable/ \ - https://ftp5.gwdg.de/pub/samba/stable/ \ +PKG_SOURCE_URL:=https://fossies.org/linux/misc/ \ + ftp://mirrors.dotsrc.org/samba/ \ + https://ftp.gwdg.de/pub/samba/stable/ \ https://ftp.yz.yamagata-u.ac.jp/pub/network/samba/ \ - http://ftp.uni-bayreuth.de/netsoftware/samba/ + http://ftp.uni-bayreuth.de/netsoftware/samba/ \ + https://www.samba.org/ftp/samba/stable/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=078956d2d98e22011265afd4b7221efe4861067dcba4a031583b01f34d423700 +PKG_HASH:=c9205a651a83d69e200fec9dd65e9fa360f0c75ab3275b3dcb74e5cbaec60807 # samba4=(asn1_compile) e2fsprogs=(compile_et) nfs-kernel-server=(rpcgen) PKG_BUILD_DEPENDS:=samba4/host e2fsprogs/host nfs-kernel-server/host