libb64: update to 2.0.0.1
authorDaniel Golle <redacted>
Fri, 8 May 2026 17:20:23 +0000 (18:20 +0100)
committerJosef Schlehofer <redacted>
Sun, 10 May 2026 10:21:37 +0000 (12:21 +0200)
Patch release fixing build system issues with the 2.0.0 release.
2.0.0 introduced API changes including:
 * Version macros for detection of incompatible API / version
 * size_t as argument to allow longer base64 encoded strings
 * Configurable line break functionality
 * Flags field for encoder
 * Helpers to calculate required output buffer maximum lengths
 * Switched in-/out-pointers to void*

Link: https://github.com/libb64/libb64/blob/v2.0.0.1/CHANGELOG.md
Signed-off-by: Daniel Golle <redacted>
libs/libb64/Makefile

index 284ca3afcc702f1469c1ad20b52841f7b8c08fd2..afdb280e893ea564b6badfc7cb3d29bc3b78b7b1 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libb64
-PKG_VERSION:=2.0.0
+PKG_VERSION:=2.0.0.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/libb64/libb64/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=28c43c47674409fc50e7145d4c2d26dc1f3d200889c41205e7812c2b67f26382
+PKG_HASH:=ce8e578a953a591bd4a6f157eec310b9a4c2e6f10ade2fdda6ae6bafaf798b98
 
 PKG_LICENSE:=Public-Domain
 PKG_LICENSE_FILES:=LICENSE.md
git clone https://git.99rst.org/PROJECT