Skip to content

Commit

Permalink
libssh2: update to 1.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb committed Dec 26, 2024
1 parent 567399b commit a0a10b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -1982,6 +1982,7 @@
"libssh2"
],
"versions": [
"1.11.1-1",
"1.11.0-1",
"1.10.0-5",
"1.10.0-4",
Expand Down
8 changes: 4 additions & 4 deletions subprojects/libssh2.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory=libssh2-libssh2-1.11.0
source_url = https://github.com/libssh2/libssh2/archive/libssh2-1.11.0.tar.gz
source_filename = libssh2-1.11.0.tar.gz
source_hash = a842b6778b32d99e3ec83f8d7d1ac449853e41892f3c09bc3d7017e8e246b1cd
directory=libssh2-libssh2-1.11.1
source_url = https://github.com/libssh2/libssh2/archive/libssh2-1.11.1.tar.gz
source_filename = libssh2-1.11.1.tar.gz
source_hash = 82b35c61c78b475647bdc981a183c5b5ab0d979e1caee94186e8f9150f2b0d0d
patch_directory = libssh2

[provide]
Expand Down
5 changes: 4 additions & 1 deletion subprojects/packagefiles/libssh2/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'libssh2',
'c',
version: '1.11.0',
version: '1.11.1',
license: 'BSD-3',
meson_version: '>=0.54.1',
)
Expand All @@ -22,7 +22,9 @@ libssh2_sources = files(
'src/agent_win.c',
'src/bcrypt_pbkdf.c',
'src/blowfish.c',
'src/chacha.c',
'src/channel.c',
'src/cipher-chachapoly.c',
'src/comp.c',
'src/crypt.c',
'src/crypto.c',
Expand All @@ -35,6 +37,7 @@ libssh2_sources = files(
'src/misc.c',
'src/packet.c',
'src/pem.c',
'src/poly1305.c',
'src/publickey.c',
'src/scp.c',
'src/session.c',
Expand Down

0 comments on commit a0a10b9

Please sign in to comment.