From b1ced23b7fac87c64b72fce5acf1b9e14534337d1e23a515d2e830f25c4d3ef9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 May 2021 09:21:02 +0000 Subject: [PATCH] - update to 1.3.2: * Replace the final SunRPC licenses with BSD licenses * blacklist: Add a few more well known ports * libtirpc: disallow calling auth_refresh from clnt_call with RPCSEC_GSS OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=96 --- libtirpc-1.3.1.tar.bz2 | 3 --- libtirpc-1.3.2.tar.bz2 | 3 +++ libtirpc.changes | 8 ++++++++ libtirpc.spec | 9 +++------ 4 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 libtirpc-1.3.1.tar.bz2 create mode 100644 libtirpc-1.3.2.tar.bz2 diff --git a/libtirpc-1.3.1.tar.bz2 b/libtirpc-1.3.1.tar.bz2 deleted file mode 100644 index 1debd96..0000000 --- a/libtirpc-1.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:245895caf066bec5e3d4375942c8cb4366adad184c29c618d97f724ea309ee17 -size 513399 diff --git a/libtirpc-1.3.2.tar.bz2 b/libtirpc-1.3.2.tar.bz2 new file mode 100644 index 0000000..757f777 --- /dev/null +++ b/libtirpc-1.3.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24eb88b8ce7db3b7ca6eb80115dd1284abc5ec32a8deccfed2224fc2532b9fd +size 513151 diff --git a/libtirpc.changes b/libtirpc.changes index fc3acab..1f492ef 100644 --- a/libtirpc.changes +++ b/libtirpc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun May 16 09:17:01 UTC 2021 - Dirk Müller + +- update to 1.3.2: + * Replace the final SunRPC licenses with BSD licenses + * blacklist: Add a few more well known ports + * libtirpc: disallow calling auth_refresh from clnt_call with RPCSEC_GSS + ------------------------------------------------------------------- Wed Dec 23 12:50:03 UTC 2020 - Dominique Leuenberger diff --git a/libtirpc.spec b/libtirpc.spec index f1eb9df..88d869d 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -1,7 +1,7 @@ # # spec file for package libtirpc # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,13 @@ %define debug_package_requires libtirpc3 = %{version}-%{release} Name: libtirpc -# src/crypt_client.c and tirpc/rpcsvc/crypt.x have the BSD advertising clause -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: Transport Independent RPC Library License: BSD-3-Clause Group: Development/Libraries/C and C++ URL: https://sourceforge.net/projects/libtirpc/ -Source: %{name}-%{version}.tar.bz2 +Source: https://download.sourceforge.net/libtirpc/%{name}-%{version}.tar.bz2 Source1: baselibs.conf BuildRequires: pkgconfig BuildRequires: pkgconfig(krb5) @@ -56,8 +55,6 @@ This RPM contains the netconfig configuration file and manual page for the TI-RPC Library. %package devel -# src/crypt_client.c tirpc/spinlock.h and tirpc/rpcsvc/crypt.x have the BSD -# advertising clause Summary: Development files for the Transport Independent RPC Library Group: Development/Libraries/C and C++ Requires: glibc-devel