[arch-commits] Commit in libssh2/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Sep 20 20:45:07 UTC 2021


    Date: Monday, September 20, 2021 @ 20:45:06
  Author: felixonmars
Revision: 424434

upgpkg: libssh2 1.10.0-1

Modified:
  libssh2/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-20 20:43:43 UTC (rev 424433)
+++ PKGBUILD	2021-09-20 20:45:06 UTC (rev 424434)
@@ -5,8 +5,8 @@
 # Contributor: ice-man <icemanf at gmail.com>
 
 pkgname=libssh2
-pkgver=1.9.0
-pkgrel=3
+pkgver=1.10.0
+pkgrel=1
 pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts"
 url="https://www.libssh2.org/"
 arch=('x86_64')
@@ -15,17 +15,10 @@
 provides=('libssh2.so')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
               '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg (old key)
-source=("https://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc}
-        'CVE-2019-17498.patch::https://github.com/libssh2/libssh2/commit/1c6fa92b77e34d089493fe6d3e2c6c8775858b94.patch')
-sha256sums=('d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd'
-            'SKIP'
-            'c5de5f8ae901675c66deb5a7c9a1b30ca0bcd66e9de7aedff04fb29263d635c9')
+source=("https://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('2d64e90f3ded394b91d3a2e774ca203a4179f69aebee03003e5a6fa621e41d51'
+            'SKIP')
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  patch --forward --strip=1 --input="${srcdir}/CVE-2019-17498.patch"
-}
-
 build() {
   cd "$pkgname-$pkgver"
 



More information about the arch-commits mailing list