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:43:11 +0200
commit40324e6982c6f5101ac527729da257c763ea31a2 (patch)
tree0a7876e7bd99a9f77a6fc76542f95d7fb8076ba5
parent82468e47386c0fdd262aa5f0a21521f93f9f0ec3 (diff)
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 6f3b458dd8d..92fca5cbb77 100644
--- a/main/libssh2/APKBUILD
+++ b/main/libssh2/APKBUILD
@@ -1,7 +1,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"