diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-12 12:32:41 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-12 12:32:41 +0800 |
commit | 9daf83f04268200baf97991cd629feb1c989a891 (patch) | |
tree | a58c8f1c59aa7c87b3ccb130d240a6affb618c58 | |
parent | 955b0ea421dfdfd8aa131a8004f9ffa84825cbb4 (diff) | |
download | freebsd-ports-graphics-9daf83f04268200baf97991cd629feb1c989a891.tar.gz freebsd-ports-graphics-9daf83f04268200baf97991cd629feb1c989a891.tar.zst freebsd-ports-graphics-9daf83f04268200baf97991cd629feb1c989a891.zip |
- Updating libssh2 to 0.14. Changes:
- Plug leaks in EVP cipher init/shutdown. (Selcuk Gueney)
- Allow socket_fd == 0 in libssh2_session_startup(). (puudeli)
- Swap ordering of packet_add/packet-inspection to avoid inspect after
- free. (Selcuk)
- Swap KEX_INIT ordering, send our KEX_INIT first.
- Add check for oportunistic KEX_INIT packets. Burn bad guess if necessary.
- Fix OpenSSL detection using pkg-config. (Dan Casey)
PR: ports/100127
Submitted by: maintainer (David Thiel)
-rw-r--r-- | security/libssh2/Makefile | 2 | ||||
-rw-r--r-- | security/libssh2/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index 63a0f105a80..1186af64ecc 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libssh2 -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/security/libssh2/distinfo b/security/libssh2/distinfo index 28bd7b394e0..42ca938436a 100644 --- a/security/libssh2/distinfo +++ b/security/libssh2/distinfo @@ -1,3 +1,3 @@ -MD5 (libssh2-0.13.tar.gz) = 45e23c1470ff4de34ae6ac6b9ed25d97 -SHA256 (libssh2-0.13.tar.gz) = d719b0e97db2305d5f948f4e610f030914911ec8c14dfee096bab02f7ac89822 -SIZE (libssh2-0.13.tar.gz) = 138875 +MD5 (libssh2-0.14.tar.gz) = 7a44b7b38295d80bd8f80254ee135930 +SHA256 (libssh2-0.14.tar.gz) = 5f18347bd3d45c5b79162b91221a764f18ed3c30f0a7cab8c03baa680131b653 +SIZE (libssh2-0.14.tar.gz) = 140033 |