Skip to content

Commit 49c3d3a

Browse files
committed
Try Ubuntu keyserver on port 80 if default HKP port fails
Closes #719 Closes #717
1 parent 4fca96b commit 49c3d3a

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

src/git-lfs/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ GIT_LFS_ARCHIVE_ARCHITECTURES="amd64 arm64"
1515
GIT_LFS_ARCHIVE_VERSION_CODENAMES="stretch buster bullseye bionic focal jammy"
1616
GIT_LFS_CHECKSUM_GPG_KEYS="0x88ace9b29196305ba9947552f1ba225c0223b187 0x86cd3297749375bcf8206715f54fe648088335a9 0xaa3b3450295830d2de6db90caba67be5a5795889"
1717
GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com
18+
keyserver hkp://keyserver.ubuntu.com:80
1819
keyserver hkps://keys.openpgp.org
1920
keyserver hkp://keyserver.pgp.com"
2021

src/git/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ USE_PPA_IF_AVAILABLE=${PPA}
1212

1313
GIT_CORE_PPA_ARCHIVE_GPG_KEY=E1DD270288B4E6030699E45FA1715D88E1DF1F24
1414
GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com
15+
keyserver hkp://keyserver.ubuntu.com:80
1516
keyserver hkps://keys.openpgp.org
1617
keyserver hkp://keyserver.pgp.com"
1718

src/github-cli/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ INSTALL_DIRECTLY_FROM_GITHUB_RELEASE=${INSTALLDIRECTLYFROMGITHUBRELEASE:-"true"}
1212

1313
GITHUB_CLI_ARCHIVE_GPG_KEY=23F3D4EA75716059
1414
GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com
15+
keyserver hkp://keyserver.ubuntu.com:80
1516
keyserver hkps://keys.openpgp.org
1617
keyserver hkp://keyserver.pgp.com"
1718

src/kubectl-helm-minikube/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ USERNAME="${USERNAME:-"${_REMOTE_USER:-"automatic"}"}"
2323

2424
HELM_GPG_KEYS_URI="https://raw.githubusercontent.com/helm/helm/main/KEYS"
2525
GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com
26+
keyserver hkp://keyserver.ubuntu.com:80
2627
keyserver hkps://keys.openpgp.org
2728
keyserver hkp://keyserver.pgp.com"
2829

src/powershell/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc"
1919
POWERSHELL_ARCHIVE_ARCHITECTURES="amd64"
2020
POWERSHELL_ARCHIVE_VERSION_CODENAMES="stretch buster bionic focal bullseye jammy"
2121
GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com
22+
keyserver hkp://keyserver.ubuntu.com:80
2223
keyserver hkps://keys.openpgp.org
2324
keyserver hkp://keyserver.pgp.com"
2425

src/python/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ADDITIONAL_VERSIONS="${ADDITIONALVERSIONS:-""}"
2929
DEFAULT_UTILS=("pylint" "flake8" "autopep8" "black" "yapf" "mypy" "pydocstyle" "pycodestyle" "bandit" "pipenv" "virtualenv" "pytest")
3030
PYTHON_SOURCE_GPG_KEYS="64E628F8D684696D B26995E310250568 2D347EA6AA65421D FB9921286F5E1540 3A5CA953F73C700D 04C367C218ADD4FF 0EDDC5F26A45C816 6AF053F07D9DC8D2 C9BE28DEE6DF025C 126EB563A74B06BF D9866941EA5BBD71 ED9D77D5"
3131
GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com
32+
keyserver hkp://keyserver.ubuntu.com:80
3233
keyserver hkps://keys.openpgp.org
3334
keyserver hkp://keyserver.pgp.com"
3435

src/ruby/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ DEFAULT_GEMS="rake"
2424

2525
RVM_GPG_KEYS="409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB"
2626
GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com
27+
keyserver hkp://keyserver.ubuntu.com:80
2728
keyserver hkps://keys.openpgp.org
2829
keyserver hkp://keyserver.pgp.com"
2930

0 commit comments

Comments
 (0)