| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: davfs2 | Distribution: SUSE Linux Enterprise 16 |
| Version: 1.7.0 | Vendor: openSUSE |
| Release: bp160.1.1 | Build date: Fri Feb 21 08:33:41 2025 |
| Group: System/Filesystems | Build host: reproducible |
| Size: 425393 | Source RPM: davfs2-1.7.0-bp160.1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://savannah.nongnu.org/projects/davfs2 | |
| Summary: FUSE-Filesystem to access WebDAV servers | |
davfs2 is a FUSE file system driver that allows mounting a WebDAV server as a local file system, like a disk drive. This way, applications can access resources on a Web server without knowing anything about HTTP or WebDAV. davfs2 runs as a daemon in userspace. It uses the kernel file system "coda", or FUSE. To connect to the WebDAV server, it makes use of the neon library, supporting TLS/SSL and access via proxy servers.
GPL-3.0-only
* Fri Feb 21 2025 Dominique Leuenberger <dimstar@opensuse.org>
- Rename davfs2-1.7.0-neon-33.patch to
davfs2-1.7.0-newer-neon.patch and add compatibility to libneon
0.34.
* Tue May 21 2024 Andreas Stieger <andreas.stieger@gmx.de>
- add davfs2-1.7.0-neon-33.patch to fix build with neon 33
* Mon Feb 05 2024 Paolo Stivanin <info@paolostivanin.com>
- Adapt to RPM 4.19 on Tumbleweed.
* Tue Dec 27 2022 Ludwig Nussel <lnussel@suse.com>
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Wed Nov 02 2022 Ali Abdallah <ali.abdallah@suse.com>
- update to 1.7.0:
* This release uses more portable code.
* Fix cached file not up to date attributes.
* Always check for valid prop etag.
- Update davfs2.keyring to match the new upstream one.
* Tue May 24 2022 Dirk Müller <dmueller@suse.com>
- use release team keyring
- enable keyring validating
* Mon Dec 20 2021 Dirk Müller <dmueller@suse.com>
- update to 1.6.1:
* Add Neon version 0.32.
* mount.davfs.c, get_options: Ignore all unknown options.
* mount_davfs.c, write_mtab_entry: Add option _netdev to utab-entry.
* Tue Nov 17 2020 Ludwig Nussel <lnussel@suse.de>
- prepare usrmerge (boo#1029961)
* Wed Sep 16 2020 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.6.0
* Update documentation
* Remove Coda-support
* New parser for cookies (bug #58459).
* Add log message.
* Add option sharepoint_href_bug.
* Ignore option -n (sr #110191).
- Remove add-neon-031-support.patch
* Thu Jun 11 2020 Paolo Stivanin <info@paolostivanin.com>
- Add add-neon-031-support.patch
- Add -fcommon to allow building against GCC10
* Tue May 05 2020 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.5.6
* Remove call to setuid and setgid.
* Ignore EEXIST when creating DAV_SYS_RUN (bug #57233).
* Replace GNU extension 'a' with option 'm' in fscanf
(bug #56286).
* Check for inconv.h and iconv (bug #56178).
* Warning about intermediary CAs (bug #54699).
* Don't remove cache-files because of inconsistent
metadata (sr #109587).
* Add query-string to path on redirect (bug #54943).
* Ignore option "nofail" (fixes bug #51521).
* Mon Feb 26 2018 jengelh@inai.de
- Replace %__-type macro indirections. Do not ignore errors from
useradd. Remove Fedora definitions. Restore debug creation.
Compact grammar in description.
* Mon Feb 19 2018 dsterba@suse.cz
- spec: update rpmlint, fix build
* Mon Dec 04 2017 chris@computersalat.de
- update to 1.5.4
* mount.davfs frequently reads /proc/mounts. This is necessary with
coda but not with fuse. When running two instances of mount.davfs
using fuse these reads may trigger a kernel bug and create a deadlock.
* when mount.davfs receives SIGTERM it stops reading from the fuse
device. In this case kernel fuse will make umount(8) hang forever.
* Fri Sep 11 2015 meissner@suse.com
- remove the setuid root permission files (bsc#907662)
* Fri Jul 17 2015 jthumshirn@suse.com
- Import of davfs2 to SLE12-SP1 from SLE11-SP4 (FATE#318116)
* Tue Nov 25 2014 draht@schaltsekun.de
- upgrade to 1.5.2; changes include:
* fix for insecure use of system(). This is related to CVE-2014-4362.
* fixes for usage of symlinks for mountpoints and mtab
* improved cookie support
* neon 0.30 support
* memory leak fixes
* compiler options for hardened build.
* load the fuse kernel module automatically.
* new mount option grpid, trust_ca_cert and trust_server_cert.
* This list is not exhaustive. Please have a look at the ChangeLog
for a complete list.
- obsoleted and removed from package:
* davfs2-fix-formats.patch
* davfs2-ne_v30.patch
* davfs2-DESTDIR.patch
* davfs2-fix_missing_exit_failure.patch
* Sun Dec 01 2013 juergen@spitzmueller.org
- Accept Neon 0.30 (davfs2-ne_v30.patch -- backported from davfs2 cvs:
http://cvs.savannah.gnu.org/viewvc/davfs2/configure.ac?root=davfs2&r1=1.11.4.1&r2=1.11.4.2)
* Fri Feb 15 2013 conrad@quisquis.de
- Specfile fixes for fedora + SLES
* Wed Feb 13 2013 conrad@quisquis.de
- Added missing file
* Wed Feb 13 2013 conrad@quisquis.de
- Added fix-formats patch to get rid of some warnings
- Added upstream patch for broken symlinks
* Wed Feb 13 2013 conrad@quisquis.de
- Disabled OBS files service - apparently some savannah mirrors are broken
* Wed Feb 13 2013 conrad@quisquis.de
- Upgrade to 1.4.7
- Added -pie/-fPIE compile flags
- Fixed (hopefully) permissions handling
* Sat May 26 2012 jengelh@inai.de
- Remove redundant tags/sections from specfile
- Parallel build with %_smp_mflags
- User/group addition ought not to be fatal
* Mon Nov 29 2010 pascal.bleser@opensuse.org
- fix location of mount/umount helpers, bnc#640967
- update to 1.4.6:
* bugfixes
* Mon Nov 30 2009 pascal.bleser@opensuse.org
- update to 1.4.5:
* option was added to silently refuse to connect when encountering suspicious server certificates
* several minor bugs were fixed
- changes from 1.4.3:
* support for Neon 0.29 was added, which also allows for support for NTLM authentication
* an option was added to silently refuse connections with untrusted server certificates
* experimental support for the command line option "username" was added for use with pam_mount
* Mon Jun 22 2009 pascal.bleser@opensuse.org
- update to 1.4.1:
* experimental support was added for the non-standard method USERINFO, which allows this release to get information about available and used Web space from the server
* failed file upload attempts are now repeated at increasing time intervals
* if a davfs filesystem is unmounted at disconnect, local changes are cached and submitted at the next mount
* many other minor improvements and bugfixes were made
* Fri May 29 2009 pascal.bleser@opensuse.org
- copied into filesystems repository in openSUSE Build Service, original in home:leo_eraly
- fix license tag
- added %%post script to create davfs2 group and user
- moved to Savannah
- some spec file tidying
- update to 1.4.0
* Wed Jan 14 2009 leo@unstable.be
- Update to release
- Added permissions file (fixes rpmlint error)
* Wed Dec 05 2007 leo@unstable.be
- Fixed Obsoletes and Provides to fix
https://bugzilla.novell.com/show_bug.cgi?id=332076
* Thu Jul 12 2007 leo@unstable.be
- Initial package. (based on dag's spec)
/etc/davfs2 /etc/davfs2/certs /etc/davfs2/certs/private /etc/davfs2/davfs2.conf /etc/davfs2/secrets /usr/lib/sysusers.d/davfs2.conf /usr/sbin/mount.davfs /usr/sbin/umount.davfs /usr/share/davfs2 /usr/share/davfs2/davfs2.conf /usr/share/davfs2/secrets /usr/share/doc/packages/davfs2 /usr/share/doc/packages/davfs2/AUTHORS /usr/share/doc/packages/davfs2/BUGS /usr/share/doc/packages/davfs2/FAQ /usr/share/doc/packages/davfs2/NEWS /usr/share/doc/packages/davfs2/README /usr/share/doc/packages/davfs2/README.translators /usr/share/doc/packages/davfs2/THANKS /usr/share/doc/packages/davfs2/TODO /usr/share/doc/packages/davfs2/davfs2.conf /usr/share/doc/packages/davfs2/secrets /usr/share/licenses/davfs2 /usr/share/licenses/davfs2/COPYING /usr/share/locale/cs/LC_MESSAGES/davfs2.mo /usr/share/locale/de/LC_MESSAGES/davfs2.mo /usr/share/man/de/man5/davfs2.conf.5.gz /usr/share/man/de/man8/mount.davfs.8.gz /usr/share/man/de/man8/umount.davfs.8.gz /usr/share/man/es/man5/davfs2.conf.5.gz /usr/share/man/man5/davfs2.conf.5.gz /usr/share/man/man8/mount.davfs.8.gz /usr/share/man/man8/umount.davfs.8.gz /var/cache/davfs2
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 22:29:59 2025