dependabot[bot]
608e949e23
build(deps): bump the crates group across 1 directory with 2 updates ( #167 )
...
Bumps the crates group with 2 updates in the /userspace/ksud_overlayfs directory: [cc](https://github.com/rust-lang/cc-rs ) and [equivalent](https://github.com/indexmap-rs/equivalent ).
Updates `cc` from 1.2.13 to 1.2.14
- [Release notes](https://github.com/rust-lang/cc-rs/releases )
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.13...cc-v1.2.14 )
Updates `equivalent` from 1.0.1 to 1.0.2
- [Commits](https://github.com/indexmap-rs/equivalent/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: cc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: equivalent
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-16 21:57:41 +06:00
dependabot[bot]
7319dd25a3
build(deps): bump the crates group across 1 directory with 2 updates ( #168 )
...
Bumps the crates group with 2 updates in the /userspace/ksud_magic directory: [cc](https://github.com/rust-lang/cc-rs ) and [equivalent](https://github.com/indexmap-rs/equivalent ).
Updates `cc` from 1.2.13 to 1.2.14
- [Release notes](https://github.com/rust-lang/cc-rs/releases )
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.13...cc-v1.2.14 )
Updates `equivalent` from 1.0.1 to 1.0.2
- [Commits](https://github.com/indexmap-rs/equivalent/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: cc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: equivalent
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-16 21:57:12 +06:00
rifsxd
fdd307fe8b
ksud_overlayfs: bring back journaling for sparse image (futile for hiding so reverting until a possible better way is discovered)
2025-02-16 20:36:03 +06:00
rifsxd
b2a8fb66d3
ksud_overlayfs: reduce sparse image size to 6GB
2025-02-16 03:10:30 +06:00
rifsxd
f247a6d5d8
ksud_overlayfs: better hide modules.img (create a sparse image without journaling) and run e2fsck for eliminating possible data corruption after umount
2025-02-15 19:51:30 +06:00
Caner Karaca
b18f89b434
Updates ( #151 )
...
* Update
* Fix
2025-02-13 05:54:36 +06:00
rifsxd
fcc4f0d206
ksud_overlayfs: fix sparse image journal size being 0 block and cause error to format into ext4 with mke2fs
2025-02-07 14:23:56 +06:00
rifsxd
c20fe6c886
ksud_overlayfs: changed sparse image journal size to 64MB for good balance of performance and efficiency
2025-02-06 19:22:48 +06:00
5ec1cff
19a15a71eb
ksud: fix stat
2025-02-06 18:56:29 +06:00
weishu
8832532f09
ksud: make clippy happy
2025-02-06 17:46:14 +06:00
rifsxd
4401e28f57
Revert "build(deps): bump the crates group across 1 directory with 9 updates ( #103 )"
...
This reverts commit d4db74f0fb .
2025-02-02 22:55:41 +06:00
rifsxd
ece6e3f694
Revert "build(deps): bump the crates group across 1 directory with 9 updates ( #104 )"
...
This reverts commit e931792a4f .
2025-02-02 22:54:42 +06:00
dependabot[bot]
d4db74f0fb
build(deps): bump the crates group across 1 directory with 9 updates ( #103 )
...
Bumps the crates group with 7 updates in the /userspace/ksud_overlayfs directory:
| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json ) | `1.0.137` | `1.0.138` |
| [nom](https://github.com/rust-bakery/nom ) | `7.1.3` | `8.0.0` |
| [tempfile](https://github.com/Stebalien/tempfile ) | `3.15.0` | `3.16.0` |
| [bumpalo](https://github.com/fitzgen/bumpalo ) | `3.16.0` | `3.17.0` |
| [cpufeatures](https://github.com/RustCrypto/utils ) | `0.2.16` | `0.2.17` |
| [ryu](https://github.com/dtolnay/ryu ) | `1.0.18` | `1.0.19` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident ) | `1.0.15` | `1.0.16` |
Updates `serde_json` from 1.0.137 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.137...v1.0.138 )
Updates `nom` from 7.1.3 to 8.0.0
- [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-bakery/nom/compare/7.1.3...8.0.0 )
Updates `tempfile` from 3.15.0 to 3.16.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.15.0...v3.16.0 )
Updates `bumpalo` from 3.16.0 to 3.17.0
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.16.0...3.17.0 )
Updates `cpufeatures` from 0.2.16 to 0.2.17
- [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.16...cpufeatures-v0.2.17 )
Updates `getrandom` from 0.2.15 to 0.3.1
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-random/getrandom/compare/v0.2.15...v0.3.1 )
Updates `ryu` from 1.0.18 to 1.0.19
- [Release notes](https://github.com/dtolnay/ryu/releases )
- [Commits](https://github.com/dtolnay/ryu/compare/1.0.18...1.0.19 )
Updates `unicode-ident` from 1.0.15 to 1.0.16
- [Release notes](https://github.com/dtolnay/unicode-ident/releases )
- [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.15...1.0.16 )
Updates `wasi` from 0.11.0+wasi-snapshot-preview1 to 0.13.3+wasi-0.2.2
- [Commits](https://github.com/bytecodealliance/wasi-rs/compare/0.11.0...0.13.3 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: nom
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: crates
- dependency-name: tempfile
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: bumpalo
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: cpufeatures
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: getrandom
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: ryu
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: unicode-ident
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: wasi
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-02 22:28:52 +06:00
dependabot[bot]
e931792a4f
build(deps): bump the crates group across 1 directory with 9 updates ( #104 )
...
Bumps the crates group with 7 updates in the /userspace/ksud_magic directory:
| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json ) | `1.0.137` | `1.0.138` |
| [nom](https://github.com/rust-bakery/nom ) | `7.1.3` | `8.0.0` |
| [tempfile](https://github.com/Stebalien/tempfile ) | `3.15.0` | `3.16.0` |
| [bumpalo](https://github.com/fitzgen/bumpalo ) | `3.16.0` | `3.17.0` |
| [cpufeatures](https://github.com/RustCrypto/utils ) | `0.2.16` | `0.2.17` |
| [ryu](https://github.com/dtolnay/ryu ) | `1.0.18` | `1.0.19` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident ) | `1.0.15` | `1.0.16` |
Updates `serde_json` from 1.0.137 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.137...v1.0.138 )
Updates `nom` from 7.1.3 to 8.0.0
- [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-bakery/nom/compare/7.1.3...8.0.0 )
Updates `tempfile` from 3.15.0 to 3.16.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.15.0...v3.16.0 )
Updates `bumpalo` from 3.16.0 to 3.17.0
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.16.0...3.17.0 )
Updates `cpufeatures` from 0.2.16 to 0.2.17
- [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.16...cpufeatures-v0.2.17 )
Updates `getrandom` from 0.2.15 to 0.3.1
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-random/getrandom/compare/v0.2.15...v0.3.1 )
Updates `ryu` from 1.0.18 to 1.0.19
- [Release notes](https://github.com/dtolnay/ryu/releases )
- [Commits](https://github.com/dtolnay/ryu/compare/1.0.18...1.0.19 )
Updates `unicode-ident` from 1.0.15 to 1.0.16
- [Release notes](https://github.com/dtolnay/unicode-ident/releases )
- [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.15...1.0.16 )
Updates `wasi` from 0.11.0+wasi-snapshot-preview1 to 0.13.3+wasi-0.2.2
- [Commits](https://github.com/bytecodealliance/wasi-rs/compare/0.11.0...0.13.3 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: nom
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: crates
- dependency-name: tempfile
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: bumpalo
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: cpufeatures
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: getrandom
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: ryu
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: unicode-ident
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: wasi
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-02 22:27:41 +06:00
Caner Karaca
4ac264135d
ksud: updates ( #84 )
2025-01-25 20:57:03 +06:00
5ec1cff
7ac03d638c
ksud: fix copy sparse file ( #2374 )
2025-01-24 22:59:16 +06:00
Wang Han
b6d670f9a7
Don't unshare after entering global namespace ( #2373 )
...
Global namespace is usually used to publicly apply mounts so calling
unshare after entering root namespace is not desired bahavior. This also
keeps -M option same as Magisk.
2025-01-24 15:53:46 +06:00
dependabot[bot]
a6a2f65ead
build(deps): bump the crates group across 1 directory with 8 updates ( #72 )
...
Bumps the crates group with 7 updates in the /userspace/ksud_overlayfs directory:
| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap ) | `4.5.26` | `4.5.27` |
| [log](https://github.com/rust-lang/log ) | `0.4.24` | `0.4.25` |
| [serde_json](https://github.com/serde-rs/json ) | `1.0.135` | `1.0.137` |
| [anstyle-wincon](https://github.com/rust-cli/anstyle ) | `3.0.6` | `3.0.7` |
| [cc](https://github.com/rust-lang/cc-rs ) | `1.2.8` | `1.2.10` |
| [indexmap](https://github.com/indexmap-rs/indexmap ) | `2.7.0` | `2.7.1` |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide ) | `0.8.2` | `0.8.3` |
Updates `clap` from 4.5.26 to 4.5.27
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.26...clap_complete-v4.5.27 )
Updates `log` from 0.4.24 to 0.4.25
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/compare/0.4.24...0.4.25 )
Updates `serde_json` from 1.0.135 to 1.0.137
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.135...v1.0.137 )
Updates `anstyle-wincon` from 3.0.6 to 3.0.7
- [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.6...anstyle-wincon-v3.0.7 )
Updates `cc` from 1.2.8 to 1.2.10
- [Release notes](https://github.com/rust-lang/cc-rs/releases )
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.8...cc-v1.2.10 )
Updates `clap_builder` from 4.5.26 to 4.5.27
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.5.26...v4.5.27 )
Updates `indexmap` from 2.7.0 to 2.7.1
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md )
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.7.0...2.7.1 )
Updates `miniz_oxide` from 0.8.2 to 0.8.3
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Frommi/miniz_oxide/compare/0.8.2...0.8.3 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: log
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: anstyle-wincon
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: cc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: clap_builder
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: indexmap
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: miniz_oxide
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-23 23:47:46 +06:00
dependabot[bot]
de38fe84d7
build(deps): bump the crates group across 1 directory with 8 updates ( #73 )
...
Bumps the crates group with 7 updates in the /userspace/ksud_magic directory:
| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap ) | `4.5.26` | `4.5.27` |
| [log](https://github.com/rust-lang/log ) | `0.4.24` | `0.4.25` |
| [serde_json](https://github.com/serde-rs/json ) | `1.0.135` | `1.0.137` |
| [anstyle-wincon](https://github.com/rust-cli/anstyle ) | `3.0.6` | `3.0.7` |
| [cc](https://github.com/rust-lang/cc-rs ) | `1.2.8` | `1.2.10` |
| [indexmap](https://github.com/indexmap-rs/indexmap ) | `2.7.0` | `2.7.1` |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide ) | `0.8.2` | `0.8.3` |
Updates `clap` from 4.5.26 to 4.5.27
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.26...clap_complete-v4.5.27 )
Updates `log` from 0.4.24 to 0.4.25
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/compare/0.4.24...0.4.25 )
Updates `serde_json` from 1.0.135 to 1.0.137
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.135...v1.0.137 )
Updates `anstyle-wincon` from 3.0.6 to 3.0.7
- [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.6...anstyle-wincon-v3.0.7 )
Updates `cc` from 1.2.8 to 1.2.10
- [Release notes](https://github.com/rust-lang/cc-rs/releases )
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.8...cc-v1.2.10 )
Updates `clap_builder` from 4.5.26 to 4.5.27
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.5.26...v4.5.27 )
Updates `indexmap` from 2.7.0 to 2.7.1
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md )
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.7.0...2.7.1 )
Updates `miniz_oxide` from 0.8.2 to 0.8.3
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Frommi/miniz_oxide/compare/0.8.2...0.8.3 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: log
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: anstyle-wincon
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: cc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: clap_builder
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: indexmap
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: miniz_oxide
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-23 23:47:31 +06:00
dependabot[bot]
8c02c89a95
build(deps): bump sval in /userspace/ksud_overlayfs ( #68 )
...
Bumps [sval](https://github.com/sval-rs/sval ) from 2.13.2 to 2.14.0.
- [Release notes](https://github.com/sval-rs/sval/releases )
- [Commits](https://github.com/sval-rs/sval/compare/v2.13.2...v2.14.0 )
---
updated-dependencies:
- dependency-name: sval
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 01:36:19 +06:00
dependabot[bot]
890f2e1d8e
build(deps): bump sval from 2.13.2 to 2.14.0 in /userspace/ksud_magic ( #71 )
...
Bumps [sval](https://github.com/sval-rs/sval ) from 2.13.2 to 2.14.0.
- [Release notes](https://github.com/sval-rs/sval/releases )
- [Commits](https://github.com/sval-rs/sval/compare/v2.13.2...v2.14.0 )
---
updated-dependencies:
- dependency-name: sval
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 01:35:50 +06:00
Rifat Azad
090f4c0f02
ksud: fixed "warning: elided lifetime has a name" and "warning: constant SUSFSD_PATH is never used"
2025-01-20 13:31:18 +06:00
Rifat Azad
82f38fe817
userspace: ksud: fix global namespace su ( #55 )
2025-01-18 14:25:14 +06:00
Rifat Azad
84f230d35b
manager: add susfs status and sus_su toggle
...
userspace: add susfsd
ci: build susfsd
ksud_overlayfs: update aarch64 bin BusyBox v1.36.1.1 topjohnwu (2024-10-06 01:38:43 PDT)
2025-01-15 14:26:42 +06:00
dependabot[bot]
f12b5238b1
build(deps): bump the crates group across 1 directory with 6 updates ( #5 )
...
Bumps the crates group with 5 updates in the /userspace/ksud_overlayfs directory:
| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap ) | `4.5.24` | `4.5.26` |
| [log](https://github.com/rust-lang/log ) | `0.4.22` | `0.4.24` |
| [cc](https://github.com/rust-lang/cc-rs ) | `1.2.7` | `1.2.8` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2 ) | `1.0.92` | `1.0.93` |
| [syn](https://github.com/dtolnay/syn ) | `2.0.95` | `2.0.96` |
Updates `clap` from 4.5.24 to 4.5.26
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.24...clap_complete-v4.5.26 )
Updates `log` from 0.4.22 to 0.4.24
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/compare/0.4.22...0.4.24 )
Updates `cc` from 1.2.7 to 1.2.8
- [Release notes](https://github.com/rust-lang/cc-rs/releases )
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.7...cc-v1.2.8 )
Updates `clap_builder` from 4.5.24 to 4.5.26
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.5.24...v4.5.26 )
Updates `proc-macro2` from 1.0.92 to 1.0.93
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.92...1.0.93 )
Updates `syn` from 2.0.95 to 2.0.96
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.95...2.0.96 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: log
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: cc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: clap_builder
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: proc-macro2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: syn
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-11 22:28:48 +06:00
dependabot[bot]
400332161e
build(deps): bump the crates group across 1 directory with 6 updates ( #4 )
...
Bumps the crates group with 5 updates in the /userspace/ksud_magic directory:
| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap ) | `4.5.24` | `4.5.26` |
| [log](https://github.com/rust-lang/log ) | `0.4.22` | `0.4.24` |
| [cc](https://github.com/rust-lang/cc-rs ) | `1.2.7` | `1.2.8` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2 ) | `1.0.92` | `1.0.93` |
| [syn](https://github.com/dtolnay/syn ) | `2.0.95` | `2.0.96` |
Updates `clap` from 4.5.24 to 4.5.26
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.24...clap_complete-v4.5.26 )
Updates `log` from 0.4.22 to 0.4.24
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/compare/0.4.22...0.4.24 )
Updates `cc` from 1.2.7 to 1.2.8
- [Release notes](https://github.com/rust-lang/cc-rs/releases )
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.7...cc-v1.2.8 )
Updates `clap_builder` from 4.5.24 to 4.5.26
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.5.24...v4.5.26 )
Updates `proc-macro2` from 1.0.92 to 1.0.93
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.92...1.0.93 )
Updates `syn` from 2.0.95 to 2.0.96
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.95...2.0.96 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: log
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: cc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: clap_builder
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: proc-macro2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: syn
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-11 22:28:32 +06:00
Rifat Azad
587fca9f1f
manager: hide reboot button if ksuversion not found (KSU_NEXT v2 signature not found)
...
manager: add module migration, backup and restore
manager: update translation for zh-CN (authored by @xiangxiangxiong9)
docs: devies: add more unofficial supported devices
2025-01-11 14:43:51 +06:00
Rifat Azad
0f9bd38e3c
ci: fixed issues
2025-01-07 23:44:21 +06:00
Rifat Azad
f3f4ba5897
manager: added mount system switchability
...
userspace: added ksud_overlayfs & ksud_magic
2025-01-07 17:08:53 +06:00
dependabot[bot]
8c6e81ad01
build(deps): bump syn in /userspace/ksud in the crates group
...
Bumps the crates group in /userspace/ksud with 1 update: [syn](https://github.com/dtolnay/syn ).
Updates `syn` from 2.0.94 to 2.0.95
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.94...2.0.95 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-06 08:49:35 +00:00
rifsxd
68002ce859
ksud: update aarch64 bin BusyBox v1.36.1.1 topjohnwu (2024-10-06 01:38:43 PDT)
2025-01-05 18:03:57 +06:00
Rifat Azad
09a67f5642
ksud: print KernelSU Next
2025-01-05 09:10:33 +06:00
Rifat Azad
26e3720b8d
Merge pull request #66 from rifsxd/dependabot/cargo/userspace/ksud/crates-aad0ae0993
...
build(deps): bump the crates group in /userspace/ksud with 3 updates
2025-01-04 17:45:40 +06:00
Rifat Azad
ace36326cd
source: removed all SuSFS code
2025-01-04 17:33:03 +06:00
rifsxd
6ae0737fba
ksud: minor string tweak for module installer script
2025-01-04 01:57:52 +06:00
dependabot[bot]
4387c000f5
build(deps): bump the crates group in /userspace/ksud with 3 updates
...
Bumps the crates group in /userspace/ksud with 3 updates: [tempfile](https://github.com/Stebalien/tempfile ), [async-trait](https://github.com/dtolnay/async-trait ) and [cc](https://github.com/rust-lang/cc-rs ).
Updates `tempfile` from 3.14.0 to 3.15.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.14.0...v3.15.0 )
Updates `async-trait` from 0.1.83 to 0.1.84
- [Release notes](https://github.com/dtolnay/async-trait/releases )
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.83...0.1.84 )
Updates `cc` from 1.2.6 to 1.2.7
- [Release notes](https://github.com/rust-lang/cc-rs/releases )
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.6...cc-v1.2.7 )
---
updated-dependencies:
- dependency-name: tempfile
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: async-trait
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: cc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-03 08:56:36 +00:00
Rifat Azad
8162f46af4
source: remove susfsd
2025-01-03 11:15:39 +06:00
Rifat Azad
f8d970ddde
ksud: upstreamed magic_mount from 5ec1cff/KernelSU @ 5ec1cff/KernelSU@92d793d
2025-01-03 08:27:52 +06:00
rifsxd
1edc46a679
ci: fix build susfsd
2025-01-03 03:51:34 +06:00
Rifat Azad
e225b6e7d4
userspace: add susfsd to /data/adb/ksu/bin
2025-01-02 20:40:42 +06:00
dependabot[bot]
fe854b8408
build(deps): bump syn in /userspace/ksud in the crates group
...
Bumps the crates group in /userspace/ksud with 1 update: [syn](https://github.com/dtolnay/syn ).
Updates `syn` from 2.0.93 to 2.0.94
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.93...2.0.94 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-02 09:00:49 +00:00
rifsxd
5982cdb61d
source: minor cleanup
2025-01-01 21:19:50 +06:00
dependabot[bot]
3b9a5249f8
build(deps): bump the crates group in /userspace/ksud with 3 updates
...
Bumps the crates group in /userspace/ksud with 3 updates: [serde](https://github.com/serde-rs/serde ), [serde_derive](https://github.com/serde-rs/serde ) and [syn](https://github.com/dtolnay/syn ).
Updates `serde` from 1.0.216 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.216...v1.0.217 )
Updates `serde_derive` from 1.0.216 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.216...v1.0.217 )
Updates `syn` from 2.0.92 to 2.0.93
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.92...2.0.93 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: serde_derive
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: syn
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-30 08:44:56 +00:00
dependabot[bot]
6f7a1b5a18
build(deps): bump the crates group in /userspace/ksud with 2 updates
...
Bumps the crates group in /userspace/ksud with 2 updates: [cc](https://github.com/rust-lang/cc-rs ) and [syn](https://github.com/dtolnay/syn ).
Updates `cc` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/rust-lang/cc-rs/releases )
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.5...cc-v1.2.6 )
Updates `syn` from 2.0.91 to 2.0.92
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.91...2.0.92 )
---
updated-dependencies:
- dependency-name: cc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: syn
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-27 08:37:47 +00:00
dependabot[bot]
32efdcbd27
build(deps): bump quote in /userspace/ksud in the crates group
...
Bumps the crates group in /userspace/ksud with 1 update: [quote](https://github.com/dtolnay/quote ).
Updates `quote` from 1.0.37 to 1.0.38
- [Release notes](https://github.com/dtolnay/quote/releases )
- [Commits](https://github.com/dtolnay/quote/compare/1.0.37...1.0.38 )
---
updated-dependencies:
- dependency-name: quote
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-26 09:00:28 +00:00
Caner Karaca
f073211b3f
ksud: update cargo dependencies
2024-12-25 23:12:09 +00:00
Rifat Azad
7ca46e51dd
Merge pull request #38 from rifsxd/dependabot/cargo/userspace/ksud/crates-56a057e772
...
build(deps): bump js-sys from 0.3.72 to 0.3.76 in /userspace/ksud in the crates group
2024-12-25 16:15:22 +06:00
Rifat Azad
7d3a9eb6f2
ksud: export KSU_NEXT to environment
2024-12-25 16:09:48 +06:00
dependabot[bot]
56f8104db1
build(deps): bump js-sys in /userspace/ksud in the crates group
...
Bumps the crates group in /userspace/ksud with 1 update: [js-sys](https://github.com/rustwasm/wasm-bindgen ).
Updates `js-sys` from 0.3.72 to 0.3.76
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits )
---
updated-dependencies:
- dependency-name: js-sys
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-25 10:07:33 +00:00
Rifat Azad
98bc9efaa4
Revert "Drop some legacy codes ( #1981 )"
...
This reverts commit b82eaff26e .
2024-12-24 23:12:35 +06:00