diff -Nru rust-ntp-proto-1.1.1/.cargo_vcs_info.json rust-ntp-proto-1.1.2/.cargo_vcs_info.json --- rust-ntp-proto-1.1.1/.cargo_vcs_info.json 1970-01-01 00:00:01.000000000 +0000 +++ rust-ntp-proto-1.1.2/.cargo_vcs_info.json 1970-01-01 00:00:01.000000000 +0000 @@ -1,6 +1,6 @@ { "git": { - "sha1": "6d86ba3f96821fa913517d583ead8868e7b3a199" + "sha1": "6751bef01a2469c0824f1db8710b7a3418b824a8" }, "path_in_vcs": "ntp-proto" } \ No newline at end of file diff -Nru rust-ntp-proto-1.1.1/Cargo.toml rust-ntp-proto-1.1.2/Cargo.toml --- rust-ntp-proto-1.1.1/Cargo.toml 1970-01-01 00:00:01.000000000 +0000 +++ rust-ntp-proto-1.1.2/Cargo.toml 1970-01-01 00:00:01.000000000 +0000 @@ -13,7 +13,7 @@ edition = "2021" rust-version = "1.67" name = "ntp-proto" -version = "1.1.1" +version = "1.1.2" publish = true description = "ntpd-rs packet parsing and algorithms" homepage = "https://github.com/pendulum-project/ntpd-rs" diff -Nru rust-ntp-proto-1.1.1/debian/changelog rust-ntp-proto-1.1.2/debian/changelog --- rust-ntp-proto-1.1.1/debian/changelog 2024-01-24 19:39:04.000000000 +0000 +++ rust-ntp-proto-1.1.2/debian/changelog 2024-02-01 12:07:31.000000000 +0000 @@ -1,3 +1,9 @@ +rust-ntp-proto (1.1.2-1) unstable; urgency=medium + + * Package ntp-proto 1.1.2 from crates.io using debcargo 2.6.1 + + -- Sylvestre Ledru Thu, 01 Feb 2024 13:07:31 +0100 + rust-ntp-proto (1.1.1-1) unstable; urgency=medium * Package ntp-proto 1.1.1 from crates.io using debcargo 2.6.1 diff -Nru rust-ntp-proto-1.1.1/debian/control rust-ntp-proto-1.1.2/debian/control --- rust-ntp-proto-1.1.1/debian/control 2024-01-24 19:39:04.000000000 +0000 +++ rust-ntp-proto-1.1.2/debian/control 2024-02-01 12:07:31.000000000 +0000 @@ -67,13 +67,13 @@ librust-ntp-proto-1.1+default-dev (= ${binary:Version}), librust-ntp-proto-1.1+ntpv5-dev (= ${binary:Version}), librust-ntp-proto-1.1+nts-pool-dev (= ${binary:Version}), - librust-ntp-proto-1.1.1-dev (= ${binary:Version}), - librust-ntp-proto-1.1.1+--internal-api-dev (= ${binary:Version}), - librust-ntp-proto-1.1.1+--internal-fuzz-dev (= ${binary:Version}), - librust-ntp-proto-1.1.1+--internal-test-dev (= ${binary:Version}), - librust-ntp-proto-1.1.1+arbitrary-dev (= ${binary:Version}), - librust-ntp-proto-1.1.1+default-dev (= ${binary:Version}), - librust-ntp-proto-1.1.1+ntpv5-dev (= ${binary:Version}), - librust-ntp-proto-1.1.1+nts-pool-dev (= ${binary:Version}) + librust-ntp-proto-1.1.2-dev (= ${binary:Version}), + librust-ntp-proto-1.1.2+--internal-api-dev (= ${binary:Version}), + librust-ntp-proto-1.1.2+--internal-fuzz-dev (= ${binary:Version}), + librust-ntp-proto-1.1.2+--internal-test-dev (= ${binary:Version}), + librust-ntp-proto-1.1.2+arbitrary-dev (= ${binary:Version}), + librust-ntp-proto-1.1.2+default-dev (= ${binary:Version}), + librust-ntp-proto-1.1.2+ntpv5-dev (= ${binary:Version}), + librust-ntp-proto-1.1.2+nts-pool-dev (= ${binary:Version}) Description: Ntpd-rs packet parsing and algorithms - Rust source code Source code for Debianized Rust crate "ntp-proto" diff -Nru rust-ntp-proto-1.1.1/debian/tests/control rust-ntp-proto-1.1.2/debian/tests/control --- rust-ntp-proto-1.1.1/debian/tests/control 2024-01-24 19:39:04.000000000 +0000 +++ rust-ntp-proto-1.1.2/debian/tests/control 2024-02-01 12:07:31.000000000 +0000 @@ -1,44 +1,44 @@ -Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.1 --all-targets --all-features +Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.2 --all-targets --all-features Features: test-name=rust-ntp-proto:@ Depends: dh-cargo (>= 18), librust-rustls-pemfile-1+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.1 --all-targets --no-default-features --features __internal-api +Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.2 --all-targets --no-default-features --features __internal-api Features: test-name=librust-ntp-proto-dev:__internal-api Depends: dh-cargo (>= 18), librust-rustls-pemfile-1+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.1 --all-targets --no-default-features --features __internal-fuzz +Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.2 --all-targets --no-default-features --features __internal-fuzz Features: test-name=librust-ntp-proto-dev:__internal-fuzz Depends: dh-cargo (>= 18), librust-rustls-pemfile-1+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.1 --all-targets --no-default-features --features __internal-test +Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.2 --all-targets --no-default-features --features __internal-test Features: test-name=librust-ntp-proto-dev:__internal-test Depends: dh-cargo (>= 18), librust-rustls-pemfile-1+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.1 --all-targets --no-default-features --features arbitrary +Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.2 --all-targets --no-default-features --features arbitrary Features: test-name=librust-ntp-proto-dev:arbitrary Depends: dh-cargo (>= 18), librust-rustls-pemfile-1+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.1 --all-targets +Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.2 --all-targets Features: test-name=librust-ntp-proto-dev:default Depends: dh-cargo (>= 18), librust-rustls-pemfile-1+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.1 --all-targets --no-default-features --features ntpv5 +Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.2 --all-targets --no-default-features --features ntpv5 Features: test-name=librust-ntp-proto-dev:ntpv5 Depends: dh-cargo (>= 18), librust-rustls-pemfile-1+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.1 --all-targets --no-default-features --features nts-pool +Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.2 --all-targets --no-default-features --features nts-pool Features: test-name=librust-ntp-proto-dev:nts-pool Depends: dh-cargo (>= 18), librust-rustls-pemfile-1+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.1 --all-targets --no-default-features +Test-Command: /usr/share/cargo/bin/cargo-auto-test ntp-proto 1.1.2 --all-targets --no-default-features Features: test-name=librust-ntp-proto-dev: Depends: dh-cargo (>= 18), librust-rustls-pemfile-1+default-dev, @ Restrictions: allow-stderr, skip-not-installable diff -Nru rust-ntp-proto-1.1.1/src/nts_record.rs rust-ntp-proto-1.1.2/src/nts_record.rs --- rust-ntp-proto-1.1.1/src/nts_record.rs 2006-07-24 01:21:28.000000000 +0000 +++ rust-ntp-proto-1.1.2/src/nts_record.rs 2006-07-24 01:21:28.000000000 +0000 @@ -2894,7 +2894,7 @@ let keyset = KeySetProvider::new(8).get(); let pool_cert: Vec = rustls_pemfile::certs( - &mut std::io::BufReader::new(include_bytes!("../../test-keys/end.pem") as &[u8]), + &mut std::io::BufReader::new(include_bytes!("../test-keys/end.pem") as &[u8]), ) .unwrap() .into_iter() diff -Nru rust-ntp-proto-1.1.1/test-keys/unsafe.nts.client.toml rust-ntp-proto-1.1.2/test-keys/unsafe.nts.client.toml --- rust-ntp-proto-1.1.1/test-keys/unsafe.nts.client.toml 2006-07-24 01:21:28.000000000 +0000 +++ rust-ntp-proto-1.1.2/test-keys/unsafe.nts.client.toml 2006-07-24 01:21:28.000000000 +0000 @@ -7,7 +7,7 @@ [[source]] mode = "nts" address = "localhost:4460" -certificate-authority = "test-keys/testca.pem" +certificate-authority = "ntp-proto/test-keys/testca.pem" # System parameters used in filtering and steering the clock: [synchronization] diff -Nru rust-ntp-proto-1.1.1/test-keys/unsafe.nts.server.toml rust-ntp-proto-1.1.2/test-keys/unsafe.nts.server.toml --- rust-ntp-proto-1.1.1/test-keys/unsafe.nts.server.toml 2006-07-24 01:21:28.000000000 +0000 +++ rust-ntp-proto-1.1.2/test-keys/unsafe.nts.server.toml 2006-07-24 01:21:28.000000000 +0000 @@ -22,6 +22,6 @@ # uses an unsecure certificate chain! [[nts-ke-server]] listen = "0.0.0.0:4460" -certificate-chain-path = "test-keys/end.fullchain.pem" -private-key-path = "test-keys/end.key" +certificate-chain-path = "ntp-proto/test-keys/end.fullchain.pem" +private-key-path = "ntp-proto/test-keys/end.key" key-exchange-timeout-ms = 1000