mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
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
10 lines
298 B
C
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,
|