aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/doc.RPKI.Installation.DebianPackages4
-rw-r--r--doc/manual.pdfbin760081 -> 760086 bytes
-rw-r--r--openssl/Makefile.in2
-rw-r--r--openssl/openssl-1.0.1j.tar.gzbin4432964 -> 0 bytes
-rw-r--r--openssl/openssl-1.0.1l.tar.gzbin0 -> 4429979 bytes
-rwxr-xr-xopenssl/update-snapshot.sh2
6 files changed, 4 insertions, 4 deletions
diff --git a/doc/doc.RPKI.Installation.DebianPackages b/doc/doc.RPKI.Installation.DebianPackages
index 5a7ce180..048af3b8 100644
--- a/doc/doc.RPKI.Installation.DebianPackages
+++ b/doc/doc.RPKI.Installation.DebianPackages
@@ -56,7 +56,7 @@ aptitude should also work.
* If you changed anything in rpki.conf, you should restart the RPKI CA service:
- sudo initctl restart rpki-ca
+ sudo service rpki-ca restart
***** Upgrading *****
@@ -69,4 +69,4 @@ version of the code using the normal APT upgrade process, eg:
Or, if you only want to update the RPKI tools:
sudo apt-get update
- sudo apt-get upgrade
+ sudo apt-get upgrade rpki-ca rpki-rp
diff --git a/doc/manual.pdf b/doc/manual.pdf
index 13bbfa09..bd98c08b 100644
--- a/doc/manual.pdf
+++ b/doc/manual.pdf
Binary files differ
diff --git a/openssl/Makefile.in b/openssl/Makefile.in
index 6eaeaa1e..0fe9d454 100644
--- a/openssl/Makefile.in
+++ b/openssl/Makefile.in
@@ -1,6 +1,6 @@
# $Id$
-VERSION = 1.0.1j
+VERSION = 1.0.1l
OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@
OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl
diff --git a/openssl/openssl-1.0.1j.tar.gz b/openssl/openssl-1.0.1j.tar.gz
deleted file mode 100644
index bae4e59f..00000000
--- a/openssl/openssl-1.0.1j.tar.gz
+++ /dev/null
Binary files differ
diff --git a/openssl/openssl-1.0.1l.tar.gz b/openssl/openssl-1.0.1l.tar.gz
new file mode 100644
index 00000000..448aaf41
--- /dev/null
+++ b/openssl/openssl-1.0.1l.tar.gz
Binary files differ
diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh
index 1609897f..eb8c45d8 100755
--- a/openssl/update-snapshot.sh
+++ b/openssl/update-snapshot.sh
@@ -6,7 +6,7 @@
#version="1.0.0-stable-SNAP-$(date +%Y%m%d)"
-version="1.0.1j"
+version="1.0.1l"
tarball="openssl-${version}.tar.gz"