Source-Changes-HG archive

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

[src/netbsd-8]: src/crypto/external/bsd/heimdal/lib Pull up the following rev...



details:   https://anonhg.NetBSD.org/src/rev/2141ed33b044
branches:  netbsd-8
changeset: 320703:2141ed33b044
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Mon Jul 16 13:32:27 2018 +0000

description:
Pull up the following revisions(s) (requested by martin in ticket #924):
        crypto/external/bsd/heimdal/lib/libheimntlm/Makefile:   revision 1.3
        crypto/external/bsd/heimdal/lib/libkdc/Makefile:        revision 1.4
        crypto/external/bsd/heimdal/lib/libgssapi/Makefile:     revision 1.5
        crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile:   revision 1.5

Improve MKREPRO builds for architectures with compat (like amd64).

diffstat:

 crypto/external/bsd/heimdal/lib/libgssapi/Makefile   |  3 ++-
 crypto/external/bsd/heimdal/lib/libheimntlm/Makefile |  5 +++--
 crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile |  5 +++--
 crypto/external/bsd/heimdal/lib/libkdc/Makefile      |  3 ++-
 4 files changed, 10 insertions(+), 6 deletions(-)

diffs (72 lines):

diff -r 26864e63ee4a -r 2141ed33b044 crypto/external/bsd/heimdal/lib/libgssapi/Makefile
--- a/crypto/external/bsd/heimdal/lib/libgssapi/Makefile        Mon Jul 16 13:21:39 2018 +0000
+++ b/crypto/external/bsd/heimdal/lib/libgssapi/Makefile        Mon Jul 16 13:32:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/04/24 13:50:53 pettai Exp $
+# $NetBSD: Makefile,v 1.4.16.1 2018/07/16 13:32:27 sborrill Exp $
 
 USE_FORT?= yes        # network protocol library
 
@@ -17,6 +17,7 @@
                asn1            ${HEIMBASE}/lib/libasn1         \
                com_err         ${HEIMBASE}/lib/libcom_err      \
                roken           ${HEIMBASE}/lib/libroken        \
+               heimbase        ${HEIMBASE}/lib/libheimbase     \
                heimntlm        ${HEIMBASE}/lib/libheimntlm     \
                crypto          ${SSLBASE}/lib/libcrypto
 
diff -r 26864e63ee4a -r 2141ed33b044 crypto/external/bsd/heimdal/lib/libheimntlm/Makefile
--- a/crypto/external/bsd/heimdal/lib/libheimntlm/Makefile      Mon Jul 16 13:21:39 2018 +0000
+++ b/crypto/external/bsd/heimdal/lib/libheimntlm/Makefile      Mon Jul 16 13:32:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/09/11 23:04:09 joerg Exp $
+# $NetBSD: Makefile,v 1.2.18.1 2018/07/16 13:32:27 sborrill Exp $
 
 USE_FORT?= yes # cryptographic software
 
@@ -15,7 +15,8 @@
                com_err ${.CURDIR}/../libcom_err \
                crypto  ${SSLBASE}/lib/libcrypto \
                krb5    ${.CURDIR}/../libkrb5 \
-               roken   ${.CURDIR}/../libroken
+               roken   ${.CURDIR}/../libroken \
+               wind    ${.CURDIR}/../libwind
 
 HEIMSRCS= ntlm_err.et ntlm.c
 
diff -r 26864e63ee4a -r 2141ed33b044 crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile
--- a/crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile      Mon Jul 16 13:21:39 2018 +0000
+++ b/crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile      Mon Jul 16 13:32:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/01/28 21:31:52 christos Exp $
+# $NetBSD: Makefile,v 1.4.4.1 2018/07/16 13:32:27 sborrill Exp $
 
 USE_FORT?= yes # network protocol library
 
@@ -15,7 +15,8 @@
 LIBDPLIBS+=    krb5    ${.CURDIR}/../libkrb5 \
                com_err ${.CURDIR}/../libcom_err \
                hdb     ${.CURDIR}/../libhdb \
-               roken   ${.CURDIR}/../libroken
+               roken   ${.CURDIR}/../libroken  \
+               heimbase        ${.CURDIR}/../libheimbase
 
 HEIMSRCS= kadm5_err.et
 
diff -r 26864e63ee4a -r 2141ed33b044 crypto/external/bsd/heimdal/lib/libkdc/Makefile
--- a/crypto/external/bsd/heimdal/lib/libkdc/Makefile   Mon Jul 16 13:21:39 2018 +0000
+++ b/crypto/external/bsd/heimdal/lib/libkdc/Makefile   Mon Jul 16 13:32:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/01/28 21:31:52 christos Exp $
+# $NetBSD: Makefile,v 1.3.4.1 2018/07/16 13:32:27 sborrill Exp $
 
 .include <bsd.own.mk>
 .include <${.CURDIR}/../../Makefile.inc>
@@ -15,6 +15,7 @@
                hdb             ${.CURDIR}/../libhdb            \
                hx509           ${.CURDIR}/../libhx509          \
                asn1            ${.CURDIR}/../libasn1           \
+               heimbase        ${.CURDIR}/../libheimbase       \
                heimntlm        ${.CURDIR}/../libheimntlm       \
                roken           ${.CURDIR}/../libroken
 



Home | Main Index | Thread Index | Old Index