diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-19 19:01:14 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-19 19:01:14 +0000 |
commit | 7136f6e478edde96347a97975d417afbbf97c966 (patch) | |
tree | a36b3f355420f241162c815846f237252d80d57c | |
parent | bcf1de94540172170e3ffd3a5f8705089efb1766 (diff) |
OpenSSL 0.9.8f
svn path=/openssl/Makefile; revision=1175
-rw-r--r-- | openssl/Makefile | 2 | ||||
-rw-r--r-- | openssl/openssl-0.9.8e.tar.gz | bin | 3341665 -> 0 bytes | |||
-rw-r--r-- | openssl/openssl-0.9.8f.tar.gz | bin | 0 -> 3357445 bytes | |||
-rw-r--r-- | pow/POW-0.7/setup.py | 2 | ||||
-rw-r--r-- | rcynic/Makefile | 2 | ||||
-rw-r--r-- | scripts/check-hashes.sh | 2 | ||||
-rw-r--r-- | scripts/gen-verify-test.pl | 2 | ||||
-rw-r--r-- | scripts/generate-testrepo.pl | 2 | ||||
-rw-r--r-- | scripts/generate-testrepo.py | 2 | ||||
-rw-r--r-- | scripts/make-hashes.pl | 2 | ||||
-rw-r--r-- | tests/resource-set/Makefile | 2 | ||||
-rw-r--r-- | tests/uri/Makefile | 2 |
12 files changed, 10 insertions, 10 deletions
diff --git a/openssl/Makefile b/openssl/Makefile index 78764be9..25bf8553 100644 --- a/openssl/Makefile +++ b/openssl/Makefile @@ -1,6 +1,6 @@ # $Id$ -VERSION = 0.9.8e +VERSION = 0.9.8f all: openssl-${VERSION}/Makefile cd openssl-${VERSION}; make $@ diff --git a/openssl/openssl-0.9.8e.tar.gz b/openssl/openssl-0.9.8e.tar.gz Binary files differdeleted file mode 100644 index 25ceb291..00000000 --- a/openssl/openssl-0.9.8e.tar.gz +++ /dev/null diff --git a/openssl/openssl-0.9.8f.tar.gz b/openssl/openssl-0.9.8f.tar.gz Binary files differnew file mode 100644 index 00000000..97ba9012 --- /dev/null +++ b/openssl/openssl-0.9.8f.tar.gz diff --git a/pow/POW-0.7/setup.py b/pow/POW-0.7/setup.py index d92e8cd4..37b7ba61 100644 --- a/pow/POW-0.7/setup.py +++ b/pow/POW-0.7/setup.py @@ -13,7 +13,7 @@ oidinfo.dumpobjs('lib/_objects.py') print 'writing oid module' oidinfo.dumpoids('lib/_oids.py') -library_dirs = [ "../../openssl/openssl-0.9.8e" ] +library_dirs = [ "../../openssl/openssl-0.9.8f" ] include_dirs = [ library_dirs[0] + "/include" ] libraries = [ "ssl", "crypto" ] diff --git a/rcynic/Makefile b/rcynic/Makefile index 09bd3af1..a8768583 100644 --- a/rcynic/Makefile +++ b/rcynic/Makefile @@ -1,6 +1,6 @@ # $Id$ -OPENSSL_DIR = ../openssl/openssl-0.9.8e +OPENSSL_DIR = ../openssl/openssl-0.9.8f CFLAGS = -g -I${OPENSSL_DIR}/include -Wall -Werror -Wshadow -Wmissing-prototypes -Wmissing-declarations LDFLAGS = -static diff --git a/scripts/check-hashes.sh b/scripts/check-hashes.sh index 750b39b5..d689cded 100644 --- a/scripts/check-hashes.sh +++ b/scripts/check-hashes.sh @@ -1,7 +1,7 @@ #!/bin/sh - # $Id$ -: ${openssl=/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl-0.9.8e/apps/openssl} +: ${openssl=/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl-0.9.8f/apps/openssl} : ${switches='-verbose -crl_check_all -policy_check -explicit_policy -policy 1.3.6.1.5.5.7.14.2 -x509_strict'} : ${hashtree=hashed} diff --git a/scripts/gen-verify-test.pl b/scripts/gen-verify-test.pl index 935af697..a8868b1d 100644 --- a/scripts/gen-verify-test.pl +++ b/scripts/gen-verify-test.pl @@ -5,7 +5,7 @@ eval 'exec perl -w -S $0 ${1+"$@"}' use strict; -my $openssl = "/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl-0.9.8e/apps/openssl"; +my $openssl = "/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl-0.9.8f/apps/openssl"; my $verify_options = "-verbose -crl_check_all -policy_check -explicit_policy -policy 1.3.6.1.5.5.7.14.2 -x509_strict"; diff --git a/scripts/generate-testrepo.pl b/scripts/generate-testrepo.pl index 1e05ca9b..0daa896c 100644 --- a/scripts/generate-testrepo.pl +++ b/scripts/generate-testrepo.pl @@ -9,7 +9,7 @@ my %parent; my @ordering; my %hashes; -my $openssl = "../../openssl/openssl-0.9.8e/apps/openssl"; +my $openssl = "../../openssl/openssl-0.9.8f/apps/openssl"; my $subdir = "apacheca"; my $passwd = "fnord"; my $keybits = 2048; diff --git a/scripts/generate-testrepo.py b/scripts/generate-testrepo.py index bbe425d5..caaa855d 100644 --- a/scripts/generate-testrepo.py +++ b/scripts/generate-testrepo.py @@ -14,7 +14,7 @@ makefile to drive everything. import rpki.resource_set, os subdir = "resource-cert-samples" -openssl = "../../openssl/openssl-0.9.8e/apps/openssl" +openssl = "../../openssl/openssl-0.9.8f/apps/openssl" keybits = 2048 def main(): diff --git a/scripts/make-hashes.pl b/scripts/make-hashes.pl index 5e80dd9d..5bb22c3c 100644 --- a/scripts/make-hashes.pl +++ b/scripts/make-hashes.pl @@ -3,7 +3,7 @@ use strict; -my $openssl = "/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl-0.9.8e/apps/openssl"; +my $openssl = "/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl-0.9.8f/apps/openssl"; my $dir = "hashed"; my @cmds; diff --git a/tests/resource-set/Makefile b/tests/resource-set/Makefile index ff8b1c5b..e73674e4 100644 --- a/tests/resource-set/Makefile +++ b/tests/resource-set/Makefile @@ -1,6 +1,6 @@ # $Id$ -OPENSSL_DIR = ../../openssl/openssl-0.9.8e +OPENSSL_DIR = ../../openssl/openssl-0.9.8f CFLAGS = -g -I${OPENSSL_DIR}/include diff --git a/tests/uri/Makefile b/tests/uri/Makefile index aef0d004..80d7eed1 100644 --- a/tests/uri/Makefile +++ b/tests/uri/Makefile @@ -1,6 +1,6 @@ # $Id$ -OPENSSL_DIR = ../../openssl/openssl-0.9.8e +OPENSSL_DIR = ../../openssl/openssl-0.9.8f CFLAGS = -g -I${OPENSSL_DIR}/include |