commit sshfs for openSUSE:Factory

2020-01-03 Thread root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2020-01-03 17:39:48

Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and  /work/SRC/openSUSE:Factory/.sshfs.new.6675 (New)


Package is "sshfs"

Fri Jan  3 17:39:48 2020 rev:34 rq:760633 version:3.7.0

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2019-11-06 
14:06:04.712784309 +0100
+++ /work/SRC/openSUSE:Factory/.sshfs.new.6675/sshfs.changes2020-01-03 
17:39:53.987385460 +0100
@@ -1,0 +2,11 @@
+Fri Jan  3 11:46:09 UTC 2020 - Ismail Dönmez 
+
+- Update to version 3.7.0
+  * New max_conns option enables the use of multiple connections to
+improve responsiveness during large file transfers.
+  * The buflimit workaround is now disabled by default.
+The corresponding bug in OpenSSH has been fixed in 2007 
+(cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365541#37),
+so this shouldn't be needed anymore.
+
+---

Old:

  sshfs-3.6.0.tar.xz
  sshfs-3.6.0.tar.xz.asc

New:

  sshfs-3.7.0.tar.xz
  sshfs-3.7.0.tar.xz.asc



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.txu4Gv/_old  2020-01-03 17:39:54.575385762 +0100
+++ /var/tmp/diff_new_pack.txu4Gv/_new  2020-01-03 17:39:54.575385762 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sshfs
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   sshfs
-Version:3.6.0
+Version:3.7.0
 Release:0
 Summary:Filesystem client based on SSH file transfer protocol
 License:GPL-2.0-or-later

++ sshfs-3.6.0.tar.xz -> sshfs-3.7.0.tar.xz ++
 1678 lines of diff (skipped)





commit sshfs for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2019-11-06 14:06:01

Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and  /work/SRC/openSUSE:Factory/.sshfs.new.2990 (New)


Package is "sshfs"

Wed Nov  6 14:06:01 2019 rev:33 rq:745401 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2019-04-18 
09:56:43.825352837 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new.2990/sshfs.changes2019-11-06 
14:06:04.712784309 +0100
@@ -1,0 +2,13 @@
+Sun Nov  3 09:56:36 UTC 2019 - Ismail Dönmez 
+
+- Update to version 3.6.0
+  * Added "-o direct_io" option.
+This option disables the use of page cache in kernel.
+This is useful for example if the file size is not known before reading it.
+For example if you mount /proc dir from a remote host without the direct_io
+option, the read always will return zero bytes instead of actual data.
+  * Added --verbose option.
+  * Fixed a number of compiler warnings.
+  * Improved performance under OS X.
+
+---

Old:

  sshfs-3.5.2.tar.xz
  sshfs-3.5.2.tar.xz.asc

New:

  sshfs-3.6.0.tar.xz
  sshfs-3.6.0.tar.xz.asc



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.hNIch6/_old  2019-11-06 14:06:05.804785452 +0100
+++ /var/tmp/diff_new_pack.hNIch6/_new  2019-11-06 14:06:05.808785456 +0100
@@ -12,12 +12,12 @@
 # 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/
 #
 
 
 Name:   sshfs
-Version:3.5.2
+Version:3.6.0
 Release:0
 Summary:Filesystem client based on SSH file transfer protocol
 License:GPL-2.0-or-later

++ sshfs-3.5.2.tar.xz -> sshfs-3.6.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-3.5.2/.github/ISSUE_TEMPLATE/issue-report.md 
new/sshfs-3.6.0/.github/ISSUE_TEMPLATE/issue-report.md
--- old/sshfs-3.5.2/.github/ISSUE_TEMPLATE/issue-report.md  1970-01-01 
01:00:00.0 +0100
+++ new/sshfs-3.6.0/.github/ISSUE_TEMPLATE/issue-report.md  2019-11-03 
10:34:29.0 +0100
@@ -0,0 +1,17 @@
+---
+name: Issue report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+PLEASE READ BEFORE REPORTING AN ISSUE
+
+SSHFS does not have any active, regular contributors or developers. The 
current maintainer continues to apply pull requests and tries to make regular 
releases, but unfortunately has no capacity to do any development beyond 
addressing high-impact issues. When reporting bugs, please understand that 
unless you are including a pull request or are reporting a critical issue, you 
will probably not get a response.
+
+To prevent the issue tracker from being flooded with issues that no-one is 
intending to work on, and to give more visibilty to critical issues that users 
should be aware of and that most urgently need attention, I will also close 
most bug reports once they've been inactive for a while.
+
+Please note that this isn't meant to imply that you haven't found a bug - you 
most likely have and I'm grateful that you took the time to report it. 
Unfortunately, SSHFS is a purely volunteer driven project,
+and at the moment there simply aren't any volunteers.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-3.5.2/AUTHORS new/sshfs-3.6.0/AUTHORS
--- old/sshfs-3.5.2/AUTHORS 2019-04-13 10:25:45.0 +0200
+++ new/sshfs-3.6.0/AUTHORS 2019-11-03 10:34:29.0 +0100
@@ -25,6 +25,7 @@
 Daniel Lublin 
 DrDaveD <2129743+drda...@users.noreply.github.com>
 gala 
+Galen Getsov <4815620+gget...@users.noreply.github.com>
 George Vlahavas 
 G.raud Meyer 
 harrim4n 
@@ -32,7 +33,10 @@
 Josh Triplett 
 Julio Merino 
 Julio Merino 
+kalvdans 
+Michael Forney 
 Mike Kelly 
+Mike Salvatore 
 Miklos Szeredi 
 Miklos Szeredi 
 mssalvatore 
@@ -46,7 +50,9 @@
 Samuel Murray 
 S. D. Cloudt 
 smheidrich 
+sunwire <50745572+sunw...@users.noreply.github.com>
 Tim Harder 
 Timo Savola 
 tpoindessous 
+Viktor Szakats 
 Zoltan Kuscsik 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-3.5.2/ChangeLog.rst 
new/sshfs-3.6.0/ChangeLog.rst
--- old/sshfs-3.5.2/ChangeLog.rst   2019-04-13 10:25:45.0 +0200
+++ new/sshfs-3.6.0/ChangeLog.rst   2019-11-03 10:34:29.0 +0100
@@ -1,3 +1,16 @@
+Release 3.6.0 (2019-11-03)
+--
+
+* Added "-o direct_io" option.
+ 

commit sshfs for openSUSE:Factory

2019-04-18 Thread root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2019-04-18 09:56:41

Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and  /work/SRC/openSUSE:Factory/.sshfs.new.17052 (New)


Package is "sshfs"

Thu Apr 18 09:56:41 2019 rev:32 rq:695102 version:3.5.2

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2019-03-20 
13:19:20.185343189 +0100
+++ /work/SRC/openSUSE:Factory/.sshfs.new.17052/sshfs.changes   2019-04-18 
09:56:43.825352837 +0200
@@ -1,0 +2,8 @@
+Wed Apr 17 07:52:42 UTC 2019 - Paolo Stivanin 
+
+- Update to 3.5.2
+  * Fixed "-o idmap=user" to map both UID and GID on all OSs.
+  * Fixed improper handling of sequential spaces spaces in
+"ssh_command" option
+
+---

Old:

  sshfs-3.5.1.tar.xz
  sshfs-3.5.1.tar.xz.asc

New:

  sshfs-3.5.2.tar.xz
  sshfs-3.5.2.tar.xz.asc



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.2cRPAk/_old  2019-04-18 09:56:44.593353321 +0200
+++ /var/tmp/diff_new_pack.2cRPAk/_new  2019-04-18 09:56:44.597353323 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:   sshfs
-Version:3.5.1
+Version:3.5.2
 Release:0
 Summary:Filesystem client based on SSH file transfer protocol
 License:GPL-2.0-or-later

++ sshfs-3.5.1.tar.xz -> sshfs-3.5.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-3.5.1/AUTHORS new/sshfs-3.5.2/AUTHORS
--- old/sshfs-3.5.1/AUTHORS 2018-12-22 15:33:52.0 +0100
+++ new/sshfs-3.5.2/AUTHORS 2019-04-13 10:25:45.0 +0200
@@ -13,7 +13,6 @@
 Contributors (autogenerated list)
 -
 
-
 Alan Jenkins 
 Alexander Neumann 
 Anatol Pomozov 
@@ -22,7 +21,9 @@
 Bill Zissimopoulos 
 Brandon Carter 
 Chris Wolfe 
+Clayton G. Hobbs 
 Daniel Lublin 
+DrDaveD <2129743+drda...@users.noreply.github.com>
 gala 
 George Vlahavas 
 G.raud Meyer 
@@ -34,6 +35,7 @@
 Mike Kelly 
 Miklos Szeredi 
 Miklos Szeredi 
+mssalvatore 
 Nikolaus Rath 
 Percy Jahn 
 Qais Patankar 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-3.5.1/ChangeLog.rst 
new/sshfs-3.5.2/ChangeLog.rst
--- old/sshfs-3.5.1/ChangeLog.rst   2018-12-22 15:33:52.0 +0100
+++ new/sshfs-3.5.2/ChangeLog.rst   2019-04-13 10:25:45.0 +0200
@@ -1,3 +1,9 @@
+Release 3.5.2 (2019-04-13)
+--
+
+* Fixed "-o idmap=user" to map both UID and GID on all OSs.
+* Fixed improper handling of sequential spaces spaces in "ssh_command" option
+
 Release 3.5.1 (2018-12-22)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-3.5.1/meson.build new/sshfs-3.5.2/meson.build
--- old/sshfs-3.5.1/meson.build 2018-12-22 15:33:52.0 +0100
+++ new/sshfs-3.5.2/meson.build 2019-04-13 10:25:45.0 +0200
@@ -1,5 +1,5 @@
-project('sshfs', 'c', version: '3.5.1',
-meson_version: '>= 0.38',
+project('sshfs', 'c', version: '3.5.2',
+meson_version: '>= 0.40',
 default_options: [ 'buildtype=debugoptimized' ])
 
 add_global_arguments('-D_REENTRANT', '-DHAVE_CONFIG_H',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-3.5.1/sshfs.c new/sshfs-3.5.2/sshfs.c
--- old/sshfs-3.5.1/sshfs.c 2018-12-22 15:33:52.0 +0100
+++ new/sshfs-3.5.2/sshfs.c 2019-04-13 10:25:45.0 +0200
@@ -264,10 +264,8 @@
int server_version;
unsigned remote_uid;
unsigned local_uid;
-#ifdef __APPLE__
unsigned remote_gid;
unsigned local_gid;
-#endif
int remote_uid_detected;
unsigned blksize;
char *progname;
@@ -789,17 +787,12 @@
}
}
 
-#ifdef __APPLE__
if (sshfs.remote_uid_detected) {
if (uid == sshfs.remote_uid)
uid = sshfs.local_uid;
if (gid == sshfs.remote_gid)
gid = sshfs.local_gid;
}
-#else /* !__APPLE__ */
-   if (sshfs.remote_uid_detected && uid == sshfs.remote_uid)
-   uid = sshfs.local_uid;
-#endif /* __APPLE__ */
if (sshfs.idmap == IDMAP_FILE && sshfs.uid_map)
if (translate_id(&uid, sshfs.uid_map) == -1)
return -EPERM;
@@ -1296,9 +1289,10 @@
pthread_mutex_unlock

commit sshfs for openSUSE:Factory

2019-03-20 Thread root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2019-03-20 13:19:17

Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and  /work/SRC/openSUSE:Factory/.sshfs.new.28833 (New)


Package is "sshfs"

Wed Mar 20 13:19:17 2019 rev:31 rq:686150 version:3.5.1

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2019-02-27 
17:29:29.635313355 +0100
+++ /work/SRC/openSUSE:Factory/.sshfs.new.28833/sshfs.changes   2019-03-20 
13:19:20.185343189 +0100
@@ -1,0 +2,8 @@
+Mon Mar 18 15:26:12 UTC 2019 - Ismail Dönmez 
+
+- Update to version 3.5.1
+  * Documentation updates
+  * Build system updates
+  * Added "BindInterface" as valid "-o" option.
+
+---

Old:

  sshfs-3.5.0.tar.xz
  sshfs-3.5.0.tar.xz.asc

New:

  sshfs-3.5.1.tar.xz
  sshfs-3.5.1.tar.xz.asc



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.p3puHl/_old  2019-03-20 13:19:20.789343043 +0100
+++ /var/tmp/diff_new_pack.p3puHl/_new  2019-03-20 13:19:20.789343043 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sshfs
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   sshfs
-Version:3.5.0
+Version:3.5.1
 Release:0
 Summary:Filesystem client based on SSH file transfer protocol
 License:GPL-2.0-or-later

++ sshfs-3.5.0.tar.xz -> sshfs-3.5.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-3.5.0/AUTHORS new/sshfs-3.5.1/AUTHORS
--- old/sshfs-3.5.0/AUTHORS 2018-08-28 15:58:39.0 +0200
+++ new/sshfs-3.5.1/AUTHORS 2018-12-22 15:33:52.0 +0100
@@ -13,6 +13,7 @@
 Contributors (autogenerated list)
 -
 
+
 Alan Jenkins 
 Alexander Neumann 
 Anatol Pomozov 
@@ -41,6 +42,9 @@
 Rian Hunter 
 Rian Hunter 
 Samuel Murray 
+S. D. Cloudt 
+smheidrich 
+Tim Harder 
 Timo Savola 
 tpoindessous 
 Zoltan Kuscsik 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-3.5.0/ChangeLog.rst 
new/sshfs-3.5.1/ChangeLog.rst
--- old/sshfs-3.5.0/ChangeLog.rst   2018-08-28 15:58:39.0 +0200
+++ new/sshfs-3.5.1/ChangeLog.rst   2018-12-22 15:33:52.0 +0100
@@ -1,3 +1,10 @@
+Release 3.5.1 (2018-12-22)
+--
+
+* Documentation updates
+* Build system updates
+* Added "BindInterface" as valid "-o" option.
+
 Release 3.5.0 (2018-08-28)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-3.5.0/meson.build new/sshfs-3.5.1/meson.build
--- old/sshfs-3.5.0/meson.build 2018-08-28 15:58:39.0 +0200
+++ new/sshfs-3.5.1/meson.build 2018-12-22 15:33:52.0 +0100
@@ -1,4 +1,4 @@
-project('sshfs', 'c', version: '3.5.0',
+project('sshfs', 'c', version: '3.5.1',
 meson_version: '>= 0.38',
 default_options: [ 'buildtype=debugoptimized' ])
 
@@ -25,7 +25,7 @@
 endif
 
 
-rst2man = find_program('rst2man', required: false)
+rst2man = find_program('rst2man', 'rst2man.py', required: false)
   
 cfg = configuration_data()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-3.5.0/sshfs.c new/sshfs-3.5.1/sshfs.c
--- old/sshfs-3.5.0/sshfs.c 2018-08-28 15:58:39.0 +0200
+++ new/sshfs-3.5.1/sshfs.c 2018-12-22 15:33:52.0 +0100
@@ -300,6 +300,7 @@
"AddressFamily",
"BatchMode",
"BindAddress",
+   "BindInterface",
"CertificateFile",
"ChallengeResponseAuthentication",
"CheckHostIP",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-3.5.0/sshfs.rst new/sshfs-3.5.1/sshfs.rst
--- old/sshfs-3.5.0/sshfs.rst   2018-08-28 15:58:39.0 +0200
+++ new/sshfs-3.5.1/sshfs.rst   2018-12-22 15:33:52.0 +0100
@@ -243,8 +243,8 @@
 file after the failed rename.
 
 
-SSHFS hangs
-~~~
+SSHFS hangs for no apparent reason
+~~
 
 In some cases, attempts to access the SSHFS mountpoint may freeze if
 no filesystem activity has occured for some time. This is typically
@@ -253,6 +253,34 @@
 to mount with ``-o ServerAliveInterval=15``. This will force the SSH
 connection to stay alive even if you have no activity.
 
+
+SSHFS hangs after the connection was interrupted
+
+
+By 

commit sshfs for openSUSE:Factory

2019-02-27 Thread root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2019-02-27 17:29:23

Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and  /work/SRC/openSUSE:Factory/.sshfs.new.28833 (New)


Package is "sshfs"

Wed Feb 27 17:29:23 2019 rev:30 rq:679555 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2018-10-04 
19:02:29.099140900 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new.28833/sshfs.changes   2019-02-27 
17:29:29.635313355 +0100
@@ -1,0 +2,22 @@
+Fri Dec  7 11:05:54 UTC 2018 - Jan Engelhardt 
+
+- Update to new upstream release 3.5.0
+  * Fixed error code returned by rename(), allowing proper fallback.
+  * Make utimens(NULL) result in timestamp "now" -- no more
+touched files dated 1970-01-01.
+  * SSHFS now supports (or rather: ignores) some options that it
+may receive as result of being mounted from /etc/mtab.
+This includes things like user, netdev, or auto.
+  * Dropped support for writeback caching (and, as a consequence,
+"unreliable append" operation). As of kernel 4.14, the FUSE
+module's writeback implementation is not compatible with
+network filesystems and there are no imminent plans to change
+that.
+  * Add support for mounting from /etc/fstab
+  * SSHFS now supports O_APPEND.
+  * Fixed a crash due to a race condition when listing directory
+contents.
+  * For improved backwards compatibility, SSHFS now also silently
+accepts the old -o cache_* options.
+
+---

Old:

  sshfs-2.10.tar.gz
  sshfs-2.10.tar.gz.asc

New:

  sshfs-3.5.0.tar.xz
  sshfs-3.5.0.tar.xz.asc



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.KZ9Jbl/_old  2019-02-27 17:29:30.119313182 +0100
+++ /var/tmp/diff_new_pack.KZ9Jbl/_new  2019-02-27 17:29:30.119313182 +0100
@@ -12,24 +12,25 @@
 # 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/
 #
 
 
 Name:   sshfs
-Version:2.10
+Version:3.5.0
 Release:0
 Summary:Filesystem client based on SSH file transfer protocol
 License:GPL-2.0-or-later
 Group:  System/Filesystems
 URL:https://github.com/libfuse/sshfs
-Source: 
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source2:
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz.asc
+Source: 
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz
+Source2:
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz.asc
 Source3:%{name}.keyring
-BuildRequires:  fuse-devel >= 2.3
-BuildRequires:  glib2-devel
+BuildRequires:  fuse3-devel >= 3.1.0
+BuildRequires:  meson
 BuildRequires:  pkgconfig >= 0.9.0
-Requires:   fuse >= 2.3
+BuildRequires:  pkgconfig(glib-2.0)
+Requires:   fuse3 >= 3.1.0
 
 %description
 SSHFS is a filesystem client based on the SSH File Transfer Protocol.
@@ -42,16 +43,17 @@
 %setup -q
 
 %build
-%configure
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 
 %files
 %license COPYING
 %doc AUTHORS
-%{_mandir}/*/*
 %{_bindir}/*
+%{_sbindir}/mount.fuse.sshfs
+%{_sbindir}/mount.sshfs
 
 %changelog





commit sshfs for openSUSE:Factory

2018-10-04 Thread root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2018-10-04 19:02:22

Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and  /work/SRC/openSUSE:Factory/.sshfs.new (New)


Package is "sshfs"

Thu Oct  4 19:02:22 2018 rev:29 rq:639882 version:2.10

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2017-07-27 
11:13:42.277093877 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new/sshfs.changes 2018-10-04 
19:02:29.099140900 +0200
@@ -1,0 +2,20 @@
+Tue Oct  2 17:16:31 UTC 2018 - astie...@suse.com
+
+- sshfs 2.10:
+  * Fix a crash due to a race condition when listing directory contents
+  * Document limited hardlink support
+  * Add support for more SSH options.
+  * Drop support for the nodelay workaround
+  * Drop support for the nodelaysrv workaround
+The same effect (enabling NODELAY on the server side and
+enabling X11 forwarding) can be achieved by explicitly passing
+-o ForwardX11
+  * Remove support for -o workaround=all
+
+---
+Tue Oct  2 16:50:34 UTC 2018 - astie...@suse.com
+
+- Add source signature and verify source signature
+- clean up spec file
+
+---

Old:

  sshfs-2.9.tar.gz

New:

  sshfs-2.10.tar.gz
  sshfs-2.10.tar.gz.asc
  sshfs.keyring



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.Nvdqwb/_old  2018-10-04 19:02:30.039139911 +0200
+++ /var/tmp/diff_new_pack.Nvdqwb/_new  2018-10-04 19:02:30.039139911 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sshfs
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,18 +17,19 @@
 
 
 Name:   sshfs
-Version:2.9
+Version:2.10
 Release:0
 Summary:Filesystem client based on SSH file transfer protocol
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Filesystems
-Url:https://github.com/libfuse/sshfs
+URL:https://github.com/libfuse/sshfs
 Source: 
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
-BuildRequires:  automake
-BuildRequires:  fuse-devel
+Source2:
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz.asc
+Source3:%{name}.keyring
+BuildRequires:  fuse-devel >= 2.3
 BuildRequires:  glib2-devel
-Requires:   fuse
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig >= 0.9.0
+Requires:   fuse >= 2.3
 
 %description
 SSHFS is a filesystem client based on the SSH File Transfer Protocol.
@@ -41,17 +42,15 @@
 %setup -q
 
 %build
-%{?suse_update_config:%{suse_update_config -f}}
-autoreconf -fi
-%configure --disable-sshnodelay
-make %{?_smp_mflags} V=1
+%configure
+make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog
+%license COPYING
+%doc AUTHORS
 %{_mandir}/*/*
 %{_bindir}/*
 

++ sshfs-2.9.tar.gz -> sshfs-2.10.tar.gz ++
 4402 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/sshfs-2.9/AUTHORS new/sshfs-2.10/AUTHORS
--- old/sshfs-2.9/AUTHORS   2017-04-17 22:05:45.0 +0200
+++ new/sshfs-2.10/AUTHORS  2017-08-03 18:00:34.0 +0200
@@ -21,6 +21,7 @@
 Chris Wolfe 
 gala 
 George Vlahavas 
+Jakub Jelen 
 Julio Merino 
 Julio Merino 
 Mike Kelly 
@@ -30,4 +31,5 @@
 Percy Jahn 
 Qais Patankar 
 Rian Hunter 
+tpoindessous 
 Zoltan Kuscsik 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/sshfs-2.9/ChangeLog new/sshfs-2.10/ChangeLog
--- old/sshfs-2.9/ChangeLog 2017-04-17 22:10:28.0 +0200
+++ new/sshfs-2.10/ChangeLog1970-01-01 01:00:00.0 +0100
@@ -1,160 +0,0 @@
-Release 2.9 (2017-04-17)
-
-
-* Improved support for Cygwin.
-* Various small bugfixes.
-
-Release 2.8

commit sshfs for openSUSE:Factory

2017-07-27 Thread root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2017-07-27 11:12:59

Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and  /work/SRC/openSUSE:Factory/.sshfs.new (New)


Package is "sshfs"

Thu Jul 27 11:12:59 2017 rev:28 rq:512694 version:2.9

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2017-05-31 
12:20:04.961516425 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new/sshfs.changes 2017-07-27 
11:13:42.277093877 +0200
@@ -1,0 +2,6 @@
+Mon Jul 24 08:58:45 UTC 2017 - mimi...@gmail.com
+
+- update to 2.9
+* various bugfixes
+
+---

Old:

  sshfs-2.8.tar.gz

New:

  sshfs-2.9.tar.gz



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.GOT2it/_old  2017-07-27 11:13:43.052984278 +0200
+++ /var/tmp/diff_new_pack.GOT2it/_new  2017-07-27 11:13:43.056983713 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   sshfs
-Version:2.8
+Version:2.9
 Release:0
 Summary:Filesystem client based on SSH file transfer protocol
 License:GPL-2.0+
 Group:  System/Filesystems
 Url:https://github.com/libfuse/sshfs
-Source: 
https://github.com/libfuse/sshfs/releases/download/%{name}_%{version}/%{name}-%{version}.tar.gz
+Source: 
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  automake
 BuildRequires:  fuse-devel
 BuildRequires:  glib2-devel

++ sshfs-2.8.tar.gz -> sshfs-2.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-2.8/AUTHORS new/sshfs-2.9/AUTHORS
--- old/sshfs-2.8/AUTHORS   2016-06-22 20:36:52.0 +0200
+++ new/sshfs-2.9/AUTHORS   2017-04-17 22:05:45.0 +0200
@@ -16,6 +16,8 @@
 Alan Jenkins 
 Alexander Neumann 
 Benjamin Fleischer 
+Berserker 
+Bill Zissimopoulos 
 Chris Wolfe 
 gala 
 George Vlahavas 
@@ -28,3 +30,4 @@
 Percy Jahn 
 Qais Patankar 
 Rian Hunter 
+Zoltan Kuscsik 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-2.8/ChangeLog new/sshfs-2.9/ChangeLog
--- old/sshfs-2.8/ChangeLog 2016-06-22 20:38:01.0 +0200
+++ new/sshfs-2.9/ChangeLog 2017-04-17 22:10:28.0 +0200
@@ -1,10 +1,16 @@
-Release 2.7 (2016-06-22)
+Release 2.9 (2017-04-17)
+
+
+* Improved support for Cygwin.
+* Various small bugfixes.
+
+Release 2.8 (2016-06-22)
 
 
 * Added support for the "fsync" extension.
-* Fixed a build problem with bitbake   
+* Fixed a build problem with bitbake
 
-Release 2.6 (2016-03-01)
+Release 2.7 (2016-03-01)
 
 
 * Integrated osxfuse's copy of sshfs, which means that sshfs now works
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-2.8/Makefile.am new/sshfs-2.9/Makefile.am
--- old/sshfs-2.8/Makefile.am   2016-02-11 17:04:13.0 +0100
+++ new/sshfs-2.9/Makefile.am   2017-04-17 22:03:50.0 +0200
@@ -24,7 +24,7 @@
$(AM_V_GEN)sed \
-e 's,__IDMAP_DEFAULT__,$(IDMAP_DEFAULT),g' \
-e 's,__UNMOUNT_COMMAND__,$(UNMOUNT_COMMAND),g' \
-   sshfs.1.tmp || exit 1; \
+   <$(srcdir)/sshfs.1.in >sshfs.1.tmp || exit 1; \
mv sshfs.1.tmp sshfs.1
 
 if SSH_NODELAY_SO
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-2.8/Makefile.in new/sshfs-2.9/Makefile.in
--- old/sshfs-2.8/Makefile.in   2016-06-22 20:38:27.0 +0200
+++ new/sshfs-2.9/Makefile.in   2017-04-17 22:10:59.0 +0200
@@ -938,7 +938,7 @@
$(AM_V_GEN)sed \
-e 's,__IDMAP_DEFAULT__,$(IDMAP_DEFAULT),g' \
-e 's,__UNMOUNT_COMMAND__,$(UNMOUNT_COMMAND),g' \
-   sshfs.1.tmp || exit 1; \
+   <$(srcdir)/sshfs.1.in >sshfs.1.tmp || exit 1; \
mv sshfs.1.tmp sshfs.1
 
 @SSH_NODELAY_SO_TRUE@all-local: sshnodelay.so
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-2.8/configure new/sshfs-2.9/configure
--- old/sshfs-2.8/configure 2016-06-22 20:38:27.0 +0200
+++ new/sshfs-2.9/configure 2017-04-17 22:10:59.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for sshfs 2.8.
+# Generated by GNU Autoconf 2.69 for sshfs 2.9.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='sshfs'
 PACKAGE_TARNAME='sshfs'
-PACKAGE_VERSION='2.8'
-PACKAGE_STRING='sshfs 2.8'
+PACKAGE

commit sshfs for openSUSE:Factory

2017-05-31 Thread root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2017-05-31 12:19:17

Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and  /work/SRC/openSUSE:Factory/.sshfs.new (New)


Package is "sshfs"

Wed May 31 12:19:17 2017 rev:27 rq:498976 version:2.8

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2016-10-19 
13:15:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new/sshfs.changes 2017-05-31 
12:20:04.961516425 +0200
@@ -1,0 +2,7 @@
+Sun May 28 08:59:38 UTC 2017 - t...@opensuse.org
+
+- Spec file:
+  Correct URL from Sourceforge to GitHub (the SF URL is redirected
+  to GH anyway)
+
+---



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.vRo74O/_old  2017-05-31 12:20:06.681273656 +0200
+++ /var/tmp/diff_new_pack.vRo74O/_new  2017-05-31 12:20:06.685273091 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sshfs
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -22,7 +22,7 @@
 Summary:Filesystem client based on SSH file transfer protocol
 License:GPL-2.0+
 Group:  System/Filesystems
-Url:http://fuse.sourceforge.net/sshfs.html
+Url:https://github.com/libfuse/sshfs
 Source: 
https://github.com/libfuse/sshfs/releases/download/%{name}_%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  automake
 BuildRequires:  fuse-devel




commit sshfs for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2016-10-19 13:14:30

Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and  /work/SRC/openSUSE:Factory/.sshfs.new (New)


Package is "sshfs"

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2016-03-21 
12:45:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.sshfs.new/sshfs.changes 2016-10-19 
13:15:01.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 18 11:18:29 UTC 2016 - mimi...@gmail.com
+
+- update to 2.8
+- Added support for the "fsync" extension
+
+---

Old:

  sshfs-2.7.tar.gz

New:

  sshfs-2.8.tar.gz



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.2TwkWz/_old  2016-10-19 13:15:02.0 +0200
+++ /var/tmp/diff_new_pack.2TwkWz/_new  2016-10-19 13:15:02.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   sshfs
-Version:2.7
+Version:2.8
 Release:0
 Summary:Filesystem client based on SSH file transfer protocol
 License:GPL-2.0+
 Group:  System/Filesystems
 Url:http://fuse.sourceforge.net/sshfs.html
-Source: 
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source: 
https://github.com/libfuse/sshfs/releases/download/%{name}_%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  automake
 BuildRequires:  fuse-devel
 BuildRequires:  glib2-devel

++ sshfs-2.7.tar.gz -> sshfs-2.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-2.7/AUTHORS new/sshfs-2.8/AUTHORS
--- old/sshfs-2.7/AUTHORS   2016-03-01 17:46:23.0 +0100
+++ new/sshfs-2.8/AUTHORS   2016-06-22 20:36:52.0 +0200
@@ -27,3 +27,4 @@
 Nikolaus Rath 
 Percy Jahn 
 Qais Patankar 
+Rian Hunter 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-2.7/ChangeLog new/sshfs-2.8/ChangeLog
--- old/sshfs-2.7/ChangeLog 2016-03-01 17:48:17.0 +0100
+++ new/sshfs-2.8/ChangeLog 2016-06-22 20:38:01.0 +0200
@@ -1,4 +1,10 @@
-Release 2.6 (2015-03-01)
+Release 2.7 (2016-06-22)
+
+
+* Added support for the "fsync" extension.
+* Fixed a build problem with bitbake   
+
+Release 2.6 (2016-03-01)
 
 
 * Integrated osxfuse's copy of sshfs, which means that sshfs now works
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-2.7/cache.c new/sshfs-2.8/cache.c
--- old/sshfs-2.7/cache.c   2016-03-01 17:42:57.0 +0100
+++ new/sshfs-2.8/cache.c   2016-06-08 17:42:11.0 +0200
@@ -523,6 +523,10 @@
cache_oper->ftruncate   = oper->oper.ftruncate;
cache_oper->fgetattr= oper->oper.fgetattr;
 #endif
+#if FUSE_VERSION >= 29
+   cache_oper->flag_nullpath_ok = oper->oper.flag_nullpath_ok;
+   cache_oper->flag_nopath  = oper->oper.flag_nopath;
+#endif
 }
 
 static void cache_fill(struct fuse_cache_operations *oper,
@@ -548,6 +552,10 @@
cache_oper->ftruncate = oper->oper.ftruncate ? cache_ftruncate : NULL;
cache_oper->fgetattr = oper->oper.fgetattr ? cache_fgetattr : NULL;
 #endif
+#if FUSE_VERSION >= 29
+   cache_oper->flag_nullpath_ok = 0;
+   cache_oper->flag_nopath = 0;
+#endif
 
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-2.7/configure new/sshfs-2.8/configure
--- old/sshfs-2.7/configure 2016-03-01 17:48:27.0 +0100
+++ new/sshfs-2.8/configure 2016-06-22 20:38:27.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for sshfs 2.7.
+# Generated by GNU Autoconf 2.69 for sshfs 2.8.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='sshfs'
 PACKAGE_TARNAME='sshfs'
-PACKAGE_VERSION='2.7'
-PACKAGE_STRING='sshfs 2.7'
+PACKAGE_VERSION='2.8'
+PACKAGE_STRING='sshfs 2.8'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1253,7 +1253,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures sshfs 2.7 to adapt to many kinds of systems.
+\`configure' configures sshfs 2.8 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1324,7 +1324,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of sshfs 2.7:";;
+ short | recursive ) echo "Confi

commit sshfs for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2016-03-21 12:45:10

Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and  /work/SRC/openSUSE:Factory/.sshfs.new (New)


Package is "sshfs"

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2014-10-05 
20:33:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new/sshfs.changes 2016-03-21 
12:45:11.0 +0100
@@ -1,0 +2,10 @@
+Thu Mar 17 20:16:34 UTC 2016 - mimi...@gmail.com
+
+- update to 2.7
+- spec-cleaned spec file
+* Added -o cache_max_size=N option to let users tune the maximum size of the 
cache 
+   in number of entries.
+* Added -o cache_clean_interval=N and -o cache_min_clean_interval=N options to 
+   let users tune the cleaning behavior of the cache.
+
+---

Old:

  sshfs-fuse-2.5.tar.gz

New:

  sshfs-2.7.tar.gz



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.GSt5mM/_old  2016-03-21 12:45:12.0 +0100
+++ /var/tmp/diff_new_pack.GSt5mM/_new  2016-03-21 12:45:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sshfs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,17 +17,17 @@
 
 
 Name:   sshfs
-BuildRequires:  automake
-BuildRequires:  fuse-devel
-BuildRequires:  glib2-devel
-Requires:   fuse
+Version:2.7
+Release:0
 Summary:Filesystem client based on SSH file transfer protocol
 License:GPL-2.0+
 Group:  System/Filesystems
-Version:2.5
-Release:0
-Source: %{name}-fuse-%{version}.tar.gz
 Url:http://fuse.sourceforge.net/sshfs.html
+Source: 
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  automake
+BuildRequires:  fuse-devel
+BuildRequires:  glib2-devel
+Requires:   fuse
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -38,21 +38,21 @@
 openssh (ssh).
 
 %prep
-%setup -n %{name}-fuse-%{version}
+%setup -q
 
 %build
 %{?suse_update_config:%{suse_update_config -f}}
 autoreconf -fi
 %configure --disable-sshnodelay
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR="$RPM_BUILD_ROOT" install
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING* ChangeLog NEWS README*
-%doc %{_mandir}/*/*
+%doc AUTHORS COPYING ChangeLog
+%{_mandir}/*/*
 %{_bindir}/*
 
 %changelog

++ sshfs-fuse-2.5.tar.gz -> sshfs-2.7.tar.gz ++
 9483 lines of diff (skipped)




commit sshfs for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2014-10-05 20:32:00

Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and  /work/SRC/openSUSE:Factory/.sshfs.new (New)


Package is "sshfs"

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2012-06-05 
15:35:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new/sshfs.changes 2014-10-05 
20:33:39.0 +0200
@@ -1,0 +2,11 @@
+Sat Oct  4 00:07:41 CEST 2014 - dste...@suse.cz
+
+- update to 2.5
+  * Add -o disable_hardlink option (debian bug #670926).
+  * Optimize readdir by sending multiple requests in parallel.  Add -o
+sync_readdir to restore old behavior.
+  * Map SSH2_FX_FAILURE to ENOTEMPTY for rmdir.
+  * When checking root directory use LSTAT not STAT.  This prevents I/O error
+being returned after a successful mount if a symlink is mounted.
+
+---

Old:

  sshfs-fuse-2.4.tar.gz

New:

  sshfs-fuse-2.5.tar.gz



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.OkzHi8/_old  2014-10-05 20:33:40.0 +0200
+++ /var/tmp/diff_new_pack.OkzHi8/_new  2014-10-05 20:33:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sshfs
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 Summary:Filesystem client based on SSH file transfer protocol
 License:GPL-2.0+
 Group:  System/Filesystems
-Version:2.4
+Version:2.5
 Release:0
 Source: %{name}-fuse-%{version}.tar.gz
 Url:http://fuse.sourceforge.net/sshfs.html

++ sshfs-fuse-2.4.tar.gz -> sshfs-fuse-2.5.tar.gz ++
 3504 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/sshfs-fuse-2.4/ChangeLog new/sshfs-fuse-2.5/ChangeLog
--- old/sshfs-fuse-2.4/ChangeLog2012-03-08 10:35:31.0 +0100
+++ new/sshfs-fuse-2.5/ChangeLog2014-01-14 15:07:26.0 +0100
@@ -1,3 +1,27 @@
+2014-01-14  Miklos Szeredi 
+
+   * Released 2.5
+
+2014-01-08  Miklos Szeredi 
+
+   * Add -o disable_hardlink option (debian bug #670926).  Reported
+   by Louis-David Mitterrand
+
+   * Optimize readdir by sending multiple requests in parallel.  Add
+   -o sync_readdir to restore old behavior.  Patch by Alexander
+   Neumann
+
+2014-01-07  Miklos Szeredi 
+
+   * Map SSH2_FX_FAILURE to ENOTEMPTY for rmdir.  Reported by Ross
+   Lagerwall
+
+2012-05-14  Miklos Szeredi 
+
+   * When checking root directory use LSTAT not STAT.  This prevents
+   I/O error being returned after a successful mount if a symlink is
+   mounted.  Reported by Bart Friederichs
+
 2012-03-08  Miklos Szeredi 
 
* Released 2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/sshfs-fuse-2.4/FAQ.txt new/sshfs-fuse-2.5/FAQ.txt
--- old/sshfs-fuse-2.4/FAQ.txt  2012-03-08 10:30:08.0 +0100
+++ new/sshfs-fuse-2.5/FAQ.txt  2014-01-14 15:22:30.0 +0100
@@ -1,5 +1,8 @@
-See http://fuse.sourceforge.net/wiki/index.php/SshfsFaq for the latest
-version of this FAQ
+See
+
+  http://sourceforge.net/apps/mediawiki/fuse/index.php?title=SshfsFaq
+
+for the latest version of this FAQ
 ---
 
 1. I've found a bug and there's no solution in this FAQ, what
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/sshfs-fuse-2.4/INSTALL new/sshfs-fuse-2.5/INSTALL
--- old/sshfs-fuse-2.4/INSTALL  2011-11-14 14:34:05.0 +0100
+++ new/sshfs-fuse-2.5/INSTALL  2013-02-05 12:32:09.0 +0100
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-

commit sshfs for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2012-06-05 15:35:33

Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and  /work/SRC/openSUSE:Factory/.sshfs.new (New)


Package is "sshfs", Maintainer is "mszer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2012-04-12 
09:52:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new/sshfs.changes 2012-06-05 
15:35:34.0 +0200
@@ -1,0 +2,6 @@
+Sat May 26 17:34:50 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.cGTu2u/_old  2012-06-05 15:35:35.0 +0200
+++ /var/tmp/diff_new_pack.cGTu2u/_new  2012-06-05 15:35:35.0 +0200
@@ -16,17 +16,16 @@
 #
 
 
-
 Name:   sshfs
 BuildRequires:  automake
 BuildRequires:  fuse-devel
 BuildRequires:  glib2-devel
 Requires:   fuse
 Summary:Filesystem client based on SSH file transfer protocol
-Version:2.4
-Release:0
 License:GPL-2.0+
 Group:  System/Filesystems
+Version:2.4
+Release:0
 Source: %{name}-fuse-%{version}.tar.gz
 Url:http://fuse.sourceforge.net/sshfs.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,12 +37,6 @@
 side mounting the filesystem is as easy as logging into the server with
 openssh (ssh).
 
-
-
-Authors:
-
-Miklos Szeredi 
-
 %prep
 %setup -n %{name}-fuse-%{version}
 
@@ -51,14 +44,11 @@
 %{?suse_update_config:%{suse_update_config -f}}
 autoreconf -fi
 %configure --disable-sshnodelay
-make
+make %{?_smp_mflags}
 
 %install
 make DESTDIR="$RPM_BUILD_ROOT" install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING* ChangeLog NEWS README*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sshfs for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2012-04-12 09:52:14

Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and  /work/SRC/openSUSE:Factory/.sshfs.new (New)


Package is "sshfs", Maintainer is "mszer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2011-12-02 
16:26:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.sshfs.new/sshfs.changes 2012-04-12 
09:52:16.0 +0200
@@ -1,0 +2,27 @@
+Fri Mar 16 01:35:31 UTC 2012 - tabra...@novell.com
+
+- update to 2.4
+  * Add "-oworkaround=fstat" for SFTP servers which don't support
+the FSTAT message.  Patch by: Percy Jahn
+  * Remove "-oPreferredAuthentications" from ssh options if the
+"password_stdin" option is used.  Reported by E. Kuemmerle
+  * Fix double free if reconnection races with request sending.
+Patch by E. Kuemmerle
+  * Submit max 32k reads and writes to the sftp server.  Also don't
+limit the kernel to 64k reads and writes, rather split into 32k
+sized chunks and send them to the server all at once.  This is
+more efficient and less demanding from the server.  Reported by
+Ludovic Courtès.  Fix suggested by Niels Möller
+  * Make chown respect the UID mapping policy.  Reported and tested
+by Vivenzio Pagliari
+  * Add -o idmap=file, -o uidmap=FILE, -o gidmap=FILE. These options
+allow you to create a pair of local files, similar to /etc/passwd or
+/etc/group files from the remote server, and use those to remap all
+the given UIDs/GIDs.
+  * Add -o slave. This option routes the sftp communication over stdin
+and stdout, bypassing SSH and network.
+  * Make sure idmap files aren't writable by others otherwise, other
+local users could change the mapping, and gain access to things
+they shouldn't.  Patch by Mike Kelly
+
+---

Old:

  sshfs-fuse-2.3.tar.gz

New:

  sshfs-fuse-2.4.tar.gz



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.eneLRs/_old  2012-04-12 09:52:19.0 +0200
+++ /var/tmp/diff_new_pack.eneLRs/_new  2012-04-12 09:52:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sshfs
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   sshfs
 BuildRequires:  automake
 BuildRequires:  fuse-devel
 BuildRequires:  glib2-devel
 Requires:   fuse
 Summary:Filesystem client based on SSH file transfer protocol
-Version:2.3
+Version:2.4
 Release:0
 License:GPL-2.0+
 Group:  System/Filesystems

++ sshfs-fuse-2.3.tar.gz -> sshfs-fuse-2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sshfs-fuse-2.3/ChangeLog new/sshfs-fuse-2.4/ChangeLog
--- old/sshfs-fuse-2.3/ChangeLog2011-07-01 14:16:32.0 +0200
+++ new/sshfs-fuse-2.4/ChangeLog2012-03-08 10:35:31.0 +0100
@@ -1,3 +1,55 @@
+2012-03-08  Miklos Szeredi 
+
+   * Released 2.4
+
+2012-03-08  Miklos Szeredi 
+
+   * Make sure idmap files aren't writable by others otherwise, other
+   local users could change the mapping, and gain access to things
+   they shouldn't.  Patch by Mike Kelly
+
+2012-02-08  Chris Wolfe 
+
+   * Add -o slave. This option routes the sftp communication over stdin
+   and stdout, bypassing SSH and network.
+
+2011-12-16  Mike Kelly 
+
+   * Add -o idmap=file, -o uidmap=FILE, -o gidmap=FILE. These options
+   allow you to create a pair of local files, similar to /etc/passwd or
+   /etc/group files from the remote server, and use those to remap all
+   the given UIDs/GIDs.
+
+2011-11-25  Miklos Szeredi 
+
+   * Make chown respect the UID mapping policy.  Reported and tested
+   by Vivenzio Pagliari
+
+2011-11-16  Miklos Szeredi 
+
+   * Submit max 32k reads and writes to the sftp server.  Also don't
+   limit the kernel to 64k reads and writes, rather split into 32k
+   sized chunks and send them to the server all at once.  This is
+   more efficient and less demanding from the server.  Reported by
+   Ludovic Courtès.  Fix suggested by Niels Möller
+
+2011-11-14  Miklos Szeredi 
+
+   * Fix double free if reconnection races with request sending.
+   Patch by E. Kuemmerle
+
+   * Add locking around modifver and c

commit sshfs for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2011-12-02 16:26:06

Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and  /work/SRC/openSUSE:Factory/.sshfs.new (New)


Package is "sshfs", Maintainer is "mszer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2011-10-12 
16:16:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new/sshfs.changes 2011-12-02 
16:26:08.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:59:54 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.SJRNEh/_old  2011-12-02 16:26:09.0 +0100
+++ /var/tmp/diff_new_pack.SJRNEh/_new  2011-12-02 16:26:09.0 +0100
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   sshfs
-BuildRequires:  fuse-devel glib2-devel
+BuildRequires:  automake
+BuildRequires:  fuse-devel
+BuildRequires:  glib2-devel
 Requires:   fuse
 Summary:Filesystem client based on SSH file transfer protocol
 Version:2.3
-Release:1
-License:GPLv2+
+Release:0
+License:GPL-2.0+
 Group:  System/Filesystems
 Source: %{name}-fuse-%{version}.tar.gz
 Url:http://fuse.sourceforge.net/sshfs.html

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sshfs for openSUSE:Factory

2011-10-12 Thread h_root

Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory
checked in at Wed Oct 12 16:16:17 CEST 2011.




--- openSUSE:Factory/sshfs/sshfs.changes2011-09-23 12:46:51.0 
+0200
+++ /mounts/work_src_done/STABLE/sshfs/sshfs.changes2011-10-11 
22:09:02.0 +0200
@@ -1,0 +2,15 @@
+Tue Oct 11 16:01:13 UTC 2011 - tabra...@novell.com
+
+- updated to 2.3
+  * Add hard link operation
+  * Fix possible deadlock on reconnection
+  * Fix cleanup when ssh connection is terminated to prevent
+sshfs hanging when the server is rebooted, for example
+  * Set FD_CLOEXEC on fuse device to prevent deadlocks
+  * Check mountpoint and fuse options before starting an ssh
+session
+  * Allow mounting a single non-directory from the server
+  * Add option 'delay_connect'
+  * Print usage information and version to stdout, not stderr
+
+---

calling whatdependson for head-i586


Old:

  sshfs-fuse-2.2.tar.bz2

New:

  sshfs-fuse-2.3.tar.gz



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.GnBCRS/_old  2011-10-12 16:16:14.0 +0200
+++ /var/tmp/diff_new_pack.GnBCRS/_new  2011-10-12 16:16:14.0 +0200
@@ -22,11 +22,11 @@
 BuildRequires:  fuse-devel glib2-devel
 Requires:   fuse
 Summary:Filesystem client based on SSH file transfer protocol
-Version:2.2
-Release:11
+Version:2.3
+Release:1
 License:GPLv2+
 Group:  System/Filesystems
-Source: %{name}-fuse-%{version}.tar.bz2
+Source: %{name}-fuse-%{version}.tar.gz
 Url:http://fuse.sourceforge.net/sshfs.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sshfs for openSUSE:Factory

2011-03-23 Thread h_root

Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory
checked in at Wed Mar 23 09:44:31 CET 2011.




--- sshfs/sshfs.changes 2008-10-29 12:20:27.0 +0100
+++ /mounts/work_src_done/STABLE/sshfs/sshfs.changes2011-03-22 
06:14:14.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 05:14:13 UTC 2011 - co...@novell.com
+
+- licenses package is about to die
+
+---

calling whatdependson for head-i586




Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.1zCo72/_old  2011-03-23 09:44:17.0 +0100
+++ /var/tmp/diff_new_pack.1zCo72/_new  2011-03-23 09:44:17.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package sshfs (Version 2.2)
+# spec file for package sshfs
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 
 
 Name:   sshfs
-BuildRequires:  fuse-devel glib2-devel licenses
-Requires:   fuse licenses
+BuildRequires:  fuse-devel glib2-devel
+Requires:   fuse
 Summary:Filesystem client based on SSH file transfer protocol
 Version:2.2
-Release:1
-License:GPL v2 or later
+Release:11
+License:GPLv2+
 Group:  System/Filesystems
 Source: %{name}-fuse-%{version}.tar.bz2
 Url:http://fuse.sourceforge.net/sshfs.html
@@ -54,7 +54,6 @@
 
 %install
 make DESTDIR="$RPM_BUILD_ROOT" install
-ln -sf ../../licenses/md5/$(md5sum COPYING | sed 's/ .*//') COPYING
 
 %clean
 rm -rf $RPM_BUILD_ROOT






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org