update 2022-08-23 23:45:36

This commit is contained in:
github-actions[bot] 2022-08-23 23:45:36 +08:00
parent b6d1568c2f
commit d6793b1cb3
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=adguardhome
PKG_VERSION:=0.107.11
PKG_RELEASE:=62
PKG_RELEASE:=63
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=d23da1b75749e4cc3b75e5538b0d91dc89784f7b

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=vsftpd-alt
PKG_VERSION:=3.0.5
PKG_RELEASE:=13
PKG_RELEASE:=14
PKG_SOURCE:=vsftpd-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://security.appspot.com/downloads/
@ -48,6 +48,8 @@ endef
ifneq ($(CONFIG_USE_MUSL),)
NLSSTRING:=-lcrypt
else ifneq ($(CONFIG_USE_GLIBC),)
NLSSTRING:=-lcrypt
else
NLSSTRING:=-lcrypt -lnsl
endif