aboutsummaryrefslogtreecommitdiff
path: root/net/samba410
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2019-09-03 22:57:05 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2019-09-03 22:57:05 +0000
commit831c98ff96eddc0b056a56f41b37bbd9b6fdb993 (patch)
treed4d015b2f70468be71f3c1a12c0980e547312dba /net/samba410
parente704520ccd166857871810ad2cdf4bcde97d2b63 (diff)
Notes
Diffstat (limited to 'net/samba410')
-rw-r--r--net/samba410/Makefile2
-rw-r--r--net/samba410/distinfo6
-rw-r--r--net/samba410/files/patch-bind1415
3 files changed, 13 insertions, 10 deletions
diff --git a/net/samba410/Makefile b/net/samba410/Makefile
index 1d3de17f2957..be40cf20d69e 100644
--- a/net/samba410/Makefile
+++ b/net/samba410/Makefile
@@ -22,7 +22,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/0001-Zfs-provision-1.patch:-p1
SAMBA4_BASENAME= samba
SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4
-SAMBA4_VERSION= 4.10.7
+SAMBA4_VERSION= 4.10.8
SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|}
WRKSRC?= ${WRKDIR}/${DISTNAME}
diff --git a/net/samba410/distinfo b/net/samba410/distinfo
index 32d8732e28ef..ac6b96f81269 100644
--- a/net/samba410/distinfo
+++ b/net/samba410/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566509970
-SHA256 (samba-4.10.7.tar.gz) = 34f30494b6b63700f54be22be636e8a6e0430577166a76a017075e11c02a1ebb
-SIZE (samba-4.10.7.tar.gz) = 18318281
+TIMESTAMP = 1567545609
+SHA256 (samba-4.10.8.tar.gz) = c41f05fb567f7359998b451543501c7690a2bf6551d658a76bd6916316a410f4
+SIZE (samba-4.10.8.tar.gz) = 18316560
diff --git a/net/samba410/files/patch-bind14 b/net/samba410/files/patch-bind14
index 89106dd42975..53029cbcb9f6 100644
--- a/net/samba410/files/patch-bind14
+++ b/net/samba410/files/patch-bind14
@@ -43,13 +43,16 @@
#else
--- source4/setup/named.conf.dlz.orig 2019-06-22 09:56:57 UTC
+++ source4/setup/named.conf.dlz
-@@ -22,5 +22,8 @@ dlz "AD DNS Zone" {
- # For BIND 9.11.x
- ${BIND9_11} database "dlopen ${MODULESDIR}/bind9/dlz_bind9_11.so";
-
-+ # For BIND 9.12.x
-+ ${BIND9_12} database "dlopen ${MODULESDIR}/bind9/dlz_bind9_12.so";
+@@ -24,5 +24,11 @@ dlz "AD DNS Zone" {
+
+ # For BIND 9.12.x
+ ${BIND9_12} database "dlopen ${MODULESDIR}/bind9/dlz_bind9_12.so";
++
++ # For BIND 9.13.x
++ ${BIND9_13} database "dlopen ${MODULESDIR}/bind9/dlz_bind9_13.so";
+
++ # For BIND 9.14.x
++ ${BIND9_14} database "dlopen ${MODULESDIR}/bind9/dlz_bind9_14.so";
};
--- python/samba/provision/sambadns.py.orig 2019-01-15 10:07:00 UTC