diff options
author | christos <christos@pkgsrc.org> | 2015-11-17 15:48:23 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2015-11-17 15:48:23 +0000 |
commit | 268de68bbbe082178d5a7f2c1ae895414eb08ea3 (patch) | |
tree | 5e1ce8d4f899fcaa2d7888b89cacb4a63f24999a /security/libssh/Makefile | |
parent | 2b71253a5d3e3e8bb4acd4f03816206f95217891 (diff) | |
download | pkgsrc-268de68bbbe082178d5a7f2c1ae895414eb08ea3.tar.gz |
update to 0.72 since the previous versions have known security issues.
Diffstat (limited to 'security/libssh/Makefile')
-rw-r--r-- | security/libssh/Makefile | 11 |
1 files changed, 6 insertions, 5 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/ |