pkgsrc-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.7.6. security fix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/399a9f2b7ca4
branches:  trunk
changeset: 324365:399a9f2b7ca4
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Oct 16 20:25:25 2018 +0000

description:
libssh: update to 0.7.6. security fix.

version 0.7.6 (released 2018-10-16)
  * Fixed CVE-2018-10933
  * Added support for OpenSSL 1.1
  * Added SHA256 support for ssh_get_publickey_hash()
  * Fixed config parsing
  * Fixed random memory corruption when importing pubkeys

version 0.7.5 (released 2017-04-13)
  * Fixed a memory allocation issue with buffers
  * Fixed PKI on Windows
  * Fixed some SSHv1 functions
  * Fixed config hostname expansion

version 0.7.4 (released 2017-02-03)
  * Added id_ed25519 to the default identity list
  * Fixed sftp EOF packet handling
  * Fixed ssh_send_banner() to confirm with RFC 4253
  * Fixed some memory leaks

diffstat:

 security/libssh/Makefile |  10 +++++-----
 security/libssh/PLIST    |   6 +++---
 security/libssh/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (68 lines):

diff -r a1c17a1440c1 -r 399a9f2b7ca4 security/libssh/Makefile
--- a/security/libssh/Makefile  Tue Oct 16 16:37:54 2018 +0000
+++ b/security/libssh/Makefile  Tue Oct 16 20:25:25 2018 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.23 2016/10/09 22:02:07 kamil Exp $
+# $NetBSD: Makefile,v 1.24 2018/10/16 20:25:25 maya 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.7.3
+VER=                   0.7.6
 DISTNAME=              libssh-${VER}
-PKGNAME=               libssh-0.73
-PKGREVISION=           2
+PKGNAME=               libssh-0.76
 CATEGORIES=            security
-MASTER_SITES=          https://red.libssh.org/attachments/download/195/
+MASTER_SITES=          https://www.libssh.org/files/0.7/
 EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            is%NetBSD.org@localhost
@@ -20,6 +19,7 @@
 
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++
+CMAKE_ARGS+=           WITH_TESTING=yes
 
 PKGCONFIG_OVERRIDE+=   libssh.pc.in
 TEST_TARGET=           check
diff -r a1c17a1440c1 -r 399a9f2b7ca4 security/libssh/PLIST
--- a/security/libssh/PLIST     Tue Oct 16 16:37:54 2018 +0000
+++ b/security/libssh/PLIST     Tue Oct 16 20:25:25 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2016/02/23 15:49:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2018/10/16 20:25:25 maya Exp $
 include/libssh/callbacks.h
 include/libssh/legacy.h
 include/libssh/libssh.h
@@ -10,9 +10,9 @@
 lib/cmake/libssh/libssh-config.cmake
 lib/libssh.so
 lib/libssh.so.4
-lib/libssh.so.4.4.1
+lib/libssh.so.4.4.3
 lib/libssh_threads.so
 lib/libssh_threads.so.4
-lib/libssh_threads.so.4.4.1
+lib/libssh_threads.so.4.4.3
 lib/pkgconfig/libssh.pc
 lib/pkgconfig/libssh_threads.pc
diff -r a1c17a1440c1 -r 399a9f2b7ca4 security/libssh/distinfo
--- a/security/libssh/distinfo  Tue Oct 16 16:37:54 2018 +0000
+++ b/security/libssh/distinfo  Tue Oct 16 20:25:25 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2018/02/02 09:31:29 jperkin Exp $
+$NetBSD: distinfo,v 1.13 2018/10/16 20:25:25 maya Exp $
 
-SHA1 (security/libssh-0.7.3.tar.xz) = 9de2a8fde51aa7b7855008fafd5bf47ebb01289f
-RMD160 (security/libssh-0.7.3.tar.xz) = af73d82dad552233791aea8ac1198232e0fb0f68
-SHA512 (security/libssh-0.7.3.tar.xz) = 6797ea9492c9d07e0169163e6559a7880dd368ee763eff297b3cbddda5e892703cf32506f9513e7d9b5135984e1e888c4893b342df07da1b7ee30968c9185869
-Size (security/libssh-0.7.3.tar.xz) = 350464 bytes
+SHA1 (security/libssh-0.7.6.tar.xz) = 8e5f23a861f84fa214ca1da0e3f98b839ff7c051
+RMD160 (security/libssh-0.7.6.tar.xz) = 7316fae4a5355cf2c511cd91a5a65d7354ab361f
+SHA512 (security/libssh-0.7.6.tar.xz) = 2a01402b5a9fab9ecc29200544ed45d3f2c40871ed1c8241ca793f8dc7fdb3ad2150f6a522c4321affa9b8778e280dc7ed10f76adfc4a73f0751ae735a42f56c
+Size (security/libssh-0.7.6.tar.xz) = 366556 bytes
 SHA1 (patch-aa) = 2f9a7c8a629188f40f3c94d4304b1e44720e45ae
 SHA1 (patch-cmake_Modules_DefineCompilerFlags.cmake) = 9f140ad664363953e4c7ff4e3bede74c693da993



Home | Main Index | Thread Index | Old Index