diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-08-07 16:11:17 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-08-07 16:11:17 +0000 |
commit | a6428e5e5ac279f3f8a31d25e248c1d8e289e2cf (patch) | |
tree | b9c8238a5645efd186274759aac75b2579c22695 /security/putty | |
parent | dc01bbf2552c5776040648ed5c874296bdc5fd00 (diff) | |
download | ports-a6428e5e5ac279f3f8a31d25e248c1d8e289e2cf.tar.gz ports-a6428e5e5ac279f3f8a31d25e248c1d8e289e2cf.zip |
Notes
Diffstat (limited to 'security/putty')
-rw-r--r-- | security/putty/Makefile | 3 | ||||
-rw-r--r-- | security/putty/distinfo | 4 | ||||
-rw-r--r-- | security/putty/files/patch-timing.c | 11 |
3 files changed, 3 insertions, 15 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index d4943d9411bf..123ed2f3396a 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= putty -PORTVERSION= 0.62 -PORTREVISION= 3 +PORTVERSION= 0.63 CATEGORIES= security ipv6 MASTER_SITES= http://the.earth.li/~sgtatham/putty/%SUBDIR%/ \ ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/ diff --git a/security/putty/distinfo b/security/putty/distinfo index db46399add4b..c1af5f4e9767 100644 --- a/security/putty/distinfo +++ b/security/putty/distinfo @@ -1,2 +1,2 @@ -SHA256 (putty-0.62.tar.gz) = 8d187e86ee18c839895d263607b61788778564e3720e8d85c5305a04f9da0573 -SIZE (putty-0.62.tar.gz) = 1783106 +SHA256 (putty-0.63.tar.gz) = 81e8eaaf31be7d9a46b4f3fb80d1d9540776f142cd89d0a11f2f8082dc68f8b5 +SIZE (putty-0.63.tar.gz) = 1887913 diff --git a/security/putty/files/patch-timing.c b/security/putty/files/patch-timing.c deleted file mode 100644 index 507d1f7d1b1c..000000000000 --- a/security/putty/files/patch-timing.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ../timing.c.orig 2011-07-17 13:40:59.000000000 +0200 -+++ ../timing.c 2011-07-17 13:41:13.000000000 +0200 -@@ -41,7 +41,7 @@ - * Failing that, compare on the other two fields, just so that - * we don't get unwanted equality. - */ --#ifdef __LCC__ -+#if defined(__LCC__) || defined(__clang__) - /* lcc won't let us compare function pointers. Legal, but annoying. */ - { - int c = memcmp(&a->fn, &b->fn, sizeof(a->fn)); |