svn commit: r526484 - in head/security/heimdal: . files

Hiroki Sato hrs at FreeBSD.org
Wed Feb 19 06:20:28 UTC 2020


Author: hrs
Date: Wed Feb 19 06:20:26 2020
New Revision: 526484
URL: https://svnweb.freebsd.org/changeset/ports/526484

Log:
  Update to 7.7.0.

Deleted:
  head/security/heimdal/files/patch-lib_roken_rand.c
Modified:
  head/security/heimdal/Makefile
  head/security/heimdal/distinfo
  head/security/heimdal/pkg-plist

Modified: head/security/heimdal/Makefile
==============================================================================
--- head/security/heimdal/Makefile	Wed Feb 19 04:32:43 2020	(r526483)
+++ head/security/heimdal/Makefile	Wed Feb 19 06:20:26 2020	(r526484)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	heimdal
-PORTVERSION=	7.5.0
-PORTREVISION=	4
+PORTVERSION=	7.7.0
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/
 
@@ -53,7 +52,7 @@ INFO=		heimdal hx509
 MAKE_JOBS_UNSAFE=	yes
 
 OPTIONS_DEFINE=	IPV6 BDB LMDB SQLITE LDAP PKINIT DIGEST KX509 CRACKLIB
-OPTIONS_DEFAULT=     BDB             PKINIT DIGEST KX509
+OPTIONS_DEFAULT=IPV6 BDB                  PKINIT DIGEST KX509
 OPTIONS_SUB=	yes
 
 IPV6_CONFIGURE_WITH=	ipv6

Modified: head/security/heimdal/distinfo
==============================================================================
--- head/security/heimdal/distinfo	Wed Feb 19 04:32:43 2020	(r526483)
+++ head/security/heimdal/distinfo	Wed Feb 19 06:20:26 2020	(r526484)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516703455
-SHA256 (heimdal-7.5.0.tar.gz) = c5a2a0030fcc728022fa2332bad85569084d1c3b9a59587b7ebe141b0532acad
-SIZE (heimdal-7.5.0.tar.gz) = 10071281
+TIMESTAMP = 1582089059
+SHA256 (heimdal-7.7.0.tar.gz) = f02d3314d634cc55eb9cf04a1eae0d96b293e45a1f837de9d894e800161b7d1b
+SIZE (heimdal-7.7.0.tar.gz) = 10189293

Modified: head/security/heimdal/pkg-plist
==============================================================================
--- head/security/heimdal/pkg-plist	Wed Feb 19 04:32:43 2020	(r526483)
+++ head/security/heimdal/pkg-plist	Wed Feb 19 06:20:26 2020	(r526484)
@@ -327,6 +327,7 @@ man/man3/hdb_open.3.gz
 man/man3/hdb_password.3.gz
 man/man3/hdb_remove.3.gz
 man/man3/hdb_rename.3.gz
+man/man3/hdb_set_sync.3.gz
 man/man3/hdb_store.3.gz
 man/man3/hdb_unlock.3.gz
 man/man3/heim_ntlm_build_ntlm1_master.3.gz
@@ -995,6 +996,7 @@ man/man3/krb5_principal_get_num_comp.3.gz
 man/man3/krb5_principal_get_realm.3.gz
 man/man3/krb5_principal_get_type.3.gz
 man/man3/krb5_principal_intro.3.gz
+man/man3/krb5_principal_is_anonymous.3.gz
 man/man3/krb5_principal_is_gss_hostbased_service.3.gz
 man/man3/krb5_principal_is_krbtgt.3.gz
 man/man3/krb5_principal_is_lkdc.3.gz


More information about the svn-ports-all mailing list