Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-d-compiler/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
steps:
- uses: dlang-community/setup-dlang@v1
with:
compiler: ldc-1.34.0
compiler: ldc-1.41.0-beta1

- if: inputs.target-triple == 'aarch64-linux-gnu'
name: "Set-up AArch64-linux cross-compiler."
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/target-aarch64-linux-gnu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
shell: bash
run: |
mkdir -p $HOME/.ldc/
LDC_VERSION=$(ldc2 --version | head -n 1 | grep -oE "[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*")
LDC_VERSION=$(ldc2 --version | head -n 1 | grep -oE "[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*(-beta[0-9]*)?")
cat << EOF | tee $HOME/.ldc/ldc2.conf
"aarch64-.*-linux-gnu":
{
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/target-arm64-apple-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
shell: bash
run: |
mkdir -p $HOME/.ldc/
LDC_VERSION=$(ldc2 --version | head -n 1 | grep -oE "[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*")
LDC_VERSION=$(ldc2 --version | head -n 1 | grep -oE "[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*(-beta[0-9]*)?")
curl -LO https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz
tar -xf ./MacOSX11.0.sdk.tar.xz -C $HOME
cp $(dirname $(which ldc2))/../etc/ldc2.conf $HOME/.ldc/ldc2.conf
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/target-x86_64-apple-darwin/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
shell: bash
run: |
mkdir -p $HOME/.ldc/
LDC_VERSION=$(ldc2 --version | head -n 1 | grep -oE "[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*")
LDC_VERSION=$(ldc2 --version | head -n 1 | grep -oE "[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*(-beta[0-9]*)?")
curl -LO https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz
tar -xf ./MacOSX11.0.sdk.tar.xz -C $HOME
cp $(dirname $(which ldc2))/../etc/ldc2.conf $HOME/.ldc/ldc2.conf
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/target-x86_64-windows-msvc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
shell: bash
run: |
mkdir -p $HOME/.ldc/
LDC_VERSION=$(ldc2 --version | head -n 1 | grep -oE "[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*")
LDC_VERSION=$(ldc2 --version | head -n 1 | grep -oE "[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*(-beta[0-9]*)?")
cat << EOF | tee $HOME/.ldc/ldc2.conf
"x86_64-.*-windows-msvc":
{
Expand Down
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"provision": {
"repository": "git+https://github.com/Dadoum/Provision.git",
"version": "645d56d8e8c86c057893321843db00b21f1aaeb2"
"version": "6b899c20a26aba8d2640188c75d184267e57fc06"
},
"requests": "~>2.1",
"slf4d": "~>2"
Expand Down
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"plist": "~master",
"plist-d": {"version":"6fdaa60d62bbf7c55044069e8f03cbe74401c444","repository":"git+https://github.com/Dadoum/libplist-d.git"},
"progress": "5.0.2",
"provision": {"version":"645d56d8e8c86c057893321843db00b21f1aaeb2","repository":"git+https://github.com/Dadoum/Provision.git"},
"provision": {"version":"6b899c20a26aba8d2640188c75d184267e57fc06","repository":"git+https://github.com/Dadoum/Provision.git"},
"requests": "2.1.2",
"sideloader": {"path":"../../"},
"silly": "1.2.0-dev.2",
Expand Down
2 changes: 1 addition & 1 deletion frontends/cli/dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"plist": "~master",
"plist-d": {"version":"6fdaa60d62bbf7c55044069e8f03cbe74401c444","repository":"git+https://github.com/Dadoum/libplist-d.git"},
"progress": "5.0.2",
"provision": {"version":"645d56d8e8c86c057893321843db00b21f1aaeb2","repository":"git+https://github.com/Dadoum/Provision.git"},
"provision": {"version":"6b899c20a26aba8d2640188c75d184267e57fc06","repository":"git+https://github.com/Dadoum/Provision.git"},
"requests": "2.1.2",
"sideloader": {"path":"../../"},
"silly": "1.2.0-dev.2",
Expand Down
2 changes: 1 addition & 1 deletion frontends/dlangui/dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"plist": "~master",
"plist-d": {"version":"6fdaa60d62bbf7c55044069e8f03cbe74401c444","repository":"git+https://github.com/Dadoum/libplist-d.git"},
"progress": "5.0.2",
"provision": {"version":"645d56d8e8c86c057893321843db00b21f1aaeb2","repository":"git+https://github.com/Dadoum/Provision.git"},
"provision": {"version":"6b899c20a26aba8d2640188c75d184267e57fc06","repository":"git+https://github.com/Dadoum/Provision.git"},
"requests": "2.1.2",
"sideloader": {"path":"../../"},
"silly": "1.2.0-dev.2",
Expand Down
2 changes: 1 addition & 1 deletion frontends/gtk/dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"plist": "~master",
"plist-d": {"version":"6fdaa60d62bbf7c55044069e8f03cbe74401c444","repository":"git+https://github.com/Dadoum/libplist-d.git"},
"progress": "5.0.2",
"provision": {"version":"645d56d8e8c86c057893321843db00b21f1aaeb2","repository":"git+https://github.com/Dadoum/Provision.git"},
"provision": {"version":"6b899c20a26aba8d2640188c75d184267e57fc06","repository":"git+https://github.com/Dadoum/Provision.git"},
"requests": "2.1.2",
"sideloader": {"path":"../../"},
"silly": "1.2.0-dev.2",
Expand Down
2 changes: 1 addition & 1 deletion frontends/qt/dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"plist": "~master",
"plist-d": {"version":"6fdaa60d62bbf7c55044069e8f03cbe74401c444","repository":"git+https://github.com/Dadoum/libplist-d.git"},
"progress": "5.0.2",
"provision": {"version":"645d56d8e8c86c057893321843db00b21f1aaeb2","repository":"git+https://github.com/Dadoum/Provision.git"},
"provision": {"version":"6b899c20a26aba8d2640188c75d184267e57fc06","repository":"git+https://github.com/Dadoum/Provision.git"},
"requests": "2.1.2",
"sideloader": {"path":"../../"},
"silly": "1.2.0-dev.2",
Expand Down
2 changes: 1 addition & 1 deletion frontends/swiftui/dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"plist": "~master",
"plist-d": {"version":"6fdaa60d62bbf7c55044069e8f03cbe74401c444","repository":"git+https://github.com/Dadoum/libplist-d.git"},
"progress": "5.0.2",
"provision": {"version":"645d56d8e8c86c057893321843db00b21f1aaeb2","repository":"git+https://github.com/Dadoum/Provision.git"},
"provision": {"version":"6b899c20a26aba8d2640188c75d184267e57fc06","repository":"git+https://github.com/Dadoum/Provision.git"},
"requests": "2.1.2",
"sideloader": {"path":"../../"},
"silly": "1.2.0-dev.2",
Expand Down
2 changes: 1 addition & 1 deletion source/server/appleaccount.d
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ package class AppleAccount {
AppleSecondaryActionResponse delegate(string) submitCode;
if (urlBagKey == "trustedDeviceSecondaryAuth") {
submitCode = (string code) {
request.headers["security-code"] = code;
request.addHeaders([ "security-code": code ]);
auto codeValidationPlist = Plist.fromXml(request.get(urls["validateCode"]).responseBody().data!string()).dict();
log.traceF!"Trusted device 2FA response: %s"(codeValidationPlist.toXml());
auto resultCode = codeValidationPlist["ec"].uinteger().native();
Expand Down
Loading