Bug 278483 - [NEW PORT] sysutils/android-ota-payload-extractor: Android OTA payload extractor written in Go
Summary: [NEW PORT] sysutils/android-ota-payload-extractor: Android OTA payload extrac...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-20 14:41 UTC by Yusuf Yaman
Modified: 2024-04-24 17:16 UTC (History)
2 users (show)

See Also:


Attachments
sysutils/android-ota-payload-extractor (2.79 KB, application/mbox)
2024-04-20 14:41 UTC, Yusuf Yaman
no flags Details
sysutils/android-ota-payload-extractor (2.79 KB, patch)
2024-04-20 14:42 UTC, Yusuf Yaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuf Yaman 2024-04-20 14:41:37 UTC
Created attachment 250105 [details]
sysutils/android-ota-payload-extractor

A fast & natively cross-platform Android OTA payload extractor written in Go.
Extracting images from Android OTA packages is very useful for various purposes.
For example, patching the boot image to install Magisk without TWRP.
Comment 1 Yusuf Yaman 2024-04-20 14:42:12 UTC
Created attachment 250106 [details]
sysutils/android-ota-payload-extractor
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2024-04-24 17:16:20 UTC
Committed, thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-04-24 17:16:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=33b24a1dc361162e652db8772badb3897ec00789

commit 33b24a1dc361162e652db8772badb3897ec00789
Author:     Yusuf Yaman <nxjosephofficial@protonmail.com>
AuthorDate: 2024-04-24 17:13:31 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2024-04-24 17:15:53 +0000

    sysutils/android-ota-payload-extractor: New port

    Android OTA payload extractor written in Go

    A fast & natively cross-platform Android OTA payload extractor written
    in Go. Extracting images from Android OTA packages is very useful
    for various purposes. For example, patching the boot image to
    install Magisk without TWRP.

    PR:             278483
    WWW:            https://github.com/tobyxdd/android-ota-payload-extractor
    Author:         Yusuf Yaman <nxjosephofficial@protonmail.com>

 sysutils/Makefile                                  |  1 +
 .../android-ota-payload-extractor/Makefile (new)   | 24 ++++++++++++++++++++++
 .../android-ota-payload-extractor/distinfo (new)   |  7 +++++++
 .../android-ota-payload-extractor/pkg-descr (new)  |  3 +++
 4 files changed, 35 insertions(+)