Bug 211928 - mail-filter/postgrey ebuild should have support for targrey
Bug#: 211928 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: net-mail@gentoo.org Reported By: douglas@mayle.org
Component: Ebuilds
URL: 
Summary: mail-filter/postgrey ebuild should have support for targrey
Keywords:  
Status Whiteboard: 
Opened: 2008-02-29 21:55 0000
Description:   Opened: 2008-02-29 21:55 0000
targrey is a patch to postgrey which allows for tarpitting...

Reproducible: Always

Steps to Reproduce:
1. use the supplied ebuild
2. set your use flag to targrey before compiling
3. ???
4. Profit!

Actual Results:  
The supplied ebuild patches postgrey with tarpitting support

------- Comment #1 From Douglas Mayle 2008-02-29 21:58:16 0000 -------
Created an attachment (id=144973) [details]
Patch for ebuild for postgrey that supports targrey tarpitting

This is a patch to the existing ebuild

------- Comment #2 From Douglas Mayle 2008-02-29 21:59:29 0000 -------
Created an attachment (id=144975) [details]
Replacement ebuild for postgrey to support targrey for tarpitting

THis is the ebuild file with the patch already applied, in case anyone looks at
this bug and just wants to download the ebuild.

------- Comment #3 From Tobias Scherbaum 2008-03-15 19:39:18 0000 -------
This is fixed in mail-filter/postgrey-1.31-r1.

Thanks for reporting and providing a fix!

------- Comment #4 From Bo Ørsted Andresen (RETIRED) 2008-03-15 22:37:02 0000 -------
(In reply to comment #2)
> Created an attachment (id=144975) [edit] [details]

> SRC_URI="[...]
> 	targrey? (http://k2net.hakuba.jp/pub/targrey-0.31-${P}.patch)"

There must be white space around the parentheses. So the above should be:

> SRC_URI="[...]
> 	targrey? ( http://k2net.hakuba.jp/pub/targrey-0.31-${P}.patch )"

Tobias, reopening until that's fixed too.

------- Comment #5 From Tobias Scherbaum 2008-03-15 22:40:06 0000 -------
(In reply to comment #4)
> Tobias, reopening until that's fixed too.

done ... feel free to fix such minor problems directly in CVS the next time :)