public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
@ 2016-03-18 19:11 Michał Górny
  0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2016-03-18 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     8f04be56a48c01c01eee7e5e392e63b99bfcc048
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 18:37:47 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 19:10:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f04be56

mail-filter/zdkimfilter: Collapse multiple <use/> blocks in metadata.xml

 mail-filter/zdkimfilter/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/mail-filter/zdkimfilter/metadata.xml b/mail-filter/zdkimfilter/metadata.xml
index 90f8719..fc0f4ef 100644
--- a/mail-filter/zdkimfilter/metadata.xml
+++ b/mail-filter/zdkimfilter/metadata.xml
@@ -12,8 +12,6 @@
 	Log process and signal information. Also leave the child process running for
 	gdb examination.
 	</flag>
-</use>
-<use>
 	<flag name="opendbx">
 	An alternate statistics based storage engine.
 	</flag>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
@ 2019-11-16  7:38 Hanno Böck
  0 siblings, 0 replies; 14+ messages in thread
From: Hanno Böck @ 2019-11-16  7:38 UTC (permalink / raw
  To: gentoo-commits

commit:     84e0ef5095721bf92f5f370259c52b644ff40bec
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 07:38:49 2019 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 07:38:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e0ef50

mail-filter/zdkimfilter: Initial commit

DKIM support for the courier MTA.
This package was previously removed from Gentoo due to
lack of maintainership, reviving it due to increased
need of DKIM support.

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18

 mail-filter/zdkimfilter/Manifest               |  1 +
 mail-filter/zdkimfilter/metadata.xml           |  7 ++++++
 mail-filter/zdkimfilter/zdkimfilter-1.8.ebuild | 35 ++++++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/mail-filter/zdkimfilter/Manifest b/mail-filter/zdkimfilter/Manifest
new file mode 100644
index 00000000000..9a97e398ef1
--- /dev/null
+++ b/mail-filter/zdkimfilter/Manifest
@@ -0,0 +1 @@
+DIST zdkimfilter-1.8.tar.gz 717481 BLAKE2B ec662a02c4a248085a42548d892084eb23c592c0511026039d18e8cc7a1a46dcf37411f8fc7395be507065ddb9cda8c5a1226e5e379852b4ef7ee84c2936b439 SHA512 e4b32c5d636db8a76ecfc2e4c8b1bda2053dc6c5baba13ed66120458f012a9d22d9ec269ae88100f1cc048b9c7d6c67a887ed1a48435a6353ab68bc13054c42c

diff --git a/mail-filter/zdkimfilter/metadata.xml b/mail-filter/zdkimfilter/metadata.xml
new file mode 100644
index 00000000000..38ce6c17a3f
--- /dev/null
+++ b/mail-filter/zdkimfilter/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>hanno@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>

diff --git a/mail-filter/zdkimfilter/zdkimfilter-1.8.ebuild b/mail-filter/zdkimfilter/zdkimfilter-1.8.ebuild
new file mode 100644
index 00000000000..6205edee11c
--- /dev/null
+++ b/mail-filter/zdkimfilter/zdkimfilter-1.8.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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="mail-filter/opendkim
+	mail-mta/courier
+	dev-db/opendbx
+	dev-libs/nettle
+	net-dns/libidn2
+	dev-libs/libunistring"
+RDEPEND="${DEPEND}"
+
+# For working tests we need a fix for opendkim,
+# see https://bugs.gentoo.org/700174
+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}
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
@ 2020-05-06  9:16 Hanno Böck
  0 siblings, 0 replies; 14+ messages in thread
From: Hanno Böck @ 2020-05-06  9:16 UTC (permalink / raw
  To: gentoo-commits

commit:     5c2689c715c375e8805f14a5252301d3cfaa711d
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 09:16:14 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Wed May  6 09:16:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2689c7

mail-filter/zdkimfilter: Version bump

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.99, Repoman-2.3.22

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

diff --git a/mail-filter/zdkimfilter/Manifest b/mail-filter/zdkimfilter/Manifest
index 9a97e398ef1..0379a3343a5 100644
--- a/mail-filter/zdkimfilter/Manifest
+++ b/mail-filter/zdkimfilter/Manifest
@@ -1 +1,2 @@
 DIST zdkimfilter-1.8.tar.gz 717481 BLAKE2B ec662a02c4a248085a42548d892084eb23c592c0511026039d18e8cc7a1a46dcf37411f8fc7395be507065ddb9cda8c5a1226e5e379852b4ef7ee84c2936b439 SHA512 e4b32c5d636db8a76ecfc2e4c8b1bda2053dc6c5baba13ed66120458f012a9d22d9ec269ae88100f1cc048b9c7d6c67a887ed1a48435a6353ab68bc13054c42c
+DIST zdkimfilter-2.1.tar.gz 737474 BLAKE2B a36155eef3bc31ede1446244f920040f1885109deae5646379f66a1a41315ad7f90552b64f138a61c4d88c0f616e2524fd8911302fd301503e70443948a68a34 SHA512 493a53d0879c7516196df32e364bf94d4f7f5265095637417ca9e569145dea68e528debe93f0835ffac493f05ab38d2b4cbd2bcd7da8029f5a9ef98a488d058d

diff --git a/mail-filter/zdkimfilter/zdkimfilter-2.1.ebuild b/mail-filter/zdkimfilter/zdkimfilter-2.1.ebuild
new file mode 100644
index 00000000000..87051257392
--- /dev/null
+++ b/mail-filter/zdkimfilter/zdkimfilter-2.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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="mail-filter/opendkim
+	mail-mta/courier
+	dev-db/opendbx
+	dev-libs/nettle
+	net-dns/libidn2
+	dev-libs/libunistring"
+RDEPEND="${DEPEND}"
+
+# For working tests we need a fix for opendkim,
+# see https://bugs.gentoo.org/700174
+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}
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
@ 2020-09-09  9:08 Hanno Böck
  0 siblings, 0 replies; 14+ messages in thread
From: Hanno Böck @ 2020-09-09  9:08 UTC (permalink / raw
  To: gentoo-commits

commit:     1aa51088420d84d8568ed5c7999b0651ad5f551b
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  9 09:08:05 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Wed Sep  9 09:08:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa51088

mail-filter/zdkimfilter: Version bump

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.6, Repoman-3.0.1

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

diff --git a/mail-filter/zdkimfilter/Manifest b/mail-filter/zdkimfilter/Manifest
index 0379a3343a5..4616acb8693 100644
--- a/mail-filter/zdkimfilter/Manifest
+++ b/mail-filter/zdkimfilter/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/mail-filter/zdkimfilter/zdkimfilter-2.2.ebuild b/mail-filter/zdkimfilter/zdkimfilter-2.2.ebuild
new file mode 100644
index 00000000000..87051257392
--- /dev/null
+++ b/mail-filter/zdkimfilter/zdkimfilter-2.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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="mail-filter/opendkim
+	mail-mta/courier
+	dev-db/opendbx
+	dev-libs/nettle
+	net-dns/libidn2
+	dev-libs/libunistring"
+RDEPEND="${DEPEND}"
+
+# For working tests we need a fix for opendkim,
+# see https://bugs.gentoo.org/700174
+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}
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
@ 2023-02-04 13:50 Hanno Böck
  0 siblings, 0 replies; 14+ messages in thread
From: Hanno Böck @ 2023-02-04 13:50 UTC (permalink / raw
  To: gentoo-commits

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}
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
@ 2023-02-04 17:43 Hanno Böck
  0 siblings, 0 replies; 14+ messages in thread
From: Hanno Böck @ 2023-02-04 17:43 UTC (permalink / raw
  To: gentoo-commits

commit:     27a036af17ab8f4257289448e14847e4880fe645
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 17:42:58 2023 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 17:42:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a036af

mail-filter/zdkimfilter: Add missing libbsd dep.

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

 mail-filter/zdkimfilter/zdkimfilter-3.13-r1.ebuild | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/mail-filter/zdkimfilter/zdkimfilter-3.13-r1.ebuild b/mail-filter/zdkimfilter/zdkimfilter-3.13-r1.ebuild
new file mode 100644
index 000000000000..495b98b46cd9
--- /dev/null
+++ b/mail-filter/zdkimfilter/zdkimfilter-3.13-r1.ebuild
@@ -0,0 +1,35 @@
+# 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:=
+	dev-libs/libbsd"
+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}
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
@ 2023-03-10  9:31 Hanno Böck
  0 siblings, 0 replies; 14+ messages in thread
From: Hanno Böck @ 2023-03-10  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     a8d3e70f860d86628db6305b3b9581118d805cfe
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 09:30:45 2023 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 09:30:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d3e70f

mail-filter/zdkimfilter: drop 1.8, 2.1, 2.2, 3.13

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>

 mail-filter/zdkimfilter/Manifest                |  3 ---
 mail-filter/zdkimfilter/zdkimfilter-1.8.ebuild  | 35 -------------------------
 mail-filter/zdkimfilter/zdkimfilter-2.1.ebuild  | 35 -------------------------
 mail-filter/zdkimfilter/zdkimfilter-2.2.ebuild  | 35 -------------------------
 mail-filter/zdkimfilter/zdkimfilter-3.13.ebuild | 34 ------------------------
 5 files changed, 142 deletions(-)

diff --git a/mail-filter/zdkimfilter/Manifest b/mail-filter/zdkimfilter/Manifest
index 6375da13fcf9..9dc46e690f45 100644
--- a/mail-filter/zdkimfilter/Manifest
+++ b/mail-filter/zdkimfilter/Manifest
@@ -1,4 +1 @@
-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-1.8.ebuild b/mail-filter/zdkimfilter/zdkimfilter-1.8.ebuild
deleted file mode 100644
index d7ee7b6edfc1..000000000000
--- a/mail-filter/zdkimfilter/zdkimfilter-1.8.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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="mail-filter/opendkim
-	mail-mta/courier
-	dev-db/opendbx
-	dev-libs/nettle:=
-	net-dns/libidn2:=
-	dev-libs/libunistring:="
-RDEPEND="${DEPEND}"
-
-# For working tests we need a fix for opendkim,
-# see https://bugs.gentoo.org/700174
-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}
-}

diff --git a/mail-filter/zdkimfilter/zdkimfilter-2.1.ebuild b/mail-filter/zdkimfilter/zdkimfilter-2.1.ebuild
deleted file mode 100644
index d7ee7b6edfc1..000000000000
--- a/mail-filter/zdkimfilter/zdkimfilter-2.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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="mail-filter/opendkim
-	mail-mta/courier
-	dev-db/opendbx
-	dev-libs/nettle:=
-	net-dns/libidn2:=
-	dev-libs/libunistring:="
-RDEPEND="${DEPEND}"
-
-# For working tests we need a fix for opendkim,
-# see https://bugs.gentoo.org/700174
-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}
-}

diff --git a/mail-filter/zdkimfilter/zdkimfilter-2.2.ebuild b/mail-filter/zdkimfilter/zdkimfilter-2.2.ebuild
deleted file mode 100644
index d7ee7b6edfc1..000000000000
--- a/mail-filter/zdkimfilter/zdkimfilter-2.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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="mail-filter/opendkim
-	mail-mta/courier
-	dev-db/opendbx
-	dev-libs/nettle:=
-	net-dns/libidn2:=
-	dev-libs/libunistring:="
-RDEPEND="${DEPEND}"
-
-# For working tests we need a fix for opendkim,
-# see https://bugs.gentoo.org/700174
-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}
-}

diff --git a/mail-filter/zdkimfilter/zdkimfilter-3.13.ebuild b/mail-filter/zdkimfilter/zdkimfilter-3.13.ebuild
deleted file mode 100644
index be5a3056254d..000000000000
--- a/mail-filter/zdkimfilter/zdkimfilter-3.13.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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}
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
@ 2023-03-10 20:43 Hanno Böck
  0 siblings, 0 replies; 14+ messages in thread
From: Hanno Böck @ 2023-03-10 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1f8b0de60f5abf4d590b98c0d0b110673a2fa719
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 20:42:59 2023 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 20:42:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8b0de6

mail-filter/zdkimfilter: add 3.14

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>

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

diff --git a/mail-filter/zdkimfilter/Manifest b/mail-filter/zdkimfilter/Manifest
index 9dc46e690f45..8ebdf2f74e31 100644
--- a/mail-filter/zdkimfilter/Manifest
+++ b/mail-filter/zdkimfilter/Manifest
@@ -1 +1,2 @@
 DIST zdkimfilter-3.13.tar.gz 928058 BLAKE2B 70e16bb9063e966b03d5fd96b8ec458cf5451bb7ce3941539687897a6ad5446a05a8da54a129352ada98b9ed9d4412f3534e189034e9b2507ffe22d0aecf5f1d SHA512 1d3a5d1e5b9f8d56f6a03dd08c09ac7ee52fc9af0d305da3965fbd59e6dffcc85238f448df6746ad4f692dfe2bc928a1209ca6630c63ee3c378cb2660f019ce4
+DIST zdkimfilter-3.14.tar.gz 937212 BLAKE2B 93a7e74ad347d171527c24d0f9ee8c38895607ebb3bf08505eef1083cc63d199f82f98d45b9537ecd60e46716f9601694fc8df9d1a96dfd5f7ce74f1646c13ab SHA512 3d8fa2955fe4c61de961d5396a14cdfd60e7df4c48b19dcdc283688192693ad4876ce470a2e9de18292f3addb7f9c2fed3586e4fe11ab3a362456af7c036eb1b

diff --git a/mail-filter/zdkimfilter/zdkimfilter-3.14.ebuild b/mail-filter/zdkimfilter/zdkimfilter-3.14.ebuild
new file mode 100644
index 000000000000..495b98b46cd9
--- /dev/null
+++ b/mail-filter/zdkimfilter/zdkimfilter-3.14.ebuild
@@ -0,0 +1,35 @@
+# 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:=
+	dev-libs/libbsd"
+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}
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
@ 2023-03-30  7:52 Hanno Böck
  0 siblings, 0 replies; 14+ messages in thread
From: Hanno Böck @ 2023-03-30  7:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0f41976828c7283b927a122ba289940ca4e3c791
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 07:52:10 2023 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 07:52:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f419768

mail-filter/zdkimfilter: add 3.15

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>

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

diff --git a/mail-filter/zdkimfilter/Manifest b/mail-filter/zdkimfilter/Manifest
index 8ebdf2f74e31..69388db26226 100644
--- a/mail-filter/zdkimfilter/Manifest
+++ b/mail-filter/zdkimfilter/Manifest
@@ -1,2 +1,3 @@
 DIST zdkimfilter-3.13.tar.gz 928058 BLAKE2B 70e16bb9063e966b03d5fd96b8ec458cf5451bb7ce3941539687897a6ad5446a05a8da54a129352ada98b9ed9d4412f3534e189034e9b2507ffe22d0aecf5f1d SHA512 1d3a5d1e5b9f8d56f6a03dd08c09ac7ee52fc9af0d305da3965fbd59e6dffcc85238f448df6746ad4f692dfe2bc928a1209ca6630c63ee3c378cb2660f019ce4
 DIST zdkimfilter-3.14.tar.gz 937212 BLAKE2B 93a7e74ad347d171527c24d0f9ee8c38895607ebb3bf08505eef1083cc63d199f82f98d45b9537ecd60e46716f9601694fc8df9d1a96dfd5f7ce74f1646c13ab SHA512 3d8fa2955fe4c61de961d5396a14cdfd60e7df4c48b19dcdc283688192693ad4876ce470a2e9de18292f3addb7f9c2fed3586e4fe11ab3a362456af7c036eb1b
+DIST zdkimfilter-3.15.tar.gz 940615 BLAKE2B 7d28b116ecbe64700eaecb5c51b4a11d01c02c59873d22bd4f909274a270e836f75a0ce4fd0b722ff4dcfc6b83e0383789fa31acd8493ed3d1a641807246e9da SHA512 9df73cb246146cd217704887d4e3d78460e492803337cf75b4fcdc28c0ac0565d84340f85d07891af5b07d36b34aedf45182bb52ef53ac30e6ae3d8dec53977c

diff --git a/mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild b/mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild
new file mode 100644
index 000000000000..495b98b46cd9
--- /dev/null
+++ b/mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild
@@ -0,0 +1,35 @@
+# 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:=
+	dev-libs/libbsd"
+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}
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
@ 2023-12-31  2:45 Conrad Kostecki
  0 siblings, 0 replies; 14+ messages in thread
From: Conrad Kostecki @ 2023-12-31  2:45 UTC (permalink / raw
  To: gentoo-commits

commit:     84ca6a9211958d303a421d35c93bac1a5baaee86
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Dec 29 21:50:09 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 02:39:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ca6a92

mail-filter/zdkimfilter: fix calling ar directly, bug #893258

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>

Closes: https://bugs.gentoo.org/893258
Closes: https://github.com/gentoo/gentoo/pull/34550
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild b/mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild
index 495b98b46cd9..928a0c563b2b 100644
--- a/mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild
+++ b/mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild
@@ -2,9 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
+
+inherit toolchain-funcs
+
 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"
@@ -26,6 +30,10 @@ src_configure() {
 	econf $(use_enable debug)
 }
 
+src_compile() {
+	emake AR=$(tc-getAR)
+}
+
 src_install() {
 	emake DESTDIR="${D}" install
 	diropts -o mail -g mail


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
@ 2024-01-19 13:06 Hanno Böck
  0 siblings, 0 replies; 14+ messages in thread
From: Hanno Böck @ 2024-01-19 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f9862f2609936490f9dd714f1d7d0d24ae43796e
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 13:05:42 2024 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 13:05:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9862f26

mail-filter/zdkimfilter: add 3.17

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>

 mail-filter/zdkimfilter/Manifest                |  1 +
 mail-filter/zdkimfilter/zdkimfilter-3.17.ebuild | 43 +++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/mail-filter/zdkimfilter/Manifest b/mail-filter/zdkimfilter/Manifest
index 69388db26226..e855cb11d00d 100644
--- a/mail-filter/zdkimfilter/Manifest
+++ b/mail-filter/zdkimfilter/Manifest
@@ -1,3 +1,4 @@
 DIST zdkimfilter-3.13.tar.gz 928058 BLAKE2B 70e16bb9063e966b03d5fd96b8ec458cf5451bb7ce3941539687897a6ad5446a05a8da54a129352ada98b9ed9d4412f3534e189034e9b2507ffe22d0aecf5f1d SHA512 1d3a5d1e5b9f8d56f6a03dd08c09ac7ee52fc9af0d305da3965fbd59e6dffcc85238f448df6746ad4f692dfe2bc928a1209ca6630c63ee3c378cb2660f019ce4
 DIST zdkimfilter-3.14.tar.gz 937212 BLAKE2B 93a7e74ad347d171527c24d0f9ee8c38895607ebb3bf08505eef1083cc63d199f82f98d45b9537ecd60e46716f9601694fc8df9d1a96dfd5f7ce74f1646c13ab SHA512 3d8fa2955fe4c61de961d5396a14cdfd60e7df4c48b19dcdc283688192693ad4876ce470a2e9de18292f3addb7f9c2fed3586e4fe11ab3a362456af7c036eb1b
 DIST zdkimfilter-3.15.tar.gz 940615 BLAKE2B 7d28b116ecbe64700eaecb5c51b4a11d01c02c59873d22bd4f909274a270e836f75a0ce4fd0b722ff4dcfc6b83e0383789fa31acd8493ed3d1a641807246e9da SHA512 9df73cb246146cd217704887d4e3d78460e492803337cf75b4fcdc28c0ac0565d84340f85d07891af5b07d36b34aedf45182bb52ef53ac30e6ae3d8dec53977c
+DIST zdkimfilter-3.17.tar.gz 950222 BLAKE2B b1a9b6cc19dac6e78d8f9f16eaf79af043021f1ede9f29e702b76e3d3ac9c96ade2ed4a3e0d1dd49d75326cee5c8bcfe36b126f1537853a90c475c39f19aab20 SHA512 3624d80fc9c077b0ba33e4227fdf74f16d4f9a9242fd6aa960277c61ed08b822e39669bd564f15d4924b8753d59c0b6eb797a9e5d836b9101dcd5c5b19b69578

diff --git a/mail-filter/zdkimfilter/zdkimfilter-3.17.ebuild b/mail-filter/zdkimfilter/zdkimfilter-3.17.ebuild
new file mode 100644
index 000000000000..09af6b16b266
--- /dev/null
+++ b/mail-filter/zdkimfilter/zdkimfilter-3.17.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+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:=
+	dev-libs/libbsd"
+RDEPEND="${DEPEND}"
+
+# Tests don't work with portage sandbox
+RESTRICT="test"
+
+src_configure() {
+	econf $(use_enable debug)
+}
+
+src_compile() {
+	emake AR=$(tc-getAR)
+}
+
+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}
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
@ 2024-04-20 14:19 Hanno Böck
  0 siblings, 0 replies; 14+ messages in thread
From: Hanno Böck @ 2024-04-20 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     cb818fe936a5db76b34d94f9078bd2bc8d2ca824
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 14:19:11 2024 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 14:19:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb818fe9

mail-filter/zdkimfilter: drop 3.13-r1, 3.14, 3.15

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>

 mail-filter/zdkimfilter/Manifest                   |  3 --
 mail-filter/zdkimfilter/zdkimfilter-3.13-r1.ebuild | 35 ------------------
 mail-filter/zdkimfilter/zdkimfilter-3.14.ebuild    | 35 ------------------
 mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild    | 43 ----------------------
 4 files changed, 116 deletions(-)

diff --git a/mail-filter/zdkimfilter/Manifest b/mail-filter/zdkimfilter/Manifest
index e855cb11d00d..1ac24bc1f7d0 100644
--- a/mail-filter/zdkimfilter/Manifest
+++ b/mail-filter/zdkimfilter/Manifest
@@ -1,4 +1 @@
-DIST zdkimfilter-3.13.tar.gz 928058 BLAKE2B 70e16bb9063e966b03d5fd96b8ec458cf5451bb7ce3941539687897a6ad5446a05a8da54a129352ada98b9ed9d4412f3534e189034e9b2507ffe22d0aecf5f1d SHA512 1d3a5d1e5b9f8d56f6a03dd08c09ac7ee52fc9af0d305da3965fbd59e6dffcc85238f448df6746ad4f692dfe2bc928a1209ca6630c63ee3c378cb2660f019ce4
-DIST zdkimfilter-3.14.tar.gz 937212 BLAKE2B 93a7e74ad347d171527c24d0f9ee8c38895607ebb3bf08505eef1083cc63d199f82f98d45b9537ecd60e46716f9601694fc8df9d1a96dfd5f7ce74f1646c13ab SHA512 3d8fa2955fe4c61de961d5396a14cdfd60e7df4c48b19dcdc283688192693ad4876ce470a2e9de18292f3addb7f9c2fed3586e4fe11ab3a362456af7c036eb1b
-DIST zdkimfilter-3.15.tar.gz 940615 BLAKE2B 7d28b116ecbe64700eaecb5c51b4a11d01c02c59873d22bd4f909274a270e836f75a0ce4fd0b722ff4dcfc6b83e0383789fa31acd8493ed3d1a641807246e9da SHA512 9df73cb246146cd217704887d4e3d78460e492803337cf75b4fcdc28c0ac0565d84340f85d07891af5b07d36b34aedf45182bb52ef53ac30e6ae3d8dec53977c
 DIST zdkimfilter-3.17.tar.gz 950222 BLAKE2B b1a9b6cc19dac6e78d8f9f16eaf79af043021f1ede9f29e702b76e3d3ac9c96ade2ed4a3e0d1dd49d75326cee5c8bcfe36b126f1537853a90c475c39f19aab20 SHA512 3624d80fc9c077b0ba33e4227fdf74f16d4f9a9242fd6aa960277c61ed08b822e39669bd564f15d4924b8753d59c0b6eb797a9e5d836b9101dcd5c5b19b69578

diff --git a/mail-filter/zdkimfilter/zdkimfilter-3.13-r1.ebuild b/mail-filter/zdkimfilter/zdkimfilter-3.13-r1.ebuild
deleted file mode 100644
index 495b98b46cd9..000000000000
--- a/mail-filter/zdkimfilter/zdkimfilter-3.13-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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:=
-	dev-libs/libbsd"
-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}
-}

diff --git a/mail-filter/zdkimfilter/zdkimfilter-3.14.ebuild b/mail-filter/zdkimfilter/zdkimfilter-3.14.ebuild
deleted file mode 100644
index 495b98b46cd9..000000000000
--- a/mail-filter/zdkimfilter/zdkimfilter-3.14.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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:=
-	dev-libs/libbsd"
-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}
-}

diff --git a/mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild b/mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild
deleted file mode 100644
index 928a0c563b2b..000000000000
--- a/mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-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:=
-	dev-libs/libbsd"
-RDEPEND="${DEPEND}"
-
-# Tests don't work with portage sandbox
-RESTRICT="test"
-
-src_configure() {
-	econf $(use_enable debug)
-}
-
-src_compile() {
-	emake AR=$(tc-getAR)
-}
-
-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}
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
@ 2024-04-20 14:21 Hanno Böck
  0 siblings, 0 replies; 14+ messages in thread
From: Hanno Böck @ 2024-04-20 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     8384fdc3a5d6c007d80831ddbb84f6f702f40aac
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 14:20:10 2024 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 14:20:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8384fdc3

mail-filter/zdkimfilter: add 3.18

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>

 mail-filter/zdkimfilter/Manifest                |  1 +
 mail-filter/zdkimfilter/zdkimfilter-3.18.ebuild | 43 +++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/mail-filter/zdkimfilter/Manifest b/mail-filter/zdkimfilter/Manifest
index 1ac24bc1f7d0..6f64c5bcab63 100644
--- a/mail-filter/zdkimfilter/Manifest
+++ b/mail-filter/zdkimfilter/Manifest
@@ -1 +1,2 @@
 DIST zdkimfilter-3.17.tar.gz 950222 BLAKE2B b1a9b6cc19dac6e78d8f9f16eaf79af043021f1ede9f29e702b76e3d3ac9c96ade2ed4a3e0d1dd49d75326cee5c8bcfe36b126f1537853a90c475c39f19aab20 SHA512 3624d80fc9c077b0ba33e4227fdf74f16d4f9a9242fd6aa960277c61ed08b822e39669bd564f15d4924b8753d59c0b6eb797a9e5d836b9101dcd5c5b19b69578
+DIST zdkimfilter-3.18.tar.gz 955330 BLAKE2B e61a2f3b3cf91699a1714e2e546db7b26c461955ba719af866a485649fb0934b8651e3350b56cf4fda5902b19ac94c279092077440b359d7d70f8d5caf68d952 SHA512 e596213d26914513ead177f5ac20a47fc7381f06c527098b9dc04bd77dcd1d85ba8b21b86337dbf4e4d129c5248c312bdec92afd4af7c4a32bd632d4663e6861

diff --git a/mail-filter/zdkimfilter/zdkimfilter-3.18.ebuild b/mail-filter/zdkimfilter/zdkimfilter-3.18.ebuild
new file mode 100644
index 000000000000..09af6b16b266
--- /dev/null
+++ b/mail-filter/zdkimfilter/zdkimfilter-3.18.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+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:=
+	dev-libs/libbsd"
+RDEPEND="${DEPEND}"
+
+# Tests don't work with portage sandbox
+RESTRICT="test"
+
+src_configure() {
+	econf $(use_enable debug)
+}
+
+src_compile() {
+	emake AR=$(tc-getAR)
+}
+
+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}
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
@ 2024-06-06 11:26 Hanno Böck
  0 siblings, 0 replies; 14+ messages in thread
From: Hanno Böck @ 2024-06-06 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a46c63b92f4ee78e4ddb2392de03fa52fc596899
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 11:26:25 2024 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 11:26:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46c63b9

mail-filter/zdkimfilter: add 3.20

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>

 mail-filter/zdkimfilter/Manifest                |  1 +
 mail-filter/zdkimfilter/zdkimfilter-3.20.ebuild | 43 +++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/mail-filter/zdkimfilter/Manifest b/mail-filter/zdkimfilter/Manifest
index 6f64c5bcab63..a7c64d67f458 100644
--- a/mail-filter/zdkimfilter/Manifest
+++ b/mail-filter/zdkimfilter/Manifest
@@ -1,2 +1,3 @@
 DIST zdkimfilter-3.17.tar.gz 950222 BLAKE2B b1a9b6cc19dac6e78d8f9f16eaf79af043021f1ede9f29e702b76e3d3ac9c96ade2ed4a3e0d1dd49d75326cee5c8bcfe36b126f1537853a90c475c39f19aab20 SHA512 3624d80fc9c077b0ba33e4227fdf74f16d4f9a9242fd6aa960277c61ed08b822e39669bd564f15d4924b8753d59c0b6eb797a9e5d836b9101dcd5c5b19b69578
 DIST zdkimfilter-3.18.tar.gz 955330 BLAKE2B e61a2f3b3cf91699a1714e2e546db7b26c461955ba719af866a485649fb0934b8651e3350b56cf4fda5902b19ac94c279092077440b359d7d70f8d5caf68d952 SHA512 e596213d26914513ead177f5ac20a47fc7381f06c527098b9dc04bd77dcd1d85ba8b21b86337dbf4e4d129c5248c312bdec92afd4af7c4a32bd632d4663e6861
+DIST zdkimfilter-3.20.tar.gz 959793 BLAKE2B 5b2b6495f2ad2f09e27bf4e0a0577f4a9380898d8f575f64c440aee6b8224f829c974d72a357ccd6046c54df50a82924b1a182253ac130f5fba98659b0f17393 SHA512 a9c93709b40b4ad8e476e61a7b589c5ddf24cc3e90085272bb6c29d1d62cfc3f0ed80f8eea6b884ab72c8a653a4e8cb5d284362847b4711c816f916bb8dbc7be

diff --git a/mail-filter/zdkimfilter/zdkimfilter-3.20.ebuild b/mail-filter/zdkimfilter/zdkimfilter-3.20.ebuild
new file mode 100644
index 000000000000..09af6b16b266
--- /dev/null
+++ b/mail-filter/zdkimfilter/zdkimfilter-3.20.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+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:=
+	dev-libs/libbsd"
+RDEPEND="${DEPEND}"
+
+# Tests don't work with portage sandbox
+RESTRICT="test"
+
+src_configure() {
+	econf $(use_enable debug)
+}
+
+src_compile() {
+	emake AR=$(tc-getAR)
+}
+
+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}
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-06-06 11:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-16  7:38 [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/ Hanno Böck
  -- strict thread matches above, loose matches on Subject: below --
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
2023-02-04 13:50 Hanno Böck
2020-09-09  9:08 Hanno Böck
2020-05-06  9:16 Hanno Böck
2016-03-18 19:11 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox