Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 596a9a3a99 |
BIN
libtirpc-1.3.4.tar.bz2
LFS
Normal file
BIN
libtirpc-1.3.4.tar.bz2
LFS
Normal file
Binary file not shown.
BIN
libtirpc-1.3.6.tar.bz2
LFS
BIN
libtirpc-1.3.6.tar.bz2
LFS
Binary file not shown.
@@ -1,32 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 17 07:29:41 UTC 2025 - Thomas Blume <thomas.blume@suse.com>
|
||||
|
||||
- update to 1.3.6:
|
||||
* configure.ac: Using autoupdate updated to the latest autoconf macros
|
||||
* svc_fd_create: skip getsockname on a non-network socket
|
||||
* detect whether linker supports --version-script
|
||||
* check for gss_pname_to_uid or hardcode an early return if we can't use aname to localname
|
||||
* test for IPV6_PKTINFO and potentially define __APPLE_USE_RFC_3542 to expose
|
||||
* macos uses the same mutex primitives as linux and so can use these defines
|
||||
* check for struct rpcent in netdb.h before redefining
|
||||
* include string.h when we need a memset prototype for
|
||||
* attempt to use machine/endian.h if endian.h does not exist
|
||||
* updated macOS support for tirpc [2/7] SOL_IP vs IPPROTO_IP
|
||||
* check for getpeereid
|
||||
* rpcb_prot.x: Update _PATH_RPCBINDSOCK
|
||||
* Move rpcbind.sock to /run
|
||||
|
||||
- update to 1.3.5:
|
||||
* Try using a new abstract address when connecting to rpcbind
|
||||
* Change local_rpcb() to take a targaddr pointer.
|
||||
* Allow working with abstract AF_UNIX addresses.
|
||||
* rpcb_clnt.c: memory leak in destroy_addr
|
||||
* _rpc_dtablesize: Decrease the value of size.
|
||||
* netconfig: remove tcp6, udp6 on --disable-ipv6
|
||||
* gssapi: fix rpc_gss_seccreate passed in cred
|
||||
* Revert commit f5b6e6fdb1e6 "gss-api: expose gss major/minor
|
||||
error in authgss_refresh()".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 15:04:18 UTC 2023 - Thomas Blume <Thomas.Blume@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libtirpc
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define debug_package_requires libtirpc3 = %{version}-%{release}
|
||||
Name: libtirpc
|
||||
Version: 1.3.6
|
||||
Version: 1.3.4
|
||||
Release: 0
|
||||
Summary: Transport Independent RPC Library
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user