From e47325108b50eb7abd034a4e04d354f259a02065 Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Mon, 19 Feb 2024 18:05:00 +0100 Subject: [PATCH] Bump up the version so that the version in 9.3 is lower. Resolves: RHEL-19310, RHEL-19691, RHEL-17245 --- .libssh.metadata | 2 ++ libssh.spec | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .libssh.metadata diff --git a/.libssh.metadata b/.libssh.metadata new file mode 100644 index 0000000..8f4a87e --- /dev/null +++ b/.libssh.metadata @@ -0,0 +1,2 @@ +4c48350a0a688ad82080175ed26a2019928a99c4 libssh-0.10.4.tar.xz +26dc75d73479b063f0c8cedb8736763e98b6e02d libssh-0.10.4.tar.xz.asc diff --git a/libssh.spec b/libssh.spec index c1af249..b1e730b 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh Version: 0.10.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ URL: http://www.libssh.org @@ -147,6 +147,10 @@ popd %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config %changelog +* Mon Feb 19 2024 Sahana Prasad - 0.10.4-13 +- Bump up the version so that the version in 9.3 is lower. +- Resolves: RHEL-19310, RHEL-19691, RHEL-17245 + * Tue Jan 09 2024 Sahana Prasad - 0.10.4-12 - Fix CVE-2023-48795 Prefix truncation attack on Binary Packet Protocol (BPP) - Fix CVE-2023-6918 Missing checks for return values for digests