Package Release Info

vagrant-sshfs-1.3.7-bp155.1.43

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

vagrant-sshfs
vagrant-sshfs-doc
vagrant-sshfs-testsuite

Change Logs

* Fri Jul 01 2022 Dominique Leuenberger <dimstar@opensuse.org>
- Fix testsuite.sh: Follow changes of version 1.3.7, use
  reverse_mount with uid/gid (boo#1200894).
* Tue Jun 21 2022 Dan Čermák <dcermak@suse.com>
- New upstream release 1.3.7
  Dusty Mabe <dusty@dustymabe.com> (12):
    00f5737 guest: Enterprise Linux 9 has landed
    e90bbdb guest: add Alma Linux support
    e76db4d guest: handle Alma/Rocky until fixes land upstream
    b77809e add support for owner, group, and mount_options
    b37e1e5 tests: switch config.ssh.insert_key to boolean in Vagrantfile
    dba8c30 Update to Fedora 36 for build container and test VM
    cc887ad guest: upload fuse module loading for FreeBSD
    08c1c83 sshfs_reverse_mount: fixup botched copy/paste
    bf72f0f sshfs_reverse_mount: create guest directory if not exists
    51be8cb sshfs_reverse_mount: use ruby Etc lib for owner/group
    3f13f07 Gemfile: bump to latest versions of vagrant and vagrant-libvirt
    f60ff0e version: bump to 1.3.7
  Even Onsager <even.onsager@gmail.com> (3):
    ecb8c03 Add guest capabilities file for Rocky (based on CentOS)
    95e8ffc Add Rocky guest_capability to plugin.rb
    ade5564 Remove superfluous case/when (only rocky_8 exists)
* Mon Jun 13 2022 Dan Čermák <dcermak@suse.com>
- Add missing requires /usr/bin/fusermount
* Tue Feb 01 2022 Dan Čermák <dcermak@suse.com>
- Switch to default ruby for Tumbleweed
* Wed Nov 03 2021 Dan Čermák <dcermak@suse.com>
- Fix ruby macro usage
* Fri Oct 08 2021 Matthias Gerstner <matthias.gerstner@suse.com>
- testsuite.sh: avoid reuse of existing directory or symlink from other users
  to prevent potential security issues (bsc#1182861)
* Thu Aug 05 2021 Dan Čermák <dcermak@suse.com>
- Build using ruby 3.0 on Tumbleweed
* Wed May 05 2021 Dan Čermák <dcermak@suse.com>
New upstream release 1.3.6
  Thanks to the following contributors for patches during this release:
  Dominique Leuenberger <dimstar@opensuse.org> (1):
    cc2757e synced_folder: Add directory for SUSE/openSUSE to find sftp-server
  Dusty Mabe <dusty@dustymabe.com> (5):
    b5652a5 guest: centos: use lowercase for powertools repo
    c50fb6e More places where we can not pass file descriptors.
    4bef1db tests: update to use Fedora 34 vagrant box
    dd02818 Gemfile: bump to latest versions of vagrant and vagrant-libvirt
    0f5c864 version: bump to 1.3.6
  Ian2020 <Ian2020@users.noreply.github.com> (1):
    2615783 Fix #120: do not pass our file descriptors to spawned children
  Dropped patches:
- vagrant-sshfs-libexecdir.patch
  Rebased patches:
- 0001-Use-opensuse-Tumbleweed.-uname-m-box-instead-of-Fedo.patch
* Tue Sep 08 2020 Dan Čermák <dcermak@suse.com>
- Switch back to the default Ruby for Tumbleweed
* Thu Sep 03 2020 Dominique Leuenberger <dimstar@opensuse.org>
- Add vagrant-sshfs-libexecdir.patch: Use /usr/libexec/ssh to find
  sftp-server (boo#1176002).
* Mon Jun 29 2020 Dan Čermák <dcermak@suse.com>
- New upstream release 1.3.5
  Dropped patches:
  * 0001-Use-var-run-run-symlink-for-tests.patch (merged upstream)
  * 0002-Use-opensuse-Tumbleweed.-uname-m-box-instead-of-Fedo.patch (rebased)
  Added patches:
  * 0001-Use-opensuse-Tumbleweed.-uname-m-box-instead-of-Fedo.patch
  Changelog for 1.3.5:
  Adam Butler <Adam.J.Butler@gmail.com> (1):
    eb6446f Add CentOS guest support for compatibility with Vagrant v2.2.8+
  Dan Čermák <dcermak@suse.com> (1):
    99a62bb Use /var/run/ -> /run symlink for tests
  Dusty Mabe <dusty@dustymabe.com> (7):
    3bc01b5 guest: centos: add a few comments into sshfs_client.rb
    1a0f440 guest: centos: rename module with capital OS
    f4408e3 guest: redhat: reset back to pre-EL8 modifications
    04235d9 guest: redhat: add best-effort support for RHEL8
    b1d92d9 Update vagrant in Gemfile to 2.2.9
    596360a tests: update to use Fedora 32 vagrant box
    fa27379 version: bump to 1.3.5
* Tue May 12 2020 Dan Čermák <dcermak@suse.com>
- Switch to Ruby 2.6 for Tumbleweed
* Wed Apr 01 2020 Dan Čermák <dcermak@suse.com>
- Fix test suite failures (boo#1168371)
  The testsuite was implicitly assuming that /sbin/ is a symlink to /usr/sbin
  (which is the case on Fedora, but not on opensuse). By switching to the
  /var/run -> /run symlink, we fix this issue.
  Also, the sed call in the spec file to change the Fedora box to
  opensuse/Tumbleweed.$(uname -m) got removed and instead was moved into the
  packaged Vagrantfile.
  Added patches:
  * 0001-Use-var-run-run-symlink-for-tests.patch
  * 0002-Use-opensuse-Tumbleweed.-uname-m-box-instead-of-Fedo.patch
* Tue Mar 31 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix vagrant-ssh-testsuite for aarch64 by using
  opensuse/Tumbleweed.$(uname -m) instead of fedora box which is
  for x86_64 only
* Mon Mar 16 2020 Dan Čermák <dcermak@suse.com>
- New upstream release 1.3.4
  * guest: redhat: use yum to install epel-release
  * guest: redhat: pull fuse-sshfs from PowerTools repo on el8
  * guest: redhat: handle missing el8 version detection in vagrant
  * Update vagrant in Gemfile
  * RELEASE: update some release instructions
  * version: bump to 1.3.4
* Wed Jan 29 2020 Dan Čermák <dcermak@suse.com>
- New upstream release 1.3.3
  v1.3.3:
  * RELEASE.txt: Updates to release process
  * synced_folder: gentoo: Update path to look for sftp-server
  * version: bump to 1.3.3
  v1.3.2:
  * remove tests - add build script
  * Fix some errors when building
  * Updates to build/release instructions
  * Update vagrant and vagrant-libvirt in Gemfile
  * Remove the build Vagrantfile
  * Run the build.sh script inside a buildah unshare session
  * guest: make alpine fuse module loading match what we do for freebsd
  * tests: update Vagrantfile to be Fedora 31
  * version: bump to 1.3.2
  * guest: Add alpine support
  * Add note for windows users to use cygwin shell.
- Drop patches:
  * 0001-Bump-testing-Vagrant-box-version.patch
  * 0001-remove-win32-dep.patch
- Add gpg source verification
- Drop not required dependencies on the rubygems mime-types, builder and ffi
* Thu Nov 07 2019 Dan Čermák <dcermak@suse.com>
- Add missing sshfs dependency
* Wed Oct 09 2019 Dan Čermák <dcermak@suse.com>
- Fix vagrant box name in testsuite.sh
* Fri Sep 27 2019 Dan Čermák <dcermak@suse.com>
- Fix in testsuite.sh:
  Ignore the return value of vagrant destroy -f in the cleanup function, so that
  all cleanup tasks run even if vagrant destroy fails
* Tue Sep 17 2019 Dan Čermák <dcermak@suse.com>
- Add working testsuite subpackage