projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bda03b4
)
atftp: move to PCRE2
author
Christian Marangi
<ansuelsmth@gmail.com>
Wed, 27 Sep 2023 17:10:39 +0000
(19:10 +0200)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Wed, 4 Oct 2023 16:38:40 +0000
(18:38 +0200)
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>
(cherry picked from commit
f81a1a1212c17f460721fe6f4d4497e66ee418c6
)
net/atftp/Makefile
patch
|
blob
|
history
diff --git
a/net/atftp/Makefile
b/net/atftp/Makefile
index 46b58064cd8eea0ce955e155b7853ee640c40d70..17f5bd1944304a0fef46c3c5c83e28d2644e644c 100644
(file)
--- a/
net/atftp/Makefile
+++ b/
net/atftp/Makefile
@@
-40,7
+40,7
@@
endef
define Package/atftpd
$(call Package/atftp/Default)
- DEPENDS:=+libpcre +libpthread
+ DEPENDS:=+libpcre
2
+libpthread
TITLE+= server
endef