Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/opendmarc/files/, mail-filter/opendmarc/
Date: Tue, 04 May 2021 09:13:07
Message-Id: 1620119546.afa1ba45298c5cbbae54d6626c891398a11f633e.grobian@gentoo
1 commit: afa1ba45298c5cbbae54d6626c891398a11f633e
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 09:12:04 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 09:12:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa1ba45
7
8 mail-filter/opendmarc-1.4.1.1: version bump
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 mail-filter/opendmarc/Manifest | 2 +-
14 .../opendmarc/files/opendmarc-1.4.1-build-fix.patch | 17 -----------------
15 ...{opendmarc-1.4.1.ebuild => opendmarc-1.4.1.1.ebuild} | 4 ----
16 3 files changed, 1 insertion(+), 22 deletions(-)
17
18 diff --git a/mail-filter/opendmarc/Manifest b/mail-filter/opendmarc/Manifest
19 index d5a567f1a86..810ee6caf2d 100644
20 --- a/mail-filter/opendmarc/Manifest
21 +++ b/mail-filter/opendmarc/Manifest
22 @@ -1,2 +1,2 @@
23 DIST opendmarc-1.3.3.tar.gz 575319 BLAKE2B 72dae5553fea9a51d860aaac6d85171a245584a74134df2249217a88f3da04c4eb518141f6342e281c6a9186345d69a34b585dc3ed18bdb53313374db505f4f5 SHA512 bb4bf8e3ad2d1732b07e55316819d4fd708e529b54a336d7d00763e13bfc62580bb1b30f132fa786dbca15e526e8dd5e146c7be454e1c42714a9f57126fc5e12
24 -DIST opendmarc-1.4.1.tar.gz 426186 BLAKE2B 894b1cdce322950729de542d9c36d1a3226d6eff519ddce5715b50fd561edb815bef33b01194f216ac5388626dab6157391d837da3f11f7e67e3c52a1350f06c SHA512 df0276ebb9a72bfd5bf339976661f48ac66e273f17f66ee633c0017c588936fa0f4236ed15167c834bd394d8ff17dffcc07a92734093e63f84847dab35e69404
25 +DIST opendmarc-1.4.1.1.tar.gz 426618 BLAKE2B a74b2623bc35abb5c34f8d1eff737c71af8f5cadfd6a5d0a85adb6536efd2958118f9da25dd9b736dc24563221968c4ee1ff99b101fa30909764563bda2a8d88 SHA512 ee034386c70c75b87ca2fce0849a1a3538e10e0aebfb0fc9dcba6817d2cf71f52aa5586ccaacdee620190c5fbb81498419fb8e8db9fac15d7c71a61a7da396a6
26
27 diff --git a/mail-filter/opendmarc/files/opendmarc-1.4.1-build-fix.patch b/mail-filter/opendmarc/files/opendmarc-1.4.1-build-fix.patch
28 deleted file mode 100644
29 index 9be5752828c..00000000000
30 --- a/mail-filter/opendmarc/files/opendmarc-1.4.1-build-fix.patch
31 +++ /dev/null
32 @@ -1,17 +0,0 @@
33 -https://github.com/trusteddomainproject/OpenDMARC/issues/163
34 -
35 -mdomsch
36 -
37 -commit ab1bc01 removed conf_holdquarentinedmessages, but not completely.
38 -A reference to it still exists which causes the build to fail.
39 -
40 ---- a/opendmarc/opendmarc.c
41 -+++ b/opendmarc/opendmarc.c
42 -@@ -3591,7 +3591,6 @@
43 - ret = SMFIS_CONTINUE;
44 -
45 - if (conf->conf_rejectfail &&
46 -- conf->conf_holdquarantinedmessages &&
47 - random() % 100 < pct)
48 - {
49 - snprintf(replybuf, sizeof replybuf,
50
51 diff --git a/mail-filter/opendmarc/opendmarc-1.4.1.ebuild b/mail-filter/opendmarc/opendmarc-1.4.1.1.ebuild
52 similarity index 96%
53 rename from mail-filter/opendmarc/opendmarc-1.4.1.ebuild
54 rename to mail-filter/opendmarc/opendmarc-1.4.1.1.ebuild
55 index 6bbee3d7628..793fac6ee9b 100644
56 --- a/mail-filter/opendmarc/opendmarc-1.4.1.ebuild
57 +++ b/mail-filter/opendmarc/opendmarc-1.4.1.1.ebuild
58 @@ -25,10 +25,6 @@ RDEPEND="${DEPEND}
59 )
60 spf? ( mail-filter/libspf2 )"
61
62 -PATCHES=(
63 - "${FILESDIR}"/${PN}-1.4.1-build-fix.patch
64 -)
65 -
66 S=${WORKDIR}/OpenDMARC-rel-${PN}-${PV//./-}
67
68 src_prepare() {