public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hanno Böck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
Date: Sat,  4 Feb 2023 13:50:46 +0000 (UTC)	[thread overview]
Message-ID: <1675518585.010f5ff4fb5630e2415171199fe0d5ca0e9385d9.hanno@gentoo> (raw)

commit:     010f5ff4fb5630e2415171199fe0d5ca0e9385d9
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 13:49:31 2023 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 13:49:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010f5ff4

mail-filter/zdkimfilter: add 3.13

No longer uses opendkim, needs gnutls.

Closes: https://bugs.gentoo.org/847205
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>

 mail-filter/zdkimfilter/Manifest                |  1 +
 mail-filter/zdkimfilter/zdkimfilter-3.13.ebuild | 34 +++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/mail-filter/zdkimfilter/Manifest b/mail-filter/zdkimfilter/Manifest
index 4616acb8693c..6375da13fcf9 100644
--- a/mail-filter/zdkimfilter/Manifest
+++ b/mail-filter/zdkimfilter/Manifest
@@ -1,3 +1,4 @@
 DIST zdkimfilter-1.8.tar.gz 717481 BLAKE2B ec662a02c4a248085a42548d892084eb23c592c0511026039d18e8cc7a1a46dcf37411f8fc7395be507065ddb9cda8c5a1226e5e379852b4ef7ee84c2936b439 SHA512 e4b32c5d636db8a76ecfc2e4c8b1bda2053dc6c5baba13ed66120458f012a9d22d9ec269ae88100f1cc048b9c7d6c67a887ed1a48435a6353ab68bc13054c42c
 DIST zdkimfilter-2.1.tar.gz 737474 BLAKE2B a36155eef3bc31ede1446244f920040f1885109deae5646379f66a1a41315ad7f90552b64f138a61c4d88c0f616e2524fd8911302fd301503e70443948a68a34 SHA512 493a53d0879c7516196df32e364bf94d4f7f5265095637417ca9e569145dea68e528debe93f0835ffac493f05ab38d2b4cbd2bcd7da8029f5a9ef98a488d058d
 DIST zdkimfilter-2.2.tar.gz 742580 BLAKE2B b0d7c4ead1e6f3d3588c0b197b9615dd9cddde62230937a1d91ad38799e90e9ec18d29a14c14def9e1f88207afaebe3de496a57a78c049871d875391abce9574 SHA512 3a258f67ace9542dbc150ad1e89791fd50885c9e2599fffeb84b85460a56b3b3541f62779d374366b405274f92d5fa518d8e4c758e82a8a7dfac8a94fb0c6d91
+DIST zdkimfilter-3.13.tar.gz 928058 BLAKE2B 70e16bb9063e966b03d5fd96b8ec458cf5451bb7ce3941539687897a6ad5446a05a8da54a129352ada98b9ed9d4412f3534e189034e9b2507ffe22d0aecf5f1d SHA512 1d3a5d1e5b9f8d56f6a03dd08c09ac7ee52fc9af0d305da3965fbd59e6dffcc85238f448df6746ad4f692dfe2bc928a1209ca6630c63ee3c378cb2660f019ce4

diff --git a/mail-filter/zdkimfilter/zdkimfilter-3.13.ebuild b/mail-filter/zdkimfilter/zdkimfilter-3.13.ebuild
new file mode 100644
index 000000000000..be5a3056254d
--- /dev/null
+++ b/mail-filter/zdkimfilter/zdkimfilter-3.13.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DESCRIPTION="DKIM filter for Courier-MTA"
+HOMEPAGE="https://www.tana.it/sw/zdkimfilter"
+SRC_URI="https://www.tana.it/sw/zdkimfilter/${P}.tar.gz"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug"
+
+DEPEND="net-libs/gnutls
+	mail-mta/courier
+	dev-db/opendbx
+	dev-libs/nettle:=
+	net-dns/libidn2:=
+	dev-libs/libunistring:="
+RDEPEND="${DEPEND}"
+
+# Tests don't work with portage sandbox
+RESTRICT="test"
+
+src_configure() {
+	econf $(use_enable debug)
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	diropts -o mail -g mail
+	dodir /etc/courier/filters/keys
+	dodoc release-notes-*.txt README ChangeLog
+	dodoc odbx_example.{conf,sql}
+}


             reply	other threads:[~2023-02-04 13:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-04 13:50 Hanno Böck [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-24 17:10 [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/ Hanno Böck
2025-01-24 17:09 Hanno Böck
2024-09-20  5:50 Hanno Böck
2024-06-06 11:26 Hanno Böck
2024-04-20 14:21 Hanno Böck
2024-04-20 14:19 Hanno Böck
2024-01-19 13:06 Hanno Böck
2023-12-31  2:45 Conrad Kostecki
2023-03-30  7:52 Hanno Böck
2023-03-10 20:43 Hanno Böck
2023-03-10  9:31 Hanno Böck
2023-02-04 17:43 Hanno Böck
2020-09-09  9:08 Hanno Böck
2020-05-06  9:16 Hanno Böck
2019-11-16  7:38 Hanno Böck
2016-03-18 19:11 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1675518585.010f5ff4fb5630e2415171199fe0d5ca0e9385d9.hanno@gentoo \
    --to=hanno@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox