mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 21:53:56 -09:00
https://gitlab.com/leafnode-2/leafnode-2/-/blob/leafnode-2.0.0.alpha202601/NEWS Rebased patch 0001. Upstream switched from pcre to pcre2. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
config BR2_PACKAGE_LEAFNODE2
|
|
bool "leafnode2"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
|
|
select BR2_PACKAGE_PCRE2
|
|
help
|
|
Leafnode-2 is a store-and-forward NNTP (or Usenet) proxy
|
|
server designed for small sites with just a few active
|
|
newsgroups.
|
|
|
|
https://gitlab.com/leafnode-2/leafnode-2
|