]> git.proxmox.com Git - debcargo-conf.git/commitdiff
update sequoia-openpgp to version 1.17.0 and it's dependencies
authorAlexander Kjäll <alexander.kjall@gmail.com>
Sat, 11 Nov 2023 09:25:53 +0000 (10:25 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 25 Jul 2024 08:50:29 +0000 (10:50 +0200)
(cherry picked from commit b9b07f74704faaf7353f7aa6cf3dc0d33117ab22)

src/botan-sys/debian/RFS [new file with mode: 0644]
src/botan-sys/debian/changelog
src/botan-sys/debian/patches/disable-vendord-sources.patch

diff --git a/src/botan-sys/debian/RFS b/src/botan-sys/debian/RFS
new file mode 100644 (file)
index 0000000..24b4f42
--- /dev/null
@@ -0,0 +1 @@
+needed for new version of sequoia
index 8ca2bfdbbbcbef8ef967bacf206d43954f2cad05..402b19a8bf89b9982c4fdc47a5d4fc7150269f82 100644 (file)
@@ -1,3 +1,9 @@
+rust-botan-sys (0.10.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package botan-sys 0.10.5 from crates.io using debcargo 2.6.0
+
+ -- Alexander Kjäll <alexander.kjall@gmail.com>  Fri, 10 Nov 2023 19:47:29 +0100
+
 rust-botan-sys (0.10.1-1) unstable; urgency=medium
 
   * Package botan-sys 0.10.1 from crates.io using debcargo 2.6.0
index 00573ea417d2fee7048a8a46f8ffa592ece5b33f..d6ba9f7a95f54942bc4f30bfb67d90536ce6913a 100644 (file)
@@ -1,21 +1,29 @@
+as botan is already packaged in debian we don't want to build it from source
+
 diff --git a/Cargo.toml b/Cargo.toml
-index 4ec9733..73f2adf 100644
+index e74450f..35d2f7f 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -30,12 +30,12 @@ license = "MIT"
+@@ -30,15 +30,15 @@ license = "MIT"
  repository = "https://github.com/randombit/botan-rs"
  resolver = "1"
  
 -[build-dependencies.botan-src]
--version = "0.21903"
+-version = "0.30101.2"
 -optional = true
 +#[build-dependencies.botan-src]
-+#version = "0.21903"
++#version = "0.30101.2"
 +#optional = true
  
  [features]
  botan3 = []
  default = []
  no-std = []
--vendored = ["botan-src"]
-+#vendored = ["botan-src"]
+-vendored = [
+-    "botan-src",
+-    "botan3",
+-]
++#vendored = [
++#    "botan-src",
++#    "botan3",
++#]