putty: update to 0.77.

This commit is contained in:
Andrew Benson 2022-08-17 11:50:49 -05:00 committed by Andrew Benson
parent a5068d4910
commit 0a7e20b482
2 changed files with 8 additions and 18 deletions

View file

@ -1,10 +0,0 @@
--- 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>

View file

@ -1,19 +1,19 @@
# Template file for 'putty'
pkgname=putty
version=0.76
version=0.77
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="gtk+-devel"
build_style=cmake
hostmakedepends="pkg-config perl"
makedepends="gtk+3-devel"
short_desc="Free Telnet/SSH Client"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
homepage="https://www.chiark.greenend.org.uk/~sgtatham/putty/"
changelog="https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html"
distfiles="http://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz"
checksum=547cd97a8daa87ef71037fab0773bceb54a8abccb2f825a49ef8eba5e045713f
distfiles="https://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz"
checksum=419a76f45238fd45f2c76b42438993056e74fa78374f136052aaa843085beae5
CFLAGS="-Wno-error"
CFLAGS="-Wno-error -UNDEBUG"
post_install() {
vlicense LICENCE