gpsd: update to 3.26.1
authorAleks Mariusz <redacted>
Wed, 11 Jun 2025 11:03:00 +0000 (12:03 +0100)
committerJosef Schlehofer <redacted>
Mon, 30 Jun 2025 11:32:56 +0000 (13:32 +0200)
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 <redacted>
utils/gpsd/Makefile
utils/gpsd/patches/0002-ncurses6_detection.patch [deleted file]

index cd796eb672f9920de7c3d76f90edfbd0b9205a66..2307133b0ba3853e8113721eb15edb0c3f18d165 100644 (file)
@@ -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 <psidhu.devel@gmail.com>
 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 (file)
index a626e18..0000000
+++ /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'):
git clone https://git.99rst.org/PROJECT