liborcania: Update to v2.3.3
authorAustin Lane <[email protected]>
Sat, 7 Jun 2025 01:13:25 +0000 (21:13 -0400)
committerHannu Nyman <[email protected]>
Sat, 23 Aug 2025 16:50:49 +0000 (19:50 +0300)
This library is tightly coupled with libulfius and libyder, they must be updated together.

* Update liborcania to v2.3.3

Signed-off-by: Austin Lane <[email protected]>
libs/liborcania/Makefile

index de70b0600eb555968fff1f67777e5fb9bfadd21f..cd689372a8eebe3b681ba90d2f6d15245fcab9cd 100644 (file)
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=liborcania
-PKG_VERSION:=2.3.0
-PKG_RELEASE:=2
+PKG_VERSION:=2.3.3
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/babelouest/orcania/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=b1b5550523164eca0f59099e843177684c5017c6088284123880cffd4c6dbbde
+PKG_HASH:=e26947f7622acf3660b71fb8018ee791c97376530ab6c4a00e4aa2775e052626
 
 PKG_MAINTAINER:=Toni Uhlig <[email protected]>
 PKG_LICENSE:=LGPL-2.1-or-later
@@ -35,6 +35,10 @@ define Package/liborcania/description
   Potluck with different functions for different purposes that can be shared among C programs.
 endef
 
+CMAKE_OPTIONS += \
+       -DWITH_STRSTR=ON \
+       -DCMAKE_BUILD_TYPE=Release
+
 define Package/liborcania/install
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/liborcania.so* $(1)/usr/lib/