]> git.proxmox.com Git - debcargo-conf.git/commitdiff
pkcs5: fix build with newer hex-literal
authorJelmer Vernooij <jelmer@debian.org>
Thu, 14 Sep 2023 15:38:58 +0000 (16:38 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 18 Dec 2023 08:29:39 +0000 (09:29 +0100)
(cherry picked from commit 5f90c0f919ad1688a2c397cbd9179eb084e235a1)

src/pkcs5/debian/patches/newer-hex-literal [new file with mode: 0644]
src/pkcs5/debian/patches/series [new file with mode: 0644]

diff --git a/src/pkcs5/debian/patches/newer-hex-literal b/src/pkcs5/debian/patches/newer-hex-literal
new file mode 100644 (file)
index 0000000..d01b2ce
--- /dev/null
@@ -0,0 +1,13 @@
+Index: pkcs5/Cargo.toml
+===================================================================
+--- pkcs5.orig/Cargo.toml
++++ pkcs5/Cargo.toml
+@@ -84,7 +84,7 @@ default-features = false
+ version = "0.7"
+ [dev-dependencies.hex-literal]
+-version = "0.3"
++version = "0.4"
+ [features]
+ 3des = [
diff --git a/src/pkcs5/debian/patches/series b/src/pkcs5/debian/patches/series
new file mode 100644 (file)
index 0000000..888e652
--- /dev/null
@@ -0,0 +1 @@
+newer-hex-literal