davfs2: update to 1.5.5.

This commit is contained in:
maxice8 2019-01-24 19:03:54 -02:00 committed by maxice8
parent 0617300be8
commit dbb02f6d09
3 changed files with 24 additions and 25 deletions

View file

@ -1,5 +1,5 @@
--- a/src/cache.c --- src/cache.c
+++ b/src/cache.c +++ src/cache.c
@@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
#include <sys/types.h> #include <sys/types.h>
@ -9,8 +9,8 @@
#include <ne_alloc.h> #include <ne_alloc.h>
#include <ne_string.h> #include <ne_string.h>
--- a/src/webdav.c --- src/webdav.c
+++ b/src/webdav.c +++ src/webdav.c
@@ -2033,7 +2033,7 @@ ssl_verify(void *userdata, int failures, @@ -2033,7 +2033,7 @@ ssl_verify(void *userdata, int failures,
len = getline(&s, &n, stdin); len = getline(&s, &n, stdin);
if (len < 0) if (len < 0)

View file

@ -1,5 +1,5 @@
--- a/configure.ac --- configure.ac
+++ b/configure.ac +++ configure.ac
@@ -42,7 +42,7 @@ DAV_CHECK_NEON @@ -42,7 +42,7 @@ DAV_CHECK_NEON
# Checks for header files. # Checks for header files.
AC_HEADER_DIRENT AC_HEADER_DIRENT
@ -18,8 +18,8 @@
# Misc. # Misc.
DAV_DEFAULTS DAV_DEFAULTS
--- a/src/cache.c --- src/cache.c
+++ b/src/cache.c +++ src/cache.c
@@ -19,12 +19,12 @@ @@ -19,12 +19,12 @@
@ -34,8 +34,8 @@
#ifdef HAVE_FCNTL_H #ifdef HAVE_FCNTL_H
#include <fcntl.h> #include <fcntl.h>
#endif #endif
--- a/src/dav_fuse.c --- src/dav_fuse.c
+++ b/src/dav_fuse.c +++ src/dav_fuse.c
@@ -47,6 +47,9 @@ @@ -47,6 +47,9 @@
#ifdef HAVE_SYS_STAT_H #ifdef HAVE_SYS_STAT_H
#include <sys/stat.h> #include <sys/stat.h>
@ -46,8 +46,8 @@
#include "defaults.h" #include "defaults.h"
#include "mount_davfs.h" #include "mount_davfs.h"
--- a/src/kernel_interface.c --- src/kernel_interface.c
+++ b/src/kernel_interface.c +++ src/kernel_interface.c
@@ -19,8 +19,8 @@ @@ -19,8 +19,8 @@
@ -68,8 +68,8 @@
#include <sys/wait.h> #include <sys/wait.h>
#include "defaults.h" #include "defaults.h"
--- a/src/mount_davfs.c --- src/mount_davfs.c
+++ b/src/mount_davfs.c +++ src/mount_davfs.c
@@ -19,10 +19,10 @@ @@ -19,10 +19,10 @@
@ -82,8 +82,8 @@
#ifdef HAVE_FCNTL_H #ifdef HAVE_FCNTL_H
#include <fcntl.h> #include <fcntl.h>
#endif #endif
--- a/src/umount_davfs.c --- src/umount_davfs.c
+++ b/src/umount_davfs.c +++ src/umount_davfs.c
@@ -19,8 +19,8 @@ @@ -19,8 +19,8 @@
@ -94,8 +94,8 @@
#include <errno.h> #include <errno.h>
#include <getopt.h> #include <getopt.h>
#ifdef HAVE_LIBINTL_H #ifdef HAVE_LIBINTL_H
--- a/src/webdav.c --- src/webdav.c
+++ b/src/webdav.c +++ src/webdav.c
@@ -19,9 +19,9 @@ @@ -19,9 +19,9 @@
@ -126,7 +126,7 @@
session = ne_session_create(args->scheme, args->host, args->port); session = ne_session_create(args->scheme, args->host, args->port);
--- /dev/null --- /dev/null
+++ b/src/compat.h +++ src/compat.h
@@ -0,0 +1,64 @@ @@ -0,0 +1,64 @@
+#ifndef _COMPAT_H +#ifndef _COMPAT_H
+#define _COMPAT_H +#define _COMPAT_H

View file

@ -1,19 +1,18 @@
# Template file for 'davfs2' # Template file for 'davfs2'
pkgname=davfs2 pkgname=davfs2
version=1.5.4 version=1.5.5
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="dav_user=nobody dav_group=network --enable-largefile" configure_args="dav_user=nobody dav_group=network --enable-largefile"
hostmakedepends="autoconf automake gettext-devel neon-devel" hostmakedepends="automake gettext-devel neon-devel"
makedepends="neon-devel" makedepends="neon-devel"
conf_files="/etc/davfs2/davfs2.conf /etc/davfs2/secrets" conf_files="/etc/davfs2/davfs2.conf /etc/davfs2/secrets"
short_desc="File system driver that allows you to mount a WebDAV folder" short_desc="File system driver that allows you to mount a WebDAV folder"
maintainer="Alexander Mamay <alexander@mamay.su>" maintainer="Alexander Mamay <alexander@mamay.su>"
license="GPL-3" license="GPL-3.0-or-later"
homepage="http://savannah.nongnu.org/projects/davfs2" homepage="https://savannah.nongnu.org/projects/davfs2"
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=c9c4e0f0912a782386216b2147eb9c36c47f193b8fcf3d637719e0b9fe7c96e0 checksum=587c6a25ad78109995a7ccb8e60aa1c491b149f2c99d47033f3d5e648430ad2f
patch_args="-p1"
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi