Skip to content

Commit 34c3e4b

Browse files
authored
pomerium: 0.26.1 -> 0.27.1 (#345627)
2 parents b7e838f + 9ab8b25 commit 34c3e4b

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-11
lines changed

pkgs/servers/http/pomerium/0001-envoy-allow-specification-of-external-binary.patch renamed to pkgs/by-name/po/pomerium/0001-envoy-allow-specification-of-external-binary.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From fa51c56049a99ef17d86b0327bcf66f47338da45 Mon Sep 17 00:00:00 2001
1+
From e82f2949b86d127aec908d90d872dfd6feb509e5 Mon Sep 17 00:00:00 2001
22
From: Morgan Helton <[email protected]>
33
Date: Sun, 26 May 2024 12:17:01 -0500
44
Subject: [PATCH] envoy: allow specification of external binary
@@ -8,7 +8,7 @@ Subject: [PATCH] envoy: allow specification of external binary
88
1 file changed, 10 insertions(+), 7 deletions(-)
99

1010
diff --git a/pkg/envoy/envoy.go b/pkg/envoy/envoy.go
11-
index 62f2d34c..879001cd 100644
11+
index 6639d4bd..c6ca198f 100644
1212
--- a/pkg/envoy/envoy.go
1313
+++ b/pkg/envoy/envoy.go
1414
@@ -8,9 +8,9 @@ import (
@@ -35,7 +35,7 @@ index 62f2d34c..879001cd 100644
3535
type serverOptions struct {
3636
services string
3737
logLevel config.LogLevel
38-
@@ -58,17 +62,16 @@ type Server struct {
38+
@@ -59,17 +63,16 @@ type Server struct {
3939

4040
// NewServer creates a new server with traffic routed by envoy.
4141
func NewServer(ctx context.Context, src config.Source, builder *envoyconfig.Builder) (*Server, error) {
@@ -59,5 +59,5 @@ index 62f2d34c..879001cd 100644
5959
grpcPort: src.GetConfig().GRPCPort,
6060
httpPort: src.GetConfig().HTTPPort,
6161
--
62-
2.44.1
62+
2.46.0
6363

File renamed without changes.

pkgs/servers/http/pomerium/default.nix renamed to pkgs/by-name/po/pomerium/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ buildGoModule
1+
{ buildGo123Module
22
, fetchFromGitHub
33
, lib
44
, envoy
@@ -11,17 +11,17 @@
1111
let
1212
inherit (lib) concatStringsSep concatMap id mapAttrsToList;
1313
in
14-
buildGoModule rec {
14+
buildGo123Module rec {
1515
pname = "pomerium";
16-
version = "0.26.1";
16+
version = "0.27.1";
1717
src = fetchFromGitHub {
1818
owner = "pomerium";
1919
repo = "pomerium";
2020
rev = "v${version}";
21-
hash = "sha256-lMI6dVCTInqHsz4N0HsOVUQo8TkheAwr54FW46r+DUA=";
21+
hash = "sha256-+RKWl/weUYktS7jUB1lYpZCBKEfh7RMfKgRDbYV8Bjs=";
2222
};
2323

24-
vendorHash = "sha256-AHlnhAh4RBz8aJoFJjbX/MUDHq81xK7b7gvCyuV3gjU=";
24+
vendorHash = "sha256-/iYUZp6EASDGApLymNuR10395PH8D3zPU+TlmmAN8Zc=";
2525

2626
ui = mkYarnPackage {
2727
inherit version;
File renamed without changes.

pkgs/by-name/po/pomerium/yarn-hash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0bdrczn8mj5iidmba7xzkcyvsnwmbvcvrc1vgks2x4pxqbfyxaiv

pkgs/servers/http/pomerium/yarn-hash

Lines changed: 0 additions & 1 deletion
This file was deleted.

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24898,7 +24898,6 @@ with pkgs;
2489824898

2489924899
pflogsumm = callPackage ../servers/mail/postfix/pflogsumm.nix { };
2490024900

24901-
pomerium = callPackage ../servers/http/pomerium { };
2490224901
pomerium-cli = callPackage ../tools/security/pomerium-cli { };
2490324902

2490424903
postgrey = callPackage ../servers/mail/postgrey { };

0 commit comments

Comments
 (0)