From 6ab7e406325c722fc486435176cc358abdbab72b Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 27 Apr 2016 05:59:59 +0200 Subject: [PATCH] davfs2: update to 1.5.4. --- srcpkgs/davfs2/patches/010-main_code_fix.patch | 13 ------------- srcpkgs/davfs2/template | 4 ++-- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/srcpkgs/davfs2/patches/010-main_code_fix.patch b/srcpkgs/davfs2/patches/010-main_code_fix.patch index aa36fdfaa73..d91336d2734 100644 --- a/srcpkgs/davfs2/patches/010-main_code_fix.patch +++ b/srcpkgs/davfs2/patches/010-main_code_fix.patch @@ -1,16 +1,3 @@ ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -32,8 +32,8 @@ mount_davfs_SOURCES = cache.c dav_coda.c - kernel_interface.h mount_davfs.h webdav.h - umount_davfs_SOURCES = umount_davfs.c defaults.h - --AM_CFLAGS = -Wall -Werror=format-security \ -- -fstack-protector --param=ssp-buffer-size=4 -+AM_CFLAGS = -Wall -Werror=format-security -+# -fstack-protector --param=ssp-buffer-size=4 -- removed ssp not supported in openwrt - DEFS = -DPROGRAM_NAME=\"mount.davfs\" \ - -DDAV_SYS_CONF_DIR=\"$(pkgsysconfdir)\" \ - -DDAV_LOCALSTATE_DIR=\"$(dav_localstatedir)\" \ --- a/src/cache.c +++ b/src/cache.c @@ -58,7 +58,7 @@ diff --git a/srcpkgs/davfs2/template b/srcpkgs/davfs2/template index 81d20a35b5c..70f3c71087a 100644 --- a/srcpkgs/davfs2/template +++ b/srcpkgs/davfs2/template @@ -1,6 +1,6 @@ # Template file for 'davfs2' pkgname=davfs2 -version=1.5.2 +version=1.5.4 revision=1 build_style=gnu-configure configure_args="dav_user=nobody dav_group=network --enable-largefile" @@ -12,7 +12,7 @@ maintainer="Alexander Mamay " license="GPL-3" homepage="http://savannah.nongnu.org/projects/davfs2" distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=be34a19ab57a6ea77ecb82083e9e4c1882e12b2de64257de567ad5ee7a17b358 +checksum=c9c4e0f0912a782386216b2147eb9c36c47f193b8fcf3d637719e0b9fe7c96e0 patch_args="-p1" pre_configure() {