Auto sync2gitlab import of crypto-policies-20221215-1.gitece0092.el8.src.rpm
This commit is contained in:
parent
3e4c202b6d
commit
ddaf796184
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/crypto-policies-gitae470d6.tar.gz
|
||||
/crypto-policies-gitece0092.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global git_date 20211116
|
||||
%global git_commit ae470d6c5ee633d77c3ae9bcebf748fb3dad9507
|
||||
%global git_date 20221215
|
||||
%global git_commit ece0092078a87593c01b127cdb2368877ce11d01
|
||||
%{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})}
|
||||
|
||||
%global _python_bytecompile_extra 0
|
||||
@ -121,10 +121,12 @@ if not posix.access("%{_sysconfdir}/crypto-policies/config") then
|
||||
end
|
||||
local policypath = "%{_datarootdir}/crypto-policies/"..policy
|
||||
for fn in posix.files(policypath) do
|
||||
local backend = fn:gsub(".*/", ""):gsub("%%..*", "")
|
||||
local cfgfn = "%{_sysconfdir}/crypto-policies/back-ends/"..backend..".config"
|
||||
posix.unlink(cfgfn)
|
||||
posix.symlink(policypath.."/"..fn, cfgfn)
|
||||
if fn ~= "." and fn ~= ".." then
|
||||
local backend = fn:gsub(".*/", ""):gsub("%%..*", "")
|
||||
local cfgfn = "%{_sysconfdir}/crypto-policies/back-ends/"..backend..".config"
|
||||
posix.unlink(cfgfn)
|
||||
posix.symlink(policypath.."/"..fn, cfgfn)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@ -186,6 +188,11 @@ end
|
||||
%{_mandir}/man8/fips-finish-install.8*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 15 2022 Alexander Sosedkin <asosedkin@redhat.com> - 20221215-1.gitece0092
|
||||
- bind: expand the list of disableable algorithms
|
||||
- tests/java: fix java.security.disableSystemPropertiesFile=true
|
||||
- stop accidentally creating /etc/crypto-policies/back-ends/.config symlink
|
||||
|
||||
* Tue Nov 16 2021 Alexander Sosedkin <asosedkin@redhat.com> - 20211116-1.gitae470d6
|
||||
- OSPP: relax -ECDSA-SHA2-512, -FFDHE-*
|
||||
- fips-mode-setup, fips-finish-install: call zipl more often (s390x-specific)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (crypto-policies-gitae470d6.tar.gz) = 12036421ffd98615147bcd0bdc866a58c632488bc30b234fc44a2b0bea7f6562b69fba525ec0b85f7be0156a4a93f8295a24cc6039e2c925c4d2ddc820650214
|
||||
SHA512 (crypto-policies-gitece0092.tar.gz) = 389f13272628dc49689eba85bca5d256c66e5c72a0a6d127fc1f257d2fad21f7ea7dc9374d6a6d1e47a24cffa330d48e33bd51c345fa91b8abaf222810ca9a45
|
||||
|
Loading…
Reference in New Issue
Block a user