Codebase list rust-stfu8 / 6b0d6c6
RFS: native-tls kpcyrd 4 years ago
6 changed file(s) with 23 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
6060 gzip-header
6161 pest_generator (update)
6262 fs_extra
63 native-tls
6364
6465 Delayed/problematic::
6566
0 rust-native-tls (0.2.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-native-tls (0.2.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package native-tls 0.2.2 from crates.io using debcargo 2.2.9
2 * Package native-tls 0.2.3 from crates.io using debcargo 2.4.0
33
4 -- kpcyrd <git@rxv.cc> Fri, 23 Nov 2018 11:08:34 +0000
4 -- kpcyrd <git@rxv.cc> Tue, 23 Jul 2019 04:45:16 +0000
44
55 Files: *
66 Copyright:
7 2016-2018 Steven Fackler <sfackler@gmail.com>
8 2016-2018 The rust-native-tls Developers
7 2016-2019 Steven Fackler <sfackler@gmail.com>
8 2016-2019 The rust-native-tls Developers
99 License: MIT or Apache-2.0
1010
1111 Files: debian/*
1212 Copyright:
13 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018 kpcyrd <git@rxv.cc>
13 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2019 kpcyrd <git@rxv.cc>
1515 License: MIT or Apache-2.0
1616
1717 License: Apache-2.0
2020
2121 Files: debian/*
2222 Copyright:
23 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018 kpcyrd <git@rxv.cc>
23 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 kpcyrd <git@rxv.cc>
2525 License: MIT or Apache-2.0
2626
2727 License: Apache-2.0
0 strip-security-framework.patch
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -29,9 +29,6 @@
3 [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.libc]
4 version = "0.2"
5
6 -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.security-framework]
7 -version = "0.3.1"
8 -
9 [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.security-framework-sys]
10 version = "0.3.1"
11