pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security Finish removal of security/Ai{CA,SSLtelnet} t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f3578de35b8
branches:  trunk
changeset: 547445:9f3578de35b8
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Sep 16 20:02:16 2008 +0000

description:
Finish removal of security/Ai{CA,SSLtelnet} that should have been part
of last commit.

diffstat:

 security/AiCA/DESCR           |  12 -------
 security/AiCA/INSTALL         |   8 ----
 security/AiCA/Makefile        |  57 ----------------------------------
 security/AiCA/PLIST           |  72 -------------------------------------------
 security/AiCA/distinfo        |  12 -------
 security/AiSSLtelnet/DESCR    |   2 -
 security/AiSSLtelnet/Makefile |  42 -------------------------
 security/AiSSLtelnet/PLIST    |  11 ------
 security/AiSSLtelnet/distinfo |  14 --------
 9 files changed, 0 insertions(+), 230 deletions(-)

diffs (266 lines):

diff -r 2c9a5082409f -r 9f3578de35b8 security/AiCA/DESCR
--- a/security/AiCA/DESCR       Tue Sep 16 20:00:35 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 2c9a5082409f -r 9f3578de35b8 security/AiCA/INSTALL
--- a/security/AiCA/INSTALL     Tue Sep 16 20:00:35 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 2c9a5082409f -r 9f3578de35b8 security/AiCA/Makefile
--- a/security/AiCA/Makefile    Tue Sep 16 20:00:35 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 2c9a5082409f -r 9f3578de35b8 security/AiCA/PLIST
--- a/security/AiCA/PLIST       Tue Sep 16 20:00:35 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 2c9a5082409f -r 9f3578de35b8 security/AiCA/distinfo
--- a/security/AiCA/distinfo    Tue Sep 16 20:00:35 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 2c9a5082409f -r 9f3578de35b8 security/AiSSLtelnet/DESCR
--- a/security/AiSSLtelnet/DESCR        Tue Sep 16 20:00:35 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 2c9a5082409f -r 9f3578de35b8 security/AiSSLtelnet/Makefile
--- a/security/AiSSLtelnet/Makefile     Tue Sep 16 20:00:35 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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@localhost.
-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 -r 2c9a5082409f -r 9f3578de35b8 security/AiSSLtelnet/PLIST
--- a/security/AiSSLtelnet/PLIST        Tue Sep 16 20:00:35 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 2c9a5082409f -r 9f3578de35b8 security/AiSSLtelnet/distinfo
--- a/security/AiSSLtelnet/distinfo     Tue Sep 16 20:00:35 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index