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:
364fe00
)
atftp: move to PCRE2
22228/head
author
Christian Marangi
<ansuelsmth@gmail.com>
Wed, 27 Sep 2023 17:10:39 +0000
(19:10 +0200)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Wed, 27 Sep 2023 17:11:57 +0000
(19:11 +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>
net/atftp/Makefile
patch
|
blob
|
history
diff --git
a/net/atftp/Makefile
b/net/atftp/Makefile
index bee43615f7e9fb73d7a843cb224edfe9d9eef3d1..cabdd3efd3e204a376fb335286d994b7a050a49b 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