Control: tags 839863 + patch

Hi,

> rpc.pas:
> ...
>   const
>     OpenSSLVersions: array[1..2] of string =
>       ('0.9.8', '1.0.0');
> ...
>

I create a patch which revice this problem.
This patch adds the library version 1.1 of openssl.
Could you check this patch?

Best regards,
  Nobuhiro
--
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
diff -Nru transgui-5.0.1/debian/changelog transgui-5.0.1/debian/changelog
--- transgui-5.0.1/debian/changelog     2016-03-26 03:30:44.000000000 +0900
+++ transgui-5.0.1/debian/changelog     2017-02-12 08:00:29.000000000 +0900
@@ -1,3 +1,10 @@
+transgui (5.0.1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add support version 1.1.0 of OpenSSL library.
+
+ -- Nobuhiro Iwamatsu <iwama...@debian.org>  Sun, 12 Feb 2017 08:00:29 +0900
+
 transgui (5.0.1-4) unstable; urgency=medium
 
   * Remove error message when opening containing folder (Closes: #811289)
diff -Nru transgui-5.0.1/debian/patches/add-support-openssl-1.1.0 
transgui-5.0.1/debian/patches/add-support-openssl-1.1.0
--- transgui-5.0.1/debian/patches/add-support-openssl-1.1.0     1970-01-01 
09:00:00.000000000 +0900
+++ transgui-5.0.1/debian/patches/add-support-openssl-1.1.0     2017-02-12 
08:00:29.000000000 +0900
@@ -0,0 +1,39 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ transgui (5.0.1-4.1) unstable; urgency=medium
+ .
+   * Non-maintainer upload.
+   * Add support version 1.1.0 of OpenSSL library.
+Author: Nobuhiro Iwamatsu <iwama...@debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: https://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: 2017-02-11
+
+--- transgui-5.0.1.orig/rpc.pas
++++ transgui-5.0.1/rpc.pas
+@@ -585,8 +585,8 @@ procedure TRpc.InitSSL;
+ {$ifndef darwin}
+   procedure CheckOpenSSL;
+   const
+-    OpenSSLVersions: array[1..2] of string =
+-      ('0.9.8', '1.0.0');
++    OpenSSLVersions: array[1..3] of string =
++      ('0.9.8', '1.0.0', '1.1');
+   var
+     hLib1, hLib2: TLibHandle;
+     i: integer;
diff -Nru transgui-5.0.1/debian/patches/series 
transgui-5.0.1/debian/patches/series
--- transgui-5.0.1/debian/patches/series        2016-03-26 03:30:44.000000000 
+0900
+++ transgui-5.0.1/debian/patches/series        2017-02-12 08:00:29.000000000 
+0900
@@ -1 +1,2 @@
 fix.open.patch
+add-support-openssl-1.1.0

Attachment: signature.asc
Description: PGP signature

Reply via email to