pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2018Q3] pkgsrc/security/libssh



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Oct 18 13:02:37 UTC 2018

Modified Files:
        pkgsrc/security/libssh [pkgsrc-2018Q3]: Makefile PLIST distinfo

Log Message:
Pullup ticket #5843 - requested by maya
security/libssh: security fix

Revisions pulled up:
- security/libssh/Makefile                                      1.24
- security/libssh/PLIST                                         1.8
- security/libssh/distinfo                                      1.13

---
   Module Name: pkgsrc
   Committed By:        maya
   Date:                Tue Oct 16 20:25:25 UTC 2018

   Modified Files:
        pkgsrc/security/libssh: Makefile PLIST distinfo

   Log Message:
   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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.23.18.1 pkgsrc/security/libssh/Makefile
cvs rdiff -u -r1.7 -r1.7.24.1 pkgsrc/security/libssh/PLIST
cvs rdiff -u -r1.12 -r1.12.6.1 pkgsrc/security/libssh/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libssh/Makefile
diff -u pkgsrc/security/libssh/Makefile:1.23 pkgsrc/security/libssh/Makefile:1.23.18.1
--- pkgsrc/security/libssh/Makefile:1.23        Sun Oct  9 22:02:07 2016
+++ pkgsrc/security/libssh/Makefile     Thu Oct 18 13:02:36 2018
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.23 2016/10/09 22:02:07 kamil Exp $
+# $NetBSD: Makefile,v 1.23.18.1 2018/10/18 13:02:36 bsiegert 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 @@ DIST_SUBDIR=          security
 
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++
+CMAKE_ARGS+=           WITH_TESTING=yes
 
 PKGCONFIG_OVERRIDE+=   libssh.pc.in
 TEST_TARGET=           check

Index: pkgsrc/security/libssh/PLIST
diff -u pkgsrc/security/libssh/PLIST:1.7 pkgsrc/security/libssh/PLIST:1.7.24.1
--- pkgsrc/security/libssh/PLIST:1.7    Tue Feb 23 15:49:42 2016
+++ pkgsrc/security/libssh/PLIST        Thu Oct 18 13:02:36 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2016/02/23 15:49:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7.24.1 2018/10/18 13:02:36 bsiegert Exp $
 include/libssh/callbacks.h
 include/libssh/legacy.h
 include/libssh/libssh.h
@@ -10,9 +10,9 @@ lib/cmake/libssh/libssh-config-version.c
 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

Index: pkgsrc/security/libssh/distinfo
diff -u pkgsrc/security/libssh/distinfo:1.12 pkgsrc/security/libssh/distinfo:1.12.6.1
--- pkgsrc/security/libssh/distinfo:1.12        Fri Feb  2 09:31:29 2018
+++ pkgsrc/security/libssh/distinfo     Thu Oct 18 13:02:36 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2018/02/02 09:31:29 jperkin Exp $
+$NetBSD: distinfo,v 1.12.6.1 2018/10/18 13:02:36 bsiegert 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