Skip to content

Commit c00ee1f

Browse files
authored
libssh: update to v0.10.6 to fix CVE-2023-48795 (#7141)
1 parent ff01fee commit c00ee1f

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

SPECS/libssh/libssh.signatures.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Signatures": {
3-
"libssh-0.10.5.tar.xz": "b60e2ff7f367b9eee2b5634d3a63303ddfede0e6a18dfca88c44a8770e7e4234",
4-
"libssh-0.10.5.tar.xz.asc": "cc5427ac9480b30f87f7c3c2dca1830c1e7fe3c18503da2c07d4110150916c66",
3+
"libssh-0.10.6.tar.xz": "1861d498f5b6f1741b6abc73e608478491edcf9c9d4b6630eef6e74596de9dc1",
4+
"libssh-0.10.6.tar.xz.asc": "140420406d7796548b0beaf736e73864c32291787cf2bd3983fdbc41741494ae",
55
"libssh.keyring": "3861ac6763ff3edf0bbbb05fe890962a5dbcd99b2e00fae16687fd480c7fab0f",
66
"libssh_client.config": "332db0f675f29a2f1295486489cd5b2d0fb9ead138674e8c890b2e69daa50035",
77
"libssh_server.config": "b779ac90d463057293a5474b014f3fc6e4fc342f2a96b068eb2cc40d6112b9c7"

SPECS/libssh/libssh.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Vendor: Microsoft Corporation
22
Distribution: Mariner
33
Name: libssh
4-
Version: 0.10.5
5-
Release: 2%{?dist}
4+
Version: 0.10.6
5+
Release: 1%{?dist}
66
Summary: A library implementing the SSH protocol
77
License: LGPLv2+
88
URL: http://www.libssh.org
@@ -144,6 +144,9 @@ popd
144144
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config
145145

146146
%changelog
147+
* Fri Dec 29 2023 Neha Agarwal <nehaagarwal@microsoft.com> - 0.10.6-1
148+
- Upgrade to 0.10.6 to fix CVE-2023-48795
149+
147150
* Fri May 26 2023 Vince Perri <viperri@microsoft.com> - 0.10.5-2
148151
- License verified.
149152
- Switched to out-of-source build.

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11051,8 +11051,8 @@
1105111051
"type": "other",
1105211052
"other": {
1105311053
"name": "libssh",
11054-
"version": "0.10.5",
11055-
"downloadUrl": "https://www.libssh.org/files/0.10/libssh-0.10.5.tar.xz"
11054+
"version": "0.10.6",
11055+
"downloadUrl": "https://www.libssh.org/files/0.10/libssh-0.10.6.tar.xz"
1105611056
}
1105711057
}
1105811058
},

0 commit comments

Comments
 (0)