summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Smith2021-02-19 17:22:17 -0500
committerBrian Smith2021-02-19 17:22:17 -0500
commita10adde46693d1660c447049a35594cbc82bd3d3 (patch)
treed6d34cde29d0b5895207276cd31e35ccb2f5616d
parent25f2e7394c6d81dd3af40ac0c8b4e54631503892 (diff)
downloadaur-a10adde46693d1660c447049a35594cbc82bd3d3.tar.gz
Due to Mozilla revoking GeoTrust Global CA, i had to produce this temporary work-around. Also version bump to 6.2.29
https://bbs.archlinux.org/viewtopic.php?id=262737
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87ab8479dea7..473eeca81438 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = foundationdb-server-bin
pkgdesc = FoundationDB server. FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions. This package contains the server.
- pkgver = 6.2.22
+ pkgver = 6.2.29
pkgrel = 1
url = https://www.foundationdb.org
install = foundationdb-server-bin.install
@@ -12,8 +12,8 @@ pkgbase = foundationdb-server-bin
depends = tar>=1
options = !strip
options = !emptydirs
- source_x86_64 = https://www.foundationdb.org/downloads/6.2.22/ubuntu/installers/foundationdb-server_6.2.22-1_amd64.deb
- sha256sums_x86_64 = c4d92d336ac8b20ffe837e2798080493571d8515f744a842d202748031d0ca35
+ source_x86_64 = https://www.foundationdb.org/downloads/6.2.29/ubuntu/installers/foundationdb-server_6.2.29-1_amd64.deb
+ sha256sums_x86_64 = 50b7acaaf85432ae87876cec496511724b629e18344b89ade790bc518d769b65
pkgname = foundationdb-server-bin
diff --git a/PKGBUILD b/PKGBUILD
index e7cd3fc685fd..3375dd18ce30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=foundationdb-server-bin
-pkgver=6.2.22
+pkgver=6.2.29
pkgrel=1
pkgdesc="FoundationDB server. FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions. This package contains the server."
arch=('x86_64')
@@ -9,8 +9,10 @@ groups=('foundationdb')
depends=('glibc>=2', 'coreutils>=8', 'tar>=1')
options=('!strip' '!emptydirs')
install=${pkgname}.install
+# Remove DLAGENTS once apple can fix their stuff https://bbs.archlinux.org/viewtopic.php?id=262737
+DLAGENTS=("https::/usr/bin/curl -k -o %o %u")
source_x86_64=("https://www.foundationdb.org/downloads/${pkgver}/ubuntu/installers/foundationdb-server_${pkgver}-${pkgrel}_amd64.deb")
-sha256sums_x86_64=('c4d92d336ac8b20ffe837e2798080493571d8515f744a842d202748031d0ca35')
+sha256sums_x86_64=('50b7acaaf85432ae87876cec496511724b629e18344b89ade790bc518d769b65')
package(){