davfs2: update to 1.5.4.
This commit is contained in:
parent
eb2babb8bb
commit
6ab7e40632
|
@ -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 @@
|
||||
|
|
|
@ -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 <alexander@mamay.su>"
|
|||
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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user