import CS nettle-3.10.1-1.el9

This commit is contained in:
eabdullin 2025-03-11 07:50:31 +00:00
parent d52b105832
commit 9210f5e64d
3 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/gmp-6.2.1.tar.xz
SOURCES/nettle-3.9.1-hobbled.tar.xz
SOURCES/nettle-3.10.1-hobbled.tar.xz

View File

@ -1,2 +1,2 @@
0578d48607ec0e272177d175fd1807c30b00fdf2 SOURCES/gmp-6.2.1.tar.xz
eda5b879d1574e895f511cfb8c9582ecb51aa7d5 SOURCES/nettle-3.9.1-hobbled.tar.xz
2ff7671b9ea9a2193d0057c62d88faf2b67c4552 SOURCES/nettle-3.10.1-hobbled.tar.xz

View File

@ -14,7 +14,7 @@
%bcond_without fips
Name: nettle
Version: 3.9.1
Version: 3.10.1
Release: 1%{?dist}
Summary: A low-level cryptographic library
@ -204,6 +204,9 @@ make check
%changelog
* Fri Feb 14 2025 Daiki Ueno <dueno@redhat.com> - 3.10.1-1
- Update to nettle 3.10.1 (RHEL-52740)
* Wed Nov 1 2023 Daiki Ueno <dueno@redhat.com> - 3.9.1-1
- Update to nettle 3.9.1 (RHEL-14890)