diff options
-rw-r--r-- | openssl/Makefile.in | 2 | ||||
-rw-r--r-- | openssl/openssl-1.0.0b.tar.gz | bin | 4019360 -> 0 bytes | |||
-rw-r--r-- | openssl/openssl-1.0.0d.tar.gz | bin | 0 -> 4025484 bytes | |||
-rwxr-xr-x | openssl/update-snapshot.sh | 2 | ||||
-rw-r--r-- | rtr-origin/Makefile.in | 3 |
5 files changed, 5 insertions, 2 deletions
diff --git a/openssl/Makefile.in b/openssl/Makefile.in index 56994d8a..8068475b 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -VERSION = 1.0.0b +VERSION = 1.0.0d OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl diff --git a/openssl/openssl-1.0.0b.tar.gz b/openssl/openssl-1.0.0b.tar.gz Binary files differdeleted file mode 100644 index d081337b..00000000 --- a/openssl/openssl-1.0.0b.tar.gz +++ /dev/null diff --git a/openssl/openssl-1.0.0d.tar.gz b/openssl/openssl-1.0.0d.tar.gz Binary files differnew file mode 100644 index 00000000..dece3b55 --- /dev/null +++ b/openssl/openssl-1.0.0d.tar.gz diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh index a6bba9f8..888f7248 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.0b" +version="1.0.0d" tarball="openssl-${version}.tar.gz" diff --git a/rtr-origin/Makefile.in b/rtr-origin/Makefile.in index 57f1637d..596cff87 100644 --- a/rtr-origin/Makefile.in +++ b/rtr-origin/Makefile.in @@ -39,3 +39,6 @@ distclean: clean ${BIN} : ${SRC} echo >$@ '#!${PYTHON}' cat >>$@ ${SRC} + +test: + @true |