diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2010-06-11 00:13:52 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2010-06-11 00:13:52 +0000 |
commit | 8ffbc9c82c52eba7d358d224eed07ac844179c3e (patch) | |
tree | 753d17881f224fdd8d20d236453b5adf7efc3e3f /security/libssh | |
parent | 0899979ccce9a0fa590c84ee144eeaea7cd9318d (diff) | |
download | ports-8ffbc9c82c52eba7d358d224eed07ac844179c3e.tar.gz ports-8ffbc9c82c52eba7d358d224eed07ac844179c3e.zip |
Notes
Diffstat (limited to 'security/libssh')
-rw-r--r-- | security/libssh/Makefile | 2 | ||||
-rw-r--r-- | security/libssh/distinfo | 6 | ||||
-rw-r--r-- | security/libssh/files/patch-libssh_auth.c | 11 | ||||
-rw-r--r-- | security/libssh/files/patch-libssh_channels1.c | 12 | ||||
-rw-r--r-- | security/libssh/pkg-plist | 2 |
5 files changed, 5 insertions, 28 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index 6f9a1b80e75c..91a531cb59ad 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libssh -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.4 CATEGORIES= security devel MASTER_SITES= http://www.libssh.org/files/ \ LOCAL/avl diff --git a/security/libssh/distinfo b/security/libssh/distinfo index f48caee76c3f..eeb59465aa0b 100644 --- a/security/libssh/distinfo +++ b/security/libssh/distinfo @@ -1,3 +1,3 @@ -MD5 (libssh-0.4.2.tar.gz) = 249fd41dff094f6b236d69a9d1bbb971 -SHA256 (libssh-0.4.2.tar.gz) = ef0abcb5e3a0f647248b3d128905649b77a78161fe0888e88c4efffef739873d -SIZE (libssh-0.4.2.tar.gz) = 254508 +MD5 (libssh-0.4.4.tar.gz) = 2fd85f902c5be2a645d4c2e4d4151052 +SHA256 (libssh-0.4.4.tar.gz) = 3c21e35c42af3766fc57e7b10c23e5a45a97fc77b52bb14b94cd05532de9d1ac +SIZE (libssh-0.4.4.tar.gz) = 274671 diff --git a/security/libssh/files/patch-libssh_auth.c b/security/libssh/files/patch-libssh_auth.c deleted file mode 100644 index 985d3fabb029..000000000000 --- a/security/libssh/files/patch-libssh_auth.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libssh/auth.c.orig 2010-03-16 02:34:17.000000000 +0800 -+++ libssh/auth.c 2010-03-26 15:41:36.000000000 +0800 -@@ -866,6 +866,8 @@ - char *privkey_file = NULL; - int privkey_open = 0; - -+ privkey = NULL; -+ - privkey_file = dir_expand_dup(session, it->data, 1); - if (privkey_file == NULL) { - continue; diff --git a/security/libssh/files/patch-libssh_channels1.c b/security/libssh/files/patch-libssh_channels1.c deleted file mode 100644 index 07f10673bd82..000000000000 --- a/security/libssh/files/patch-libssh_channels1.c +++ /dev/null @@ -1,12 +0,0 @@ ---- libssh/channels1.c.orig 2010-03-19 22:34:30.000000000 +0800 -+++ libssh/channels1.c 2010-03-19 22:35:51.000000000 +0800 -@@ -26,6 +26,9 @@ - #include <stdlib.h> - #include <unistd.h> - #include <stdio.h> -+#ifndef _WIN32 -+#include <arpa/inet.h> -+#endif - #include "libssh/priv.h" - #include "libssh/ssh1.h" - #include "libssh/buffer.h" diff --git a/security/libssh/pkg-plist b/security/libssh/pkg-plist index ca73423db449..eaf0bae5a816 100644 --- a/security/libssh/pkg-plist +++ b/security/libssh/pkg-plist @@ -6,5 +6,5 @@ include/libssh/sftp.h include/libssh/ssh2.h lib/libssh.so lib/libssh.so.4 -lib/libssh.so.4.0.2 +lib/libssh.so.4.1.1 @dirrm include/libssh |