pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssl openssl: rc5 patents expired some yea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b834c507b353
branches:  trunk
changeset: 409315:b834c507b353
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 16 22:45:45 2020 +0000

description:
openssl: rc5 patents expired some years ago

Remove its LICENSE line and enable rc5 option by default.
Bump PKGREVISION.

diffstat:

 security/openssl/Makefile   |   3 ++-
 security/openssl/options.mk |  10 ++--------
 2 files changed, 4 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r eb8a40f9b0e7 -r b834c507b353 security/openssl/Makefile
--- a/security/openssl/Makefile Thu Jan 16 21:58:50 2020 +0000
+++ b/security/openssl/Makefile Thu Jan 16 22:45:45 2020 +0000
@@ -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/
 
diff -r eb8a40f9b0e7 -r b834c507b353 security/openssl/options.mk
--- a/security/openssl/options.mk       Thu Jan 16 21:58:50 2020 +0000
+++ b/security/openssl/options.mk       Thu Jan 16 22:45:45 2020 +0000
@@ -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 @@
 .  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"



Home | Main Index | Thread Index | Old Index