summaryrefslogtreecommitdiff
path: root/security/pdfrip/files/patch-Cargo.toml
diff options
context:
space:
mode:
authorSanthosh Raju <fox@FreeBSD.org>2025-07-30 05:08:06 +0200
committerSanthosh Raju <fox@FreeBSD.org>2025-07-30 05:12:13 +0200
commit9f3396574189b3c01394a1be5df9505281277ad2 (patch)
tree9883feea5c8cb2da57030d1ebea33048c8c6f393 /security/pdfrip/files/patch-Cargo.toml
parentdevel/hyprlang: update to 0.6.4 (diff)
security/pdfrip: New port: Multi-threaded PDF password cracking utility in Rust
A multi-threaded PDF password cracking utility equipped with commonly encountered password format builders and dictionary attacks. WWW: https://github.com/mufeedvh/pdfrip
Diffstat (limited to 'security/pdfrip/files/patch-Cargo.toml')
-rw-r--r--security/pdfrip/files/patch-Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/pdfrip/files/patch-Cargo.toml b/security/pdfrip/files/patch-Cargo.toml
new file mode 100644
index 000000000000..2ecb0896f735
--- /dev/null
+++ b/security/pdfrip/files/patch-Cargo.toml
@@ -0,0 +1,13 @@
+Update the library to fix build breakage.
+
+--- Cargo.toml.orig 2025-07-27 21:02:59 UTC
++++ Cargo.toml
+@@ -5,7 +5,7 @@ authors = ["Mufeed VH <mufeed@lyminal.space>", "Pommaq
+ authors = ["Mufeed VH <mufeed@lyminal.space>", "Pommaq"]
+
+ [dependencies]
+-indicatif = "0.16.2"
++indicatif = "0.18.0"
+ log = "0.4.19"
+ anyhow = "1.0.72"
+ crossbeam = "0.8.2"