Skip to content

Commit

Permalink
Bump OpenCore to v1.0.3
Browse files Browse the repository at this point in the history
Updates OpenCore to v1.0.3, fixing issues with vault signature insertions, adds DMG loading + verification over HTTP(S) boot.

This also updates VMHide to v1.1.2 which addresses Lilu injection issues w/ release builds.
  • Loading branch information
Qonfused committed Dec 9, 2024
1 parent d84213c commit 0f66426
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a href="/LICENSE">![License](https://img.shields.io/badge/⚖_License-BSD_3_Clause-lightblue?labelColor=3f4551)</a>
<a href="/docs/CHANGELOG.md">![SemVer](https://img.shields.io/github/v/release/Qonfused/OSX-Hyper-V?label=SemVer&logo=SemVer&labelColor=3f4551)</a>
<a href="">![macOS Versions](https://img.shields.io/badge/macOS%20Versions-10.4%20to%2015-important?labelColor=3f4551)</a>
<a href="https://github.com/acidanthera/OpenCorePkg/releases">![OpenCore](https://img.shields.io/badge/OpenCore-1.0.2-0c7dbe?logo=Osano&logoColor=0298e1&labelColor=3f4451)</a>
<a href="https://github.com/acidanthera/OpenCorePkg/releases">![OpenCore](https://img.shields.io/badge/OpenCore-1.0.3-0c7dbe?logo=Osano&logoColor=0298e1&labelColor=3f4451)</a>
<a href="https://github.com/Qonfused/OSX-Hyper-V/actions/workflows/oce-build.yml">![OCE Build](https://github.com/Qonfused/OSX-Hyper-V/actions/workflows/oce-build.yml/badge.svg?branch=main)</a>

</div>
Expand Down
24 changes: 12 additions & 12 deletions src/build.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ dependencies:
Kexts:
Lilu:
build: DEBUG
version: 1.6.9
url: 'https://github.com/dortania/build-repo/releases/download/Lilu-8e8eb25/Lilu-1.6.9-DEBUG.zip'
resolution: 'acidanthera/Lilu@github:1.6.9#commit=8e8eb256c5d8fa50d44b49255a55f093132d2f25'
version: 1.7.0
url: 'https://github.com/dortania/build-repo/releases/download/Lilu-f32ae0f/Lilu-1.7.0-DEBUG.zip'
resolution: 'acidanthera/Lilu@github:1.7.0#commit=f32ae0f11d10857f4b4c0f03440bca7c2e2a1793'
specifier: 'acidanthera/Lilu@github'
kind: Kext
revision: '{ SHA1: 8e8eb256c5d8fa50d44b49255a55f093132d2f25 }'
revision: '{ SHA1: f32ae0f11d10857f4b4c0f03440bca7c2e2a1793 }'
MacHyperVSupport:
build: DEBUG
version: 0.9.8
Expand All @@ -51,12 +51,12 @@ dependencies:
revision: '{ SHA1: e987ee22940b483df5a8b4d419d13350e494d95b }'
VMMHide:
build: DEBUG
version: 1.0.1
url: 'https://github.com/Carnations-Botanica/VMHide/releases/download/1.0.1/VMHide-1.0.1-DEBUG.zip'
resolution: 'Carnations-Botanica/VMHide@github:1.0.1#commit=62d737a323758777cc21b1e377c03c3b1d8ba046'
version: 1.1.2
url: 'https://github.com/Carnations-Botanica/VMHide/releases/download/1.1.2/VMHide-1.1.2-DEBUG.zip'
resolution: 'Carnations-Botanica/VMHide@github:1.1.2#commit=edb3de919e7a62b69b39f827e26f1d6c4ff39351'
specifier: 'Carnations-Botanica/VMHide@github:latest'
kind: Kext
revision: '{ SHA1: 62d737a323758777cc21b1e377c03c3b1d8ba046 }'
revision: '{ SHA1: edb3de919e7a62b69b39f827e26f1d6c4ff39351 }'
VirtualSMC:
build: DEBUG
version: 1.3.4
Expand All @@ -75,9 +75,9 @@ dependencies:
revision: '{ SHA1: af09b0bf763363ec9f4ecdbbe2f0adeb970948d8 }'
OpenCore:
build: DEBUG
version: 1.0.2
url: 'https://github.com/acidanthera/OpenCorePkg/releases/download/1.0.2/OpenCore-1.0.2-DEBUG.zip'
resolution: 'acidanthera/OpenCorePkg@github:1.0.2#commit=22171e0903954cac74e7734c945d031c32a7c8c7'
version: 1.0.3
url: 'https://github.com/acidanthera/OpenCorePkg/releases/download/1.0.3/OpenCore-1.0.3-DEBUG.zip'
resolution: 'acidanthera/OpenCorePkg@github:1.0.3#commit=9163821d812972705854c9b1117322b8d8eed5a2'
specifier: 'acidanthera/OpenCorePkg@github:latest'
kind: Binary
revision: '{ SHA1: 22171e0903954cac74e7734c945d031c32a7c8c7 }'
revision: '{ SHA1: 9163821d812972705854c9b1117322b8d8eed5a2 }'

0 comments on commit 0f66426

Please sign in to comment.