[exim-dev] [Bug 1649] rework SRS to avoid using dead librari…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: admin
Fecha:  
A: exim-dev
Asunto: [exim-dev] [Bug 1649] rework SRS to avoid using dead libraries
https://bugs.exim.org/show_bug.cgi?id=1649

--- Comment #22 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/b07d141af23f2ab160eba2b58a834baee513b3f8

commit b07d141af23f2ab160eba2b58a834baee513b3f8
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Feb 5 15:38:04 2022 +0000
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Sat Feb 5 15:38:04 2022 +0000


    retire old libsrs_alt -based srs support.  bug 1649
----
 doc/doc-txt/experimental-spec.txt |  56 ---------
 src/OS/Makefile-Base              |   2 -
 src/src/EDITME                    |  12 +-
 src/src/config.h.defaults         |   1 -
 src/src/deliver.c                 |  13 ---
 src/src/exim.c                    |   3 -
 src/src/exim.h                    |   3 -
 src/src/expand.c                  |  11 +-
 src/src/globals.c                 |  20 ----
 src/src/globals.h                 |  15 ---
 src/src/macro_predef.c            |   5 +-
 src/src/readconf.c                |   9 --
 src/src/routers/queryprogram.c    |   4 -
 src/src/routers/redirect.c        | 106 -----------------
 src/src/routers/redirect.h        |   8 --
 src/src/srs.c                     | 236 --------------------------------------
 src/src/srs.h                     |  30 -----
 src/src/structs.h                 |   3 -
 src/src/verify.c                  |   4 -
 19 files changed, 3 insertions(+), 538 deletions(-)


--
You are receiving this mail because:
You are on the CC list for the bug.