need checksums, add USA_RESIDENT nonsense to make it clear this is the
free world version.
This commit is contained in:
parent
dd4e1c59c9
commit
d756137532
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2000/03/27 05:22:02 beck Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2000/03/27 17:47:18 beck Exp $
|
||||
|
||||
DISTNAME= libssl26
|
||||
CATEGORIES= security
|
||||
@ -6,4 +6,19 @@ MASTER_SITES= ftp://sunsite.ualberta.ca/pub/Local/People/beck/
|
||||
|
||||
MAINTAINER= beck@openbsd.org
|
||||
|
||||
fetch-depends:
|
||||
.if !defined(NO_WARNINGS)
|
||||
.if !defined(USA_RESIDENT) || ${USA_RESIDENT:U} != NO
|
||||
@echo ""
|
||||
@echo "You must set variable USA_RESIDENT to YES if you are a USA"
|
||||
@echo "resident or NO otherwise. USA residents must *NOT* use this"
|
||||
@echo "port until the RSA Inc. patent on RSA expires \(RSA Inc. holds"
|
||||
@echo "a patent on RSA in the USA - using RSA implementations"
|
||||
@echo "other than RSAREF in the USA will violate the US patent\)."
|
||||
@echo ""
|
||||
@echo "USA residents should use the sslUSA port instead."
|
||||
@false
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
3
security/libssl26/files/md5
Normal file
3
security/libssl26/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
SHA1 (libssl26.tar.gz) = 3232c6f6821104770a61bee2064fa8b55a903770
|
||||
RMD160 (libssl26.tar.gz) = f9238a3793e5909b7af224e680e01c6693f69e80
|
||||
MD5 (libssl26.tar.gz) = c0ba56639be13a364ea4949712ec877f
|
Loading…
Reference in New Issue
Block a user