Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package miller for openSUSE:Factory checked in at 2024-01-12 23:46:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/miller (Old) and /work/SRC/openSUSE:Factory/.miller.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "miller" Fri Jan 12 23:46:44 2024 rev:23 rq:1138340 version:6.10.0+git20240105.664a84fa Changes: -------- --- /work/SRC/openSUSE:Factory/miller/miller.changes 2023-12-21 23:38:58.751338579 +0100 +++ /work/SRC/openSUSE:Factory/.miller.new.21961/miller.changes 2024-01-12 23:46:57.945977569 +0100 @@ -1,0 +2,20 @@ +Fri Jan 05 14:43:21 UTC 2024 - [email protected] + +- Update to version 6.10.0+git20240105.664a84fa: + * Bump golang.org/x/term from 0.15.0 to 0.16.0 (#1466) + * Have `clean_whitespace` re-run type inference (#1464) + * Fix #1462: remove limit of 1000 on dedupe field names (#1463) + * On-line help info for `mlr join --lk ""` (#1458) + * Implement `mlr uniq -x` (#1457) + * Replace deprecated `io/ioutil` functions (#1452) + * New `strmatch`/`strmatchx` DSL functions (#1448) + * make docs + * Document and unit-test regex-capture reset logic (#1451) + * mlr --norc cat was erroring (#1450) + * Preserve regex captures across stack frames (#1447) + * Rename internal regex functions (#1446) + * Bump actions/upload-artifact from 3.1.3 to 4.0.0 (#1445) + * release docs including 6.9.0 and 6.10.0 + * 6.10.0-dev + +------------------------------------------------------------------- Old: ---- miller-6.10.0+git20231213.c680f331.tar.gz New: ---- miller-6.10.0+git20240105.664a84fa.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ miller.spec ++++++ --- /var/tmp/diff_new_pack.hnUmX3/_old 2024-01-12 23:46:58.553999823 +0100 +++ /var/tmp/diff_new_pack.hnUmX3/_new 2024-01-12 23:46:58.557999970 +0100 @@ -17,7 +17,7 @@ Name: miller -Version: 6.10.0+git20231213.c680f331 +Version: 6.10.0+git20240105.664a84fa Release: 0 Summary: Name-indexed data processing tool # c/lib/netbsd_strptime.c is BSD-4-Clause ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.hnUmX3/_old 2024-01-12 23:46:58.594001287 +0100 +++ /var/tmp/diff_new_pack.hnUmX3/_new 2024-01-12 23:46:58.598001433 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/johnkerl/miller</param> - <param name="changesrevision">c680f3316e25cc7517e3f12665b1de990381b79d</param></service></servicedata> + <param name="changesrevision">664a84fadb342fe4b1615edef50806ba719b6e7a</param></service></servicedata> (No newline at EOF) ++++++ miller-6.10.0+git20231213.c680f331.tar.gz -> miller-6.10.0+git20240105.664a84fa.tar.gz ++++++ /work/SRC/openSUSE:Factory/miller/miller-6.10.0+git20231213.c680f331.tar.gz /work/SRC/openSUSE:Factory/.miller.new.21961/miller-6.10.0+git20240105.664a84fa.tar.gz differ: char 13, line 1 ++++++ miller.obsinfo ++++++ --- /var/tmp/diff_new_pack.hnUmX3/_old 2024-01-12 23:46:58.638002898 +0100 +++ /var/tmp/diff_new_pack.hnUmX3/_new 2024-01-12 23:46:58.642003044 +0100 @@ -1,5 +1,5 @@ name: miller -version: 6.10.0+git20231213.c680f331 -mtime: 1702512288 -commit: c680f3316e25cc7517e3f12665b1de990381b79d +version: 6.10.0+git20240105.664a84fa +mtime: 1704458499 +commit: 664a84fadb342fe4b1615edef50806ba719b6e7a ++++++ vendor.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/mkerrors.sh new/vendor/golang.org/x/sys/unix/mkerrors.sh --- old/vendor/golang.org/x/sys/unix/mkerrors.sh 2023-12-14 01:36:15.000000000 +0100 +++ new/vendor/golang.org/x/sys/unix/mkerrors.sh 2024-01-05 15:43:29.000000000 +0100 @@ -248,6 +248,7 @@ #include <linux/module.h> #include <linux/mount.h> #include <linux/netfilter/nfnetlink.h> +#include <linux/netfilter/nf_tables.h> #include <linux/netlink.h> #include <linux/net_namespace.h> #include <linux/nfc.h> @@ -283,10 +284,6 @@ #include <asm/termbits.h> #endif -#ifndef MSG_FASTOPEN -#define MSG_FASTOPEN 0x20000000 -#endif - #ifndef PTRACE_GETREGS #define PTRACE_GETREGS 0xc #endif @@ -295,14 +292,6 @@ #define PTRACE_SETREGS 0xd #endif -#ifndef SOL_NETLINK -#define SOL_NETLINK 270 -#endif - -#ifndef SOL_SMC -#define SOL_SMC 286 -#endif - #ifdef SOL_BLUETOOTH // SPARC includes this in /usr/include/sparc64-linux-gnu/bits/socket.h // but it is already in bluetooth_linux.go @@ -319,10 +308,23 @@ #undef TIPC_WAIT_FOREVER #define TIPC_WAIT_FOREVER 0xffffffff -// Copied from linux/l2tp.h -// Including linux/l2tp.h here causes conflicts between linux/in.h -// and netinet/in.h included via net/route.h above. -#define IPPROTO_L2TP 115 +// Copied from linux/netfilter/nf_nat.h +// Including linux/netfilter/nf_nat.h here causes conflicts between linux/in.h +// and netinet/in.h. +#define NF_NAT_RANGE_MAP_IPS (1 << 0) +#define NF_NAT_RANGE_PROTO_SPECIFIED (1 << 1) +#define NF_NAT_RANGE_PROTO_RANDOM (1 << 2) +#define NF_NAT_RANGE_PERSISTENT (1 << 3) +#define NF_NAT_RANGE_PROTO_RANDOM_FULLY (1 << 4) +#define NF_NAT_RANGE_PROTO_OFFSET (1 << 5) +#define NF_NAT_RANGE_NETMAP (1 << 6) +#define NF_NAT_RANGE_PROTO_RANDOM_ALL \ + (NF_NAT_RANGE_PROTO_RANDOM | NF_NAT_RANGE_PROTO_RANDOM_FULLY) +#define NF_NAT_RANGE_MASK \ + (NF_NAT_RANGE_MAP_IPS | NF_NAT_RANGE_PROTO_SPECIFIED | \ + NF_NAT_RANGE_PROTO_RANDOM | NF_NAT_RANGE_PERSISTENT | \ + NF_NAT_RANGE_PROTO_RANDOM_FULLY | NF_NAT_RANGE_PROTO_OFFSET | \ + NF_NAT_RANGE_NETMAP) // Copied from linux/hid.h. // Keep in sync with the size of the referenced fields. @@ -603,6 +605,9 @@ $2 ~ /^FSOPT_/ || $2 ~ /^WDIO[CFS]_/ || $2 ~ /^NFN/ || + $2 !~ /^NFT_META_IIFTYPE/ && + $2 ~ /^NFT_/ || + $2 ~ /^NF_NAT_/ || $2 ~ /^XDP_/ || $2 ~ /^RWF_/ || $2 ~ /^(HDIO|WIN|SMART)_/ || diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/zerrors_linux.go new/vendor/golang.org/x/sys/unix/zerrors_linux.go --- old/vendor/golang.org/x/sys/unix/zerrors_linux.go 2023-12-14 01:36:15.000000000 +0100 +++ new/vendor/golang.org/x/sys/unix/zerrors_linux.go 2024-01-05 15:43:29.000000000 +0100 @@ -2127,6 +2127,60 @@ NFNL_SUBSYS_QUEUE = 0x3 NFNL_SUBSYS_ULOG = 0x4 NFS_SUPER_MAGIC = 0x6969 + NFT_CHAIN_FLAGS = 0x7 + NFT_CHAIN_MAXNAMELEN = 0x100 + NFT_CT_MAX = 0x17 + NFT_DATA_RESERVED_MASK = 0xffffff00 + NFT_DATA_VALUE_MAXLEN = 0x40 + NFT_EXTHDR_OP_MAX = 0x4 + NFT_FIB_RESULT_MAX = 0x3 + NFT_INNER_MASK = 0xf + NFT_LOGLEVEL_MAX = 0x8 + NFT_NAME_MAXLEN = 0x100 + NFT_NG_MAX = 0x1 + NFT_OBJECT_CONNLIMIT = 0x5 + NFT_OBJECT_COUNTER = 0x1 + NFT_OBJECT_CT_EXPECT = 0x9 + NFT_OBJECT_CT_HELPER = 0x3 + NFT_OBJECT_CT_TIMEOUT = 0x7 + NFT_OBJECT_LIMIT = 0x4 + NFT_OBJECT_MAX = 0xa + NFT_OBJECT_QUOTA = 0x2 + NFT_OBJECT_SECMARK = 0x8 + NFT_OBJECT_SYNPROXY = 0xa + NFT_OBJECT_TUNNEL = 0x6 + NFT_OBJECT_UNSPEC = 0x0 + NFT_OBJ_MAXNAMELEN = 0x100 + NFT_OSF_MAXGENRELEN = 0x10 + NFT_QUEUE_FLAG_BYPASS = 0x1 + NFT_QUEUE_FLAG_CPU_FANOUT = 0x2 + NFT_QUEUE_FLAG_MASK = 0x3 + NFT_REG32_COUNT = 0x10 + NFT_REG32_SIZE = 0x4 + NFT_REG_MAX = 0x4 + NFT_REG_SIZE = 0x10 + NFT_REJECT_ICMPX_MAX = 0x3 + NFT_RT_MAX = 0x4 + NFT_SECMARK_CTX_MAXLEN = 0x100 + NFT_SET_MAXNAMELEN = 0x100 + NFT_SOCKET_MAX = 0x3 + NFT_TABLE_F_MASK = 0x3 + NFT_TABLE_MAXNAMELEN = 0x100 + NFT_TRACETYPE_MAX = 0x3 + NFT_TUNNEL_F_MASK = 0x7 + NFT_TUNNEL_MAX = 0x1 + NFT_TUNNEL_MODE_MAX = 0x2 + NFT_USERDATA_MAXLEN = 0x100 + NFT_XFRM_KEY_MAX = 0x6 + NF_NAT_RANGE_MAP_IPS = 0x1 + NF_NAT_RANGE_MASK = 0x7f + NF_NAT_RANGE_NETMAP = 0x40 + NF_NAT_RANGE_PERSISTENT = 0x8 + NF_NAT_RANGE_PROTO_OFFSET = 0x20 + NF_NAT_RANGE_PROTO_RANDOM = 0x4 + NF_NAT_RANGE_PROTO_RANDOM_ALL = 0x14 + NF_NAT_RANGE_PROTO_RANDOM_FULLY = 0x10 + NF_NAT_RANGE_PROTO_SPECIFIED = 0x2 NILFS_SUPER_MAGIC = 0x3434 NL0 = 0x0 NL1 = 0x100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go new/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go --- old/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go 2023-12-14 01:36:15.000000000 +0100 +++ new/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go 2024-01-05 15:43:29.000000000 +0100 @@ -2297,5 +2297,3 @@ var libc_unveil_trampoline_addr uintptr //go:cgo_import_dynamic libc_unveil unveil "libc.so" - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go new/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go --- old/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go 2023-12-14 01:36:15.000000000 +0100 +++ new/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go 2024-01-05 15:43:29.000000000 +0100 @@ -2297,5 +2297,3 @@ var libc_unveil_trampoline_addr uintptr //go:cgo_import_dynamic libc_unveil unveil "libc.so" - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go new/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go --- old/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go 2023-12-14 01:36:15.000000000 +0100 +++ new/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go 2024-01-05 15:43:29.000000000 +0100 @@ -2297,5 +2297,3 @@ var libc_unveil_trampoline_addr uintptr //go:cgo_import_dynamic libc_unveil unveil "libc.so" - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go new/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go --- old/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go 2023-12-14 01:36:15.000000000 +0100 +++ new/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go 2024-01-05 15:43:29.000000000 +0100 @@ -2297,5 +2297,3 @@ var libc_unveil_trampoline_addr uintptr //go:cgo_import_dynamic libc_unveil unveil "libc.so" - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go new/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go --- old/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go 2023-12-14 01:36:15.000000000 +0100 +++ new/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go 2024-01-05 15:43:29.000000000 +0100 @@ -2297,5 +2297,3 @@ var libc_unveil_trampoline_addr uintptr //go:cgo_import_dynamic libc_unveil unveil "libc.so" - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go new/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go --- old/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go 2023-12-14 01:36:15.000000000 +0100 +++ new/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go 2024-01-05 15:43:29.000000000 +0100 @@ -2297,5 +2297,3 @@ var libc_unveil_trampoline_addr uintptr //go:cgo_import_dynamic libc_unveil unveil "libc.so" - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go new/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go --- old/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go 2023-12-14 01:36:15.000000000 +0100 +++ new/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go 2024-01-05 15:43:29.000000000 +0100 @@ -2297,5 +2297,3 @@ var libc_unveil_trampoline_addr uintptr //go:cgo_import_dynamic libc_unveil unveil "libc.so" - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/windows/syscall_windows.go new/vendor/golang.org/x/sys/windows/syscall_windows.go --- old/vendor/golang.org/x/sys/windows/syscall_windows.go 2023-12-14 01:36:15.000000000 +0100 +++ new/vendor/golang.org/x/sys/windows/syscall_windows.go 2024-01-05 15:43:29.000000000 +0100 @@ -194,6 +194,7 @@ //sys GetComputerName(buf *uint16, n *uint32) (err error) = GetComputerNameW //sys GetComputerNameEx(nametype uint32, buf *uint16, n *uint32) (err error) = GetComputerNameExW //sys SetEndOfFile(handle Handle) (err error) +//sys SetFileValidData(handle Handle, validDataLength int64) (err error) //sys GetSystemTimeAsFileTime(time *Filetime) //sys GetSystemTimePreciseAsFileTime(time *Filetime) //sys GetTimeZoneInformation(tzi *Timezoneinformation) (rc uint32, err error) [failretval==0xffffffff] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/windows/zsyscall_windows.go new/vendor/golang.org/x/sys/windows/zsyscall_windows.go --- old/vendor/golang.org/x/sys/windows/zsyscall_windows.go 2023-12-14 01:36:15.000000000 +0100 +++ new/vendor/golang.org/x/sys/windows/zsyscall_windows.go 2024-01-05 15:43:29.000000000 +0100 @@ -342,6 +342,7 @@ procSetDefaultDllDirectories = modkernel32.NewProc("SetDefaultDllDirectories") procSetDllDirectoryW = modkernel32.NewProc("SetDllDirectoryW") procSetEndOfFile = modkernel32.NewProc("SetEndOfFile") + procSetFileValidData = modkernel32.NewProc("SetFileValidData") procSetEnvironmentVariableW = modkernel32.NewProc("SetEnvironmentVariableW") procSetErrorMode = modkernel32.NewProc("SetErrorMode") procSetEvent = modkernel32.NewProc("SetEvent") @@ -2985,6 +2986,14 @@ if r1 == 0 { err = errnoErr(e1) } + return +} + +func SetFileValidData(handle Handle, validDataLength int64) (err error) { + r1, _, e1 := syscall.Syscall(procSetFileValidData.Addr(), 2, uintptr(handle), uintptr(validDataLength), 0) + if r1 == 0 { + err = errnoErr(e1) + } return } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt --- old/vendor/modules.txt 2023-12-14 01:36:15.000000000 +0100 +++ new/vendor/modules.txt 2024-01-05 15:43:29.000000000 +0100 @@ -47,12 +47,12 @@ # github.com/stretchr/testify v1.8.4 ## explicit; go 1.20 github.com/stretchr/testify/assert -# golang.org/x/sys v0.15.0 +# golang.org/x/sys v0.16.0 ## explicit; go 1.18 golang.org/x/sys/plan9 golang.org/x/sys/unix golang.org/x/sys/windows -# golang.org/x/term v0.15.0 +# golang.org/x/term v0.16.0 ## explicit; go 1.18 golang.org/x/term # golang.org/x/text v0.14.0
