diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2020-02-19 06:20:26 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2020-02-19 06:20:26 +0000 |
| commit | ddccc3b2b7c0f8ba104636d46d46bebe3f3cd6de (patch) | |
| tree | 4c34ed4b17e346edd965039e5b89690e39da5bf4 /security/heimdal | |
| parent | 0a2ebddf2a52d97a8c0283c0a7f0c98392701d6b (diff) | |
Notes
Diffstat (limited to 'security/heimdal')
| -rw-r--r-- | security/heimdal/Makefile | 5 | ||||
| -rw-r--r-- | security/heimdal/distinfo | 6 | ||||
| -rw-r--r-- | security/heimdal/files/patch-lib_roken_rand.c | 10 | ||||
| -rw-r--r-- | security/heimdal/pkg-plist | 2 |
4 files changed, 7 insertions, 16 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 4aec8c7ded4f..4906f1364b67 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -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 diff --git a/security/heimdal/distinfo b/security/heimdal/distinfo index 967b65430ebf..57d4c81a32d2 100644 --- a/security/heimdal/distinfo +++ b/security/heimdal/distinfo @@ -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 diff --git a/security/heimdal/files/patch-lib_roken_rand.c b/security/heimdal/files/patch-lib_roken_rand.c deleted file mode 100644 index 7d0ae5959c3c..000000000000 --- a/security/heimdal/files/patch-lib_roken_rand.c +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/roken/rand.c.orig 2016-12-20 14:23:06 UTC -+++ lib/roken/rand.c -@@ -42,7 +42,6 @@ void ROKEN_LIB_FUNCTION - rk_random_init(void) - { - #if defined(HAVE_ARC4RANDOM) -- arc4random_stir(); - #elif defined(HAVE_SRANDOMDEV) - srandomdev(); - #elif defined(HAVE_RANDOM) diff --git a/security/heimdal/pkg-plist b/security/heimdal/pkg-plist index 029461217b35..82a2359b3b9c 100644 --- a/security/heimdal/pkg-plist +++ b/security/heimdal/pkg-plist @@ -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 |
