user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 Warning: Initial query:
 %22INSTALL: Net::Server is not needed for systemd use%22
 returned no results, used:
 "INSTALL: Net::Server is not needed for systemd use"
 instead

Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 2/3] INSTALL: Net::Server is not needed for systemd use
  2019-01-10  6:59  4% [PATCH 0/3] some dependency cleanups Eric Wong
@ 2019-01-10  6:59  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2019-01-10  6:59 UTC (permalink / raw)
  To: meta

Also, move Socket6 down since it's usually pulled in as
a dependency of Net::Server or SpamAssassin; and we can
fail gracefully without it.
---
 INSTALL | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/INSTALL b/INSTALL
index 7c98c11..ccd9dac 100644
--- a/INSTALL
+++ b/INSTALL
@@ -50,10 +50,6 @@ Where "deb" indicates package names for Debian-derived distributions and
 
 Numerous optional modules are likely to be useful as well:
 
-  - Socket6                    deb: libsocket6-perl
-                               rpm: perl-Socket6
-                               (for IPv6 support)
-
   - Search::Xapian             deb: libsearch-xapian-perl
                                rpm: perl-Search-Xapian
                                (for NNTP service or gzipped mbox over HTTP)
@@ -76,14 +72,15 @@ Numerous optional modules are likely to be useful as well:
 
   - Net::Server                deb: libnet-server-perl
                                rpm: perl-Net-Server
-                               (for HTTP/NNTP servers as standalone daemons)
+                               (for HTTP/NNTP servers as standalone daemons,
+                                not needed as systemd services)
 
   - Filesys::Notify::Simple    deb: libfilesys-notify-simple-perl
                                rpm: perl-Filesys-Notify-Simple
                                (for public-inbox-watch)
 
   - Inline::C[7]               deb: libinline-c-perl
-                               (speeds up spawning on Linux
+                               (speeds up spawning of git(1) on Linux
                                 (see public-inbox-daemon(8))
 
   - Plack::Middleware::ReverseProxy
@@ -99,6 +96,11 @@ Numerous optional modules are likely to be useful as well:
                                rpm: perl-Plack-Middleware-Deflater
                                (saves bandwidth on responses)
 
+  - Socket6                    deb: libsocket6-perl
+                               rpm: perl-Socket6
+                               (pulled in by SpamAssassin and Net::Server,
+                                only necessary if using IPv6 with
+                                Plack::Middleware::AccessLog or similar)
 
 On Fedora systems, you'll probably also end up wanting
 perl-Test-HTTP-Server-Simple, perl-Devel-Peek, and perl-IPC-Run to run the
-- 
EW


^ permalink raw reply related	[relevance 7%]

* [PATCH 0/3] some dependency cleanups
@ 2019-01-10  6:59  4% Eric Wong
  2019-01-10  6:59  7% ` [PATCH 2/3] INSTALL: Net::Server is not needed for systemd use Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2019-01-10  6:59 UTC (permalink / raw)
  To: meta

Getting rid of Socket6 is on the horizon, at least.

It's a bit sad to drop wheezy support since that's what
I started the project with; but I then again I always had
git installed in $HOME and not /usr, so it probably still
works otherwise *shrug*

Eric Wong (3):
  daemon: make Socket6 optional, note about Net::Socket::IP
  INSTALL: Net::Server is not needed for systemd use
  check git version requirements

 INSTALL                      | 25 +++++++++++++++++--------
 lib/PublicInbox/Daemon.pm    | 19 ++++++++++++++++---
 lib/PublicInbox/SearchIdx.pm |  1 +
 t/altid_v2.t                 |  2 ++
 t/common.perl                | 14 ++++++++++++++
 t/convert-compact.t          |  2 ++
 t/import.t                   |  6 ++++--
 t/init.t                     |  2 ++
 t/mda_filter_rubylang.t      |  2 ++
 t/nntpd.t                    | 11 ++++++++---
 t/psgi_v2.t                  |  2 ++
 t/v1reindex.t                |  2 ++
 t/v2-add-remove-add.t        |  2 ++
 t/v2mda.t                    |  2 ++
 t/v2mirror.t                 |  1 +
 t/v2reindex.t                |  2 ++
 t/v2writable.t               |  1 +
 t/watch_maildir_v2.t         |  2 ++
 18 files changed, 82 insertions(+), 16 deletions(-)

-- 
EW


^ permalink raw reply	[relevance 4%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2019-01-10  6:59  4% [PATCH 0/3] some dependency cleanups Eric Wong
2019-01-10  6:59  7% ` [PATCH 2/3] INSTALL: Net::Server is not needed for systemd use Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).