Package Details: envoyproxy 1.29.1-1

Git Clone URL: https://aur.archlinux.org/envoyproxy.git (read-only, click to copy)
Package Base: envoyproxy
Description: A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
Upstream URL: https://envoyproxy.io
Keywords: proxy
Licenses: Apache2
Submitter: kxuan
Maintainer: fuhry
Last Packager: fuhry
Votes: 4
Popularity: 0.000000
First Submitted: 2018-11-01 08:31 (UTC)
Last Updated: 2024-03-06 16:38 (UTC)

Dependencies (11)

Required by (0)

Sources (3)

Latest Comments

1 2 Next › Last »

fuhry commented on 2024-03-01 18:06 (UTC)

Hey folks, I am aware that envoy 1.29.1 is released, unfortunately I encountered build errors and have not had time to debug them. I will push 1.29.1 once I can get it building. Thank you for your patience!

fuhry commented on 2023-06-26 22:52 (UTC)

@esemeniuc Thanks for the note, I'm unfortunately getting some build errors due to https://github.com/envoyproxy/envoy/pull/27343, and need to prepare some patches before the new version can be pushed. Thanks for your patience.

fuhry commented on 2022-03-31 19:25 (UTC)

@Dulbi Thanks for the note - I've started a local build of v1.21.1. If all goes well with the build and local verification I will upload the new version later today.

fuhry commented on 2021-08-23 17:40 (UTC)

@kasei Sure, happy to help

kasei commented on 2021-08-09 02:04 (UTC)

@fuhry Good works, would you mind I add you as maintainer of this package so you can commit your changes?

fuhry commented on 2021-08-07 02:17 (UTC)

I fixed the build on v1.19.0, including a workaround for the broken default_compile_flags that include -g0 which breaks generation of split-dwarf debug symbols in clang v12.0.1.

This patch should be able to be applied with git apply:

https://gist.github.com/fuhry/00d655987bda3a7c3b2c55864c912379

kxuan commented on 2020-04-24 08:27 (UTC)

@dflemstr Thank you. already updated to 1.14.1.

dflemstr commented on 2020-04-24 08:12 (UTC)

Also, upgrading to 1.14.1:

From 8aae33d115f5180f8a3896f450726c17407f6a79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Flemstr=C3=B6m?= <david.flemstrom@gmail.com>
Date: Fri, 24 Apr 2020 10:11:24 +0200
Subject: [PATCH 2/2] Upgrade to 1.14.1

---
 PKGBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 11ff5b9..cafdcee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: kXuan <kxuanobj@gmail.com>

 pkgname=envoyproxy
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.14.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'
@@ -11,7 +11,7 @@ makedepends=('bazelisk-bin' 'cmake' 'git' 'go' 'ninja' 'perl' 'python' 'python2'
 source=(
     "https://github.com/$pkgname/envoy/archive/v$pkgver.tar.gz"
 )
-sha512sums=('64d0d523903bbcdc30beea89bc130c91a1bf168f6a2fbab4e191c693d0b8c02da06a3725cd53bb70650e16b44884004c468f5c0e20135cf4214c36eb60a62b90')
+sha512sums=('0d68a15f7eb5a16a26a093a993132d57941931963f06845d3ba489505f18a9a7d82c809c38c6552ef01bc542ee715152b964f1dcf6b69951c3d9bbe6b3f3af20')

 prepare() {
   cd "envoy-$pkgver"
-- 
2.26.2