From mikedep333@gmail.com Mon Sep 8 14:55:08 2014 Received: (at 600) by bugs.x2go.org; 8 Sep 2014 12:55:09 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 9885A5DEA7 for <600@bugs.x2go.org>; Mon, 8 Sep 2014 14:55:08 +0200 (CEST) Received: by mail-wi0-f169.google.com with SMTP id n3so2590380wiv.4 for <600@bugs.x2go.org>; Mon, 08 Sep 2014 05:55:08 -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=0LhrAy8LpwtUW9k8df0UhfcV+HcT29yeuN81ptFFhG0=; b=NFIUf2LRbG040UvudijWtSGhjUESBHCTz3gvWeTUptqEYSHs2pIJ3qGMdGkGxUy8kx BxZa9D+0kf/snDURPT2Wkkzl4KLNWQbcsGV4Cj7J4tnUonIxWtRgzzfJ0AiV0s3xkIJV GCOZtm2X2Mi8l5FSh25SVuwqpo4wqSLWmMVmZiqJG0NQ0tn0D9HNrebCUfr7puMcpWrp Icx+DhYpgP8ba3efBp4HyI2v44mGgLCcpmfUbU3gfVkDiy4u8xJ/SM02IAZfuvaFp4WW tkHQCJ1ZyFN1uT/Zvur7CU4no19rxWplld6h5VKytrTr/QJAZZq2HGeok9VPf7asUtRL rycQ== MIME-Version: 1.0 X-Received: by 10.194.87.41 with SMTP id u9mr2954451wjz.124.1410180907726; Mon, 08 Sep 2014 05:55:07 -0700 (PDT) Received: by 10.180.238.66 with HTTP; Mon, 8 Sep 2014 05:55:07 -0700 (PDT) Date: Mon, 8 Sep 2014 08:55:07 -0400 Message-ID: Subject: more zlib details From: Michael DePaulo To: 600@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 Control: retitle -1 reintroduce zlib support for libssh in X2Go Client for Windows History: With libssh-0.5.2 (built by the KDE Windows project), zlib support was included: http://code.x2go.org/releases/binary-win32/3rd-party/libssh/libssh-x86-mingw4-0.5.2-1-bin.zip It used "libz.dll" 1.2.7 With libssh-0.5.5 (built by Alex), zlib support was not included: http://code.x2go.org/releases/binary-win32/3rd-party/libssh/libssh-with-pagent.patch/libssh-0.5.5.zip Now with libssh-0.6.3 (built by me), zlib support was reintroduced. "zlib1.dll" 1.2.3 was already being shipped by us. It was linked against the headers for 1.2.8. What I will do: I will update zlib1.dll to 1.2.8. 1.2.3 does not lack any security updates. However it isn't supported, only the latest 1.2.x release is. http://www.zlib.net/ http://zlib.net/zlib128-dll.zip Also, it appears that nothing was using libz.dll since the upgrade to libssh-0.5.5, and that nothing was using zlib1.dll until the upgrade to libssh-0.6.3. Therefore, I will delete libz.dll.