aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-09-27 19:10:39 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2023-09-27 19:11:57 +0200
commitf81a1a1212c17f460721fe6f4d4497e66ee418c6 (patch)
tree002fef7d66b06b00537d00e38ee0bd270708bb6f /net
parent364fe00b17ddfeb9f2bdf16298eda84866d58d27 (diff)
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 <ansuelsmth@gmail.com>
Diffstat (limited to 'net')
-rw-r--r--net/atftp/Makefile2
1 files changed, 1 insertions, 1 deletions
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