Hello community,
here is the log from the commit of package golang-org-x-sys for
openSUSE:Factory checked in at 2020-05-01 11:13:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-org-x-sys (Old)
and /work/SRC/openSUSE:Factory/.golang-org-x-sys.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-org-x-sys"
Fri May 1 11:13:34 2020 rev:2 rq:799186 version:0.0.0+git20200420.1957bb5
Changes:
--------
--- /work/SRC/openSUSE:Factory/golang-org-x-sys/golang-org-x-sys.changes
2018-02-09 15:46:12.258282033 +0100
+++
/work/SRC/openSUSE:Factory/.golang-org-x-sys.new.2738/golang-org-x-sys.changes
2020-05-01 11:13:43.135895169 +0200
@@ -1,0 +2,547 @@
+Mon Apr 27 17:08:46 UTC 2020 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to version 0.0.0+git20200420.1957bb5:
+ * unix: add SockaddrUnix tests on linux
+ * Revert "unix: add openat2 for linux"
+ * unix: update Dockerfile to Go 1.14.2
+ * unix: fix name of generated zerrors_*.go in README
+ * unix: add nexthop types and consts
+ * unix: add openat2 for linux
+ * unix: update Dockerfile to Linux 5.6, and Go 1.13.9
+ * unix: add fs-verity consts and types
+ * unix: allocate signalNameMap with enough space
+ * unix: add readv/writev for illumos
+ * gitignore: remove obsolete reference to .hgignore in comment
+ * unix: regenerate all definitions on FreeBSD 12.1 on {386,amd64,arm64}
+ * unix: add disk ioctl constants for FreeBSD
+ * unix: only declare PtraceGetFsBase() on x86-based platforms
+ * unix: implement L2TPIP socket address on Linux
+ * unix: update BPF consts on linux
+ * cpu: add mips64x feature detection
+ * unix: merge duplicate code in ztypes_linux_*.go
+ * unix: merge duplicate code in zsyscall_linux_*.go
+ * unix: merge duplicate code in zerrors_linux_*.go
+ * unix: add tool for merging duplicate code
+ * unix: add adjtimex return constants
+ * unix: mark capget/capset as non-blocking
+ * unix: gofmt after CL 218799
+ * unix: add RTMGRP_* consts from rtnetlink.h
+ * unix: add InotifyInit for mips64
+ * unix: update Dockerfile to Linux 5.5, glibc 2.31, Go 1.13.7
+ * unix: use pipe2 syscall on OpenBSD
+ * unix: add new setfsuid/setfsgid wrappers
+ * unix: correct PtraceIoDesc and define PtraceIoDesc per GOARCH on freebsd
+ * unix: test (*FdSet).Clear in TestFdSet
+ * Revert "unix: fix Setfsuid and Setfsgid return values"
+ * unix: fix Setfsuid and Setfsgid return values
+ * cpu: don't read ARM64 registers on Android
+ * windows: add missing network-related constants
+ * unix: add missing chtmpdir in TestPpoll on openbsd
+ * unix: add SysctlClockinfo on dragonfly and freebsd
+ * unix: add Inet4Pktinfo type on solaris
+ * unix: test UtimesNanoAt on *bsd and solaris
+ * unix: don't zero out extra registers on riscv64 syscalls
+ * unix: add flags argument in //sys comments for Fstatvfs1 and Statvfs1 on
netbsd
+ * unix: add Dup3 on netbsd and openbsd
+ * unix: correct build tag to define Getdirentries for darwin/arm with Go 1.11
+ * windows: added SO_RCVTIMEO and IPPROTO_ICMP constants
+ * unix: compare Stat_t members in TestFstatat
+ * unix: unify definition of func fcntl
+ * unix: use correct file name in comment
+ * unix: add Readv/Writev family of syscalls for linux
+ * windows: fix recvfrom and sendto data types
+ * unix: add PrctlRetInt, a Prctl variant that returns (int, error)
+ * unix: move functions Ptrace{Get|Set}RegSetArm64 to a separate file
+ * unix: replace readlink in mkall.sh with portable shell commands
+ * unix: add functions PtraceGetRegSetArm64 and PtraceSetRegSetArm64
+ * unix: add Statvfs and Fstatvfs on NetBSD
+ * cpu: support reading arm64 CPU feature registers
+ * windows: add Recvfrom and Sendto implementations
+ * unix: add new fscrypt declarations from Linux v5.4
+ * unix/linux: bump Linux and Go versions to latest stable releases
+ * unix: check number of ready file descriptors in TestPselect
+ * unix: don't fail TestSelect on EINTR from Select
+ * windows: add Get*PreferredUILanguages
+ * unix: use same TestSelect on all Unices
+ * unix: fix EINTR check in TestPselect
+ * unix: regenerate zerrors for AIX
+ * windows: revert security_windows.go change of CL 202177
+ * unix: don't fail TestPselect on EINTR from Pselect
+ * unix: fix EINTR check in TestClockNanosleep
+ * unix: don't fail TestClockNanosleep on EINTR from ClockNanosleep
+ * unix: fix EpollEvent padding on mips64{,le}
+ * unix: check correct CPU for being enabled in old mask in
TestSchedSetaffinity
+ * cpu: don't redeclare doinit on ppc64le
+ * unix: accept time.Now()±1 as valid in TestTime
+ * cpu: add basic support for GOARCH=riscv64
+ * cpu: move empty doinit to own file
+ * unix: skip TestPselect on EINTR
+ * unix: test returned fd in TestEpoll
+ * windows: add empty.s to fix build with Go 1.11 and earlier
+ * unix: add TestEpoll on linux
+ * unix: add methods to manipulate *FdSet
+ * windows: add EnumProcesses function
+ * windows/registry: make '-gcflags=all=-d=checkptr' flag work
+ * unix: add devlink Linux generic netlink API constants
+ * unix: add missing HCI_CHANNEL_LOGGING constant
+ * windows/registry: remove TestWalkFullRegistry due to false assumptions
+ * unix: don't use non-existing uint128 type on freebsd/arm64
+ * windows/registry: allow for non-null terminated strings
+ * unix: make convertFromDirents11 checkptr safe
+ * unix: remove un-used ptrSize
+ * unix: regenerate darwin libc trampolines after CL 202837
+ * unix: __sysctl is sysctl on darwin
+ * unix: comply with -d=checkptr in Test_anyToSockaddr
+ * windows: respect permission bits on file opening
+ * unix: don't use 32-bit aligned access for cmsgAlignOf on dragonfly after
ABI change
+ * windows, unix: fix wrong unsafe.Pointer alignment in syscall
+ * unix: avoid "just past the end" pointers in UnixRights
+ * windows: add GetDiskFreeSpaceEx function
+ * unix: update rtnetlink constants
+ * unix: add new func PtraceInterrupt on Linux
+ * windows: fix ShellExecute return condition
+ * windows: use go:linkname instead of assembly
+ * windows: add module handle functions
+ * unix: add new func PtraceSeize on Linux
+ * unix: add Klogset and related SYSLOG_ACTION_ constants
+ * windows/mkwinsyscall: import mksyscall_windows.go from go repo
+ * windows/svc: use CloseServiceHandle for service handles
+ * unix: avoid __getdirentries64 on darwin
+ * unix: update openbsd/{386,amd64.arm} MAP_* consts
+ * windows: add LockFileEx, UnlockFileEx system calls
+ * cpu: support ARM feature detection on Linux
+ * windows: revert breaking API changes from CL 196798, add new accessor funcs
+ * unix: add NFDBITS const on Linux, update TestSelect
+ * unix: fix Select to return number of ready fds on Solaris
+ * unix: re-generate Select on dragonfly
+ * windows: use pseudo handle constants to implement GetCurrentProcess
+ * unix: fix Select to return number of ready fds on Darwin and *BSD
+ * windows: make SID.String() conform to the String interface
+ * windows: do not return invalid error for psuedo-handle functions
+ * windows: use correct type for security attributes' descriptor member
+ * windows: support SECURITY_DESCRIPTOR and ACL for secured objects
+ * unix: add KEYCTL_RESTRICT_KEYRING capabilities
+ * windows: do not corrupt stack with larger boolean return value
+ * unix: redefine TIPC_WAIT_FOREVER as a uint32 value
+ * windows: add various functions for shutting down and logging out
+ * unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image
+ * unix: add IfaCacheinfo on linux
+ * unix: sort Linux-specific includes in linux/types.go and mkerrors.sh
+ * cpu: remove encoding/binary dependency
+ * unix: add Msghdr.SetIovlen for solaris/amd64
+ * unix: add Msghdr.SetIovlen
+ * unix: disable sysctl on iOS
+ * cpu: add a space before build tag comment
+ * unix: implement AF_TIPC sockets on Linux
+ * unix/linux: upgrade Docker build container to Go 1.13
+ * unix: add IoctlRetInt for Linux
+ * unix: fix coredump bit on aix/ppc64
+ * windows: open process tokens with duplicate access
+ * unix: unify Ioctl* functions
+ * windows: add mutex management functions
+ * unix: use bits.OnesCount64 instead of local copy
+ * windows: add Windows directory accessors
+ * windows: allow re-enabling priority boost
+ * windows: allow retrieving true version with RtlGetNtVersionNumbers
+ * unix/linux: update Dockerfile to glibc 2.30
+ * unix: disable ptrace on iOS
+ * unix: fix epoll_event padding on riscv64
+ * windows: add support for automatic delayed start in windows service
+ * unix: remove nacl build tag from dirent code
+ * unix: fix several staticcheck issues
+ * windows: add CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, and CTRL_SHUTDOWN_EVENT
+ * unix: add riscv64 tag to endian_little.go
+ * unix: add constants and types to work with Linux loop devices
+ * unix: update Dockerfile to Linux 5.2 and Go 1.13beta1
+ * unix: add missing dirent* helper functions on aix
+ * unix: don't use syscall.ParseDirent
+ * unix: add Getdents on dragonfly
+ * unix: use ParseDirent in testGetdirentries
+ * unix: fix nil pointer dereference in Getdirentries on 32-bit freebsd 12
+ * unix: add missing import in readdirent_getdirentries.go
+ * unix: fix Getdirentries emulation using Getdents on netbsd, openbsd
+ * unix: add test for Getdirentries
+ * unix: merge implementation for ReadDirent
+ * unix: add support to get/set Linux capabilities
+ * unix: correctly rename Val member in Sigset_t on freebsd
+ * unix: add ptrace support for FreeBSD
+ * unix: add AT_SYMLINK_FOLLOW const on openbsd
+ * unix: add AT_SYMLINK_FOLLOW const on netbsd
+ * windows: make CoTaskMemFree public
+ * unix: remove net dependency
+ * windows: allow determining real version number
+ * unix: fix Getdirentries emulation using Getdents on netbsd, openbsd
+ * unix: change the mksysnum master to point to stable/11 on freebsd
+ * windows: rename some arguments to follow MSDN
+ * windows: allow looking up well-known folder paths
+ * windows: add OpenThread function
+ * windows: add GetProcessId function
+ * unix: fix Getdirentries on 32-bit freebsd 12
+ * windows: expose GetCurrentProcessId function
+ * windows: allow determining if manager is locked
+ * windows: correct types and error values of internal GUID handling
+ * windows: add Thread32{First,Next} funcions
+ * windows: properly plumb sidtype into service creation
+ * windows: add GUID handling functions
+ * windows: add accessor for duration since boot
+ * windows: add constants for access rights
+ * windows: make it easier to iterate over groups and privileges
+ * windows: delete mkerrors.go
+ * unix: provide linux/riscv64 assembly for syscalls
+ * unix: fix TestFchmodat on illumos
+ * Revert "windows: make zsyscall_windows.go generatable on non-WSL env"
+ * windows: make zsyscall_windows.go generatable on non-WSL env
+ * windows: add GenerateConsoleCtrlEvent function
+ * plan9: modify mkall.sh to support zsyscall*.go files generation
+ * cpu: add missing linkname for libc_getsystemcfg on aix/ppc64
+ * windows: add SetInformationJobObject functions
++++ 350 more lines (skipped)
++++ between
/work/SRC/openSUSE:Factory/golang-org-x-sys/golang-org-x-sys.changes
++++ and
/work/SRC/openSUSE:Factory/.golang-org-x-sys.new.2738/golang-org-x-sys.changes
Old:
----
sys-0.0.0+git20180202.37707fd.tar.xz
New:
----
sys-0.0.0+git20200420.1957bb5.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-org-x-sys.spec ++++++
--- /var/tmp/diff_new_pack.HLPuDc/_old 2020-05-01 11:13:45.463900232 +0200
+++ /var/tmp/diff_new_pack.HLPuDc/_new 2020-05-01 11:13:45.467900240 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package golang-org-x
+# spec file for package golang-org-x-sys
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -24,12 +24,12 @@
%global import_path golang.org/x/sys
Name: golang-org-x-%{repo}
-Version: 0.0.0+git20180202.37707fd
+Version: 0.0.0+git20200420.1957bb5
Release: 0
Summary: Go packages for low-level interaction with the operating system
License: BSD-3-Clause
Group: Development/Languages/Golang
-Url: https://%{provider_prefix}
+URL: https://%{provider_prefix}
Source0: %{repo}-%{version}.tar.xz
Source1: rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -57,7 +57,8 @@
%gofilelist
%files -f file.lst
-%defattr(-,root,root,-)
-%doc README.md LICENSE PATENTS AUTHORS CONTRIBUTORS CONTRIBUTING.md
+%license LICENSE
+%{_bindir}/*
+%doc README.md PATENTS AUTHORS CONTRIBUTORS CONTRIBUTING.md
%changelog
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.HLPuDc/_old 2020-05-01 11:13:45.507900327 +0200
+++ /var/tmp/diff_new_pack.HLPuDc/_new 2020-05-01 11:13:45.507900327 +0200
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/golang/sys</param>
- <param
name="changesrevision">37707fdb30a5b38865cfb95e5aab41707daec7fd</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">1957bb5e6d1f523308b49060df02171d06ddfc77</param></service></servicedata>
\ No newline at end of file
++++++ sys-0.0.0+git20180202.37707fd.tar.xz ->
sys-0.0.0+git20200420.1957bb5.tar.xz ++++++
++++ 181025 lines of diff (skipped)