Codebase list opendmarc / e4861ff
d/patches: Add upstream bug metadata, authors David Bürgin 1 year, 1 month ago
12 changed file(s) with 23 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
22 * Update debian/watch to monitor GitHub tags instead of releases page
33 * Remove obsolete debian/opendmarc.NEWS
44 * Remove obsolete lsb-base dependency in opendmarc package
5 * Add missing upstream bug metadata in debian/patches
56 * systemd: Enable some basic sandboxing features in opendmarc service
67
7 -- David Bürgin <dbuergin@gluet.ch> Sat, 11 Feb 2023 20:35:16 +0100
8 -- David Bürgin <dbuergin@gluet.ch> Thu, 16 Mar 2023 11:41:29 +0100
89
910 opendmarc (1.4.2-2) unstable; urgency=medium
1011
0 From: Scott Kitterman <scott@kitterman.com>
0 From: "@KIC-8462852" <>
11 Date: Tue, 18 Jan 2022 11:57:01 -0500
22 Subject: Add ARC override for policy "quarantine"
33
0 From: Scott Kitterman <scott@kitterman.com>
0 From: "@KIC-8462852" <>
11 Date: Tue, 18 Jan 2022 11:57:01 -0500
22 Subject: Fix segfaults, increase token max lengths in ARC-Seal headers
33
0 Description: opendmarc-check: print correct domain in loop
1 Author: Maximilian Eschenbacher <maximilian@eschenbacher.email>
0 From: Maximilian Eschenbacher <maximilian@eschenbacher.email>
1 Date: Thu, 16 Mar 2023 11:17:39 +0100
2 Subject: opendmarc-check: print correct domain in loop
3
24 Bug: https://github.com/trusteddomainproject/OpenDMARC/pull/209
5 ---
6 opendmarc/opendmarc-check.c | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
38
9 diff --git a/opendmarc/opendmarc-check.c b/opendmarc/opendmarc-check.c
10 index c569cd4..48f0fc3 100644
411 --- a/opendmarc/opendmarc-check.c
512 +++ b/opendmarc/opendmarc-check.c
6 @@ -223,7 +223,7 @@
13 @@ -223,7 +223,7 @@ main(int argc, char **argv)
714 rua = opendmarc_policy_fetch_rua(dmarc, NULL, 0, 1);
815 ruf = opendmarc_policy_fetch_ruf(dmarc, NULL, 0, 1);
916
0 From: Scott Kitterman <scott@kitterman.com>
0 From: devgs <devgs@ukr.net>
11 Date: Tue, 18 Jan 2022 11:57:01 -0500
22 Subject: Fix off-by-one error buffer overrun in opendmarc_util_cleanup
33
0 From: Scott Kitterman <scott@kitterman.com>
0 From: =?utf-8?b?0JTQuNC70Y/QvSDQn9Cw0LvQsNGD0LfQvtCy?= <git-dpa@aegee.org>
11 Date: Tue, 18 Jan 2022 11:57:01 -0500
22 Subject: opendmarc/opendmarc.c:dmarfc_config_free: don't assert
33 conf->conf_refcnt == 0
22 Subject: fix-python-interpreter
33
44 Does not need to be forwarded. Upstream uses FreeBSD.
5
6 Forwarded: not-needed
57 ---
68 contrib/rddmarc/dmarcfail.py | 2 +-
79 1 file changed, 1 insertion(+), 1 deletion(-)
0 From: Scott Kitterman <scott@kitterman.com>
0 From: "@KIC-8462852" <>
11 Date: Tue, 18 Jan 2022 11:57:01 -0500
22 Subject: Fix memory leak when evaluating ARC chain by freeing temporary
33 string "arcdomain"
11 Date: Mon, 23 Dec 2019 11:12:36 -0500
22 Subject: ticket193
33
4 ===================================================================
4 Bug: https://sourceforge.net/p/opendmarc/tickets/193/
55 ---
66 db/Makefile.am | 2 +-
77 db/README.update-db-schema.mysql | 8 ++++++++
11 Date: Mon, 23 Dec 2019 11:12:36 -0500
22 Subject: ticket204
33
4 ===================================================================
4 Bug: https://sourceforge.net/p/opendmarc/tickets/204/
55 ---
66 reports/opendmarc-import.in | 6 +++---
77 1 file changed, 3 insertions(+), 3 deletions(-)
11 Date: Mon, 23 Dec 2019 11:12:36 -0500
22 Subject: ticket207
33
4 ===================================================================
4 Bug: https://sourceforge.net/p/opendmarc/tickets/207/
55 ---
66 reports/opendmarc-reports.in | 8 +++++++-
77 1 file changed, 7 insertions(+), 1 deletion(-)
11 Date: Mon, 23 Dec 2019 11:12:36 -0500
22 Subject: ticket208
33
4 ===================================================================
4 Bug: https://sourceforge.net/p/opendmarc/tickets/208/
55 ---
66 opendmarc/opendmarc-config.h | 1 +
77 opendmarc/opendmarc.c | 36 +++++++++++++++++++++++++++++++++++-