summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-03-12 17:46:22 +0000
committerwiz <wiz@pkgsrc.org>2020-03-12 17:46:22 +0000
commit1dc100b6e228a9554b8f60e6e48b50ad82044df4 (patch)
tree2fafe1e6e7065429c4a645664972323904eac123
parentf45c44b702101e84b364af3decede7fb32f91a58 (diff)
downloadpkgsrc-1dc100b6e228a9554b8f60e6e48b50ad82044df4.tar.gz
libssh2: add upstream bug report
-rw-r--r--security/libssh2/distinfo4
-rw-r--r--security/libssh2/patches/patch-Makefile.in3
2 files changed, 4 insertions, 3 deletions
diff --git a/security/libssh2/distinfo b/security/libssh2/distinfo
index 88987b60c79..d180bc6b6b8 100644
--- a/security/libssh2/distinfo
+++ b/security/libssh2/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2020/03/12 17:28:10 wiz Exp $
+$NetBSD: distinfo,v 1.14 2020/03/12 17:46:22 wiz Exp $
SHA1 (libssh2-1.9.0.tar.gz) = 21e98282b103307a16792e5e2d4c99beaf0b3b9c
RMD160 (libssh2-1.9.0.tar.gz) = eb3553a9b2c05d5b6a24159db8a1478f9aea3877
SHA512 (libssh2-1.9.0.tar.gz) = 41a3ebcf84e32eab69b7411ffb0a3b6e6db71491c968602b17392cfe3490ef00239726ec28acb3d25bf0ed62700db7f4d0bb5a9175618f413865f40badca6e17
Size (libssh2-1.9.0.tar.gz) = 888551 bytes
-SHA1 (patch-Makefile.in) = f3d511ca98a0979181541bbd3c0cdc72bf71b7ef
+SHA1 (patch-Makefile.in) = 98dc16d73db4b99adfcea02bc597666a7c747847
diff --git a/security/libssh2/patches/patch-Makefile.in b/security/libssh2/patches/patch-Makefile.in
index fccddb1317b..f8e6ea6dcf6 100644
--- a/security/libssh2/patches/patch-Makefile.in
+++ b/security/libssh2/patches/patch-Makefile.in
@@ -1,6 +1,7 @@
-$NetBSD: patch-Makefile.in,v 1.1 2020/03/12 17:28:10 wiz Exp $
+$NetBSD: patch-Makefile.in,v 1.2 2020/03/12 17:46:22 wiz Exp $
Fix unportable test(1) operator.
+https://github.com/libssh2/libssh2/pull/459
--- Makefile.in.orig 2019-06-20 06:19:26.000000000 +0000
+++ Makefile.in