forked from pool/libtirpc
Accepting request 1117155 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1117155 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=60
This commit is contained in:
commit
7692c353af
BIN
libtirpc-1.3.3.tar.bz2
(Stored with Git LFS)
BIN
libtirpc-1.3.3.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
libtirpc-1.3.4.tar.bz2
(Stored with Git LFS)
Normal file
BIN
libtirpc-1.3.4.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 19 15:27:29 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user