This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 89
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
1 parent
731e0d3
commit a81674d
Showing
14 changed files
with
85 additions
and
42 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
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 = "audit" | ||
version = "0.5.0" # TODO: drop this comment - already bumped version for trait changes | ||
version = "0.6.0" | ||
authors = ["Corentin Henry <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -14,8 +14,8 @@ description = "linux audit via netlink" | |
[dependencies] | ||
futures = "0.3.11" | ||
thiserror = "1" | ||
netlink-packet-audit = "0.3" | ||
netlink-proto = { default-features = false, version = "0.8" } | ||
netlink-packet-audit = "0.4" | ||
netlink-proto = { default-features = false, version = "0.9" } | ||
|
||
[features] | ||
default = ["tokio_socket"] | ||
|
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 = "ethtool" | ||
version = "0.2.0" # TODO: drop this comment - already bumped version for trait changes | ||
version = "0.2.0" | ||
authors = ["Gris Ge <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
|
@@ -26,10 +26,10 @@ byteorder = "1.4.3" | |
futures = "0.3.17" | ||
genetlink = { default-features = false, version = "0.2.0"} | ||
log = "0.4.14" | ||
netlink-packet-core = "0.3.0" | ||
netlink-packet-core = "0.4.0" | ||
netlink-packet-generic = "0.2.0" | ||
netlink-packet-utils = "0.4.1" | ||
netlink-proto = { default-features = false, version = "0.8.0" } | ||
netlink-packet-utils = "0.5" | ||
netlink-proto = { default-features = false, version = "0.9.0" } | ||
netlink-sys = "0.8.0" | ||
thiserror = "1.0.29" | ||
tokio = { version = "1.0.1", features = ["rt"], optional = true} | ||
|
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 = "genetlink" | ||
version = "0.2.0" # TODO: drop this comment - already bumped version for trait changes | ||
version = "0.2.0" | ||
authors = ["Leo <[email protected]>"] | ||
edition = "2018" | ||
homepage = "https://github.com/little-dude/netlink" | ||
|
@@ -18,11 +18,11 @@ smol_socket = ["netlink-proto/smol_socket","async-std"] | |
[dependencies] | ||
futures = "0.3.16" | ||
netlink-packet-generic = "0.2.0" | ||
netlink-proto = { default-features = false, version = "0.8.0" } | ||
netlink-proto = { default-features = false, version = "0.9.0" } | ||
tokio = { version = "1.9.0", features = ["rt"], optional = true } | ||
async-std = { version = "1.9.0", optional = true } | ||
netlink-packet-utils = "0.4.1" | ||
netlink-packet-core = "0.3.0" | ||
netlink-packet-utils = "0.5.0" | ||
netlink-packet-core = "0.4.0" | ||
thiserror = "1.0.26" | ||
|
||
[dev-dependencies] | ||
|
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,7 +1,7 @@ | ||
[package] | ||
authors = ["Corentin Henry <[email protected]>"] | ||
name = "netlink-packet-audit" | ||
version = "0.3.0" # TODO: drop this comment - already bumped version for trait changes | ||
version = "0.4.0" | ||
edition = "2018" | ||
|
||
homepage = "https://github.com/little-dude/netlink" | ||
|
@@ -16,9 +16,9 @@ anyhow = "1.0.31" | |
bytes = "1.0" | ||
byteorder = "1.3.2" | ||
log = "0.4.8" | ||
netlink-packet-core = "0.3" | ||
netlink-packet-utils = ">= 0.3, <0.5" | ||
netlink-proto = { default-features = false, version = "0.8" } | ||
netlink-packet-core = "0.4" | ||
netlink-packet-utils = "0.5" | ||
netlink-proto = { default-features = false, version = "0.9" } | ||
|
||
[dev-dependencies] | ||
lazy_static = "1.4.0" |
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,7 +1,7 @@ | ||
[package] | ||
authors = ["Corentin Henry <[email protected]>"] | ||
name = "netlink-packet-core" | ||
version = "0.3.0" # TODO: drop this comment - already bumped version for trait changes | ||
version = "0.4.1" | ||
edition = "2018" | ||
|
||
homepage = "https://github.com/little-dude/netlink" | ||
|
@@ -15,7 +15,7 @@ description = "netlink packet types" | |
anyhow = "1.0.31" | ||
byteorder = "1.3.2" | ||
libc = "0.2.66" | ||
netlink-packet-utils = ">=0.3, <0.5" | ||
netlink-packet-utils = "0.5" | ||
|
||
[dev-dependencies] | ||
netlink-packet-route = "0.9" | ||
netlink-packet-route = "0.10" |
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 = "netlink-packet-generic" | ||
version = "0.2.0" # TODO: drop this comment - already bumped version for trait changes | ||
version = "0.2.0" | ||
authors = ["Leo <[email protected]>"] | ||
edition = "2018" | ||
homepage = "https://github.com/little-dude/netlink" | ||
|
@@ -14,8 +14,8 @@ description = "generic netlink packet types" | |
anyhow = "1.0.39" | ||
libc = "0.2.86" | ||
byteorder = "1.4.2" | ||
netlink-packet-core = "0.3" | ||
netlink-packet-utils = "0.4" | ||
netlink-packet-core = "0.4" | ||
netlink-packet-utils = "0.5" | ||
|
||
[dev-dependencies] | ||
netlink-sys = { path = "../netlink-sys", version = "0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
authors = ["Corentin Henry <[email protected]>"] | ||
name = "netlink-packet-route" | ||
version = "0.9.0" # TODO: drop this comment - already bumped version for trait changes | ||
version = "0.10.0" | ||
edition = "2018" | ||
|
||
homepage = "https://github.com/little-dude/netlink" | ||
|
@@ -18,8 +18,8 @@ rich_nlas = [] | |
anyhow = "1.0.31" | ||
byteorder = "1.3.2" | ||
libc = "0.2.66" | ||
netlink-packet-core = "0.3" | ||
netlink-packet-utils = "0.4" | ||
netlink-packet-core = "0.4" | ||
netlink-packet-utils = "0.5" | ||
bitflags = "1.2.1" | ||
|
||
[[example]] | ||
|
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,7 +1,7 @@ | ||
[package] | ||
authors = ["Flier Lu <[email protected]>", "Corentin Henry <[email protected]>"] | ||
name = "netlink-packet-sock-diag" | ||
version = "0.2.0" # TODO: drop this comment - already bumped version for trait changes | ||
version = "0.3.0" | ||
edition = "2018" | ||
|
||
homepage = "https://github.com/little-dude/netlink" | ||
|
@@ -14,8 +14,8 @@ description = "netlink packet types for the sock_diag subprotocol" | |
[dependencies] | ||
anyhow = "1.0.32" | ||
byteorder = "1.3.4" | ||
netlink-packet-core = "0.3" | ||
netlink-packet-utils = ">= 0.3, <0.5" | ||
netlink-packet-core = "0.4" | ||
netlink-packet-utils = "0.5" | ||
bitflags = "1.2.1" | ||
libc = "0.2.77" | ||
smallvec = "1.4.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 = "netlink-packet-utils" | ||
version = "0.4.1" | ||
version = "0.5.0" | ||
authors = ["Corentin Henry <[email protected]>"] | ||
edition = "2018" | ||
homepage = "https://github.com/little-dude/netlink" | ||
|
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,7 +1,7 @@ | ||
[package] | ||
authors = ["Corentin Henry <[email protected]>"] | ||
name = "netlink-proto" | ||
version = "0.8.0" # TODO: drop this comment - already bumped version for trait changes | ||
version = "0.9.1" | ||
edition = "2018" | ||
|
||
homepage = "https://github.com/little-dude/netlink" | ||
|
@@ -16,7 +16,7 @@ bytes = "1.0" | |
log = "0.4.8" | ||
futures = "0.3" | ||
tokio = { version = "1.0", default-features = false, features = ["io-util"] } | ||
netlink-packet-core = "0.3" | ||
netlink-packet-core = "0.4" | ||
netlink-sys = { default-features = false, version = "0.8" } | ||
|
||
[features] | ||
|
@@ -27,8 +27,8 @@ smol_socket = ["netlink-sys/smol_socket"] | |
[dev-dependencies] | ||
env_logger = "0.8.2" | ||
tokio = { version = "1.0.1", default-features = false, features = ["macros", "rt-multi-thread"] } | ||
netlink-packet-route = "0.9" | ||
netlink-packet-audit = "0.3" | ||
netlink-packet-route = "0.10" | ||
netlink-packet-audit = "0.4" | ||
async-std = {version = "1.9.0", features = ["attributes"]} | ||
|
||
[[example]] | ||
|
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,7 +1,7 @@ | ||
[package] | ||
authors = ["Corentin Henry <[email protected]>"] | ||
name = "netlink-sys" | ||
version = "0.8.0" # TODO: drop this comment - already bumped version for trait changes | ||
version = "0.8.1" | ||
edition = "2018" | ||
|
||
homepage = "https://github.com/little-dude/netlink" | ||
|
@@ -43,7 +43,7 @@ tokio_socket = ["tokio", "futures"] | |
smol_socket = ["async-io","futures"] | ||
|
||
[dev-dependencies] | ||
netlink-packet-audit = "0.3" | ||
netlink-packet-audit = "0.4" | ||
|
||
[dev-dependencies.tokio] | ||
version = "1.0.1" | ||
|
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 = "rtnetlink" | ||
version = "0.9.0" # TODO: drop this comment - already bumped version for trait changes | ||
version = "0.9.0" | ||
authors = ["Corentin Henry <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -21,8 +21,8 @@ smol_socket = ["netlink-proto/smol_socket", "async-global-executor"] | |
futures = "0.3.11" | ||
log = "0.4.8" | ||
thiserror = "1" | ||
netlink-packet-route = "0.9" | ||
netlink-proto = { default-features = false, version = "0.8" } | ||
netlink-packet-route = "0.10.0" | ||
netlink-proto = { default-features = false, version = "0.9.0" } | ||
nix = "0.22.0" | ||
tokio = { version = "1.0.1", features = ["rt"], optional = true} | ||
async-global-executor = { version = "2.0.2", optional = true } | ||
|