From 47e8e5980935c9c340f84d4fc2fc2af6f4d93014c13601f2510b991edb2d9839 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 12 Oct 2023 09:17:43 +0000 Subject: [PATCH] Accepting request 1117029 from home:tsaupe:branches:Base:System:libtirpc-bsc1199467 update to 1.3.4 (bsc#1199467) OBS-URL: https://build.opensuse.org/request/show/1117029 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=101 --- libtirpc-1.3.3.tar.bz2 | 3 --- libtirpc-1.3.4.tar.bz2 | 3 +++ libtirpc.changes | 13 +++++++++++++ libtirpc.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 libtirpc-1.3.3.tar.bz2 create mode 100644 libtirpc-1.3.4.tar.bz2 diff --git a/libtirpc-1.3.3.tar.bz2 b/libtirpc-1.3.3.tar.bz2 deleted file mode 100644 index 33f76bc..0000000 --- a/libtirpc-1.3.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6474e98851d9f6f33871957ddee9714fdcd9d8a5ee9abb5a98d63ea2e60e12f3 -size 562812 diff --git a/libtirpc-1.3.4.tar.bz2 b/libtirpc-1.3.4.tar.bz2 new file mode 100644 index 0000000..368cf99 --- /dev/null +++ b/libtirpc-1.3.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0b0c7231c5fa122e06c0609a76723664d068b0dba3b8219b63e6340b347860 +size 563292 diff --git a/libtirpc.changes b/libtirpc.changes index 406fdb0..a007bb7 100644 --- a/libtirpc.changes +++ b/libtirpc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Oct 11 12:38:02 UTC 2023 - Thomas Blume + +- 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 + ------------------------------------------------------------------- Fri Aug 19 15:27:29 UTC 2022 - Dirk Müller diff --git a/libtirpc.spec b/libtirpc.spec index 782bdcf..6f306ec 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -1,7 +1,7 @@ # # spec file for package libtirpc # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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.3 +Version: 1.3.4 Release: 0 Summary: Transport Independent RPC Library License: BSD-3-Clause