diff options
author | maya <maya@pkgsrc.org> | 2018-01-02 05:37:22 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-01-02 05:37:22 +0000 |
commit | fa3de62b7575d546391f480cb36e4c44b75b0df2 (patch) | |
tree | 635e5a8cc93d19c79e57dfdb4aed2949e06b82d8 /security | |
parent | 4ce2bd6242b235191dc9487c65cf8f8bf7a2c911 (diff) | |
download | pkgsrc-fa3de62b7575d546391f480cb36e4c44b75b0df2.tar.gz |
Remove traces of crypto restrictions from packages.
ok for idea riastradh.
Diffstat (limited to 'security')
-rw-r--r-- | security/cfs/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg/Makefile | 3 | ||||
-rw-r--r-- | security/libbf/Makefile | 3 | ||||
-rw-r--r-- | security/libdes/Makefile | 3 | ||||
-rw-r--r-- | security/libidea/Makefile | 3 | ||||
-rw-r--r-- | security/openssh/Makefile | 4 | ||||
-rw-r--r-- | security/openssl/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Crypt-Blowfish/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Crypt-Blowfish_PP/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Crypt-Eksblowfish/Makefile | 3 | ||||
-rw-r--r-- | security/pgp2/Makefile | 3 | ||||
-rw-r--r-- | security/pgp5/Makefile | 3 | ||||
-rw-r--r-- | security/rc5des/Makefile | 3 | ||||
-rw-r--r-- | security/rsaref/Makefile | 3 | ||||
-rw-r--r-- | security/srp_client/Makefile | 3 |
15 files changed, 15 insertions, 33 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index 2d440849c9f..fc17548710e 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/10/23 18:16:22 asau Exp $ +# $NetBSD: Makefile,v 1.34 2018/01/02 05:37:22 maya Exp $ DISTNAME= cfs-1.4.1 PKGREVISION= 6 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.crypto.com/software/ COMMENT= Encrypting file system, using NFS as its interface -CRYPTO= # defined - BUILD_TARGET= cfs INSTALL_TARGET= install_cfs diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 5e1ab44eaef..e023d0cf8bd 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.141 2018/01/01 21:18:50 adam Exp $ +# $NetBSD: Makefile,v 1.142 2018/01/02 05:37:23 maya Exp $ DISTNAME= gnupg-1.4.22 PKGREVISION= 2 @@ -13,7 +13,6 @@ HOMEPAGE= http://www.gnupg.org/ COMMENT= GNU Privacy Guard, public-Key encryption and digital signatures LICENSE= gnu-gpl-v3 -CRYPTO= yes GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt diff --git a/security/libbf/Makefile b/security/libbf/Makefile index b7d73a53c27..eaaaf592b54 100644 --- a/security/libbf/Makefile +++ b/security/libbf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/01/24 16:14:45 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2018/01/02 05:37:23 maya Exp $ # DISTNAME= libbf-0.8.2b @@ -10,7 +10,6 @@ HOMEPAGE= http://www.schneier.com/blowfish.html COMMENT= Blowfish block cipher library WRKSRC= ${WRKDIR}/bf -CRYPTO= YES .include "../../mk/bsd.prefs.mk" diff --git a/security/libdes/Makefile b/security/libdes/Makefile index eede0d163b2..cee2acb3ee9 100644 --- a/security/libdes/Makefile +++ b/security/libdes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/10/23 18:16:32 asau Exp $ +# $NetBSD: Makefile,v 1.14 2018/01/02 05:37:23 maya Exp $ DISTNAME= libdes-4.04b CATEGORIES= security @@ -8,7 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Small DES (Data Encryption Standard) lib & standalone program WRKSRC= ${WRKDIR}/des -CRYPTO= YES INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 diff --git a/security/libidea/Makefile b/security/libidea/Makefile index f1a4e577e72..1ba166d55ef 100644 --- a/security/libidea/Makefile +++ b/security/libidea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/08/16 20:45:44 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/01/02 05:37:23 maya Exp $ DISTNAME= libidea-0.8.2b CATEGORIES= security @@ -10,7 +10,6 @@ COMMENT= IDEA block cipher library #LICENSE= ssleay-license WRKSRC= ${WRKDIR}/idea -CRYPTO= YES INSTALLATION_DIRS= bin include lib diff --git a/security/openssh/Makefile b/security/openssh/Makefile index b51616eace7..6dc89e00cc7 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.254 2017/10/04 11:44:14 wiz Exp $ +# $NetBSD: Makefile,v 1.255 2018/01/02 05:37:23 maya Exp $ DISTNAME= openssh-7.6p1 PKGNAME= ${DISTNAME:S/p1/.1/} @@ -20,8 +20,6 @@ BROKEN_ON_PLATFORM+= OpenBSD-*-* USE_GCC_RUNTIME= yes USE_TOOLS+= autoconf perl -CRYPTO= yes - # retain the following line, for IPv6-ready pkgsrc webpage BUILD_DEFS+= IPV6_READY diff --git a/security/openssl/Makefile b/security/openssl/Makefile index f91e8e688e8..b6c62b43194 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.236 2017/12/14 20:44:20 tron Exp $ +# $NetBSD: Makefile,v 1.237 2018/01/02 05:37:23 maya Exp $ DISTNAME= openssl-1.0.2n PKGREVISION= 1 @@ -12,8 +12,6 @@ LICENSE= openssl CONFLICTS= SSLeay-[0-9]* ssleay-[0-9]* -CRYPTO= yes - BUILD_DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs USE_GCC_RUNTIME= yes diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile index f0b55367343..6fb4cabc7a0 100644 --- a/security/p5-Crypt-Blowfish/Makefile +++ b/security/p5-Crypt-Blowfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2017/06/05 14:24:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2018/01/02 05:37:23 maya Exp $ # DISTNAME= Crypt-Blowfish-2.14 @@ -15,7 +15,6 @@ COMMENT= Perl5 Blowfish implementation # recommended for tests BUILD_DEPENDS+= p5-Crypt-CBC>=1.25:../../security/p5-Crypt-CBC -CRYPTO= YES USE_LANGUAGES= c PERL5_PACKLIST= auto/Crypt/Blowfish/.packlist diff --git a/security/p5-Crypt-Blowfish_PP/Makefile b/security/p5-Crypt-Blowfish_PP/Makefile index ee752b50c94..1be6ec7e455 100644 --- a/security/p5-Crypt-Blowfish_PP/Makefile +++ b/security/p5-Crypt-Blowfish_PP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/06/05 14:24:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2018/01/02 05:37:23 maya Exp $ # DISTNAME= Crypt-Blowfish_PP-1.12 @@ -12,7 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-Blowfish_PP/ COMMENT= Blowfish encryption algorithm implemented purely in Perl LICENSE= ${PERL5_LICENSE} -CRYPTO= YES PERL5_PACKLIST= auto/Crypt/Blowfish_PP/.packlist .include "../../lang/perl5/module.mk" diff --git a/security/p5-Crypt-Eksblowfish/Makefile b/security/p5-Crypt-Eksblowfish/Makefile index 818a2779d2d..85157186c6f 100644 --- a/security/p5-Crypt-Eksblowfish/Makefile +++ b/security/p5-Crypt-Eksblowfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/06/05 14:24:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2018/01/02 05:37:23 maya Exp $ # DISTNAME= Crypt-Eksblowfish-0.009 @@ -17,7 +17,6 @@ DEPENDS+= p5-Class-Mix>=0.001:../../devel/p5-Class-Mix #DEPENDS+= {perl>=5.8.2,p5-MIME-Base64>=2.21}:../../converters/p5-MIME-Base64 #BUILD_DEPENDS+= {perl>=5.10.0,p5-ExtUtils-CBuilder>=0.15}:../../devel/p5-ExtUtils-CBuilder -CRYPTO= YES USE_LANGUAGES= c PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Crypt/Eksblowfish/.packlist diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index 39e77a94c9e..fdaa3a97326 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2017/01/19 18:52:24 agc Exp $ +# $NetBSD: Makefile,v 1.58 2018/01/02 05:37:23 maya Exp $ DISTNAME= pgp263is PKGREVISION= 1 @@ -12,7 +12,6 @@ COMMENT= Public-key encryption and digital signature utility (v2) LICENSE= pgp2-license WRKSRC= ${WRKDIR}/src -CRYPTO= yes .include "options.mk" diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 11c43458bd4..63583379fee 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2017/01/19 18:52:24 agc Exp $ +# $NetBSD: Makefile,v 1.47 2018/01/02 05:37:23 maya Exp $ DISTNAME= pgp50i-unix-src PKGNAME= pgp5-5.0i @@ -19,7 +19,6 @@ USE_TOOLS+= perl CONFLICTS= pgraf-[0-9]* # Both have a `pgps' executable WRKSRC= ${WRKDIR}/pgp50i/src -CRYPTO= YES GNU_CONFIGURE= YES PGPLIB= ${PREFIX}/share/pgp5 diff --git a/security/rc5des/Makefile b/security/rc5des/Makefile index 925089fed64..cbcb856ba3b 100644 --- a/security/rc5des/Makefile +++ b/security/rc5des/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/23 18:16:56 asau Exp $ +# $NetBSD: Makefile,v 1.22 2018/01/02 05:37:24 maya Exp $ # DISTNAME= rc5-mlg-004 @@ -24,7 +24,6 @@ EMUL_REQD= netbsd>=1.2 EMUL_REQD= netbsd>=1.3 .endif -CRYPTO= yes NO_CONFIGURE= yes WRKSRC= ${WRKDIR}/RC5 diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 99c4eb8f626..ae1fc583fb9 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2014/10/09 14:06:56 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2018/01/02 05:37:24 maya Exp $ # DISTNAME= rsaref @@ -17,7 +17,6 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/install -CRYPTO= yes USE_FEATURES+= cdefs USE_LIBTOOL= yes diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index f91217d2d18..f14411ed2e2 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2013/06/17 11:46:28 joerg Exp $ +# $NetBSD: Makefile,v 1.42 2018/01/02 05:37:24 maya Exp $ DISTNAME= srp-1.4.4 PKGNAME= srp-client-1.4.4 @@ -15,7 +15,6 @@ RESTRICTED= Licensor makes vague patent claims. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -CRYPTO= yes GNU_CONFIGURE= yes CPPFLAGS+= -Dunix=1 |