pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/samba4



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 20 21:18:22 UTC 2018

Modified Files:
        pkgsrc/net/samba4: Makefile distinfo

Log Message:
samba4: updated to 4.9.4

Release Notes for Samba 4.9.4

Major bug fixes include:
   o dns: Fix CNAME loop prevention using counter regression.

Changes since 4.9.3:
   * BUG 9175: libcli/smb: Don't overwrite status code.
   * BUG 12164: wbinfo --group-info 'NT AUTHORITY\System' does not work.
   * BUG 13661: Session setup reauth fails to sign response.
   * BUG 13677: vfs_fruit: Validation of writes on AFP_AfpInfo stream.
   * BUG 13688: vfs_shadow_copy2: Nicely deal with attempts to open previous
     version for writing.
   * BUG 13455: Restoring previous version of stream with vfs_shadow_copy2 fails
     with NT_STATUS_OBJECT_NAME_INVALID fsp->base_fsp->fsp_name.
   * BUG 13571: CVE-2018-16853: Fix S4U2Self crash with MIT KDC build.
   * BUG 13708: s3-vfs: Prevent NULL pointer dereference in vfs_glusterfs.
   * PEP8: fix E231: missing whitespace after ','.
   * BUG 13629: winbindd: Fix crash when taking profiles.
   * BUG 13600: CVE-2018-14629 dns: Fix CNAME loop prevention using counter
     regression.
   * BUG 13686: 'samba-tool user syscpasswords' fails on a domain with many DCs.
   * BUG 13571: CVE-2018-16853: Do not segfault if client is not set.
   * BUG 13679: lib:util: Fix DEBUGCLASS pointer initializiation.
   * BUG 13696: ctdb-daemon: Exit with error if a database directory does not
     exist.
   * BUG 13498: s3:libads: Add net ads leave keep-account option.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/net/samba4/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/samba4/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/samba4/Makefile
diff -u pkgsrc/net/samba4/Makefile:1.55 pkgsrc/net/samba4/Makefile:1.56
--- pkgsrc/net/samba4/Makefile:1.55     Mon Dec 10 00:14:23 2018
+++ pkgsrc/net/samba4/Makefile  Thu Dec 20 21:18:22 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2018/12/10 00:14:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.56 2018/12/20 21:18:22 adam Exp $
 
-DISTNAME=      samba-${VERSION}
-PKGREVISION=   1
+DISTNAME=      samba-4.9.4
 CATEGORIES=    net
 MASTER_SITES=  http://download.samba.org/pub/samba/stable/
 
@@ -12,7 +11,6 @@ LICENSE=      gnu-gpl-v3
 
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
-VERSION=       4.9.3
 CONFLICTS+=    ja-samba-[0-9]* tdb-[0-9]* winbind-[0-9]*
 
 GCC_REQD+=     4.4
@@ -103,7 +101,7 @@ CONFIGURE_ARGS+=    --without-gpgme
 CONFIGURE_ARGS+=       --without-regedit
 
 # for winbind option build.
-.if ${OPSYS} != "SunOS"
+.if "${OPSYS}" != "Darwin" && "${OPSYS}" != "SunOS"
 LDFLAGS+=              -Wl,--allow-shlib-undefined
 .endif
 LDFLAGS+=              ${BUILDLINK_LDADD.gettext}
@@ -141,7 +139,6 @@ FILES_SUBST+=       PWD_MKDB=${PWD_MKDB:Q}
 PLIST_VARS+=   64bit
 .if !empty(LP64PLATFORMS:@.PLAT.@${MACHINE_PLATFORM:M${.PLAT.}}@) || \
        (defined(ABI) && ${ABI} == "64")
-CONFIGURE_ARGS+=       --with-ldb-lmdb
 PLIST.64bit=           yes
 .else
 CONFIGURE_ARGS+=       --without-ldb-lmdb
@@ -193,30 +190,29 @@ post-install:
        ${INSTALL_DATA} ${WRKSRC}/examples/smb.conf.default \
                ${DESTDIR}${PREFIX}/${EGDIR}
 
-REPLACE_PERL+= pidl/pidl
-REPLACE_PYTHON=        buildtools/bin/waf \
-               source4/setup/* \
-               source4/scripting/bin/* \
-               lib/tevent/tevent.py
+REPLACE_PERL+=         pidl/pidl
+REPLACE_PYTHON+=       buildtools/bin/waf
+REPLACE_PYTHON+=       source4/setup/wscript_build
+REPLACE_PYTHON+=       source4/scripting/bin/*
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 37 # as of 4.3.2
-
-.include "../../lang/python/application.mk"
+PYTHON_VERSIONS_ACCEPTED=      27 # as of 4.3.2
 
 PY_PATCHPLIST= yes
+.include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
 
 .if ${OPSYS} == "Linux"
 .include "../../devel/libuuid/buildlink3.mk"
 .endif
+.include "../../archivers/libarchive/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
+.include "../../databases/lmdb/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.talloc+= talloc>=2.1.9
+.include "../../devel/talloc/buildlink3.mk"
 .include "../../devel/popt/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../databases/lmdb/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"
 .include "../../textproc/jansson/buildlink3.mk"
-BUILDLINK_API_DEPENDS.talloc+= talloc>=2.1.9
-.include "../../devel/talloc/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/samba4/distinfo
diff -u pkgsrc/net/samba4/distinfo:1.20 pkgsrc/net/samba4/distinfo:1.21
--- pkgsrc/net/samba4/distinfo:1.20     Thu Nov 29 14:46:46 2018
+++ pkgsrc/net/samba4/distinfo  Thu Dec 20 21:18:22 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.20 2018/11/29 14:46:46 taca Exp $
+$NetBSD: distinfo,v 1.21 2018/12/20 21:18:22 adam Exp $
 
-SHA1 (samba-4.9.3.tar.gz) = 99d9006495aa5d0c4b904ff8ab0b8daf0e694183
-RMD160 (samba-4.9.3.tar.gz) = 830c0052e6704f97e1d3c6d07564e9cb0fc4d928
-SHA512 (samba-4.9.3.tar.gz) = bdcba835857f1f41d47932e5c06cff446301c916b78195124814eac89dfce93f12e6e7aa1b53cfff30fdd12d8ce6409dda4e454d8f26fb7ea8e0a97996f93783
-Size (samba-4.9.3.tar.gz) = 18043670 bytes
+SHA1 (samba-4.9.4.tar.gz) = 7f8e15709e03e52d14bd9c85dd717366c106993f
+RMD160 (samba-4.9.4.tar.gz) = d0a43b85b85906f860de12b0b0abb1fcc5643b7a
+SHA512 (samba-4.9.4.tar.gz) = ecd9937caa12d409b9b4cf34982b1670346fa64c7ecd111b390e296771476e13eb7b868997bfe489f36b7bdc5c9fc3af42cd5ad276e9d85aaedfa8ac4cfc0617
+Size (samba-4.9.4.tar.gz) = 18053738 bytes
 SHA1 (patch-buildtools_wafsamba_wscript) = 5604936a825675647157331df2333f4237c611f5
 SHA1 (patch-dynconfig_wscript) = 4d769a4d07487b5f62c112d3b0095196bb058117
 SHA1 (patch-lib_ldb_ldb__mdb_ldb__mdb.c) = 3dcee7618a15058351d488ad003929effa100e41



Home | Main Index | Thread Index | Old Index