Homebrew Homebrew app sys-patch - sysmod that patches on boot

E1ite007

wierd avatar guy
Member
Joined
Nov 19, 2016
Messages
1,039
Trophies
1
Location
Itchy & Scratchy Land
XP
2,778
Country
Mexico
Are you looking for sigpatches-updater or Sigpatch-Updater? I assumed the latter one, since you're asking in this thread (ITotalJustice worked on both sys-patch and Sigpatch-Updater)?
Sigpatch-Updater, sorry. And yeah, downloading from that archive.org link gives me this version of the source:

1714211601541.png


Every file is from 2020.

EDIT: It's from version 0.1.3.
 

E1ite007

wierd avatar guy
Member
Joined
Nov 19, 2016
Messages
1,039
Trophies
1
Location
Itchy & Scratchy Land
XP
2,778
Country
Mexico
Ah, I've downloaded source from the releases page, not from the main page. That should be the latest one, no?

View attachment 434110
Silly me. Yes, that would be.
Thank you so much.
Post automatically merged:

For the love of me, I cannot get the Sigpatch-Updater to compile.
I have errors when trying to link the .elf file:

1714224289976.png


Trying to check if changing the download urls could work, since most of the downloading process is the same.

EDIT: What the heck is this bullshit. I "updated" with my automerge this reply almost 3 hours later. Anyway, I'm guessing that there's some issues with my enviroment variables, so this are the ones regarding devkitPro:

1714224916087.png
 
Last edited by E1ite007,
  • Like
Reactions: Blythe93

R3m0ved

Member
Newcomer
Joined
Aug 22, 2023
Messages
23
Trophies
0
XP
71
Country
Pakistan
Didn't find it. The archived version is from 2020, directly downloaded from the Wayback Machine version of the Github repository, and checking directly on archive.org is just *.bundle files, my guess it's the data from the archived version of the repository.

You can also use aio-switch-updater with a custom download configuration file
 

dogtygr

Member
Newcomer
Joined
May 30, 2023
Messages
22
Trophies
0
XP
50
Country
United States
Silly me. Yes, that would be.
Thank you so much.
Post automatically merged:

For the love of me, I cannot get the Sigpatch-Updater to compile.
I have errors when trying to link the .elf file:

View attachment 434140

Trying to check if changing the download urls could work, since most of the downloading process is the same.

EDIT: What the heck is this bullshit. I "updated" with my automerge this reply almost 3 hours later. Anyway, I'm guessing that there's some issues with my enviroment variables, so this are the ones regarding devkitPro:

View attachment 434141
Are you using msys2 instead of mingw64?
 
Last edited by dogtygr,

dogtygr

Member
Newcomer
Joined
May 30, 2023
Messages
22
Trophies
0
XP
50
Country
United States
Last edited by dogtygr,

E1ite007

wierd avatar guy
Member
Joined
Nov 19, 2016
Messages
1,039
Trophies
1
Location
Itchy & Scratchy Land
XP
2,778
Country
Mexico
You are missing some libraries
Try this command pacman -Syu switch-mbedtls

Edit can you postthe outcome of the following command pacman -Qqe ?
Sure:

Makefile:
base
base-devel
catnip
deko3d
devkit-env
devkitA64
devkitA64-gdb
devkitARM
devkita64-cmake
devkitarm-rules
devkitpro-keyring
dkp-toolchain-vars
filesystem
general-tools
git
hactool
libcurl-devel
libnx
lz4
mercurial
mingw-w64-i686-binutils
mingw-w64-i686-cmake
mingw-w64-i686-crt-git
mingw-w64-i686-gcc
mingw-w64-i686-gcc-ada
mingw-w64-i686-gcc-fortran
mingw-w64-i686-gcc-libgfortran
mingw-w64-i686-gcc-libs
mingw-w64-i686-gcc-objc
mingw-w64-i686-gdb
mingw-w64-i686-gdb-multiarch
mingw-w64-i686-headers-git
mingw-w64-i686-libgccjit
mingw-w64-i686-libmangle-git
mingw-w64-i686-libwinpthread-git
mingw-w64-i686-make
mingw-w64-i686-pkgconf
mingw-w64-i686-tools-git
mingw-w64-i686-winpthreads-git
mingw-w64-i686-winstorecompat-git
mingw-w64-x86_64-binutils
mingw-w64-x86_64-cmake
mingw-w64-x86_64-crt-git
mingw-w64-x86_64-curl
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gcc-ada
mingw-w64-x86_64-gcc-fortran
mingw-w64-x86_64-gcc-libgfortran
mingw-w64-x86_64-gcc-objc
mingw-w64-x86_64-gdb
mingw-w64-x86_64-gdb-multiarch
mingw-w64-x86_64-headers-git
mingw-w64-x86_64-libgccjit
mingw-w64-x86_64-libmangle-git
mingw-w64-x86_64-make
mingw-w64-x86_64-pkgconf
mingw-w64-x86_64-python-lz4
mingw-w64-x86_64-python-pip
mingw-w64-x86_64-python-pycryptodome
mingw-w64-x86_64-tools-git
mingw-w64-x86_64-winpthreads-git
mingw-w64-x86_64-winstorecompat-git
msys2-runtime
subversion
switch-bzip2
switch-cmake
switch-curl
switch-examples
switch-freetype
switch-glm
switch-libdrm_nouveau
switch-libjpeg-turbo
switch-libpng
switch-mbedtls
switch-mesa
switch-pkg-config
switch-sdl2
switch-sdl2_gfx
switch-sdl2_image
switch-sdl2_ttf
switch-tools
switch-zlib
uam
zip

I'm using mostly libraries from other tutorials of how to build homebrew for the Switch since Sigpatch-Updater never included a requirements list.

EDIT: Huh. switch-mbedtls was the library I was missing to complete compiling. Gonna check if the updated urls work.
 
  • Like
Reactions: Blythe93

dogtygr

Member
Newcomer
Joined
May 30, 2023
Messages
22
Trophies
0
XP
50
Country
United States
Sure:

Makefile:
base
base-devel
catnip
deko3d
devkit-env
devkitA64
devkitA64-gdb
devkitARM
devkita64-cmake
devkitarm-rules
devkitpro-keyring
dkp-toolchain-vars
filesystem
general-tools
git
hactool
libcurl-devel
libnx
lz4
mercurial
mingw-w64-i686-binutils
mingw-w64-i686-cmake
mingw-w64-i686-crt-git
mingw-w64-i686-gcc
mingw-w64-i686-gcc-ada
mingw-w64-i686-gcc-fortran
mingw-w64-i686-gcc-libgfortran
mingw-w64-i686-gcc-libs
mingw-w64-i686-gcc-objc
mingw-w64-i686-gdb
mingw-w64-i686-gdb-multiarch
mingw-w64-i686-headers-git
mingw-w64-i686-libgccjit
mingw-w64-i686-libmangle-git
mingw-w64-i686-libwinpthread-git
mingw-w64-i686-make
mingw-w64-i686-pkgconf
mingw-w64-i686-tools-git
mingw-w64-i686-winpthreads-git
mingw-w64-i686-winstorecompat-git
mingw-w64-x86_64-binutils
mingw-w64-x86_64-cmake
mingw-w64-x86_64-crt-git
mingw-w64-x86_64-curl
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gcc-ada
mingw-w64-x86_64-gcc-fortran
mingw-w64-x86_64-gcc-libgfortran
mingw-w64-x86_64-gcc-objc
mingw-w64-x86_64-gdb
mingw-w64-x86_64-gdb-multiarch
mingw-w64-x86_64-headers-git
mingw-w64-x86_64-libgccjit
mingw-w64-x86_64-libmangle-git
mingw-w64-x86_64-make
mingw-w64-x86_64-pkgconf
mingw-w64-x86_64-python-lz4
mingw-w64-x86_64-python-pip
mingw-w64-x86_64-python-pycryptodome
mingw-w64-x86_64-tools-git
mingw-w64-x86_64-winpthreads-git
mingw-w64-x86_64-winstorecompat-git
msys2-runtime
subversion
switch-bzip2
switch-cmake
switch-curl
switch-examples
switch-freetype
switch-glm
switch-libdrm_nouveau
switch-libjpeg-turbo
switch-libpng
switch-mbedtls
switch-mesa
switch-pkg-config
switch-sdl2
switch-sdl2_gfx
switch-sdl2_image
switch-sdl2_ttf
switch-tools
switch-zlib
uam
zip

I'm using mostly libraries from other tutorials of how to build homebrew for the Switch since Sigpatch-Updater never included a requirements list.

EDIT: Huh. switch-mbedtls was the library I was missing to complete compiling. Gonna check if the updated urls work.
Glad it worked it sounded logical to get the mbedtls package because you're going to go through https. Just to be safe and for convenience I've installed every switch-* package on my environment
 

E1ite007

wierd avatar guy
Member
Joined
Nov 19, 2016
Messages
1,039
Trophies
1
Location
Itchy & Scratchy Land
XP
2,778
Country
Mexico
So, here's a new version of Sigpatch-Updater.
The urls direct to the new download links and the app is totally open source as always has been.

You can download it from that weird russian website:
qr.png


And you can get the source code (and the app) from Bitbucket:
Untitled 1.png

Thanks so much to @impeeza, @dogtygr, and @Blythe93 for helping me to compile it. Bear in mind I usually compile projects based on instructions and develop based on tutorials, and never in C, so this was a great learning experience.
 
Last edited by E1ite007,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    That's tomorrow
    +1
  • Xdqwerty @ Xdqwerty:
    Yawn
  • BigOnYa @ BigOnYa:
    Damn Wal-Mart has 42" 4k TVs for only $150
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, i bet it will not fit inside your bedroom
  • BigOnYa @ BigOnYa:
    Yea here in North Korea, we are only allowed 1 19" tv per household. And the only channel we get is, MLT (Missile Launch Today)
    +1
  • K3Nv2 @ K3Nv2:
    @BigOnYa, doesn't fit in his bedroom he's American
    +1
  • BigOnYa @ BigOnYa:
    I hate ordering stuff online if I can go buy it somewhere close to me, and everywhere anymore will give you a discount only if you order it online, bs. Should be a discount if I go pick it up, not order online.
  • K3Nv2 @ K3Nv2:
    I love it for most things most stores you just shows the receipt online and they scan it
    +1
  • K3Nv2 @ K3Nv2:
    Makes it easy for incompetent restaurant staff that don't know how to hear an order
  • BigOnYa @ BigOnYa:
    Mostly for big purchases, I want it in my hands before I pay. Like a tv, I trust picking it up myself, before I'd trust it being sent thru mail/delivery. (Broken screen, etc) But yea if I can order online, then pickup at store is ok, but not all places offer that.
  • cearp @ cearp:
    > Like a tv, I trust picking it up myself, before I'd trust it being sent thru mail/delivery. (Broken screen, etc)

    Thing is, if you break it driving back to your house, it's your fault. But if the delivery driver damages it, it's not your fault.
    +1
  • K3Nv2 @ K3Nv2:
    Most people that haul big tvs have empty trucks or know enough not to set it face down
  • BigOnYa @ BigOnYa:
    Then I gotta send it back and wait another week or two. I have a pickup truck, with a extended cab, so no prob for me.
  • K3Nv2 @ K3Nv2:
    Most manufacturers pack it well enough where they aren't that dumb to let it happen
  • BigOnYa @ BigOnYa:
    They building a new Microcenter store near by me, is kinda scary. That's my favorite place, I'm like a kid in a candy store there.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, what's a microcenter?
  • K3Nv2 @ K3Nv2:
    Cool I'll make you ship me stuff
    +1
  • K3Nv2 @ K3Nv2:
    Microcenter sells high quality microwaves
  • BigOnYa @ BigOnYa:
    Computer store basically, but they sell everything, like game systems, tvs , 3d printers, etc
    +1
  • K3Nv2 @ K3Nv2:
    I've seen i9/mobo deals for like 400
  • BigOnYa @ BigOnYa:
    Yea been itching to build a new pc, mine is like 3-4 years old, ancient in pc tech time. Still using a sata SSD even.
  • K3Nv2 @ K3Nv2:
    That's still high tech to ancientboi
    +2
  • BigOnYa @ BigOnYa:
    Kinda cool, I can buy a second Xbox for guests, and download all my purchased digital games to it, and play on both xboxs same time. Didn't know they allowed that. 2 xboxs per Xbox account.
  • AncientBoi @ AncientBoi:
    :rofl2: A toaster is "High Tech" to me
    +1
  • K3Nv2 @ K3Nv2:
    No we told you to stop taking baths with them
    K3Nv2 @ K3Nv2: No we told you to stop taking baths with them