aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/putty/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/main/putty/APKBUILD b/main/putty/APKBUILD
index b546dfd457b..940609798a1 100644
--- a/main/putty/APKBUILD
+++ b/main/putty/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jeff Bilyk <jbilyk@alpinelinux.org>
pkgname=putty
-pkgver=0.74
+pkgver=0.76
pkgrel=0
pkgdesc="SSH and telnet client"
url="https://www.chiark.greenend.org.uk/~sgtatham/putty/"
@@ -14,6 +14,8 @@ source="http://the.earth.li/~sgtatham/putty/$pkgver/putty-$pkgver.tar.gz
options="!check" # no test suite
# secfixes:
+# 0.76-r0:
+# - CVE-2021-36367
# 0.74-r0:
# - CVE-2020-14002
# 0.73-r0:
@@ -37,5 +39,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="0da86849ea764cd88643bd2c1984ac7211ae72dd7c41232307b1960a29ca9518044b022d87c60272d6db71a3357026862a112bedb90ee732b41494fca3acde9b putty-0.74.tar.gz
-b10b2332ca0592db5664311d1bba7549ded79f16f6eef13dab3caca21626d97657f31e8603766e00b1a06f42cf229107eb53929730fe48e97cfc9216093fcc4c fix-ppc64le-disable-werror.patch"
+sha512sums="
+4576b359593928c6eba923f2d7b66ac0f2cf00e0c217cdbbb124471c3b35feb090e623847bfc507a4ef106cb3067aac47419e241b11dd8bf4ae554061fa93c25 putty-0.76.tar.gz
+"