From e11287b5002b5193e680a6b263e644e7cd690cb5 Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Thu, 15 Feb 2024 19:21:29 -0800 Subject: [PATCH] build: 0.10.0 --- CREDITS.md | 20 ++++++++++---------- adbyss_psl/CHANGELOG.md | 9 +++++++++ adbyss_psl/README.md | 2 +- adbyss_psl/skel/raw/public_suffix_list.dat | 4 ++++ release/man/adbyss.1 | 4 ++-- 5 files changed, 26 insertions(+), 13 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index 0317c6a..0c289d8 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,27 +1,27 @@ # Project Dependencies Package: adbyss - Version: 0.9.5 - Generated: 2024-02-08 19:07:24 UTC + Version: 0.10.0 + Generated: 2024-02-16 03:20:08 UTC | Package | Version | Author(s) | License | | ---- | ---- | ---- | ---- | -| [adbyss_core](https://github.com/Blobfolio/adbyss) | 0.9.5 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL | -| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.9.5 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL | -| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.7 | [Tom Kaitchuck](mailto:tom.kaitchuck@gmail.com) | Apache-2.0 or MIT | +| [adbyss_core](https://github.com/Blobfolio/adbyss) | 0.10.0 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL | +| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.10.0 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL | +| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.8 | [Tom Kaitchuck](mailto:tom.kaitchuck@gmail.com) | Apache-2.0 or MIT | | [aho-corasick](https://github.com/BurntSushi/aho-corasick) | 1.1.2 | [Andrew Gallant](mailto:jamslam@gmail.com) | MIT or Unlicense | -| [argyle](https://github.com/Blobfolio/argyle) | 0.7.1 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | +| [argyle](https://github.com/Blobfolio/argyle) | 0.7.2 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | | [cfg-if](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:alex@alexcrichton.com) | Apache-2.0 or MIT | | [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) | 0.8.5 | | Apache-2.0 or MIT | | [crossbeam-epoch](https://github.com/crossbeam-rs/crossbeam) | 0.9.18 | | Apache-2.0 or MIT | | [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | 0.8.19 | | Apache-2.0 or MIT | | [dactyl](https://github.com/Blobfolio/dactyl) | 0.7.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | -| [either](https://github.com/bluss/either) | 1.9.0 | bluss | Apache-2.0 or MIT | +| [either](https://github.com/rayon-rs/either) | 1.10.0 | bluss | Apache-2.0 or MIT | | [equivalent](https://github.com/cuviper/equivalent) | 1.0.1 | | Apache-2.0 or MIT | | [fastrand](https://github.com/smol-rs/fastrand) | 2.0.1 | [Stjepan Glavina](mailto:stjepang@gmail.com) | Apache-2.0 or MIT | -| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.12.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | +| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.13.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | | [getrandom](https://github.com/rust-random/getrandom) | 0.2.12 | The Rand Project Developers | Apache-2.0 or MIT | | [hashbrown](https://github.com/rust-lang/hashbrown) | 0.14.3 | [Amanieu d'Antras](mailto:amanieu@gmail.com) | Apache-2.0 or MIT | -| [indexmap](https://github.com/indexmap-rs/indexmap) | 2.2.2 | | Apache-2.0 or MIT | +| [indexmap](https://github.com/indexmap-rs/indexmap) | 2.2.3 | | Apache-2.0 or MIT | | [itoa](https://github.com/dtolnay/itoa) | 1.0.10 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | | [libc](https://github.com/rust-lang/libc) | 0.2.153 | The Rust Project Developers | Apache-2.0 or MIT | | [log](https://github.com/rust-lang/log) | 0.4.20 | The Rust Project Developers | Apache-2.0 or MIT | @@ -43,7 +43,7 @@ | [serde](https://github.com/serde-rs/serde) | 1.0.196 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | | [serde_derive](https://github.com/serde-rs/serde) | 1.0.196 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | | [serde_yaml](https://github.com/dtolnay/serde-yaml) | 0.9.31 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | -| [syn](https://github.com/dtolnay/syn) | 2.0.48 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | +| [syn](https://github.com/dtolnay/syn) | 2.0.49 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | | [tempfile](https://github.com/Stebalien/tempfile) | 3.10.0 | [Steven Allen](mailto:steven@stebalien.com), The Rust Project Developers, [Ashley Mannix](mailto:ashleymannix@live.com.au), and [Jason White](mailto:me@jasonwhite.io) | Apache-2.0 or MIT | | [tinyvec](https://github.com/Lokathor/tinyvec) | 1.6.0 | [Lokathor](mailto:zefria@gmail.com) | Apache-2.0, MIT, or Zlib | | [tinyvec_macros](https://github.com/Soveu/tinyvec_macros) | 0.1.1 | [Soveu](mailto:marx.tomasz@gmail.com) | Apache-2.0, MIT, or Zlib | diff --git a/adbyss_psl/CHANGELOG.md b/adbyss_psl/CHANGELOG.md index f6093f1..337cbfd 100644 --- a/adbyss_psl/CHANGELOG.md +++ b/adbyss_psl/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## [0.10.0](https://github.com/Blobfolio/adbyss/releases/tag/v0.10.0) - 2024-02-15 + +### Changed + +* Bump MSRV to `1.72` +* Update suffix database + + + ## [0.9.5](https://github.com/Blobfolio/adbyss/releases/tag/v0.9.5) - 2024-02-08 ### Changed diff --git a/adbyss_psl/README.md b/adbyss_psl/README.md index 18f8d59..dc2afce 100644 --- a/adbyss_psl/README.md +++ b/adbyss_psl/README.md @@ -77,7 +77,7 @@ Add `adbyss_psl` to your `dependencies` in `Cargo.toml`, like: ``` [dependencies] -adbyss_psl = "0.8.*" +adbyss_psl = "0.10.*" ``` diff --git a/adbyss_psl/skel/raw/public_suffix_list.dat b/adbyss_psl/skel/raw/public_suffix_list.dat index 66ba223..2edd8f4 100644 --- a/adbyss_psl/skel/raw/public_suffix_list.dat +++ b/adbyss_psl/skel/raw/public_suffix_list.dat @@ -12426,6 +12426,10 @@ feste-ip.net knx-server.net static-access.net +// cPanel L.L.C. : https://www.cpanel.net/ +// Submitted by Dustin Scherer +*.cprapid.com + // Craynic, s.r.o. : http://www.craynic.com/ // Submitted by Ales Krajnik realm.cz diff --git a/release/man/adbyss.1 b/release/man/adbyss.1 index 1f289bd..cacf06e 100644 --- a/release/man/adbyss.1 +++ b/release/man/adbyss.1 @@ -1,6 +1,6 @@ -.TH "ADBYSS" "1" "February 2024" "Adbyss v0.9.5" "User Commands" +.TH "ADBYSS" "1" "February 2024" "Adbyss v0.10.0" "User Commands" .SH NAME -Adbyss \- Manual page for adbyss v0.9.5. +Adbyss \- Manual page for adbyss v0.10.0. .SH DESCRIPTION Adbyss is a DNS blacklist manager for Linux. .SS USAGE: