Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

golang-github-redhatinsights-yggdrasil-devel-0.3.1-2.fc37 RPM for noarch

From Fedora 37 updates for x86_64 / Packages / g

Name: golang-github-redhatinsights-yggdrasil-devel Distribution: Fedora Project
Version: 0.3.1 Vendor: Fedora Project
Release: 2.fc37 Build date: Wed Mar 8 17:19:28 2023
Group: Unspecified Build host: buildvm-x86-19.iad2.fedoraproject.org
Size: 174835 Source RPM: yggdrasil-0.3.1-2.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/redhatinsights/yggdrasil
Summary: Remote data transmission and processing client
yggdrasil is a system daemon that subscribes to topics on an MQTT broker and
routes any data received on the topics to an appropriate child "worker" process,
exchanging data with its worker processes through a D-Bus message broker.

This package contains the source code needed for building packages that
reference the following Go import paths:
 – github.com/redhatinsights/yggdrasil

Provides

Requires

License

GPL-3.0-only

Changelog

* Wed Mar 08 2023 Link Dupont <link@sub-pop.net> - 0.3.1-2
  - Include D-Bus interface files in devel package
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.98^1.ffb580f-0.4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 19 2022 Maxwell G <gotmax@e.email> - 0.2.98^1.ffb580f-0.3
  - Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in
    golang
* Sat Jun 18 2022 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.98^1.ffb580f-0.2
  - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
    CVE-2022-29526, CVE-2022-30629
* Tue Aug 10 2021 Link Dupont <linkdupont@fedoraproject.org> - 0.2.98^1.ffb580f-0.1.20210728gitffb580f
  - Initial package

Files

/usr/share/doc/golang-github-redhatinsights-yggdrasil-devel
/usr/share/doc/golang-github-redhatinsights-yggdrasil-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-redhatinsights-yggdrasil-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/redhatinsights
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/.goipath
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/CONTRIBUTING.md
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/README.md
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggctl
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggctl/generate.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggctl/generate_test.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggctl/main.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggd
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggd/client.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggd/flag.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggd/main.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggd/util.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/dbus
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/dbus/dbus.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/errors.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/go.mod
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/config
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/config/config.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/config/tls.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/constants
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/constants/constants.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/http
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/http/client.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/sync
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/sync/mutex_map.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/sync/mutex_map_test.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/tags
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/tags/tags.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/tags/tags_test.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/transport
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/transport/http.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/transport/http_test.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/transport/mqtt.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/transport/transporter.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/work
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/work/dbus.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/work/dispatcher.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/ipc
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/ipc/com.redhat.Yggdrasil1.Dispatcher1.xml
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/ipc/com.redhat.Yggdrasil1.Worker1.xml
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/ipc/interfaces.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/messages.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/util.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/worker
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/worker/echo
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/worker/echo/README.md
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/worker/echo/main.go
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/worker/worker.go
/usr/share/licenses/golang-github-redhatinsights-yggdrasil-devel
/usr/share/licenses/golang-github-redhatinsights-yggdrasil-devel/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 18:23:28 2024