Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 150285 Details for
Bug 179689
dkimproxy signs/verifies DomainKeys Identified Mail (DKIM)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild
dkimproxy-1.0.1-r1.ebuild (text/plain), 760 bytes, created by
Sandino Araico Sanchez
on 2008-04-19 11:56:15 UTC
(
hide
)
Description:
Updated ebuild
Filename:
MIME Type:
Creator:
Sandino Araico Sanchez
Created:
2008-04-19 11:56:15 UTC
Size:
760 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit perl-module > >DESCRIPTION="An SMTP-proxy that signs and/or verifies emails, using the Mail::DKIM module." >HOMEPAGE="http://dkimproxy.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >DEPEND=">=dev-perl/Mail-DKIM-0.30 > dev-perl/Error > >=dev-perl/net-server-0.91" >RDEPEND="${DEPEND}" > >src_compile(){ > econf || die "econf failed." > emake || die "emake failed." >} > >src_install(){ > emake DESTDIR="${D}" install || die "emake install failed." > exeinto /etc/init.d > newexe ${FILESDIR}/dkimproxy_in.rc dkimproxy_in > newexe ${FILESDIR}/dkimproxy_out.rc dkimproxy_out >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 179689
:
120236
|
146739
|
146740
|
150283
|
150284
| 150285 |
197157