diff options
author | johans <johans@FreeBSD.org> | 2015-09-20 12:56:36 +0000 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-09-20 12:56:36 +0000 |
commit | 5c529a23886bf936552bd111f3d74eb761d4a71d (patch) | |
tree | 468a4b397b4c0dc8bed3d752131e2dc45102b13c | |
parent | a0f72280ce37fe09ca9f73d75a2634e5461ac451 (diff) | |
download | FreeBSD-ports-5c529a23886bf936552bd111f3d74eb761d4a71d.zip FreeBSD-ports-5c529a23886bf936552bd111f3d74eb761d4a71d.tar.gz |
- Update to 0.7.2 (bugfix release) [1]
- Switch MASTER_SITE as the original one is down
PR: 203171 [1]
Submitted by: rakuco
-rw-r--r-- | security/libssh/Makefile | 4 | ||||
-rw-r--r-- | security/libssh/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index 2f880be..e155253 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= libssh -DISTVERSION= 0.7.0 +DISTVERSION= 0.7.2 CATEGORIES= security devel -MASTER_SITES= https://red.libssh.org/attachments/download/140/ +MASTER_SITES= https://git.libssh.org/projects/libssh.git/snapshot/ MAINTAINER= johans@FreeBSD.org COMMENT= Library implementing the SSH1 and SSH2 protocol diff --git a/security/libssh/distinfo b/security/libssh/distinfo index 966f18d..37eb402 100644 --- a/security/libssh/distinfo +++ b/security/libssh/distinfo @@ -1,2 +1,2 @@ -SHA256 (libssh-0.7.0.tar.xz) = 0551bc341f33641ddc349b31730b3010870ad26a4dbfad3d090a1738fe3e402b -SIZE (libssh-0.7.0.tar.xz) = 349548 +SHA256 (libssh-0.7.2.tar.xz) = d37072116bcdd4716c91e98e633cd8a734b065c8c9614b6b9ecae9a5ec6de6ce +SIZE (libssh-0.7.2.tar.xz) = 350692 |