From owner-svn-ports-all@freebsd.org Mon Nov 30 01:01:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13962A3A976; Mon, 30 Nov 2015 01:01:37 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E07D01316; Mon, 30 Nov 2015 01:01:36 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAU11ZGs001842; Mon, 30 Nov 2015 01:01:35 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAU11ZAY001836; Mon, 30 Nov 2015 01:01:35 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201511300101.tAU11ZAY001836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Mon, 30 Nov 2015 01:01:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402641 - in head: . net/samba4 net/samba41 net/samba42 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 01:01:37 -0000 Author: timur Date: Mon Nov 30 01:01:35 2015 New Revision: 402641 URL: https://svnweb.freebsd.org/changeset/ports/402641 Log: Update Samba4* ports to the latest supplimentary libs and versions. Modified: head/UPDATING head/net/samba4/Makefile head/net/samba41/Makefile head/net/samba41/distinfo head/net/samba42/Makefile head/net/samba42/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Nov 30 00:58:31 2015 (r402640) +++ head/UPDATING Mon Nov 30 01:01:35 2015 (r402641) @@ -5,6 +5,17 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20151130: + AFFECTS: users of net/samba4, net/samba41, net/samba42 + AUTHOR: timur@FreeBSD.org + + Recent versions of devel/talloc, devel/tevent, database/tdb, database/ldb + contained infinit recursive call to the strtol* set of replacement functions, + which lead to coredumps. Unofficial patch was added menwhile, but now official + version of the fixed libs were released. If your version of net/samba4 works + fine you don't need to recompile it. Other ports were also upgraded and some + bugs were fixed in upstream. + 20151122: AFFECTS: users of audio/audacity AUTHOR: riggs@FreeBSD.org Modified: head/net/samba4/Makefile ============================================================================== --- head/net/samba4/Makefile Mon Nov 30 00:58:31 2015 (r402640) +++ head/net/samba4/Makefile Mon Nov 30 01:01:35 2015 (r402641) @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}4 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -13,7 +13,7 @@ COMMENT?= Free SMB/CIFS and AD/DC serve LICENSE= GPLv3 -CONFLICTS?= *samba3[2-6]-3.* samba41-4.1.* +CONFLICTS?= *samba3[2-6]-3.* samba4[1-3]-4.[1-3].* SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 @@ -89,20 +89,20 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:${PORTSDIR}/dns/py-dnspython PLIST_SUB+= PY_DNSPYTHON="@comment " # talloc -BUILD_DEPENDS+= talloc>=2.1.2:${PORTSDIR}/devel/talloc -RUN_DEPENDS+= talloc>=2.1.2:${PORTSDIR}/devel/talloc +BUILD_DEPENDS+= talloc>=2.1.5:${PORTSDIR}/devel/talloc +RUN_DEPENDS+= talloc>=2.1.5:${PORTSDIR}/devel/talloc SAMBA4_BUNDLED_LIBS+= !talloc # tevent -BUILD_DEPENDS+= tevent>=0.9.18:${PORTSDIR}/devel/tevent -RUN_DEPENDS+= tevent>=0.9.18:${PORTSDIR}/devel/tevent +BUILD_DEPENDS+= tevent>=0.9.25:${PORTSDIR}/devel/tevent +RUN_DEPENDS+= tevent>=0.9.25:${PORTSDIR}/devel/tevent SAMBA4_BUNDLED_LIBS+= !tevent # tdb -BUILD_DEPENDS+= tdb>=1.2.11:${PORTSDIR}/databases/tdb -RUN_DEPENDS+= tdb>=1.2.11:${PORTSDIR}/databases/tdb +BUILD_DEPENDS+= tdb>=1.3.8:${PORTSDIR}/databases/tdb +RUN_DEPENDS+= tdb>=1.3.8:${PORTSDIR}/databases/tdb SAMBA4_BUNDLED_LIBS+= !tdb # ldb -BUILD_DEPENDS+= ldb>=1.1.17:${PORTSDIR}/databases/ldb -RUN_DEPENDS+= ldb>=1.1.17:${PORTSDIR}/databases/ldb +BUILD_DEPENDS+= ldb>=1.1.23:${PORTSDIR}/databases/ldb +RUN_DEPENDS+= ldb>=1.1.23:${PORTSDIR}/databases/ldb SAMBA4_BUNDLED_LIBS+= !ldb # Don't use external libcom_err SAMBA4_BUNDLED_LIBS+= com_err Modified: head/net/samba41/Makefile ============================================================================== --- head/net/samba41/Makefile Mon Nov 30 00:58:31 2015 (r402640) +++ head/net/samba41/Makefile Mon Nov 30 01:01:35 2015 (r402641) @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}41 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -17,7 +17,7 @@ CONFLICTS?= *samba3[2-6]-3.* samba4-4.0 SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 -SAMBA4_VERSION= 4.1.18 +SAMBA4_VERSION= 4.1.21 SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} WRKSRC?= ${WRKDIR}/${DISTNAME} @@ -88,25 +88,25 @@ BUILD_DEPENDS+= p5-Parse-Pidl>=4.0.0:${ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:${PORTSDIR}/dns/py-dnspython RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:${PORTSDIR}/dns/py-dnspython PLIST_SUB+= PY_DNSPYTHON="@comment " +# ntdb +BUILD_DEPENDS+= ntdb>=1.0:${PORTSDIR}/databases/ntdb +RUN_DEPENDS+= ntdb>=1.0:${PORTSDIR}/databases/ntdb +SAMBA4_BUNDLED_LIBS+= !ntdb # talloc -BUILD_DEPENDS+= talloc>=2.1.2:${PORTSDIR}/devel/talloc -RUN_DEPENDS+= talloc>=2.1.2:${PORTSDIR}/devel/talloc +BUILD_DEPENDS+= talloc>=2.1.5:${PORTSDIR}/devel/talloc +RUN_DEPENDS+= talloc>=2.1.5:${PORTSDIR}/devel/talloc SAMBA4_BUNDLED_LIBS+= !talloc # tevent -BUILD_DEPENDS+= tevent>=0.9.18:${PORTSDIR}/devel/tevent -RUN_DEPENDS+= tevent>=0.9.18:${PORTSDIR}/devel/tevent +BUILD_DEPENDS+= tevent>=0.9.25:${PORTSDIR}/devel/tevent +RUN_DEPENDS+= tevent>=0.9.25:${PORTSDIR}/devel/tevent SAMBA4_BUNDLED_LIBS+= !tevent # tdb -BUILD_DEPENDS+= tdb>=1.2.12:${PORTSDIR}/databases/tdb -RUN_DEPENDS+= tdb>=1.2.12:${PORTSDIR}/databases/tdb +BUILD_DEPENDS+= tdb>=1.3.8:${PORTSDIR}/databases/tdb +RUN_DEPENDS+= tdb>=1.3.8:${PORTSDIR}/databases/tdb SAMBA4_BUNDLED_LIBS+= !tdb -# ntdb -BUILD_DEPENDS+= ntdb>=1.0:${PORTSDIR}/databases/ntdb -RUN_DEPENDS+= ntdb>=1.0:${PORTSDIR}/databases/ntdb -SAMBA4_BUNDLED_LIBS+= !ntdb # ldb -BUILD_DEPENDS+= ldb>=1.1.17:${PORTSDIR}/databases/ldb -RUN_DEPENDS+= ldb>=1.1.17:${PORTSDIR}/databases/ldb +BUILD_DEPENDS+= ldb>=1.1.23:${PORTSDIR}/databases/ldb +RUN_DEPENDS+= ldb>=1.1.23:${PORTSDIR}/databases/ldb SAMBA4_BUNDLED_LIBS+= !ldb # Don't use external libcom_err SAMBA4_BUNDLED_LIBS+= com_err Modified: head/net/samba41/distinfo ============================================================================== --- head/net/samba41/distinfo Mon Nov 30 00:58:31 2015 (r402640) +++ head/net/samba41/distinfo Mon Nov 30 01:01:35 2015 (r402641) @@ -1,2 +1,2 @@ -SHA256 (samba-4.1.18.tar.gz) = 5bd302355c82195271de41d4f1e0c6353bde652a23886940b310b7734256f156 -SIZE (samba-4.1.18.tar.gz) = 19550894 +SHA256 (samba-4.1.21.tar.gz) = 00f1c26cd310811afb2fa1a3fb72a23bd2e5c2f6466e6efdcb530305d7c3ce2e +SIZE (samba-4.1.21.tar.gz) = 19561830 Modified: head/net/samba42/Makefile ============================================================================== --- head/net/samba42/Makefile Mon Nov 30 00:58:31 2015 (r402640) +++ head/net/samba42/Makefile Mon Nov 30 01:01:35 2015 (r402641) @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}42 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -13,11 +13,11 @@ COMMENT?= Free SMB/CIFS and AD/DC serve LICENSE= GPLv3 -CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba41-4.1.* +CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba41-4.1.* samba43-4.3.* SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 -SAMBA4_VERSION= 4.2.4 +SAMBA4_VERSION= 4.2.5 SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} WRKSRC?= ${WRKDIR}/${DISTNAME} @@ -91,24 +91,24 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:${PORTSDIR}/dns/py-dnspython PLIST_SUB+= PY_DNSPYTHON="@comment " # talloc -BUILD_DEPENDS+= talloc>=2.1.3_1:${PORTSDIR}/devel/talloc -RUN_DEPENDS+= talloc>=2.1.3_1:${PORTSDIR}/devel/talloc +BUILD_DEPENDS+= talloc>=2.1.5:${PORTSDIR}/devel/talloc +RUN_DEPENDS+= talloc>=2.1.5:${PORTSDIR}/devel/talloc SAMBA4_BUNDLED_LIBS+= !talloc # tevent BUILD_DEPENDS+= tevent>=0.9.25:${PORTSDIR}/devel/tevent RUN_DEPENDS+= tevent>=0.9.25:${PORTSDIR}/devel/tevent SAMBA4_BUNDLED_LIBS+= !tevent # tdb -BUILD_DEPENDS+= tdb>=1.3.7_1:${PORTSDIR}/databases/tdb -RUN_DEPENDS+= tdb>=1.3.7_1:${PORTSDIR}/databases/tdb +BUILD_DEPENDS+= tdb>=1.3.8:${PORTSDIR}/databases/tdb +RUN_DEPENDS+= tdb>=1.3.8:${PORTSDIR}/databases/tdb SAMBA4_BUNDLED_LIBS+= !tdb # ntdb BUILD_DEPENDS+= ntdb>=1.0:${PORTSDIR}/databases/ntdb RUN_DEPENDS+= ntdb>=1.0:${PORTSDIR}/databases/ntdb SAMBA4_BUNDLED_LIBS+= !ntdb # ldb -BUILD_DEPENDS+= ldb>=1.1.21_1:${PORTSDIR}/databases/ldb -RUN_DEPENDS+= ldb>=1.1.21_1:${PORTSDIR}/databases/ldb +BUILD_DEPENDS+= ldb>=1.1.23:${PORTSDIR}/databases/ldb +RUN_DEPENDS+= ldb>=1.1.23:${PORTSDIR}/databases/ldb SAMBA4_BUNDLED_LIBS+= !ldb # Don't use external libcom_err SAMBA4_BUNDLED_LIBS+= com_err Modified: head/net/samba42/distinfo ============================================================================== --- head/net/samba42/distinfo Mon Nov 30 00:58:31 2015 (r402640) +++ head/net/samba42/distinfo Mon Nov 30 01:01:35 2015 (r402641) @@ -1,2 +1,2 @@ -SHA256 (samba-4.2.4.tar.gz) = fb326ea486973ab684f183774e93bb943fc231ab89937512e70331b86acdf6ae -SIZE (samba-4.2.4.tar.gz) = 20735687 +SHA256 (samba-4.2.5.tar.gz) = 8191c4c0730daf7f9e9a3ea1cc6e680798d76bf855269807778adcccc8d706cf +SIZE (samba-4.2.5.tar.gz) = 20734836