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>
@ -160,7 +174,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
@ -241,7 +255,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
@ -267,7 +281,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) 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