From 1548e14169ffe260db809eecf526df2047444058 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Thu, 14 Dec 2023 00:24:33 +0000 Subject: [PATCH 1/5] Update OpenSSL to 3.1.4 Please see GIF attached for what we'll eventually do to OpenSSL. --- .github/workflows/windows.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 99857d4..ba2b81f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -52,11 +52,11 @@ jobs: exit 1 } - - name: Download And Install 32-bit OpenSSL 3.1.3 + - name: Download And Install 32-bit OpenSSL 3.1.4 run: | $installDir = "$Env:ProgramFiles\OpenSSL" - $installerURL = "https://slproweb.com/download/Win32OpenSSL-3_1_3.exe" - $installerName = "Win32OpenSSL-3_1_3.exe" + $installerURL = "https://slproweb.com/download/Win32OpenSSL-3_1_4.exe" + $installerName = "Win32OpenSSL-3_1_4.exe" $installerPath = Join-Path -Path "${env:Temp}" -ChildPath "$installerName" (New-Object System.Net.WebClient).DownloadFile($installerURL, $installerPath) @@ -112,11 +112,11 @@ jobs: exit 1 } - - name: Download And Install 64-bit OpenSSL 3.1.3 + - name: Download And Install 64-bit OpenSSL 3.1.4 run: | $installDir = "$Env:ProgramFiles\OpenSSL" - $installerURL = "https://slproweb.com/download/Win64OpenSSL-3_1_3.exe" - $installerName = "Win64OpenSSL-3_1_3.exe" + $installerURL = "https://slproweb.com/download/Win64OpenSSL-3_1_4.exe" + $installerName = "Win64OpenSSL-3_1_4.exe" $installerPath = Join-Path -Path "${env:Temp}" -ChildPath "$installerName" (New-Object System.Net.WebClient).DownloadFile($installerURL, $installerPath) From c4b63c15b2d85e69a4b764aa6d8870229c4f4cde Mon Sep 17 00:00:00 2001 From: pottzman Date: Sat, 16 Dec 2023 08:32:09 +1100 Subject: [PATCH 2/5] Update keys.json (#79) Added BINK ID10 --- keys.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/keys.json b/keys.json index 3e6caef..262fd9c 100644 --- a/keys.json +++ b/keys.json @@ -33,6 +33,9 @@ "Commerce Server 2002": { "BINK": ["0E", "0F"] }, + "Passport Manager": { + "BINK": ["10"] + }, "Windows 2000 Professional": { "BINK": ["12", "13"] }, @@ -389,6 +392,21 @@ "y": "12300711937755714474221683340048792628817501853269187222732097530965245794898485391792926982501341822327927281168157" } }, + "10": { + "a": "1", + "b": "0", + "g": { + "x": "18651628392962497698304079461858800038021595035623099589626558411789423821835513779530629747878048328422716050099296", + "y": "28457790016119433859033076174489680371110176047623886251847351799861435189214769185332948508935608870611015909181946" + }, + "n": "63517138149940081", + "p": "34850883414891516310048088524473091032039735302322749072119923383901524249650054933039485488287948424536010614809529", + "priv": "42074657350570560", + "pub": { + "x": "14897248889444524585539298515527812307525445072093905045143283125792133561464628729391995919418984547359131800953862", + "y": "30590224388131521072842776697623219502924625149179219913459005347798492666726177600440842678766281012690402321113086" + } + }, "12": { "a": "1", "b": "0", From f1f1e0e6ea86e9c5c73085604277415c38e9c6cc Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 17 Dec 2023 20:26:24 +0100 Subject: [PATCH 3/5] Upgrade to freebsd-vm@v1 The v0 is not working. --- .github/workflows/freebsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index bc75a3a..6a419a6 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -28,14 +28,14 @@ jobs: build: - runs-on: macos-latest + runs-on: ubuntu-latest name: build-x86_64 steps: - uses: actions/checkout@v3 - name: Build & Test in FreeBSD id: test - uses: vmactions/freebsd-vm@v0 + uses: vmactions/freebsd-vm@v1 with: envs: 'MYTOKEN MYTOKEN2' usesh: true From 018f9f533cba4f30773dc0a916e6a6e86d49994c Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 17 Dec 2023 20:38:37 +0100 Subject: [PATCH 4/5] add trigger for pull_request --- .github/workflows/freebsd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 6a419a6..7030535 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -24,6 +24,10 @@ push: branches: [ "*" ] paths-ignore: [ '**.md', 'doc/**', '.idea/**'] # If only these files are edited, skip + pull_request: + branches: [ "*" ] + paths-ignore: [ '**.md', 'doc/**', '.idea/**'] # If only these files are edited, skip + workflow_dispatch: jobs: From d378c6499eb3a22641b3c39b9d0feb1e50fd122e Mon Sep 17 00:00:00 2001 From: WitherOrNot Date: Fri, 5 Jan 2024 06:52:47 -0500 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db5d37a..ddc2332 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Zulip chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://umskt.zulipchat.com) [![libera.chat - #mspid](https://img.shields.io/badge/libera.chat-%23mspid-brightgreen)](https://web.libera.chat/gamja/?nick=Guest?#mspid) -[![Discord](https://dcbadge.vercel.app/api/server/cUZxfNNSdt?style=flat)](https://umskt-invite.glitch.me/) +[![Discord](https://dcbadge.vercel.app/api/server/cUZxfNNSdt?style=flat)](https://discord.gg/PpBSpuphWM) **Build status**