X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id CA33BDC09AB for ; Sun, 8 Nov 2015 19:48:57 +0000 (UTC) Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 6F102DC08E6 for ; Sun, 8 Nov 2015 19:48:56 +0000 (UTC) Received: by wmec201 with SMTP id c201so58294202wme.0 for ; Sun, 08 Nov 2015 11:48:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kampka_net.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=AotI1CByjzh0jnFoO7sI9ZjR8aogjLYb6CgIqO3aV4Q=; b=i9VyYww423rOfq4T6fV+gPF2URiJfq9Rd7Frmhy7QEBdG+nzZ9BCrD/iQluw0aeIYF HhCF0+lHEphgGrwIalGCLiF2Ak9J89d0ymV6ogGCjzBc94dZvLOIyhuCYF/9J9AKom+R VBObSkEq5b6li+D1rSzG0owxE/Hp0A4H1ybPi0DX0O/0tJENeCmAGr2Wx72Jk+lJTHkA nQEJaisttfQIJNci3wwqw/M5caY/YPSpthsWxSKMZFcSBv7DcPy/oPvMErJv4bk3LHhp lJyC6s+zvmsNAB08qs4V9n7Qf94cVXqFnsV9lnhxgvQFRETgf5j6+6vHyJ6NWXipnyTD UEzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=AotI1CByjzh0jnFoO7sI9ZjR8aogjLYb6CgIqO3aV4Q=; b=FLnNusI+NDnJR65MWOQDgQLxpNAneZcnYLUQPZy3Wxsft9cu9zHmYLDc95I/FIgDbl 0RX6C9iltB+k9NTcebn3QznOVAYXcPL4m0/H3WbD5MyQeWhfpLl5kLBtmcmM2rYsmhdX ByYtCAXreCXr79OfD0Khh14Bk9FHq+Tl8FoOQAleAMtFz3JzUArYYKBp0I0yDFVuiLJf a5622dEj0Ju0JpeYdYimbCMiALxYYcne3f+gWd22nDxIx8iBcZxBF4EgSg4ROBnu77wL Axqft5h9ZL5Ul3Yz2s/DenWuz8iYu8ZRljabu+6tfA8/uVP1d7Te65RiJLJjOEE+8Mil vlrQ== X-Gm-Message-State: ALoCoQk0tjQQIZMtrtOIRslrCdJhROKdAxC5v0hmM/3M8fCpF0rrPKN+E+pEz4oUteLF7Df6Cfst X-Received: by 10.28.45.72 with SMTP id t69mr3540872wmt.32.1447012135412; Sun, 08 Nov 2015 11:48:55 -0800 (PST) Received: from localhost (pD9579817.dip0.t-ipconnect.de. [217.87.152.23]) by smtp.gmail.com with ESMTPSA id q125sm10333725wmd.5.2015.11.08.11.48.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Nov 2015 11:48:54 -0800 (PST) From: Christian Kampka To: alpine-aports@lists.alpinelinux.org Cc: Christian Kampka Subject: [alpine-aports] [PATCH] main/putty: new upstream version 0.66 Date: Sun, 8 Nov 2015 20:48:51 +0100 Message-Id: <1447012131-29751-1-git-send-email-christian@kampka.net> X-Mailer: git-send-email 2.6.2 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/putty/APKBUILD | 21 +++++++++++++++------ main/putty/fix-big-int-type.patch | 14 ++++++++++++++ main/putty/fix-include.patch | 12 ++++++++++++ 3 files changed, 41 insertions(+), 6 deletions(-) create mode 100644 main/putty/fix-big-int-type.patch create mode 100644 main/putty/fix-include.patch diff --git a/main/putty/APKBUILD b/main/putty/APKBUILD index ba3d455..c101c91 100644 --- a/main/putty/APKBUILD +++ b/main/putty/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Jeff Bilyk pkgname=putty -pkgver=0.64 -pkgrel=1 +pkgver=0.66 +pkgrel=0 pkgdesc="SSH and telnet client" url="http://www.chiark.greenend.org.uk/~sgtatham/putty/" arch="all" @@ -11,7 +11,10 @@ depends_dev= makedepends="$depends_dev" install="" subpackages="$pkgname-doc" -source="http://the.earth.li/~sgtatham/putty/latest/putty-$pkgver.tar.gz" +source="http://the.earth.li/~sgtatham/putty/latest/putty-$pkgver.tar.gz +fix-big-int-type.patch +fix-include.patch +" _builddir="$srcdir"/putty-$pkgver prepare() { @@ -39,6 +42,12 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="75ff711e8b7cc9e0073bc511e1c1c14a putty-0.64.tar.gz" -sha256sums="2a46c97a184144e3ec2392aca9acc64d062317a3a38b9a5f623a147eda5f3821 putty-0.64.tar.gz" -sha512sums="ba4d4086b8edcb6388924bf3d9b018841be36a9dbf298271c9d2ed063aae9854093e9ff6808bd1f65669d78369548639eb3c95fdec5e3f0daee4b1c7bb603051 putty-0.64.tar.gz" +md5sums="af8e1c64dd064aa33d4a47baa3d80614 putty-0.66.tar.gz +a9a76a4b889eaa3c25bce60c2c3d1211 fix-big-int-type.patch +c376fb348650e28b88cbf06c07cd35d4 fix-include.patch" +sha256sums="fe7312f66c54865868b362f4b79bd1fbe7ce9e8b1fd504b04034182db1f32993 putty-0.66.tar.gz +77cf14b0c1b793c79c3f80a6e11b57ca281a155a3b01c96ec052ec1cd37d849b fix-big-int-type.patch +c10f453b2b8f4df670e192234ab14aa81d28f5b917a38c75d8936e351478c738 fix-include.patch" +sha512sums="796fdb104fbdcad22d93274ea7c3599a34a94b35c849eafd1398f9a71721fbf2b6e4cec4abb64bb7fffe8ac45faefd8995339547fdc9b0beca5d7a76e0cb6bd3 putty-0.66.tar.gz +7dae793a7f9c5248f10ebf456087c01459c99bc8ab931b06a9aa09d70ef010a06bf7b248c38b03ddd0b76d1a35d3b32a095ac99a22d08aa170ce0d100f5dffb7 fix-big-int-type.patch +1ac1d9c803e0bc180b4c9a2dde357d06b0af37d182e8037fccc5c42f03f5e796fca0a1a2e6fa2db5ae27fbbdfb2579938a70ccf5028fee20c828a853607f330b fix-include.patch" diff --git a/main/putty/fix-big-int-type.patch b/main/putty/fix-big-int-type.patch new file mode 100644 index 0000000..77c1728 --- /dev/null +++ b/main/putty/fix-big-int-type.patch @@ -0,0 +1,14 @@ +diff --git a/sshbn.h.orig b/sshbn.h +index a043241..f2a3217 100644 +--- a/sshbn.h.orig ++++ b/sshbn.h +@@ -26,7 +26,8 @@ + * using the same 'two machine registers' kind of code generation that + * 32-bit targets use for 64-bit ints. If we have one of these, we can + * use a 64-bit BignumInt and a 128-bit BignumDblInt. */ +-typedef __uint64_t BignumInt; ++#include ++typedef uint64_t BignumInt; + typedef __uint128_t BignumDblInt; + #define BIGNUM_INT_MASK 0xFFFFFFFFFFFFFFFFULL + #define BIGNUM_TOP_BIT 0x8000000000000000ULL diff --git a/main/putty/fix-include.patch b/main/putty/fix-include.patch new file mode 100644 index 0000000..f024a5e --- /dev/null +++ b/main/putty/fix-include.patch @@ -0,0 +1,12 @@ +diff --git a/unix/uxcons.c b/unix/uxcons.c +index fa1c43f..8c8da0c 100644 +--- a/unix/uxcons.c ++++ b/unix/uxcons.c +@@ -8,6 +8,7 @@ + #include + #include + #include ++#include + + #include + #include -- 2.6.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---