FreeBSD Bugzilla – Attachment 236639 Details for
Bug 266465
mail/exim: 4.95 breaks alternative SRS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
options and Makefile patches to add support for OLD_SRS, split them
file_266465.txt (text/plain), 1.37 KB, created by
Chris Collins
on 2022-09-17 18:41:35 UTC
(
hide
)
Description:
options and Makefile patches to add support for OLD_SRS, split them
Filename:
MIME Type:
Creator:
Chris Collins
Created:
2022-09-17 18:41:35 UTC
Size:
1.37 KB
patch
obsolete
>--- options 2022-07-08 00:57:44.736919000 +0100 >+++ options 2022-09-17 18:53:31.675941000 +0100 >@@ -58,7 +58,7 @@ > TLS_DESC= TLS support > OPTIONS_RADIO_LS= SA_EXIM > LS_DESC= Local scan patch >-OPTIONS_RADIO_SRSR= SRS >+OPTIONS_RADIO_SRSR= SRS OLD_SRS > SRSR_DESC= Sender Rewriting Scheme > OPTIONS_RADIO= TLS LS SRSR > >@@ -124,6 +124,7 @@ > SPF_DESC= Enable Sender Policy Framework checking > SQLITE_DESC= Enable SQLite lookups > SRS_DESC= Enable Sender Rewriting Scheme >+OLD_SRS_DESC= Enable Alternative Sender Rewriting Scheme > SUID_DESC= Install the exim binary suid root > TAINTWARN_DESC= Allow insecure tainted data (pre-4.93 config style, deprecated) > TCP_WRAPPERS_DESC= Enable /etc/hosts.allow access control > >--- Makefile 2022-09-17 18:57:26.278370000 +0100 >+++ Makefile 2022-09-17 18:57:30.902533000 +0100 >@@ -506,6 +506,10 @@ > .if ${PORT_OPTIONS:MSRS} > SEDLIST+= -e 's,XX_SRS_FLAGS_XX,-DSUPPORT_SRS,' \ > -e 's,XX_SRS_LIBS_XX,,' >+.elif ${PORT_OPTIONS:MOLD_SRS} >+LIB_DEPENDS+= libsrs_alt.so:mail/libsrs_alt >+SEDLIST+= -e 's,XX_SRS_FLAGS_XX,-DEXPERIMENTAL_SRS_ALT,' \ >+ -e 's,XX_SRS_LIBS_XX,-L${LOCALBASE}/lib -lsrs_alt,' > .else > SEDLIST+= -e 's,XX_SRS_FLAGS_XX,,' \ > -e 's,XX_SRS_LIBS_XX,,'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 266465
:
236639
|
236640
|
236641