We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae8bb3 commit a76e99aCopy full SHA for a76e99a
1 file changed
srcpkgs/sequoia-octopus-librnp/template
@@ -1,7 +1,7 @@
1
# Template file for 'sequoia-octopus-librnp'
2
pkgname=sequoia-octopus-librnp
3
version=1.11.1
4
-revision=3
+revision=4
5
archs="~arm*" # no thunderbird
6
build_style=cargo
7
configure_args="--no-default-features --features crypto-openssl"
@@ -23,6 +23,9 @@ post_patch() {
23
# fix CVE-2026-42783 and CVE-2026-42784
24
cargo update --package sequoia-openpgp@2.0.0 --precise 2.3.0
25
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
29
}
30
31
do_install() {
0 commit comments