ports/mail/postsrsd/files/patch-src_config.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
205 B
C

--- src/config.c.orig 2023-07-15 18:53:41 UTC
+++ src/config.c
@@ -21,6 +21,7 @@
#include "util.h"
#include <errno.h>
+#include <getopt.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>