summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgdt <gdt>2008-09-16 20:02:16 +0000
committergdt <gdt>2008-09-16 20:02:16 +0000
commitfca85627914c5d7b9777e3d3dfc8861e603614b6 (patch)
tree8e9eb8a5e89bde6da627f7a2b16fd51dbcb26766 /security
parent7110809d04e9ceaca46a80665ed5d939bb01cce2 (diff)
downloadpkgsrc-fca85627914c5d7b9777e3d3dfc8861e603614b6.tar.gz
Finish removal of security/Ai{CA,SSLtelnet} that should have been part
of last commit.
Diffstat (limited to 'security')
-rw-r--r--security/AiCA/DESCR12
-rw-r--r--security/AiCA/INSTALL8
-rw-r--r--security/AiCA/Makefile57
-rw-r--r--security/AiCA/PLIST72
-rw-r--r--security/AiCA/distinfo12
-rw-r--r--security/AiSSLtelnet/DESCR2
-rw-r--r--security/AiSSLtelnet/Makefile42
-rw-r--r--security/AiSSLtelnet/PLIST11
-rw-r--r--security/AiSSLtelnet/distinfo14
9 files changed, 0 insertions, 230 deletions
diff --git a/security/AiCA/DESCR b/security/AiCA/DESCR
deleted file mode 100644
index 4d722225572..00000000000
--- a/security/AiCA/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-The AiCA is the CA (Certification Authority) Package.
-
-This package contains several applications, such as:
- * aica -- The CA program to issue, update, and revoke certificates.
- And many other CA managements are available.
- * certreq -- To generate a key pair and a CSR.
- * certview -- The PKI file viewer for X.509 Certificate, CRL, PKCS#1, PKCS#7,
- PKCS#8, PKCS#10, and PKCS#12. Both PEM and DER file format
- is available to show.
- * certconv -- The PKI file converter. Many PKI files can convert to the other
- file format mutually.
- * certvfy -- The certificate verifier. Full verification is possible.
diff --git a/security/AiCA/INSTALL b/security/AiCA/INSTALL
deleted file mode 100644
index 2d0e5935fd8..00000000000
--- a/security/AiCA/INSTALL
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# $NetBSD: INSTALL,v 1.2 2007/07/02 08:36:12 joerg Exp $
-
-case ${STAGE} in
-POST-INSTALL)
- ${PREFIX}/bin/aistore -new
- ;;
-esac
diff --git a/security/AiCA/Makefile b/security/AiCA/Makefile
deleted file mode 100644
index 120efe72291..00000000000
--- a/security/AiCA/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:44 joerg Exp $
-#
-
-DISTNAME= AiCA-0.81
-PKGREVISION= 1
-CATEGORIES= security
-MASTER_SITES= http://mars.elcom.nitech.ac.jp/security/
-
-MAINTAINER= tech-pkg-ja@jp.NetBSD.org
-HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/
-COMMENT= Manage Certification Authority and PKI utilities
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/AiCA
-
-PKG_SYSCONFSUBDIR?= AiCA
-CONF_FILES+= ${EXAMPLESDIR}/aica.cnf ${PKG_SYSCONFDIR}/aica.cnf
-OWN_DIRS+= ${PKG_SYSCONFDIR} ${PKG_SYSCONFDIR}/store
-
-DOCDIR= ${PREFIX}/share/doc/AiCA
-EXAMPLESDIR= ${PREFIX}/share/examples/AiCA
-COMMANDS= aica/aica bin/aistore bin/asn1view bin/certconv \
- bin/certreq bin/certvfy bin/certview
-LIBRARIES= libaica.a libaicrypto.a libaissl.a
-DOCS= COPYRIGHT README README.j
-EXAMPLES= lib/aica.cnf sample.csv
-
-INSTALLATION_DIRS= bin include lib certs templates ${DOCDIR} ${EXAMPLESDIR}
-
-pre-configure:
- cd ${WRKSRC}; \
- ${ECHO} >> aicrypto/ecdsa/Makefile.in; \
- ${CP} README README.in; ${CP} README.j README.j.in
-
-do-install:
-.for f in ${LIBRARIES}
- ${INSTALL_LIB} ${WRKSRC}/lib/${f} ${DESTDIR}${PREFIX}/lib
-.endfor
-.for f in ${COMMANDS}
- ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/bin
-.endfor
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/newca.sh ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/aicrypto/include/*.h ${DESTDIR}${PREFIX}/include
- ${INSTALL_DATA} ${WRKSRC}/aiconfig.h ${DESTDIR}${PREFIX}/include
- ${CP} ${WRKSRC}/certs/* ${DESTDIR}${PREFIX}/certs
- ${CP} ${WRKSRC}/templates/* ${DESTDIR}${PREFIX}/templates
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCDIR}
-.endfor
-.for f in ${EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${EXAMPLESDIR}
-.endfor
-
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/AiCA/PLIST b/security/AiCA/PLIST
deleted file mode 100644
index 159a130435f..00000000000
--- a/security/AiCA/PLIST
+++ /dev/null
@@ -1,72 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2004/11/29 17:24:49 taca Exp $
-bin/aica
-bin/aistore
-bin/asn1view
-bin/certconv
-bin/certreq
-bin/certvfy
-bin/certview
-bin/newca.sh
-certs/ailab.cer
-certs/ailab.crl
-certs/democa.cer
-certs/democa.crl
-certs/verify.idx
-@dirrm certs
-include/aiconfig.h
-include/key_type.h
-include/large_num.h
-include/large_prime.h
-include/md_global.h
-include/ok_asn1.h
-include/ok_base64.h
-include/ok_cmp.h
-include/ok_des.h
-include/ok_dsa.h
-include/ok_ecc.h
-include/ok_ecdsa.h
-include/ok_err.h
-include/ok_hmac.h
-include/ok_io.h
-include/ok_md2.h
-include/ok_md5.h
-include/ok_mem.h
-include/ok_mime.h
-include/ok_pem.h
-include/ok_pkcs.h
-include/ok_pkcs12.h
-include/ok_pkcs7.h
-include/ok_rand.h
-include/ok_rc2.h
-include/ok_rc4.h
-include/ok_rsa.h
-include/ok_sha1.h
-include/ok_ssl.h
-include/ok_store.h
-include/ok_tool.h
-include/ok_uconv.h
-include/ok_wincry.h
-include/ok_x509.h
-include/ok_x509ext.h
-include/unicode11.h
-lib/libaica.a
-lib/libaicrypto.a
-lib/libaissl.a
-share/doc/AiCA/COPYRIGHT
-share/doc/AiCA/README
-share/doc/AiCA/README.j
-@dirrm share/doc/AiCA
-share/examples/AiCA/aica.cnf
-share/examples/AiCA/sample.csv
-@dirrm share/examples/AiCA
-templates/ARL Profile template.lpi
-templates/CRL Profile template.lpi
-templates/CRL-All Profile template.lpi
-templates/Cross Cert Profile template.cpi
-templates/Empty Profile template.cpi
-templates/IPSEC Profile template.cpi
-templates/SMIME user Profile template.cpi
-templates/SSL client Profile template.cpi
-templates/SSL server Profile template.cpi
-templates/Sub-CA Profile template.cpi
-@dirrm templates
diff --git a/security/AiCA/distinfo b/security/AiCA/distinfo
deleted file mode 100644
index eb6389c8a88..00000000000
--- a/security/AiCA/distinfo
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 13:10:04 agc Exp $
-
-SHA1 (AiCA-0.81.tar.gz) = aa74edda60b29f21cca17ff6b09b07509705db18
-RMD160 (AiCA-0.81.tar.gz) = b898874dc1e904f37f3e22eb6bbbf370c78a156a
-Size (AiCA-0.81.tar.gz) = 703433 bytes
-SHA1 (patch-aa) = 45878a0aa80b3201c4e3e7c4d1fc593412745855
-SHA1 (patch-ab) = 524c4f8ca5daaea0c28d113ddf94fac52c2deeac
-SHA1 (patch-ac) = efff74bf4bc97c427b8a975d9cc81db721504cbe
-SHA1 (patch-ad) = e8a83263d262a7587876c2f972a79f0666df85f9
-SHA1 (patch-ae) = 514aa2677078acdfb0105ebfe2ea3b45dac9ecc7
-SHA1 (patch-af) = 698fa9e68a9c90d1bedc4320e554a324b76e5bc8
-SHA1 (patch-ag) = 4f557ebd4b82d1e99ae02eff57987e2c53d00e13
diff --git a/security/AiSSLtelnet/DESCR b/security/AiSSLtelnet/DESCR
deleted file mode 100644
index e49acc4e5f6..00000000000
--- a/security/AiSSLtelnet/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This SSL patch, which comes from the SSL telnet v0.11 based on
-the OpenSSL, is AiSSL based implementation of the telnet(d).
diff --git a/security/AiSSLtelnet/Makefile b/security/AiSSLtelnet/Makefile
deleted file mode 100644
index 96401a0c253..00000000000
--- a/security/AiSSLtelnet/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2008/09/12 11:42:02 gdt Exp $
-#
-
-DISTNAME= AiSSLtelnet-0.15
-PKGREVISION= 1
-CATEGORIES= security
-MASTER_SITES= http://mars.elcom.nitech.ac.jp/security/
-
-MAINTAINER= tech-pkg-ja@jp.NetBSD.org
-HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/
-COMMENT= SSL Telnet based on AiSSL
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-GNU_CONFIGURE= YES
-
-# License unreadable due to unfetchable distfile.
-LICENSE= generic-nonlicense
-RESTRICTED= Source code redistribution is not permitted.consult okuno@mars.elcom.nitech.ac.jp.
-NO_SRC_ON_FTP= ${RESTRICTED}
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-
-WRKSRC= ${WRKDIR}/AiSSLtelnet
-
-INSTALLATION_DIRS= share/doc/AiSSLtelnet
-INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX}
-
-pre-install:
- ${INSTALL_DATA} ${WRKSRC}/aicrypto/COPYRIGHT ${WRKSRC}/README \
- ${WRKSRC}/README-j ${DESTDIR}${PREFIX}/share/doc/AiSSLtelnet
-
-# The sources assume <malloc.h> exists. Create a fake one for platforms
-# that don't have it.
-post-wrapper:
- if ${TEST} ! -f /usr/include/malloc.h; then \
- ${ECHO} "#include <stdlib.h>" \
- > ${BUILDLINK_DIR}/include/malloc.h; \
- fi
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/AiSSLtelnet/PLIST b/security/AiSSLtelnet/PLIST
deleted file mode 100644
index a6ec91162f2..00000000000
--- a/security/AiSSLtelnet/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:16:26 zuntum Exp $
-bin/ssl.telnet
-bin/ssl.telnetd
-bin/ssl.telnetd.sh
-certs/telnetd.p12
-certs/verify.idx
-share/doc/AiSSLtelnet/COPYRIGHT
-share/doc/AiSSLtelnet/README
-share/doc/AiSSLtelnet/README-j
-@dirrm share/doc/AiSSLtelnet
-@dirrm certs
diff --git a/security/AiSSLtelnet/distinfo b/security/AiSSLtelnet/distinfo
deleted file mode 100644
index 22e91a4138b..00000000000
--- a/security/AiSSLtelnet/distinfo
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: distinfo,v 1.13 2007/07/24 14:26:31 joerg Exp $
-
-SHA1 (AiSSLtelnet-0.15.tar.gz) = 533662049ac44dbf45bb5b53f37eabf269017a79
-RMD160 (AiSSLtelnet-0.15.tar.gz) = 6010734e7a38cf1b26e43b84e12678f99409f170
-Size (AiSSLtelnet-0.15.tar.gz) = 669686 bytes
-SHA1 (patch-aa) = 492381af1289a1f144b33f445db1e9ce357a88c7
-SHA1 (patch-ab) = ab2261a810c63a5b5b2d0d1021de94253bb3bc54
-SHA1 (patch-ac) = 8fcaf2a51d0f9209033072ded426a8fff28588ac
-SHA1 (patch-ad) = 954b02c4d494477062dcb05016e2f7d29c299e48
-SHA1 (patch-ae) = 3b162a664c920ac5897154167871925739745083
-SHA1 (patch-af) = 686ce88931e977e14041be096b589942b35c7a98
-SHA1 (patch-ag) = ebeb3ce32341d4b4e69c71ab969408ff84a5d309
-SHA1 (patch-ah) = a4322b39b6e5d4b78d2431c5379bdcaf75f16b9e
-SHA1 (patch-ai) = b683e37072eae4ae324b0c97808058460eeefcf6