SHA256
1
0
forked from pool/libtirpc

Accepting request 760716 from home:pevik:branches:Base:System

- Update to libtirpc 1.2.5
  - A number resource leaks and other issues were fix which were identified
  by a Coverity Scan.
  - The AUTH_DES authentication has been deprecated. If any of those routines
    are called, they will fail immediately.
  - numerous bug fixes
- Package changes:
  - Build without AUTH_DES authentication
  - Add patch from next release 0001-Add-authdes_seccreate-stub.patch
    (a86b4ff Add authdes_seccreate() stub)
  - Drop rc patches (libtirpc-1-1-5-rc1.patch, libtirpc-1-1-5-rc2.patch)
  - Drop patches all patches backported from this release
	(0001-Makefile.am-Use-LIBADD-instead-of-LDFLAGS-to-link-ag.patch,
	0002-man-rpc_secure.3t-Fix-typo-in-manpage.patch,
	0003-xdr-add-a-defensive-mask-in-xdr_int64_t-and-xdr_u_in.patch)

OBS-URL: https://build.opensuse.org/request/show/760716
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=81
This commit is contained in:
2020-01-09 08:35:09 +00:00
committed by Git OBS Bridge
parent 4c276cfbb2
commit e84086967d
10 changed files with 69 additions and 444 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Jan 3 15:45:16 UTC 2020 - Petr Vorel <pvorel@suse.cz>
- Update to libtirpc 1.2.5
- A number resource leaks and other issues were fix which were identified
by a Coverity Scan.
- The AUTH_DES authentication has been deprecated. If any of those routines
are called, they will fail immediately.
- numerous bug fixes
- Package changes:
- Build without AUTH_DES authentication
- Add patch from next release 0001-Add-authdes_seccreate-stub.patch
(a86b4ff Add authdes_seccreate() stub)
- Drop rc patches (libtirpc-1-1-5-rc1.patch, libtirpc-1-1-5-rc2.patch)
- Drop patches all patches backported from this release
(0001-Makefile.am-Use-LIBADD-instead-of-LDFLAGS-to-link-ag.patch,
0002-man-rpc_secure.3t-Fix-typo-in-manpage.patch,
0003-xdr-add-a-defensive-mask-in-xdr_int64_t-and-xdr_u_in.patch)
-------------------------------------------------------------------
Tue Nov 12 10:24:59 UTC 2019 - Petr Vorel <pvorel@suse.cz>