libre2: update to 2025-11-05

Bump to latest upstream snapshot (2025-11-05). re2 uses date-based
versioning from git. This brings roughly two years of upstream
improvements including performance optimisations, bug fixes, and
C++17/20 compatibility improvements.

Reference:
  https://github.com/google/re2/releases/tag/2025-11-05

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2026-05-01 19:36:40 +03:00
committed by Alexandru Ardelean
parent 688945881f
commit c3edf23676
+8 -7
View File
@@ -1,13 +1,14 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=re2 PKG_NAME:=re2
PKG_RELEASE:=2 PKG_VERSION:=2025.11.05
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/google/re2 PKG_SOURCE_URL:=https://github.com/google/re2/archive/refs/tags/
PKG_SOURCE_DATE:=2023-02-01 PKG_SOURCE_URL_FILE:=2025-11-05.tar.gz
PKG_SOURCE_VERSION:=b025c6a3ae05995660e3b882eb3277f4399ced1a PKG_HASH:=87f6029d2f6de8aa023654240a03ada90e876ce9a4676e258dd01ea4c26ffd67
PKG_MIRROR_HASH:=b473f4fd10d9f0afd65d409cf11dd1fd7b4010cfa4e07cfc99d33e382390baef PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-2025-11-05
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=BSD-3-Clause PKG_LICENSE:=BSD-3-Clause
@@ -21,7 +22,7 @@ include $(INCLUDE_DIR)/cmake.mk
define Package/re2 define Package/re2
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
DEPENDS:=+libstdcpp DEPENDS:=+libstdcpp +abseil-cpp
TITLE:=RE2 - C++ regular expression library TITLE:=RE2 - C++ regular expression library
URL:=https://github.com/google/re2 URL:=https://github.com/google/re2
ABI_VERSION:=10 ABI_VERSION:=10