package/davfs2: bump version to 1.7.3

https://github.com/alisarctl/davfs2/blob/rel-1-7-3/ChangeLog

Removed patch 0002 which is not needed anymore due to upstream removal
of the neon version check:
6b614bed3e

Upstream added musl support with this version:
270607253e

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-04-21 20:38:43 +02:00
committed by Julien Olivain
parent 863b920e6b
commit 18935d9d35
4 changed files with 5 additions and 34 deletions

View File

@@ -1,27 +0,0 @@
From 1c539d158ae73e867d0d30b8c3d27f48d742ed06 Mon Sep 17 00:00:00 2001
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Date: Sat, 30 Mar 2024 09:18:15 +0100
Subject: [PATCH] configure.ac: add neon version 0.33
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Upstream: https://savannah.nongnu.org/bugs/?65247
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 4f86cde..ede9b1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AC_PROG_LN_S
# Checks for libraries.
AM_GNU_GETTEXT_VERSION(0.19.8)
AM_GNU_GETTEXT([external])
-NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32])
+NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32 33])
DAV_CHECK_NEON
# Checks for header files.
--
2.43.0

View File

@@ -1,10 +1,10 @@
comment "davfs2 needs a glibc toolchain"
comment "davfs2 needs a glibc or musl toolchain"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_USES_GLIBC
depends on BR2_TOOLCHAIN_USES_UCLIBC
config BR2_PACKAGE_DAVFS2
bool "davfs2"
depends on BR2_TOOLCHAIN_USES_GLIBC # fstab.h
depends on !BR2_TOOLCHAIN_USES_UCLIBC # fstab.h
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_NEON
select BR2_PACKAGE_NEON_XML

View File

@@ -1,4 +1,4 @@
# Locally calculated
sha256 251db75a27380cca1330b1b971700c5e5dcc0c90e5a47622285f0140edfe3a2f davfs2-1.7.0.tar.gz
sha256 a5368161eb5055651d7e5e8180c1606da95e78c941b6bb8a9286df7923cfcba9 davfs2-1.7.3.tar.gz
# License file, locally calculated
sha256 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227 COPYING

View File

@@ -4,13 +4,11 @@
#
################################################################################
DAVFS2_VERSION = 1.7.0
DAVFS2_VERSION = 1.7.3
DAVFS2_SITE = http://download.savannah.nongnu.org/releases/davfs2
DAVFS2_LICENSE = GPL-3.0+
DAVFS2_LICENSE_FILES = COPYING
DAVFS2_CPE_ID_VENDOR = werner_baumann
# 0002-configure.ac-add-neon-version-0.33.patch
DAVFS2_AUTORECONF = YES
DAVFS2_DEPENDENCIES = \
neon \