summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Fuhry2024-03-06 11:37:26 -0500
committerDan Fuhry2024-03-06 11:37:26 -0500
commit3b12cd64a0c9fbbb4769a5eb6ff9197eb0b7b8d7 (patch)
tree6fa6817326025e056e6a04bfd6e063539b853154 /PKGBUILD
parentdbbc0aff586f01657c81d42b01ed5f140aafb64e (diff)
downloadaur-3b12cd64a0c9fbbb4769a5eb6ff9197eb0b7b8d7.tar.gz
updpkg: envoyproxy-1.29.1-1
- add patch from https://github.com/envoyproxy/envoy/pull/31894 in lieu of disabling `-fno-sized-deallocation` - update to upstream release v1.29.1 - sync patches
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c8d726d11de..4be2f32aa32e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Dan Fuhry <dan@fuhry.com>
pkgname=envoyproxy
-pkgver=1.27.0
-pkgrel=2
+pkgver=1.29.1
+pkgrel=1
pkgdesc="A high performance, open source, general RPC framework that puts mobile and HTTP/2 first."
arch=('i686' 'x86_64')
url='https://envoyproxy.io'
@@ -26,15 +26,11 @@ makedepends=(
source=(
"https://github.com/$pkgname/envoy/archive/v$pkgver.tar.gz"
0001-arch-dynamically-link-libpsl.patch
- 0002-luajit-use-correct-make-binary.patch
- 0003-close-http-connections-that-prematurely-reset-stream.patch
- 0004-limit-http-requests-per-io-cycle.patch
+ 0002-patch-cel-cpp-to-not-break-build.patch
)
-sha512sums=('de4d05962413d56f1ffcfe05266d1e3892bb48a6f313dda3dc34a436cec6631220b91a9d624c5f4f09653cf85f9498efec8bf5169ced4e527d55054788c7cc87'
- '58f7f40a420e1dc7ba845c5349a7596126b4eecc39ca15ebb94fbfe9cd944109318e7577329242164d4dd4ae3a99359723f41dc7265a0334cba06e556c7e8be3'
- '905643509ad1998c5bfe6854c97ad13cb1db1d981801876a98ca1c36cc93a63548501dd84e9f310735856095a097122756a68b7d0aea7797ac2e7f3f23d0bc99'
- '9a5de75818a8bf93282328412650c3556d46404b8dcc1d39dc61cbe2148fdbd83363cfd8a146c106c68b98ad00b5907060575e23a3a3dc300597c983d72e5d79'
- 'f444701ddc0bf447cc974b87f19b1f8ef3f148b46d727f163cc9bc4a313f21cf719b13dd228843125174f02f444dad975fd7d3017213ac8baefe06c4b41bb6b1')
+sha512sums=('912caf9d305832998becb0990d02238d7aeb2d12cece0e1882d65288aaa236fb456e3a1d16ab7bb95d21d92b6e6d0f92ae985b6d42f1bc6e35ed67d25fb4823b'
+ '82a695c4c5ebd3f154acd424e00c5b9be27d809ed895870650b1ea0d1a757104753c242b67718bb68eef128d507668af2a5c7b101a64c346f27a9d0d5ad33cb9'
+ '6306c91abe482533dbc11aa4c39b0fc0ca145893c6692d56d5ecc77a8bf195e9495151c417ffa5d0702b85c0ad8a96133e1ec8fb01d04b1cdf5db9d71f51216f')
prepare() {
cd "envoy-$pkgver"