diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/.vscode/settings.json /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/.vscode/settings.json --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/.vscode/settings.json 2024-12-10 19:42:44.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/.vscode/settings.json 2024-10-26 02:53:26.000000000 +0000 @@ -43,61 +43,35 @@ }, "cSpell.words": [ - "aarch", - "apkrepos", - "appimage", - "appimagecraft", - "appimagetool", - "APPLICATIONSDIR", - "aptabase", - "archlinux", - "backports", - "BINDIR", - "blazingly", - "brycensranch", - "builddep", - "BUILDTAGS", - "checkrt", - "Chocolately", - "CLANGARM", - "Codespaces", - "COPR", - "DESTDIR", - "devel", - "Distrobox", - "EXTRAGOFLAGS", - "EXTRALDFLAGS", - "Flathub", - "Flatpak", - "Flatpaks", - "gobject", - "gpgsign", - "libgirepository", - "libgtk", - "linuxdeploy", - "longsleep", - "Mageia", - "makepkg", - "metainfo", - "METAINFODIR", - "mirrorlist", - "mkappimage", - "MSYS", - "namcap", - "Neovim", - "noconfirm", - "PACKAGEFORMAT", - "pacman", - "pacstall", - "RESULTSDIR", - "Rokon", - "rpmbuild", - "rpmdev", - "Runfile", - "Slowroll", - "snapcore", - "snapcraft", - "SSDP", - "winget", - "zsync" + "aarch", + "apkrepos", + "appimage", + "appimagecraft", + "backports", + "blazingly", + "brycensranch", + "checkrt", + "Chocolately", + "CLANGARM", + "Codespaces", + "COPR", + "devel", + "Distrobox", + "Flathub", + "Flatpak", + "gobject", + "libgirepository", + "libgtk", + "linuxdeploy", + "longsleep", + "Mageia", + "MSYS", + "Neovim", + "noconfirm", + "pacman", + "pacstall", + "Rokon", + "Slowroll", + "SSDP", + "winget" ], "terminal.integrated.profiles.windows": { @@ -117,3 +91,3 @@ "terminal.integrated.defaultProfile.windows": "CLANG64", "makefile.configureOnOpen": false, -} +} \ No newline at end of file diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/PKGBUILD /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/PKGBUILD --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/PKGBUILD 2024-12-10 19:44:34.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/PKGBUILD 2024-12-06 05:28:02.000000000 +0000 @@ -2,5 +2,5 @@ pkgname=rokon -pkgver=1.0.0+7cd7241 +pkgver=1.0.0+7ea5e88 pkgrel=1 epoch=0 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/go.mod /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/go.mod --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/go.mod 2024-12-10 19:42:44.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/go.mod 2024-12-06 05:25:48.000000000 +0000 @@ -6,5 +6,5 @@ github.com/adrg/xdg v0.5.3 github.com/benesch/cgosymbolizer v0.0.0-20190515212042-bec6fe6e597b - github.com/brycensranch/go-aptabase/pkg v0.0.0-20241207163810-75d9dfd0ae5b + github.com/brycensranch/go-aptabase/pkg v0.0.0-20241120185600-e62359824881 github.com/diamondburned/gotk4/pkg v0.3.1 github.com/go-resty/resty/v2 v2.16.2 @@ -14,5 +14,5 @@ github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.19.0 - golang.org/x/exp v0.0.0-20241210172134-14434422244c + golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f golang.org/x/mod v0.22.0 ) @@ -23,5 +23,5 @@ github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect - github.com/magiconair/properties v1.8.9 // indirect + github.com/magiconair/properties v1.8.7 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/pelletier/go-toml/v2 v2.2.3 // indirect @@ -34,8 +34,8 @@ go.uber.org/multierr v1.11.0 // indirect go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 // indirect - golang.org/x/net v0.32.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/net v0.31.0 // indirect + golang.org/x/sync v0.9.0 // indirect + golang.org/x/sys v0.27.0 // indirect + golang.org/x/text v0.20.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/go.sum /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/go.sum --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/go.sum 2024-12-10 19:42:44.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/go.sum 2024-12-06 05:25:48.000000000 +0000 @@ -7,6 +7,4 @@ github.com/brycensranch/go-aptabase/pkg v0.0.0-20241120185600-e62359824881 h1:uDu3QnRiUSYFW/9N/bIiIZ25oB5nclJoOV8N96/LtVg= github.com/brycensranch/go-aptabase/pkg v0.0.0-20241120185600-e62359824881/go.mod h1:+CLh6qvqShXtx96GWizVY1D2mtk/or2TET+uirQR0Rk= -github.com/brycensranch/go-aptabase/pkg v0.0.0-20241207163810-75d9dfd0ae5b h1:x+wooIb0cXeYCRjw0RhBs7YozNcsTl604VGhLgdrZT4= -github.com/brycensranch/go-aptabase/pkg v0.0.0-20241207163810-75d9dfd0ae5b/go.mod h1:gcHLBEyIpEtnRTds9pXAb33L7BXnFulm2atUU4OJYtk= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -37,6 +35,4 @@ github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY= github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0= -github.com/magiconair/properties v1.8.9 h1:nWcCbLq1N2v/cpNsy5WvQ37Fb+YElfq20WJ/a8RkpQM= -github.com/magiconair/properties v1.8.9/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= @@ -74,24 +70,14 @@ golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f h1:XdNn9LlyWAhLVp6P/i8QYBW+hlyhrhei9uErw2B5GJo= golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f/go.mod h1:D5SMRVC3C2/4+F/DB1wZsLRnSNimn2Sp/NPsCrsv8ak= -golang.org/x/exp v0.0.0-20241210172134-14434422244c h1:G0f8LmhCW7rzpybldgSjhhKDCwW7mYO0Qr6HZDb0HJA= -golang.org/x/exp v0.0.0-20241210172134-14434422244c/go.mod h1:qj5a5QZpwLU2NLQudwIN5koi3beDhSAlJwa67PuM98c= golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4= golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY= golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo= golang.org/x/net v0.31.0/go.mod h1:P4fl1q7dY2hnZFxEk4pPSkDHF+QqjitcnDjUQyMM+pM= -golang.org/x/net v0.32.0 h1:ZqPmj8Kzc+Y6e0+skZsuACbx+wzMgo5MQsJh9Qd6aYI= -golang.org/x/net v0.32.0/go.mod h1:CwU0IoeOlnQQWJ6ioyFrfRuomB8GKF6KbYXZVyeXNfs= golang.org/x/sync v0.9.0 h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ= golang.org/x/sync v0.9.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= -golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= -golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s= golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= -golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/text v0.20.0 h1:gK/Kv2otX8gz+wn7Rmb3vT96ZwuoxnQlY+HlJVj7Qug= golang.org/x/text v0.20.0/go.mod h1:D4IsuqiFMhST5bX19pQ9ikHC2GsaKyk/oF+pn3ducp4= -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U= golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= Only in /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/github.com/magiconair/properties: CHANGELOG.md diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/github.com/magiconair/properties/README.md /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/github.com/magiconair/properties/README.md --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/github.com/magiconair/properties/README.md 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/github.com/magiconair/properties/README.md 2024-12-06 05:29:54.000000000 +0000 @@ -1,3 +1,4 @@ [![](https://img.shields.io/github/tag/magiconair/properties.svg?style=flat-square&label=release)](https://github.com/magiconair/properties/releases) +[![Travis CI Status](https://img.shields.io/travis/magiconair/properties.svg?branch=master&style=flat-square&label=travis)](https://travis-ci.org/magiconair/properties) [![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg?style=flat-square)](https://raw.githubusercontent.com/magiconair/properties/master/LICENSE) [![GoDoc](http://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](http://godoc.org/github.com/magiconair/properties) @@ -5,4 +6,6 @@ # Overview +#### Please run `git pull --tags` to update the tags. See [below](#updated-git-tags) why. + properties is a Go library for reading and writing properties files. @@ -97,2 +100,29 @@ * Dump contents with passwords and secrets obscured + +## Updated Git tags + +#### 13 Feb 2018 + +I realized that all of the git tags I had pushed before v1.7.5 were lightweight tags +and I've only recently learned that this doesn't play well with `git describe` 😞 + +I have replaced all lightweight tags with signed tags using this script which should +retain the commit date, name and email address. Please run `git pull --tags` to update them. + +Worst case you have to reclone the repo. + +```shell +#!/bin/bash +tag=$1 +echo "Updating $tag" +date=$(git show ${tag}^0 --format=%aD | head -1) +email=$(git show ${tag}^0 --format=%aE | head -1) +name=$(git show ${tag}^0 --format=%aN | head -1) +GIT_COMMITTER_DATE="$date" GIT_COMMITTER_NAME="$name" GIT_COMMITTER_EMAIL="$email" git tag -s -f ${tag} ${tag}^0 -m ${tag} +``` + +I apologize for the inconvenience. + +Frank + diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/github.com/magiconair/properties/decode.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/github.com/magiconair/properties/decode.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/github.com/magiconair/properties/decode.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/github.com/magiconair/properties/decode.go 2024-12-06 05:29:54.000000000 +0000 @@ -190,10 +190,10 @@ fv := v.Field(i) fk, def, opts := keydef(t.Field(i)) - if fk == "-" { - continue - } if !fv.CanSet() { return fmt.Errorf("cannot set %s", t.Field(i).Name) } + if fk == "-" { + continue + } if key != "" { fk = key + "." + fk diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/github.com/magiconair/properties/load.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/github.com/magiconair/properties/load.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/github.com/magiconair/properties/load.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/github.com/magiconair/properties/load.go 2024-12-06 05:29:54.000000000 +0000 @@ -7,5 +7,5 @@ import ( "fmt" - "io" + "io/ioutil" "net/http" "os" @@ -53,13 +53,4 @@ } -// LoadReader reads an io.Reader into a Properties struct. -func (l *Loader) LoadReader(r io.Reader) (*Properties, error) { - if buf, err := io.ReadAll(r); err != nil { - return nil, err - } else { - return l.loadBytes(buf, l.Encoding) - } -} - // LoadAll reads the content of multiple URLs or files in the given order into // a Properties struct. If IgnoreMissing is true then a 404 status code or @@ -101,5 +92,5 @@ // reported as error. func (l *Loader) LoadFile(filename string) (*Properties, error) { - data, err := os.ReadFile(filename) + data, err := ioutil.ReadFile(filename) if err != nil { if l.IgnoreMissing && os.IsNotExist(err) { @@ -136,5 +127,5 @@ } - body, err := io.ReadAll(resp.Body) + body, err := ioutil.ReadAll(resp.Body) if err != nil { return nil, fmt.Errorf("properties: %s error reading response. %s", url, err) @@ -195,10 +186,4 @@ } -// LoadReader reads an io.Reader into a Properties struct. -func LoadReader(r io.Reader, enc Encoding) (*Properties, error) { - l := &Loader{Encoding: enc} - return l.LoadReader(r) -} - // LoadFiles reads multiple files in the given order into // a Properties struct. If 'ignoreMissing' is true then @@ -240,10 +225,4 @@ } -// MustLoadSReader reads an io.Reader into a Properties struct and -// panics on error. -func MustLoadReader(r io.Reader, enc Encoding) *Properties { - return must(LoadReader(r, enc)) -} - // MustLoadFile reads a file into a Properties struct and // panics on error. diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux.go 2024-12-06 05:29:54.000000000 +0000 @@ -322,7 +322,4 @@ AUDIT_IPC = 0x517 AUDIT_IPC_SET_PERM = 0x51f - AUDIT_IPE_ACCESS = 0x58c - AUDIT_IPE_CONFIG_CHANGE = 0x58d - AUDIT_IPE_POLICY_LOAD = 0x58e AUDIT_KERNEL = 0x7d0 AUDIT_KERNEL_OTHER = 0x524 @@ -493,5 +490,4 @@ BPF_F_NETFILTER_IP_DEFRAG = 0x1 BPF_F_QUERY_EFFECTIVE = 0x1 - BPF_F_REDIRECT_FLAGS = 0x19 BPF_F_REPLACE = 0x4 BPF_F_SLEEPABLE = 0x10 @@ -1171,5 +1167,4 @@ EXTB = 0xf F2FS_SUPER_MAGIC = 0xf2f52010 - FALLOC_FL_ALLOCATE_RANGE = 0x0 FALLOC_FL_COLLAPSE_RANGE = 0x8 FALLOC_FL_INSERT_RANGE = 0x20 @@ -1805,6 +1800,4 @@ LANDLOCK_ACCESS_NET_CONNECT_TCP = 0x2 LANDLOCK_CREATE_RULESET_VERSION = 0x1 - LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET = 0x1 - LANDLOCK_SCOPE_SIGNAL = 0x2 LINUX_REBOOT_CMD_CAD_OFF = 0x0 LINUX_REBOOT_CMD_CAD_ON = 0x89abcdef @@ -1932,5 +1925,4 @@ MNT_ID_REQ_SIZE_VER0 = 0x18 MNT_ID_REQ_SIZE_VER1 = 0x20 - MNT_NS_INFO_SIZE_VER0 = 0x10 MODULE_INIT_COMPRESSED_FILE = 0x4 MODULE_INIT_IGNORE_MODVERSIONS = 0x1 @@ -2979,5 +2971,4 @@ SCHED_BATCH = 0x3 SCHED_DEADLINE = 0x6 - SCHED_EXT = 0x7 SCHED_FIFO = 0x1 SCHED_FLAG_ALL = 0x7f diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_386.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_386.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_386.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_386.go 2024-12-06 05:29:54.000000000 +0000 @@ -110,5 +110,4 @@ HIDIOCGRDESC = 0x90044802 HIDIOCGRDESCSIZE = 0x80044801 - HIDIOCREVOKE = 0x4004480d HUPCL = 0x400 ICANON = 0x2 @@ -299,6 +298,4 @@ RTC_WKALM_RD = 0x80287010 RTC_WKALM_SET = 0x4028700f - SCM_DEVMEM_DMABUF = 0x4f - SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 @@ -339,7 +336,4 @@ SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 - SO_DEVMEM_DMABUF = 0x4f - SO_DEVMEM_DONTNEED = 0x50 - SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go 2024-12-06 05:29:54.000000000 +0000 @@ -110,5 +110,4 @@ HIDIOCGRDESC = 0x90044802 HIDIOCGRDESCSIZE = 0x80044801 - HIDIOCREVOKE = 0x4004480d HUPCL = 0x400 ICANON = 0x2 @@ -300,6 +299,4 @@ RTC_WKALM_RD = 0x80287010 RTC_WKALM_SET = 0x4028700f - SCM_DEVMEM_DMABUF = 0x4f - SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 @@ -340,7 +337,4 @@ SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 - SO_DEVMEM_DMABUF = 0x4f - SO_DEVMEM_DONTNEED = 0x50 - SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go 2024-12-06 05:29:54.000000000 +0000 @@ -109,5 +109,4 @@ HIDIOCGRDESC = 0x90044802 HIDIOCGRDESCSIZE = 0x80044801 - HIDIOCREVOKE = 0x4004480d HUPCL = 0x400 ICANON = 0x2 @@ -305,6 +304,4 @@ RTC_WKALM_RD = 0x80287010 RTC_WKALM_SET = 0x4028700f - SCM_DEVMEM_DMABUF = 0x4f - SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 @@ -345,7 +342,4 @@ SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 - SO_DEVMEM_DMABUF = 0x4f - SO_DEVMEM_DONTNEED = 0x50 - SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go 2024-12-06 05:29:54.000000000 +0000 @@ -113,5 +113,4 @@ HIDIOCGRDESC = 0x90044802 HIDIOCGRDESCSIZE = 0x80044801 - HIDIOCREVOKE = 0x4004480d HUPCL = 0x400 ICANON = 0x2 @@ -207,5 +206,4 @@ PERF_EVENT_IOC_SET_FILTER = 0x40082406 PERF_EVENT_IOC_SET_OUTPUT = 0x2405 - POE_MAGIC = 0x504f4530 PPPIOCATTACH = 0x4004743d PPPIOCATTCHAN = 0x40047438 @@ -297,6 +295,4 @@ RTC_WKALM_RD = 0x80287010 RTC_WKALM_SET = 0x4028700f - SCM_DEVMEM_DMABUF = 0x4f - SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 @@ -337,7 +333,4 @@ SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 - SO_DEVMEM_DMABUF = 0x4f - SO_DEVMEM_DONTNEED = 0x50 - SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go 2024-12-06 05:29:54.000000000 +0000 @@ -110,5 +110,4 @@ HIDIOCGRDESC = 0x90044802 HIDIOCGRDESCSIZE = 0x80044801 - HIDIOCREVOKE = 0x4004480d HUPCL = 0x400 ICANON = 0x2 @@ -292,6 +291,4 @@ RTC_WKALM_RD = 0x80287010 RTC_WKALM_SET = 0x4028700f - SCM_DEVMEM_DMABUF = 0x4f - SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 @@ -332,7 +329,4 @@ SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 - SO_DEVMEM_DMABUF = 0x4f - SO_DEVMEM_DONTNEED = 0x50 - SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go 2024-12-06 05:29:54.000000000 +0000 @@ -109,5 +109,4 @@ HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 - HIDIOCREVOKE = 0x8004480d HUPCL = 0x400 ICANON = 0x2 @@ -298,6 +297,4 @@ RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f - SCM_DEVMEM_DMABUF = 0x4f - SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 @@ -338,7 +335,4 @@ SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 - SO_DEVMEM_DMABUF = 0x4f - SO_DEVMEM_DONTNEED = 0x50 - SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x1029 SO_DONTROUTE = 0x10 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go 2024-12-06 05:29:54.000000000 +0000 @@ -109,5 +109,4 @@ HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 - HIDIOCREVOKE = 0x8004480d HUPCL = 0x400 ICANON = 0x2 @@ -298,6 +297,4 @@ RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f - SCM_DEVMEM_DMABUF = 0x4f - SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 @@ -338,7 +335,4 @@ SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 - SO_DEVMEM_DMABUF = 0x4f - SO_DEVMEM_DONTNEED = 0x50 - SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x1029 SO_DONTROUTE = 0x10 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go 2024-12-06 05:29:54.000000000 +0000 @@ -109,5 +109,4 @@ HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 - HIDIOCREVOKE = 0x8004480d HUPCL = 0x400 ICANON = 0x2 @@ -298,6 +297,4 @@ RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f - SCM_DEVMEM_DMABUF = 0x4f - SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 @@ -338,7 +335,4 @@ SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 - SO_DEVMEM_DMABUF = 0x4f - SO_DEVMEM_DONTNEED = 0x50 - SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x1029 SO_DONTROUTE = 0x10 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go 2024-12-06 05:29:54.000000000 +0000 @@ -109,5 +109,4 @@ HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 - HIDIOCREVOKE = 0x8004480d HUPCL = 0x400 ICANON = 0x2 @@ -298,6 +297,4 @@ RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f - SCM_DEVMEM_DMABUF = 0x4f - SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 @@ -338,7 +335,4 @@ SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 - SO_DEVMEM_DMABUF = 0x4f - SO_DEVMEM_DONTNEED = 0x50 - SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x1029 SO_DONTROUTE = 0x10 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go 2024-12-06 05:29:54.000000000 +0000 @@ -109,5 +109,4 @@ HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 - HIDIOCREVOKE = 0x8004480d HUPCL = 0x4000 ICANON = 0x100 @@ -353,6 +352,4 @@ RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f - SCM_DEVMEM_DMABUF = 0x4f - SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 @@ -393,7 +390,4 @@ SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 - SO_DEVMEM_DMABUF = 0x4f - SO_DEVMEM_DONTNEED = 0x50 - SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go 2024-12-06 05:29:54.000000000 +0000 @@ -109,5 +109,4 @@ HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 - HIDIOCREVOKE = 0x8004480d HUPCL = 0x4000 ICANON = 0x100 @@ -357,6 +356,4 @@ RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f - SCM_DEVMEM_DMABUF = 0x4f - SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 @@ -397,7 +394,4 @@ SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 - SO_DEVMEM_DMABUF = 0x4f - SO_DEVMEM_DONTNEED = 0x50 - SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go 2024-12-06 05:29:54.000000000 +0000 @@ -109,5 +109,4 @@ HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 - HIDIOCREVOKE = 0x8004480d HUPCL = 0x4000 ICANON = 0x100 @@ -357,6 +356,4 @@ RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f - SCM_DEVMEM_DMABUF = 0x4f - SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 @@ -397,7 +394,4 @@ SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 - SO_DEVMEM_DMABUF = 0x4f - SO_DEVMEM_DONTNEED = 0x50 - SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go 2024-12-06 05:29:54.000000000 +0000 @@ -109,5 +109,4 @@ HIDIOCGRDESC = 0x90044802 HIDIOCGRDESCSIZE = 0x80044801 - HIDIOCREVOKE = 0x4004480d HUPCL = 0x400 ICANON = 0x2 @@ -289,6 +288,4 @@ RTC_WKALM_RD = 0x80287010 RTC_WKALM_SET = 0x4028700f - SCM_DEVMEM_DMABUF = 0x4f - SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 @@ -329,7 +326,4 @@ SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 - SO_DEVMEM_DMABUF = 0x4f - SO_DEVMEM_DONTNEED = 0x50 - SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go 2024-12-06 05:29:54.000000000 +0000 @@ -109,5 +109,4 @@ HIDIOCGRDESC = 0x90044802 HIDIOCGRDESCSIZE = 0x80044801 - HIDIOCREVOKE = 0x4004480d HUPCL = 0x400 ICANON = 0x2 @@ -361,6 +360,4 @@ RTC_WKALM_RD = 0x80287010 RTC_WKALM_SET = 0x4028700f - SCM_DEVMEM_DMABUF = 0x4f - SCM_DEVMEM_LINEAR = 0x4e SCM_TIMESTAMPING = 0x25 SCM_TIMESTAMPING_OPT_STATS = 0x36 @@ -401,7 +398,4 @@ SO_COOKIE = 0x39 SO_DETACH_REUSEPORT_BPF = 0x44 - SO_DEVMEM_DMABUF = 0x4f - SO_DEVMEM_DONTNEED = 0x50 - SO_DEVMEM_LINEAR = 0x4e SO_DOMAIN = 0x27 SO_DONTROUTE = 0x5 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go 2024-12-06 05:29:54.000000000 +0000 @@ -113,5 +113,4 @@ HIDIOCGRDESC = 0x50044802 HIDIOCGRDESCSIZE = 0x40044801 - HIDIOCREVOKE = 0x8004480d HUPCL = 0x400 ICANON = 0x2 @@ -352,6 +351,4 @@ RTC_WKALM_RD = 0x40287010 RTC_WKALM_SET = 0x8028700f - SCM_DEVMEM_DMABUF = 0x58 - SCM_DEVMEM_LINEAR = 0x57 SCM_TIMESTAMPING = 0x23 SCM_TIMESTAMPING_OPT_STATS = 0x38 @@ -440,7 +437,4 @@ SO_COOKIE = 0x3b SO_DETACH_REUSEPORT_BPF = 0x47 - SO_DEVMEM_DMABUF = 0x58 - SO_DEVMEM_DONTNEED = 0x59 - SO_DEVMEM_LINEAR = 0x57 SO_DOMAIN = 0x1029 SO_DONTROUTE = 0x10 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go 2024-12-06 05:29:54.000000000 +0000 @@ -463,12 +463,9 @@ const ( SizeofIfMsghdr = 0x70 - SizeofIfMsghdr2 = 0xa0 SizeofIfData = 0x60 - SizeofIfData64 = 0x80 SizeofIfaMsghdr = 0x14 SizeofIfmaMsghdr = 0x10 SizeofIfmaMsghdr2 = 0x14 SizeofRtMsghdr = 0x5c - SizeofRtMsghdr2 = 0x5c SizeofRtMetrics = 0x38 ) @@ -484,18 +481,4 @@ } -type IfMsghdr2 struct { - Msglen uint16 - Version uint8 - Type uint8 - Addrs int32 - Flags int32 - Index uint16 - Snd_len int32 - Snd_maxlen int32 - Snd_drops int32 - Timer int32 - Data IfData64 -} - type IfData struct { Type uint8 @@ -530,32 +513,4 @@ } -type IfData64 struct { - Type uint8 - Typelen uint8 - Physical uint8 - Addrlen uint8 - Hdrlen uint8 - Recvquota uint8 - Xmitquota uint8 - Unused1 uint8 - Mtu uint32 - Metric uint32 - Baudrate uint64 - Ipackets uint64 - Ierrors uint64 - Opackets uint64 - Oerrors uint64 - Collisions uint64 - Ibytes uint64 - Obytes uint64 - Imcasts uint64 - Omcasts uint64 - Iqdrops uint64 - Noproto uint64 - Recvtiming uint32 - Xmittiming uint32 - Lastchange Timeval32 -} - type IfaMsghdr struct { Msglen uint16 @@ -603,19 +558,4 @@ } -type RtMsghdr2 struct { - Msglen uint16 - Version uint8 - Type uint8 - Index uint16 - Flags int32 - Addrs int32 - Refcnt int32 - Parentflags int32 - Reserved int32 - Use int32 - Inits uint32 - Rmx RtMetrics -} - type RtMetrics struct { Locks uint32 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go 2024-12-06 05:29:54.000000000 +0000 @@ -463,12 +463,9 @@ const ( SizeofIfMsghdr = 0x70 - SizeofIfMsghdr2 = 0xa0 SizeofIfData = 0x60 - SizeofIfData64 = 0x80 SizeofIfaMsghdr = 0x14 SizeofIfmaMsghdr = 0x10 SizeofIfmaMsghdr2 = 0x14 SizeofRtMsghdr = 0x5c - SizeofRtMsghdr2 = 0x5c SizeofRtMetrics = 0x38 ) @@ -484,18 +481,4 @@ } -type IfMsghdr2 struct { - Msglen uint16 - Version uint8 - Type uint8 - Addrs int32 - Flags int32 - Index uint16 - Snd_len int32 - Snd_maxlen int32 - Snd_drops int32 - Timer int32 - Data IfData64 -} - type IfData struct { Type uint8 @@ -530,32 +513,4 @@ } -type IfData64 struct { - Type uint8 - Typelen uint8 - Physical uint8 - Addrlen uint8 - Hdrlen uint8 - Recvquota uint8 - Xmitquota uint8 - Unused1 uint8 - Mtu uint32 - Metric uint32 - Baudrate uint64 - Ipackets uint64 - Ierrors uint64 - Opackets uint64 - Oerrors uint64 - Collisions uint64 - Ibytes uint64 - Obytes uint64 - Imcasts uint64 - Omcasts uint64 - Iqdrops uint64 - Noproto uint64 - Recvtiming uint32 - Xmittiming uint32 - Lastchange Timeval32 -} - type IfaMsghdr struct { Msglen uint16 @@ -603,19 +558,4 @@ } -type RtMsghdr2 struct { - Msglen uint16 - Version uint8 - Type uint8 - Index uint16 - Flags int32 - Addrs int32 - Refcnt int32 - Parentflags int32 - Reserved int32 - Use int32 - Inits uint32 - Rmx RtMetrics -} - type RtMetrics struct { Locks uint32 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/ztypes_linux.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/ztypes_linux.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/unix/ztypes_linux.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/unix/ztypes_linux.go 2024-12-06 05:29:54.000000000 +0000 @@ -2595,6 +2595,6 @@ SOF_TIMESTAMPING_OPT_ID_TCP = 0x10000 - SOF_TIMESTAMPING_LAST = 0x20000 - SOF_TIMESTAMPING_MASK = 0x3ffff + SOF_TIMESTAMPING_LAST = 0x10000 + SOF_TIMESTAMPING_MASK = 0x1ffff SCM_TSTAMP_SND = 0x0 @@ -3542,5 +3542,5 @@ Id uint32 Weight uint8 - High uint8 + Resvd1 uint8 Resvd2 uint16 } @@ -3803,5 +3803,5 @@ ETHTOOL_MSG_PSE_SET = 0x25 ETHTOOL_MSG_RSS_GET = 0x26 - ETHTOOL_MSG_USER_MAX = 0x2d + ETHTOOL_MSG_USER_MAX = 0x2c ETHTOOL_MSG_KERNEL_NONE = 0x0 ETHTOOL_MSG_STRSET_GET_REPLY = 0x1 @@ -3843,5 +3843,5 @@ ETHTOOL_MSG_PSE_GET_REPLY = 0x25 ETHTOOL_MSG_RSS_GET_REPLY = 0x26 - ETHTOOL_MSG_KERNEL_MAX = 0x2e + ETHTOOL_MSG_KERNEL_MAX = 0x2c ETHTOOL_FLAG_COMPACT_BITSETS = 0x1 ETHTOOL_FLAG_OMIT_REPLY = 0x2 @@ -3851,5 +3851,5 @@ ETHTOOL_A_HEADER_DEV_NAME = 0x2 ETHTOOL_A_HEADER_FLAGS = 0x3 - ETHTOOL_A_HEADER_MAX = 0x4 + ETHTOOL_A_HEADER_MAX = 0x3 ETHTOOL_A_BITSET_BIT_UNSPEC = 0x0 ETHTOOL_A_BITSET_BIT_INDEX = 0x1 @@ -4032,9 +4032,9 @@ ETHTOOL_A_CABLE_RESULT_PAIR = 0x1 ETHTOOL_A_CABLE_RESULT_CODE = 0x2 - ETHTOOL_A_CABLE_RESULT_MAX = 0x3 + ETHTOOL_A_CABLE_RESULT_MAX = 0x2 ETHTOOL_A_CABLE_FAULT_LENGTH_UNSPEC = 0x0 ETHTOOL_A_CABLE_FAULT_LENGTH_PAIR = 0x1 ETHTOOL_A_CABLE_FAULT_LENGTH_CM = 0x2 - ETHTOOL_A_CABLE_FAULT_LENGTH_MAX = 0x3 + ETHTOOL_A_CABLE_FAULT_LENGTH_MAX = 0x2 ETHTOOL_A_CABLE_TEST_NTF_STATUS_UNSPEC = 0x0 ETHTOOL_A_CABLE_TEST_NTF_STATUS_STARTED = 0x1 @@ -4201,6 +4201,5 @@ PtpSysOffsetExtended struct { Samples uint32 - Clockid int32 - Rsv [2]uint32 + Rsv [3]uint32 Ts [25][3]PtpClockTime } @@ -4401,5 +4400,4 @@ Access_fs uint64 Access_net uint64 - Scoped uint64 } diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/windows/syscall_windows.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/windows/syscall_windows.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/windows/syscall_windows.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/windows/syscall_windows.go 2024-12-06 05:29:54.000000000 +0000 @@ -169,6 +169,4 @@ //sys ConnectNamedPipe(pipe Handle, overlapped *Overlapped) (err error) //sys DisconnectNamedPipe(pipe Handle) (err error) -//sys GetNamedPipeClientProcessId(pipe Handle, clientProcessID *uint32) (err error) -//sys GetNamedPipeServerProcessId(pipe Handle, serverProcessID *uint32) (err error) //sys GetNamedPipeInfo(pipe Handle, flags *uint32, outSize *uint32, inSize *uint32, maxInstances *uint32) (err error) //sys GetNamedPipeHandleState(pipe Handle, state *uint32, curInstances *uint32, maxCollectionCount *uint32, collectDataTimeout *uint32, userName *uint16, maxUserNameSize uint32) (err error) = GetNamedPipeHandleStateW diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/windows/types_windows.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/windows/types_windows.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/windows/types_windows.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/windows/types_windows.go 2024-12-06 05:29:54.000000000 +0000 @@ -177,5 +177,4 @@ // Access rights for process. - PROCESS_ALL_ACCESS = 0xFFFF PROCESS_CREATE_PROCESS = 0x0080 PROCESS_CREATE_THREAD = 0x0002 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/windows/zsyscall_windows.go /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/windows/zsyscall_windows.go --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/golang.org/x/sys/windows/zsyscall_windows.go 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/golang.org/x/sys/windows/zsyscall_windows.go 2024-12-06 05:29:54.000000000 +0000 @@ -281,8 +281,6 @@ procGetModuleFileNameW = modkernel32.NewProc("GetModuleFileNameW") procGetModuleHandleExW = modkernel32.NewProc("GetModuleHandleExW") - procGetNamedPipeClientProcessId = modkernel32.NewProc("GetNamedPipeClientProcessId") procGetNamedPipeHandleStateW = modkernel32.NewProc("GetNamedPipeHandleStateW") procGetNamedPipeInfo = modkernel32.NewProc("GetNamedPipeInfo") - procGetNamedPipeServerProcessId = modkernel32.NewProc("GetNamedPipeServerProcessId") procGetOverlappedResult = modkernel32.NewProc("GetOverlappedResult") procGetPriorityClass = modkernel32.NewProc("GetPriorityClass") @@ -1615,5 +1613,5 @@ func CancelMibChangeNotify2(notificationHandle Handle) (errcode error) { - r0, _, _ := syscall.Syscall(procCancelMibChangeNotify2.Addr(), 1, uintptr(notificationHandle), 0, 0) + r0, _, _ := syscall.SyscallN(procCancelMibChangeNotify2.Addr(), uintptr(notificationHandle)) if r0 != 0 { errcode = syscall.Errno(r0) @@ -1655,5 +1653,5 @@ func GetIfEntry2Ex(level uint32, row *MibIfRow2) (errcode error) { - r0, _, _ := syscall.Syscall(procGetIfEntry2Ex.Addr(), 2, uintptr(level), uintptr(unsafe.Pointer(row)), 0) + r0, _, _ := syscall.SyscallN(procGetIfEntry2Ex.Addr(), uintptr(level), uintptr(unsafe.Pointer(row))) if r0 != 0 { errcode = syscall.Errno(r0) @@ -1663,5 +1661,5 @@ func GetUnicastIpAddressEntry(row *MibUnicastIpAddressRow) (errcode error) { - r0, _, _ := syscall.Syscall(procGetUnicastIpAddressEntry.Addr(), 1, uintptr(unsafe.Pointer(row)), 0, 0) + r0, _, _ := syscall.SyscallN(procGetUnicastIpAddressEntry.Addr(), uintptr(unsafe.Pointer(row))) if r0 != 0 { errcode = syscall.Errno(r0) @@ -1675,5 +1673,5 @@ _p0 = 1 } - r0, _, _ := syscall.Syscall6(procNotifyIpInterfaceChange.Addr(), 5, uintptr(family), uintptr(callback), uintptr(callerContext), uintptr(_p0), uintptr(unsafe.Pointer(notificationHandle)), 0) + r0, _, _ := syscall.SyscallN(procNotifyIpInterfaceChange.Addr(), uintptr(family), uintptr(callback), uintptr(callerContext), uintptr(_p0), uintptr(unsafe.Pointer(notificationHandle))) if r0 != 0 { errcode = syscall.Errno(r0) @@ -1687,5 +1685,5 @@ _p0 = 1 } - r0, _, _ := syscall.Syscall6(procNotifyUnicastIpAddressChange.Addr(), 5, uintptr(family), uintptr(callback), uintptr(callerContext), uintptr(_p0), uintptr(unsafe.Pointer(notificationHandle)), 0) + r0, _, _ := syscall.SyscallN(procNotifyUnicastIpAddressChange.Addr(), uintptr(family), uintptr(callback), uintptr(callerContext), uintptr(_p0), uintptr(unsafe.Pointer(notificationHandle))) if r0 != 0 { errcode = syscall.Errno(r0) @@ -2449,12 +2447,4 @@ } -func GetNamedPipeClientProcessId(pipe Handle, clientProcessID *uint32) (err error) { - r1, _, e1 := syscall.Syscall(procGetNamedPipeClientProcessId.Addr(), 2, uintptr(pipe), uintptr(unsafe.Pointer(clientProcessID)), 0) - if r1 == 0 { - err = errnoErr(e1) - } - return -} - func GetNamedPipeHandleState(pipe Handle, state *uint32, curInstances *uint32, maxCollectionCount *uint32, collectDataTimeout *uint32, userName *uint16, maxUserNameSize uint32) (err error) { r1, _, e1 := syscall.Syscall9(procGetNamedPipeHandleStateW.Addr(), 7, uintptr(pipe), uintptr(unsafe.Pointer(state)), uintptr(unsafe.Pointer(curInstances)), uintptr(unsafe.Pointer(maxCollectionCount)), uintptr(unsafe.Pointer(collectDataTimeout)), uintptr(unsafe.Pointer(userName)), uintptr(maxUserNameSize), 0, 0) @@ -2469,12 +2459,4 @@ if r1 == 0 { err = errnoErr(e1) - } - return -} - -func GetNamedPipeServerProcessId(pipe Handle, serverProcessID *uint32) (err error) { - r1, _, e1 := syscall.Syscall(procGetNamedPipeServerProcessId.Addr(), 2, uintptr(pipe), uintptr(unsafe.Pointer(serverProcessID)), 0) - if r1 == 0 { - err = errnoErr(e1) } return diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/modules.txt /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/modules.txt --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/vendor/modules.txt 2024-12-10 19:51:00.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/vendor/modules.txt 2024-12-06 05:29:54.000000000 +0000 @@ -10,5 +10,5 @@ ## explicit github.com/benesch/cgosymbolizer -# github.com/brycensranch/go-aptabase/pkg v0.0.0-20241207163810-75d9dfd0ae5b +# github.com/brycensranch/go-aptabase/pkg v0.0.0-20241120185600-e62359824881 ## explicit; go 1.22.0 github.com/brycensranch/go-aptabase/pkg/aptabase/v1 @@ -68,5 +68,5 @@ github.com/koron/go-ssdp/internal/multicast github.com/koron/go-ssdp/internal/ssdplog -# github.com/magiconair/properties v1.8.9 +# github.com/magiconair/properties v1.8.7 ## explicit; go 1.19 github.com/magiconair/properties @@ -128,5 +128,5 @@ ## explicit; go 1.11 go4.org/unsafe/assume-no-moving-gc -# golang.org/x/exp v0.0.0-20241210172134-14434422244c +# golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f ## explicit; go 1.22.0 golang.org/x/exp/constraints @@ -139,5 +139,5 @@ ## explicit; go 1.22.0 golang.org/x/mod/semver -# golang.org/x/net v0.32.0 +# golang.org/x/net v0.31.0 ## explicit; go 1.18 golang.org/x/net/bpf @@ -146,13 +146,13 @@ golang.org/x/net/ipv4 golang.org/x/net/publicsuffix -# golang.org/x/sync v0.10.0 +# golang.org/x/sync v0.9.0 ## explicit; go 1.18 golang.org/x/sync/singleflight -# golang.org/x/sys v0.28.0 +# golang.org/x/sys v0.27.0 ## explicit; go 1.18 golang.org/x/sys/unix golang.org/x/sys/windows golang.org/x/sys/windows/registry -# golang.org/x/text v0.21.0 +# golang.org/x/text v0.20.0 ## explicit; go 1.18 golang.org/x/text/encoding