From libssh2-devel-bounces@cool.haxx.se  Mon Jun  1 15:53:37 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t51DrBED013398;
	Mon, 1 Jun 2015 15:53:32 +0200
Received: from earth.stuge.se (earth.stuge.se [212.116.89.126])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t51Dr9Zu013393
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Mon, 1 Jun 2015 15:53:10 +0200
Received: (qmail 32352 invoked from network); 1 Jun 2015 13:57:55 -0000
Received: from unknown (HELO earth.stuge.se) (127.0.0.1)
 by localhost with SMTP; 1 Jun 2015 13:57:55 -0000
MIME-Version: 1.0
From: "libssh2 Trac" <trac@libssh2.stuge.se>
X-Trac-Version: 1.0dev
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 1.0dev, by Edgewall Software
To: otto@drijf.net
X-Trac-Project: libssh2
Date: Mon, 01 Jun 2015 13:57:55 -0000
X-URL: https://trac.libssh2.org/
Subject: [libssh2] #306: Overlapping memcpy in libssh2_session_method_pref
X-Trac-Ticket-URL: https://trac.libssh2.org/ticket/306
Message-ID: <046.12a80011150901ce59df624a2162fd71@libssh2.stuge.se>
X-Trac-Ticket-ID: 306
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t51Dr9Zu013393
Cc: libssh2-devel@cool.haxx.se
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: trac@libssh2.stuge.se,
        libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t51DrBED013398

#306: Overlapping memcpy in libssh2_session_method_pref
-----------------------+--------------------
 Reporter:  omoerbeek  |       Owner:
     Type:  defect     |      Status:  new
 Priority:  normal     |   Milestone:  1.4.3
Component:  API        |     Version:  1.4.2
 Keywords:             |  Blocked By:
   Blocks:             |
-----------------------+--------------------
 For memcpy, having overlapping src and dest means undefined behaviour.

 In libssh2_session_method_pref() the memcpy in the while loop is obviously
 overlapping.

 Replace by memmove to fix.

 Found by OpenBSD strict memcpy.

 Regards, Otto Moerbeek

-- 
Ticket URL: <https://trac.libssh2.org/ticket/306>
libssh2 <https://trac.libssh2.org/>
C library for writing portable SSH2 clients

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Mon Jun  1 15:53:37 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t51Dra5q013627;
	Mon, 1 Jun 2015 15:53:37 +0200
Received: from earth.stuge.se (earth.stuge.se [212.116.89.126])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t51DrRw6013572
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Mon, 1 Jun 2015 15:53:28 +0200
Received: (qmail 32576 invoked from network); 1 Jun 2015 13:58:13 -0000
Received: from unknown (HELO earth.stuge.se) (127.0.0.1)
 by localhost with SMTP; 1 Jun 2015 13:58:13 -0000
MIME-Version: 1.0
From: "libssh2 Trac" <trac@libssh2.stuge.se>
X-Trac-Version: 1.0dev
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 1.0dev, by Edgewall Software
To: ricardoanribeiro@gmail.com, awl03@doc.ic.ac.uk
X-Trac-Project: libssh2
Date: Mon, 01 Jun 2015 13:58:13 -0000
X-URL: https://trac.libssh2.org/
Subject: Re: [libssh2] #305: Unable to exchange encryption keys
X-Trac-Ticket-URL: https://trac.libssh2.org/ticket/305#comment:6
Message-ID: <059.5cae9bed3ddbac62c1bca8ce25b7d882@libssh2.stuge.se>
References: <044.2c21baf322056ce212689e94809d3fc1@libssh2.stuge.se>
X-Trac-Ticket-ID: 305
In-Reply-To: <044.2c21baf322056ce212689e94809d3fc1@libssh2.stuge.se>
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t51DrRw6013572
Cc: libssh2-devel@cool.haxx.se
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: trac@libssh2.stuge.se,
        libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t51Dra5q013627

#305: Unable to exchange encryption keys
----------------------+-----------------
  Reporter:  rikkman  |      Owner:
      Type:  defect   |     Status:  new
  Priority:  normal   |  Milestone:
 Component:  crypto   |    Version:
Resolution:           |   Keywords:
Blocked By:           |     Blocks:
----------------------+-----------------

Comment (by rikkman):

 How do I setup debugging?

-- 
Ticket URL: <https://trac.libssh2.org/ticket/305#comment:6>
libssh2 <https://trac.libssh2.org/>
C library for writing portable SSH2 clients

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Mon Jun  1 16:18:17 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t51EIBRP024876;
	Mon, 1 Jun 2015 16:18:16 +0200
Received: from earth.stuge.se (earth.stuge.se [212.116.89.126])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t51EIATp024863
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Mon, 1 Jun 2015 16:18:10 +0200
Received: (qmail 8274 invoked from network); 1 Jun 2015 14:22:56 -0000
Received: from unknown (HELO earth.stuge.se) (127.0.0.1)
 by localhost with SMTP; 1 Jun 2015 14:22:56 -0000
MIME-Version: 1.0
From: "libssh2 Trac" <trac@libssh2.stuge.se>
X-Trac-Version: 1.0dev
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 1.0dev, by Edgewall Software
To: ricardoanribeiro@gmail.com, awl03@doc.ic.ac.uk
X-Trac-Project: libssh2
Date: Mon, 01 Jun 2015 14:22:56 -0000
X-URL: https://trac.libssh2.org/
Subject: Re: [libssh2] #305: Unable to exchange encryption keys
X-Trac-Ticket-URL: https://trac.libssh2.org/ticket/305#comment:7
Message-ID: <059.2d6059e4f48cb119ee224647abf46366@libssh2.stuge.se>
References: <044.2c21baf322056ce212689e94809d3fc1@libssh2.stuge.se>
X-Trac-Ticket-ID: 305
In-Reply-To: <044.2c21baf322056ce212689e94809d3fc1@libssh2.stuge.se>
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t51EIATp024863
Cc: libssh2-devel@cool.haxx.se
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: trac@libssh2.stuge.se,
        libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t51EIBRP024876

#305: Unable to exchange encryption keys
----------------------+-----------------
  Reporter:  rikkman  |      Owner:
      Type:  defect   |     Status:  new
  Priority:  normal   |  Milestone:
 Component:  crypto   |    Version:
Resolution:           |   Keywords:
Blocked By:           |     Blocks:
----------------------+-----------------

Comment (by alamaison):

 I'm not sure how it's done via the PHP binding.  For libssh2 itself, you
 call libssh2_trace with a bitmask set to the kinds of debugging you are
 interested in.  To get everything, call libssh2_trace(~0).

 You may have to recompile libssh2 with debugging enabled:
 ENABLE_DEBUG_LOGGING=ON for CMake, --enable-debug=yes for Autotools.

-- 
Ticket URL: <https://trac.libssh2.org/ticket/305#comment:7>
libssh2 <https://trac.libssh2.org/>
C library for writing portable SSH2 clients

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Fri Jun  5 16:39:59 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t55EcXBY029643;
	Fri, 5 Jun 2015 16:39:54 +0200
Received: from relais-inet.francetelecom.com (relais-ias91.francetelecom.com
 [193.251.215.91])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t55EcWlW029627
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Fri, 5 Jun 2015 16:38:32 +0200
Received: from omfedm06.si.francetelecom.fr (unknown [xx.xx.xx.2])
 by omfedm12.si.francetelecom.fr (ESMTP service) with ESMTP id 7C5B218C192
 for <libssh2-devel@cool.haxx.se>; Fri,  5 Jun 2015 16:38:27 +0200 (CEST)
Received: from PMEXCH11.intranet-paris.francetelecom.fr (unknown
 [10.100.76.19])
 by omfedm06.si.francetelecom.fr (ESMTP service) with ESMTP id 60C7427C079
 for <libssh2-devel@cool.haxx.se>; Fri,  5 Jun 2015 16:38:27 +0200 (CEST)
Received: from PMEXCB1A.intranet-paris.francetelecom.fr ([10.100.76.9]) by
 PMEXCH11.intranet-paris.francetelecom.fr ([10.100.76.19]) with mapi; Fri, 5
 Jun 2015 16:38:27 +0200
From: <rbondue.ext@orange.com>
To: "libssh2-devel@cool.haxx.se" <libssh2-devel@cool.haxx.se>
Date: Fri, 5 Jun 2015 16:38:25 +0200
Subject: Next Release
Thread-Topic: Next Release
Thread-Index: AdCfnUYk/9egyHPGSdqcSxgLrksbbQ==
Message-ID: <28855_1433515107_5571B463_28855_165_1_1F7FB10319CFED48860EB22A6A96ACAC93C1AE0F49@PMEXCB1A.intranet-paris.francetelecom.fr>
Accept-Language: fr-FR
Content-Language: fr-FR
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
acceptlanguage: fr-FR
MIME-Version: 1.0
X-PMX-Version: 6.2.1.2478543, Antispam-Engine: 2.7.2.2107409,
 Antispam-Data: 2015.6.2.75418
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: multipart/mixed; boundary="===============0064038756=="
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>


--===============0064038756==
Content-Language: fr-FR
Content-Type: multipart/alternative;
	boundary="_000_1F7FB10319CFED48860EB22A6A96ACAC93C1AE0F49PMEXCB1Aintra_"


--_000_1F7FB10319CFED48860EB22A6A96ACAC93C1AE0F49PMEXCB1Aintra_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello,
When can we expect a 1.6.0 release?
It contains some important fix for us (mainly the gcrypt big num leak), tha=
nk you for your work!

Regards,
Romain Bondue


___________________________________________________________________________=
______________________________________________

Ce message et ses pieces jointes peuvent contenir des informations confiden=
tielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu=
 ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages el=
ectroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou =
falsifie. Merci.

This message and its attachments may contain confidential or privileged inf=
ormation that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and dele=
te this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been =
modified, changed or falsified.
Thank you.


--_000_1F7FB10319CFED48860EB22A6A96ACAC93C1AE0F49PMEXCB1Aintra_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40"><head><meta http-equiv=3DContent-Type content=
=3D"text/html; charset=3Dus-ascii"><meta name=3DGenerator content=3D"Micros=
oft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
	{mso-style-priority:99;
	mso-style-link:"Texte de bulles Car";
	margin:0cm;
	margin-bottom:.0001pt;
	font-size:8.0pt;
	font-family:"Tahoma","sans-serif";
	mso-fareast-language:EN-US;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Arial","sans-serif";
	color:windowtext;
	font-weight:normal;
	font-style:normal;}
span.TextedebullesCar
	{mso-style-name:"Texte de bulles Car";
	mso-style-priority:99;
	mso-style-link:"Texte de bulles";
	font-family:"Tahoma","sans-serif";}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri","sans-serif";
	mso-fareast-language:EN-US;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DFR link=3Dblue vlink=
=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><span lang=3DEN-US=
 style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Hello,<o:p></o=
:p></span></p><p class=3DMsoNormal><span lang=3DEN-US style=3D'font-size:10=
.0pt;font-family:"Arial","sans-serif"'>When can we expect a 1.6.0 release?<=
o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US style=3D'font-=
size:10.0pt;font-family:"Arial","sans-serif"'>It contains some important fi=
x for us (mainly the gcrypt big num leak), thank you for your work!<o:p></o=
:p></span></p><p class=3DMsoNormal><span lang=3DEN-US style=3D'font-size:10=
.0pt;font-family:"Arial","sans-serif"'><o:p>&nbsp;</o:p></span></p><p class=
=3DMsoNormal><span lang=3DEN-US style=3D'font-size:10.0pt;font-family:"Aria=
l","sans-serif"'>Regards,<o:p></o:p></span></p><p class=3DMsoNormal><span l=
ang=3DEN-US style=3D'font-size:10.0pt;font-family:"Arial","sans-serif"'>Rom=
ain Bondue<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US><o:=
p>&nbsp;</o:p></span></p></div><PRE>_______________________________________=
___________________________________________________________________________=
_______

Ce message et ses pieces jointes peuvent contenir des informations confiden=
tielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu=
 ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages el=
ectroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou =
falsifie. Merci.

This message and its attachments may contain confidential or privileged inf=
ormation that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and dele=
te this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been =
modified, changed or falsified.
Thank you.
</PRE></body></html>=

--_000_1F7FB10319CFED48860EB22A6A96ACAC93C1AE0F49PMEXCB1Aintra_--

--===============0064038756==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline

X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KbGlic3NoMi1k
ZXZlbCBodHRwOi8vY29vbC5oYXh4LnNlL2NnaS1iaW4vbWFpbG1hbi9saXN0aW5mby9saWJzc2gy
LWRldmVsCg==

--===============0064038756==--

From libssh2-devel-bounces@cool.haxx.se  Fri Jun  5 16:45:27 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t55EiNlm005000;
	Fri, 5 Jun 2015 16:45:26 +0200
Received: from giant.haxx.se (localhost.localdomain [127.0.0.1])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t55EiLig004990
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Fri, 5 Jun 2015 16:44:21 +0200
Received: from localhost (dast@localhost)
 by giant.haxx.se (8.14.4/8.14.4/Submit) with ESMTP id t55EiLmO004986
 for <libssh2-devel@cool.haxx.se>; Fri, 5 Jun 2015 16:44:21 +0200
X-Authentication-Warning: giant.haxx.se: dast owned process doing -bs
Date: Fri, 5 Jun 2015 16:44:21 +0200 (CEST)
From: Daniel Stenberg <daniel@haxx.se>
X-X-Sender: dast@giant.haxx.se
To: libssh2 development <libssh2-devel@cool.haxx.se>
Subject: Re: Next Release
In-Reply-To: <28855_1433515107_5571B463_28855_165_1_1F7FB10319CFED48860EB22A6A96ACAC93C1AE0F49@PMEXCB1A.intranet-paris.francetelecom.fr>
Message-ID: <alpine.DEB.2.11.1506051641210.27472@tvnag.unkk.fr>
References: <28855_1433515107_5571B463_28855_165_1_1F7FB10319CFED48860EB22A6A96ACAC93C1AE0F49@PMEXCB1A.intranet-paris.francetelecom.fr>
User-Agent: Alpine 2.11 (DEB 23 2013-08-11)
X-fromdanielhimself: yes
MIME-Version: 1.0
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t55EiNlm005000

On Fri, 5 Jun 2015, rbondue.ext@orange.com wrote:

> When can we expect a 1.6.0 release? It contains some important fix for us 
> (mainly the gcrypt big num leak), thank you for your work!

We don't really have a release schedule so I'm fine with arranging releases on 
demand. Like this.

How about a 1.5.1 release in exactly 7 days on June 12th?

It'll give everyone some time to do a final patch or more testing etc.

I know we have unhandled patches floating around and there are issues still 
open on github, but I also have no solution for handling them in the 
short-term.

-- 

  / daniel.haxx.se
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Fri Jun  5 16:51:09 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t55Eo3cK009659;
	Fri, 5 Jun 2015 16:51:08 +0200
Received: from giant.haxx.se (localhost.localdomain [127.0.0.1])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t55Eo2o0009415
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Fri, 5 Jun 2015 16:50:02 +0200
Received: from localhost (dast@localhost)
 by giant.haxx.se (8.14.4/8.14.4/Submit) with ESMTP id t55Eo1Zc009361
 for <libssh2-devel@cool.haxx.se>; Fri, 5 Jun 2015 16:50:01 +0200
X-Authentication-Warning: giant.haxx.se: dast owned process doing -bs
Date: Fri, 5 Jun 2015 16:50:01 +0200 (CEST)
From: Daniel Stenberg <daniel@haxx.se>
X-X-Sender: dast@giant.haxx.se
To: libssh2 development <libssh2-devel@cool.haxx.se>
Subject: Re: Next Release
In-Reply-To: <alpine.DEB.2.11.1506051641210.27472@tvnag.unkk.fr>
Message-ID: <alpine.DEB.2.11.1506051649350.27472@tvnag.unkk.fr>
References: <28855_1433515107_5571B463_28855_165_1_1F7FB10319CFED48860EB22A6A96ACAC93C1AE0F49@PMEXCB1A.intranet-paris.francetelecom.fr>
 <alpine.DEB.2.11.1506051641210.27472@tvnag.unkk.fr>
User-Agent: Alpine 2.11 (DEB 23 2013-08-11)
X-fromdanielhimself: yes
MIME-Version: 1.0
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t55Eo3cK009659

On Fri, 5 Jun 2015, Daniel Stenberg wrote:

> How about a 1.5.1 release in exactly 7 days on June 12th?

Sorry, I forgot the API addition so yes it should be a 1.6.0 release.

-- 

  / daniel.haxx.se
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Fri Jun  5 16:52:10 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t55Ep9Ge010377;
	Fri, 5 Jun 2015 16:52:10 +0200
Received: from foo.stuge.se (qmailr@foo.stuge.se [212.116.89.98])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t55Eor4F010052
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Fri, 5 Jun 2015 16:50:53 +0200
Received: (qmail 24754 invoked by uid 501); 5 Jun 2015 14:50:53 -0000
Message-ID: <20150605145053.24753.qmail@stuge.se>
Date: Fri, 5 Jun 2015 16:50:53 +0200
From: Peter Stuge <peter@stuge.se>
To: libssh2-devel@cool.haxx.se
Subject: Re: Next Release
Mail-Followup-To: libssh2-devel@cool.haxx.se
References: <28855_1433515107_5571B463_28855_165_1_1F7FB10319CFED48860EB22A6A96ACAC93C1AE0F49@PMEXCB1A.intranet-paris.francetelecom.fr>
 <alpine.DEB.2.11.1506051641210.27472@tvnag.unkk.fr>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <alpine.DEB.2.11.1506051641210.27472@tvnag.unkk.fr>
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t55Ep9Ge010377

Daniel Stenberg wrote:
> there are issues still open on github

Please let me know whenever I should shut down Trac.


Thanks

//Peter
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Fri Jun  5 17:08:59 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t55F7rLD026987;
	Fri, 5 Jun 2015 17:08:58 +0200
Received: from relais-inet.francetelecom.com (relais-ias92.francetelecom.com
 [193.251.215.92])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t55F7prm026833
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Fri, 5 Jun 2015 17:07:51 +0200
Received: from omfedm08.si.francetelecom.fr (unknown [xx.xx.xx.4])
 by omfedm11.si.francetelecom.fr (ESMTP service) with ESMTP id B967D3B4105
 for <libssh2-devel@cool.haxx.se>; Fri,  5 Jun 2015 17:07:45 +0200 (CEST)
Received: from PMEXCH41.intranet-paris.francetelecom.fr (unknown
 [10.100.76.22])
 by omfedm08.si.francetelecom.fr (ESMTP service) with ESMTP id A147923808D
 for <libssh2-devel@cool.haxx.se>; Fri,  5 Jun 2015 17:07:45 +0200 (CEST)
Received: from PMEXCB1A.intranet-paris.francetelecom.fr ([10.100.76.9]) by
 PMEXCH41.intranet-paris.francetelecom.fr ([10.100.76.22]) with mapi; Fri, 5
 Jun 2015 17:07:45 +0200
From: <rbondue.ext@orange.com>
To: libssh2 development <libssh2-devel@cool.haxx.se>
Date: Fri, 5 Jun 2015 17:07:44 +0200
Subject: RE: Next Release
Thread-Topic: Next Release
Thread-Index: AdCfn22pd4yERaR5SN+a4sje4HLm5wAAcUnA
Message-ID: <32604_1433516865_5571BB41_32604_2841_1_1F7FB10319CFED48860EB22A6A96ACAC93C1AE0F64@PMEXCB1A.intranet-paris.francetelecom.fr>
References: <28855_1433515107_5571B463_28855_165_1_1F7FB10319CFED48860EB22A6A96ACAC93C1AE0F49@PMEXCB1A.intranet-paris.francetelecom.fr>
 <alpine.DEB.2.11.1506051641210.27472@tvnag.unkk.fr>
 <alpine.DEB.2.11.1506051649350.27472@tvnag.unkk.fr>
In-Reply-To: <alpine.DEB.2.11.1506051649350.27472@tvnag.unkk.fr>
Accept-Language: fr-FR
Content-Language: fr-FR
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
acceptlanguage: fr-FR
MIME-Version: 1.0
X-PMX-Version: 6.2.1.2478543, Antispam-Engine: 2.7.2.2107409,
 Antispam-Data: 2015.6.5.143616
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t55F7prm026833
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t55F7rLD026987

>> How about a 1.5.1 release in exactly 7 days on June 12th?

>   Sorry, I forgot the API addition so yes it should be a 1.6.0 release.

That would be great, thank you.

_________________________________________________________________________________________________________________________

Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.

This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.


_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Fri Jun  5 17:10:01 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t55F8xmx028263;
	Fri, 5 Jun 2015 17:10:01 +0200
Received: from giant.haxx.se (localhost.localdomain [127.0.0.1])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t55F8AH0027306
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Fri, 5 Jun 2015 17:08:10 +0200
Received: from localhost (dast@localhost)
 by giant.haxx.se (8.14.4/8.14.4/Submit) with ESMTP id t55F89kj027302
 for <libssh2-devel@cool.haxx.se>; Fri, 5 Jun 2015 17:08:09 +0200
X-Authentication-Warning: giant.haxx.se: dast owned process doing -bs
Date: Fri, 5 Jun 2015 17:08:09 +0200 (CEST)
From: Daniel Stenberg <daniel@haxx.se>
X-X-Sender: dast@giant.haxx.se
To: libssh2 development <libssh2-devel@cool.haxx.se>
Subject: Re: Next Release
In-Reply-To: <20150605145053.24753.qmail@stuge.se>
Message-ID: <alpine.DEB.2.11.1506051707470.27472@tvnag.unkk.fr>
References: <28855_1433515107_5571B463_28855_165_1_1F7FB10319CFED48860EB22A6A96ACAC93C1AE0F49@PMEXCB1A.intranet-paris.francetelecom.fr>
 <alpine.DEB.2.11.1506051641210.27472@tvnag.unkk.fr>
 <20150605145053.24753.qmail@stuge.se>
User-Agent: Alpine 2.11 (DEB 23 2013-08-11)
X-fromdanielhimself: yes
MIME-Version: 1.0
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t55F8xmx028263

On Fri, 5 Jun 2015, Peter Stuge wrote:

> Please let me know whenever I should shut down Trac.

Thare are "only" 63 open issues left there! =)

--

  / daniel.haxx.se
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Sun Jun  7 15:41:14 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t57DdmqQ028295;
	Sun, 7 Jun 2015 15:41:11 +0200
Received: from earth.stuge.se (earth.stuge.se [212.116.89.126])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t57Ddle9028290
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Sun, 7 Jun 2015 15:39:47 +0200
Received: (qmail 9469 invoked from network); 7 Jun 2015 13:44:39 -0000
Received: from unknown (HELO earth.stuge.se) (127.0.0.1)
 by localhost with SMTP; 7 Jun 2015 13:44:39 -0000
MIME-Version: 1.0
From: "libssh2 Trac" <trac@libssh2.stuge.se>
X-Trac-Version: 1.0dev
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 1.0dev, by Edgewall Software
To: nyaknyan@gmail.com
X-Trac-Project: libssh2
Date: Sun, 07 Jun 2015 13:44:39 -0000
X-URL: https://trac.libssh2.org/
Subject: [libssh2] #307: keyboard auth promt text always contains nulls
X-Trac-Ticket-URL: https://trac.libssh2.org/ticket/307
Message-ID: <045.3ca26ae94f992750395b4c008037ad8b@libssh2.stuge.se>
X-Trac-Ticket-ID: 307
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t57Ddle9028290
Cc: libssh2-devel@cool.haxx.se
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: trac@libssh2.stuge.se,
        libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t57DdmqQ028295

#307: keyboard auth promt text always contains nulls
----------------------+--------------------
 Reporter:  nyaknyan  |       Owner:
     Type:  defect    |      Status:  new
 Priority:  normal    |   Milestone:  1.4.3
Component:  API       |     Version:  1.5.0
 Keywords:            |  Blocked By:
   Blocks:            |
----------------------+--------------------
 Hello.

 When keyboard callback is called by
 libssh2_userauth_keyboard_interactive() callback has argument const
 LIBSSH2_USERAUTH_KBDINT_PROMPT *prompts
 And prompts[i].text is always filled with nulls, whereas prompts[i].length
 set correctly.
 prompts[i].text should conatin prompt text.
 I looked into source, in src/uaseraut.c line 1536 prompts[i].text is only
 allocated, i couldn't find any copying data to it, looks like you forgot
 memcpy here

 And unrelated: registration confirm email from this bugtracker goes to
 spam in gmail

-- 
Ticket URL: <https://trac.libssh2.org/ticket/307>
libssh2 <https://trac.libssh2.org/>
C library for writing portable SSH2 clients

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Sun Jun  7 18:08:04 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t57G6jJO031778;
	Sun, 7 Jun 2015 18:08:00 +0200
Received: from earth.stuge.se (earth.stuge.se [212.116.89.126])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t57G6hxj031768
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Sun, 7 Jun 2015 18:06:43 +0200
Received: (qmail 9641 invoked from network); 7 Jun 2015 16:11:36 -0000
Received: from unknown (HELO earth.stuge.se) (127.0.0.1)
 by localhost with SMTP; 7 Jun 2015 16:11:36 -0000
MIME-Version: 1.0
From: "libssh2 Trac" <trac@libssh2.stuge.se>
X-Trac-Version: 1.0dev
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 1.0dev, by Edgewall Software
To: nyaknyan@gmail.com, daniel@haxx.se
X-Trac-Project: libssh2
Date: Sun, 07 Jun 2015 16:11:36 -0000
X-URL: https://trac.libssh2.org/
Subject: Re: [libssh2] #307: keyboard auth promt text always contains nulls
X-Trac-Ticket-URL: https://trac.libssh2.org/ticket/307#comment:1
Message-ID: <060.6d3a9062b429a9c874e7f35a67327201@libssh2.stuge.se>
References: <045.3ca26ae94f992750395b4c008037ad8b@libssh2.stuge.se>
X-Trac-Ticket-ID: 307
In-Reply-To: <045.3ca26ae94f992750395b4c008037ad8b@libssh2.stuge.se>
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t57G6hxj031768
Cc: libssh2-devel@cool.haxx.se
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: trac@libssh2.stuge.se,
        libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t57G6jJO031778

#307: keyboard auth promt text always contains nulls
-----------------------+--------------------
  Reporter:  nyaknyan  |      Owner:
      Type:  defect    |     Status:  closed
  Priority:  normal    |  Milestone:  1.4.3
 Component:  API       |    Version:  1.5.0
Resolution:  fixed     |   Keywords:
Blocked By:            |     Blocks:
-----------------------+--------------------
Changes (by bagder):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Git in git already in commit
 https://github.com/libssh2/libssh2/commit/fe3e2302

 I don't think you can blame us for Google's way of marking email.

-- 
Ticket URL: <https://trac.libssh2.org/ticket/307#comment:1>
libssh2 <https://trac.libssh2.org/>
C library for writing portable SSH2 clients

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Mon Jun  8 10:37:18 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t588Zne5025550;
	Mon, 8 Jun 2015 10:37:12 +0200
Received: from v-smtpgw2.han.skanova.net (v-smtpgw2.han.skanova.net
 [81.236.60.205])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t588ZmA8025286
 for <libssh2-devel@cool.haxx.se>; Mon, 8 Jun 2015 10:35:48 +0200
Received: from [192.168.20.198] ([81.227.138.114]) by cmsmtp with SMTP
 id 1sX1Za1sha9nT1sX1ZA9uf; Mon, 08 Jun 2015 10:35:43 +0200
X-Original-Source-IP: 81.227.138.114
To: libssh2 development <libssh2-devel@cool.haxx.se>
From: Lars Nordin <Lars.Nordin@sdlabs.se>
Subject: Improvment of speed in SFTP-read
Message-ID: <557553DF.7000708@SDlabs.se>
Date: Mon, 8 Jun 2015 10:35:43 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101
 Thunderbird/38.0
MIME-Version: 1.0
X-CMAE-Envelope: MS4wfPy3isLKmnBH/xJoVkafAbYKfeFciwp1lFJEAf8gvNb0AyOnYBGy+MlMywssReGurvnF+TuH5cb3lJ2JgbrPbekBZv6BikCQGY4HqTiOc/1nqgvoffldvqHR+9V4wcpfSjLkC8ftAinOyU/6fI3vaFTiuH7Cj4ykNzvLf9O8WgR00Za4/Gm5WPcdeVz+oKZobA==
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t588Zne5025550

Hi,

I have now commited my changes to the SFTP-read function. The change is:
o    Increase of the MAX_SFTP_READ_SIZE to 30000 (was 2000)
o    Implementing a sliding buffer during the read in order to process 
all data-packets in the queue (the design before was to return after the 
first package recieved, therefore the SFTP_read always returned 2000

I have tested and compared to Secure-CRT sftp-read and the speed is 
almost as good (watching the raw network traffic, the sftp-read using 
SecureCRT is still more complete packages)

I also did fixed some compiling warnings.

I think the MAX_SFTP_READ_SIZE can be altered to optimize further, my 
plan is to make an API to set the sftp-readsize, maybe this should be in 
the 1.6.0 release?

Please test the sftp-read function!

/Lars
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Tue Jun  9 18:29:07 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t59GReo0030531;
	Tue, 9 Jun 2015 18:29:04 +0200
Received: from earth.stuge.se (earth.stuge.se [212.116.89.126])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t59GRcBZ030527
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Tue, 9 Jun 2015 18:27:38 +0200
Received: (qmail 21526 invoked from network); 9 Jun 2015 16:32:29 -0000
Received: from unknown (HELO earth.stuge.se) (127.0.0.1)
 by localhost with SMTP; 9 Jun 2015 16:32:29 -0000
MIME-Version: 1.0
From: "libssh2 Trac" <trac@libssh2.stuge.se>
X-Trac-Version: 1.0dev
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 1.0dev, by Edgewall Software
To: ios3@moontechnolabs.com, daniel@haxx.se
X-Trac-Project: libssh2
Date: Tue, 09 Jun 2015 16:32:29 -0000
X-URL: https://trac.libssh2.org/
Subject: Re: [libssh2] #295: latest libssh2 library with support 64 bit
 architecture fails to authenticate with public key (RSA)
 libssh2_userauth_publickey_fromfile
X-Trac-Ticket-URL: https://trac.libssh2.org/ticket/295#comment:5
Message-ID: <056.a72848db8cd5ff9d490a10b002d8de7b@libssh2.stuge.se>
References: <041.461ecd84fb49ba812d54e2379f5b653a@libssh2.stuge.se>
X-Trac-Ticket-ID: 295
In-Reply-To: <041.461ecd84fb49ba812d54e2379f5b653a@libssh2.stuge.se>
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t59GRcBZ030527
Cc: libssh2-devel@cool.haxx.se
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: trac@libssh2.stuge.se,
        libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t59GReo0030531

#295: latest libssh2 library with support 64 bit architecture fails to
authenticate with public key (RSA)  libssh2_userauth_publickey_fromfile
---------------------+-------------------
  Reporter:  ios3    |      Owner:
      Type:  defect  |     Status:  new
  Priority:  normal  |  Milestone:  1.4.3
 Component:  API     |    Version:  1.4.2
Resolution:          |   Keywords:
Blocked By:          |     Blocks:
---------------------+-------------------

Comment (by ios3):

 hey, please any one reply for this.. Now I unable to submit my app until
 it support 64 bit and I am getting issue of 64 bit as described above..
 please reply.

-- 
Ticket URL: <https://trac.libssh2.org/ticket/295#comment:5>
libssh2 <https://trac.libssh2.org/>
C library for writing portable SSH2 clients

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Tue Jun  9 18:31:00 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t59GTwqV001013;
	Tue, 9 Jun 2015 18:31:00 +0200
Received: from earth.stuge.se (earth.stuge.se [212.116.89.126])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t59GTuht000994
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Tue, 9 Jun 2015 18:29:56 +0200
Received: (qmail 22024 invoked from network); 9 Jun 2015 16:34:51 -0000
Received: from unknown (HELO earth.stuge.se) (127.0.0.1)
 by localhost with SMTP; 9 Jun 2015 16:34:51 -0000
MIME-Version: 1.0
From: "libssh2 Trac" <trac@libssh2.stuge.se>
X-Trac-Version: 1.0dev
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 1.0dev, by Edgewall Software
To: ios3@moontechnolabs.com, daniel@haxx.se, awl03@doc.ic.ac.uk
X-Trac-Project: libssh2
Date: Tue, 09 Jun 2015 16:34:51 -0000
X-URL: https://trac.libssh2.org/
Subject: Re: [libssh2] #295: latest libssh2 library with support 64 bit
 architecture fails to authenticate with public key (RSA)
 libssh2_userauth_publickey_fromfile
X-Trac-Ticket-URL: https://trac.libssh2.org/ticket/295#comment:6
Message-ID: <056.89248acb2df0afa37a55c1d136582dde@libssh2.stuge.se>
References: <041.461ecd84fb49ba812d54e2379f5b653a@libssh2.stuge.se>
X-Trac-Ticket-ID: 295
In-Reply-To: <041.461ecd84fb49ba812d54e2379f5b653a@libssh2.stuge.se>
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t59GTuht000994
Cc: libssh2-devel@cool.haxx.se
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: trac@libssh2.stuge.se,
        libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t59GTwqV001013

#295: latest libssh2 library with support 64 bit architecture fails to
authenticate with public key (RSA)  libssh2_userauth_publickey_fromfile
---------------------+-------------------
  Reporter:  ios3    |      Owner:
      Type:  defect  |     Status:  new
  Priority:  normal  |  Milestone:  1.4.3
 Component:  API     |    Version:  1.4.2
Resolution:          |   Keywords:
Blocked By:          |     Blocks:
---------------------+-------------------

Comment (by alamaison):

 We will need to see the debug log to diagnose your problem.  You can get
 this by calling libssh2_trace(~0).  You may need to recompile libssh2 with
 debugging enabled.

-- 
Ticket URL: <https://trac.libssh2.org/ticket/295#comment:6>
libssh2 <https://trac.libssh2.org/>
C library for writing portable SSH2 clients

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Wed Jun 10 05:48:04 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5A3kZow031556;
	Wed, 10 Jun 2015 05:47:59 +0200
Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com
 [IPv6:2607:f8b0:4001:c05::22d])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5A3kWwd031442
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Wed, 10 Jun 2015 05:46:33 +0200
Received: by igbpi8 with SMTP id pi8so26419516igb.1
 for <libssh2-devel@cool.haxx.se>; Tue, 09 Jun 2015 20:46:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:date:message-id:subject:from:to:content-type;
 bh=xQSHkcHXLB4oEya0qZNWr6qXDmc/t9EA7cEYIB9auuw=;
 b=JP0NrG8LWGSRCkM87G7dkCNLQICs5UfGdRmWtnwakdBqSOoCUlqMRZykRwSmXJpSwJ
 dhs5Z/ZPgNgRBm8JxHeC2UVDEDllXsEYrYbhsPgsixTCUOvOe7eXhjIbLuXZlj2eamil
 3GoCjuWh9gcFob+/wHsucIpivW4hC6aRsm1m9hTnuaT1/sVir3WPQw4SlboBXKrOzkI9
 hR/AlmoAwnlrPHYIjZ1hlvDOY7oOjHD9HSr/9uwDEfE9978a8/ignPAZz5IjVlfzFvQ0
 Hf/N1W56e0ZdXwkBoLKF6Cvz0QDtwKHp6tY8IehOKZQXDn8qZ6EG0iAHPiGVI2lR0uGU
 5z/Q==
MIME-Version: 1.0
X-Received: by 10.43.19.72 with SMTP id qj8mr2388042icb.68.1433907987256; Tue,
 09 Jun 2015 20:46:27 -0700 (PDT)
Received: by 10.36.134.70 with HTTP; Tue, 9 Jun 2015 20:46:27 -0700 (PDT)
Date: Wed, 10 Jun 2015 11:46:27 +0800
Message-ID: <CACa_BMHZ76CzoMpKZ8VzFU_DB8bwmOtmrenwiKLS+YMVHofAVw@mail.gmail.com>
Subject: confused about opening multiple channels with one session in
 non-blocking mode
From: tim l4 <le4tim@gmail.com>
To: libssh2-devel@cool.haxx.se
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: multipart/mixed; boundary="===============0189842199=="
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>

--===============0189842199==
Content-Type: multipart/alternative; boundary=bcaec517cc0a389ce2051821b849

--bcaec517cc0a389ce2051821b849
Content-Type: text/plain; charset=UTF-8

in non-blocking mode , how many opening channels could be in pending?

I am in trouble with concurrently opening direct-tcpip channel.

--bcaec517cc0a389ce2051821b849
Content-Type: text/html; charset=UTF-8

<div dir="ltr">in non-blocking mode , how many opening channels could be in pending?<div>







<p class=""><span class="">I am in trouble with concurrently opening direct-tcpip channel.</span></p><p class=""><br></p><p class=""><br></p></div></div>

--bcaec517cc0a389ce2051821b849--

--===============0189842199==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline

X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KbGlic3NoMi1k
ZXZlbCBodHRwOi8vY29vbC5oYXh4LnNlL2NnaS1iaW4vbWFpbG1hbi9saXN0aW5mby9saWJzc2gy
LWRldmVsCg==

--===============0189842199==--

From libssh2-devel-bounces@cool.haxx.se  Wed Jun 10 23:58:47 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5ALvNw3024784;
	Wed, 10 Jun 2015 23:58:43 +0200
Received: from earth.stuge.se (earth.stuge.se [212.116.89.126])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5ALuXi0023978
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Wed, 10 Jun 2015 23:56:33 +0200
Received: (qmail 7438 invoked from network); 10 Jun 2015 22:01:29 -0000
Received: from unknown (HELO earth.stuge.se) (127.0.0.1)
 by localhost with SMTP; 10 Jun 2015 22:01:29 -0000
MIME-Version: 1.0
From: "libssh2 Trac" <trac@libssh2.stuge.se>
X-Trac-Version: 1.0dev
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 1.0dev, by Edgewall Software
To: ios3@moontechnolabs.com, daniel@haxx.se, awl03@doc.ic.ac.uk
X-Trac-Project: libssh2
Date: Wed, 10 Jun 2015 22:01:29 -0000
X-URL: https://trac.libssh2.org/
Subject: Re: [libssh2] #295: latest libssh2 library with support 64 bit
 architecture fails to authenticate with public key (RSA)
 libssh2_userauth_publickey_fromfile
X-Trac-Ticket-URL: https://trac.libssh2.org/ticket/295#comment:7
Message-ID: <056.ae5fae0c27261386b6de46ec06783abf@libssh2.stuge.se>
References: <041.461ecd84fb49ba812d54e2379f5b653a@libssh2.stuge.se>
X-Trac-Ticket-ID: 295
In-Reply-To: <041.461ecd84fb49ba812d54e2379f5b653a@libssh2.stuge.se>
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t5ALuXi0023978
Cc: libssh2-devel@cool.haxx.se
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: trac@libssh2.stuge.se,
        libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t5ALvNw3024784

#295: latest libssh2 library with support 64 bit architecture fails to
authenticate with public key (RSA)  libssh2_userauth_publickey_fromfile
---------------------+-------------------
  Reporter:  ios3    |      Owner:
      Type:  defect  |     Status:  new
  Priority:  normal  |  Milestone:  1.4.3
 Component:  API     |    Version:  1.4.2
Resolution:          |   Keywords:
Blocked By:          |     Blocks:
---------------------+-------------------

Comment (by ios3):

 Hey, Thanks for the reply, I just checked for that and seeing something
 like below in libssh2.h file

 /* NOTE NOTE NOTE
      libssh2_trace() has no function in builds that aren't built with
 debug
      enabled
      */
     LIBSSH2_API int libssh2_trace(LIBSSH2_SESSION *session, int bitmask);

 I am not sure from where can I enable trace, Can you please guide me on
 that so I can make it enable and recompile lib.

 Thanks

-- 
Ticket URL: <https://trac.libssh2.org/ticket/295#comment:7>
libssh2 <https://trac.libssh2.org/>
C library for writing portable SSH2 clients

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Thu Jun 11 00:00:06 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5ALx4f4025795;
	Thu, 11 Jun 2015 00:00:06 +0200
Received: from earth.stuge.se (earth.stuge.se [212.116.89.126])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5ALx2fa025759
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Wed, 10 Jun 2015 23:59:02 +0200
Received: (qmail 8201 invoked from network); 10 Jun 2015 22:03:59 -0000
Received: from unknown (HELO earth.stuge.se) (127.0.0.1)
 by localhost with SMTP; 10 Jun 2015 22:03:59 -0000
MIME-Version: 1.0
From: "libssh2 Trac" <trac@libssh2.stuge.se>
X-Trac-Version: 1.0dev
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 1.0dev, by Edgewall Software
To: ios3@moontechnolabs.com, daniel@haxx.se, awl03@doc.ic.ac.uk
X-Trac-Project: libssh2
Date: Wed, 10 Jun 2015 22:03:59 -0000
X-URL: https://trac.libssh2.org/
Subject: Re: [libssh2] #295: latest libssh2 library with support 64 bit
 architecture fails to authenticate with public key (RSA)
 libssh2_userauth_publickey_fromfile
X-Trac-Ticket-URL: https://trac.libssh2.org/ticket/295#comment:8
Message-ID: <056.372269b3ffe3453ba2c7bb8824e25f81@libssh2.stuge.se>
References: <041.461ecd84fb49ba812d54e2379f5b653a@libssh2.stuge.se>
X-Trac-Ticket-ID: 295
In-Reply-To: <041.461ecd84fb49ba812d54e2379f5b653a@libssh2.stuge.se>
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t5ALx2fa025759
Cc: libssh2-devel@cool.haxx.se
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: trac@libssh2.stuge.se,
        libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t5ALx4f4025795

#295: latest libssh2 library with support 64 bit architecture fails to
authenticate with public key (RSA)  libssh2_userauth_publickey_fromfile
---------------------+-------------------
  Reporter:  ios3    |      Owner:
      Type:  defect  |     Status:  new
  Priority:  normal  |  Milestone:  1.4.3
 Component:  API     |    Version:  1.4.2
Resolution:          |   Keywords:
Blocked By:          |     Blocks:
---------------------+-------------------

Comment (by alamaison):

 If you configured libssh2 using CMake, set ENABLE_DEBUG_LOGGING=ON.  For
 Autotools, pass the option --enable-debug=yes to ./configure.

-- 
Ticket URL: <https://trac.libssh2.org/ticket/295#comment:8>
libssh2 <https://trac.libssh2.org/>
C library for writing portable SSH2 clients

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Fri Jun 12 03:55:11 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5C1rhC2015631;
	Fri, 12 Jun 2015 03:55:07 +0200
Received: from cmailsend37.nm.naver.com (cmailsend37.nm.naver.com
 [125.209.239.214])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5C1rdAV015513
 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Fri, 12 Jun 2015 03:53:41 +0200
Received: (qmail 3899 invoked by uid 100); 12 Jun 2015 01:53:34 -0000
Received: from 10.114.49.73 (HELO cweb06.nm.nhnsystem.com) (10.114.49.73)
 by cmailsend37.nm.naver.com with SMTP;12 Jun 2015 01:53:34 -0000
Date: Fri, 12 Jun 2015 10:53:34 +0900 (KST)
From: =?UTF-8?B?7J207Zqo7Iug?= <hwangyaksa@naver.com>
To: libssh2-devel@cool.haxx.se
Message-ID: <316597cf75525ce5f73a6e42910376e@cweb06.nm.nhnsystem.com>
Subject: =?UTF-8?B?W0Fib3V0IHVuc3Vic2NyaWJlXWhlbGxvIGxpYnNzaDItZGV2ZWw=?=
MIME-Version: 1.0
Importance: normal
X-Priority: 3 (Normal)
X-Naver-CIP: 61.250.99.118
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: =?UTF-8?B?7J207Zqo7Iug?= <hwangyaksa@naver.com>,
        libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: multipart/mixed; boundary="===============2048645655=="
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>


--===============2048645655==
Content-Type: multipart/alternative; 
	boundary="----=_Part_340704_363757952.1434074014284"


------=_Part_340704_363757952.1434074014284
Content-Type: text/plain;
	charset=UTF-8
Content-Transfer-Encoding: base64

aGVsbG8gbGlic3NoMi1kZXZlbC4KIApJIGRpZCBzdHVkeSBhYm91dCBsaWJzc2gyIGxvbmcgdGlt
ZSBhZ28uIAp0aGFuayB5b3UgYWJvdXQgaGVscCwgYnV0IEl0IGlzIGZpbmlzaGVkLiB0aGVuIGRv
bnQgbmVlZCBtYWlsIGFueW1vcmUuIAogCmJlc3QgcmVnYXJkcy4K
------=_Part_340704_363757952.1434074014284
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: base64

PGRpdiBzdHlsZT0iZm9udC1zaXplOjEwcHQ7IGZvbnQtZmFtaWx5Okd1bGltOyI+PHA+aGVsbG8g
bGlic3NoMi1kZXZlbC48L3A+PHA+Jm5ic3A7PC9wPjxwPkkgZGlkIHN0dWR5IGFib3V0IGxpYnNz
aDIgbG9uZyB0aW1lIGFnby4gPC9wPjxwPnRoYW5rIHlvdSBhYm91dCBoZWxwLCZuYnNwO2J1dCBJ
dCBpcyBmaW5pc2hlZC4gdGhlbiBkb250IG5lZWQgbWFpbCBhbnltb3JlLiA8L3A+PHA+Jm5ic3A7
PC9wPjxwPmJlc3QgcmVnYXJkcy48L3A+PC9kaXY+Cjx0YWJsZSBzdHlsZT0iZGlzcGxheTpub25l
Ij48dHI+PHRkPjxpbWcgc3JjPSJodHRwOi8vbWFpbC5uYXZlci5jb20vcmVhZFJlY2VpcHQvbm90
aWZ5Lz9pbWc9YWRGbHBybEMlMkJyMnFoQVJDYnJSQ0t4TTlheCUyQm9wb2I5RnhVOU1yRTlwb2Jx
TXhwMEZBVWxLeGdxRnFwMHR6RlhwNlVtRlNsNVdMbDUxemxxREJGZHA2ZDVNcmVSaG9SbjE2aXFi
cjJaNzYzMCUyQjRrbnR6RlRXcm01MXpKJTJGRFZscXB0JTNEJTNELmdpZiIgYm9yZGVyPSIwIj48
L3RkPjwvdHI+PC90YWJsZT4=
------=_Part_340704_363757952.1434074014284--

--===============2048645655==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline

X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KbGlic3NoMi1k
ZXZlbCBodHRwOi8vY29vbC5oYXh4LnNlL2NnaS1iaW4vbWFpbG1hbi9saXN0aW5mby9saWJzc2gy
LWRldmVsCg==

--===============2048645655==--

From libssh2-devel-bounces@cool.haxx.se  Fri Jun 12 09:11:42 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5C7ALrO008002;
	Fri, 12 Jun 2015 09:11:38 +0200
Received: from giant.haxx.se (localhost.localdomain [127.0.0.1])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5C7AKMx007964
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Fri, 12 Jun 2015 09:10:20 +0200
Received: from localhost (dast@localhost)
 by giant.haxx.se (8.14.4/8.14.4/Submit) with ESMTP id t5C7AJ4x007935
 for <libssh2-devel@cool.haxx.se>; Fri, 12 Jun 2015 09:10:19 +0200
X-Authentication-Warning: giant.haxx.se: dast owned process doing -bs
Date: Fri, 12 Jun 2015 09:10:19 +0200 (CEST)
From: Daniel Stenberg <daniel@haxx.se>
X-X-Sender: dast@giant.haxx.se
To: libssh2 development <libssh2-devel@cool.haxx.se>
Subject: [RELEASE] libssh2 1.6.0
Message-ID: <alpine.DEB.2.11.1506120908390.5869@tvnag.unkk.fr>
User-Agent: Alpine 2.11 (DEB 23 2013-08-11)
X-fromdanielhimself: yes
MIME-Version: 1.0
Content-Type: MULTIPART/MIXED; BOUNDARY="1129329158-646548127-1434093019=:5869"
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>

  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

--1129329158-646548127-1434093019=:5869
Content-Type: TEXT/PLAIN; format=flowed; charset=ISO-8859-15
Content-Transfer-Encoding: 8BIT

Hi team!

I'm happy to tell that I've just tagged, packaged and uploaded libssh2 1.6.0 
to the site http://www.libssh2.org/

Enjoy!

libssh2 1.6.0

This release includes the following changes:

  o Added CMake build system
  o Added libssh2_userauth_publickey_frommemory()

This release includes the following bugfixes:

  o wait_socket: wrong use of difftime() [1]
  o userauth: Fixed prompt text no longer being copied to the prompts struct
  o mingw build: allow to pass custom CFLAGS
  o Let mansyntax.sh work regardless of where it is called from
  o Init HMAC_CTX before using it
  o direct_tcpip: Fixed channel write
  o WinCNG: fixed backend breakage
  o OpenSSL: caused by introducing libssh2_hmac_ctx_init
  o userauth.c: fix possible dereferences of a null pointer
  o wincng: Added explicit clear memory feature to WinCNG backend
  o openssl.c: fix possible segfault in case EVP_DigestInit fails
  o wincng: fix return code of libssh2_md5_init()
  o kex: do not ignore failure of libssh2_sha1_init()
  o scp: fix that scp_send may transmit not initialised memory [3]
  o scp.c: improved command length calculation
  o nonblocking examples: fix warning about unused tvdiff on Mac OS X
  o configure: make clear-memory default but WARN if backend unsupported
  o OpenSSL: Enable use of OpenSSL that doesn't have DSA
  o OpenSSL: Use correct no-blowfish #define
  o kex: fix libgcrypt memory leaks of bignum [2]
  o libssh2_channel_open: more detailed error message
  o wincng: fixed memleak in (block) cipher destructor


This release would not have looked like this without help, code, reports and
advice from friends like these:

   Alexander Lamaison, Daniel Stenberg, David Calavera, Hannes Domani,
   Jakob Egger, Joe Turpin, Marc Hoersken, Viktor Szakáts, Will Cosgrove,
   (9 contributors)

         Thanks! (and sorry if I forgot to mention someone)

  [1] = https://github.com/bagder/libssh2/issues/1
  [2] = https://trac.libssh2.org/ticket/168
  [3] = https://trac.libssh2.org/ticket/244

-- 

  / daniel.haxx.se
--1129329158-646548127-1434093019=:5869
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline

X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KbGlic3NoMi1k
ZXZlbCBodHRwOi8vY29vbC5oYXh4LnNlL2NnaS1iaW4vbWFpbG1hbi9saXN0aW5mby9saWJzc2gy
LWRldmVsCg==

--1129329158-646548127-1434093019=:5869--

From libssh2-devel-bounces@cool.haxx.se  Fri Jun 12 11:07:18 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5C960qB018416;
	Fri, 12 Jun 2015 11:07:14 +0200
Received: from colibri.localdomain (ppp-93-104-49-125.dynamic.mnet-online.de
 [93.104.49.125])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5C95wGr018413
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Fri, 12 Jun 2015 11:05:59 +0200
Received: by colibri.localdomain (Postfix, from userid 501)
 id A3AAB5F863; Fri, 12 Jun 2015 11:05:58 +0200 (CEST)
Date: Fri, 12 Jun 2015 11:05:58 +0200
From: Dan Fandrich <dan@coneharvesters.com>
To: =?euc-kr?B?wMzIv73F?= <hwangyaksa@naver.com>,
        libssh2 development <libssh2-devel@cool.haxx.se>
Subject: Re: [About unsubscribe]hello libssh2-devel
Message-ID: <20150612090558.GA23220@coneharvesters.com>
Mail-Followup-To: =?euc-kr?B?wMzIv73F?= <hwangyaksa@naver.com>,
 libssh2 development <libssh2-devel@cool.haxx.se>
References: <316597cf75525ce5f73a6e42910376e@cweb06.nm.nhnsystem.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <316597cf75525ce5f73a6e42910376e@cweb06.nm.nhnsystem.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t5C960qB018416

On Fri, Jun 12, 2015 at 10:53:34AM +0900, ěť´íš¨ě‹  wrote:
> hello libssh2-devel.
> 
> I did study about libssh2 long time ago.
> 
> thank you about help, but It is finished. then dont need mail anymore.
> 
> best regards.

Each message to the libssh-devel mailing list contains no fewer than three
links with information on how to unsubscribe. Please visit one of those links
and unsubscribe yourself. You can unsubscribe yourself in almost exactly the
way you subscribed yourself.

> _______________________________________________
> libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

That's the most obvious one.

>>> Dan
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Fri Jun 12 11:15:43 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5C9Ee7V005536;
	Fri, 12 Jun 2015 11:15:42 +0200
Received: from colibri.localdomain (ppp-93-104-49-125.dynamic.mnet-online.de
 [93.104.49.125])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5C9EbcY005526
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Fri, 12 Jun 2015 11:14:38 +0200
Received: by colibri.localdomain (Postfix, from userid 501)
 id 9F8E55F863; Fri, 12 Jun 2015 11:14:38 +0200 (CEST)
Date: Fri, 12 Jun 2015 11:14:38 +0200
From: Dan Fandrich <dan@coneharvesters.com>
To: libssh2-devel@cool.haxx.se
Subject: Re: [RELEASE] libssh2 1.6.0
Message-ID: <20150612091438.GA24831@coneharvesters.com>
Mail-Followup-To: libssh2-devel@cool.haxx.se
References: <alpine.DEB.2.11.1506120908390.5869@tvnag.unkk.fr>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <alpine.DEB.2.11.1506120908390.5869@tvnag.unkk.fr>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t5C9Ee7V005536

On Fri, Jun 12, 2015 at 09:10:19AM +0200, Daniel Stenberg wrote:
> Hi team!
> 
> I'm happy to tell that I've just tagged, packaged and uploaded libssh2 1.6.0
> to the site http://www.libssh2.org/

The GPG signature is missing (404).  Which is pretty critical since the site
doesn't support TLS.

>>> Dan
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Fri Jun 12 11:17:39 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5C9GYNR010261;
	Fri, 12 Jun 2015 11:17:38 +0200
Received: from giant.haxx.se (localhost.localdomain [127.0.0.1])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5C9GXER010256
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Fri, 12 Jun 2015 11:16:33 +0200
Received: from localhost (dast@localhost)
 by giant.haxx.se (8.14.4/8.14.4/Submit) with ESMTP id t5C9GXJX010253
 for <libssh2-devel@cool.haxx.se>; Fri, 12 Jun 2015 11:16:33 +0200
X-Authentication-Warning: giant.haxx.se: dast owned process doing -bs
Date: Fri, 12 Jun 2015 11:16:33 +0200 (CEST)
From: Daniel Stenberg <daniel@haxx.se>
X-X-Sender: dast@giant.haxx.se
To: libssh2 development <libssh2-devel@cool.haxx.se>
Subject: Re: [RELEASE] libssh2 1.6.0
In-Reply-To: <20150612091438.GA24831@coneharvesters.com>
Message-ID: <alpine.DEB.2.11.1506121116230.8231@tvnag.unkk.fr>
References: <alpine.DEB.2.11.1506120908390.5869@tvnag.unkk.fr>
 <20150612091438.GA24831@coneharvesters.com>
User-Agent: Alpine 2.11 (DEB 23 2013-08-11)
X-fromdanielhimself: yes
MIME-Version: 1.0
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t5C9GYNR010261

On Fri, 12 Jun 2015, Dan Fandrich wrote:

> The GPG signature is missing (404).  Which is pretty critical since the site 
> doesn't support TLS.

Oops, fixed!

-- 

  / daniel.haxx.se
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Fri Jun 12 14:32:16 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5CCUv1S008256;
	Fri, 12 Jun 2015 14:32:14 +0200
Received: from mail105.syd.optusnet.com.au (mail105.syd.optusnet.com.au
 [211.29.132.249])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5CCUsYU008131
 for <libssh2-devel@cool.haxx.se>; Fri, 12 Jun 2015 14:30:55 +0200
Received: from OwnerPC311012 (unknown [203.202.164.190])
 (Authenticated sender: sisyphus1@optusnet.com.au)
 by mail105.syd.optusnet.com.au (Postfix) with ESMTPA id E4DB010451A0
 for <libssh2-devel@cool.haxx.se>; Fri, 12 Jun 2015 22:30:42 +1000 (AEST)
Message-ID: <A87381ECABE4476B8BD8A0FD0F0943D1@OwnerPC311012>
From: <sisyphus1@optusnet.com.au>
To: <libssh2-devel@cool.haxx.se>
References: <alpine.DEB.2.11.1506120908390.5869@tvnag.unkk.fr>
 <20150612091438.GA24831@coneharvesters.com>
In-Reply-To: <20150612091438.GA24831@coneharvesters.com>
Subject: Re: [RELEASE] libssh2 1.6.0
Date: Fri, 12 Jun 2015 22:30:02 +1000
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
Importance: Normal
X-Mailer: Microsoft Windows Live Mail 16.4.3505.912
X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3505.912
X-Optus-CM-Score: 0
X-Optus-CM-Analysis: v=2.1 cv=eZjABOwH c=1 sm=1 tr=0
 a=8e8rgZJuizJfF74+JHJpGg==:117 a=8e8rgZJuizJfF74+JHJpGg==:17
 a=PO7r1zJSAAAA:8 a=IkcTkHD0fZMA:10 a=oeppcwj8AAAA:8
 a=HT9gqGCcvb6GWxHaE8YA:9 a=QEXdDO2ut3YA:10
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t5CCUv1S008256

On Fri, Jun 12, 2015 at 09:10:19AM +0200, Daniel Stenberg wrote:
> Hi team!
>
> I'm happy to tell that I've just tagged, packaged and uploaded libssh2 
> 1.6.0
> to the site http://www.libssh2.org/

Thanks !! I've been building libssh2 on MS Windows (using MinGW ports of gcc 
in the MSYS shell) for quite a few years now - and it's still building 
beautifully.
It's also a delight to use.
Please don't ever remove the autotools build capability - as some projects 
are doing, in favour of cmake. (Add cmake capability by all means if you 
want, but please keep the autotools option in place.)

It's a bit unusual, but I build *static* libssh2.a for windows.
I therefore need to remove all occurrences of  -DLIBSSH2_WIN32 from the 
configure script prior to running configure (as that define pertains only to 
dynamic builds).
I also find that I need to prefix the one occurrence of '-lws2_32' (in the 
configure script) with ' -lgdi32' prior to running configure.

The need to make those changes is something that could possibly be fixed at 
some time in the future.
But I'm not at all fussed about that, as making them is very trivial and 
requires little effort on my part.

Cheers,
Rob 

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Fri Jun 12 15:00:15 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5CCx96H007150;
	Fri, 12 Jun 2015 15:00:14 +0200
Received: from relais-inet.francetelecom.com (relais-ias243.francetelecom.com
 [80.12.204.243])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5CCx70p007136
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Fri, 12 Jun 2015 14:59:07 +0200
Received: from omfeda05.si.francetelecom.fr (unknown [xx.xx.xx.198])
 by omfeda12.si.francetelecom.fr (ESMTP service) with ESMTP id 4368B3B47DC
 for <libssh2-devel@cool.haxx.se>; Fri, 12 Jun 2015 14:59:01 +0200 (CEST)
Received: from PMEXCH41.intranet-paris.francetelecom.fr (unknown
 [10.100.76.22])
 by omfeda05.si.francetelecom.fr (ESMTP service) with ESMTP id 2638F18006C
 for <libssh2-devel@cool.haxx.se>; Fri, 12 Jun 2015 14:59:01 +0200 (CEST)
Received: from PMEXCB1A.intranet-paris.francetelecom.fr ([10.100.76.9]) by
 PMEXCH41.intranet-paris.francetelecom.fr ([10.100.76.22]) with mapi; Fri, 12
 Jun 2015 14:59:00 +0200
From: <rbondue.ext@orange.com>
To: libssh2 development <libssh2-devel@cool.haxx.se>
Date: Fri, 12 Jun 2015 14:58:59 +0200
Subject: RE: [RELEASE] libssh2 1.6.0
Thread-Topic: [RELEASE] libssh2 1.6.0
Thread-Index: AdCk34Ju48rmBHnlScCuHSMHbEfm9QAEbpyQ
Message-ID: <18493_1434113941_557AD795_18493_1655_1_1F7FB10319CFED48860EB22A6A96ACAC93C1AE17FA@PMEXCB1A.intranet-paris.francetelecom.fr>
References: <alpine.DEB.2.11.1506120908390.5869@tvnag.unkk.fr>
In-Reply-To: <alpine.DEB.2.11.1506120908390.5869@tvnag.unkk.fr>
Accept-Language: fr-FR
Content-Language: fr-FR
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
acceptlanguage: fr-FR
MIME-Version: 1.0
X-PMX-Version: 6.2.1.2478543, Antispam-Engine: 2.7.2.2107409,
 Antispam-Data: 2015.6.2.75418
X-MIME-Autoconverted: from quoted-printable to 8bit by giant.haxx.se id
 t5CCx70p007136
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t5CCx96H007150

Hello,

> Hi team!
> 
> I'm happy to tell that I've just tagged, packaged and uploaded libssh2 1.6.0 to the site http://www.libssh2.org/
> 
> Enjoy!

Fantastic, thank you!

Romain Bondue



_________________________________________________________________________________________________________________________

Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.

This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.


_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Fri Jun 12 15:05:11 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5CD49ee013614;
	Fri, 12 Jun 2015 15:05:11 +0200
Received: from mail104.syd.optusnet.com.au (mail104.syd.optusnet.com.au
 [211.29.132.246])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5CD47aH013509
 for <libssh2-devel@cool.haxx.se>; Fri, 12 Jun 2015 15:04:07 +0200
Received: from OwnerPC311012 (unknown [203.202.164.190])
 (Authenticated sender: sisyphus1@optusnet.com.au)
 by mail104.syd.optusnet.com.au (Postfix) with ESMTPA id 23775422E97
 for <libssh2-devel@cool.haxx.se>; Fri, 12 Jun 2015 23:03:57 +1000 (AEST)
Message-ID: <0ABF4FCF8A874779A0B204C77E0A090A@OwnerPC311012>
From: <sisyphus1@optusnet.com.au>
To: <libssh2-devel@cool.haxx.se>
References: <alpine.DEB.2.11.1506120908390.5869@tvnag.unkk.fr>
 <20150612091438.GA24831@coneharvesters.com>
 <A87381ECABE4476B8BD8A0FD0F0943D1@OwnerPC311012>
In-Reply-To: <A87381ECABE4476B8BD8A0FD0F0943D1@OwnerPC311012>
Subject: Re: [RELEASE] libssh2 1.6.0
Date: Fri, 12 Jun 2015 23:03:29 +1000
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
Importance: Normal
X-Mailer: Microsoft Windows Live Mail 16.4.3505.912
X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3505.912
X-Optus-CM-Score: 0
X-Optus-CM-Analysis: v=2.1 cv=eZjABOwH c=1 sm=1 tr=0
 a=8e8rgZJuizJfF74+JHJpGg==:117 a=8e8rgZJuizJfF74+JHJpGg==:17
 a=PO7r1zJSAAAA:8 a=IkcTkHD0fZMA:10 a=MTVYHFktnG5DskEzkTEA:9
 a=QEXdDO2ut3YA:10 a=xqL2wbjLHpkA:10 a=x3WPHwEnZu8A:10 a=YrWuYfYtQboA:10
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by giant.haxx.se id t5CD49ee013614



-----Original Message----- 
From: sisyphus1@optusnet.com.au

> I also find that I need to prefix the one occurrence of '-lws2_32' (in the 
> configure script) with ' -lgdi32' prior to running configure.

Duh ... not sure if it's important (probly is) but I need to *suffix* the 
one occurrence of '-lws2_32' with ' -lgdi32'.

Cheers,
Rob 

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

From libssh2-devel-bounces@cool.haxx.se  Tue Jun 30 02:34:39 2015
Return-Path: <libssh2-devel-bounces@cool.haxx.se>
Received: from www.haxx.se (localhost.localdomain [127.0.0.1])
	by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5U0Y5v7010619;
	Tue, 30 Jun 2015 02:34:35 +0200
Received: from mail-yk0-f173.google.com (mail-yk0-f173.google.com
 [209.85.160.173])
 by giant.haxx.se (8.14.4/8.14.4/Debian-7) with ESMTP id t5U0Y1K5010094
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT)
 for <libssh2-devel@cool.haxx.se>; Tue, 30 Jun 2015 02:34:02 +0200
Received: by ykdt186 with SMTP id t186so130107384ykd.0
 for <libssh2-devel@cool.haxx.se>; Mon, 29 Jun 2015 17:33:58 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:mime-version:date:message-id:subject:from:to
 :content-type;
 bh=WbL6D08Z/XKxRgbJBTQLzBgzqqSXqOOZ1yRrCGDdVv8=;
 b=ly7Qd/H51ZthTjLhg0qiOYNfI2YT1QglfASGKXpDj/s9S06ntlLxFku1Btny2ADYeK
 cDWMkJc78LOjlOyQCUyv0zf6mlrzUmfNbu4dJ5PyRYMJ5tf55hZnzXo38At1/bKqqOXs
 2YCQORRuDa0l3ZKzqTkxXDjZGWjxFbvH+Z7yAfSZxUmlle3+Ec6ZozJJueaPpHUscHD2
 /Sby2CN43q1nBUHCNUD7Vv/jZ/rMObL7R16+RQSPS1BJNgAyeGJ4/+Q2pvnjMGFOusjD
 IadEvkQdkf3DS5hBhEUBZX1YMWjhW38RQ94ehyG+ZM5V0MJv4GzljyQIRZ+/+OfcuJjT
 Iqww==
X-Gm-Message-State: ALoCoQm/nhpKph1YNvb5Yqx8la/0fPkpM8XX7RAq4a2V3cUMMxRRwcsUzzcrFk8y4RjQ0cEzjLXG
MIME-Version: 1.0
X-Received: by 10.13.213.3 with SMTP id x3mr22303628ywd.156.1435624438017;
 Mon, 29 Jun 2015 17:33:58 -0700 (PDT)
Received: by 10.37.25.214 with HTTP; Mon, 29 Jun 2015 17:33:57 -0700 (PDT)
X-Originating-IP: [70.164.99.62]
Date: Mon, 29 Jun 2015 17:33:57 -0700
Message-ID: <CAOC2fq-mZ0CMhzT6XzDr7k++vi8WUfQuY=76go-jdrrd3UuNBw@mail.gmail.com>
Subject: Failed to build on cygwin
From: Michael Enright <mike@kmcardiff.com>
To: libssh2-devel@cool.haxx.se
Content-Type: multipart/mixed; boundary=001a114fc15aa8fc860519b15c41
X-BeenThere: libssh2-devel@cool.haxx.se
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: libssh2 development <libssh2-devel.cool.haxx.se>
List-Unsubscribe: <http://cool.haxx.se/cgi-bin/mailman/options/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=unsubscribe>
List-Archive: <http://cool.haxx.se/pipermail/libssh2-devel/>
List-Post: <mailto:libssh2-devel@cool.haxx.se>
List-Help: <mailto:libssh2-devel-request@cool.haxx.se?subject=help>
List-Subscribe: <http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel>, 
 <mailto:libssh2-devel-request@cool.haxx.se?subject=subscribe>
Reply-To: libssh2 development <libssh2-devel@cool.haxx.se>
Errors-To: libssh2-devel-bounces@cool.haxx.se
Sender: "libssh2-devel" <libssh2-devel-bounces@cool.haxx.se>

--001a114fc15aa8fc860519b15c41
Content-Type: text/plain; charset=UTF-8

The attached configure + make log tells the whole story (I hope).

The environmental details that might not be surfacing there are:
Win7 64 with 32-bit Cygwin

My observation is that the link error is for WsaGetLastError from
misc.o, and I don't really see any '-lwsock32' or similar strings in
the link command.

I have built my project on Linux but I wanted to see if it would work on Cygwin.

For my own reasons I have trepidations about updating Cygwin in any
way so I thought building from source would do the trick.

Other than this the development process has gone smoothly and I'm
grateful to be able to use this library. I especially appreciate the
way it seems to be very flexible about its crypto dependencies.

- mte

--001a114fc15aa8fc860519b15c41
Content-Type: text/x-log; charset=US-ASCII; name="configure-make.log"
Content-Disposition: attachment; filename="configure-make.log"
Content-Transfer-Encoding: base64
X-Attachment-Id: f_ibilinfv0

IC4vY29uZmlndXJlDQpjaGVja2luZyB3aGV0aGVyIHRvIGVuYWJsZSBtYWludGFpbmVyLXNwZWNp
ZmljIHBvcnRpb25zIG9mIE1ha2VmaWxlcy4uLiBubw0KY2hlY2tpbmcgZm9yIHNlZC4uLiAvdXNy
L2Jpbi9zZWQNCmNoZWNraW5nIGZvciBhIEJTRC1jb21wYXRpYmxlIGluc3RhbGwuLi4gL3Vzci9i
aW4vaW5zdGFsbCAtYw0KY2hlY2tpbmcgd2hldGhlciBidWlsZCBlbnZpcm9ubWVudCBpcyBzYW5l
Li4uIHllcw0KL2hvbWUvbWVucmlnaHQvaW50ZXJwL3NzaC9saWJzc2gyLTEuNi4wL21pc3Npbmc6
IFVua25vd24gYC0taXMtbGlnaHR3ZWlnaHQnIG9wdGlvbg0KVHJ5IGAvaG9tZS9tZW5yaWdodC9p
bnRlcnAvc3NoL2xpYnNzaDItMS42LjAvbWlzc2luZyAtLWhlbHAnIGZvciBtb3JlIGluZm9ybWF0
aW9uDQpjb25maWd1cmU6IFdBUk5JTkc6ICdtaXNzaW5nJyBzY3JpcHQgaXMgdG9vIG9sZCBvciBt
aXNzaW5nDQpjaGVja2luZyBmb3IgYSB0aHJlYWQtc2FmZSBta2RpciAtcC4uLiAvdXNyL2Jpbi9t
a2RpciAtcA0KY2hlY2tpbmcgZm9yIGdhd2suLi4gZ2F3aw0KY2hlY2tpbmcgd2hldGhlciBtYWtl
IHNldHMgJChNQUtFKS4uLiB5ZXMNCmNoZWNraW5nIHdoZXRoZXIgbWFrZSBzdXBwb3J0cyBuZXN0
ZWQgdmFyaWFibGVzLi4uIHllcw0KY2hlY2tpbmcgbGlic3NoMiB2ZXJzaW9uLi4uIDEuNi4wDQpj
aGVja2luZyBidWlsZCBzeXN0ZW0gdHlwZS4uLiBpNjg2LXBjLWN5Z3dpbg0KY2hlY2tpbmcgaG9z
dCBzeXN0ZW0gdHlwZS4uLiBpNjg2LXBjLWN5Z3dpbg0KY29uZmlndXJlOiBhdXRvYnVpbGQgcHJv
amVjdC4uLiBsaWJzc2gyDQpjb25maWd1cmU6IGF1dG9idWlsZCByZXZpc2lvbi4uLiAxLjYuMA0K
Y29uZmlndXJlOiBhdXRvYnVpbGQgaG9zdG5hbWUuLi4gRjVUaWdlcg0KY29uZmlndXJlOiBhdXRv
YnVpbGQgdGltZXN0YW1wLi4uIDIwMTUwNjI5LTE3MDkxMw0KY2hlY2tpbmcgZm9yIHN0eWxlIG9m
IGluY2x1ZGUgdXNlZCBieSBtYWtlLi4uIEdOVQ0KY2hlY2tpbmcgZm9yIGdjYy4uLiBnY2MNCmNo
ZWNraW5nIHdoZXRoZXIgdGhlIEMgY29tcGlsZXIgd29ya3MuLi4geWVzDQpjaGVja2luZyBmb3Ig
QyBjb21waWxlciBkZWZhdWx0IG91dHB1dCBmaWxlIG5hbWUuLi4gYS5leGUNCmNoZWNraW5nIGZv
ciBzdWZmaXggb2YgZXhlY3V0YWJsZXMuLi4gLmV4ZQ0KY2hlY2tpbmcgd2hldGhlciB3ZSBhcmUg
Y3Jvc3MgY29tcGlsaW5nLi4uIG5vDQpjaGVja2luZyBmb3Igc3VmZml4IG9mIG9iamVjdCBmaWxl
cy4uLiBvDQpjaGVja2luZyB3aGV0aGVyIHdlIGFyZSB1c2luZyB0aGUgR05VIEMgY29tcGlsZXIu
Li4geWVzDQpjaGVja2luZyB3aGV0aGVyIGdjYyBhY2NlcHRzIC1nLi4uIHllcw0KY2hlY2tpbmcg
Zm9yIGdjYyBvcHRpb24gdG8gYWNjZXB0IElTTyBDODkuLi4gbm9uZSBuZWVkZWQNCmNoZWNraW5n
IHdoZXRoZXIgZ2NjIHVuZGVyc3RhbmRzIC1jIGFuZCAtbyB0b2dldGhlci4uLiB5ZXMNCmNoZWNr
aW5nIGRlcGVuZGVuY3kgc3R5bGUgb2YgZ2NjLi4uIGdjYzMNCmNoZWNraW5nIGhvdyB0byBydW4g
dGhlIEMgcHJlcHJvY2Vzc29yLi4uIGdjYyAtRQ0KY2hlY2tpbmcgZm9yIGdyZXAgdGhhdCBoYW5k
bGVzIGxvbmcgbGluZXMgYW5kIC1lLi4uIC91c3IvYmluL2dyZXANCmNoZWNraW5nIGZvciBlZ3Jl
cC4uLiAvdXNyL2Jpbi9ncmVwIC1FDQpjaGVja2luZyBmb3IgQU5TSSBDIGhlYWRlciBmaWxlcy4u
LiB5ZXMNCmNoZWNraW5nIGZvciBzeXMvdHlwZXMuaC4uLiB5ZXMNCmNoZWNraW5nIGZvciBzeXMv
c3RhdC5oLi4uIHllcw0KY2hlY2tpbmcgZm9yIHN0ZGxpYi5oLi4uIHllcw0KY2hlY2tpbmcgZm9y
IHN0cmluZy5oLi4uIHllcw0KY2hlY2tpbmcgZm9yIG1lbW9yeS5oLi4uIHllcw0KY2hlY2tpbmcg
Zm9yIHN0cmluZ3MuaC4uLiB5ZXMNCmNoZWNraW5nIGZvciBpbnR0eXBlcy5oLi4uIHllcw0KY2hl
Y2tpbmcgZm9yIHN0ZGludC5oLi4uIHllcw0KY2hlY2tpbmcgZm9yIHVuaXN0ZC5oLi4uIHllcw0K
Y2hlY2tpbmcgZm9yIGxvbmcgbG9uZy4uLiB5ZXMNCmNoZWNraW5nIGlmIF9SRUVOVFJBTlQgaXMg
YWxyZWFkeSBkZWZpbmVkLi4uIG5vDQpjaGVja2luZyBpZiBfUkVFTlRSQU5UIGlzIGFjdHVhbGx5
IG5lZWRlZC4uLiBubw0KY2hlY2tpbmcgaWYgX1JFRU5UUkFOVCBpcyBvbndhcmRzIGRlZmluZWQu
Li4gbm8NCmNoZWNraW5nIGZvciBsaWJyYXJ5IGNvbnRhaW5pbmcgc29ja2V0Li4uIG5vbmUgcmVx
dWlyZWQNCmNoZWNraW5nIGZvciBsaWJyYXJ5IGNvbnRhaW5pbmcgaW5ldF9hZGRyLi4uIG5vbmUg
cmVxdWlyZWQNCmNoZWNraW5nIGZvciBnY2MuLi4gKGNhY2hlZCkgZ2NjDQpjaGVja2luZyB3aGV0
aGVyIHdlIGFyZSB1c2luZyB0aGUgR05VIEMgY29tcGlsZXIuLi4gKGNhY2hlZCkgeWVzDQpjaGVj
a2luZyB3aGV0aGVyIGdjYyBhY2NlcHRzIC1nLi4uIChjYWNoZWQpIHllcw0KY2hlY2tpbmcgZm9y
IGdjYyBvcHRpb24gdG8gYWNjZXB0IElTTyBDODkuLi4gKGNhY2hlZCkgbm9uZSBuZWVkZWQNCmNo
ZWNraW5nIHdoZXRoZXIgZ2NjIHVuZGVyc3RhbmRzIC1jIGFuZCAtbyB0b2dldGhlci4uLiAoY2Fj
aGVkKSB5ZXMNCmNoZWNraW5nIGRlcGVuZGVuY3kgc3R5bGUgb2YgZ2NjLi4uIChjYWNoZWQpIGdj
YzMNCmNoZWNraW5nIHdoZXRoZXIgbG4gLXMgd29ya3MuLi4geWVzDQpjaGVja2luZyB3aGV0aGVy
IG1ha2Ugc2V0cyAkKE1BS0UpLi4uIChjYWNoZWQpIHllcw0KY2hlY2tpbmcgZm9yIHNzaGQuLi4g
L3Vzci9zYmluL3NzaGQNCmNoZWNraW5nIGZvciBhcy4uLiBhcw0KY2hlY2tpbmcgZm9yIGRsbHRv
b2wuLi4gZGxsdG9vbA0KY2hlY2tpbmcgZm9yIG9iamR1bXAuLi4gb2JqZHVtcA0KY2hlY2tpbmcg
aG93IHRvIHByaW50IHN0cmluZ3MuLi4gcHJpbnRmDQpjaGVja2luZyBmb3IgYSBzZWQgdGhhdCBk
b2VzIG5vdCB0cnVuY2F0ZSBvdXRwdXQuLi4gKGNhY2hlZCkgL3Vzci9iaW4vc2VkDQpjaGVja2lu
ZyBmb3IgZmdyZXAuLi4gL3Vzci9iaW4vZ3JlcCAtRg0KY2hlY2tpbmcgZm9yIGxkIHVzZWQgYnkg
Z2NjLi4uIC91c3IvaTY4Ni1wYy1jeWd3aW4vYmluL2xkLmV4ZQ0KY2hlY2tpbmcgaWYgdGhlIGxp
bmtlciAoL3Vzci9pNjg2LXBjLWN5Z3dpbi9iaW4vbGQuZXhlKSBpcyBHTlUgbGQuLi4geWVzDQpj
aGVja2luZyBmb3IgQlNELSBvciBNUy1jb21wYXRpYmxlIG5hbWUgbGlzdGVyIChubSkuLi4gL3Vz
ci9iaW4vbm0gLUINCmNoZWNraW5nIHRoZSBuYW1lIGxpc3RlciAoL3Vzci9iaW4vbm0gLUIpIGlu
dGVyZmFjZS4uLiBCU0Qgbm0NCmNoZWNraW5nIHRoZSBtYXhpbXVtIGxlbmd0aCBvZiBjb21tYW5k
IGxpbmUgYXJndW1lbnRzLi4uIDgxOTINCmNoZWNraW5nIHdoZXRoZXIgdGhlIHNoZWxsIHVuZGVy
c3RhbmRzIHNvbWUgWFNJIGNvbnN0cnVjdHMuLi4geWVzDQpjaGVja2luZyB3aGV0aGVyIHRoZSBz
aGVsbCB1bmRlcnN0YW5kcyAiKz0iLi4uIHllcw0KY2hlY2tpbmcgaG93IHRvIGNvbnZlcnQgaTY4
Ni1wYy1jeWd3aW4gZmlsZSBuYW1lcyB0byBpNjg2LXBjLWN5Z3dpbiBmb3JtYXQuLi4gZnVuY19j
b252ZXJ0X2ZpbGVfbm9vcA0KY2hlY2tpbmcgaG93IHRvIGNvbnZlcnQgaTY4Ni1wYy1jeWd3aW4g
ZmlsZSBuYW1lcyB0byB0b29sY2hhaW4gZm9ybWF0Li4uIGZ1bmNfY29udmVydF9maWxlX25vb3AN
CmNoZWNraW5nIGZvciAvdXNyL2k2ODYtcGMtY3lnd2luL2Jpbi9sZC5leGUgb3B0aW9uIHRvIHJl
bG9hZCBvYmplY3QgZmlsZXMuLi4gLXINCmNoZWNraW5nIGZvciBvYmpkdW1wLi4uIChjYWNoZWQp
IG9iamR1bXANCmNoZWNraW5nIGhvdyB0byByZWNvZ25pemUgZGVwZW5kZW50IGxpYnJhcmllcy4u
LiBmaWxlX21hZ2ljIF54ODYgYXJjaGl2ZSBpbXBvcnR8Xng4NiBETEwNCmNoZWNraW5nIGZvciBk
bGx0b29sLi4uIChjYWNoZWQpIGRsbHRvb2wNCmNoZWNraW5nIGhvdyB0byBhc3NvY2lhdGUgcnVu
dGltZSBhbmQgbGluayBsaWJyYXJpZXMuLi4gZnVuY19jeWdtaW5nX2RsbF9mb3JfaW1wbGliDQpj
aGVja2luZyBmb3IgYXIuLi4gYXINCmNoZWNraW5nIGZvciBhcmNoaXZlciBARklMRSBzdXBwb3J0
Li4uIEANCmNoZWNraW5nIGZvciBzdHJpcC4uLiBzdHJpcA0KY2hlY2tpbmcgZm9yIHJhbmxpYi4u
LiByYW5saWINCmNoZWNraW5nIGNvbW1hbmQgdG8gcGFyc2UgL3Vzci9iaW4vbm0gLUIgb3V0cHV0
IGZyb20gZ2NjIG9iamVjdC4uLiBvaw0KY2hlY2tpbmcgZm9yIHN5c3Jvb3QuLi4gbm8NCmNoZWNr
aW5nIGZvciBtdC4uLiBubw0KY2hlY2tpbmcgaWYgOiBpcyBhIG1hbmlmZXN0IHRvb2wuLi4gbm8N
CmNoZWNraW5nIGZvciBkbGZjbi5oLi4uIHllcw0KY2hlY2tpbmcgZm9yIG9iamRpci4uLiAubGli
cw0KY2hlY2tpbmcgaWYgZ2NjIHN1cHBvcnRzIC1mbm8tcnR0aSAtZm5vLWV4Y2VwdGlvbnMuLi4g
bm8NCmNoZWNraW5nIGZvciBnY2Mgb3B0aW9uIHRvIHByb2R1Y2UgUElDLi4uIC1ERExMX0VYUE9S
VCAtRFBJQw0KY2hlY2tpbmcgaWYgZ2NjIFBJQyBmbGFnIC1ERExMX0VYUE9SVCAtRFBJQyB3b3Jr
cy4uLiB5ZXMNCmNoZWNraW5nIGlmIGdjYyBzdGF0aWMgZmxhZyAtc3RhdGljIHdvcmtzLi4uIHll
cw0KY2hlY2tpbmcgaWYgZ2NjIHN1cHBvcnRzIC1jIC1vIGZpbGUuby4uLiB5ZXMNCmNoZWNraW5n
IGlmIGdjYyBzdXBwb3J0cyAtYyAtbyBmaWxlLm8uLi4gKGNhY2hlZCkgeWVzDQpjaGVja2luZyB3
aGV0aGVyIHRoZSBnY2MgbGlua2VyICgvdXNyL2k2ODYtcGMtY3lnd2luL2Jpbi9sZC5leGUpIHN1
cHBvcnRzIHNoYXJlZCBsaWJyYXJpZXMuLi4geWVzDQpjaGVja2luZyB3aGV0aGVyIC1sYyBzaG91
bGQgYmUgZXhwbGljaXRseSBsaW5rZWQgaW4uLi4geWVzDQpjaGVja2luZyBkeW5hbWljIGxpbmtl
ciBjaGFyYWN0ZXJpc3RpY3MuLi4gV2luMzIgbGQuZXhlDQpjaGVja2luZyBob3cgdG8gaGFyZGNv
ZGUgbGlicmFyeSBwYXRocyBpbnRvIHByb2dyYW1zLi4uIGltbWVkaWF0ZQ0KY2hlY2tpbmcgd2hl
dGhlciBzdHJpcHBpbmcgbGlicmFyaWVzIGlzIHBvc3NpYmxlLi4uIHllcw0KY2hlY2tpbmcgaWYg
bGlidG9vbCBzdXBwb3J0cyBzaGFyZWQgbGlicmFyaWVzLi4uIHllcw0KY2hlY2tpbmcgd2hldGhl
ciB0byBidWlsZCBzaGFyZWQgbGlicmFyaWVzLi4uIHllcw0KY2hlY2tpbmcgd2hldGhlciB0byBi
dWlsZCBzdGF0aWMgbGlicmFyaWVzLi4uIHllcw0KY2hlY2tpbmcgd2hldGhlciBieXRlIG9yZGVy
aW5nIGlzIGJpZ2VuZGlhbi4uLiBubw0KY2hlY2tpbmcgZm9yIHNwZWNpYWwgQyBjb21waWxlciBv
cHRpb25zIG5lZWRlZCBmb3IgbGFyZ2UgZmlsZXMuLi4gbm8NCmNoZWNraW5nIGZvciBfRklMRV9P
RkZTRVRfQklUUyB2YWx1ZSBuZWVkZWQgZm9yIGxhcmdlIGZpbGVzLi4uIG5vDQpjaGVja2luZyBm
b3IgbGQgdXNlZCBieSBHQ0MuLi4gL3Vzci9pNjg2LXBjLWN5Z3dpbi9iaW4vbGQuZXhlDQpjaGVj
a2luZyBpZiB0aGUgbGlua2VyICgvdXNyL2k2ODYtcGMtY3lnd2luL2Jpbi9sZC5leGUpIGlzIEdO
VSBsZC4uLiB5ZXMNCmNoZWNraW5nIGZvciBzaGFyZWQgbGlicmFyeSBydW4gcGF0aCBvcmlnaW4u
Li4gZG9uZQ0KY2hlY2tpbmcgZm9yIGxpYnNzbC4uLiBubw0KY2hlY2tpbmcgZm9yIGxpYmdjcnlw
dC4uLiBubw0KY2hlY2tpbmcgZm9yIGxpYmJjcnlwdC4uLiB5ZXMNCmNoZWNraW5nIGhvdyB0byBs
aW5rIHdpdGggbGliYmNyeXB0Li4uIC1sYmNyeXB0DQpjaGVja2luZyBmb3IgbGliY3J5cHQzMi4u
LiB5ZXMNCmNoZWNraW5nIGhvdyB0byBsaW5rIHdpdGggbGliY3J5cHQzMi4uLiAtbGNyeXB0MzIN
CmNoZWNraW5nIGZvciBudGRlZi5oLi4uIHllcw0KY2hlY2tpbmcgZm9yIG50c3RhdHVzLmguLi4g
eWVzDQpjaGVja2luZyB3aGV0aGVyIFNlY3VyZVplcm9NZW1vcnkgaXMgZGVjbGFyZWQuLi4geWVz
DQpjaGVja2luZyBmb3IgbGliei4uLiB5ZXMNCmNoZWNraW5nIGhvdyB0byBsaW5rIHdpdGggbGli
ei4uLiAtbHoNCmNoZWNraW5nIHdoZXRoZXIgdG8gZW5hYmxlIHBlZGFudGljIGFuZCBkZWJ1ZyBj
b21waWxlciBvcHRpb25zLi4uIG5vDQpjaGVja2luZyB3aGV0aGVyIHRvIGVuYWJsZSBoaWRkZW4g
c3ltYm9scyBpbiB0aGUgbGlicmFyeS4uLiBubw0KY2hlY2tpbmcgd2hldGhlciB0byBidWlsZCBl
eGFtcGxlIGFwcGxpY2F0aW9ucy4uLiB5ZXMNCmNoZWNraW5nIGVycm5vLmggdXNhYmlsaXR5Li4u
IHllcw0KY2hlY2tpbmcgZXJybm8uaCBwcmVzZW5jZS4uLiB5ZXMNCmNoZWNraW5nIGZvciBlcnJu
by5oLi4uIHllcw0KY2hlY2tpbmcgZmNudGwuaCB1c2FiaWxpdHkuLi4geWVzDQpjaGVja2luZyBm
Y250bC5oIHByZXNlbmNlLi4uIHllcw0KY2hlY2tpbmcgZm9yIGZjbnRsLmguLi4geWVzDQpjaGVj
a2luZyBzdGRpby5oIHVzYWJpbGl0eS4uLiB5ZXMNCmNoZWNraW5nIHN0ZGlvLmggcHJlc2VuY2Uu
Li4geWVzDQpjaGVja2luZyBmb3Igc3RkaW8uaC4uLiB5ZXMNCmNoZWNraW5nIGZvciBzdGRsaWIu
aC4uLiAoY2FjaGVkKSB5ZXMNCmNoZWNraW5nIGZvciB1bmlzdGQuaC4uLiAoY2FjaGVkKSB5ZXMN
CmNoZWNraW5nIHN5cy91aW8uaCB1c2FiaWxpdHkuLi4geWVzDQpjaGVja2luZyBzeXMvdWlvLmgg
cHJlc2VuY2UuLi4geWVzDQpjaGVja2luZyBmb3Igc3lzL3Vpby5oLi4uIHllcw0KY2hlY2tpbmcg
c3lzL3NlbGVjdC5oIHVzYWJpbGl0eS4uLiB5ZXMNCmNoZWNraW5nIHN5cy9zZWxlY3QuaCBwcmVz
ZW5jZS4uLiB5ZXMNCmNoZWNraW5nIGZvciBzeXMvc2VsZWN0LmguLi4geWVzDQpjaGVja2luZyBz
eXMvc29ja2V0LmggdXNhYmlsaXR5Li4uIHllcw0KY2hlY2tpbmcgc3lzL3NvY2tldC5oIHByZXNl
bmNlLi4uIHllcw0KY2hlY2tpbmcgZm9yIHN5cy9zb2NrZXQuaC4uLiB5ZXMNCmNoZWNraW5nIHN5
cy9pb2N0bC5oIHVzYWJpbGl0eS4uLiB5ZXMNCmNoZWNraW5nIHN5cy9pb2N0bC5oIHByZXNlbmNl
Li4uIHllcw0KY2hlY2tpbmcgZm9yIHN5cy9pb2N0bC5oLi4uIHllcw0KY2hlY2tpbmcgc3lzL3Rp
bWUuaCB1c2FiaWxpdHkuLi4geWVzDQpjaGVja2luZyBzeXMvdGltZS5oIHByZXNlbmNlLi4uIHll
cw0KY2hlY2tpbmcgZm9yIHN5cy90aW1lLmguLi4geWVzDQpjaGVja2luZyBhcnBhL2luZXQuaCB1
c2FiaWxpdHkuLi4geWVzDQpjaGVja2luZyBhcnBhL2luZXQuaCBwcmVzZW5jZS4uLiB5ZXMNCmNo
ZWNraW5nIGZvciBhcnBhL2luZXQuaC4uLiB5ZXMNCmNoZWNraW5nIG5ldGluZXQvaW4uaCB1c2Fi
aWxpdHkuLi4geWVzDQpjaGVja2luZyBuZXRpbmV0L2luLmggcHJlc2VuY2UuLi4geWVzDQpjaGVj
a2luZyBmb3IgbmV0aW5ldC9pbi5oLi4uIHllcw0KY2hlY2tpbmcgc3lzL3VuLmggdXNhYmlsaXR5
Li4uIHllcw0KY2hlY2tpbmcgc3lzL3VuLmggcHJlc2VuY2UuLi4geWVzDQpjaGVja2luZyBmb3Ig
c3lzL3VuLmguLi4geWVzDQpjaGVja2luZyBmb3IgcG9sbC4uLiB5ZXMNCmNoZWNraW5nIGZvciBn
ZXR0aW1lb2ZkYXkuLi4geWVzDQpjaGVja2luZyBmb3Igc2VsZWN0Li4uIHllcw0KY2hlY2tpbmcg
Zm9yIHN0cnRvbGwuLi4geWVzDQpjaGVja2luZyBmb3Igc2l6ZV90Li4uIHllcw0KY2hlY2tpbmcg
Zm9yIHdvcmtpbmcgYWxsb2NhLmguLi4geWVzDQpjaGVja2luZyBmb3IgYWxsb2NhLi4uIHllcw0K
Y2hlY2tpbmcgZm9yIGFuIEFOU0kgQy1jb25mb3JtaW5nIGNvbnN0Li4uIHllcw0KY2hlY2tpbmcg
Zm9yIGlubGluZS4uLiBpbmxpbmUNCmNoZWNraW5nIG5vbi1ibG9ja2luZyBzb2NrZXRzIHN0eWxl
Li4uIE9fTk9OQkxPQ0sNCmNoZWNraW5nIHRoYXQgZ2VuZXJhdGVkIGZpbGVzIGFyZSBuZXdlciB0
aGFuIGNvbmZpZ3VyZS4uLiBkb25lDQpjb25maWd1cmU6IGNyZWF0aW5nIC4vY29uZmlnLnN0YXR1
cw0KY29uZmlnLnN0YXR1czogY3JlYXRpbmcgTWFrZWZpbGUNCmNvbmZpZy5zdGF0dXM6IGNyZWF0
aW5nIHNyYy9NYWtlZmlsZQ0KY29uZmlnLnN0YXR1czogY3JlYXRpbmcgdGVzdHMvTWFrZWZpbGUN
CmNvbmZpZy5zdGF0dXM6IGNyZWF0aW5nIGV4YW1wbGUvTWFrZWZpbGUNCmNvbmZpZy5zdGF0dXM6
IGNyZWF0aW5nIGRvY3MvTWFrZWZpbGUNCmNvbmZpZy5zdGF0dXM6IGNyZWF0aW5nIGxpYnNzaDIu
cGMNCmNvbmZpZy5zdGF0dXM6IGNyZWF0aW5nIHNyYy9saWJzc2gyX2NvbmZpZy5oDQpjb25maWcu
c3RhdHVzOiBjcmVhdGluZyBleGFtcGxlL2xpYnNzaDJfY29uZmlnLmgNCmNvbmZpZy5zdGF0dXM6
IGV4ZWN1dGluZyBkZXBmaWxlcyBjb21tYW5kcw0KY29uZmlnLnN0YXR1czogZXhlY3V0aW5nIGxp
YnRvb2wgY29tbWFuZHMNCmNvbmZpZ3VyZTogc3VtbWFyeSBvZiBidWlsZCBvcHRpb25zOg0KDQog
IHZlcnNpb246ICAgICAgICAgIDEuNi4wDQogIEhvc3QgdHlwZTogICAgICAgIGk2ODYtcGMtY3ln
d2luDQogIEluc3RhbGwgcHJlZml4OiAgIC91c3IvbG9jYWwNCiAgQ29tcGlsZXI6ICAgICAgICAg
Z2NjDQogIENvbXBpbGVyIGZsYWdzOiAgICAtRExJQlNTSDJfV0lOMzINCiAgTGlicmFyeSB0eXBl
czogICAgU2hhcmVkPXllcywgU3RhdGljPXllcw0KICBDcnlwdG8gbGlicmFyeTogICBXaW5kb3dz
IENyeXB0b2dyYXBoeSBBUEk6IE5leHQgR2VuZXJhdGlvbg0KICBDbGVhciBtZW1vcnk6ICAgICB5
ZXMNCiAgRGVidWcgYnVpbGQ6ICAgICAgbm8NCiAgQnVpbGQgZXhhbXBsZXM6ICAgeWVzDQogIFBh
dGggdG8gc3NoZDogICAgIC91c3Ivc2Jpbi9zc2hkIChvbmx5IGZvciBzZWxmLXRlc3RzKQ0KICB6
bGliIGNvbXByZXNzaW9uOiB5ZXMNCg0KDQptZW5yaWdodEBGNVRpZ2VyIH4vaW50ZXJwL3NzaC9s
aWJzc2gyLTEuNi4wDQokIG1ha2UNCk1ha2luZyBhbGwgaW4gc3JjDQptYWtlWzFdOiBFbnRlcmlu
ZyBkaXJlY3RvcnkgJy9ob21lL21lbnJpZ2h0L2ludGVycC9zc2gvbGlic3NoMi0xLjYuMC9zcmMn
DQptYWtlICBhbGwtYW0NCm1ha2VbMl06IEVudGVyaW5nIGRpcmVjdG9yeSAnL2hvbWUvbWVucmln
aHQvaW50ZXJwL3NzaC9saWJzc2gyLTEuNi4wL3NyYycNCi9iaW4vc2ggLi4vbGlidG9vbCAgLS10
YWc9Q0MgICAtLW1vZGU9Y29tcGlsZSBnY2MgLURIQVZFX0NPTkZJR19IICAgLUkuLi9pbmNsdWRl
IC1JLi4vc3JjICAgLURMSUJTU0gyX1dJTjMyIC1NVCBjaGFubmVsLmxvIC1NRCAtTVAgLU1GIC5k
ZXBzL2NoYW5uZWwuVHBvIC1jIC1vIGNoYW5uZWwubG8gY2hhbm5lbC5jDQpsaWJ0b29sOiBjb21w
aWxlOiAgZ2NjIC1ESEFWRV9DT05GSUdfSCAtSS4uL2luY2x1ZGUgLUkuLi9zcmMgLURMSUJTU0gy
X1dJTjMyIC1NVCBjaGFubmVsLmxvIC1NRCAtTVAgLU1GIC5kZXBzL2NoYW5uZWwuVHBvIC1jIGNo
YW5uZWwuYyAgLURETExfRVhQT1JUIC1EUElDIC1vIC5saWJzL2NoYW5uZWwubw0KbGlidG9vbDog
Y29tcGlsZTogIGdjYyAtREhBVkVfQ09ORklHX0ggLUkuLi9pbmNsdWRlIC1JLi4vc3JjIC1ETElC
U1NIMl9XSU4zMiAtTVQgY2hhbm5lbC5sbyAtTUQgLU1QIC1NRiAuZGVwcy9jaGFubmVsLlRwbyAt
YyBjaGFubmVsLmMgLW8gY2hhbm5lbC5vID4vZGV2L251bGwgMj4mMQ0KbXYgLWYgLmRlcHMvY2hh
bm5lbC5UcG8gLmRlcHMvY2hhbm5lbC5QbG8NCi9iaW4vc2ggLi4vbGlidG9vbCAgLS10YWc9Q0Mg
ICAtLW1vZGU9Y29tcGlsZSBnY2MgLURIQVZFX0NPTkZJR19IICAgLUkuLi9pbmNsdWRlIC1JLi4v
c3JjICAgLURMSUJTU0gyX1dJTjMyIC1NVCBjb21wLmxvIC1NRCAtTVAgLU1GIC5kZXBzL2NvbXAu
VHBvIC1jIC1vIGNvbXAubG8gY29tcC5jDQpsaWJ0b29sOiBjb21waWxlOiAgZ2NjIC1ESEFWRV9D
T05GSUdfSCAtSS4uL2luY2x1ZGUgLUkuLi9zcmMgLURMSUJTU0gyX1dJTjMyIC1NVCBjb21wLmxv
IC1NRCAtTVAgLU1GIC5kZXBzL2NvbXAuVHBvIC1jIGNvbXAuYyAgLURETExfRVhQT1JUIC1EUElD
IC1vIC5saWJzL2NvbXAubw0KbGlidG9vbDogY29tcGlsZTogIGdjYyAtREhBVkVfQ09ORklHX0gg
LUkuLi9pbmNsdWRlIC1JLi4vc3JjIC1ETElCU1NIMl9XSU4zMiAtTVQgY29tcC5sbyAtTUQgLU1Q
IC1NRiAuZGVwcy9jb21wLlRwbyAtYyBjb21wLmMgLW8gY29tcC5vID4vZGV2L251bGwgMj4mMQ0K
bXYgLWYgLmRlcHMvY29tcC5UcG8gLmRlcHMvY29tcC5QbG8NCi9iaW4vc2ggLi4vbGlidG9vbCAg
LS10YWc9Q0MgICAtLW1vZGU9Y29tcGlsZSBnY2MgLURIQVZFX0NPTkZJR19IICAgLUkuLi9pbmNs
dWRlIC1JLi4vc3JjICAgLURMSUJTU0gyX1dJTjMyIC1NVCBjcnlwdC5sbyAtTUQgLU1QIC1NRiAu
ZGVwcy9jcnlwdC5UcG8gLWMgLW8gY3J5cHQubG8gY3J5cHQuYw0KbGlidG9vbDogY29tcGlsZTog
IGdjYyAtREhBVkVfQ09ORklHX0ggLUkuLi9pbmNsdWRlIC1JLi4vc3JjIC1ETElCU1NIMl9XSU4z
MiAtTVQgY3J5cHQubG8gLU1EIC1NUCAtTUYgLmRlcHMvY3J5cHQuVHBvIC1jIGNyeXB0LmMgIC1E
RExMX0VYUE9SVCAtRFBJQyAtbyAubGlicy9jcnlwdC5vDQpsaWJ0b29sOiBjb21waWxlOiAgZ2Nj
IC1ESEFWRV9DT05GSUdfSCAtSS4uL2luY2x1ZGUgLUkuLi9zcmMgLURMSUJTU0gyX1dJTjMyIC1N
VCBjcnlwdC5sbyAtTUQgLU1QIC1NRiAuZGVwcy9jcnlwdC5UcG8gLWMgY3J5cHQuYyAtbyBjcnlw
dC5vID4vZGV2L251bGwgMj4mMQ0KbXYgLWYgLmRlcHMvY3J5cHQuVHBvIC5kZXBzL2NyeXB0LlBs
bw0KL2Jpbi9zaCAuLi9saWJ0b29sICAtLXRhZz1DQyAgIC0tbW9kZT1jb21waWxlIGdjYyAtREhB
VkVfQ09ORklHX0ggICAtSS4uL2luY2x1ZGUgLUkuLi9zcmMgICAtRExJQlNTSDJfV0lOMzIgLU1U
IGhvc3RrZXkubG8gLU1EIC1NUCAtTUYgLmRlcHMvaG9zdGtleS5UcG8gLWMgLW8gaG9zdGtleS5s
byBob3N0a2V5LmMNCmxpYnRvb2w6IGNvbXBpbGU6ICBnY2MgLURIQVZFX0NPTkZJR19IIC1JLi4v
aW5jbHVkZSAtSS4uL3NyYyAtRExJQlNTSDJfV0lOMzIgLU1UIGhvc3RrZXkubG8gLU1EIC1NUCAt
TUYgLmRlcHMvaG9zdGtleS5UcG8gLWMgaG9zdGtleS5jICAtRERMTF9FWFBPUlQgLURQSUMgLW8g
LmxpYnMvaG9zdGtleS5vDQpsaWJ0b29sOiBjb21waWxlOiAgZ2NjIC1ESEFWRV9DT05GSUdfSCAt
SS4uL2luY2x1ZGUgLUkuLi9zcmMgLURMSUJTU0gyX1dJTjMyIC1NVCBob3N0a2V5LmxvIC1NRCAt
TVAgLU1GIC5kZXBzL2hvc3RrZXkuVHBvIC1jIGhvc3RrZXkuYyAtbyBob3N0a2V5Lm8gPi9kZXYv
bnVsbCAyPiYxDQptdiAtZiAuZGVwcy9ob3N0a2V5LlRwbyAuZGVwcy9ob3N0a2V5LlBsbw0KL2Jp
bi9zaCAuLi9saWJ0b29sICAtLXRhZz1DQyAgIC0tbW9kZT1jb21waWxlIGdjYyAtREhBVkVfQ09O
RklHX0ggICAtSS4uL2luY2x1ZGUgLUkuLi9zcmMgICAtRExJQlNTSDJfV0lOMzIgLU1UIGtleC5s
byAtTUQgLU1QIC1NRiAuZGVwcy9rZXguVHBvIC1jIC1vIGtleC5sbyBrZXguYw0KbGlidG9vbDog
Y29tcGlsZTogIGdjYyAtREhBVkVfQ09ORklHX0ggLUkuLi9pbmNsdWRlIC1JLi4vc3JjIC1ETElC
U1NIMl9XSU4zMiAtTVQga2V4LmxvIC1NRCAtTVAgLU1GIC5kZXBzL2tleC5UcG8gLWMga2V4LmMg
IC1ERExMX0VYUE9SVCAtRFBJQyAtbyAubGlicy9rZXgubw0KbGlidG9vbDogY29tcGlsZTogIGdj
YyAtREhBVkVfQ09ORklHX0ggLUkuLi9pbmNsdWRlIC1JLi4vc3JjIC1ETElCU1NIMl9XSU4zMiAt
TVQga2V4LmxvIC1NRCAtTVAgLU1GIC5kZXBzL2tleC5UcG8gLWMga2V4LmMgLW8ga2V4Lm8gPi9k
ZXYvbnVsbCAyPiYxDQptdiAtZiAuZGVwcy9rZXguVHBvIC5kZXBzL2tleC5QbG8NCi9iaW4vc2gg
Li4vbGlidG9vbCAgLS10YWc9Q0MgICAtLW1vZGU9Y29tcGlsZSBnY2MgLURIQVZFX0NPTkZJR19I
ICAgLUkuLi9pbmNsdWRlIC1JLi4vc3JjICAgLURMSUJTU0gyX1dJTjMyIC1NVCBtYWMubG8gLU1E
IC1NUCAtTUYgLmRlcHMvbWFjLlRwbyAtYyAtbyBtYWMubG8gbWFjLmMNCmxpYnRvb2w6IGNvbXBp
bGU6ICBnY2MgLURIQVZFX0NPTkZJR19IIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAtRExJQlNTSDJf
V0lOMzIgLU1UIG1hYy5sbyAtTUQgLU1QIC1NRiAuZGVwcy9tYWMuVHBvIC1jIG1hYy5jICAtRERM
TF9FWFBPUlQgLURQSUMgLW8gLmxpYnMvbWFjLm8NCmxpYnRvb2w6IGNvbXBpbGU6ICBnY2MgLURI
QVZFX0NPTkZJR19IIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAtRExJQlNTSDJfV0lOMzIgLU1UIG1h
Yy5sbyAtTUQgLU1QIC1NRiAuZGVwcy9tYWMuVHBvIC1jIG1hYy5jIC1vIG1hYy5vID4vZGV2L251
bGwgMj4mMQ0KbXYgLWYgLmRlcHMvbWFjLlRwbyAuZGVwcy9tYWMuUGxvDQovYmluL3NoIC4uL2xp
YnRvb2wgIC0tdGFnPUNDICAgLS1tb2RlPWNvbXBpbGUgZ2NjIC1ESEFWRV9DT05GSUdfSCAgIC1J
Li4vaW5jbHVkZSAtSS4uL3NyYyAgIC1ETElCU1NIMl9XSU4zMiAtTVQgbWlzYy5sbyAtTUQgLU1Q
IC1NRiAuZGVwcy9taXNjLlRwbyAtYyAtbyBtaXNjLmxvIG1pc2MuYw0KbGlidG9vbDogY29tcGls
ZTogIGdjYyAtREhBVkVfQ09ORklHX0ggLUkuLi9pbmNsdWRlIC1JLi4vc3JjIC1ETElCU1NIMl9X
SU4zMiAtTVQgbWlzYy5sbyAtTUQgLU1QIC1NRiAuZGVwcy9taXNjLlRwbyAtYyBtaXNjLmMgIC1E
RExMX0VYUE9SVCAtRFBJQyAtbyAubGlicy9taXNjLm8NCmxpYnRvb2w6IGNvbXBpbGU6ICBnY2Mg
LURIQVZFX0NPTkZJR19IIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAtRExJQlNTSDJfV0lOMzIgLU1U
IG1pc2MubG8gLU1EIC1NUCAtTUYgLmRlcHMvbWlzYy5UcG8gLWMgbWlzYy5jIC1vIG1pc2MubyA+
L2Rldi9udWxsIDI+JjENCm12IC1mIC5kZXBzL21pc2MuVHBvIC5kZXBzL21pc2MuUGxvDQovYmlu
L3NoIC4uL2xpYnRvb2wgIC0tdGFnPUNDICAgLS1tb2RlPWNvbXBpbGUgZ2NjIC1ESEFWRV9DT05G
SUdfSCAgIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAgIC1ETElCU1NIMl9XSU4zMiAtTVQgcGFja2V0
LmxvIC1NRCAtTVAgLU1GIC5kZXBzL3BhY2tldC5UcG8gLWMgLW8gcGFja2V0LmxvIHBhY2tldC5j
DQpsaWJ0b29sOiBjb21waWxlOiAgZ2NjIC1ESEFWRV9DT05GSUdfSCAtSS4uL2luY2x1ZGUgLUku
Li9zcmMgLURMSUJTU0gyX1dJTjMyIC1NVCBwYWNrZXQubG8gLU1EIC1NUCAtTUYgLmRlcHMvcGFj
a2V0LlRwbyAtYyBwYWNrZXQuYyAgLURETExfRVhQT1JUIC1EUElDIC1vIC5saWJzL3BhY2tldC5v
DQpsaWJ0b29sOiBjb21waWxlOiAgZ2NjIC1ESEFWRV9DT05GSUdfSCAtSS4uL2luY2x1ZGUgLUku
Li9zcmMgLURMSUJTU0gyX1dJTjMyIC1NVCBwYWNrZXQubG8gLU1EIC1NUCAtTUYgLmRlcHMvcGFj
a2V0LlRwbyAtYyBwYWNrZXQuYyAtbyBwYWNrZXQubyA+L2Rldi9udWxsIDI+JjENCm12IC1mIC5k
ZXBzL3BhY2tldC5UcG8gLmRlcHMvcGFja2V0LlBsbw0KL2Jpbi9zaCAuLi9saWJ0b29sICAtLXRh
Zz1DQyAgIC0tbW9kZT1jb21waWxlIGdjYyAtREhBVkVfQ09ORklHX0ggICAtSS4uL2luY2x1ZGUg
LUkuLi9zcmMgICAtRExJQlNTSDJfV0lOMzIgLU1UIHB1YmxpY2tleS5sbyAtTUQgLU1QIC1NRiAu
ZGVwcy9wdWJsaWNrZXkuVHBvIC1jIC1vIHB1YmxpY2tleS5sbyBwdWJsaWNrZXkuYw0KbGlidG9v
bDogY29tcGlsZTogIGdjYyAtREhBVkVfQ09ORklHX0ggLUkuLi9pbmNsdWRlIC1JLi4vc3JjIC1E
TElCU1NIMl9XSU4zMiAtTVQgcHVibGlja2V5LmxvIC1NRCAtTVAgLU1GIC5kZXBzL3B1YmxpY2tl
eS5UcG8gLWMgcHVibGlja2V5LmMgIC1ERExMX0VYUE9SVCAtRFBJQyAtbyAubGlicy9wdWJsaWNr
ZXkubw0KbGlidG9vbDogY29tcGlsZTogIGdjYyAtREhBVkVfQ09ORklHX0ggLUkuLi9pbmNsdWRl
IC1JLi4vc3JjIC1ETElCU1NIMl9XSU4zMiAtTVQgcHVibGlja2V5LmxvIC1NRCAtTVAgLU1GIC5k
ZXBzL3B1YmxpY2tleS5UcG8gLWMgcHVibGlja2V5LmMgLW8gcHVibGlja2V5Lm8gPi9kZXYvbnVs
bCAyPiYxDQptdiAtZiAuZGVwcy9wdWJsaWNrZXkuVHBvIC5kZXBzL3B1YmxpY2tleS5QbG8NCi9i
aW4vc2ggLi4vbGlidG9vbCAgLS10YWc9Q0MgICAtLW1vZGU9Y29tcGlsZSBnY2MgLURIQVZFX0NP
TkZJR19IICAgLUkuLi9pbmNsdWRlIC1JLi4vc3JjICAgLURMSUJTU0gyX1dJTjMyIC1NVCBzY3Au
bG8gLU1EIC1NUCAtTUYgLmRlcHMvc2NwLlRwbyAtYyAtbyBzY3AubG8gc2NwLmMNCmxpYnRvb2w6
IGNvbXBpbGU6ICBnY2MgLURIQVZFX0NPTkZJR19IIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAtRExJ
QlNTSDJfV0lOMzIgLU1UIHNjcC5sbyAtTUQgLU1QIC1NRiAuZGVwcy9zY3AuVHBvIC1jIHNjcC5j
ICAtRERMTF9FWFBPUlQgLURQSUMgLW8gLmxpYnMvc2NwLm8NCmxpYnRvb2w6IGNvbXBpbGU6ICBn
Y2MgLURIQVZFX0NPTkZJR19IIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAtRExJQlNTSDJfV0lOMzIg
LU1UIHNjcC5sbyAtTUQgLU1QIC1NRiAuZGVwcy9zY3AuVHBvIC1jIHNjcC5jIC1vIHNjcC5vID4v
ZGV2L251bGwgMj4mMQ0KbXYgLWYgLmRlcHMvc2NwLlRwbyAuZGVwcy9zY3AuUGxvDQovYmluL3No
IC4uL2xpYnRvb2wgIC0tdGFnPUNDICAgLS1tb2RlPWNvbXBpbGUgZ2NjIC1ESEFWRV9DT05GSUdf
SCAgIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAgIC1ETElCU1NIMl9XSU4zMiAtTVQgc2Vzc2lvbi5s
byAtTUQgLU1QIC1NRiAuZGVwcy9zZXNzaW9uLlRwbyAtYyAtbyBzZXNzaW9uLmxvIHNlc3Npb24u
Yw0KbGlidG9vbDogY29tcGlsZTogIGdjYyAtREhBVkVfQ09ORklHX0ggLUkuLi9pbmNsdWRlIC1J
Li4vc3JjIC1ETElCU1NIMl9XSU4zMiAtTVQgc2Vzc2lvbi5sbyAtTUQgLU1QIC1NRiAuZGVwcy9z
ZXNzaW9uLlRwbyAtYyBzZXNzaW9uLmMgIC1ERExMX0VYUE9SVCAtRFBJQyAtbyAubGlicy9zZXNz
aW9uLm8NCmxpYnRvb2w6IGNvbXBpbGU6ICBnY2MgLURIQVZFX0NPTkZJR19IIC1JLi4vaW5jbHVk
ZSAtSS4uL3NyYyAtRExJQlNTSDJfV0lOMzIgLU1UIHNlc3Npb24ubG8gLU1EIC1NUCAtTUYgLmRl
cHMvc2Vzc2lvbi5UcG8gLWMgc2Vzc2lvbi5jIC1vIHNlc3Npb24ubyA+L2Rldi9udWxsIDI+JjEN
Cm12IC1mIC5kZXBzL3Nlc3Npb24uVHBvIC5kZXBzL3Nlc3Npb24uUGxvDQovYmluL3NoIC4uL2xp
YnRvb2wgIC0tdGFnPUNDICAgLS1tb2RlPWNvbXBpbGUgZ2NjIC1ESEFWRV9DT05GSUdfSCAgIC1J
Li4vaW5jbHVkZSAtSS4uL3NyYyAgIC1ETElCU1NIMl9XSU4zMiAtTVQgc2Z0cC5sbyAtTUQgLU1Q
IC1NRiAuZGVwcy9zZnRwLlRwbyAtYyAtbyBzZnRwLmxvIHNmdHAuYw0KbGlidG9vbDogY29tcGls
ZTogIGdjYyAtREhBVkVfQ09ORklHX0ggLUkuLi9pbmNsdWRlIC1JLi4vc3JjIC1ETElCU1NIMl9X
SU4zMiAtTVQgc2Z0cC5sbyAtTUQgLU1QIC1NRiAuZGVwcy9zZnRwLlRwbyAtYyBzZnRwLmMgIC1E
RExMX0VYUE9SVCAtRFBJQyAtbyAubGlicy9zZnRwLm8NCmxpYnRvb2w6IGNvbXBpbGU6ICBnY2Mg
LURIQVZFX0NPTkZJR19IIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAtRExJQlNTSDJfV0lOMzIgLU1U
IHNmdHAubG8gLU1EIC1NUCAtTUYgLmRlcHMvc2Z0cC5UcG8gLWMgc2Z0cC5jIC1vIHNmdHAubyA+
L2Rldi9udWxsIDI+JjENCm12IC1mIC5kZXBzL3NmdHAuVHBvIC5kZXBzL3NmdHAuUGxvDQovYmlu
L3NoIC4uL2xpYnRvb2wgIC0tdGFnPUNDICAgLS1tb2RlPWNvbXBpbGUgZ2NjIC1ESEFWRV9DT05G
SUdfSCAgIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAgIC1ETElCU1NIMl9XSU4zMiAtTVQgdXNlcmF1
dGgubG8gLU1EIC1NUCAtTUYgLmRlcHMvdXNlcmF1dGguVHBvIC1jIC1vIHVzZXJhdXRoLmxvIHVz
ZXJhdXRoLmMNCmxpYnRvb2w6IGNvbXBpbGU6ICBnY2MgLURIQVZFX0NPTkZJR19IIC1JLi4vaW5j
bHVkZSAtSS4uL3NyYyAtRExJQlNTSDJfV0lOMzIgLU1UIHVzZXJhdXRoLmxvIC1NRCAtTVAgLU1G
IC5kZXBzL3VzZXJhdXRoLlRwbyAtYyB1c2VyYXV0aC5jICAtRERMTF9FWFBPUlQgLURQSUMgLW8g
LmxpYnMvdXNlcmF1dGgubw0KbGlidG9vbDogY29tcGlsZTogIGdjYyAtREhBVkVfQ09ORklHX0gg
LUkuLi9pbmNsdWRlIC1JLi4vc3JjIC1ETElCU1NIMl9XSU4zMiAtTVQgdXNlcmF1dGgubG8gLU1E
IC1NUCAtTUYgLmRlcHMvdXNlcmF1dGguVHBvIC1jIHVzZXJhdXRoLmMgLW8gdXNlcmF1dGgubyA+
L2Rldi9udWxsIDI+JjENCm12IC1mIC5kZXBzL3VzZXJhdXRoLlRwbyAuZGVwcy91c2VyYXV0aC5Q
bG8NCi9iaW4vc2ggLi4vbGlidG9vbCAgLS10YWc9Q0MgICAtLW1vZGU9Y29tcGlsZSBnY2MgLURI
QVZFX0NPTkZJR19IICAgLUkuLi9pbmNsdWRlIC1JLi4vc3JjICAgLURMSUJTU0gyX1dJTjMyIC1N
VCB0cmFuc3BvcnQubG8gLU1EIC1NUCAtTUYgLmRlcHMvdHJhbnNwb3J0LlRwbyAtYyAtbyB0cmFu
c3BvcnQubG8gdHJhbnNwb3J0LmMNCmxpYnRvb2w6IGNvbXBpbGU6ICBnY2MgLURIQVZFX0NPTkZJ
R19IIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAtRExJQlNTSDJfV0lOMzIgLU1UIHRyYW5zcG9ydC5s
byAtTUQgLU1QIC1NRiAuZGVwcy90cmFuc3BvcnQuVHBvIC1jIHRyYW5zcG9ydC5jICAtRERMTF9F
WFBPUlQgLURQSUMgLW8gLmxpYnMvdHJhbnNwb3J0Lm8NCmxpYnRvb2w6IGNvbXBpbGU6ICBnY2Mg
LURIQVZFX0NPTkZJR19IIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAtRExJQlNTSDJfV0lOMzIgLU1U
IHRyYW5zcG9ydC5sbyAtTUQgLU1QIC1NRiAuZGVwcy90cmFuc3BvcnQuVHBvIC1jIHRyYW5zcG9y
dC5jIC1vIHRyYW5zcG9ydC5vID4vZGV2L251bGwgMj4mMQ0KbXYgLWYgLmRlcHMvdHJhbnNwb3J0
LlRwbyAuZGVwcy90cmFuc3BvcnQuUGxvDQovYmluL3NoIC4uL2xpYnRvb2wgIC0tdGFnPUNDICAg
LS1tb2RlPWNvbXBpbGUgZ2NjIC1ESEFWRV9DT05GSUdfSCAgIC1JLi4vaW5jbHVkZSAtSS4uL3Ny
YyAgIC1ETElCU1NIMl9XSU4zMiAtTVQgdmVyc2lvbi5sbyAtTUQgLU1QIC1NRiAuZGVwcy92ZXJz
aW9uLlRwbyAtYyAtbyB2ZXJzaW9uLmxvIHZlcnNpb24uYw0KbGlidG9vbDogY29tcGlsZTogIGdj
YyAtREhBVkVfQ09ORklHX0ggLUkuLi9pbmNsdWRlIC1JLi4vc3JjIC1ETElCU1NIMl9XSU4zMiAt
TVQgdmVyc2lvbi5sbyAtTUQgLU1QIC1NRiAuZGVwcy92ZXJzaW9uLlRwbyAtYyB2ZXJzaW9uLmMg
IC1ERExMX0VYUE9SVCAtRFBJQyAtbyAubGlicy92ZXJzaW9uLm8NCmxpYnRvb2w6IGNvbXBpbGU6
ICBnY2MgLURIQVZFX0NPTkZJR19IIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAtRExJQlNTSDJfV0lO
MzIgLU1UIHZlcnNpb24ubG8gLU1EIC1NUCAtTUYgLmRlcHMvdmVyc2lvbi5UcG8gLWMgdmVyc2lv
bi5jIC1vIHZlcnNpb24ubyA+L2Rldi9udWxsIDI+JjENCm12IC1mIC5kZXBzL3ZlcnNpb24uVHBv
IC5kZXBzL3ZlcnNpb24uUGxvDQovYmluL3NoIC4uL2xpYnRvb2wgIC0tdGFnPUNDICAgLS1tb2Rl
PWNvbXBpbGUgZ2NjIC1ESEFWRV9DT05GSUdfSCAgIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAgIC1E
TElCU1NIMl9XSU4zMiAtTVQga25vd25ob3N0LmxvIC1NRCAtTVAgLU1GIC5kZXBzL2tub3duaG9z
dC5UcG8gLWMgLW8ga25vd25ob3N0LmxvIGtub3duaG9zdC5jDQpsaWJ0b29sOiBjb21waWxlOiAg
Z2NjIC1ESEFWRV9DT05GSUdfSCAtSS4uL2luY2x1ZGUgLUkuLi9zcmMgLURMSUJTU0gyX1dJTjMy
IC1NVCBrbm93bmhvc3QubG8gLU1EIC1NUCAtTUYgLmRlcHMva25vd25ob3N0LlRwbyAtYyBrbm93
bmhvc3QuYyAgLURETExfRVhQT1JUIC1EUElDIC1vIC5saWJzL2tub3duaG9zdC5vDQpsaWJ0b29s
OiBjb21waWxlOiAgZ2NjIC1ESEFWRV9DT05GSUdfSCAtSS4uL2luY2x1ZGUgLUkuLi9zcmMgLURM
SUJTU0gyX1dJTjMyIC1NVCBrbm93bmhvc3QubG8gLU1EIC1NUCAtTUYgLmRlcHMva25vd25ob3N0
LlRwbyAtYyBrbm93bmhvc3QuYyAtbyBrbm93bmhvc3QubyA+L2Rldi9udWxsIDI+JjENCm12IC1m
IC5kZXBzL2tub3duaG9zdC5UcG8gLmRlcHMva25vd25ob3N0LlBsbw0KL2Jpbi9zaCAuLi9saWJ0
b29sICAtLXRhZz1DQyAgIC0tbW9kZT1jb21waWxlIGdjYyAtREhBVkVfQ09ORklHX0ggICAtSS4u
L2luY2x1ZGUgLUkuLi9zcmMgICAtRExJQlNTSDJfV0lOMzIgLU1UIGFnZW50LmxvIC1NRCAtTVAg
LU1GIC5kZXBzL2FnZW50LlRwbyAtYyAtbyBhZ2VudC5sbyBhZ2VudC5jDQpsaWJ0b29sOiBjb21w
aWxlOiAgZ2NjIC1ESEFWRV9DT05GSUdfSCAtSS4uL2luY2x1ZGUgLUkuLi9zcmMgLURMSUJTU0gy
X1dJTjMyIC1NVCBhZ2VudC5sbyAtTUQgLU1QIC1NRiAuZGVwcy9hZ2VudC5UcG8gLWMgYWdlbnQu
YyAgLURETExfRVhQT1JUIC1EUElDIC1vIC5saWJzL2FnZW50Lm8NCmxpYnRvb2w6IGNvbXBpbGU6
ICBnY2MgLURIQVZFX0NPTkZJR19IIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAtRExJQlNTSDJfV0lO
MzIgLU1UIGFnZW50LmxvIC1NRCAtTVAgLU1GIC5kZXBzL2FnZW50LlRwbyAtYyBhZ2VudC5jIC1v
IGFnZW50Lm8gPi9kZXYvbnVsbCAyPiYxDQptdiAtZiAuZGVwcy9hZ2VudC5UcG8gLmRlcHMvYWdl
bnQuUGxvDQovYmluL3NoIC4uL2xpYnRvb2wgIC0tdGFnPUNDICAgLS1tb2RlPWNvbXBpbGUgZ2Nj
IC1ESEFWRV9DT05GSUdfSCAgIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAgIC1ETElCU1NIMl9XSU4z
MiAtTVQgd2luY25nLmxvIC1NRCAtTVAgLU1GIC5kZXBzL3dpbmNuZy5UcG8gLWMgLW8gd2luY25n
LmxvIHdpbmNuZy5jDQpsaWJ0b29sOiBjb21waWxlOiAgZ2NjIC1ESEFWRV9DT05GSUdfSCAtSS4u
L2luY2x1ZGUgLUkuLi9zcmMgLURMSUJTU0gyX1dJTjMyIC1NVCB3aW5jbmcubG8gLU1EIC1NUCAt
TUYgLmRlcHMvd2luY25nLlRwbyAtYyB3aW5jbmcuYyAgLURETExfRVhQT1JUIC1EUElDIC1vIC5s
aWJzL3dpbmNuZy5vDQpsaWJ0b29sOiBjb21waWxlOiAgZ2NjIC1ESEFWRV9DT05GSUdfSCAtSS4u
L2luY2x1ZGUgLUkuLi9zcmMgLURMSUJTU0gyX1dJTjMyIC1NVCB3aW5jbmcubG8gLU1EIC1NUCAt
TUYgLmRlcHMvd2luY25nLlRwbyAtYyB3aW5jbmcuYyAtbyB3aW5jbmcubyA+L2Rldi9udWxsIDI+
JjENCm12IC1mIC5kZXBzL3dpbmNuZy5UcG8gLmRlcHMvd2luY25nLlBsbw0KL2Jpbi9zaCAuLi9s
aWJ0b29sICAtLXRhZz1DQyAgIC0tbW9kZT1jb21waWxlIGdjYyAtREhBVkVfQ09ORklHX0ggICAt
SS4uL2luY2x1ZGUgLUkuLi9zcmMgICAtRExJQlNTSDJfV0lOMzIgLU1UIHBlbS5sbyAtTUQgLU1Q
IC1NRiAuZGVwcy9wZW0uVHBvIC1jIC1vIHBlbS5sbyBwZW0uYw0KbGlidG9vbDogY29tcGlsZTog
IGdjYyAtREhBVkVfQ09ORklHX0ggLUkuLi9pbmNsdWRlIC1JLi4vc3JjIC1ETElCU1NIMl9XSU4z
MiAtTVQgcGVtLmxvIC1NRCAtTVAgLU1GIC5kZXBzL3BlbS5UcG8gLWMgcGVtLmMgIC1ERExMX0VY
UE9SVCAtRFBJQyAtbyAubGlicy9wZW0ubw0KbGlidG9vbDogY29tcGlsZTogIGdjYyAtREhBVkVf
Q09ORklHX0ggLUkuLi9pbmNsdWRlIC1JLi4vc3JjIC1ETElCU1NIMl9XSU4zMiAtTVQgcGVtLmxv
IC1NRCAtTVAgLU1GIC5kZXBzL3BlbS5UcG8gLWMgcGVtLmMgLW8gcGVtLm8gPi9kZXYvbnVsbCAy
PiYxDQptdiAtZiAuZGVwcy9wZW0uVHBvIC5kZXBzL3BlbS5QbG8NCi9iaW4vc2ggLi4vbGlidG9v
bCAgLS10YWc9Q0MgICAtLW1vZGU9Y29tcGlsZSBnY2MgLURIQVZFX0NPTkZJR19IICAgLUkuLi9p
bmNsdWRlIC1JLi4vc3JjICAgLURMSUJTU0gyX1dJTjMyIC1NVCBrZWVwYWxpdmUubG8gLU1EIC1N
UCAtTUYgLmRlcHMva2VlcGFsaXZlLlRwbyAtYyAtbyBrZWVwYWxpdmUubG8ga2VlcGFsaXZlLmMN
CmxpYnRvb2w6IGNvbXBpbGU6ICBnY2MgLURIQVZFX0NPTkZJR19IIC1JLi4vaW5jbHVkZSAtSS4u
L3NyYyAtRExJQlNTSDJfV0lOMzIgLU1UIGtlZXBhbGl2ZS5sbyAtTUQgLU1QIC1NRiAuZGVwcy9r
ZWVwYWxpdmUuVHBvIC1jIGtlZXBhbGl2ZS5jICAtRERMTF9FWFBPUlQgLURQSUMgLW8gLmxpYnMv
a2VlcGFsaXZlLm8NCmxpYnRvb2w6IGNvbXBpbGU6ICBnY2MgLURIQVZFX0NPTkZJR19IIC1JLi4v
aW5jbHVkZSAtSS4uL3NyYyAtRExJQlNTSDJfV0lOMzIgLU1UIGtlZXBhbGl2ZS5sbyAtTUQgLU1Q
IC1NRiAuZGVwcy9rZWVwYWxpdmUuVHBvIC1jIGtlZXBhbGl2ZS5jIC1vIGtlZXBhbGl2ZS5vID4v
ZGV2L251bGwgMj4mMQ0KbXYgLWYgLmRlcHMva2VlcGFsaXZlLlRwbyAuZGVwcy9rZWVwYWxpdmUu
UGxvDQovYmluL3NoIC4uL2xpYnRvb2wgIC0tdGFnPUNDICAgLS1tb2RlPWNvbXBpbGUgZ2NjIC1E
SEFWRV9DT05GSUdfSCAgIC1JLi4vaW5jbHVkZSAtSS4uL3NyYyAgIC1ETElCU1NIMl9XSU4zMiAt
TVQgZ2xvYmFsLmxvIC1NRCAtTVAgLU1GIC5kZXBzL2dsb2JhbC5UcG8gLWMgLW8gZ2xvYmFsLmxv
IGdsb2JhbC5jDQpsaWJ0b29sOiBjb21waWxlOiAgZ2NjIC1ESEFWRV9DT05GSUdfSCAtSS4uL2lu
Y2x1ZGUgLUkuLi9zcmMgLURMSUJTU0gyX1dJTjMyIC1NVCBnbG9iYWwubG8gLU1EIC1NUCAtTUYg
LmRlcHMvZ2xvYmFsLlRwbyAtYyBnbG9iYWwuYyAgLURETExfRVhQT1JUIC1EUElDIC1vIC5saWJz
L2dsb2JhbC5vDQpsaWJ0b29sOiBjb21waWxlOiAgZ2NjIC1ESEFWRV9DT05GSUdfSCAtSS4uL2lu
Y2x1ZGUgLUkuLi9zcmMgLURMSUJTU0gyX1dJTjMyIC1NVCBnbG9iYWwubG8gLU1EIC1NUCAtTUYg
LmRlcHMvZ2xvYmFsLlRwbyAtYyBnbG9iYWwuYyAtbyBnbG9iYWwubyA+L2Rldi9udWxsIDI+JjEN
Cm12IC1mIC5kZXBzL2dsb2JhbC5UcG8gLmRlcHMvZ2xvYmFsLlBsbw0KL2Jpbi9zaCAuLi9saWJ0
b29sICAtLXRhZz1DQyAgIC0tbW9kZT1saW5rIGdjYyAgLURMSUJTU0gyX1dJTjMyIC12ZXJzaW9u
LWluZm8gMToxOjAgLW5vLXVuZGVmaW5lZCAtZXhwb3J0LXN5bWJvbHMtcmVnZXggJ15saWJzc2gy
Xy4qJyAgIC1seiAgLW8gbGlic3NoMi5sYSAtcnBhdGggL3Vzci9sb2NhbC9saWIgY2hhbm5lbC5s
byBjb21wLmxvIGNyeXB0LmxvIGhvc3RrZXkubG8ga2V4LmxvIG1hYy5sbyBtaXNjLmxvIHBhY2tl
dC5sbyBwdWJsaWNrZXkubG8gc2NwLmxvIHNlc3Npb24ubG8gc2Z0cC5sbyB1c2VyYXV0aC5sbyB0
cmFuc3BvcnQubG8gdmVyc2lvbi5sbyBrbm93bmhvc3QubG8gYWdlbnQubG8gd2luY25nLmxvIHBl
bS5sbyBrZWVwYWxpdmUubG8gZ2xvYmFsLmxvICAgLWxiY3J5cHQgLWxjcnlwdDMyDQpsaWJ0b29s
OiBsaW5rOiAvdXNyL2Jpbi9ubSAtQiAgLmxpYnMvY2hhbm5lbC5vIC5saWJzL2NvbXAubyAubGli
cy9jcnlwdC5vIC5saWJzL2hvc3RrZXkubyAubGlicy9rZXgubyAubGlicy9tYWMubyAubGlicy9t
aXNjLm8gLmxpYnMvcGFja2V0Lm8gLmxpYnMvcHVibGlja2V5Lm8gLmxpYnMvc2NwLm8gLmxpYnMv
c2Vzc2lvbi5vIC5saWJzL3NmdHAubyAubGlicy91c2VyYXV0aC5vIC5saWJzL3RyYW5zcG9ydC5v
IC5saWJzL3ZlcnNpb24ubyAubGlicy9rbm93bmhvc3QubyAubGlicy9hZ2VudC5vIC5saWJzL3dp
bmNuZy5vIC5saWJzL3BlbS5vIC5saWJzL2tlZXBhbGl2ZS5vIC5saWJzL2dsb2JhbC5vICAgfCBz
ZWQgLW4gLWUgJ3MvXi4qWyAgICAgICAgIF1cKFtBQkNER0lSU1RXXVtBQkNER0lSU1RXXSpcKVsg
ICAgIF1bICAgICAgIF0qX1woW19BLVphLXpdW19BLVphLXowLTldKlwpJC9cMSBfXDIgXDIvcCcg
fCBzZWQgJy8gX19nbnVfbHRvL2QnIHwgL3Vzci9iaW4vc2VkIC1lICcvXltCQ0RHUlNdWyBdL3Mv
LipbIF1cKFteIF0qXCkvXDEgREFUQS87cy9eLipbIF1fX25tX19cKFteIF0qXClbIF1bXiBdKi9c
MSBEQVRBLzsvXklbIF0vZDsvXltBSVRXXVsgXS9zLy4qIC8vJyB8IHNvcnQgfCB1bmlxID4gLmxp
YnMvbGlic3NoMi5leHANCmxpYnRvb2w6IGxpbms6IC91c3IvYmluL2dyZXAgLUUgLWUgIl5saWJz
c2gyXy4qIiAiLmxpYnMvbGlic3NoMi5leHAiID4gIi5saWJzL2xpYnNzaDIuZXhwVCINCmxpYnRv
b2w6IGxpbms6IG12IC1mICIubGlicy9saWJzc2gyLmV4cFQiICIubGlicy9saWJzc2gyLmV4cCIN
CmxpYnRvb2w6IGxpbms6IGlmIHRlc3QgInhgL3Vzci9iaW4vc2VkIDFxIC5saWJzL2xpYnNzaDIu
ZXhwYCIgPSB4RVhQT1JUUzsgdGhlbiBjcCAubGlicy9saWJzc2gyLmV4cCAubGlicy9jeWdzc2gy
LTEuZGxsLmRlZjsgZWxzZSBlY2hvIEVYUE9SVFMgPiAubGlicy9jeWdzc2gyLTEuZGxsLmRlZjsg
Y2F0IC5saWJzL2xpYnNzaDIuZXhwID4+IC5saWJzL2N5Z3NzaDItMS5kbGwuZGVmOyBmaQ0KbGli
dG9vbDogbGluazogIGdjYyAtc2hhcmVkIC5saWJzL2N5Z3NzaDItMS5kbGwuZGVmICAubGlicy9j
aGFubmVsLm8gLmxpYnMvY29tcC5vIC5saWJzL2NyeXB0Lm8gLmxpYnMvaG9zdGtleS5vIC5saWJz
L2tleC5vIC5saWJzL21hYy5vIC5saWJzL21pc2MubyAubGlicy9wYWNrZXQubyAubGlicy9wdWJs
aWNrZXkubyAubGlicy9zY3AubyAubGlicy9zZXNzaW9uLm8gLmxpYnMvc2Z0cC5vIC5saWJzL3Vz
ZXJhdXRoLm8gLmxpYnMvdHJhbnNwb3J0Lm8gLmxpYnMvdmVyc2lvbi5vIC5saWJzL2tub3duaG9z
dC5vIC5saWJzL2FnZW50Lm8gLmxpYnMvd2luY25nLm8gLmxpYnMvcGVtLm8gLmxpYnMva2VlcGFs
aXZlLm8gLmxpYnMvZ2xvYmFsLm8gICAtbHogLWxiY3J5cHQgLWxjcnlwdDMyICAgIC1vIC5saWJz
L2N5Z3NzaDItMS5kbGwgLVdsLC0tZW5hYmxlLWF1dG8taW1hZ2UtYmFzZSAtWGxpbmtlciAtLW91
dC1pbXBsaWIgLVhsaW5rZXIgLmxpYnMvbGlic3NoMi5kbGwuYQ0KLmxpYnMvbWlzYy5vOm1pc2Mu
YzooLnRleHQrMHgyNyk6IHVuZGVmaW5lZCByZWZlcmVuY2UgdG8gYFdTQUdldExhc3RFcnJvcicN
CmNvbGxlY3QyOiBlcnJvcjogbGQgcmV0dXJuZWQgMSBleGl0IHN0YXR1cw0KTWFrZWZpbGU6NTA3
OiByZWNpcGUgZm9yIHRhcmdldCAnbGlic3NoMi5sYScgZmFpbGVkDQptYWtlWzJdOiAqKiogW2xp
YnNzaDIubGFdIEVycm9yIDENCm1ha2VbMl06IExlYXZpbmcgZGlyZWN0b3J5ICcvaG9tZS9tZW5y
aWdodC9pbnRlcnAvc3NoL2xpYnNzaDItMS42LjAvc3JjJw0KTWFrZWZpbGU6NDIwOiByZWNpcGUg
Zm9yIHRhcmdldCAnYWxsJyBmYWlsZWQNCm1ha2VbMV06ICoqKiBbYWxsXSBFcnJvciAyDQptYWtl
WzFdOiBMZWF2aW5nIGRpcmVjdG9yeSAnL2hvbWUvbWVucmlnaHQvaW50ZXJwL3NzaC9saWJzc2gy
LTEuNi4wL3NyYycNCk1ha2VmaWxlOjUxOTogcmVjaXBlIGZvciB0YXJnZXQgJ2FsbC1yZWN1cnNp
dmUnIGZhaWxlZA0KbWFrZTogKioqIFthbGwtcmVjdXJzaXZlXSBFcnJvciAxDQoNCg==
--001a114fc15aa8fc860519b15c41
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline

X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KbGlic3NoMi1k
ZXZlbCBodHRwOi8vY29vbC5oYXh4LnNlL2NnaS1iaW4vbWFpbG1hbi9saXN0aW5mby9saWJzc2gy
LWRldmVsCg==

--001a114fc15aa8fc860519b15c41--

