From b69adb23ccc7e05ca3e15f4c765d20da5225b337 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Fri, 30 Sep 2011 19:49:19 +0200 Subject: Touch crypto to provoke patch release (again) --- lib/crypto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/crypto/Makefile b/lib/crypto/Makefile index 2a8fc6acfd..6db5b03912 100644 --- a/lib/crypto/Makefile +++ b/lib/crypto/Makefile @@ -36,4 +36,4 @@ SPECIAL_TARGETS = include $(ERL_TOP)/make/otp_subdir.mk -# touched by patch 1176 +# touched by patch 1178 -- cgit v1.2.3 From 7a087c36e29cc1d12c856054a94772e86b95ee06 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Mon, 3 Oct 2011 11:31:00 +0200 Subject: [ssl] Step version for patch 1178 No source change. Building with dynamic linking towards OpenSSL v0.9.8 --- lib/ssl/src/ssl.appup.src | 3 ++- lib/ssl/vsn.mk | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/ssl/src/ssl.appup.src b/lib/ssl/src/ssl.appup.src index 29674f30da..6b4b62abc2 100644 --- a/lib/ssl/src/ssl.appup.src +++ b/lib/ssl/src/ssl.appup.src @@ -1,6 +1,7 @@ %% -*- erlang -*- {"%VSN%", [ + {"4.1.5.1", [{restart_application, ssl}]}, {"4.1.5", [{restart_application, ssl}]}, {"4.1.4", [{restart_application, ssl}]}, {"4.1.3", [{restart_application, ssl}]}, @@ -10,7 +11,7 @@ {"4.0.1", [{restart_application, ssl}]} ], [ - {"4.1.5", [{restart_application, ssl}]}, + {"4.1.5.1", [{restart_application, ssl}]}, {"4.1.4", [{restart_application, ssl}]}, {"4.1.3", [{restart_application, ssl}]}, {"4.1.2", [{restart_application, ssl}]}, diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 64a7603c44..deb554d73d 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 4.1.5.1 +SSL_VSN = 4.1.5.2 -- cgit v1.2.3