-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] provide libica-cex module to satisfy special security requirements [FEATURE] FIPS: enforce the HMAC check Signed-off-by: Joerg Schmidbauer <[email protected]>
- Loading branch information
Showing
4 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: libica | ||
Version: 3.7.0 | ||
Version: 3.8.0 | ||
Release: 1%{?dist} | ||
Summary: Interface library to the ICA device driver | ||
|
||
|
@@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT | |
%{_includedir}/ica_api.h | ||
|
||
%changelog | ||
* Thu May 06 2021 Joerg Schmidbauer <[email protected]> | ||
- Version v3.8.0 | ||
* Tue May 06 2020 Joerg Schmidbauer <[email protected]> | ||
- Version v3.7.0 | ||
* Wed Nov 13 2019 Patrick Steuer <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = 3:7:0 | ||
VERSION = 3:8:0 | ||
|
||
AM_CFLAGS = @FLAGS@ | ||
MAJOR := `echo $(VERSION) | cut -d: -f1` | ||
|