forked from pool/libtirpc
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
ce57aa5bba | |||
87ed136655 | |||
|
c890c6c327 | ||
fe6fea2d98 | |||
|
2bb98118d6 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b31370e5a38d3391bf37edfa22498e28fe2142467ae6be7a17c9068ec0bf12f
|
||||
size 565188
|
BIN
libtirpc-1.3.6.tar.bz2
(Stored with Git LFS)
Normal file
BIN
libtirpc-1.3.6.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,5 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 18 13:22:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
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
|
||||
@@ -13,17 +28,17 @@ Sun Aug 18 13:22:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
error in authgss_refresh()".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 11 12:38:02 UTC 2023 - Thomas Blume <thomas.blume@suse.com>
|
||||
Tue Oct 17 15:04:18 UTC 2023 - Thomas Blume <Thomas.Blume@suse.com>
|
||||
|
||||
- update to 1.3.4 (bsc#1199467)
|
||||
* binddynport.c honor ip_local_reserved_ports
|
||||
* gss-api: expose gss major/minor error in authgss_refresh()
|
||||
* rpcb_clnt.c: Eliminate double frees in delete_cache()
|
||||
* rpcb_clnt.c: memory leak in destroy_addr
|
||||
* portmapper: allow TCP-only portmapper
|
||||
* getnetconfigent: avoid potential DoS issue by removing unnecessary sleep
|
||||
* clnt_raw.c: fix a possible null pointer dereference
|
||||
* bindresvport.c: fix a potential resource leakage
|
||||
* binddynport.c honor ip_local_reserved_ports
|
||||
* gss-api: expose gss major/minor error in authgss_refresh()
|
||||
* rpcb_clnt.c: Eliminate double frees in delete_cache()
|
||||
* rpcb_clnt.c: memory leak in destroy_addr
|
||||
* portmapper: allow TCP-only portmapper
|
||||
* getnetconfigent: avoid potential DoS issue by removing unnecessary sleep
|
||||
* clnt_raw.c: fix a possible null pointer dereference
|
||||
* bindresvport.c: fix a potential resource leakage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 19 15:27:29 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%define debug_package_requires libtirpc3 = %{version}-%{release}
|
||||
Name: libtirpc
|
||||
Version: 1.3.5
|
||||
Version: 1.3.6
|
||||
Release: 0
|
||||
Summary: Transport Independent RPC Library
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user