mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
putty: update to 0.68.
This commit is contained in:
parent
7f9afb0444
commit
a4f425da9e
2 changed files with 2 additions and 14 deletions
|
@ -1,12 +0,0 @@
|
||||||
--- sshbn.h.orig
|
|
||||||
+++ 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 <stdint.h>
|
|
||||||
+typedef uint64_t BignumInt;
|
|
||||||
typedef __uint128_t BignumDblInt;
|
|
||||||
#define BIGNUM_INT_MASK 0xFFFFFFFFFFFFFFFFULL
|
|
||||||
#define BIGNUM_TOP_BIT 0x8000000000000000ULL
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'putty'
|
# Template file for 'putty'
|
||||||
pkgname=putty
|
pkgname=putty
|
||||||
version=0.67
|
version=0.68
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
|
homepage="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
|
||||||
distfiles="http://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz"
|
distfiles="http://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz"
|
||||||
checksum=80192458e8a46229de512afeca5c757dd8fce09606b3c992fbaeeee29b994a47
|
checksum=7ba256f46e5a353cafe811ce7914d0e22a52bdfc0e6e2d183ad28b5af44cd09c
|
||||||
|
|
||||||
CFLAGS="-Wno-error"
|
CFLAGS="-Wno-error"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue