pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssl Remove deprecated "fee-based commerci...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97149ac6afd4
branches:  trunk
changeset: 536895:97149ac6afd4
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Dec 27 23:41:42 2007 +0000

description:
Remove deprecated "fee-based commercial use" license for idea, mdc2,
rc5, and replace with {idea,mdc2,rc5}-nonlicense.  Because pkgsrc does
not yet handle multiple licenses, set LICENSE to
openssl-patented-algorithms-nonlicense.

diffstat:

 security/openssl/options.mk |  19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

diffs (52 lines):

diff -r e888cbf31b94 -r 97149ac6afd4 security/openssl/options.mk
--- a/security/openssl/options.mk       Thu Dec 27 23:19:06 2007 +0000
+++ b/security/openssl/options.mk       Thu Dec 27 23:41:42 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2005/07/19 00:26:19 grant Exp $
+# $NetBSD: options.mk,v 1.3 2007/12/27 23:41:42 gdt Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.openssl
 PKG_SUPPORTED_OPTIONS= idea mdc2 rc5
@@ -13,9 +13,7 @@
 ###    Japan Patent: 508119/1991
 ###
 .if !empty(PKG_OPTIONS:Midea)
-.  if empty(OPENSSL_LICENSE:Mfee-based-commercial-use)
-OPENSSL_LICENSE=       fee-based-commercial-use
-.  endif
+OPENSSL_LICENSE+=      idea-license
 PLIST_SUBST+=          IDEA=
 .else
 CONFIGURE_ARGS+=       no-idea
@@ -27,9 +25,8 @@
 ###    US Patent: 4908861
 ###
 .if !empty(PKG_OPTIONS:Mmdc2)
-.  if empty(OPENSSL_LICENSE:Mfee-based-commercial-use)
-OPENSSL_LICENSE=       fee-based-commercial-use
-.  endif
+# A license file is needed.
+OPENSSL_LICENSE+=      mdc2-nonlicense
 PLIST_SUBST+=          MDC2=
 .else
 CONFIGURE_ARGS+=       no-mdc2
@@ -41,9 +38,8 @@
 ###    US Patent: 5724428, 5835600, 6269163
 ###
 .if !empty(PKG_OPTIONS:Mrc5)
-.  if empty(OPENSSL_LICENSE:Mfee-based-commercial-use)
-OPENSSL_LICENSE=       fee-based-commercial-use
-.  endif
+# A license file is needed.
+OPENSSL_LICENSE+=      rc5-nonlicense
 PLIST_SUBST+=          RC5=
 .else
 CONFIGURE_ARGS+=       no-rc5
@@ -51,5 +47,6 @@
 .endif
 
 .if !empty(OPENSSL_LICENSE)
-LICENSE=       ${OPENSSL_LICENSE}
+# pkgsrc does not handle multiple licenses
+LICENSE=       openssl-patented-algorithms-nonlicense
 .endif



Home | Main Index | Thread Index | Old Index