mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
pomerium: 0.26.1 -> 0.27.1 (#345627)
This commit is contained in:
commit
34c3e4bfc2
@ -1,4 +1,4 @@
|
|||||||
From fa51c56049a99ef17d86b0327bcf66f47338da45 Mon Sep 17 00:00:00 2001
|
From e82f2949b86d127aec908d90d872dfd6feb509e5 Mon Sep 17 00:00:00 2001
|
||||||
From: Morgan Helton <mhelton@gmail.com>
|
From: Morgan Helton <mhelton@gmail.com>
|
||||||
Date: Sun, 26 May 2024 12:17:01 -0500
|
Date: Sun, 26 May 2024 12:17:01 -0500
|
||||||
Subject: [PATCH] envoy: allow specification of external binary
|
Subject: [PATCH] envoy: allow specification of external binary
|
||||||
@ -8,7 +8,7 @@ Subject: [PATCH] envoy: allow specification of external binary
|
|||||||
1 file changed, 10 insertions(+), 7 deletions(-)
|
1 file changed, 10 insertions(+), 7 deletions(-)
|
||||||
|
|
||||||
diff --git a/pkg/envoy/envoy.go b/pkg/envoy/envoy.go
|
diff --git a/pkg/envoy/envoy.go b/pkg/envoy/envoy.go
|
||||||
index 62f2d34c..879001cd 100644
|
index 6639d4bd..c6ca198f 100644
|
||||||
--- a/pkg/envoy/envoy.go
|
--- a/pkg/envoy/envoy.go
|
||||||
+++ b/pkg/envoy/envoy.go
|
+++ b/pkg/envoy/envoy.go
|
||||||
@@ -8,9 +8,9 @@ import (
|
@@ -8,9 +8,9 @@ import (
|
||||||
@ -35,7 +35,7 @@ index 62f2d34c..879001cd 100644
|
|||||||
type serverOptions struct {
|
type serverOptions struct {
|
||||||
services string
|
services string
|
||||||
logLevel config.LogLevel
|
logLevel config.LogLevel
|
||||||
@@ -58,17 +62,16 @@ type Server struct {
|
@@ -59,17 +63,16 @@ type Server struct {
|
||||||
|
|
||||||
// NewServer creates a new server with traffic routed by envoy.
|
// NewServer creates a new server with traffic routed by envoy.
|
||||||
func NewServer(ctx context.Context, src config.Source, builder *envoyconfig.Builder) (*Server, error) {
|
func NewServer(ctx context.Context, src config.Source, builder *envoyconfig.Builder) (*Server, error) {
|
||||||
@ -59,5 +59,5 @@ index 62f2d34c..879001cd 100644
|
|||||||
grpcPort: src.GetConfig().GRPCPort,
|
grpcPort: src.GetConfig().GRPCPort,
|
||||||
httpPort: src.GetConfig().HTTPPort,
|
httpPort: src.GetConfig().HTTPPort,
|
||||||
--
|
--
|
||||||
2.44.1
|
2.46.0
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
{ buildGoModule
|
{ buildGo123Module
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, lib
|
, lib
|
||||||
, envoy
|
, envoy
|
||||||
@ -11,17 +11,17 @@
|
|||||||
let
|
let
|
||||||
inherit (lib) concatStringsSep concatMap id mapAttrsToList;
|
inherit (lib) concatStringsSep concatMap id mapAttrsToList;
|
||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGo123Module rec {
|
||||||
pname = "pomerium";
|
pname = "pomerium";
|
||||||
version = "0.26.1";
|
version = "0.27.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pomerium";
|
owner = "pomerium";
|
||||||
repo = "pomerium";
|
repo = "pomerium";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-lMI6dVCTInqHsz4N0HsOVUQo8TkheAwr54FW46r+DUA=";
|
hash = "sha256-+RKWl/weUYktS7jUB1lYpZCBKEfh7RMfKgRDbYV8Bjs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-AHlnhAh4RBz8aJoFJjbX/MUDHq81xK7b7gvCyuV3gjU=";
|
vendorHash = "sha256-/iYUZp6EASDGApLymNuR10395PH8D3zPU+TlmmAN8Zc=";
|
||||||
|
|
||||||
ui = mkYarnPackage {
|
ui = mkYarnPackage {
|
||||||
inherit version;
|
inherit version;
|
1
pkgs/by-name/po/pomerium/yarn-hash
Normal file
1
pkgs/by-name/po/pomerium/yarn-hash
Normal file
@ -0,0 +1 @@
|
|||||||
|
0bdrczn8mj5iidmba7xzkcyvsnwmbvcvrc1vgks2x4pxqbfyxaiv
|
@ -1 +0,0 @@
|
|||||||
1xkn1zbhg4q35azlhcgc1bk1sykrawngq1fcb5r5ghgh3m2kmz76
|
|
@ -24898,7 +24898,6 @@ with pkgs;
|
|||||||
|
|
||||||
pflogsumm = callPackage ../servers/mail/postfix/pflogsumm.nix { };
|
pflogsumm = callPackage ../servers/mail/postfix/pflogsumm.nix { };
|
||||||
|
|
||||||
pomerium = callPackage ../servers/http/pomerium { };
|
|
||||||
pomerium-cli = callPackage ../tools/security/pomerium-cli { };
|
pomerium-cli = callPackage ../tools/security/pomerium-cli { };
|
||||||
|
|
||||||
postgrey = callPackage ../servers/mail/postgrey { };
|
postgrey = callPackage ../servers/mail/postgrey { };
|
||||||
|
Loading…
Reference in New Issue
Block a user