Tue Jan 25 19:25:01 2022 UTC ()
net/samba4: Add upstream bug report URL


(gdt)
diff -r1.135 -r1.136 pkgsrc/net/samba4/Makefile

cvs diff -r1.135 -r1.136 pkgsrc/net/samba4/Makefile (expand / switch to unified diff)

--- pkgsrc/net/samba4/Makefile 2022/01/10 14:11:16 1.135
+++ pkgsrc/net/samba4/Makefile 2022/01/25 19:25:01 1.136
@@ -1,22 +1,24 @@ @@ -1,22 +1,24 @@
1# $NetBSD: Makefile,v 1.135 2022/01/10 14:11:16 taca Exp $ 1# $NetBSD: Makefile,v 1.136 2022/01/25 19:25:01 gdt Exp $
2 2
3# WARNING: DO NOT UPDATE WITHOUT RESOLVING THIS ISSUE: 3# WARNING: DO NOT UPDATE WITHOUT RESOLVING THIS ISSUE:
4# 4#
5# Samba 4.14 is incompatible with procfs in NetBSD 9.2 and other 5# Samba 4.14 is incompatible with procfs in NetBSD 9.2 and other
6# BSDs! 6# BSDs!
7# 7#
8# Please do not update without testing on NetBSD 9.2! 8# Please do not update without testing on NetBSD 9.2!
9# 9#
 10# https://bugzilla.samba.org/show_bug.cgi?id=14727
 11#
10DISTNAME= samba-4.13.16 12DISTNAME= samba-4.13.16
11CATEGORIES= net 13CATEGORIES= net
12MASTER_SITES= https://download.samba.org/pub/samba/stable/ 14MASTER_SITES= https://download.samba.org/pub/samba/stable/
13 15
14MAINTAINER= pkgsrc-users@NetBSD.org 16MAINTAINER= pkgsrc-users@NetBSD.org
15HOMEPAGE= https://www.samba.org/ 17HOMEPAGE= https://www.samba.org/
16COMMENT= SMB/CIFS protocol server suite 18COMMENT= SMB/CIFS protocol server suite
17LICENSE= gnu-gpl-v3 19LICENSE= gnu-gpl-v3
18 20
19CONFLICTS+= ja-samba-[0-9]* winbind-[0-9]* 21CONFLICTS+= ja-samba-[0-9]* winbind-[0-9]*
20 22
21PYTHON_VERSIONS_INCOMPATIBLE= 27 23PYTHON_VERSIONS_INCOMPATIBLE= 27
22 24