main/putty: security upgrade to 0.81

security fix CVE-2024-31497
This commit is contained in:
Milan P. Stanić 2024-04-16 17:17:21 +00:00
parent 66eaf3efa3
commit a98cf486de

View File

@ -1,6 +1,6 @@
# Maintainer: Jeff Bilyk <jbilyk@alpinelinux.org>
pkgname=putty
pkgver=0.80
pkgver=0.81
pkgrel=0
pkgdesc="SSH and telnet client"
url="https://www.chiark.greenend.org.uk/~sgtatham/putty/"
@ -13,6 +13,8 @@ source="https://the.earth.li/~sgtatham/putty/$pkgver/putty-$pkgver.tar.gz"
options="!check" # no test suite
# secfixes:
# 0.81-r0:
# - CVE-2024-31497
# 0.80-r0:
# - CVE-2023-48795
# 0.76-r0:
@ -40,5 +42,5 @@ package() {
}
sha512sums="
c8a6b6fa54ecd8bcf4ec274fef51343dd9996e6458b250b5555c4dc88ded25e87f97277da482c29858510e65635112d541f559ab683635bd950572d850129f90 putty-0.80.tar.gz
d86f2fd0e126b18275d58cf64334b3b27c450899a1c2be2502de9faa2ef58f7fc8efc5d45f25c8395623f1e21917aa02407343bb2fee44c4c00b9f81267d5ecd putty-0.81.tar.gz
"