aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Mirski-Fitton <mirskifa@uk.ibm.com>2019-10-24 15:08:01 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2019-10-25 11:45:44 +0200
commit9a028d8b6202dea0f1b9c686cd5f1b0b5ebb4dc5 (patch)
tree258945ff2c03779448b4d9c73b9118f791c08b8e
parent345e3811719177be2d2edbf507a394cf92cfccb6 (diff)
downloadaports-9a028d8b6202dea0f1b9c686cd5f1b0b5ebb4dc5.tar.bz2
aports-9a028d8b6202dea0f1b9c686cd5f1b0b5ebb4dc5.tar.xz
main/libssh2: Update release version for CVE patch
6c763143a08a56997ee6f88f9329cfc17d6b56b5 introduced a patch for CVE-2019-17498 but did not bump the package release version. Therefore, the package wasn't rebuild.
-rw-r--r--main/libssh2/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libssh2/APKBUILD b/main/libssh2/APKBUILD
index f4a91031f9..fc7e47b538 100644
--- a/main/libssh2/APKBUILD
+++ b/main/libssh2/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libssh2
pkgver=1.9.0
-pkgrel=0
+pkgrel=1
pkgdesc="library for accessing ssh1/ssh2 protocol servers"
url="https://libssh2.org/"
arch="all"