ports/sysutils/beats8/files/patch-libbeat_autodiscover_providers_docker_config.go
Oleksii Samorukov a26ef11678 sysutils/beats8: upgrade to 8.14.3
- fix beats by integrating patch from the https://github.com/elastic/go-sysinfo/pull/126
- upgrade to the latest version

ChangeLog: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes.html
Approved by: otis (elastic)
PR: 272701
2024-07-21 14:16:24 +02:00

11 lines
393 B
Go

--- libbeat/autodiscover/providers/docker/config.go.orig 2024-07-09 00:00:36.000000000 +0200
+++ libbeat/autodiscover/providers/docker/config.go 2024-07-13 21:38:12.739090000 +0200
@@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.
-//go:build linux || darwin || windows
+//go:build linux || darwin || windows || freebsd
package docker