-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add AlmaLinux 8 as a supported OS.
- Loading branch information
Showing
4 changed files
with
35 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
* Thu Aug 31 2023 Steven Pritchard <[email protected]> - 6.9.0 | ||
- Add AlmaLinux 8 support | ||
|
||
* Fri Jul 28 2023 Trey Dockendorf <[email protected]> - 6.8.0 | ||
- Support stdlib 9.x | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
aide::aliases: | ||
- 'ALLXTRAHASHES = sha1+sha256+sha512' | ||
- 'EVERYTHING = R+ALLXTRAHASHES' | ||
- 'NORMAL = R' | ||
- 'DIR = p+i+n+u+g+acl+xattrs' | ||
- 'PERMS = p+i+u+g+acl' | ||
- 'LOG = >' | ||
- 'LSPP = R' | ||
- 'DATAONLY = p+n+u+g+s+acl+selinux+xattrs+sha512' |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
# Only FIPS-supported hashes are sha1 and sha256 | ||
aide::aliases: | ||
- 'R = p+i+l+n+u+g+s+m+c+sha1+sha256' | ||
- 'L = p+i+l+n+u+g+acl+xattrs' | ||
- '> = p+i+l+n+u+g+S+acl+xattrs' | ||
- 'ALLXTRAHASHES = sha1+sha256' | ||
- 'EVERYTHING = R+ALLXTRAHASHES' | ||
- 'NORMAL = R' | ||
- 'DIR = p+i+n+u+g+acl+xattrs' | ||
- 'PERMS = p+i+u+g+acl' | ||
- 'LOG = >' | ||
- 'LSPP = R' | ||
- 'DATAONLY = p+n+u+g+s+acl+selinux+xattrs+sha1+sha256' | ||
|
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