diff --git a/net/krakend-ce/Makefile b/net/krakend-ce/Makefile index 115ce36030be..51385b34a2b1 100644 --- a/net/krakend-ce/Makefile +++ b/net/krakend-ce/Makefile @@ -1,25 +1,26 @@ PORTNAME= krakend-ce DISTVERSIONPREFIX= v -DISTVERSION= 2.7.0 +DISTVERSION= 2.7.1 CATEGORIES= net MAINTAINER= alster@vinterdalen.se COMMENT= High-performance, stateless, declarative, API Gateway WWW= https://github.com/krakend/krakend-ce/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= vendor/github.com/krakendio/krakend-amqp/v2/consumer.go:47:20: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in assignment (overflows) NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= Build failure: math.MaxInt64 overflow USES= go:1.22,modules GO_MODULE= github.com/krakendio/krakend-ce/v2 GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags="-X github.com/luraproject/lura/v2/core.KrakendVersion=${DISTVERSION} \ -X github.com/luraproject/lura/v2/core.GoVersion=${GO_VERSION}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/krakend-ce/distinfo b/net/krakend-ce/distinfo index e71bd0554a52..030564cb5b69 100644 --- a/net/krakend-ce/distinfo +++ b/net/krakend-ce/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1725755036 -SHA256 (go/net_krakend-ce/krakend-ce-v2.7.0/v2.7.0.mod) = bbd94cfca7b30335adc7ec5347348a1e6e563c782e672cd9e210fcd30cb58efe -SIZE (go/net_krakend-ce/krakend-ce-v2.7.0/v2.7.0.mod) = 14728 -SHA256 (go/net_krakend-ce/krakend-ce-v2.7.0/v2.7.0.zip) = 7c47d1ce648b9d02638fb1ebdb672291bad02a47c5b681f8526d8c424ebf47e1 -SIZE (go/net_krakend-ce/krakend-ce-v2.7.0/v2.7.0.zip) = 136500 +TIMESTAMP = 1726129974 +SHA256 (go/net_krakend-ce/krakend-ce-v2.7.1/v2.7.1.mod) = c733cb1d157ff6a9e3dbfea78a48a4ceeb97d8a2e2eb6be80bce80b4e083ace2 +SIZE (go/net_krakend-ce/krakend-ce-v2.7.1/v2.7.1.mod) = 14935 +SHA256 (go/net_krakend-ce/krakend-ce-v2.7.1/v2.7.1.zip) = da4751fe49ca13fe4d57aa48820d7d7a9c494f74519a89d298dbc1e60fd0381d +SIZE (go/net_krakend-ce/krakend-ce-v2.7.1/v2.7.1.zip) = 136804 diff --git a/net/krakend-ce/pkg-descr b/net/krakend-ce/pkg-descr index 435ba3907b67..1fa08111a647 100644 --- a/net/krakend-ce/pkg-descr +++ b/net/krakend-ce/pkg-descr @@ -1,6 +1,6 @@ -KrakenD is an extensible, ultra-high performance API Gateway that helps -you effortlessly adopt microservices and secure communications. It is -easy to operate and scales out without a single point of failure. +KrakenD is an extensible, ultra-high performance API Gateway that helps you +effortlessly adopt microservices and secure communications. It is easy to +operate and scales out without a single point of failure. -KrakenD Community Edition (or KrakenD-CE) is the open-source -distribution of KrakenD. +KrakenD Community Edition (or KrakenD-CE) is the open-source distribution of +KrakenD.