tools/mkimage: update to 2023.04
[openwrt/staging/nbd.git] / tools / libressl / Makefile
index 0b5175124eac0b65a585f406ca146d308857f341..8e51e4c54bd4611c4c51f0b8fdcf4542701b7b06 100644 (file)
@@ -8,9 +8,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libressl
-PKG_VERSION:=3.5.3
-PKG_HASH:=3ab5e5eaef69ce20c6b170ee64d785b42235f48f2e62b095fca5d7b6672b8b28
-PKG_RELEASE:=1
+PKG_VERSION:=3.7.1
+PKG_HASH:=98086961a2b8b657ed0fea3056fb2db14294b6bfa193c15a5236a0a35c843ded
 
 PKG_CPE_ID:=cpe:/a:openbsd:libressl
 
@@ -34,4 +33,8 @@ HOST_CONFIGURE_ARGS += \
        --with-pic \
        --disable-tests
 
+define Host/Uninstall
+       -$(call Host/Compile/Default,uninstall)
+endef
+
 $(eval $(call HostBuild))