Accepting request 800338 from home:polslinux:branches:filesystems
- 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). OBS-URL: https://build.opensuse.org/request/show/800338 OBS-URL: https://build.opensuse.org/package/show/filesystems/davfs2?expand=0&rev=18
This commit is contained in:
parent
6d53c1fcff
commit
66ed462a3f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9c4e0f0912a782386216b2147eb9c36c47f193b8fcf3d637719e0b9fe7c96e0
|
||||
size 478377
|
Binary file not shown.
3
davfs2-1.5.6.tar.gz
Normal file
3
davfs2-1.5.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:417476cdcfd53966b2dcfaf12455b54f315959b488a89255ab4b44586153d801
|
||||
size 481448
|
BIN
davfs2-1.5.6.tar.gz.sig
Normal file
BIN
davfs2-1.5.6.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 11:11:15 UTC 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 11:27:55 UTC 2018 - jengelh@inai.de
|
||||
|
||||
|
10
davfs2.spec
10
davfs2.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package davfs2
|
||||
#
|
||||
# Copyright (c) 2018 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
|
||||
@ -12,17 +12,17 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
Summary: FUSE-Filesystem to access WebDAV servers
|
||||
License: GPL-3.0
|
||||
License: GPL-3.0-only
|
||||
Group: System/Filesystems
|
||||
Name: davfs2
|
||||
Version: 1.5.4
|
||||
Version: 1.5.6
|
||||
Release: 0
|
||||
Url: http://savannah.nongnu.org/projects/%{name}
|
||||
URL: http://savannah.nongnu.org/projects/%{name}
|
||||
Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
|
||||
Source1: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig
|
||||
Source2: %{name}-rpmlintrc
|
||||
|
Loading…
Reference in New Issue
Block a user