summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-01-20 17:07:38 +0000
committerdrochner <drochner@pkgsrc.org>2012-01-20 17:07:38 +0000
commit5aa4b54c2859d75d6b6893a5fcd90e3fda93c11a (patch)
treebfad749ce82e1929ede05c7d20fa678de5604d6a /security
parenteddec9c789f4b254ca1040633bf165a240b23fdc (diff)
downloadpkgsrc-5aa4b54c2859d75d6b6893a5fcd90e3fda93c11a.tar.gz
remove restrictions related to idea and mdc2 patents - both are expired
Diffstat (limited to 'security')
-rw-r--r--security/gnupg/options.mk7
-rw-r--r--security/libgcrypt/options.mk7
-rw-r--r--security/openssl/options.mk9
3 files changed, 3 insertions, 20 deletions
diff --git a/security/gnupg/options.mk b/security/gnupg/options.mk
index cde9bbb4348..baa09ed9ccb 100644
--- a/security/gnupg/options.mk
+++ b/security/gnupg/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2008/04/12 22:43:09 jlam Exp $
+# $NetBSD: options.mk,v 1.14 2012/01/20 17:07:38 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnupg
PKG_SUPPORTED_OPTIONS= curl idea ldap
@@ -29,11 +29,6 @@ CONFIGURE_ARGS+= --without-libcurl
.if !empty(PKG_OPTIONS:Midea)
# use of IDEA as crypto function
-LICENSE= idea-license
-RESTRICTED= Commercial distribution is claimed to require a license.
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-
DISTFILES+= idea.c.gz
SITES.idea.c.gz=ftp://ftp.gnupg.dk/pub/contrib-dk/ \
http://www.gnupg.dk/contrib-dk/
diff --git a/security/libgcrypt/options.mk b/security/libgcrypt/options.mk
index 1d5de51c94f..1effe437c1c 100644
--- a/security/libgcrypt/options.mk
+++ b/security/libgcrypt/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2011/02/19 00:55:31 jmcneill Exp $
+# $NetBSD: options.mk,v 1.7 2012/01/20 17:07:38 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libgcrypt
PKG_SUPPORTED_OPTIONS= idea
@@ -27,11 +27,6 @@ CONFIGURE_ARGS+= --disable-padlock-support
.if !empty(PKG_OPTIONS:Midea)
# use of IDEA as crypto function
-LICENSE= idea-license
-RESTRICTED= Commercial distribution is claimed to require a license.
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-
DISTFILES+= gcrypt.tar.bz2
SITES.gcrypt.tar.bz2= http://www.kfwebs.com/
CFLAGS+= -DUSE_IDEA
diff --git a/security/openssl/options.mk b/security/openssl/options.mk
index 91b77f3f89c..53dd99a3a07 100644
--- a/security/openssl/options.mk
+++ b/security/openssl/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2011/11/02 22:51:07 jnemeth Exp $
+# $NetBSD: options.mk,v 1.8 2012/01/20 17:07:38 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openssl
PKG_SUPPORTED_OPTIONS= idea mdc2 rc5 zlib threads
@@ -12,12 +12,8 @@ PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS}
###
### Support for the IDEA algorithm
-### US Patent: 5214703
-### Europe Patent: EP0482154
-### Japan Patent: 508119/1991
###
.if !empty(PKG_OPTIONS:Midea)
-OPENSSL_LICENSE+= idea-license
PLIST.idea= yes
.else
CONFIGURE_ARGS+= no-idea
@@ -25,11 +21,8 @@ CONFIGURE_ARGS+= no-idea
###
### Support for the MDC2 algorithm
-### US Patent: 4908861
###
.if !empty(PKG_OPTIONS:Mmdc2)
-# A license file is needed.
-OPENSSL_LICENSE+= mdc2-nonlicense
CONFIGURE_ARGS+= enable-mdc2
PLIST.mdc2= yes
.else