Add support for version 5.6 on debian 13 .

This commit is contained in:
2026-03-04 12:40:38 +01:00
parent eea51922cf
commit 6ddcf9154a
5 changed files with 2483 additions and 54 deletions

12
cyrus-sasl-time.patch.BAK Normal file
View File

@@ -0,0 +1,12 @@
--- lib/saslutil.c.bak 2022-02-18 22:50:42.000000000 +0100
+++ lib/saslutil.c 2026-03-04 01:50:59.161139219 +0100
@@ -59,9 +59,7 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
-#ifdef HAVE_TIME_H
#include <time.h>
-#endif
#include "saslint.h"
#include <saslutil.h>