Compare commits

..

4 Commits

Author SHA1 Message Date
Andrew Gunnerson 4337170f57 Version 2.0.1
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
2023-09-04 17:11:28 -04:00
Andrew Gunnerson a73365592f CHANGELOG.md: Add entry for PR #132
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
2023-09-04 16:41:28 -04:00
Andrew Gunnerson 0018e8a5ba Merge pull request #132 from chenxiaolong/magisk
boot.rs: Allow Magisk 263xx
2023-09-04 16:39:14 -04:00
Andrew Gunnerson adf0014da2 boot.rs: Allow Magisk 263xx
There are no changes that break avbroot.

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
2023-09-04 16:30:39 -04:00
6 changed files with 14 additions and 9 deletions
+5
View File
@@ -7,9 +7,14 @@
to update the actual links at the bottom of the file.
-->
### Version 2.0.1
* Add support for Magisk 263xx ([PR #132 @chenxiaolong])
### Version 2.0.0
* Initial Rust release. The old Python implementation can be found in the `python` branch. ([PR #130 @chenxiaolong])
<!-- Do not manually edit the lines below. Use `cargo xtask update-changelog` to regenerate. -->
[PR #130 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/130
[PR #132 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/132
Generated
+3 -3
View File
@@ -105,7 +105,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "avbroot"
version = "0.1.0"
version = "2.0.1"
dependencies = [
"anyhow",
"assert_matches",
@@ -483,7 +483,7 @@ dependencies = [
[[package]]
name = "e2e"
version = "0.1.0"
version = "2.0.1"
dependencies = [
"anyhow",
"avbroot",
@@ -2253,7 +2253,7 @@ dependencies = [
[[package]]
name = "xtask"
version = "0.1.0"
version = "2.0.1"
dependencies = [
"anyhow",
"clap",
+1 -1
View File
@@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "xtask"]
resolver = "2"
[workspace.package]
version = "2.0.0"
version = "2.0.1"
license = "GPL-3.0-only"
edition = "2021"
repository = "https://github.com/chenxiaolong/avbroot"
+1 -1
View File
@@ -108,7 +108,7 @@ impl MagiskRootPatcher {
// RULESDEVICE config option, which stored the writable block device as an
// rdev major/minor pair, which was not consistent across reboots and was
// replaced by PREINITDEVICE
const VERS_SUPPORTED: &[Range<u32>] = &[25102..25207, 25211..26300];
const VERS_SUPPORTED: &[Range<u32>] = &[25102..25207, 25211..26400];
const VER_PREINIT_DEVICE: Range<u32> =
25211..Self::VERS_SUPPORTED[Self::VERS_SUPPORTED.len() - 1].end;
const VER_RANDOM_SEED: Range<u32> = 25211..26103;
+2 -2
View File
@@ -1,6 +1,6 @@
id=com.chiller3.avbroot.clearotacerts
name=clearotacerts
version=v2.0.0
versionCode=131072
version=v2.0.1
versionCode=131073
author=chenxiaolong
description=Block A/B OTAs by clearing verification certificates
+2 -2
View File
@@ -1,6 +1,6 @@
id=com.chiller3.avbroot.oemunlockonboot
name=oemunlockonboot
version=v2.0.0
versionCode=131072
version=v2.0.1
versionCode=131073
author=chenxiaolong
description=Enable OEM unlocking on every boot