I5R4X8: enhancing CounterMode.crypt() for AESCrypt.implEncryptBlock()
This commit is contained in:
parent
58ab4f96e2
commit
42dc62af36
3938
8143925-enhancing-CounterMode.crypt-for-AESCrypt.patch
Normal file
3938
8143925-enhancing-CounterMode.crypt-for-AESCrypt.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -916,7 +916,7 @@ Provides: java-%{javaver}-%{origin}-accessibility%{?1} = %{epoch}:%{version}-%{r
|
||||
|
||||
Name: java-%{javaver}-%{origin}
|
||||
Version: %{javaver}.%{updatever}.%{buildver}
|
||||
Release: 3
|
||||
Release: 4
|
||||
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons
|
||||
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
|
||||
# also included the epoch in their virtual provides. This created a
|
||||
@ -1139,6 +1139,7 @@ Patch249: Improve_AlgorithmConstraints_checkAlgorithm_performance.patch
|
||||
Patch250: modify_coding_style_and_describe_error.patch
|
||||
Patch251: fix_wrap_memcpy_undefined_gcc10_3.patch
|
||||
Patch252: 8290705_fix_StringConcat_validate_mem_flow_asserts_with_unexpected_userStoreI.patch
|
||||
Patch253: 8143925-enhancing-CounterMode.crypt-for-AESCrypt.patch
|
||||
|
||||
#############################################
|
||||
#
|
||||
@ -1618,6 +1619,7 @@ pushd %{top_level_dir_name}
|
||||
%patch250 -p1
|
||||
%patch251 -p1
|
||||
%patch252 -p1
|
||||
%patch253 -p1
|
||||
popd
|
||||
|
||||
# System library fixes
|
||||
@ -2242,6 +2244,10 @@ cjc.mainProgram(arg)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
||||
* Thu Sep 15 2022 kuenking111 <wangkun49@huawei.com> - 1:1.8.0.342-b07.4
|
||||
- add 8143925-enhancing-CounterMode.crypt-for-AESCrypt.patch
|
||||
|
||||
* Fri Aug 5 2022 kuenking111 <wangkun49@huawei.com> - 1:1.8.0.342-b07.3
|
||||
- add 8290705_fix_StringConcat_validate_mem_flow_asserts_with_unexpected_userStoreI.patch
|
||||
- modified version.txt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user