Hello community,
here is the log from the commit of package firewalld-rpcbind-helper for
openSUSE:Factory checked in at 2019-08-19 23:02:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/firewalld-rpcbind-helper (Old)
and /work/SRC/openSUSE:Factory/.firewalld-rpcbind-helper.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "firewalld-rpcbind-helper"
Mon Aug 19 23:02:31 2019 rev:4 rq:724582 version:0.21
Changes:
--------
---
/work/SRC/openSUSE:Factory/firewalld-rpcbind-helper/firewalld-rpcbind-helper.changes
2018-05-13 16:05:26.709499870 +0200
+++
/work/SRC/openSUSE:Factory/.firewalld-rpcbind-helper.new.22127/firewalld-rpcbind-helper.changes
2019-08-19 23:02:33.875442923 +0200
@@ -1,0 +2,9 @@
+Mon Aug 19 13:03:38 UTC 2019 - [email protected]
+
+- update to new minor release that fixes a bug that can occur with python3
+ when `rpcbind -p` contains a port listing neither for udp nor for tcp. See
+ [1].
+
+ [1]: https://github.com/mgerstner/firewalld-rpcbind-helper/issues/1
+
+-------------------------------------------------------------------
Old:
----
v0.2.tar.gz
New:
----
v0.21.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ firewalld-rpcbind-helper.spec ++++++
--- /var/tmp/diff_new_pack.nvGuKc/_old 2019-08-19 23:02:34.787442524 +0200
+++ /var/tmp/diff_new_pack.nvGuKc/_new 2019-08-19 23:02:34.787442524 +0200
@@ -1,7 +1,7 @@
#
# spec file for package firewalld-rpcbind-helper
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define main_script firewall-rpc-helper.py
Name: firewalld-rpcbind-helper
-Version: 0.2
+Version: 0.21
Release: 0
Summary: Tool for static port assignment of NFSv3, ypserv, ypbind
services
License: GPL-2.0-or-later
++++++ v0.2.tar.gz -> v0.21.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/firewalld-rpcbind-helper-0.2/firewall-rpc-helper.py
new/firewalld-rpcbind-helper-0.21/firewall-rpc-helper.py
--- old/firewalld-rpcbind-helper-0.2/firewall-rpc-helper.py 2018-05-11
13:06:49.000000000 +0200
+++ new/firewalld-rpcbind-helper-0.21/firewall-rpc-helper.py 2019-08-19
14:56:15.000000000 +0200
@@ -640,7 +640,7 @@
proto = current["udp"]
else:
# any protocol must do
- proto = current.values()[0]
+ proto = list(current.values())[0]
for port in proto:
# return the first port (usually only one)