openssl: rc5 patents expired some years ago

Remove its LICENSE line and enable rc5 option by default.
Bump PKGREVISION.
This commit is contained in:
wiz 2020-01-16 22:45:45 +00:00
parent f0201250bd
commit 80e3e55259
2 changed files with 4 additions and 9 deletions

View file

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.248 2020/01/16 13:30:29 jperkin Exp $
# $NetBSD: Makefile,v 1.249 2020/01/16 22:45:45 wiz Exp $
DISTNAME= openssl-1.1.1d
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= https://www.openssl.org/source/

View file

@ -1,8 +1,8 @@
# $NetBSD: options.mk,v 1.10 2016/10/03 11:55:11 wiz Exp $
# $NetBSD: options.mk,v 1.11 2020/01/16 22:45:45 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openssl
PKG_SUPPORTED_OPTIONS= idea md2 mdc2 rc5 zlib threads
PKG_SUGGESTED_OPTIONS= idea md2 mdc2 threads
PKG_SUGGESTED_OPTIONS= idea md2 mdc2 rc5 threads
.include "../../mk/bsd.options.mk"
@ -20,12 +20,6 @@ CONFIGURE_ARGS+= no-${alg}
. endif
.endfor
# A license file is needed.
# US Patent: 5724428, 5835600, 6269163
.if !empty(PKG_OPTIONS:Mrc5)
LICENSE+= AND rc5-nonlicense
.endif
.if !empty(PKG_OPTIONS:Mzlib)
CONFIGURE_ARGS+= zlib
.include "../../devel/zlib/buildlink3.mk"