diff options
Diffstat (limited to 'security/openssl-beta')
-rw-r--r-- | security/openssl-beta/Makefile | 53 | ||||
-rw-r--r-- | security/openssl-beta/distinfo | 2 | ||||
-rw-r--r-- | security/openssl-beta/files/patch-ab | 11 | ||||
-rw-r--r-- | security/openssl-beta/files/patch-ac | 13 | ||||
-rw-r--r-- | security/openssl-beta/files/patch-ad | 11 | ||||
-rw-r--r-- | security/openssl-beta/files/patch-ag | 11 | ||||
-rw-r--r-- | security/openssl-beta/files/patch-ah | 56 | ||||
-rw-r--r-- | security/openssl-beta/pkg-comment | 1 | ||||
-rw-r--r-- | security/openssl-beta/pkg-descr | 19 | ||||
-rw-r--r-- | security/openssl-beta/pkg-plist | 67 |
10 files changed, 0 insertions, 244 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile deleted file mode 100644 index 7a500e1ba26e..000000000000 --- a/security/openssl-beta/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: OpenSSL -# Version required: 0.9.2b -# Date created: Sun Jan 3 19:36:27 CET 1999 -# Whom: Dirk Froemberg <dirk@FreeBSD.ORG> -# -# $Id: Makefile,v 1.29 1999/04/13 22:37:02 dirk Exp $ -# - -DISTNAME= openssl-0.9.2b -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/ - -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= openssl-0.9.2b-rsaoaep.patch - -MAINTAINER= dirk@FreeBSD.ORG - -ONLY_FOR_ARCHS= i386 -RESTRICTED= "Cryptography" -USE_PERL5= yes -MAKE_ENV= PERL="${PERL}" - -.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 - -do-configure: - @cd ${WRKSRC} \ - && ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" PERL="${PERL}" ./config \ - && ${PERL} util/ssldir.pl ${PREFIX} - -post-install: -.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 2fa967f0c282..000000000000 --- a/security/openssl-beta/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (openssl-0.9.2b.tar.gz) = e78a6b30b443cd0d118b376a4dfe4745 -MD5 (openssl-0.9.2b-rsaoaep.patch) = 7336290517c4b3f8e74c462affff1c6b diff --git a/security/openssl-beta/files/patch-ab b/security/openssl-beta/files/patch-ab deleted file mode 100644 index 242f51032255..000000000000 --- a/security/openssl-beta/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.org.orig Mon Mar 22 18:18:18 1999 -+++ Makefile.org Wed Mar 24 17:25:25 1999 -@@ -149,7 +149,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-ac b/security/openssl-beta/files/patch-ac deleted file mode 100644 index 457756975903..000000000000 --- a/security/openssl-beta/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- Configure.orig Fri Mar 12 21:31:13 1999 -+++ Configure Tue Mar 23 22:06:03 1999 -@@ -157,8 +157,8 @@ - "NetBSD-m68", "gcc:-DTERMIOS -O3 -fomit-frame-pointer -Wall -DB_ENDIAN::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:::", - "NetBSD-x86", "gcc:-DTERMIOS -D_ANSI_SOURCE -O3 -fomit-frame-pointer -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:", - #"FreeBSD", "gcc:-DTERMIOS -DL_ENDIAN -D_ANSI_SOURCE -fomit-frame-pointer -O3 -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_out_asm", --"FreeBSD", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_out_asm", --"FreeBSD-elf", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm", -+"FreeBSD", "$ENV{CC}:-DTERMIOS -DL_ENDIAN $ENV{CFLAGS}::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_out_asm", -+"FreeBSD-elf", "$ENV{CC}:-DTERMIOS -DL_ENDIAN $ENV{CFLAGS}::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm", - "bsdi-gcc", "gcc:-O3 -ffast-math -DL_ENDIAN -DPERL5 -m486::RSA_LLONG $x86_gcc_des $x86_gcc_opts:$x86_bsdi_asm", - "nextstep", "cc:-O3 -Wall::BN_LLONG $x86_gcc_des ${x86_gcc_opts}:::", - # NCR MP-RAS UNIX ver 02.03.01 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/files/patch-ah b/security/openssl-beta/files/patch-ah deleted file mode 100644 index 111ce78f8e57..000000000000 --- a/security/openssl-beta/files/patch-ah +++ /dev/null @@ -1,56 +0,0 @@ ---- config.orig Sun Jan 17 15:20:20 1999 -+++ config Tue Mar 30 12:58:19 1999 -@@ -125,16 +125,12 @@ - echo "${MACHINE}-whatever-bsdi"; exit 0 - ;; - -- FreeBSD:3*:*:*) -- echo "${MACHINE}-whatever-freebsd3"; exit 0 -- ;; -- -- FreeBSD:*:*:*486*) -- echo "i486-whatever-freebsd"; exit 0 -+ FreeBSD:[12]*:*:*) -+ echo "${MACHINE}-whatever-freebsd"; exit 0 - ;; - - FreeBSD:*) -- echo "${MACHINE}-whatever-freebsd"; exit 0 -+ echo "${MACHINE}-whatever-freebsd3"; exit 0 - ;; - - NetBSD:*:*:*486*) -@@ -282,15 +278,6 @@ - esac - done - --# figure out if gcc is available and if so we use it otherwise --# we fallback to whatever cc does on the system --GCCVER=`gcc -v 2>&1` --if [ $? = "0" ]; then -- CC=gcc --else -- CC=cc --fi -- - # read the output of the embedded GuessOS - read GUESSOS - -@@ -334,7 +321,7 @@ - # run Configure to check to see if we need to specify the - # compiler for the platform ... in which case we add it on - # the end ... otherwise we leave it off --perl ./Configure 2>&1 | grep "$OUT-$CC" > /dev/null -+${PERL} ./Configure 2>&1 | grep "$OUT-$CC" > /dev/null - if [ $? = "0" ]; then - OUT="$OUT-$CC" - fi -@@ -349,7 +336,7 @@ - if [ "$TEST" = "true" ]; then - echo ./Configure $OUT $options - else -- perl ./Configure $OUT $options -+ ${PERL} ./Configure $OUT $options - fi - - ) 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 57b3b8981bd6..000000000000 --- a/security/openssl-beta/pkg-descr +++ /dev/null @@ -1,19 +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/ - -WWW: http://www.openssl.org diff --git a/security/openssl-beta/pkg-plist b/security/openssl-beta/pkg-plist deleted file mode 100644 index 03f50724ced1..000000000000 --- a/security/openssl-beta/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -bin/CA.pl -bin/CA.sh -bin/c_hash -bin/c_info -bin/c_issuer -bin/c_name -bin/c_rehash -bin/der_chop -bin/openssl -include/asn1.h -include/asn1_mac.h -include/bio.h -include/blowfish.h -include/bn.h -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/opensslv.h -include/pem.h -include/pem2.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 -include/x509v3.h -lib/libRSAglue.a -lib/libcrypto.a -lib/libssl.a -lib/openssl.cnf -share/doc/openssl/README -share/doc/openssl/crypto.pod -share/doc/openssl/openssl.pod -share/doc/openssl/openssl.txt -share/doc/openssl/openssl_button.gif -share/doc/openssl/openssl_button.html -share/doc/openssl/ssl.pod -share/doc/openssl/ssleay.txt -@dirrm share/doc/openssl |