summaryrefslogtreecommitdiff
path: root/security/openssl-beta
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
commitce5da22b7076167a515a6a0b602b22b67022e5ff (patch)
tree2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /security/openssl-beta
parentYipes, committed the wrong one. This is the INDEX file for 3.1R. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Notes
Notes: svn path=/head/; revision=16726 svn path=/tags/RELEASE_3_1_0/; revision=16727; tag=release/3.1.0
Diffstat (limited to 'security/openssl-beta')
-rw-r--r--security/openssl-beta/Makefile46
-rw-r--r--security/openssl-beta/distinfo1
-rw-r--r--security/openssl-beta/files/patch-ab11
-rw-r--r--security/openssl-beta/files/patch-ad11
-rw-r--r--security/openssl-beta/files/patch-ag11
-rw-r--r--security/openssl-beta/pkg-comment1
-rw-r--r--security/openssl-beta/pkg-descr17
-rw-r--r--security/openssl-beta/pkg-plist178
8 files changed, 0 insertions, 276 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
deleted file mode 100644
index 83def3b46a28..000000000000
--- a/security/openssl-beta/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: OpenSSL
-# Version required: 0.9.1c
-# Date created: Sun Jan 3 19:36:27 CET 1999
-# Whom: Dirk Froemberg <dirk@FreeBSD.ORG>
-#
-# $Id: Makefile,v 1.25 1999/01/12 23:18:59 dirk Exp $
-#
-
-DISTNAME= openssl-0.9.1c
-CATEGORIES= devel security
-MASTER_SITES= http://www.openssl.org/source/ \
- ftp://ftp.openssl.org/source/ \
- ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ \
- ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/
-
-MAINTAINER= dirk@FreeBSD.ORG
-
-RESTRICTED= "Cryptography"
-HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= util/FreeBSD.sh
-CONFIGURE_ENV= PREFIX=${PREFIX}
-
-.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO
-pre-fetch:
- @${ECHO} ""
- @${ECHO} "You must set variable USA_RESIDENT to YES, if you are USA resident"
- @${ECHO} "or to NO, if you aren\'t USA resident to build this package."
- @${ECHO} "You must also have installed RSAREF if you are USA resident."
- @${FALSE}
-.elif defined(USA_RESIDENT)
-.if ${USA_RESIDENT} == YES && !defined(I_HAVE_AN_RSA_LICENSE)
-LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
-
-post-configure:
- ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/Makefile.patch
-.endif
-.endif
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/apps/ssleay.cnf ${PREFIX}/etc/ssleay.cnf.sample
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/openssl
- @${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/openssl
-.endif
-
-.include <bsd.port.mk>
diff --git a/security/openssl-beta/distinfo b/security/openssl-beta/distinfo
deleted file mode 100644
index a01fa079e906..000000000000
--- a/security/openssl-beta/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (openssl-0.9.1c.tar.gz) = 6c453d4b8180f57cde82c58ac03a053b
diff --git a/security/openssl-beta/files/patch-ab b/security/openssl-beta/files/patch-ab
deleted file mode 100644
index 2040fc110d81..000000000000
--- a/security/openssl-beta/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.ssl.orig Wed Dec 23 09:20:52 1998
-+++ Makefile.ssl Sun Jan 3 20:03:00 1999
-@@ -174,7 +174,7 @@
- ONEDIRS=out tmp
- EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep
- WDIRS= windows
--LIBS= libcrypto.a libssl.a
-+LIBS= libcrypto.a libssl.a libRSAglue.a
-
- GENERAL= Makefile
- BASENAME= openssl
diff --git a/security/openssl-beta/files/patch-ad b/security/openssl-beta/files/patch-ad
deleted file mode 100644
index cd606a304160..000000000000
--- a/security/openssl-beta/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- crypto/md5/md5.c.orig Thu Apr 9 07:59:29 1998
-+++ crypto/md5/md5.c Sun Dec 27 18:44:33 1998
-@@ -94,7 +94,7 @@
- err++;
- continue;
- }
-- printf("MD5(%s)= ",argv[i]);
-+ printf("MD5 (%s) = ",argv[i]);
- do_fp(IN);
- fclose(IN);
- }
diff --git a/security/openssl-beta/files/patch-ag b/security/openssl-beta/files/patch-ag
deleted file mode 100644
index d43c842332ff..000000000000
--- a/security/openssl-beta/files/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
---- apps/dgst.c.orig Mon Dec 21 20:00:13 1998
-+++ apps/dgst.c Tue Jan 19 16:16:38 1999
-@@ -187,7 +187,7 @@
- err++;
- continue;
- }
-- printf("%s(%s)= ",name,argv[i]);
-+ printf("%s (%s) = ",name,argv[i]);
- do_fp(buf,inp,separator);
- BIO_reset(bmd);
- }
diff --git a/security/openssl-beta/pkg-comment b/security/openssl-beta/pkg-comment
deleted file mode 100644
index bf6eaba1f945..000000000000
--- a/security/openssl-beta/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-SSL and crypto library
diff --git a/security/openssl-beta/pkg-descr b/security/openssl-beta/pkg-descr
deleted file mode 100644
index d1ca8543ee5a..000000000000
--- a/security/openssl-beta/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-The OpenSSL Project is a collaborative effort to develop a robust,
-commercial-grade, full-featured, and Open Source toolkit implementing
-the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security
-(TLS v1) protocols with full-strength cryptography world-wide. The
-project is managed by a worldwide community of volunteers that use
-the Internet to communicate, plan, and develop the OpenSSL tookit
-and its related documentation.
-
-OpenSSL is based on the excellent SSLeay library developed by Eric
-A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under
-an Apache-style licence, which basically means that you are free
-to get and use it for commercial and non-commercial purposes subject
-to some simple license conditions.
-
-OpenSSL homepage:
-
- http://www.openssl.org/
diff --git a/security/openssl-beta/pkg-plist b/security/openssl-beta/pkg-plist
deleted file mode 100644
index 1db796ee3ea6..000000000000
--- a/security/openssl-beta/pkg-plist
+++ /dev/null
@@ -1,178 +0,0 @@
-bin/CA.sh
-bin/asn1parse
-bin/base64
-bin/bf
-bin/bf-cbc
-bin/bf-cfb
-bin/bf-ecb
-bin/bf-ofb
-bin/c_hash
-bin/c_info
-bin/c_issuer
-bin/c_name
-bin/c_rehash
-bin/ca
-bin/cast
-bin/cast-cbc
-bin/cast5-cbc
-bin/cast5-cfb
-bin/cast5-ecb
-bin/cast5-ofb
-bin/ciphers
-bin/crl
-bin/crl2pkcs7
-bin/der_chop
-bin/des
-bin/des-cbc
-bin/des-cfb
-bin/des-ecb
-bin/des-ede
-bin/des-ede-cbc
-bin/des-ede-cfb
-bin/des-ede-ofb
-bin/des-ede3
-bin/des-ede3-cbc
-bin/des-ede3-cfb
-bin/des-ede3-ofb
-bin/des-ofb
-bin/des3
-bin/desx
-bin/dgst
-bin/dh
-bin/dsa
-bin/dsaparam
-bin/enc
-bin/errstr
-bin/gendh
-bin/genrsa
-bin/idea
-bin/idea-cbc
-bin/idea-cfb
-bin/idea-ecb
-bin/idea-ofb
-bin/md2
-bin/md5
-bin/mdc2
-bin/pkcs7
-bin/rc2
-bin/rc2-cbc
-bin/rc2-cfb
-bin/rc2-ecb
-bin/rc2-ofb
-bin/rc4
-bin/rc5
-bin/rc5-cbc
-bin/rc5-cfb
-bin/rc5-ecb
-bin/rc5-ofb
-bin/req
-bin/rmd160
-bin/rsa
-bin/s_client
-bin/s_server
-bin/s_time
-bin/sess_id
-bin/sha
-bin/sha1
-bin/speed
-bin/ssleay
-bin/verify
-bin/version
-bin/x509
-etc/ssleay.cnf.sample
-include/asn1.h
-include/asn1_mac.h
-include/bio.h
-include/blowfish.h
-include/bn.h
-include/bss_file.c
-include/buffer.h
-include/cast.h
-include/comp.h
-include/conf.h
-include/cryptall.h
-include/crypto.h
-include/des.h
-include/dh.h
-include/dsa.h
-include/err.h
-include/evp.h
-include/hmac.h
-include/idea.h
-include/lhash.h
-include/md2.h
-include/md5.h
-include/mdc2.h
-include/objects.h
-include/pem.h
-include/pkcs7.h
-include/rand.h
-include/rc2.h
-include/rc4.h
-include/rc5.h
-include/ripemd.h
-include/rsa.h
-include/sha.h
-include/ssl.h
-include/ssl2.h
-include/ssl23.h
-include/ssl3.h
-include/stack.h
-include/tls1.h
-include/tmdiff.h
-include/txt_db.h
-include/x509.h
-include/x509_vfy.h
-lib/libRSAglue.a
-lib/libcrypto.a
-lib/libssl.a
-share/doc/openssl/API.doc
-share/doc/openssl/a_verify.doc
-share/doc/openssl/apps.doc
-share/doc/openssl/asn1.doc
-share/doc/openssl/bio.doc
-share/doc/openssl/blowfish.doc
-share/doc/openssl/bn.doc
-share/doc/openssl/ca.1
-share/doc/openssl/callback.doc
-share/doc/openssl/cipher.doc
-share/doc/openssl/cipher.m
-share/doc/openssl/conf.doc
-share/doc/openssl/danger
-share/doc/openssl/des.doc
-share/doc/openssl/digest.doc
-share/doc/openssl/encode.doc
-share/doc/openssl/envelope.doc
-share/doc/openssl/error.doc
-share/doc/openssl/idea.doc
-share/doc/openssl/legal.doc
-share/doc/openssl/lhash.doc
-share/doc/openssl/md2.doc
-share/doc/openssl/md5.doc
-share/doc/openssl/memory.doc
-share/doc/openssl/ms3-ca.doc
-share/doc/openssl/ns-ca.doc
-share/doc/openssl/obj.doc
-share/doc/openssl/rand.doc
-share/doc/openssl/rc2.doc
-share/doc/openssl/rc4.doc
-share/doc/openssl/readme
-share/doc/openssl/ref.doc
-share/doc/openssl/req.1
-share/doc/openssl/rsa.doc
-share/doc/openssl/rsaref.doc
-share/doc/openssl/s_mult.doc
-share/doc/openssl/session.doc
-share/doc/openssl/sha.doc
-share/doc/openssl/speed.doc
-share/doc/openssl/ssl-ciph.doc
-share/doc/openssl/ssl.doc
-share/doc/openssl/ssl_ctx.doc
-share/doc/openssl/ssleay.doc
-share/doc/openssl/ssluse.doc
-share/doc/openssl/stack.doc
-share/doc/openssl/threads.doc
-share/doc/openssl/txt_db.doc
-share/doc/openssl/verify
-share/doc/openssl/why.doc
-@dirrm share/doc/openssl