SF.net SVN: gar:[24713] csw/mgar/pkg/tlsinterposer/trunk

janholzh at users.sourceforge.net janholzh at users.sourceforge.net
Mon Mar 9 12:58:40 CET 2015


Revision: 24713
          http://sourceforge.net/p/gar/code/24713
Author:   janholzh
Date:     2015-03-09 11:58:40 +0000 (Mon, 09 Mar 2015)
Log Message:
-----------
tlsinterposer/trunk: update to 1.3.0

Modified Paths:
--------------
    csw/mgar/pkg/tlsinterposer/trunk/Makefile
    csw/mgar/pkg/tlsinterposer/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/tlsinterposer/trunk/files/0001-create_ssl_version.patch

Modified: csw/mgar/pkg/tlsinterposer/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tlsinterposer/trunk/Makefile	2015-03-09 10:53:08 UTC (rev 24712)
+++ csw/mgar/pkg/tlsinterposer/trunk/Makefile	2015-03-09 11:58:40 UTC (rev 24713)
@@ -2,13 +2,14 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = tlsinterposer
-VERSION = 1.1.0
+VERSION = 1.3.0
 GARTYPE = v2
 
 DESCRIPTION = OpenSSL library interposer to make existing binary software use more secure TLS protocol variants
 
 MASTER_SITES = https://github.com/Netfuture/tlsinterposer/archive/
 DISTFILES  = v$(VERSION).tar.gz
+PATCHFILES += 0001-create_ssl_version.patch
 
 LICENSE = LICENSE.txt
 

Modified: csw/mgar/pkg/tlsinterposer/trunk/checksums
===================================================================
--- csw/mgar/pkg/tlsinterposer/trunk/checksums	2015-03-09 10:53:08 UTC (rev 24712)
+++ csw/mgar/pkg/tlsinterposer/trunk/checksums	2015-03-09 11:58:40 UTC (rev 24713)
@@ -1 +1 @@
-c20a72167ab9dc6a273101167b85df7a  v1.1.0.tar.gz
+eb6a25af76fdd8fc033834016b053f19  v1.3.0.tar.gz

Added: csw/mgar/pkg/tlsinterposer/trunk/files/0001-create_ssl_version.patch
===================================================================
--- csw/mgar/pkg/tlsinterposer/trunk/files/0001-create_ssl_version.patch	                        (rev 0)
+++ csw/mgar/pkg/tlsinterposer/trunk/files/0001-create_ssl_version.patch	2015-03-09 11:58:40 UTC (rev 24713)
@@ -0,0 +1,20 @@
+From 246b9216d53e6327b96591f493c3196b3384e836 Mon Sep 17 00:00:00 2001
+From: Jan Holzhueter <jh at opencsw.org>
+Date: Mon, 9 Mar 2015 12:53:49 +0100
+Subject: [PATCH] create_ssl_version
+
+---
+ ssl-version.h | 1 +
+ 1 file changed, 1 insertion(+)
+ create mode 100644 ssl-version.h
+
+diff --git a/ssl-version.h b/ssl-version.h
+new file mode 100644
+index 0000000..6adb966
+--- /dev/null
++++ b/ssl-version.h
+@@ -0,0 +1 @@
++#define DEFAULT_SSLLIB "libssl.so.1.0.0"
+-- 
+2.3.1
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list