summaryrefslogtreecommitdiff
path: root/security/rsaref/Makefile
diff options
context:
space:
mode:
authortv <tv>1999-05-26 15:33:16 +0000
committertv <tv>1999-05-26 15:33:16 +0000
commitbccb5f616399bf647f3a4ebc83721c159b9647ed (patch)
tree2906788bb6e5a8ec90db2ecd2df925c5b1ae0d6d /security/rsaref/Makefile
parent7a0155ab86757ef39543b2e0d826dd86d33622f3 (diff)
downloadpkgsrc-bccb5f616399bf647f3a4ebc83721c159b9647ed.tar.gz
Reenable rsaref's own MD5 implementation. It contains MD5Transform(),
which is not in libc's md5, and is now being used by some dependencies. This bumps the shared library major version; this package is NOT shared library binary compatible with old rsaref dependent packages.
Diffstat (limited to 'security/rsaref/Makefile')
-rw-r--r--security/rsaref/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index 9cb97aca01b..12761ea0ca1 100644
--- a/security/rsaref/Makefile
+++ b/security/rsaref/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 1999/05/23 21:12:01 tv Exp $
+# $NetBSD: Makefile,v 1.15 1999/05/26 15:33:16 tv Exp $
#
DISTNAME= rsaref
-PKGNAME= rsaref-2.0p1
+PKGNAME= rsaref-2.0p2
WRKSRC= ${WRKDIR}/install
CATEGORIES= security
MASTER_SITES= ftp://ftp.spinnaker.com/pub/crypt/rsaref/
@@ -28,8 +28,6 @@ fetch-depends:
fi
do-configure:
- @${RM} -f ${WRKDIR}/source/md5.h && \
- ${ECHO} '#include_next <md5.h>' >${WRKDIR}/source/md5.h
@${RM} -f ${WRKDIR}/source/rsaref && ${LN} -sf . ${WRKDIR}/source/rsaref
do-install: