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 09DF3DC74B7 for ; Fri, 6 Nov 2015 15:28:23 +0000 (UTC) Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id A6AD0DC4085 for ; Fri, 6 Nov 2015 15:28:22 +0000 (UTC) Received: by wmec201 with SMTP id c201so21053043wme.0 for ; Fri, 06 Nov 2015 07:28:21 -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=qwpDj4IaMA1j03jctE17VTobMmktuHi7J3VMo+1lfg0=; b=wJZgBpsjlW86McLQNBKqHNCllqczKjPlkxH+KMuxsewTEhE4BGZUUvOLSwkaWes6PM zgb/ZVw9um35WB3JWttC8TQy9wl3Dn6aqhkK43rjiDcUJ+liJNTg+MNQzq+G5umymaCw ggv6GeVzZKQj/tj8OPX3HEmqrIosD1OFmafZrya1OwP7vikcbAajRGp/uZrlgMKaiLAA F2jJgH5eMz7DRiH5PlNQuejuwLxGiyEhZxdUTZsIINJtBJZyeXRkfhFtDnPWSBy+4EFN Ekds/Ikg9MJNthFWPwCo9MULFJ9KarCqnqKE/JdThP1d8LO8tD+uJMWgUUDp02v71f1h zRhw== 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=qwpDj4IaMA1j03jctE17VTobMmktuHi7J3VMo+1lfg0=; b=KV2HZn9SZ2vhhUCcI9VNJxFeWTbSpnDnyP4iGWalc/HMFR/ScBC6sDCnG6ABYlVk0k ZDM+sMnCOtK7pTff6Ta/sJxehrbQG1vyLMiHEJJjWIUhXdOhSQCnuPabLDNTldZ7uxVr XQLE/pqB9guQ50N6I46E/xb/YuNDXZwbTvlkHpa6g2xGwrsJaiKNCwNL/zJB9Af7hvTG AJqsHGFdGWdhjTT/irO8BhnuOovQkhwIlmy7OhLnht1oYWvb6Yl6a56fmIXEnnk6bk3N OUMGR+OMstSLoIrqqUK6EWNV9co/FbOFYcgI+SzfNTcjphAvLuP70AYET0llAxLcomL9 HQ1Q== X-Gm-Message-State: ALoCoQnLFt9jP9SYPQ4kY4P9VWT1hm0VLNrbBHIVJ79oac+x1n9qwP/bPGwYgrG2tg//AGvDsOJo X-Received: by 10.28.218.7 with SMTP id r7mr10279476wmg.17.1446823279318; Fri, 06 Nov 2015 07:21:19 -0800 (PST) Received: from localhost (pD9578985.dip0.t-ipconnect.de. [217.87.137.133]) by smtp.gmail.com with ESMTPSA id d66sm3496190wma.21.2015.11.06.07.21.17 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Nov 2015 07:21:17 -0800 (PST) From: Christian Kampka To: alpine-aports@lists.alpinelinux.org Cc: Christian Kampka Subject: [alpine-aports] [PATCH] main/putty: new upstream version 0.65 Date: Fri, 6 Nov 2015 16:21:14 +0100 Message-Id: <1446823274-19555-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 | 17 +++++++++++------ main/putty/fix-big-int-type.patch | 14 ++++++++++++++ 2 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 main/putty/fix-big-int-type.patch diff --git a/main/putty/APKBUILD b/main/putty/APKBUILD index ba3d455..729c046 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.65 +pkgrel=0 pkgdesc="SSH and telnet client" url="http://www.chiark.greenend.org.uk/~sgtatham/putty/" arch="all" @@ -11,7 +11,9 @@ 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 +" _builddir="$srcdir"/putty-$pkgver prepare() { @@ -39,6 +41,9 @@ 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="fe7220d2c1afc27805f976fc21afffd0 putty-0.65.tar.gz +a9a76a4b889eaa3c25bce60c2c3d1211 fix-big-int-type.patch" +sha256sums="d543c1fd4944ea51d46d4abf31bfb8cde9bd1c65cb36dc6b83e51ce875660ca0 putty-0.65.tar.gz +77cf14b0c1b793c79c3f80a6e11b57ca281a155a3b01c96ec052ec1cd37d849b fix-big-int-type.patch" +sha512sums="cfb3e5437a920aa11bccedf1bd43a538a51ec3777a6d1dba9e9714c3b3699eaf1f4eb027a8f5fd6425f9909564a28b607f465b1f2b2e1250059b04b9a9d40569 putty-0.65.tar.gz +7dae793a7f9c5248f10ebf456087c01459c99bc8ab931b06a9aa09d70ef010a06bf7b248c38b03ddd0b76d1a35d3b32a095ac99a22d08aa170ce0d100f5dffb7 fix-big-int-type.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 -- 2.6.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---