-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
93 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
# Project Dependencies | ||
Package: adbyss | ||
Version: 0.9.3 | ||
Generated: 2023-12-28 18:54:47 UTC | ||
Version: 0.9.4 | ||
Generated: 2024-01-26 20:33:02 UTC | ||
|
||
| Package | Version | Author(s) | License | | ||
| ---- | ---- | ---- | ---- | | ||
| [adbyss_core](https://github.com/Blobfolio/adbyss) | 0.9.3 | [Josh Stoik](mailto:[email protected]) | WTFPL | | ||
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.9.3 | [Josh Stoik](mailto:[email protected]) | WTFPL | | ||
| [adbyss_core](https://github.com/Blobfolio/adbyss) | 0.9.4 | [Josh Stoik](mailto:[email protected]) | WTFPL | | ||
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.9.4 | [Josh Stoik](mailto:[email protected]) | WTFPL | | ||
| [adler](https://github.com/jonas-schievink/adler.git) | 1.0.2 | [Jonas Schievink](mailto:[email protected]) | 0BSD, Apache-2.0, or MIT | | ||
| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.6 | [Tom Kaitchuck](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.7 | [Tom Kaitchuck](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | 1.1.2 | [Andrew Gallant](mailto:[email protected]) | MIT or Unlicense | | ||
| [argyle](https://github.com/Blobfolio/argyle) | 0.6.8 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL | | ||
| [base64](https://github.com/marshallpierce/rust-base64) | 0.21.5 | [Alice Maz](mailto:[email protected]) and [Marshall Pierce](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [argyle](https://github.com/Blobfolio/argyle) | 0.7.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL | | ||
| [base64](https://github.com/marshallpierce/rust-base64) | 0.21.7 | [Alice Maz](mailto:[email protected]) and [Marshall Pierce](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [cfg-if](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [crc32fast](https://github.com/srijs/rust-crc32fast) | 1.3.2 | [Sam Rijs](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) | 0.8.4 | | Apache-2.0 or MIT | | ||
| [crossbeam-epoch](https://github.com/crossbeam-rs/crossbeam) | 0.9.17 | | Apache-2.0 or MIT | | ||
| [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | 0.8.18 | | 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.6.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL | | ||
| [either](https://github.com/bluss/either) | 1.9.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:[email protected]) | Apache-2.0 or MIT | | ||
| [flate2](https://github.com/rust-lang/flate2-rs) | 1.0.28 | [Alex Crichton](mailto:[email protected]) and [Josh Triplett](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [form_urlencoded](https://github.com/servo/rust-url) | 1.2.1 | The rust-url developers | Apache-2.0 or MIT | | ||
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.11.8 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL | | ||
| [getrandom](https://github.com/rust-random/getrandom) | 0.2.11 | The Rand Project Developers | Apache-2.0 or MIT | | ||
| [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:[email protected]) | Apache-2.0 or MIT | | ||
| [idna](https://github.com/servo/rust-url/) | 0.5.0 | The rust-url developers | Apache-2.0 or MIT | | ||
| [indexmap](https://github.com/bluss/indexmap) | 2.1.0 | | Apache-2.0 or MIT | | ||
| [itoa](https://github.com/dtolnay/itoa) | 1.0.10 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [libc](https://github.com/rust-lang/libc) | 0.2.151 | The Rust Project Developers | Apache-2.0 or MIT | | ||
| [libc](https://github.com/rust-lang/libc) | 0.2.152 | 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 | | ||
| [memchr](https://github.com/BurntSushi/memchr) | 2.6.4 | [Andrew Gallant](mailto:[email protected]) and bluss | MIT or Unlicense | | ||
| [memchr](https://github.com/BurntSushi/memchr) | 2.7.1 | [Andrew Gallant](mailto:[email protected]) and bluss | MIT or Unlicense | | ||
| [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) | 0.7.1 | [Frommi](mailto:[email protected]) and [oyvindln](mailto:[email protected]) | Apache-2.0, MIT, or Zlib | | ||
| [once_cell](https://github.com/matklad/once_cell) | 1.19.0 | [Aleksey Kladov](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [percent-encoding](https://github.com/servo/rust-url/) | 2.3.1 | The rust-url developers | Apache-2.0 or MIT | | ||
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.71 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [quote](https://github.com/dtolnay/quote) | 1.0.33 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [rayon](https://github.com/rayon-rs/rayon) | 1.8.0 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [rayon-core](https://github.com/rayon-rs/rayon) | 1.12.0 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [regex](https://github.com/rust-lang/regex) | 1.10.2 | The Rust Project Developers and [Andrew Gallant](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [regex-automata](https://github.com/rust-lang/regex/tree/master/regex-automata) | 0.4.3 | The Rust Project Developers and [Andrew Gallant](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.78 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [quote](https://github.com/dtolnay/quote) | 1.0.35 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [rayon](https://github.com/rayon-rs/rayon) | 1.8.1 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [rayon-core](https://github.com/rayon-rs/rayon) | 1.12.1 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [regex](https://github.com/rust-lang/regex) | 1.10.3 | The Rust Project Developers and [Andrew Gallant](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [regex-automata](https://github.com/rust-lang/regex/tree/master/regex-automata) | 0.4.5 | The Rust Project Developers and [Andrew Gallant](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [regex-syntax](https://github.com/rust-lang/regex/tree/master/regex-syntax) | 0.8.2 | The Rust Project Developers and [Andrew Gallant](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [ring](https://github.com/briansmith/ring) | 0.17.7 | [Brian Smith](mailto:[email protected]) | | | ||
| [rustls](https://github.com/rustls/rustls) | 0.21.10 | | Apache-2.0, ISC, or MIT | | ||
| [rustls-webpki](https://github.com/rustls/webpki) | 0.101.7 | | ISC | | ||
| [ryu](https://github.com/dtolnay/ryu) | 1.0.16 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or BSL-1.0 | | ||
| [sct](https://github.com/rustls/sct.rs) | 0.7.1 | [Joseph Birr-Pixton](mailto:[email protected]) | Apache-2.0, ISC, or MIT | | ||
| [serde](https://github.com/serde-rs/serde) | 1.0.193 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.193 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [serde_yaml](https://github.com/dtolnay/serde-yaml) | 0.9.29 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [syn](https://github.com/dtolnay/syn) | 2.0.43 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [serde](https://github.com/serde-rs/serde) | 1.0.195 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.195 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [serde_yaml](https://github.com/dtolnay/serde-yaml) | 0.9.30 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [syn](https://github.com/dtolnay/syn) | 2.0.48 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [tempfile](https://github.com/Stebalien/tempfile) | 3.9.0 | [Steven Allen](mailto:[email protected]), The Rust Project Developers, [Ashley Mannix](mailto:[email protected]), and [Jason White](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [tinyvec](https://github.com/Lokathor/tinyvec) | 1.6.0 | [Lokathor](mailto:[email protected]) | Apache-2.0, MIT, or Zlib | | ||
| [tinyvec_macros](https://github.com/Soveu/tinyvec_macros) | 0.1.1 | [Soveu](mailto:[email protected]) | Apache-2.0, MIT, or Zlib | | ||
| [unicode-bidi](https://github.com/servo/unicode-bidi) | 0.3.14 | The Servo Project Developers | Apache-2.0 or MIT | | ||
| [unicode-bidi](https://github.com/servo/unicode-bidi) | 0.3.15 | The Servo Project Developers | Apache-2.0 or MIT | | ||
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.12 | [David Tolnay](mailto:[email protected]) | Apache-2.0 AND Unicode-DFS-2016 or MIT | | ||
| [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | 0.1.22 | [kwantam](mailto:[email protected]) and [Manish Goregaokar](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) | 0.2.10 | [David Tolnay](mailto:[email protected]) | MIT | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,7 +119,7 @@ Save, reboot, and you should be back to normal! | |
|
||
See also: [CREDITS.md](CREDITS.md) | ||
|
||
Copyright © 2023 [Blobfolio, LLC](https://blobfolio.com) <[email protected]> | ||
Copyright © 2024 [Blobfolio, LLC](https://blobfolio.com) <[email protected]> | ||
|
||
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "adbyss" | ||
version = "0.9.3" | ||
version = "0.9.4" | ||
license = "WTFPL" | ||
authors = ["Josh Stoik <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -11,14 +11,14 @@ publish = false | |
|
||
[package.metadata.deb] | ||
maintainer = "Josh Stoik <[email protected]>" | ||
copyright = "2022, Blobfolio, LLC <[email protected]>" | ||
copyright = "2024, Blobfolio, LLC <[email protected]>" | ||
license-file = ["../LICENSE", "0"] | ||
revision = "1" | ||
depends = "$auto" | ||
extended-description = "" | ||
section = "net" | ||
assets = [ | ||
["../target/x86_64-unknown-linux-gnu/release/adbyss", "usr/bin/", "755"], | ||
["../target/release/adbyss", "usr/bin/", "755"], | ||
["./skel/adbyss.yaml", "etc/", "644"], | ||
["../release/completions/adbyss.bash", "etc/bash_completion.d/", "644"], | ||
["../release/man/adbyss.1.gz", "usr/share/man/man1/", "644"], | ||
|
@@ -90,7 +90,7 @@ items = [ | |
] | ||
|
||
[dependencies] | ||
argyle = "0.6.*" | ||
argyle = "0.7.*" | ||
dactyl = "0.6.*" | ||
fyi_msg = "0.11.*" | ||
libc = "0.2.*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "adbyss_core" | ||
version = "0.9.3" | ||
version = "0.9.4" | ||
license = "WTFPL" | ||
authors = ["Josh Stoik <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -10,7 +10,7 @@ repository = "https://github.com/Blobfolio/adbyss" | |
publish = false | ||
|
||
[dependencies] | ||
argyle = "0.6.*" | ||
argyle = "0.7.*" | ||
dactyl = "0.6.*" | ||
fyi_msg = "0.11.*" | ||
rayon = "1.8.*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "adbyss_psl" | ||
version = "0.9.3" | ||
version = "0.9.4" | ||
license = "WTFPL" | ||
authors = ["Josh Stoik <[email protected]>"] | ||
edition = "2021" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ adbyss_psl = "0.8.*" | |
|
||
## License | ||
|
||
Copyright © 2023 [Blobfolio, LLC](https://blobfolio.com) <[email protected]> | ||
Copyright © 2024 [Blobfolio, LLC](https://blobfolio.com) <[email protected]> | ||
|
||
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6710,7 +6710,7 @@ org.zw | |
|
||
// newGTLDs | ||
|
||
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2023-12-12T15:13:54Z | ||
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2024-01-24T15:14:29Z | ||
// This list is auto-generated, don't edit it manually. | ||
// aaa : American Automobile Association, Inc. | ||
// https://www.iana.org/domains/root/db/aaa.html | ||
|
@@ -7016,10 +7016,6 @@ baidu | |
// https://www.iana.org/domains/root/db/banamex.html | ||
banamex | ||
|
||
// bananarepublic : The Gap, Inc. | ||
// https://www.iana.org/domains/root/db/bananarepublic.html | ||
bananarepublic | ||
|
||
// band : Dog Beach, LLC | ||
// https://www.iana.org/domains/root/db/band.html | ||
band | ||
|
@@ -8164,7 +8160,7 @@ ftr | |
// https://www.iana.org/domains/root/db/fujitsu.html | ||
fujitsu | ||
|
||
// fun : Radix FZC DMCC | ||
// fun : Radix Technologies Inc. | ||
// https://www.iana.org/domains/root/db/fun.html | ||
fun | ||
|
||
|
@@ -8500,7 +8496,7 @@ horse | |
// https://www.iana.org/domains/root/db/hospital.html | ||
hospital | ||
|
||
// host : Radix FZC DMCC | ||
// host : Radix Technologies Inc. | ||
// https://www.iana.org/domains/root/db/host.html | ||
host | ||
|
||
|
@@ -8720,7 +8716,7 @@ jpmorgan | |
// https://www.iana.org/domains/root/db/jprs.html | ||
jprs | ||
|
||
// juegos : Internet Naming Company LLC | ||
// juegos : Dog Beach, LLC | ||
// https://www.iana.org/domains/root/db/juegos.html | ||
juegos | ||
|
||
|
@@ -9392,10 +9388,6 @@ olayan | |
// https://www.iana.org/domains/root/db/olayangroup.html | ||
olayangroup | ||
|
||
// oldnavy : The Gap, Inc. | ||
// https://www.iana.org/domains/root/db/oldnavy.html | ||
oldnavy | ||
|
||
// ollo : Dish DBS Corporation | ||
// https://www.iana.org/domains/root/db/ollo.html | ||
ollo | ||
|
@@ -9416,7 +9408,7 @@ ong | |
// https://www.iana.org/domains/root/db/onl.html | ||
onl | ||
|
||
// online : Radix FZC DMCC | ||
// online : Radix Technologies Inc. | ||
// https://www.iana.org/domains/root/db/online.html | ||
online | ||
|
||
|
@@ -9620,7 +9612,7 @@ pramerica | |
// https://www.iana.org/domains/root/db/praxi.html | ||
praxi | ||
|
||
// press : Radix FZC DMCC | ||
// press : Radix Technologies Inc. | ||
// https://www.iana.org/domains/root/db/press.html | ||
press | ||
|
||
|
@@ -10072,7 +10064,7 @@ sina | |
// https://www.iana.org/domains/root/db/singles.html | ||
singles | ||
|
||
// site : Radix FZC DMCC | ||
// site : Radix Technologies Inc. | ||
// https://www.iana.org/domains/root/db/site.html | ||
site | ||
|
||
|
@@ -10152,7 +10144,7 @@ soy | |
// https://www.iana.org/domains/root/db/spa.html | ||
spa | ||
|
||
// space : Radix FZC DMCC | ||
// space : Radix Technologies Inc. | ||
// https://www.iana.org/domains/root/db/space.html | ||
space | ||
|
||
|
@@ -10204,7 +10196,7 @@ stockholm | |
// https://www.iana.org/domains/root/db/storage.html | ||
storage | ||
|
||
// store : Radix FZC DMCC | ||
// store : Radix Technologies Inc. | ||
// https://www.iana.org/domains/root/db/store.html | ||
store | ||
|
||
|
@@ -10320,7 +10312,7 @@ tdk | |
// https://www.iana.org/domains/root/db/team.html | ||
team | ||
|
||
// tech : Radix FZC DMCC | ||
// tech : Radix Technologies Inc. | ||
// https://www.iana.org/domains/root/db/tech.html | ||
tech | ||
|
||
|
@@ -10504,7 +10496,7 @@ unicom | |
// https://www.iana.org/domains/root/db/university.html | ||
university | ||
|
||
// uno : Radix FZC DMCC | ||
// uno : Radix Technologies Inc. | ||
// https://www.iana.org/domains/root/db/uno.html | ||
uno | ||
|
||
|
@@ -10668,7 +10660,7 @@ webcam | |
// https://www.iana.org/domains/root/db/weber.html | ||
weber | ||
|
||
// website : Radix FZC DMCC | ||
// website : Radix Technologies Inc. | ||
// https://www.iana.org/domains/root/db/website.html | ||
website | ||
|
||
|
@@ -13426,10 +13418,6 @@ london.cloudapps.digital | |
// Submitted by Richard Baker <[email protected]> | ||
pymnt.uk | ||
|
||
// UKHomeOffice : https://www.gov.uk/government/organisations/home-office | ||
// Submitted by Jon Shanks <[email protected]> | ||
homeoffice.gov.uk | ||
|
||
// GlobeHosting, Inc. | ||
// Submitted by Zoltan Egresi <[email protected]> | ||
ro.im | ||
|
Oops, something went wrong.