Re: [PATCH] BUILD: makefile: enable crypt(3) for NetBSD

2022-09-02 Thread Willy Tarreau
On Sat, Sep 03, 2022 at 12:19:24AM -0400, Brad Smith wrote:
> On 9/3/2022 12:11 AM, Willy Tarreau wrote:
> > On Sat, Aug 13, 2022 at 12:57:31AM -0400, Brad Smith wrote:
> > > Allow NetBSD to support encrypted passwords in Userlists.
> > > 
> > Mergd, thank you Brad!
> > Willy
> 
> You should be able to bring that back to 2.4.

OK thanks. I generally prefer not to backport new features, especially
to versions older than the latest LTS branch, unless there's a compelling
reason (i.e. needed for a fix or requested by users with a reasonable
justification), as occasional build-time and boot-time regressions
discourage users from staying up to date. But if you really need it
and you've tested it, that can be done.

Thanks,
Willy



Re: [PATCH] BUILD: makefile: enable crypt(3) for NetBSD

2022-09-02 Thread Brad Smith

On 9/3/2022 12:11 AM, Willy Tarreau wrote:

On Sat, Aug 13, 2022 at 12:57:31AM -0400, Brad Smith wrote:

Allow NetBSD to support encrypted passwords in Userlists.


Mergd, thank you Brad!
Willy


You should be able to bring that back to 2.4.



Re: [PATCH] BUILD: makefile: enable crypt(3) for NetBSD

2022-09-02 Thread Willy Tarreau
On Sat, Aug 13, 2022 at 12:57:31AM -0400, Brad Smith wrote:
> Allow NetBSD to support encrypted passwords in Userlists.
> 

Mergd, thank you Brad!
Willy



Re: [PATCH] BUILD: makefile: enable crypt(3) for NetBSD

2022-08-30 Thread Brad Smith

ping.

On 8/13/2022 12:57 AM, Brad Smith wrote:

Allow NetBSD to support encrypted passwords in Userlists.


diff --git a/Makefile b/Makefile
index 580cf6f9e..10c9ef7b4 100644
--- a/Makefile
+++ b/Makefile
@@ -453,8 +453,8 @@ endif
  # NetBSD 8 and above
  ifeq ($(TARGET),netbsd)
set_target_defaults = $(call default_opts, \
-USE_POLL USE_TPROXY USE_THREAD USE_KQUEUE USE_ACCEPT4 USE_CLOSEFROM   \
-USE_GETADDRINFO)
+USE_POLL USE_TPROXY USE_LIBCRYPT USE_THREAD USE_KQUEUE USE_ACCEPT4\
+USE_CLOSEFROM USE_GETADDRINFO)
  endif
  
  # AIX 5.1 only




[PATCH] BUILD: makefile: enable crypt(3) for NetBSD

2022-08-12 Thread Brad Smith
Allow NetBSD to support encrypted passwords in Userlists.


diff --git a/Makefile b/Makefile
index 580cf6f9e..10c9ef7b4 100644
--- a/Makefile
+++ b/Makefile
@@ -453,8 +453,8 @@ endif
 # NetBSD 8 and above
 ifeq ($(TARGET),netbsd)
   set_target_defaults = $(call default_opts, \
-USE_POLL USE_TPROXY USE_THREAD USE_KQUEUE USE_ACCEPT4 USE_CLOSEFROM   \
-USE_GETADDRINFO)
+USE_POLL USE_TPROXY USE_LIBCRYPT USE_THREAD USE_KQUEUE USE_ACCEPT4\
+USE_CLOSEFROM USE_GETADDRINFO)
 endif
 
 # AIX 5.1 only