- Update to release 1.12

OBS-URL: https://build.opensuse.org/package/show/server:mail/postsrsd?expand=0&rev=7
This commit is contained in:
2022-08-17 08:50:53 +00:00
committed by Git OBS Bridge
parent c51f1ace14
commit d12a93b11e
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 17 08:37:45 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.12
* Explicitly clear O_NONBLOCK to avoid inherited non-blocking
sockets on some operating systems
* Do not close all file descriptors up to _SC_MAX_OPEN, that
limit can be absurdly high and hang PostSRSd for minutes
-------------------------------------------------------------------
Mon Apr 26 15:45:28 UTC 2021 - Jan Engelhardt <jengelh@inai.de>