Skip to content

Commit a76e99a

Browse files
committed
sequoia-octopus-librnp: rebuild to fix vulnerabilities in sequoia-wot
1 parent eae8bb3 commit a76e99a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

srcpkgs/sequoia-octopus-librnp/template

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'sequoia-octopus-librnp'
22
pkgname=sequoia-octopus-librnp
33
version=1.11.1
4-
revision=3
4+
revision=4
55
archs="~arm*" # no thunderbird
66
build_style=cargo
77
configure_args="--no-default-features --features crypto-openssl"
@@ -23,6 +23,9 @@ post_patch() {
2323
# fix CVE-2026-42783 and CVE-2026-42784
2424
cargo update --package sequoia-openpgp@2.0.0 --precise 2.3.0
2525
cargo update --package sequoia-policy-config@0.8.0 --precise 0.8.1
26+
# fix several vulnerabilities
27+
vsed -i -e '/sequoia-wot/s/0\.14/0\.15/' Cargo.toml
28+
cargo update --package sequoia-wot@0.14.0 --precise 0.15.2
2629
}
2730

2831
do_install() {

0 commit comments

Comments
 (0)