summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2015-11-17 15:48:23 +0000
committerchristos <christos@pkgsrc.org>2015-11-17 15:48:23 +0000
commit268de68bbbe082178d5a7f2c1ae895414eb08ea3 (patch)
tree5e1ce8d4f899fcaa2d7888b89cacb4a63f24999a /security
parent2b71253a5d3e3e8bb4acd4f03816206f95217891 (diff)
downloadpkgsrc-268de68bbbe082178d5a7f2c1ae895414eb08ea3.tar.gz
update to 0.72 since the previous versions have known security issues.
Diffstat (limited to 'security')
-rw-r--r--security/libssh/Makefile11
-rw-r--r--security/libssh/PLIST6
-rw-r--r--security/libssh/distinfo12
-rw-r--r--security/libssh/patches/patch-aa8
4 files changed, 19 insertions, 18 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile
index 67cea331bb6..551a1b56165 100644
--- a/security/libssh/Makefile
+++ b/security/libssh/Makefile
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.19 2014/02/12 23:18:33 tron Exp $
+# $NetBSD: Makefile,v 1.20 2015/11/17 15:48:23 christos 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.5.4
+VER= 0.7.2
DISTNAME= libssh-${VER}
-PKGNAME= libssh-0.54
-PKGREVISION= 3
+PKGNAME= libssh-0.72
+#PKGREVISION= 3
CATEGORIES= security
-MASTER_SITES= https://red.libssh.org/attachments/download/41/
+MASTER_SITES= https://red.libssh.org/attachments/download/177/
+EXTRACT_SUFX= .tar.xz
MAINTAINER= is@NetBSD.org
HOMEPAGE= http://www.libssh.org/
diff --git a/security/libssh/PLIST b/security/libssh/PLIST
index b3ff31b69e3..f53cd0d00b4 100644
--- a/security/libssh/PLIST
+++ b/security/libssh/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2013/02/01 13:33:49 is Exp $
+@comment $NetBSD: PLIST,v 1.5 2015/11/17 15:48:23 christos Exp $
lib/pkgconfig/libssh.pc
lib/pkgconfig/libssh_threads.pc
include/libssh/callbacks.h
@@ -8,9 +8,9 @@ include/libssh/legacy.h
include/libssh/sftp.h
include/libssh/server.h
@comment, XXX PLIST lib handling seems to be broke
-lib/libssh.so.4.2.4
+lib/libssh.so.4.4.0
lib/libssh.so.4
lib/libssh.so
-lib/libssh_threads.so.4.2.4
+lib/libssh_threads.so.4.4.0
lib/libssh_threads.so.4
lib/libssh_threads.so
diff --git a/security/libssh/distinfo b/security/libssh/distinfo
index e38700d0fde..3540887bedb 100644
--- a/security/libssh/distinfo
+++ b/security/libssh/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 01:17:49 agc Exp $
+$NetBSD: distinfo,v 1.8 2015/11/17 15:48:23 christos Exp $
-SHA1 (security/libssh-0.5.4.tar.gz) = 4a372378db8fffaf28d5c79d80b2235843aa587c
-RMD160 (security/libssh-0.5.4.tar.gz) = a134cb99f57c544cd31d43bf28506b42b27131e2
-SHA512 (security/libssh-0.5.4.tar.gz) = 1d854ee05e62e9e04ac704bc99a60b6f88237078b728e50e3e0f1142fbc5d1a4b4d04d675f257491c82c8b222b97db7a7f8e243f4a0f723e82788ecef3a7a71d
-Size (security/libssh-0.5.4.tar.gz) = 321265 bytes
-SHA1 (patch-aa) = 76de63b15c0ef380cb2bc4ab5b96bf437a79faef
+SHA1 (security/libssh-0.7.2.tar.xz) = 8a90e5ca14e4bc83e7073fb56992fa780ccd2a5a
+RMD160 (security/libssh-0.7.2.tar.xz) = df9ee04799f72e33037dc1b5dfeb3a444f75ed93
+SHA512 (security/libssh-0.7.2.tar.xz) = 9cb15254478e2522e736688052e0862c856e2c1321d090c9b9d9562504fcb59cee344c07576eeee9c6d0ac5ead137d9ff05216d973c457c6a17ffa9fba475f5a
+Size (security/libssh-0.7.2.tar.xz) = 350540 bytes
+SHA1 (patch-aa) = 3b890219e4b031598c3eaabf8c45caea0e2f677a
diff --git a/security/libssh/patches/patch-aa b/security/libssh/patches/patch-aa
index 16a8c601a68..5328c3bb99f 100644
--- a/security/libssh/patches/patch-aa
+++ b/security/libssh/patches/patch-aa
@@ -1,5 +1,5 @@
---- CMakeLists.txt.orig 2013-01-30 11:46:25.000000000 +0000
-+++ CMakeLists.txt 2013-01-30 11:45:52.000000000 +0000
+--- CMakeLists.txt.orig 2015-09-16 02:44:35.000000000 -0400
++++ CMakeLists.txt 2015-11-17 10:44:55.000000000 -0500
@@ -36,8 +36,8 @@
include(CPackConfig.cmake)
@@ -9,5 +9,5 @@
+#include(MacroEnsureOutOfSourceBuild)
+#macro_ensure_out_of_source_build("${PROJECT_NAME} requires an out of source build. Please create a separate build directory and run 'cmake /path/to/${PROJECT_NAME} [options]' there.")
- # add macros
- include(MacroAddPlugin)
+ # search for libraries
+ if (WITH_ZLIB)