commit:     afa1ba45298c5cbbae54d6626c891398a11f633e
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 09:12:04 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue May  4 09:12:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa1ba45

mail-filter/opendmarc-1.4.1.1: version bump

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 mail-filter/opendmarc/Manifest                          |  2 +-
 .../opendmarc/files/opendmarc-1.4.1-build-fix.patch     | 17 -----------------
 ...{opendmarc-1.4.1.ebuild => opendmarc-1.4.1.1.ebuild} |  4 ----
 3 files changed, 1 insertion(+), 22 deletions(-)

diff --git a/mail-filter/opendmarc/Manifest b/mail-filter/opendmarc/Manifest
index d5a567f1a86..810ee6caf2d 100644
--- a/mail-filter/opendmarc/Manifest
+++ b/mail-filter/opendmarc/Manifest
@@ -1,2 +1,2 @@
 DIST opendmarc-1.3.3.tar.gz 575319 BLAKE2B 
72dae5553fea9a51d860aaac6d85171a245584a74134df2249217a88f3da04c4eb518141f6342e281c6a9186345d69a34b585dc3ed18bdb53313374db505f4f5
 SHA512 
bb4bf8e3ad2d1732b07e55316819d4fd708e529b54a336d7d00763e13bfc62580bb1b30f132fa786dbca15e526e8dd5e146c7be454e1c42714a9f57126fc5e12
-DIST opendmarc-1.4.1.tar.gz 426186 BLAKE2B 
894b1cdce322950729de542d9c36d1a3226d6eff519ddce5715b50fd561edb815bef33b01194f216ac5388626dab6157391d837da3f11f7e67e3c52a1350f06c
 SHA512 
df0276ebb9a72bfd5bf339976661f48ac66e273f17f66ee633c0017c588936fa0f4236ed15167c834bd394d8ff17dffcc07a92734093e63f84847dab35e69404
+DIST opendmarc-1.4.1.1.tar.gz 426618 BLAKE2B 
a74b2623bc35abb5c34f8d1eff737c71af8f5cadfd6a5d0a85adb6536efd2958118f9da25dd9b736dc24563221968c4ee1ff99b101fa30909764563bda2a8d88
 SHA512 
ee034386c70c75b87ca2fce0849a1a3538e10e0aebfb0fc9dcba6817d2cf71f52aa5586ccaacdee620190c5fbb81498419fb8e8db9fac15d7c71a61a7da396a6

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
deleted file mode 100644
index 9be5752828c..00000000000
--- a/mail-filter/opendmarc/files/opendmarc-1.4.1-build-fix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-https://github.com/trusteddomainproject/OpenDMARC/issues/163
-
-mdomsch
-
-commit ab1bc01 removed conf_holdquarentinedmessages, but not completely.
-A reference to it still exists which causes the build to fail.
-
---- a/opendmarc/opendmarc.c
-+++ b/opendmarc/opendmarc.c
-@@ -3591,7 +3591,6 @@
-               ret = SMFIS_CONTINUE;
- 
-               if (conf->conf_rejectfail &&
--                  conf->conf_holdquarantinedmessages &&
-                   random() % 100 < pct)
-               {
-                       snprintf(replybuf, sizeof replybuf,

diff --git a/mail-filter/opendmarc/opendmarc-1.4.1.ebuild 
b/mail-filter/opendmarc/opendmarc-1.4.1.1.ebuild
similarity index 96%
rename from mail-filter/opendmarc/opendmarc-1.4.1.ebuild
rename to mail-filter/opendmarc/opendmarc-1.4.1.1.ebuild
index 6bbee3d7628..793fac6ee9b 100644
--- a/mail-filter/opendmarc/opendmarc-1.4.1.ebuild
+++ b/mail-filter/opendmarc/opendmarc-1.4.1.1.ebuild
@@ -25,10 +25,6 @@ RDEPEND="${DEPEND}
        )
        spf? ( mail-filter/libspf2 )"
 
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.4.1-build-fix.patch
-)
-
 S=${WORKDIR}/OpenDMARC-rel-${PN}-${PV//./-}
 
 src_prepare() {

Reply via email to