Skip to content

Commit 1d97b6d

Browse files
author
Janis Erdmanis
committed
integrating OpenSSL_CLI_jll
1 parent dcb32d8 commit 1d97b6d

6 files changed

Lines changed: 5 additions & 176 deletions

File tree

Artifacts.toml

Lines changed: 0 additions & 160 deletions
This file was deleted.

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "AppBundler"
22
uuid = "40eb83ae-c93a-480c-8f39-f018b568f472"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Janis Erdmanis <janiserdmanis@protonmail.ch>"]
55

66
[workspace]
@@ -22,7 +22,7 @@ LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
2222
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
2323
Makemsix_jll = "92e7c7cf-2c17-5ab8-9563-5ab5b2fcee8a"
2424
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
25-
OpenSSL_jll = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
25+
OpenSSL_CLI_jll = "5c75c0c5-d41e-523d-9fce-fb93fc296351"
2626
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
2727
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
2828
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
@@ -52,7 +52,7 @@ LibGit2 = "1.11.0"
5252
Libdl = "1.11.0"
5353
Makemsix_jll = "1.7.241"
5454
Mustache = "1"
55-
OpenSSL_jll = "3.5"
55+
OpenSSL_CLI_jll = "3.5.1"
5656
Pkg = "1.9"
5757
Printf = "1.11.0"
5858
PyCall = "1.96.4"

src/AppBundler.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ include("DMG/DMGPack.jl")
2929

3030
include("Snap/SnapPack.jl")
3131

32-
include("MSIX/OpenSSLLegacy.jl")
3332
include("MSIX/MSIXPack.jl")
3433
include("MSIX/MSIXIcons.jl")
3534
include("MSIX/WinSubsystem.jl")

src/MSIX/MSIXPack.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ module MSIXPack
33
using Makemsix_jll
44
using osslsigncode_jll
55
using rcodesign_jll: rcodesign
6-
#using OpenSSL_jll: openssl
7-
using ..OpenSSLLegacy: openssl
6+
using OpenSSL_CLI_jll: openssl
87

98
function generate_self_signed_certificate(pfx_path; password = "", publisher = "CN=AppBundler, C=XX, O=PeaceFounder", validity_days = 365)
109

src/MSIX/OpenSSLLegacy.jl

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/bundle.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import AppBundler: stage, bundle, MSIX, DMG, Snap, MSIXPack
44
import AppBundler
55

66
using osslsigncode_jll
7-
using AppBundler.OpenSSLLegacy: openssl
7+
using OpenSSL_CLI_jll: openssl
88

99
using SHA
1010

0 commit comments

Comments
 (0)