diff options
Diffstat (limited to 'security/openssl-beta/files')
-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 |
5 files changed, 0 insertions, 102 deletions
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 - - ) |