Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libssh libssh: update to 0.94.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d125c58d4b4e
branches:  trunk
changeset: 428882:d125c58d4b4e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 12 21:05:01 2020 +0000

description:
libssh: update to 0.94.

version 0.9.4 (released 2020-04-09)
  * Fixed CVE-2020-1730 - Possible DoS in client and server when handling
    AES-CTR keys with OpenSSL
  * Added diffie-hellman-group14-sha256
  * Fixed serveral possible memory leaks

diffstat:

 security/libssh/Makefile |   7 +++----
 security/libssh/PLIST    |   4 ++--
 security/libssh/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 11 deletions(-)

diffs (52 lines):

diff -r 2a7fd1b67d2b -r d125c58d4b4e security/libssh/Makefile
--- a/security/libssh/Makefile  Sun Apr 12 21:00:46 2020 +0000
+++ b/security/libssh/Makefile  Sun Apr 12 21:05:01 2020 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.36 2020/01/26 17:32:04 rillig Exp $
+# $NetBSD: Makefile,v 1.37 2020/04/12 21:05:01 wiz Exp $
 #
 # history: upstream renamed 0.11 to 0.1.1;
 # we have to use the old-style convention so that version compares work.
 
-VER=           0.9.3
+VER=           0.9.4
 DISTNAME=      libssh-${VER}
-PKGNAME=       libssh-0.93
-PKGREVISION=   1
+PKGNAME=       libssh-0.94
 CATEGORIES=    security
 MASTER_SITES=  https://www.libssh.org/files/${VER:R}/
 EXTRACT_SUFX=  .tar.xz
diff -r 2a7fd1b67d2b -r d125c58d4b4e security/libssh/PLIST
--- a/security/libssh/PLIST     Sun Apr 12 21:00:46 2020 +0000
+++ b/security/libssh/PLIST     Sun Apr 12 21:05:01 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2019/12/31 12:27:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2020/04/12 21:05:01 wiz Exp $
 include/libssh/callbacks.h
 include/libssh/legacy.h
 include/libssh/libssh.h
@@ -11,5 +11,5 @@
 lib/cmake/libssh/libssh-config.cmake
 lib/libssh.so
 lib/libssh.so.4
-lib/libssh.so.4.8.4
+lib/libssh.so.4.8.5
 lib/pkgconfig/libssh.pc
diff -r 2a7fd1b67d2b -r d125c58d4b4e security/libssh/distinfo
--- a/security/libssh/distinfo  Sun Apr 12 21:00:46 2020 +0000
+++ b/security/libssh/distinfo  Sun Apr 12 21:05:01 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2020/01/06 12:04:12 pho Exp $
+$NetBSD: distinfo,v 1.22 2020/04/12 21:05:01 wiz Exp $
 
-SHA1 (libssh-0.9.3.tar.xz) = 24bb9d6f53691236f34cc8e6fec86dd659aef757
-RMD160 (libssh-0.9.3.tar.xz) = ef2f8e5564f7508db4829fe655644d959e35da5d
-SHA512 (libssh-0.9.3.tar.xz) = 6e59718565daeca6d224426cc1095a112deff9af8e0b021917e04f08bb7409263c35724de95f591f38e26f0fb3bbbbc69b679b6775edc21dec158d241b076c6f
-Size (libssh-0.9.3.tar.xz) = 500068 bytes
+SHA1 (libssh-0.9.4.tar.xz) = 93289b77379263328c843fa85ba5ed4b274b689f
+RMD160 (libssh-0.9.4.tar.xz) = 4d1323a8ee50d54d66151177002fd9d12d696fed
+SHA512 (libssh-0.9.4.tar.xz) = 38705c19c293ea5e6d286d22eb17021dbe58d88c1e647b699933aa0db9ca1174d43d1ff76c1a1b17bf2cc1a8297ec02f1a67dd9e969676dd69cf6fbdae9bc8d4
+Size (libssh-0.9.4.tar.xz) = 500776 bytes
 SHA1 (patch-CompilerChecks.cmake) = 77b93572006132c557cb9a57698e8455f7874073
 SHA1 (patch-tests_torture.c) = 2c70e9d827f15ec36a62e0d0f5dd98774f24f79e



Home | Main Index | Thread Index | Old Index