diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2025-10-07 01:57:42 +0200 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2025-10-07 15:29:54 +0200 |
commit | 29020284a2ad245e6b03c0add692364de98f51cf (patch) | |
tree | aa4fb6895f4b9fa57f8b8029c2c9997ac52c4525 | |
parent | www/webtrees22: Update to 2.2.4 (diff) |
net/redpanda-connect: Update to 4.66.1
- Update to version 4.66.1
- Regenerate ENTERPRISE patch to exclude new enterprise connectors
(mssqlserver and tigerbeetle)
- Add post-patch target to create FreeBSD-specific os_util from Linux
version to fix build on FreeBSD
-rw-r--r-- | net/redpanda-connect/Makefile | 6 | ||||
-rw-r--r-- | net/redpanda-connect/distinfo | 10 | ||||
-rw-r--r-- | net/redpanda-connect/files/extra-patch-public_components_all_package.go | 4 |
3 files changed, 13 insertions, 7 deletions
diff --git a/net/redpanda-connect/Makefile b/net/redpanda-connect/Makefile index bf8ce201e519..3ce393dca89b 100644 --- a/net/redpanda-connect/Makefile +++ b/net/redpanda-connect/Makefile @@ -1,6 +1,6 @@ PORTNAME= connect DISTVERSIONPREFIX= v -DISTVERSION= 4.64.0 +DISTVERSION= 4.66.1 CATEGORIES= net PKGNAMEPREFIX= redpanda- @@ -45,6 +45,10 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-public_components_all_package.go .include <bsd.port.pre.mk> +post-patch: + @${CP} ${WRKSRC}/vendor/github.com/AthenZ/athenz/libs/go/sia/util/os_util_linux.go \ + ${WRKSRC}/vendor/github.com/AthenZ/athenz/libs/go/sia/util/os_util_freebsd.go + post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/config.yaml ${STAGEDIR}${ETCDIR}/config.yaml.sample diff --git a/net/redpanda-connect/distinfo b/net/redpanda-connect/distinfo index 783c714fe080..17dfea732433 100644 --- a/net/redpanda-connect/distinfo +++ b/net/redpanda-connect/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1758379887 -SHA256 (go/net_redpanda-connect/connect-v4.64.0/v4.64.0.mod) = f9049bd61732599d3c0441e864ee335ea8a12bfdf2dd870aaba0f3849f14a788 -SIZE (go/net_redpanda-connect/connect-v4.64.0/v4.64.0.mod) = 24593 -SHA256 (go/net_redpanda-connect/connect-v4.64.0/v4.64.0.zip) = 46f0047a31dfa9d819ea26bd8a42c6c6156c395364c6604198098f6b429b259d -SIZE (go/net_redpanda-connect/connect-v4.64.0/v4.64.0.zip) = 2861513 +TIMESTAMP = 1759770855 +SHA256 (go/net_redpanda-connect/connect-v4.66.1/v4.66.1.mod) = 2c679f01737fff938ced0cdfc1e35df7207f0309d8738e990ec90ba7d7105ded +SIZE (go/net_redpanda-connect/connect-v4.66.1/v4.66.1.mod) = 25201 +SHA256 (go/net_redpanda-connect/connect-v4.66.1/v4.66.1.zip) = f6b436391c0c66a8ff66bd6727a6809b289be7941cc78cb02119cc884e2808d5 +SIZE (go/net_redpanda-connect/connect-v4.66.1/v4.66.1.zip) = 2937551 diff --git a/net/redpanda-connect/files/extra-patch-public_components_all_package.go b/net/redpanda-connect/files/extra-patch-public_components_all_package.go index 0e489a4c3db2..3a8bcb14165f 100644 --- a/net/redpanda-connect/files/extra-patch-public_components_all_package.go +++ b/net/redpanda-connect/files/extra-patch-public_components_all_package.go @@ -1,6 +1,6 @@ --- public/components/all/package.go.orig +++ public/components/all/package.go -@@ -15,16 +15,4 @@ +@@ -15,18 +15,4 @@ import ( // Import all community components. _ "github.com/redpanda-data/connect/v4/public/components/community" @@ -11,9 +11,11 @@ - _ "github.com/redpanda-data/connect/v4/public/components/google" - _ "github.com/redpanda-data/connect/v4/public/components/kafka/enterprise" - _ "github.com/redpanda-data/connect/v4/public/components/mongodb/enterprise" +- _ "github.com/redpanda-data/connect/v4/public/components/mssqlserver" - _ "github.com/redpanda-data/connect/v4/public/components/mysql" - _ "github.com/redpanda-data/connect/v4/public/components/postgresql" - _ "github.com/redpanda-data/connect/v4/public/components/slack" - _ "github.com/redpanda-data/connect/v4/public/components/snowflake" - _ "github.com/redpanda-data/connect/v4/public/components/splunk" +- _ "github.com/redpanda-data/connect/v4/public/components/tigerbeetle" ) |