]> git.proxmox.com Git - debcargo-conf.git/commitdiff
update openssl-sys
authorXimin Luo <infinity0@debian.org>
Sat, 23 Oct 2021 21:12:18 +0000 (22:12 +0100)
committerXimin Luo <infinity0@debian.org>
Sat, 23 Oct 2021 21:12:18 +0000 (22:12 +0100)
src/openssl-sys/debian/changelog
src/openssl-sys/debian/copyright
src/openssl-sys/debian/copyright.debcargo.hint
src/openssl-sys/debian/patches/disable-vendor.patch

index 52375a06ef9abe785cedeb5104844019dbe96670..f3563fd6c940038783795afdfcf5a1b57f1a7875 100644 (file)
@@ -1,3 +1,10 @@
+rust-openssl-sys (0.9.67-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package openssl-sys 0.9.67 from crates.io using debcargo 2.4.4
+
+ -- Ximin Luo <infinity0@debian.org>  Sat, 23 Oct 2021 22:11:39 +0100
+
 rust-openssl-sys (0.9.55-2) unstable; urgency=medium
 
   * Team upload.
index b84a17cc721236aa8ef1203fc04152b0850b8773..e8b966e6b996abdeebd9833057021d80acbf9d5d 100644 (file)
@@ -13,7 +13,7 @@ License: MIT
 
 Files: debian/*
 Copyright:
- 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
  2018 nicoo <nicoo@debian.org>
 License: MIT
 
index ae51fbd7002babfcaa09945baf77d30703da65e0..5d74297371ea18da7453e64904ba883c35ad9377 100644 (file)
@@ -25,8 +25,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2020 nicoo <nicoo@debian.org>
+ 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018-2021 nicoo <nicoo@debian.org>
 License: MIT
 
 License: MIT
index c0b5d09230e8045e75b7ffcbb9199cdf90c72ef2..264adcdce404c53e7394320c4b726ec258e6d212 100644 (file)
@@ -1,6 +1,6 @@
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -31,14 +31,11 @@
+@@ -30,14 +30,11 @@
  [build-dependencies.cc]
  version = "1.0"
  
@@ -18,7 +18,8 @@
  version = "0.2.8"
 --- a/build/main.rs
 +++ b/build/main.rs
-@@ -1,6 +1,6 @@
+@@ -2,7 +2,7 @@
  extern crate autocfg;
  extern crate cc;
 -#[cfg(feature = "vendored")]
@@ -26,7 +27,7 @@
  extern crate openssl_src;
  extern crate pkg_config;
  #[cfg(target_env = "msvc")]
-@@ -14,7 +14,7 @@
+@@ -16,7 +16,7 @@
  mod cfgs;
  
  mod find_normal;
@@ -35,7 +36,7 @@
  mod find_vendored;
  
  enum Version {
-@@ -42,7 +42,7 @@
+@@ -44,7 +44,7 @@
  }
  
  fn find_openssl(target: &str) -> (PathBuf, PathBuf) {