mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 0.4.4
This commit is contained in:
parent
0899979ccc
commit
8ffbc9c82c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256333
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
@ -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"
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user