diff options
author | Juergen Daubert <jue@jue.li> | 2022-01-14 18:30:30 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-01-14 18:30:30 +0100 |
commit | 4c85376788f8bf1580c7f6eed3f4f4137024d666 (patch) | |
tree | 146843d5758aab2f6c9ff876efe908c7f07114cb /cryptsetup | |
parent | c392f93cd0be1768fb73a0a4aedbef152b0612fa (diff) | |
download | opt-4c85376788f8bf1580c7f6eed3f4f4137024d666.tar.gz opt-4c85376788f8bf1580c7f6eed3f4f4137024d666.tar.xz |
[notify] crypsetup: update to 2.4.3, fix for CVE-2021-4122
Diffstat (limited to 'cryptsetup')
-rw-r--r-- | cryptsetup/.signature | 6 | ||||
-rw-r--r-- | cryptsetup/Pkgfile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cryptsetup/.signature b/cryptsetup/.signature index b15f5ceda..3c9459258 100644 --- a/cryptsetup/.signature +++ b/cryptsetup/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/WAWVAEAiGx/Yke/+LQ3/e1Bu8IJExz5nEAzmn0b10tcVjQpuaQ1rq+HpF3zgBvQjWHPSkqrgz/DjCEhPzAB5Ao= -SHA256 (Pkgfile) = 5dec6ed57897e4f193cbc45bab82977b10275ae6a7113ff1fe12ca0f47e86447 +RWSE3ohX2g5d/S/ZeQzpp15fO+mCH939YNYsxPGVm3DOOEo+F01B7RhMA4i0fHTwhNphX1sEJXXMFpcRY2s5FVqalJtx6ghb7QA= +SHA256 (Pkgfile) = 5640fecba60da57ff5eaa844b697e448197dd4793f08360b993af2eb6ee00f8a SHA256 (.footprint) = f2831be96e5aa30aeb46629dfc28962442381a68c4badefb8e9ef5b06cc0702a -SHA256 (cryptsetup-2.4.2.tar.xz) = 170cc2326a9daeeeb578579176bd10d4a60ee5c4fc5bc69018ce67dafc540b9c +SHA256 (cryptsetup-2.4.3.tar.xz) = fc0df945188172264ec5bf1d0bda08264fadc8a3f856d47eba91f31fe354b507 diff --git a/cryptsetup/Pkgfile b/cryptsetup/Pkgfile index b1be9fafd..65409cb86 100644 --- a/cryptsetup/Pkgfile +++ b/cryptsetup/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libdevmapper openssl popt json-c name=cryptsetup -version=2.4.2 +version=2.4.3 release=1 source=(https://www.kernel.org/pub/linux/utils/$name/v${version%.*}/$name-$version.tar.xz) |