From ed378e7df32dff2520d32810b883bc20011c7f17 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Thu, 11 Oct 2018 09:03:22 +0200 Subject: [PATCH] RFS: tls-parser --- TODO.rst | 3 +- src/tls-parser/debian/changelog | 5 ++ src/tls-parser/debian/copyright | 37 ++++++++++++++ src/tls-parser/debian/copyright.debcargo.hint | 49 +++++++++++++++++++ src/tls-parser/debian/debcargo.toml | 2 + 5 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 src/tls-parser/debian/changelog create mode 100644 src/tls-parser/debian/copyright create mode 100644 src/tls-parser/debian/copyright.debcargo.hint create mode 100644 src/tls-parser/debian/debcargo.toml diff --git a/TODO.rst b/TODO.rst index 5017652e5..6b220566e 100644 --- a/TODO.rst +++ b/TODO.rst @@ -63,6 +63,7 @@ Ready for upload (Request For Sponsor) These packages (RFS) are prepared in the master branch and can be uploaded because all required dependencies are available in main:: + tls-parser block-buffer digest encoding-rs (update) @@ -322,5 +323,5 @@ Status as of 2018-10-09:: digest 0.8 -- RFS block-buffer 0.7 -- RFS + tls-parser 0.6 -- RFS sha2 0.7 -- blocked by block-buffer, digest - tls-parser 0.6 -- blocked by phf, phf_codegen diff --git a/src/tls-parser/debian/changelog b/src/tls-parser/debian/changelog new file mode 100644 index 000000000..c18b2e96f --- /dev/null +++ b/src/tls-parser/debian/changelog @@ -0,0 +1,5 @@ +rust-tls-parser (0.6.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package tls-parser 0.6.0 from crates.io using debcargo 2.2.7 + + -- kpcyrd Thu, 11 Oct 2018 06:56:22 +0000 diff --git a/src/tls-parser/debian/copyright b/src/tls-parser/debian/copyright new file mode 100644 index 000000000..422d85747 --- /dev/null +++ b/src/tls-parser/debian/copyright @@ -0,0 +1,37 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: tls-parser +Upstream-Contact: Pierre Chifflier +Source: https://github.com/rusticata/tls-parser.git + +Files: * +Copyright: 2016-2018 Pierre Chifflier +License: MIT or Apache-2.0 + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 kpcyrd +License: MIT or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. diff --git a/src/tls-parser/debian/copyright.debcargo.hint b/src/tls-parser/debian/copyright.debcargo.hint new file mode 100644 index 000000000..0daa154a4 --- /dev/null +++ b/src/tls-parser/debian/copyright.debcargo.hint @@ -0,0 +1,49 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: tls-parser +Upstream-Contact: Pierre Chifflier +Source: https://github.com/rusticata/tls-parser.git + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS Pierre Chifflier +License: MIT or Apache-2.0 +Comment: + FIXME (overlay): Since upstream copyright years are not available in + Cargo.toml, they were extracted from the upstream Git repository. This may not + be correct information so you should review and fix this before uploading to + the archive. + +Files: ./LICENSE-MIT +Copyright: 2017 Pierre Chifflier +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 kpcyrd +License: MIT or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. diff --git a/src/tls-parser/debian/debcargo.toml b/src/tls-parser/debian/debcargo.toml new file mode 100644 index 000000000..8f1f3c1b4 --- /dev/null +++ b/src/tls-parser/debian/debcargo.toml @@ -0,0 +1,2 @@ +overlay = "." +uploaders = ["kpcyrd "] -- 2.39.5