sequoia-octopus-librnp: rebuild to fix vulnerabilities in sequoia-wot

This commit is contained in:
classabbyamp
2026-05-27 19:37:20 -04:00
committed by classabbyamp
parent 01b6786450
commit efaf45a4b7
+4 -1
View File
@@ -1,7 +1,7 @@
# Template file for 'sequoia-octopus-librnp'
pkgname=sequoia-octopus-librnp
version=1.11.1
revision=3
revision=4
archs="~arm*" # no thunderbird
build_style=cargo
configure_args="--no-default-features --features crypto-openssl"
@@ -23,6 +23,9 @@ post_patch() {
# fix CVE-2026-42783 and CVE-2026-42784
cargo update --package sequoia-openpgp@2.0.0 --precise 2.3.0
cargo update --package sequoia-policy-config@0.8.0 --precise 0.8.1
# fix several vulnerabilities
vsed -i -e '/sequoia-wot/s/0\.14/0\.15/' Cargo.toml
cargo update --package sequoia-wot@0.14.0 --precise 0.15.2
}
do_install() {