From: Aleks Mariusz Date: Wed, 11 Jun 2025 11:03:00 +0000 (+0100) Subject: gpsd: update to 3.26.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5872070add7956524fd4d0d1b27625d5a40ce7c6;p=openwrt-packages.git gpsd: update to 3.26.1 Release Information: https://gitlab.com/gpsd/gpsd/-/blob/release-3.26.1/NEWS?ref_type=tags Removed the patch to enhance ncurses6 detection (upstreamed in the release) - 0002-ncurses6_detection.patch Signed-off-by: Aleks Mariusz --- diff --git a/utils/gpsd/Makefile b/utils/gpsd/Makefile index cd796eb67..2307133b0 100644 --- a/utils/gpsd/Makefile +++ b/utils/gpsd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gpsd -PKG_VERSION:=3.25 -PKG_RELEASE:=7 +PKG_VERSION:=3.26.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SAVANNAH/$(PKG_NAME) -PKG_HASH:=7e5e53e5ab157dce560a2f22e20322ef1136d3ebde99162def833a3306de01e5 +PKG_HASH:=45c0d4779324bd59a47cfcb7ac57180d2dbdf418603d398a079392dabf1f740c PKG_MAINTAINER:=Pushpal Sidhu PKG_LICENSE:=BSD-3-Clause @@ -88,7 +88,7 @@ define Package/libgps SECTION:=libs CATEGORY:=Libraries TITLE:=C service library for communicating with the GPS daemon - ABI_VERSION:=30 + ABI_VERSION:=31 endef define Package/libgps/description diff --git a/utils/gpsd/patches/0002-ncurses6_detection.patch b/utils/gpsd/patches/0002-ncurses6_detection.patch deleted file mode 100644 index a626e18fb..000000000 --- a/utils/gpsd/patches/0002-ncurses6_detection.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/SConscript -+++ b/SConscript -@@ -1118,6 +1118,8 @@ if not cleaning and not helping: - ncurseslibs += pkg_config('tinfo', rpath_hack=True) - # It's not yet known whether rpath_hack is appropriate for - # ncurses5-config. -+ elif WhereIs('ncursesw6-config'): -+ ncurseslibs = ['!ncursesw6-config --libs --cflags'] - elif WhereIs('ncurses5-config'): - ncurseslibs = ['!ncurses5-config --libs --cflags'] - elif WhereIs('ncursesw5-config'):