diff options
author | John Audia <therealgraysky@proton.me> | 2023-08-09 15:40:54 -0400 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-08-09 13:38:42 -0700 |
commit | b1d28936cbfe9739f9480fefb34fa4ab8ff15bd8 (patch) | |
tree | 646d02175a0a190a6b5151cae725334d5b035267 | |
parent | c3299c1a527ee891844294c1f1b18bb76041d711 (diff) |
libxcrypt: update to 4.4.36
Upstream bump required to fix build issues reported here:
https://forum.openwrt.org/t/i-cannot-build-my-image-due-to-failure-in-libxcrypt/168114
Signed-off-by: John Audia <therealgraysky@proton.me>
-rw-r--r-- | libs/libxcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libxcrypt/Makefile b/libs/libxcrypt/Makefile index c6199824d..316e0f2cb 100644 --- a/libs/libxcrypt/Makefile +++ b/libs/libxcrypt/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxcrypt -PKG_VERSION:=4.4.33 +PKG_VERSION:=4.4.36 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:=e87acf9c652c573a4713d5582159f98f305d56ed5f754ce64f57d4194d6b3a6f +PKG_HASH:=e5e1f4caee0a01de2aee26e3138807d6d3ca2b8e67287966d1fefd65e1fd8943 PKG_MAINTAINER:= PKG_LICENSE:=LGPL-2.1-or-later |