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:
|
- update to 1.3.5:
|
||||||
* Try using a new abstract address when connecting to rpcbind
|
* 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()".
|
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)
|
- update to 1.3.4 (bsc#1199467)
|
||||||
* binddynport.c honor ip_local_reserved_ports
|
* binddynport.c honor ip_local_reserved_ports
|
||||||
* gss-api: expose gss major/minor error in authgss_refresh()
|
* gss-api: expose gss major/minor error in authgss_refresh()
|
||||||
* rpcb_clnt.c: Eliminate double frees in delete_cache()
|
* rpcb_clnt.c: Eliminate double frees in delete_cache()
|
||||||
* rpcb_clnt.c: memory leak in destroy_addr
|
* rpcb_clnt.c: memory leak in destroy_addr
|
||||||
* portmapper: allow TCP-only portmapper
|
* portmapper: allow TCP-only portmapper
|
||||||
* getnetconfigent: avoid potential DoS issue by removing unnecessary sleep
|
* getnetconfigent: avoid potential DoS issue by removing unnecessary sleep
|
||||||
* clnt_raw.c: fix a possible null pointer dereference
|
* clnt_raw.c: fix a possible null pointer dereference
|
||||||
* bindresvport.c: fix a potential resource leakage
|
* bindresvport.c: fix a potential resource leakage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 15:27:29 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Fri Aug 19 15:27:29 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
@@ -174,7 +189,7 @@ Mon Mar 11 15:23:12 UTC 2019 - Michal Suchanek <msuchanek@suse.de>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 12 08:06:23 UTC 2018 - Thomas.Blume@suse.com
|
Thu Apr 12 08:06:23 UTC 2018 - Thomas.Blume@suse.com
|
||||||
|
|
||||||
- fix socket leak introduced by change-rpc-protocol-version-order patch
|
- fix socket leak introduced by change-rpc-protocol-version-order patch
|
||||||
(bsc#1087925)
|
(bsc#1087925)
|
||||||
- add 0001-Fix-regression-introduced-by-change-rpc-version-orde.patch
|
- add 0001-Fix-regression-introduced-by-change-rpc-version-orde.patch
|
||||||
|
|
||||||
@@ -255,7 +270,7 @@ Mon Nov 13 15:58:42 CET 2017 - kukuk@suse.de
|
|||||||
- 015-Fix-includes-to-compile-without-deprecated-glibc-fun.patch:
|
- 015-Fix-includes-to-compile-without-deprecated-glibc-fun.patch:
|
||||||
removed, merged upstream
|
removed, merged upstream
|
||||||
- patch6_7.diff: obsolete
|
- patch6_7.diff: obsolete
|
||||||
- Replace explicit_bzero.patch with
|
- Replace explicit_bzero.patch with
|
||||||
004-replace-bzero-with-memset.patch from git
|
004-replace-bzero-with-memset.patch from git
|
||||||
- Rename libtirpc-new-path-rpcbindsock.patch to
|
- Rename libtirpc-new-path-rpcbindsock.patch to
|
||||||
001-new-rpcbindsock-path.patch
|
001-new-rpcbindsock-path.patch
|
||||||
@@ -281,7 +296,7 @@ Wed Jul 5 13:22:53 UTC 2017 - schwab@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 14 15:17:59 CET 2016 - kukuk@suse.de
|
Mon Mar 14 15:17:59 CET 2016 - kukuk@suse.de
|
||||||
|
|
||||||
- Add some patches to get libtirpc compiled without needing glibc
|
- Add some patches to get libtirpc compiled without needing glibc
|
||||||
deprecated functions:
|
deprecated functions:
|
||||||
- 015-Fix-includes-to-compile-without-deprecated-glibc-fun.patch
|
- 015-Fix-includes-to-compile-without-deprecated-glibc-fun.patch
|
||||||
- 014-Add-des_crypt.c-and-des_impl.c-to-become-independent.patch
|
- 014-Add-des_crypt.c-and-des_impl.c-to-become-independent.patch
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define debug_package_requires libtirpc3 = %{version}-%{release}
|
%define debug_package_requires libtirpc3 = %{version}-%{release}
|
||||||
Name: libtirpc
|
Name: libtirpc
|
||||||
Version: 1.3.5
|
Version: 1.3.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Transport Independent RPC Library
|
Summary: Transport Independent RPC Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Reference in New Issue
Block a user