Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2017-11-04 10:22:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gvfs (Old)
 and      /work/SRC/openSUSE:Factory/.gvfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gvfs"

Sat Nov  4 10:22:30 2017 rev:139 rq:537933 version:1.34.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes        2017-10-06 
10:56:49.865393163 +0200
+++ /work/SRC/openSUSE:Factory/.gvfs.new/gvfs.changes   2017-11-04 
10:22:32.009633864 +0100
@@ -1,0 +2,11 @@
+Tue Oct 31 14:31:25 UTC 2017 - tbecht...@suse.com
+
+- Set caps(cap_net_bind_service=+ep) for gvfds-nfs: Many NFS
+  servers default to a mode where they do not allow non-system
+  ports from connecting. These servers require to use the
+  "insecure" export option in /etc/exports in order to allow libnfs
+  clients to be able to connect. Allow the usage of privileged
+  ports for the gvfsd-nfs executable to not require the "insecure"
+  option on the server (bsc#1065864).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gvfs.spec ++++++
--- /var/tmp/diff_new_pack.5vD2xC/_old  2017-11-04 10:22:32.701608709 +0100
+++ /var/tmp/diff_new_pack.5vD2xC/_new  2017-11-04 10:22:32.701608709 +0100
@@ -322,7 +322,8 @@
 %{_libexecdir}/%{name}/gvfsd-network
 %{_datadir}/%{name}/mounts/network.mount
 %if 0%{?is_opensuse}
-%{_libexecdir}/%{name}/gvfsd-nfs
+# allow priv ports for mounting nfs . Otherwise the nfs-service requires 
insecure
+%caps(cap_net_bind_service=+ep) %{_libexecdir}/%{name}/gvfsd-nfs
 %{_datadir}/%{name}/mounts/nfs.mount
 %endif
 %if !0%{?is_opensuse}


Reply via email to