Rebase to version 0.10.4
- Add pkcs11 support - Disallow ssh-rsa key in FIPS mode - Fix openssl KDF check at build - ChangeLog was renamed to CHANGELOG - Resolves: rhbz#2068475, rhbz#2026449, rhbz#2004021, rhbz#1977913, rhbz#1975500 Signed-off-by: Norbert Pocs <npocs@redhat.com>
This commit is contained in:
parent
8e7c294850
commit
8c6ce81ac7
2
.gitignore
vendored
2
.gitignore
vendored
@ -56,3 +56,5 @@ libssh-0.4.4.tar.gz.asc
|
||||
/libssh-0.9.5.tar.xz.asc
|
||||
/libssh-0.9.6.tar.xz
|
||||
/libssh-0.9.6.tar.xz.asc
|
||||
/libssh-0.10.4.tar.xz
|
||||
/libssh-0.10.4.tar.xz.asc
|
||||
|
19
libssh.spec
19
libssh.spec
@ -1,12 +1,12 @@
|
||||
Name: libssh
|
||||
Version: 0.9.6
|
||||
Release: 3%{?dist}
|
||||
Version: 0.10.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A library implementing the SSH protocol
|
||||
License: LGPLv2+
|
||||
URL: http://www.libssh.org
|
||||
|
||||
Source0: https://www.libssh.org/files/0.9/%{name}-%{version}.tar.xz
|
||||
Source1: https://www.libssh.org/files/0.9/%{name}-%{version}.tar.xz.asc
|
||||
Source0: https://www.libssh.org/files/0.10/%{name}-%{version}.tar.xz
|
||||
Source1: https://www.libssh.org/files/0.10/%{name}-%{version}.tar.xz.asc
|
||||
Source2: https://cryptomilk.org/gpgkey-8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D.gpg#/%{name}.keyring
|
||||
Source3: libssh_client.config
|
||||
Source4: libssh_server.config
|
||||
@ -106,7 +106,7 @@ popd
|
||||
%ctest
|
||||
|
||||
%files
|
||||
%doc AUTHORS BSD ChangeLog README
|
||||
%doc AUTHORS BSD CHANGELOG README
|
||||
%license COPYING
|
||||
%{_libdir}/libssh.so.4*
|
||||
%{_libdir}/libssh_threads.so.4*
|
||||
@ -126,6 +126,15 @@ popd
|
||||
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config
|
||||
|
||||
%changelog
|
||||
* Mon Sep 19 2022 Norbert pocs <npocs@redhat.com> - 0.10.4-1
|
||||
- Rebase to version 0.10.4
|
||||
- Add pkcs11 support
|
||||
- Disallow ssh-rsa key in FIPS mode
|
||||
- Fix openssl KDF check at build
|
||||
- ChangeLog was renamed to CHANGELOG
|
||||
- Resolves: rhbz#2068475, rhbz#2026449, rhbz#2004021,
|
||||
rhbz#1977913, rhbz#1975500
|
||||
|
||||
* Fri Nov 12 2021 Stanislav Zidek <szidek@redhat.com> - 0.9.6-3
|
||||
+ libssh-0.9.6-3
|
||||
- Disabled gating on osci.brew-build.revdeps.integration
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (libssh-0.9.6.tar.xz) = 4040ec4af937e95be2e41313ef6d4db60b46b8d4dea10c09402398127c1d1ca8843392d207088aeee3c7ef631c6ae7b66861327dcebf78ed3af0723777619fd1
|
||||
SHA512 (libssh-0.9.6.tar.xz.asc) = 1b6223efe9e4ce864cd8d97d517f9f0d38c1cd502b5874fdc6a58731038c2830a72ce753f02fc062d9d4d5922107ec9a2e62fe24a704bb5dec0dcfecdb569fe6
|
||||
SHA512 (libssh-0.10.4.tar.xz) = 01ee52d480201d9886c15e81137c185334b404d1c8e8b743ddf58e95fe8619c8c013616a49807bd1111fde72fa177cd35f3c22b66cbf5d720b5abfacdf7601ed
|
||||
SHA512 (libssh-0.10.4.tar.xz.asc) = 8200215d6471851dac8cd8efd07400b9bc4403cf5406a9fdb28a68ef8fe85c227f92a26071fb32d9396b91661568333b5ceb9b23665d22e761b981dd880bbbc8
|
||||
|
Loading…
Reference in New Issue
Block a user