From f8f100f9c918c1e2fd796b3d62a05e315cd611ec Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Wed, 27 Sep 2023 19:10:39 +0200 Subject: [PATCH] atftp: move to PCRE2 Move atftp to PCRE2 as PCRE is flagged as EOL and won't receive security updates anymore. Signed-off-by: Christian Marangi (cherry picked from commit f81a1a1212c17f460721fe6f4d4497e66ee418c6) --- net/atftp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/atftp/Makefile b/net/atftp/Makefile index 46b58064cd..17f5bd1944 100644 --- a/net/atftp/Makefile +++ b/net/atftp/Makefile @@ -40,7 +40,7 @@ endef define Package/atftpd $(call Package/atftp/Default) - DEPENDS:=+libpcre +libpthread + DEPENDS:=+libpcre2 +libpthread TITLE+= server endef -- 2.30.2