From owner-svn-ports-head@freebsd.org Sat Nov 5 16:57:03 2016 Return-Path: Delivered-To: svn-ports-head@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 3EC52BEDEC3; Sat, 5 Nov 2016 16:57:03 +0000 (UTC) (envelope-from hrs@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 0F140314; Sat, 5 Nov 2016 16:57:02 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA5Gv2T3086002; Sat, 5 Nov 2016 16:57:02 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA5Gv2Vn085999; Sat, 5 Nov 2016 16:57:02 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201611051657.uA5Gv2Vn085999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sat, 5 Nov 2016 16:57:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425399 - in head: . security/heimdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 16:57:03 -0000 Author: hrs Date: Sat Nov 5 16:57:01 2016 New Revision: 425399 URL: https://svnweb.freebsd.org/changeset/ports/425399 Log: ix Berkeley DB detection at the configuration stage. PR: 214182 Modified: head/UPDATING head/security/heimdal/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Nov 5 16:56:00 2016 (r425398) +++ head/UPDATING Sat Nov 5 16:57:01 2016 (r425399) @@ -5,6 +5,14 @@ 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. +20161105: + AFFECTS: users of security/heimdal + AUTHOR: hrs@FreeBSD.org + + kadmin(8) in heimdal-1.5.3_5 and prior did not create a database + in /var/heimdal in Berkeley DB format which kdc(8) required. This + problem has been fixed in heimdal-1.5.3_6. + 20161104: AFFECTS: users of mail/mu4e and mail/mu4e-maildirs AUTHOR: hrs@FreeBSD.org Modified: head/security/heimdal/Makefile ============================================================================== --- head/security/heimdal/Makefile Sat Nov 5 16:56:00 2016 (r425398) +++ head/security/heimdal/Makefile Sat Nov 5 16:57:01 2016 (r425399) @@ -3,7 +3,7 @@ PORTNAME= heimdal PORTVERSION= 1.5.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security ipv6 MASTER_SITES= http://www.h5l.org/dist/src/ \ http://ftp.pdc.kth.se/pub/heimdal/src/ \ @@ -55,8 +55,7 @@ OPTIONS_SUB= yes IPV6_CONFIGURE_WITH= ipv6 BDB_DESC= Enable BerkeleyDB KDC backend support -BDB_CONFIGURE_ON= --with-berkeley-db \ - --with-berkeley-db-include=/usr/include +BDB_CONFIGURE_ON= --with-berkeley-db BDB_CONFIGURE_OFF= --without-berkeley-db SQLITE_DESC= Enable SQLite KDC backend support