summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Demin2025-06-07 13:12:59 +0000
committerRobert Marko2025-06-08 09:40:58 +0000
commita461f53bfdff14341bf84ba4221daeedea3f74bb (patch)
tree9562a98d8e5f6cf4c40a96b6317c8d0b947a4145
parentf544392fc3c6c435e4b9acaca5744abb8ccb0a55 (diff)
downloadopenwrt-a461f53bfdff14341bf84ba4221daeedea3f74bb.tar.gz
libxcrypt: update to 4.4.38
This release includes several fixes, most notable are "-Wunterminated-string-initialization" fixes for upcoming GCC 15.x Signed-off-by: Konstantin Demin <rockdrilla@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19011 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--package/libs/xcrypt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/xcrypt/Makefile b/package/libs/xcrypt/Makefile
index 316e0f2cb3..20417cc346 100644
--- a/package/libs/xcrypt/Makefile
+++ b/package/libs/xcrypt/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libxcrypt
-PKG_VERSION:=4.4.36
+PKG_VERSION:=4.4.38
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/besser82/libxcrypt/releases/download/v$(PKG_VERSION)
-PKG_HASH:=e5e1f4caee0a01de2aee26e3138807d6d3ca2b8e67287966d1fefd65e1fd8943
+PKG_HASH:=80304b9c306ea799327f01d9a7549bdb28317789182631f1b54f4511b4206dd6
PKG_MAINTAINER:=
PKG_LICENSE:=LGPL-2.1-or-later