forked from openkylin/libssh2
changed debian/source/format to native
This commit is contained in:
parent
292fa3cf2d
commit
d40d267d2b
|
@ -1,4 +1,3 @@
|
|||
From 2fc4ef54ec61e98e757a49719b859d8ee59af952 Mon Sep 17 00:00:00 2001
|
||||
From: Mikhail Gusarov <dottedmag@dottedmag.net>
|
||||
Date: Wed, 3 Sep 2014 15:47:19 +0200
|
||||
Subject: [PATCH] Add -lgpg-error to .pc to facilitate static linking
|
||||
|
@ -12,16 +11,15 @@ would cause overlinking of libssh2, and there is no separate variable for
|
|||
|
||||
All this mess ought to be solved in gcrypt inself by providing .pc file,
|
||||
but it is not.
|
||||
|
||||
---
|
||||
libssh2.pc.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
Index: libssh2/libssh2.pc.in
|
||||
===================================================================
|
||||
--- libssh2.orig/libssh2.pc.in
|
||||
+++ libssh2/libssh2.pc.in
|
||||
@@ -13,5 +13,5 @@ Description: Library for SSH-based commu
|
||||
diff --git a/libssh2.pc.in b/libssh2.pc.in
|
||||
index 9663816..bef3724 100644
|
||||
--- a/libssh2.pc.in
|
||||
+++ b/libssh2.pc.in
|
||||
@@ -13,5 +13,5 @@ Description: Library for SSH-based communication
|
||||
Version: @LIBSSH2VER@
|
||||
Requires.private: @LIBSREQUIRED@
|
||||
Libs: -L${libdir} -lssh2 @LIBS@
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
From a5ba7bd8c57cf5362b1245b7de1c3cf3439e7176 Mon Sep 17 00:00:00 2001
|
||||
From: Mikhail Gusarov <dottedmag@dottedmag.net>
|
||||
Date: Mon, 19 May 2014 10:12:10 +0200
|
||||
Subject: [PATCH] Do not expose private libraries nor link flags to users of
|
||||
|
@ -9,9 +8,11 @@ Reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747417
|
|||
libssh2.pc.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/libssh2.pc.in b/libssh2.pc.in
|
||||
index bef3724..04152e1 100644
|
||||
--- a/libssh2.pc.in
|
||||
+++ b/libssh2.pc.in
|
||||
@@ -12,6 +12,6 @@
|
||||
@@ -12,6 +12,6 @@ URL: https://www.libssh2.org/
|
||||
Description: Library for SSH-based communication
|
||||
Version: @LIBSSH2VER@
|
||||
Requires.private: @LIBSREQUIRED@
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
Description: Fix typo
|
||||
Author: Nicolas Mora <babelouest@debian.org>
|
||||
From: Nicolas Mora <babelouest@debian.org>
|
||||
Date: Fri, 9 Dec 2022 06:22:09 +0000
|
||||
Subject: Fix typo
|
||||
|
||||
Forwarded: not-needed
|
||||
---
|
||||
docs/libssh2_userauth_publickey_frommemory.3 | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/docs/libssh2_userauth_publickey_frommemory.3 b/docs/libssh2_userauth_publickey_frommemory.3
|
||||
index 685bd59..8c752c9 100644
|
||||
--- a/docs/libssh2_userauth_publickey_frommemory.3
|
||||
+++ b/docs/libssh2_userauth_publickey_frommemory.3
|
||||
@@ -14,7 +14,7 @@
|
||||
@@ -14,7 +14,7 @@ int libssh2_userauth_publickey_frommemory(LIBSSH2_SESSION *session,
|
||||
size_t privatekeydata_len,
|
||||
const char *passphrase);
|
||||
.SH DESCRIPTION
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
Description: Fix ssh2 test
|
||||
Author: Nicolas Mora <babelouest@debian.org>
|
||||
Forwarded: not-needed
|
||||
--- a/tests/ssh2.sh
|
||||
+++ b/tests/ssh2.sh
|
||||
@@ -25,7 +25,8 @@
|
||||
-o 'Port 4711' \
|
||||
-o 'Protocol 2' \
|
||||
-o "AuthorizedKeysFile $srcdir/etc/user.pub" \
|
||||
- -o 'UsePrivilegeSeparation no' \
|
||||
+ -o 'HostKeyAlgorithms +ssh-rsa' \
|
||||
+ -o 'PubkeyAcceptedAlgorithms +ssh-rsa' \
|
||||
-o 'StrictModes no' \
|
||||
-D \
|
||||
$libssh2_sshd_params &
|
Loading…
Reference in New Issue