Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 282488 - Ebuild request for mail-filter/opendkim
Summary: Ebuild request for mail-filter/opendkim
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Daniel Black (RETIRED)
URL: http://www.opendkim.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-23 19:44 UTC by Eray Aslan
Modified: 2009-10-06 21:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
opendkim-1.0.0.ebuild (opendkim-1.0.0.ebuild,4.17 KB, text/plain)
2009-08-23 19:49 UTC, Eray Aslan
Details
init.d script for opendkim-1.0.0 (opendkim.init,1.33 KB, text/plain)
2009-08-23 19:50 UTC, Eray Aslan
Details
opendkim-1.1.0.ebuild (opendkim-1.1.0.ebuild,4.47 KB, text/plain)
2009-09-17 07:45 UTC, Eray Aslan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eray Aslan gentoo-dev 2009-08-23 19:44:27 UTC
The dkim-milter project forked.
Its principal developer is now with the OpenDKIM project.
The OpenDKIM v1.0.0 brings a couple of bug fixes over
the dkim-milter, and uses a new build mechanism.

Below is the announcement posted on 2009-08-14:
======
The OpenDKIM project announces availability of OpenDKIM v1.0.0, its first
release.

OpenDKIM is derived from dkim-milter v2.8.3, produced and maintained by
Sendmail, Inc.  The major change in this release is the build process which
uses autoconf.  The configuration files used by dkim-milter are fully
compatible with OpenDKIM.  The release notes list the bugs that have been
fixed in this release.
======
Attached is a no-frills ebuild that works for me.  It is mostly copy&paste from dkim-milter ebuild.

Reproducible: Always
Comment 1 Eray Aslan gentoo-dev 2009-08-23 19:49:40 UTC
Created attachment 202078 [details]
opendkim-1.0.0.ebuild
Comment 2 Eray Aslan gentoo-dev 2009-08-23 19:50:10 UTC
Created attachment 202080 [details]
init.d script for opendkim-1.0.0
Comment 3 Eray Aslan gentoo-dev 2009-09-17 07:45:02 UTC
Created attachment 204395 [details]
opendkim-1.1.0.ebuild

opendkim-1.1.0 is out.
Comment 4 Daniel Black (RETIRED) gentoo-dev 2009-10-06 09:12:47 UTC
Eray,

I looked at this after I'd developed the ebuild. Hope you don't mind the changes.

Please tell me if I stuffed anything up.

I've decided to leave this as not conflicting with dkim-milter. I've used Linux like config directories of /etc/opendkim.

Comment 5 Daniel Black (RETIRED) gentoo-dev 2009-10-06 09:13:14 UTC
in portage.
Comment 6 Eray Aslan gentoo-dev 2009-10-06 17:17:36 UTC
(In reply to comment #4)
> I've decided to leave this as not conflicting with dkim-milter.

Yes, that is indeed the better choice.

One question tho: Do we really not need "db? ( >=sys-libs/db-3.2 )" in RDEPEND?

Thanks for the commit.
Comment 7 Daniel Black (RETIRED) gentoo-dev 2009-10-06 21:33:32 UTC
(In reply to comment #6)
> One question tho: Do we really not need "db? ( >=sys-libs/db-3.2 )" in RDEPEND?
opps -yes. doing that now.

> Thanks for the commit.
np. thanks for your interest.