1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Update to 1.4.1

Approved by:	jadawin@, miwi@ (mentors, implicit)
This commit is contained in:
Sofian Brabez 2012-04-16 08:38:45 +00:00
parent f207fcf0b6
commit ba99ff9e32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294902
3 changed files with 3 additions and 15 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= libssh2
PORTVERSION= 1.4.0
PORTREVISION= 1
PORTVERSION= 1.4.1
PORTEPOCH= 2
CATEGORIES= security devel
MASTER_SITES= http://www.libssh2.org/download/ \

View File

@ -1,2 +1,2 @@
SHA256 (libssh2-1.4.0.tar.gz) = dfc5bbad14a5049fea5c5e8a7a743130bb1e365730e13e2bb7d6494c92a4c581
SIZE (libssh2-1.4.0.tar.gz) = 653514
SHA256 (libssh2-1.4.1.tar.gz) = 196579273b47813fe833d35dd234767567ed8938d9b98f1badf7af9002c9322d
SIZE (libssh2-1.4.1.tar.gz) = 658507

View File

@ -1,11 +0,0 @@
--- ./src/libgcrypt.c.orig 2012-02-07 19:05:00.000000000 +0100
+++ ./src/libgcrypt.c 2012-02-07 19:05:11.000000000 +0100
@@ -581,7 +581,7 @@
const char *privatekey,
const char *passphrase)
{
- return _libssh_error(session, LIBSSH2_ERROR_FILE,
+ return _libssh2_error(session, LIBSSH2_ERROR_FILE,
"Unable to extract public key from private key file: "
"Method unimplemented in libgcrypt backend");
}