From: Christian Marangi Date: Wed, 27 Sep 2023 17:10:39 +0000 (+0200) Subject: atftp: move to PCRE2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f81a1a1212c17f460721fe6f4d4497e66ee418c6;p=openwrt-packages.git 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 --- diff --git a/net/atftp/Makefile b/net/atftp/Makefile index bee43615f..cabdd3efd 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