pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

security/heimdal update to v7.7.0 - See TODO file.



Module Name:	pkgsrc-wip
Committed By:	Kimmo Suominen <kimmo%suominen.com@localhost>
Pushed By:	kim
Date:		Thu Mar 5 23:47:08 2020 +0200
Changeset:	aeff774803238765e5d08a45821a488facc39829

Modified Files:
	heimdal/Makefile
	heimdal/TODO
	heimdal/distinfo
Added Files:
	heimdal/patches/patch-lib_hdb_hdb-mitdb.c

Log Message:
security/heimdal update to v7.7.0 - See TODO file.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aeff774803238765e5d08a45821a488facc39829

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 heimdal/Makefile                          |  6 +++---
 heimdal/TODO                              |  1 +
 heimdal/distinfo                          |  9 +++++----
 heimdal/patches/patch-lib_hdb_hdb-mitdb.c | 13 +++++++++++++
 4 files changed, 22 insertions(+), 7 deletions(-)

diffs:
diff --git a/heimdal/Makefile b/heimdal/Makefile
index 141d32a49a..17d245f600 100644
--- a/heimdal/Makefile
+++ b/heimdal/Makefile
@@ -1,13 +1,13 @@
 # $NetBSD: Makefile,v 1.129 2018/12/09 18:52:07 adam Exp $
 
-DISTNAME=	heimdal-7.5.0
+DISTNAME=	heimdal-7.7.0
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=heimdal/}
 GITHUB_PROJECT=	heimdal
 GITHUB_RELEASE=	${DISTNAME}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://www.h5l.org/
+HOMEPAGE=	https://heimdal.software/
 COMMENT=	Kerberos 5 implementation
 LICENSE=	modified-bsd
 
@@ -20,7 +20,7 @@ CONFLICTS+=	kth-krb4-[0-9]*
 MAKE_JOBS_SAFE=	no
 
 USE_LIBTOOL=		yes
-USE_TOOLS+=		bison flex:run
+USE_TOOLS+=		bison flex:run perl
 PKGCONFIG_OVERRIDE+=	tools/heimdal-gssapi.pc.in
 MAKE_ENV+=		INSTALL_CATPAGES=no
 
diff --git a/heimdal/TODO b/heimdal/TODO
index 3624850ee9..a59baada90 100644
--- a/heimdal/TODO
+++ b/heimdal/TODO
@@ -2,3 +2,4 @@ In NetBSD-HEAD, hcrypto components are installed and the PLIST check fails.
 Are glob, vis and afskauth redundant now?
 Handle su which comes with Heimdal.
 Port remaining patches if applicable.
+Record build-time dependency on ../../converters/p5-JSON -- how?
diff --git a/heimdal/distinfo b/heimdal/distinfo
index 253b88d79d..45412ee5d1 100644
--- a/heimdal/distinfo
+++ b/heimdal/distinfo
@@ -1,7 +1,8 @@
 $NetBSD: distinfo,v 1.46 2018/11/27 23:36:00 sevan Exp $
 
-SHA1 (heimdal-7.5.0.tar.gz) = 6c891e7ac0c39de10f894a1680a52fb219453e2f
-RMD160 (heimdal-7.5.0.tar.gz) = e056d1ce93d783fdc321ad02f373e363bce47d9e
-SHA512 (heimdal-7.5.0.tar.gz) = 6d1ad77e795df786680b5e68e2bfefee27bd0207eab507295d7af7053135de9c9ebb517d2c0235bc3a7d50945e18044515f0d76c0899b6b74aa839f1f3e5b131
-Size (heimdal-7.5.0.tar.gz) = 10071281 bytes
+SHA1 (heimdal-7.7.0.tar.gz) = 5dd16703be7255f66a4d65440f0c622aeeca60d9
+RMD160 (heimdal-7.7.0.tar.gz) = a29bd27e99c0e3e05752d090fba99d14a94095af
+SHA512 (heimdal-7.7.0.tar.gz) = 6660939b5a36ce36310721a08a089fb671d1e3d2e8ac74ea4775bfa5f8f772d32de805551456200fe96cc486c092c44beb84f5dd877008bc305490ee971bbf99
+Size (heimdal-7.7.0.tar.gz) = 10189293 bytes
+SHA1 (patch-lib_hdb_hdb-mitdb.c) = 4e88d1cda0ff5960d8e07ab1b38f13c895d9b416
 SHA1 (patch-lib_libedit_configure) = c16317b2a05f1ce22121f4ada8696e3721861a5e
diff --git a/heimdal/patches/patch-lib_hdb_hdb-mitdb.c b/heimdal/patches/patch-lib_hdb_hdb-mitdb.c
new file mode 100644
index 0000000000..2e31ada53a
--- /dev/null
+++ b/heimdal/patches/patch-lib_hdb_hdb-mitdb.c
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- lib/hdb/hdb-mitdb.c.orig	2019-06-07 06:21:39.000000000 +0000
++++ lib/hdb/hdb-mitdb.c
+@@ -1116,7 +1116,7 @@ krb5_error_code
+ hdb_mitdb_create(krb5_context context, HDB **db,
+ 		 const char *filename)
+ {
+-    MITDB **mdb (MITDB **)db;
++    MITDB **mdb = (MITDB **)db;
+     *mdb = calloc(1, sizeof(**mdb));
+     if (*mdb == NULL) {
+ 	krb5_set_error_message(context, ENOMEM, "malloc: out of memory");


Home | Main Index | Thread Index | Old Index