Browse Source

Merge pull request #8692 from Andy2244/samba-4.9.6

samba4: update to 4.9.6
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
baab256a74
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions
  1. +7
    -5
      net/samba4/Makefile

+ 7
- 5
net/samba4/Makefile View File

@ -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 <andy.walsh44+github@gmail.com>
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


Loading…
Cancel
Save