Accepting request 1194558 from Base:System

- 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()".

- fix socket leak introduced by change-rpc-protocol-version-order patch
  - Replace explicit_bzero.patch with
- Add some patches to get libtirpc compiled without needing glibc

OBS-URL: https://build.opensuse.org/request/show/1194558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=61
This commit is contained in:
Ana Guerrero 2024-08-21 21:24:44 +00:00 committed by Git OBS Bridge
commit e884b500d1
4 changed files with 22 additions and 8 deletions

BIN
libtirpc-1.3.4.tar.bz2 (Stored with Git LFS)

Binary file not shown.

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
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
* 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()".
-------------------------------------------------------------------
Wed Oct 11 12:38:02 UTC 2023 - Thomas Blume <thomas.blume@suse.com>

View File

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