3 Commits

4 changed files with 41 additions and 31 deletions

Binary file not shown.

3
libtirpc-1.3.7.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b47d3ac19d3549e54a05d0019a6c400674da716123858cfdb6d3bdd70a66c702
size 569442

View File

@@ -1,20 +1,30 @@
-------------------------------------------------------------------
Mon Feb 17 07:29:41 UTC 2025 - Thomas Blume <thomas.blume@suse.com>
Tue Sep 9 06:06:29 UTC 2025 - Petr Vorel <pvorel@suse.cz>
- Update to 1.3.7:
* http://sourceforge.net/projects/libtirpc/files/libtirpc/1.3.7/Release-1.3.7.txt
* https://lore.kernel.org/linux-nfs/bfd46880-9150-4ba8-a2fb-bcb2b58c311c@redhat.com/
- Remove patches accepted upstream in this release:
* libtirpc-1.3.6-gcc15-part1.patch
* libtirpc-1.3.6-gcc15-part2.patch
-------------------------------------------------------------------
Mon Apr 21 20:57:11 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
- add patches from upstream to fix gcc-15 compile time errors:
* libtirpc-1.3.6-gcc15-part1.patch
* libtirpc-1.3.6-gcc15-part2.patch
-------------------------------------------------------------------
Tue Oct 29 11:12:27 UTC 2024 - Petr Vorel <pvorel@suse.cz>
- 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
* http://sourceforge.net/projects/libtirpc/files/libtirpc/1.3.6/Release-1.3.6.txt
* https://lore.kernel.org/linux-nfs/91ef3508-d0a6-48db-adfc-4f7831fba74e@redhat.com/
* rpcbind config changes
-------------------------------------------------------------------
Sun Aug 18 13:22:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.5:
* Try using a new abstract address when connecting to rpcbind
@@ -28,17 +38,17 @@ Mon Feb 17 07:29:41 UTC 2025 - Thomas Blume <thomas.blume@suse.com>
error in authgss_refresh()".
-------------------------------------------------------------------
Tue Oct 17 15:04:18 UTC 2023 - Thomas Blume <Thomas.Blume@suse.com>
Wed Oct 11 12:38:02 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>
@@ -189,7 +199,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
- fix socket leak introduced by change-rpc-protocol-version-order patch
- fix socket leak introduced by change-rpc-protocol-version-order patch
(bsc#1087925)
- add 0001-Fix-regression-introduced-by-change-rpc-version-orde.patch
@@ -270,7 +280,7 @@ Mon Nov 13 15:58:42 CET 2017 - kukuk@suse.de
- 015-Fix-includes-to-compile-without-deprecated-glibc-fun.patch:
removed, merged upstream
- patch6_7.diff: obsolete
- Replace explicit_bzero.patch with
- Replace explicit_bzero.patch with
004-replace-bzero-with-memset.patch from git
- Rename libtirpc-new-path-rpcbindsock.patch to
001-new-rpcbindsock-path.patch
@@ -296,7 +306,7 @@ Wed Jul 5 13:22:53 UTC 2017 - schwab@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:
- 015-Fix-includes-to-compile-without-deprecated-glibc-fun.patch
- 014-Add-des_crypt.c-and-des_impl.c-to-become-independent.patch

View File

@@ -1,7 +1,7 @@
#
# spec file for package libtirpc
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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.7
Release: 0
Summary: Transport Independent RPC Library
License: BSD-3-Clause