diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-20 01:30:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-20 01:30:36 +0000 |
commit | 65894355002d7ee58c90011436d879bccc7d3885 (patch) | |
tree | 2aa866f3d8a83cf8b2b910461f13c998414e47b4 /security | |
parent | 314de8c1d6a722cd4ee7a39988d7268427162601 (diff) | |
download | pkgsrc-65894355002d7ee58c90011436d879bccc7d3885.tar.gz |
Use gmp's buildlink.mk (Makefile).
Remove another kerberos prototype that's conflicting with the real one
(patch-ag).
Diffstat (limited to 'security')
-rw-r--r-- | security/srp_client/Makefile | 6 | ||||
-rw-r--r-- | security/srp_client/distinfo | 4 | ||||
-rw-r--r-- | security/srp_client/patches/patch-ag | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index 12979c65fb6..d716e8f24aa 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/11/29 19:46:13 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2002/01/20 01:30:36 wiz Exp $ DISTNAME= srp-1.4.4 PKGNAME= srp-client-1.4.4 @@ -10,7 +10,6 @@ MAINTAINER= jlam@netbsd.org COMMENT= client programs using Secure Remote Password protocol BUILD_DEPENDS+= automake>=1.4:../../devel/automake -DEPENDS+= gmp>=2.0.2:../../devel/gmp LICENSE= srp_client-license @@ -19,8 +18,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -Dunix=1 #CPPFLAGS+= -Dkrb_get_err_text=k_strerror -CPPFLAGS+= -I${LOCALBASE}/include # gmp.h -LDFLAGS+= -L${LOCALBASE}/lib # libgmp.a CONFIGURE_ARGS+= --with-srp --with-cast --enable-loginf @@ -54,4 +51,5 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ftp/ftp/ftp ${PREFIX}/bin/srpftp ${INSTALL_DATA} ${WRKSRC}/ftp/ftp/ftp.M ${PREFIX}/man/man1/srpftp.1 +.include "../../devel/gmp/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/srp_client/distinfo b/security/srp_client/distinfo index e955c97ed93..30bb1303aec 100644 --- a/security/srp_client/distinfo +++ b/security/srp_client/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 15:40:39 agc Exp $ +$NetBSD: distinfo,v 1.3 2002/01/20 01:30:37 wiz Exp $ SHA1 (srp-1.4.4.tar.gz) = 56b8b3c29bee2b995b74acb5303dab326265f9b3 Size (srp-1.4.4.tar.gz) = 1183636 bytes @@ -8,6 +8,6 @@ SHA1 (patch-ac) = 1d5d56753ad45361351833b951bf7d1f82575955 SHA1 (patch-ad) = d9869838822ab8d43c10dd1d8242f9ee49f857d7 SHA1 (patch-ae) = 623c55e3283129a8312a8cdaf69165f29e04e3c6 SHA1 (patch-af) = 4a5d21b667f39cfba61478614f4497710463aa06 -SHA1 (patch-ag) = 7022211c2dfbe6d23e94f1c40afa64661dfcdd12 +SHA1 (patch-ag) = 81eff66b05d11a943e9b66b9e31904d612eca449 SHA1 (patch-ah) = 914544e6a2ae6c07be03ac8c5c46f9d996e8f3a5 SHA1 (patch-ai) = ea2f81385d83b36f12ff2a63fc8b9cc9aad68674 diff --git a/security/srp_client/patches/patch-ag b/security/srp_client/patches/patch-ag index 8c2dab56ed1..dbf0c979a13 100644 --- a/security/srp_client/patches/patch-ag +++ b/security/srp_client/patches/patch-ag @@ -1,13 +1,15 @@ -$NetBSD: patch-ag,v 1.1 2000/08/23 23:26:46 wiz Exp $ +$NetBSD: patch-ag,v 1.2 2002/01/20 01:30:37 wiz Exp $ --- telnet/libtelnet/kerberos.c.orig Thu Dec 10 02:44:43 1998 +++ telnet/libtelnet/kerberos.c -@@ -75,8 +75,6 @@ +@@ -75,10 +75,7 @@ #include "misc.h" int kerberos4_cksum P((unsigned char *, int)); -int krb_mk_req P((KTEXT, char *, char *, char *, u_long)); -int krb_rd_req P((KTEXT, char *, char *, u_long, AUTH_DAT *, char *)); int krb_kntoln P((AUTH_DAT *, char *)); - int krb_get_cred P((char *, char *, char *, CREDENTIALS *)); +-int krb_get_cred P((char *, char *, char *, CREDENTIALS *)); int krb_get_lrealm P((char *, int)); + int kuserok P((AUTH_DAT *, char *)); + |