ports/mail/anubis/files/patch-src_env.c
Jason E. Hale 2d49f96065 mail/anubis: Update to 4.3
It's been almost a decade since the last release of Anubis, but the
Egyptian god of the underworld has finally reemerged to greet the
living and bestow upon us the following changes:

- Fix compilation with GDBM 1.18.1
- Support for Guile version 2.2.0 and later
  * Support for prior versions has been withdrawn.
- anubisusr requires GnuTLS
- New configuration statement: use-pam
  * Used in CONTROL section, this boolean statement enables or disables
    the use of the Pluggable Authentication Module interface for
    accounting and session management.
- New configuration statement: identd-keyfile
  * Sets the name of the file with shared keys used for decryting replies
    from the auth service.  It is used in traditional mode if anubis
    receives an encrypted response from the client's identd server
    (e.g. if they are running pidentd with encryption).
- Bugfixes

Remove the GNUTLS and GSASL options, which were previously ON by default,
and make them required due to upstream changes and to simplify the port.
2024-01-08 18:05:02 -05:00

11 lines
234 B
C

--- src/env.c.orig 2024-01-05 16:10:48 UTC
+++ src/env.c
@@ -31,7 +31,7 @@ static struct pam_conv conv = {
# define USE_PAM 1
pam_handle_t *pamh;
static struct pam_conv conv = {
- misc_conv,
+ openpam_ttyconv,
NULL
};
#else