ports/mail/postsrsd/files/patch-src_srs.c
Krzysztof 6a5b0380b3
mail/postsrsd: Update to 2.0.8
This release is a new generation of postsrsd. This update includes:

* support for redis
* support for sqlite3
* disable installing postsrsd.secret - it is generated during first
  start of postsrsd (startup script)
* add pkg-message which informs about changes in configuration
* some cleanup suggested by portlint

Changelog: https://github.com/roehling/postsrsd/releases/tag/2.0.8

PR:		273571
2023-09-05 18:22:09 +08:00

10 lines
298 B
C

--- src/srs.c.orig 2023-07-15 18:53:41 UTC
+++ src/srs.c
@@ -21,6 +21,7 @@
#include <ctype.h>
#include <string.h>
+#include <strings.h>
char* postsrsd_forward(const char* addr, const char* domain, srs_t* srs,
database_t* db, domain_set_t* local_domains, bool* error,