aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openssl/Makefile2
-rw-r--r--openssl/openssl-0.9.8e.tar.gzbin3341665 -> 0 bytes
-rw-r--r--openssl/openssl-0.9.8f.tar.gzbin0 -> 3357445 bytes
-rw-r--r--pow/POW-0.7/setup.py2
-rw-r--r--rcynic/Makefile2
-rw-r--r--scripts/check-hashes.sh2
-rw-r--r--scripts/gen-verify-test.pl2
-rw-r--r--scripts/generate-testrepo.pl2
-rw-r--r--scripts/generate-testrepo.py2
-rw-r--r--scripts/make-hashes.pl2
-rw-r--r--tests/resource-set/Makefile2
-rw-r--r--tests/uri/Makefile2
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
deleted file mode 100644
index 25ceb291..00000000
--- a/openssl/openssl-0.9.8e.tar.gz
+++ /dev/null
Binary files differ
diff --git a/openssl/openssl-0.9.8f.tar.gz b/openssl/openssl-0.9.8f.tar.gz
new file mode 100644
index 00000000..97ba9012
--- /dev/null
+++ b/openssl/openssl-0.9.8f.tar.gz
Binary files differ
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