~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH v2] main/putty: new upstream version 0.66

Christian Kampka <christian@kampka.net>
Details
Message ID
<1447096928-6007-1-git-send-email-christian@kampka.net>
Sender timestamp
1447096928
DKIM signature
missing
Download raw message
Patch: +23 -7
---
 main/putty/APKBUILD          | 18 +++++++++++-------
 main/putty/fix-include.patch | 12 ++++++++++++
 2 files changed, 23 insertions(+), 7 deletions(-)
 create mode 100644 main/putty/fix-include.patch

diff --git a/main/putty/APKBUILD b/main/putty/APKBUILD
index 729c046..c101c91 100644
--- a/main/putty/APKBUILD
+++ b/main/putty/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jeff Bilyk <jbilyk@alpinelinux.org>
pkgname=putty
pkgver=0.65
pkgver=0.66
pkgrel=0
pkgdesc="SSH and telnet client"
url="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
@@ -13,6 +13,7 @@ install=""
subpackages="$pkgname-doc"
source="http://the.earth.li/~sgtatham/putty/latest/putty-$pkgver.tar.gz
fix-big-int-type.patch
fix-include.patch
"

_builddir="$srcdir"/putty-$pkgver
@@ -41,9 +42,12 @@ package() {
	make DESTDIR="$pkgdir" install || return 1
}

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"
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-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 <stdarg.h>
 #include <assert.h>
 #include <errno.h>
+#include <sys/select.h>

 #include <termios.h>
 #include <unistd.h>
-- 
2.6.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)