svn commit: r425399 - in head: . security/heimdal

Hiroki Sato hrs at FreeBSD.org
Sat Nov 5 16:57:03 UTC 2016


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 at 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 at 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


More information about the svn-ports-all mailing list