Skip to content

Commit 14f72e7

Browse files
committed
release 0.11.0
Signed-off-by: Stephan Mueller <smueller@chronox.de>
1 parent 47e6a07 commit 14f72e7

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Changes 0.11.0-prerelease
1+
Changes 0.11.0
22

33
* security fix: fix possible leak of message in Kyber
44

@@ -24,6 +24,8 @@ Changes 0.11.0-prerelease
2424

2525
* enhancement: performance increase for XDRBG256
2626

27+
* enhancement: add ED25519ph to support Dilithium hybrid init/update/final handling
28+
2729
Changes 0.10.1
2830

2931
* enhancement: Linux kernel - Kyber: allow parallel compilation of all Kyber types including all optimizations

leancrypto.spec

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ algorithms. Further it only has POSIX dependencies, and allows all algorithms
2222
to be used on stack as well as on heap. Accelerated algorithms are transparently
2323
enabled if possible.
2424

25-
%package -n lib%{name}1
25+
%package -n lib%{name}0
2626
Summary: Cryptographic library with stack-only support and PQC-safe algorithms
2727
Provides: %{name} = %{version}-%{release}
2828
Obsoletes: %{name} < %{version}-%{release}
2929

30-
%description -n lib%{name}1
30+
%description -n lib%{name}0
3131
Leancrypto provides a general-purpose cryptographic library with PQC-safe
3232
algorithms. Further it only has POSIX dependencies, and allows all algorithms
3333
to be used on stack as well as on heap. Accelerated algorithms are transparently
@@ -36,7 +36,7 @@ enabled if possible.
3636
%package devel
3737
Summary: Development files for leancrypto, a cryptographic library
3838
Requires: glibc-devel
39-
Requires: lib%{name}1 = %{version}
39+
Requires: lib%{name}0 = %{version}
4040
# Cannot be noarch due to leancrypto.so symlink
4141
#BuildArch: noarch
4242
#BuildArchitectures: noarch
@@ -66,7 +66,7 @@ used for development.
6666
%package -n %{name}-tools
6767
Summary: Applications provided by leancrypto
6868
Requires: glibc-devel
69-
Requires: lib%{name}1 = %{version}
69+
Requires: lib%{name}0 = %{version}
7070

7171
%description -n %{name}-tools
7272
Leancrypto provides a general-purpose cryptographic library with PQC-safe
@@ -78,10 +78,10 @@ This subpackage holds the tools provided by the library, such as sha*sum.
7878

7979
%kernel_module_package
8080

81-
%package -n lib%{name}1-kernel
81+
%package -n lib%{name}0-kernel
8282
Summary: Cryptographic library with PQC-safe algorithms Kernel Module Package
8383

84-
%description -n lib%{name}1-kernel
84+
%description -n lib%{name}0-kernel
8585
Leancrypto provides a general-purpose cryptographic library with PQC-safe
8686
algorithms. Further it only has POSIX dependencies, and allows all algorithms
8787
to be used on stack as well as on heap. Accelerated algorithms are transparently
@@ -121,10 +121,10 @@ for flavor in %flavors_to_build; do
121121
make -C obj/$flavor/linux_kernel modules_install M=$PWD/obj/$flavor KERNELRELEASE=$KERNELRELEASE
122122
done
123123

124-
%post -n lib%{name}1 -p /sbin/ldconfig
125-
%postun -n lib%{name}1 -p /sbin/ldconfig
124+
%post -n lib%{name}0 -p /sbin/ldconfig
125+
%postun -n lib%{name}0 -p /sbin/ldconfig
126126

127-
%files -n lib%{name}1
127+
%files -n lib%{name}0
128128
%license LICENSE LICENSE.bsd LICENSE.gplv2
129129
%{_libdir}/lib%{name}.so.*
130130
%{_libdir}/pkgconfig/%{name}.pc

0 commit comments

Comments
 (0)