1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

net/gitlab-agent: update to 16.1.3

Required for gitlab-ce 16.1
This commit is contained in:
Matthias Fechner 2023-06-24 08:16:55 +03:00
parent 5361659732
commit bdcb50cd6f
4 changed files with 6 additions and 28 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= gitlab-agent
PORTVERSION= 16.0.1
PORTVERSION= 16.1.3
DISTVERSIONPREFIX= v
CATEGORIES= net

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1684559854
SHA256 (go/net_gitlab-agent/gitlab-agent-v16.0.1/v16.0.1.mod) = ff021521aceabf93ee5e78d92c4e58a75fa6b1c9ed683bf0c52ae5953841e5da
SIZE (go/net_gitlab-agent/gitlab-agent-v16.0.1/v16.0.1.mod) = 11681
SHA256 (go/net_gitlab-agent/gitlab-agent-v16.0.1/v16.0.1.zip) = ad0c2a99e4f10c564f289f09f8ea54ee6aa3edc58162ea992b575898d037c609
SIZE (go/net_gitlab-agent/gitlab-agent-v16.0.1/v16.0.1.zip) = 1015772
TIMESTAMP = 1687449676
SHA256 (go/net_gitlab-agent/gitlab-agent-v16.1.3/v16.1.3.mod) = 8c8898b55a85bc407ea6a6d42b6e5f6744bcf8cd16a9c2748d4ba01ab011e9be
SIZE (go/net_gitlab-agent/gitlab-agent-v16.1.3/v16.1.3.mod) = 9741
SHA256 (go/net_gitlab-agent/gitlab-agent-v16.1.3/v16.1.3.zip) = 206a5a0600b65c853cc628b5c41e5130d483ff2186f5c9b3285c5e00e0b82d4a
SIZE (go/net_gitlab-agent/gitlab-agent-v16.1.3/v16.1.3.zip) = 1159758

View File

@ -1,11 +0,0 @@
--- vendor/go.opentelemetry.io/otel/sdk/resource/host_id_exec.go.orig 2023-05-20 05:42:01 UTC
+++ vendor/go.opentelemetry.io/otel/sdk/resource/host_id_exec.go
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-//go:build bsd || darwin
+//go:build darwin || dragonfly || freebsd || netbsd || openbsd || solaris
package resource // import "go.opentelemetry.io/otel/sdk/resource"

View File

@ -1,11 +0,0 @@
--- vendor/go.opentelemetry.io/otel/sdk/resource/host_id_readfile.go.orig 2023-05-20 05:42:17 UTC
+++ vendor/go.opentelemetry.io/otel/sdk/resource/host_id_readfile.go
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-//go:build bsd || linux
+//go:build darwin || dragonfly || freebsd || netbsd || openbsd || solaris
package resource // import "go.opentelemetry.io/otel/sdk/resource"