Skip to content

Commit

Permalink
Bump to 0.8.2 and update versions script (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafioraldi committed Oct 12, 2022
1 parent bda63f8 commit 089bc49
Show file tree
Hide file tree
Showing 42 changed files with 107 additions and 58 deletions.
16 changes: 10 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[profile.release]
lto = true
codegen-units = 1
opt-level = 3
debug = true

[workspace]
members = [
"libafl",
Expand Down Expand Up @@ -33,3 +27,13 @@ exclude = [
"bindings",
"scripts",
]

[workspace.package]
version = "0.8.2"

[profile.release]
lto = true
codegen-units = 1
opt-level = 3
debug = true

8 changes: 4 additions & 4 deletions bindings/pylibafl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "pylibafl"
version = "0.8.1"
version = "0.8.2"
edition = "2021"

[dependencies]
pyo3 = { version = "0.15", features = ["extension-module"] }
libafl_qemu = { path = "../../libafl_qemu", version = "0.8.1", features = ["python"] }
libafl_sugar = { path = "../../libafl_sugar", version = "0.8.1", features = ["python"] }
libafl = { path = "../../libafl", version = "0.8.1", features = ["python"] }
libafl_qemu = { path = "../../libafl_qemu", version = "0.8.2", features = ["python"] }
libafl_sugar = { path = "../../libafl_sugar", version = "0.8.2", features = ["python"] }
libafl = { path = "../../libafl", version = "0.8.2", features = ["python"] }

[build-dependencies]
pyo3-build-config = { version = "0.15" }
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/baby_fuzzer_gramatron/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_gramatron"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/baby_fuzzer_grimoire/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_grimoire"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/baby_fuzzer_minimizing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_minimizing"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>", "Addison Crump <research@addisoncrump.info>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/baby_fuzzer_nautilus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_nautilus"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/baby_fuzzer_tokens/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_tokens"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/baby_no_std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_no_std"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/forkserver_simple/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forkserver_simple"
version = "0.8.1"
version = "0.8.2"
authors = ["tokatoka <tokazerkje@outlook.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/frida_libpng/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frida_fuzzer"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/fuzzbench/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuzzbench"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/fuzzbench_fork_qemu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuzzbench_fork_qemu"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/fuzzbench_qemu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuzzbench_qemu"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/fuzzbench_text/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuzzbench_text"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/fuzzbench_weighted/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuzzbench_weighted"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/libafl_atheris/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libafl_atheris"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/libfuzzer_libmozjpeg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libfuzzer_libmozjpeg"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/libfuzzer_libpng/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libfuzzer_libpng"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/libfuzzer_libpng_accounting/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libfuzzer_libpng_accounting"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/libfuzzer_libpng_cmin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libfuzzer_libpng_cmin"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>", "Addison Crump <research@addisoncrump.info>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/libfuzzer_libpng_ctx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libfuzzer_libpng_ctx"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/libfuzzer_libpng_launcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libfuzzer_libpng_launcher"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/libfuzzer_reachability/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libfuzzer_reachability"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/libfuzzer_stb_image/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libfuzzer_stb_image"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/libfuzzer_stb_image_concolic/fuzzer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libfuzzer_stb_image_concolic"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>", "Julius Hohnerlein"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/libfuzzer_stb_image_concolic/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example_runtime"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
authors = ["Julius Hohnerlein <julihoh@users.noreply.github.com>"]

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/libfuzzer_stb_image_sugar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libfuzzer_stb_image_sugar"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/qemu_arm_launcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qemu_arm_launcher"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/qemu_launcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qemu_launcher"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/tutorial/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tutorial"
version = "0.8.1"
version = "0.8.2"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions libafl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libafl"
version = "0.8.1"
version.workspace = true
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
description = "Slot your own fuzzers together and extend their features using Rust"
documentation = "https://docs.rs/libafl"
Expand Down Expand Up @@ -48,7 +48,7 @@ serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
serial_test = "0.8"

[dependencies]
libafl_derive = { version = "0.8.1", optional = true, path = "../libafl_derive" }
libafl_derive = { version = "0.8.2", optional = true, path = "../libafl_derive" }

rustversion = "1.0"
tuple_list = { version = "0.1.3" }
Expand Down
2 changes: 1 addition & 1 deletion libafl_cc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libafl_cc"
version = "0.8.1"
version.workspace = true
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "Commodity library to wrap compilers and link LibAFL"
documentation = "https://docs.rs/libafl_cc"
Expand Down
2 changes: 1 addition & 1 deletion libafl_concolic/symcc_libafl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symcc_libafl"
version = "0.8.1"
version.workspace = true
edition = "2021"
authors = ["Julius Hohnerlein <julihoh@users.noreply.github.com>", "Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
description = "Meta package for symcc_runtime"
Expand Down
2 changes: 1 addition & 1 deletion libafl_concolic/symcc_runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symcc_runtime"
version = "0.8.1"
version.workspace = true
edition = "2021"
authors = ["Julius Hohnerlein <julihoh@users.noreply.github.com>", "Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
description = "Build Concolic Tracing tools based on SymCC in Rust"
Expand Down
2 changes: 1 addition & 1 deletion libafl_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libafl_derive"
version = "0.8.1"
version.workspace = true
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "Derive proc-macro crate for LibAFL"
documentation = "https://docs.rs/libafl_derive"
Expand Down
6 changes: 3 additions & 3 deletions libafl_frida/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libafl_frida"
version = "0.8.1"
version.workspace = true
authors = ["s1341 <github@shmarya.net>"]
description = "Frida backend library for LibAFL"
documentation = "https://docs.rs/libafl_frida"
Expand All @@ -19,8 +19,8 @@ cmplog = []
cc = { version = "1.0", features = ["parallel"] }

[dependencies]
libafl = { path = "../libafl", version = "0.8.1", features = ["std", "libafl_derive", "frida_cli"] }
libafl_targets = { path = "../libafl_targets", version = "0.8.1", features = ["std", "sancov_cmplog"] }
libafl = { path = "../libafl", version = "0.8.2", features = ["std", "libafl_derive", "frida_cli"] }
libafl_targets = { path = "../libafl_targets", version = "0.8.2", features = ["std", "sancov_cmplog"] }

nix = "0.24"
libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion libafl_nyx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libafl_nyx"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = ["syheliel <syheliel@gmail.com>"]
description = "libafl using nyx, only avaliable on linux"
Expand Down
6 changes: 3 additions & 3 deletions libafl_qemu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libafl_qemu"
version = "0.8.1"
version.workspace = true
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "QEMU user backend library for LibAFL"
documentation = "https://docs.rs/libafl_qemu"
Expand Down Expand Up @@ -28,8 +28,8 @@ usermode = []
clippy = [] # special feature for clippy, don't use in normal projects§

[dependencies]
libafl = { path = "../libafl", version = "0.8.1", default-features = false, features = ["std", "derive", "llmp_compression"] }
libafl_targets = { path = "../libafl_targets", version = "0.8.1" }
libafl = { path = "../libafl", version = "0.8.2", default-features = false, features = ["std", "derive", "llmp_compression"] }
libafl_targets = { path = "../libafl_targets", version = "0.8.2" }

serde = { version = "1.0", default-features = false, features = ["alloc"] } # serialization lib
hashbrown = { version = "0.12", features = ["serde", "ahash-compile-time-rng"] } # A faster hashmap, nostd compatible
Expand Down
8 changes: 4 additions & 4 deletions libafl_sugar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libafl_sugar"
version = "0.8.1"
version.workspace = true
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "Sugar builders to create common fuzzers with LibAFL"
documentation = "https://docs.rs/libafl_sugar"
Expand All @@ -27,9 +27,9 @@ aarch64 = ["libafl_qemu/aarch64"] # build qemu for aarch64
pyo3-build-config = { version = "0.16", optional = true }

[dependencies]
libafl = { path = "../libafl", version = "0.8.1" }
libafl_targets = { path = "../libafl_targets", version = "0.8.1" }
libafl_qemu = { path = "../libafl_qemu", version = "0.8.1" }
libafl = { path = "../libafl", version = "0.8.2" }
libafl_targets = { path = "../libafl_targets", version = "0.8.2" }
libafl_qemu = { path = "../libafl_qemu", version = "0.8.2" }

typed-builder = "0.10.0" # Implement the builder pattern at compiletime
#pyo3 = { version = "0.15", features = ["extension-module"], optional = true }
Expand Down
4 changes: 2 additions & 2 deletions libafl_targets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libafl_targets"
version = "0.8.1"
version.workspace = true
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "Common code for target instrumentation that can be used combined with LibAFL"
documentation = "https://docs.rs/libafl_targets"
Expand Down Expand Up @@ -30,7 +30,7 @@ clippy = [] # Ignore compiler warnings during clippy
cc = { version = "1.0", features = ["parallel"] }

[dependencies]
libafl = { path = "../libafl", version = "0.8.1", default-features = false, features = [] }
libafl = { path = "../libafl", version = "0.8.2", default-features = false, features = [] }

rangemap = "1.0"
serde = { version = "1.0", default-features = false, features = ["alloc"] } # serialization lib
Expand Down
Loading

0 comments on commit 089bc49

Please sign in to comment.