public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libssh] f44: Use %auto macros to simplify maintenance
@ 2026-07-21  8:36 Jakub Jelen
  0 siblings, 0 replies; only message in thread
From: Jakub Jelen @ 2026-07-21  8:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/libssh
Branch : f44
Commit : 9cb1e08f73174327312abc2cf7c5d13bc46101d1
Author : Jakub Jelen <jjelen@redhat.com>
Date   : 2026-04-29T21:09:36+02:00
Stats  : +352/-446 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/libssh/c/9cb1e08f73174327312abc2cf7c5d13bc46101d1?branch=f44

Log:
Use %auto macros to simplify maintenance

---
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..54939bd
--- /dev/null
+++ b/changelog
@@ -0,0 +1,350 @@
+* Tue Feb 10 2026 Jakub Jelen <jjelen@redhat.com> - 0.12.0-1
+- New upstream release fixing following security issues:
+  - CVE-2025-14821: libssh loads configuration files from the C:\etc directory on Windows
+  - CVE-2026-0964: SCP Protocol Path Traversal in ssh_scp_pull_request()
+  - CVE-2026-0965: Possible Denial of Service when parsing unexpected configuration files
+  - CVE-2026-0966: Buffer underflow in ssh_get_hexa() on invalid input
+  - CVE-2026-0967: Specially crafted patterns could cause DoS
+  - CVE-2026-0968: OOB Read in sftp_parse_longname()
+
+* Thu Jan 29 2026 Jakub Jelen <jjelen@redhat.com> - 0.11.3-3
+- Backport workaround for SoftHSM 2.7.0 to unbreak build
+
+* Tue Sep 09 2025 Jakub Jelen <jjelen@redhat.com> - 0.11.3-1
+- New upstream release fixing the following security weaknesses:
+  - CVE-2025-8114: Fix NULL pointer dereference after allocation failure
+  - CVE-2025-8277: Fix memory leak of ephemeral key pair during repeated wrong KEX
+
+* Tue Jun 24 2025 Jakub Jelen <jjelen@redhat.com> - 0.11.2-1
+- New upstream release
+
+* Fri Oct 25 2024 Sahana Prasad <sahana@redhat.com> - 0.11.1-2
+- Do not use global openssl.cnf in PKCS11 URI tests
+
+* Fri Aug 30 2024 Jakub Jelen <jjelen@redhat.com> - 0.11.1-1
+- New upstream release
+
+* Fri Aug 09 2024 Jakub Jelen <jjelen@redhat.com> - 0.11.0-1
+- New upstream release (#2303674)
+
+* Wed Jul 31 2024 Sahana Prasad <sahana@redhat.com> - 0.10.6-8
+- Remove the need for the engine.h
+- Resolves: rhbz#2300915
+
+* Thu Mar 07 2024 Jakub Jelen <jjelen@redhat.com> - 0.10.6-6
+- Build libssh with pkcs11-provider instead of pkcs11 engine
+
+* Wed Mar 06 2024 David Abdurachmanov <davidlt@rivosinc.com> - 0.10.6-5
+- Add riscv64
+
+* Fri Dec 22 2023 Jakub Jelen <jjelen@redhat.com> - 0.10.6-2
+- Fix regression in IPv6 hosntames parsing
+
+* Mon Dec 18 2023 Jakub Jelen <jjelen@redhat.com> - 0.10.6-1
+- New upstream release fixing (CVE-2023-48795, CVE-2023-6004, CVE-2023-6918)
+
+* Fri May 05 2023 Orion Poplawski <orion@nwra.com> - 0.10.5-1
+- Update to 0.10.5 (CVE-2023-1667 CVE-2023-2283)
+- Have libssh-devel require cmake-filesystem
+
+* Sun Mar 05 2023 Andreas Schneider <asn@redhat.com> - 0.10.4-4
+- Update License to SPDX expression
+
+* Thu Oct 06 2022 Norbert Pocs <npocs@redhat.com> - 0.10.4-2
+- Enable pkcs11 support
+
+* Wed Sep 07 2022 Andreas Schneider <asn@redhat.com> - 0.10.4-1
+- Update to version 0.10.4
+  https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.4
+
+* Fri Sep 02 2022 Andreas Schneider <asn@redhat.com> - 0.10.3-1
+- Update to version 0.10.3
+  https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.3
+  https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.2
+  https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.1
+  https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.0
+- Removed libssh-0.9.6-openssh-8.8p1-compat.patch
+- resolves: rhbz#2121741
+
+* Fri Jan 28 2022 Jakub Jelen <jjelen@redhat.com> - 0.9.6-4
+- Fix build-time tests to work with OpenSSH 8.8p1
+
+* Mon Jan 10 2022 Stephen Gallagher <sgallagh@redhat.com> - 0.9.6-2
+- Skip broken torture_auth tests
+
+* Wed Sep 15 2021 Norbert Pocs <npocs@redhat.com> - 0.9.6-1
+- Fix CVE-CVE-2021-3634 libssh: possible heap-based buffer
+  overflow when rekeying
+- Resolves: rhbz#1994600
+
+* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 0.9.5-4
+- Rebuilt with OpenSSL 3.0.0
+
+* Thu Sep 10 2020 Anderson Sasaki <ansasaki@redhat.com> - 0.9.5-1
+- Update to version 0.9.5
+  https://www.libssh.org/2020/09/10/libssh-0-9-5/
+- Removed patch to re-enable algorithms using sha1 in sshd for testing
+- The algorithms supported by sshd are now automatically detected for testing
+- Resolves: #1862457 - CVE-2020-16135
+
+* Mon Jun 22 2020 Anderson Sasaki <ansasaki@redhat.com> - 0.9.4-3
+- Do not return error when server properly closed the channel (#1849069)
+- Add a test for CVE-2019-14889
+- Do not parse configuration file in torture_knownhosts test
+
+* Wed Apr 15 2020 Anderson Sasaki <ansasaki@redhat.com> - 0.9.4-2
+- Added patch to fix returned version
+
+* Thu Apr 09 2020 Anderson Sasaki <ansasaki@redhat.com> - 0.9.4-1
+- Update to version 0.9.4
+  https://www.libssh.org/2020/04/09/libssh-0-9-4-and-libssh-0-8-9-security-release/
+- Removed inclusion of OpenSSH server configuration file from
+  libssh_server.config
+- Added patch to re-enable algorithms using sha1 in sshd for testing
+- resolves: #1822529 - CVE-2020-1730
+
+* Tue Dec 10 2019 Andreas Schneider <asn@redhat.com> - 0.9.3-1
+- Update to version 0.9.3
+- resolves: #1781780 - Fixes CVE-2019-14889
+
+* Thu Nov 07 2019 Andreas Schneider <asn@redhat.com> - 0.9.2-1
+- Upate to version 0.9.2
+- resolves #1769370 - Remove the docs, they can be found on https://api.libssh.org/
+
+* Thu Jul 11 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.9.0-5
+- Add Obsoletes in libssh-config to avoid conflict with old libssh which
+  installed the configuration files.
+
+* Wed Jul 10 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.9.0-4
+- Eliminate circular dependency with libssh-config subpackage
+
+* Wed Jul 10 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.9.0-3
+- Provide the configuration files in a separate libssh-config subpackage
+
+* Thu Jul 04 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.9.0-2
+- Do not ignore keys from known_hosts when SSH_OPTIONS_HOSTKEYS is set
+
+* Fri Jun 28 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.9.0-1
+- Fixed Release number to released format
+
+* Fri Jun 28 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.9.0-0.1
+- Update to version 0.9.0
+  https://www.libssh.org/2019/06/28/libssh-0-9-0/
+
+* Wed Jun 19 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.8.91-0.1
+- Update to 0.9.0 pre release version (0.8.91)
+- Added default configuration files for client and server
+- Follow system-wide crypto configuration (crypto-policies)
+- Added Recommends for crypto-policies
+- Use OpenSSL implementation for KDF, DH, and signatures.
+- Detect FIPS mode and use only allowed algorithms
+- Run client and server tests during build
+
+* Mon Feb 25 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.8.7-1
+- Update to version 0.8.7
+  https://www.libssh.org/2019/02/25/libssh-0-8-7/
+
+* Tue Jan 15 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.8.6-2
+- Fix rsa-sha2 extension handling (#1666342)
+
+* Thu Jan 03 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.8.6-1
+- Update to version 0.8.6
+  https://www.libssh.org/2018/12/24/libssh-0-8-6-xmas-edition/
+
+* Mon Oct 29 2018 Andreas Schneider <asn@redhat.com> - 0.8.5-1
+- Update to version 0.8.5
+  https://www.libssh.org/2018/10/29/libssh-0-8-5-and-libssh-0-7-7/
+
+* Tue Oct 16 2018 Andreas Schneider <asn@redhat.com> - 0.8.4-1
+- Update to version 0.8.4
+  https://www.libssh.org/2018/10/16/libssh-0-8-4-and-0-7-6-security-and-bugfix-release
+- Fixes CVE-2018-10933
+
+* Mon Oct 01 2018 Anderson Sasaki <ansasaki@redhat.com> - 0.8.3-3
+- Fixed errors found by static code analysis
+
+* Tue Sep 25 2018 Anderson Sasaki <ansasaki@redhat.com> - 0.8.3-2
+- Add missing libssh_threads.so link to libssh-devel package
+
+* Fri Sep 21 2018 Andreas Schneider <asn@redhat.com> - 0.8.3-1
+- Update to version 0.8.3
+  https://www.libssh.org/2018/09/21/libssh-0-8-3/
+
+* Thu Aug 30 2018 Andreas Schneider <asn@redhat.com> - 0.8.2-1
+- Update to version 0.8.2
+  https://www.libssh.org/2018/08/30/libssh-0-8-2
+
+* Thu Aug 16 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-4
+- Fix link creation or RPM doesn't install it
+
+* Wed Aug 15 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-3
+- Add missing so version for libssh_threads.so.4
+
+* Tue Aug 14 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-2
+- Add Provides for libssh_threads.so to unbreak applications
+
+* Mon Aug 13 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-1
+- Update to version 0.8.1
+  https://www.libssh.org/2018/08/13/libssh-0-8-1
+- resolves: #1615248 - pkg-config --modversion
+- resolves: #1615132 - library initialization
+
+* Fri Aug 10 2018 Andreas Schneider <asn@redhat.com> - 0.8.0-1
+- Update to version 0.8.0
+  https://www.libssh.org/2018/08/10/libssh-0-8-0/
+
+* Wed Mar 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.7.5-8
+- BR: gcc-c++, use %%make_build
+
+* Thu Feb 01 2018 Andreas Schneider <asn@redhat.com> - 0.7.5-6
+- resolves: #1540021 - Build against OpenSSL 1.1
+
+* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.5-5
+- Switch to %%ldconfig_scriptlets
+
+* Fri Dec 29 2017 Andreas Schneider <asn@redhat.com> - 0.7.5-4
+- Fix parsing ssh_config
+
+* Wed Apr 26 2017 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.5-1
+- Update to version 0.7.5
+
+* Sat Mar 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 0.7.4-2
+- BR: compat-openssl10-devel (f26+, #1423088)
+- use %%license
+- -devel: drop hardcoded pkgconfig dep (let autodeps handle it)
+- %%files: track library sonames, simplify -devel
+- %%install: use 'install/fast' target
+- .spec cosmetics, drop deprecated %%clean section
+
+* Wed Feb 08 2017 Andreas Schneider <asn@redhat.com> - 0.7.4-1
+- Update to version 0.7.4
+  * Added id_ed25519 to the default identity list
+  * Fixed sftp EOF packet handling
+  * Fixed ssh_send_banner() to confirm with RFC 4253
+  * Fixed some memory leaks
+- resolves: #1419007
+
+* Wed Feb 24 2016 Andreas Schneider <asn@redhat.com> - 0.7.3-1
+- resolves: #1311259 - Fix CVE-2016-0739
+- resolves: #1311332 - Update to version 0.7.3
+  * Fixed CVE-2016-0739
+  * Fixed ssh-agent on big endian
+  * Fixed some documentation issues
+- Enabled GSSAPI support
+
+* Thu Oct 22 2015 Andreas Schneider <asn@redhat.com> - 0.7.2-2
+- resolves: #1271230 - Fix ssh-agent support on big endian
+
+* Wed Sep 30 2015 Andreas Schneider <asn@redhat.com> - 0.7.2-1
+- Update to version 0.7.2
+  * Fixed OpenSSL detection on Windows
+  * Fixed return status for ssh_userauth_agent()
+  * Fixed KEX to prefer hmac-sha2-256
+  * Fixed sftp packet handling
+  * Fixed return values of ssh_key_is_(public|private)
+  * Fixed bug in global success reply
+- resolves: #1267346
+
+* Tue Jun 30 2015 Andreas Schneider <asn@redhat.com> - 0.7.1-1
+- Update to version 0.7.1
+  * Fixed SSH_AUTH_PARTIAL auth with auto public key
+  * Fixed memory leak in session options
+  * Fixed allocation of ed25519 public keys
+  * Fixed channel exit-status and exit-signal
+  * Reintroduce ssh_forward_listen()
+
+* Thu May 21 2015 Orion Poplawski <orion@cora.nwra.com> - 0.7.0-2
+- Add patch to fix undefined symbol: ssh_forward_listen (bug #1221310)
+
+* Mon May 11 2015 Andreas Schneider <asn@redhat.com> - 0.7.0-1
+- Update to version 0.7.0
+  * Added support for ed25519 keys
+  * Added SHA2 algorithms for HMAC
+  * Added improved and more secure buffer handling code
+  * Added callback for auth_none_function
+  * Added support for ECDSA private key signing
+  * Added more tests
+  * Fixed a lot of bugs
+  * Improved API documentation
+
+* Thu Apr 30 2015 Andreas Schneider <asn@redhat.com> - 0.6.5-1
+- resolves: #1213775 - Security fix for CVE-2015-3146
+- resolves: #1218076 - Security fix for CVE-2015-3146
+
+* Fri Dec 19 2014 - Andreas Schneider <asn@redhat.com> - 0.6.4-1
+- Security fix for CVE-2014-8132.
+
+* Tue Mar 04 2014 - Andreas Schneider <asn@redhat.com> - 0.6.3-1
+- Fix CVE-2014-0017.
+
+* Mon Feb 10 2014 - Andreas Schneider <asn@redhat.com> - 0.6.1-1
+- Update to version 0.6.1.
+- resolves: #1056757 - Fix scp mode.
+- resolves: #1053305 - Fix known_hosts heuristic.
+
+* Wed Jan 08 2014 - Andreas Schneider <asn@redhat.com> - 0.6.0-1
+- Update to 0.6.0
+
+* Fri Jul 26 2013 - Andreas Schneider <asn@redhat.com> - 0.5.5-1
+- Update to 0.5.5.
+- Clenup the spec file.
+
+* Thu Jul 18 2013 Simone Caronni <negativo17@gmail.com> - 0.5.4-5
+- Add EPEL 5 support.
+- Add Debian patches to enable Doxygen documentation.
+
+* Tue Jul 16 2013 Simone Caronni <negativo17@gmail.com> - 0.5.4-4
+- Add patch for #982685.
+
+* Mon Jun 10 2013 Simone Caronni <negativo17@gmail.com> - 0.5.4-3
+- Clean up SPEC file and fix rpmlint complaints.
+
+* Wed Jan 23 2013 Petr Lautrbach <plautrba@redhat.com> 0.5.4-1
+- update to security 0.5.4 release
+- CVE-2013-0176 (#894407)
+
+* Tue Nov 20 2012 Petr Lautrbach <plautrba@redhat.com> 0.5.3-1
+- update to security 0.5.3 release (#878465)
+
+* Thu Feb 02 2012 Petr Lautrbach <plautrba@redhat.com> 0.5.2-1
+- update to 0.5.2 version (#730270)
+
+* Wed Jun  1 2011 Jan F. Chadima <jchadima@redhat.com> - 0.5.0-1
+- bounce versionn to 0.5.0 (#709785)
+- the support for protocol v1 is disabled
+
+* Wed Jan 19 2011 Jan F. Chadima <jchadima@redhat.com> - 0.4.8-1
+- bounce versionn to 0.4.8 (#670456)
+
+* Mon Sep  6 2010 Jan F. Chadima <jchadima@redhat.com> - 0.4.6-1
+- bounce versionn to 0.4.6 (#630602)
+
+* Thu Jun  3 2010 Jan F. Chadima <jchadima@redhat.com> - 0.4.4-1
+- bounce versionn to 0.4.4 (#598592)
+
+* Wed May 19 2010 Jan F. Chadima <jchadima@redhat.com> - 0.4.3-1
+- bounce versionn to 0.4.3 (#593288)
+
+* Tue Mar 16 2010 Jan F. Chadima <jchadima@redhat.com> - 0.4.2-1
+- bounce versionn to 0.4.2 (#573972)
+
+* Tue Feb 16 2010 Jan F. Chadima <jchadima@redhat.com> - 0.4.1-1
+- bounce versionn to 0.4.1 (#565870)
+
+* Fri Dec 11 2009 Jan F. Chadima <jchadima@redhat.com> - 0.4.0-1
+- bounce versionn to 0.4.0 (#541010)
+
+* Thu Nov 26 2009 Jan F. Chadima <jchadima@redhat.com> - 0.3.92-2
+- typo in spec file
+
+* Thu Nov 26 2009 Jan F. Chadima <jchadima@redhat.com> - 0.3.92-1
+- bounce versionn to 0.3.92 (0.4 beta2) (#541010)
+
+* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.2-4
+- rebuilt with new openssl
+
+* Tue Jun 02 2009 Jan F. Chadima <jchadima@redhat.com> - 0.2-2
+- Small changes during review
+
+* Mon Jun 01 2009 Jan F. Chadima <jchadima@redhat.com> - 0.2-1
+- Initial build

diff --git a/libssh.spec b/libssh.spec
index fbf6d0d..51eeb70 100644
--- a/libssh.spec
+++ b/libssh.spec
@@ -1,6 +1,6 @@
 Name:           libssh
 Version:        0.12.0
-Release:        1%{?dist}
+Release:        %autorelease
 Summary:        A library implementing the SSH protocol
 License:        LGPL-2.1-or-later
 URL:            http://www.libssh.org
@@ -142,448 +142,4 @@ popd
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config
 
 %changelog
-* Tue Feb 10 2026 Jakub Jelen <jjelen@redhat.com> - 0.12.0-1
-- New upstream release fixing following security issues:
-  - CVE-2025-14821: libssh loads configuration files from the C:\etc directory on Windows
-  - CVE-2026-0964: SCP Protocol Path Traversal in ssh_scp_pull_request()
-  - CVE-2026-0965: Possible Denial of Service when parsing unexpected configuration files
-  - CVE-2026-0966: Buffer underflow in ssh_get_hexa() on invalid input
-  - CVE-2026-0967: Specially crafted patterns could cause DoS
-  - CVE-2026-0968: OOB Read in sftp_parse_longname()
-
-* Thu Jan 29 2026 Jakub Jelen <jjelen@redhat.com> - 0.11.3-3
-- Backport workaround for SoftHSM 2.7.0 to unbreak build
-
-* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Tue Sep 09 2025 Jakub Jelen <jjelen@redhat.com> - 0.11.3-1
-- New upstream release fixing the following security weaknesses:
-  - CVE-2025-8114: Fix NULL pointer dereference after allocation failure
-  - CVE-2025-8277: Fix memory leak of ephemeral key pair during repeated wrong KEX
-
-* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
-* Tue Jun 24 2025 Jakub Jelen <jjelen@redhat.com> - 0.11.2-1
-- New upstream release
-
-* Mon Jan 20 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Fri Oct 25 2024 Sahana Prasad <sahana@redhat.com> - 0.11.1-2
-- Do not use global openssl.cnf in PKCS11 URI tests
-
-* Fri Aug 30 2024 Jakub Jelen <jjelen@redhat.com> - 0.11.1-1
-- New upstream release
-
-* Fri Aug 09 2024 Jakub Jelen <jjelen@redhat.com> - 0.11.0-1
-- New upstream release (#2303674)
-
-* Wed Jul 31 2024 Sahana Prasad <sahana@redhat.com> - 0.10.6-8
-- Remove the need for the engine.h
-- Resolves: rhbz#2300915
-
-* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.6-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Thu Mar 07 2024 Jakub Jelen <jjelen@redhat.com> - 0.10.6-6
-- Build libssh with pkcs11-provider instead of pkcs11 engine
-
-* Wed Mar 06 2024 David Abdurachmanov <davidlt@rivosinc.com> - 0.10.6-5
-- Add riscv64
-
-* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.6-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.6-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Fri Dec 22 2023 Jakub Jelen <jjelen@redhat.com> - 0.10.6-2
-- Fix regression in IPv6 hosntames parsing
-
-* Mon Dec 18 2023 Jakub Jelen <jjelen@redhat.com> - 0.10.6-1
-- New upstream release fixing (CVE-2023-48795, CVE-2023-6004, CVE-2023-6918)
-
-* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Fri May 05 2023 Orion Poplawski <orion@nwra.com> - 0.10.5-1
-- Update to 0.10.5 (CVE-2023-1667 CVE-2023-2283)
-- Have libssh-devel require cmake-filesystem
-
-* Sun Mar 05 2023 Andreas Schneider <asn@redhat.com> - 0.10.4-4
-- Update License to SPDX expression
-
-* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.4-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Thu Oct 06 2022 Norbert Pocs <npocs@redhat.com> - 0.10.4-2
-- Enable pkcs11 support
-
-* Wed Sep 07 2022 Andreas Schneider <asn@redhat.com> - 0.10.4-1
-- Update to version 0.10.4
-  https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.4
-
-* Fri Sep 02 2022 Andreas Schneider <asn@redhat.com> - 0.10.3-1
-- Update to version 0.10.3
-  https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.3
-  https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.2
-  https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.1
-  https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.0
-- Removed libssh-0.9.6-openssh-8.8p1-compat.patch
-- resolves: rhbz#2121741
-
-* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Fri Jan 28 2022 Jakub Jelen <jjelen@redhat.com> - 0.9.6-4
-- Fix build-time tests to work with OpenSSH 8.8p1
-
-* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Mon Jan 10 2022 Stephen Gallagher <sgallagh@redhat.com> - 0.9.6-2
-- Skip broken torture_auth tests
-
-* Wed Sep 15 2021 Norbert Pocs <npocs@redhat.com> - 0.9.6-1
-- Fix CVE-CVE-2021-3634 libssh: possible heap-based buffer
-  overflow when rekeying
-- Resolves: rhbz#1994600
-
-* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 0.9.5-4
-- Rebuilt with OpenSSL 3.0.0
-
-* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Thu Sep 10 2020 Anderson Sasaki <ansasaki@redhat.com> - 0.9.5-1
-- Update to version 0.9.5
-  https://www.libssh.org/2020/09/10/libssh-0-9-5/
-- Removed patch to re-enable algorithms using sha1 in sshd for testing
-- The algorithms supported by sshd are now automatically detected for testing
-- Resolves: #1862457 - CVE-2020-16135
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.4-5
-- Second attempt - Rebuilt for
-  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.4-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Mon Jun 22 2020 Anderson Sasaki <ansasaki@redhat.com> - 0.9.4-3
-- Do not return error when server properly closed the channel (#1849069)
-- Add a test for CVE-2019-14889
-- Do not parse configuration file in torture_knownhosts test
-
-* Wed Apr 15 2020 Anderson Sasaki <ansasaki@redhat.com> - 0.9.4-2
-- Added patch to fix returned version
-
-* Thu Apr 09 2020 Anderson Sasaki <ansasaki@redhat.com> - 0.9.4-1
-- Update to version 0.9.4
-  https://www.libssh.org/2020/04/09/libssh-0-9-4-and-libssh-0-8-9-security-release/
-- Removed inclusion of OpenSSH server configuration file from
-  libssh_server.config
-- Added patch to re-enable algorithms using sha1 in sshd for testing
-- resolves: #1822529 - CVE-2020-1730
-
-* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Tue Dec 10 2019 Andreas Schneider <asn@redhat.com> - 0.9.3-1
-- Update to version 0.9.3
-- resolves: #1781780 - Fixes CVE-2019-14889
-
-* Thu Nov 07 2019 Andreas Schneider <asn@redhat.com> - 0.9.2-1
-- Upate to version 0.9.2
-- resolves #1769370 - Remove the docs, they can be found on https://api.libssh.org/
-
-* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Thu Jul 11 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.9.0-5
-- Add Obsoletes in libssh-config to avoid conflict with old libssh which
-  installed the configuration files.
-
-* Wed Jul 10 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.9.0-4
-- Eliminate circular dependency with libssh-config subpackage
-
-* Wed Jul 10 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.9.0-3
-- Provide the configuration files in a separate libssh-config subpackage
-
-* Thu Jul 04 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.9.0-2
-- Do not ignore keys from known_hosts when SSH_OPTIONS_HOSTKEYS is set
-
-* Fri Jun 28 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.9.0-1
-- Fixed Release number to released format
-
-* Fri Jun 28 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.9.0-0.1
-- Update to version 0.9.0
-  https://www.libssh.org/2019/06/28/libssh-0-9-0/
-
-* Wed Jun 19 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.8.91-0.1
-- Update to 0.9.0 pre release version (0.8.91)
-- Added default configuration files for client and server
-- Follow system-wide crypto configuration (crypto-policies)
-- Added Recommends for crypto-policies
-- Use OpenSSL implementation for KDF, DH, and signatures.
-- Detect FIPS mode and use only allowed algorithms
-- Run client and server tests during build
-
-* Mon Feb 25 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.8.7-1
-- Update to version 0.8.7
-  https://www.libssh.org/2019/02/25/libssh-0-8-7/
-
-* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Tue Jan 15 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.8.6-2
-- Fix rsa-sha2 extension handling (#1666342)
-
-* Thu Jan 03 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.8.6-1
-- Update to version 0.8.6
-  https://www.libssh.org/2018/12/24/libssh-0-8-6-xmas-edition/
-
-* Mon Oct 29 2018 Andreas Schneider <asn@redhat.com> - 0.8.5-1
-- Update to version 0.8.5
-  https://www.libssh.org/2018/10/29/libssh-0-8-5-and-libssh-0-7-7/
-
-* Tue Oct 16 2018 Andreas Schneider <asn@redhat.com> - 0.8.4-1
-- Update to version 0.8.4
-  https://www.libssh.org/2018/10/16/libssh-0-8-4-and-0-7-6-security-and-bugfix-release
-- Fixes CVE-2018-10933
-
-* Mon Oct 01 2018 Anderson Sasaki <ansasaki@redhat.com> - 0.8.3-3
-- Fixed errors found by static code analysis
-
-* Tue Sep 25 2018 Anderson Sasaki <ansasaki@redhat.com> - 0.8.3-2
-- Add missing libssh_threads.so link to libssh-devel package
-
-* Fri Sep 21 2018 Andreas Schneider <asn@redhat.com> - 0.8.3-1
-- Update to version 0.8.3
-  https://www.libssh.org/2018/09/21/libssh-0-8-3/
-
-* Thu Aug 30 2018 Andreas Schneider <asn@redhat.com> - 0.8.2-1
-- Update to version 0.8.2
-  https://www.libssh.org/2018/08/30/libssh-0-8-2
-
-* Thu Aug 16 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-4
-- Fix link creation or RPM doesn't install it
-
-* Wed Aug 15 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-3
-- Add missing so version for libssh_threads.so.4
-
-* Tue Aug 14 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-2
-- Add Provides for libssh_threads.so to unbreak applications
-
-* Mon Aug 13 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-1
-- Update to version 0.8.1
-  https://www.libssh.org/2018/08/13/libssh-0-8-1
-- resolves: #1615248 - pkg-config --modversion
-- resolves: #1615132 - library initialization
-
-* Fri Aug 10 2018 Andreas Schneider <asn@redhat.com> - 0.8.0-1
-- Update to version 0.8.0
-  https://www.libssh.org/2018/08/10/libssh-0-8-0/
-
-* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.5-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Wed Mar 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.7.5-8
-- BR: gcc-c++, use %%make_build
-
-* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.5-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Thu Feb 01 2018 Andreas Schneider <asn@redhat.com> - 0.7.5-6
-- resolves: #1540021 - Build against OpenSSL 1.1
-
-* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.5-5
-- Switch to %%ldconfig_scriptlets
-
-* Fri Dec 29 2017 Andreas Schneider <asn@redhat.com> - 0.7.5-4
-- Fix parsing ssh_config
-
-* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.5-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
-
-* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Wed Apr 26 2017 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.5-1
-- Update to version 0.7.5
-
-* Sat Mar 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 0.7.4-2
-- BR: compat-openssl10-devel (f26+, #1423088)
-- use %%license
-- -devel: drop hardcoded pkgconfig dep (let autodeps handle it)
-- %%files: track library sonames, simplify -devel
-- %%install: use 'install/fast' target
-- .spec cosmetics, drop deprecated %%clean section
-
-* Wed Feb 08 2017 Andreas Schneider <asn@redhat.com> - 0.7.4-1
-- Update to version 0.7.4
-  * Added id_ed25519 to the default identity list
-  * Fixed sftp EOF packet handling
-  * Fixed ssh_send_banner() to confirm with RFC 4253
-  * Fixed some memory leaks
-- resolves: #1419007
-
-* Wed Feb 24 2016 Andreas Schneider <asn@redhat.com> - 0.7.3-1
-- resolves: #1311259 - Fix CVE-2016-0739
-- resolves: #1311332 - Update to version 0.7.3
-  * Fixed CVE-2016-0739
-  * Fixed ssh-agent on big endian
-  * Fixed some documentation issues
-- Enabled GSSAPI support
-
-* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
-* Thu Oct 22 2015 Andreas Schneider <asn@redhat.com> - 0.7.2-2
-- resolves: #1271230 - Fix ssh-agent support on big endian
-
-* Wed Sep 30 2015 Andreas Schneider <asn@redhat.com> - 0.7.2-1
-- Update to version 0.7.2
-  * Fixed OpenSSL detection on Windows
-  * Fixed return status for ssh_userauth_agent()
-  * Fixed KEX to prefer hmac-sha2-256
-  * Fixed sftp packet handling
-  * Fixed return values of ssh_key_is_(public|private)
-  * Fixed bug in global success reply
-- resolves: #1267346
-
-* Tue Jun 30 2015 Andreas Schneider <asn@redhat.com> - 0.7.1-1
-- Update to version 0.7.1
-  * Fixed SSH_AUTH_PARTIAL auth with auto public key
-  * Fixed memory leak in session options
-  * Fixed allocation of ed25519 public keys
-  * Fixed channel exit-status and exit-signal
-  * Reintroduce ssh_forward_listen()
-
-* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Thu May 21 2015 Orion Poplawski <orion@cora.nwra.com> - 0.7.0-2
-- Add patch to fix undefined symbol: ssh_forward_listen (bug #1221310)
-
-* Mon May 11 2015 Andreas Schneider <asn@redhat.com> - 0.7.0-1
-- Update to version 0.7.0
-  * Added support for ed25519 keys
-  * Added SHA2 algorithms for HMAC
-  * Added improved and more secure buffer handling code
-  * Added callback for auth_none_function
-  * Added support for ECDSA private key signing
-  * Added more tests
-  * Fixed a lot of bugs
-  * Improved API documentation
-
-* Thu Apr 30 2015 Andreas Schneider <asn@redhat.com> - 0.6.5-1
-- resolves: #1213775 - Security fix for CVE-2015-3146
-- resolves: #1218076 - Security fix for CVE-2015-3146
-
-* Fri Dec 19 2014 - Andreas Schneider <asn@redhat.com> - 0.6.4-1
-- Security fix for CVE-2014-8132.
-
-* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Tue Mar 04 2014 - Andreas Schneider <asn@redhat.com> - 0.6.3-1
-- Fix CVE-2014-0017.
-
-* Mon Feb 10 2014 - Andreas Schneider <asn@redhat.com> - 0.6.1-1
-- Update to version 0.6.1.
-- resolves: #1056757 - Fix scp mode.
-- resolves: #1053305 - Fix known_hosts heuristic.
-
-* Wed Jan 08 2014 - Andreas Schneider <asn@redhat.com> - 0.6.0-1
-- Update to 0.6.0
-
-* Fri Jul 26 2013 - Andreas Schneider <asn@redhat.com> - 0.5.5-1
-- Update to 0.5.5.
-- Clenup the spec file.
-
-* Thu Jul 18 2013 Simone Caronni <negativo17@gmail.com> - 0.5.4-5
-- Add EPEL 5 support.
-- Add Debian patches to enable Doxygen documentation.
-
-* Tue Jul 16 2013 Simone Caronni <negativo17@gmail.com> - 0.5.4-4
-- Add patch for #982685.
-
-* Mon Jun 10 2013 Simone Caronni <negativo17@gmail.com> - 0.5.4-3
-- Clean up SPEC file and fix rpmlint complaints.
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Wed Jan 23 2013 Petr Lautrbach <plautrba@redhat.com> 0.5.4-1
-- update to security 0.5.4 release
-- CVE-2013-0176 (#894407)
-
-* Tue Nov 20 2012 Petr Lautrbach <plautrba@redhat.com> 0.5.3-1
-- update to security 0.5.3 release (#878465)
-
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Thu Feb 02 2012 Petr Lautrbach <plautrba@redhat.com> 0.5.2-1
-- update to 0.5.2 version (#730270)
-
-* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Wed Jun  1 2011 Jan F. Chadima <jchadima@redhat.com> - 0.5.0-1
-- bounce versionn to 0.5.0 (#709785)
-- the support for protocol v1 is disabled
-
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.8-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Wed Jan 19 2011 Jan F. Chadima <jchadima@redhat.com> - 0.4.8-1
-- bounce versionn to 0.4.8 (#670456)
-
-* Mon Sep  6 2010 Jan F. Chadima <jchadima@redhat.com> - 0.4.6-1
-- bounce versionn to 0.4.6 (#630602)
-
-* Thu Jun  3 2010 Jan F. Chadima <jchadima@redhat.com> - 0.4.4-1
-- bounce versionn to 0.4.4 (#598592)
-
-* Wed May 19 2010 Jan F. Chadima <jchadima@redhat.com> - 0.4.3-1
-- bounce versionn to 0.4.3 (#593288)
-
-* Tue Mar 16 2010 Jan F. Chadima <jchadima@redhat.com> - 0.4.2-1
-- bounce versionn to 0.4.2 (#573972)
-
-* Tue Feb 16 2010 Jan F. Chadima <jchadima@redhat.com> - 0.4.1-1
-- bounce versionn to 0.4.1 (#565870)
-
-* Fri Dec 11 2009 Jan F. Chadima <jchadima@redhat.com> - 0.4.0-1
-- bounce versionn to 0.4.0 (#541010)
-
-* Thu Nov 26 2009 Jan F. Chadima <jchadima@redhat.com> - 0.3.92-2
-- typo in spec file
-
-* Thu Nov 26 2009 Jan F. Chadima <jchadima@redhat.com> - 0.3.92-1
-- bounce versionn to 0.3.92 (0.4 beta2) (#541010)
-
-* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.2-4
-- rebuilt with new openssl
-
-* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Tue Jun 02 2009 Jan F. Chadima <jchadima@redhat.com> - 0.2-2
-- Small changes during review
-
-* Mon Jun 01 2009 Jan F. Chadima <jchadima@redhat.com> - 0.2-1
-- Initial build
-
+%autochangelog

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-21  8:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21  8:36 [rpms/libssh] f44: Use %auto macros to simplify maintenance Jakub Jelen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox