diff options
author | Alex Mirski-Fitton <mirskifa@uk.ibm.com> | 2019-10-24 15:08:01 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-10-25 11:45:10 +0200 |
commit | 4763b1bc00bf1da982aabff8810e53fd9dced2f0 (patch) | |
tree | 38bc445c8d6e9ac90daba609378f26e3002d4fd8 /main | |
parent | 3d8ae8e8d508872200529d643aab4684370ab1de (diff) | |
download | aports-4763b1bc00bf1da982aabff8810e53fd9dced2f0.tar.bz2 aports-4763b1bc00bf1da982aabff8810e53fd9dced2f0.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.
Diffstat (limited to 'main')
-rw-r--r-- | main/libssh2/APKBUILD | 2 |
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" |