summaryrefslogtreecommitdiff
path: root/mail/py-postfix-mta-sts-resolver/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/py-postfix-mta-sts-resolver/files')
-rw-r--r--mail/py-postfix-mta-sts-resolver/files/patch-postfix__mta__sts__resolver_daemon.py22
-rw-r--r--mail/py-postfix-mta-sts-resolver/files/patch-setup.py10
2 files changed, 0 insertions, 32 deletions
diff --git a/mail/py-postfix-mta-sts-resolver/files/patch-postfix__mta__sts__resolver_daemon.py b/mail/py-postfix-mta-sts-resolver/files/patch-postfix__mta__sts__resolver_daemon.py
deleted file mode 100644
index 61789ebe9579..000000000000
--- a/mail/py-postfix-mta-sts-resolver/files/patch-postfix__mta__sts__resolver_daemon.py
+++ /dev/null
@@ -1,22 +0,0 @@
---- postfix_mta_sts_resolver/daemon.py.orig 2020-01-11 21:18:26 UTC
-+++ postfix_mta_sts_resolver/daemon.py
-@@ -7,7 +7,6 @@ import logging
- import signal
- from functools import partial
-
--from sdnotify import SystemdNotifier
- from . import utils
- from . import defaults
- from .responder import STSSocketmapResponder
-@@ -72,11 +71,8 @@ async def amain(cfg, loop): # pragma: no cover
- sig_handler = partial(exit_handler, exit_event)
- signal.signal(signal.SIGTERM, sig_handler)
- signal.signal(signal.SIGINT, sig_handler)
-- notifier = await loop.run_in_executor(None, SystemdNotifier)
-- await loop.run_in_executor(None, notifier.notify, "READY=1")
- await exit_event.wait()
- logger.debug("Eventloop interrupted. Shutting down server...")
-- await loop.run_in_executor(None, notifier.notify, "STOPPING=1")
- beat.cancel()
- await responder.stop()
-
diff --git a/mail/py-postfix-mta-sts-resolver/files/patch-setup.py b/mail/py-postfix-mta-sts-resolver/files/patch-setup.py
deleted file mode 100644
index 6a8e808bd7b7..000000000000
--- a/mail/py-postfix-mta-sts-resolver/files/patch-setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py.orig 2020-01-11 21:21:32 UTC
-+++ setup.py
-@@ -23,7 +23,6 @@ setup(name='postfix_mta_sts_resolver',
- 'aiodns>=1.1.1',
- 'aiohttp>=3.4.4',
- 'PyYAML>=3.12',
-- 'sdnotify>=0.3.2',
- ],
- extras_require={
- 'sqlite': 'aiosqlite>=0.10.0',