Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449850 - mail-filter/assp-1.9.8.12365 version bump
Summary: mail-filter/assp-1.9.8.12365 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2013-01-02 23:15 UTC by William L. Thomson Jr.
Modified: 2013-01-31 05:18 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William L. Thomson Jr. 2013-01-02 23:15:26 UTC
Please bump assp to latest version, seems to only require minor modifications to ebuild for bump. Not the most elegant, but for starters

--- assp-1.9.4.9.ebuild 2012-11-23 02:25:07.000000000 -0500
+++ assp-1.9.8.12365.ebuild     2013-01-02 12:47:38.792848172 -0500
@@ -6,7 +6,7 @@
 
 DESCRIPTION="Anti-Spam SMTP Proxy written in Perl."
 HOMEPAGE="http://assp.sourceforge.net/"
-MY_PN=ASSP_${PV}-Install
+MY_PN=ASSP_${PV/8.1/8_1}_install
 SRC_URI="mirror://sourceforge/${PN}/${MY_PN}.zip"
 LICENSE="GPL-2"
 SLOT="0"

Version 1.9.4.x has some issues with connection limiting not working. Not sure which version is not broken or working, but I know connection limiting does not work and/or is broken in version 1.9.4.9. Thus me bumping it to latest to resolve issue, and seems to have. I do not believe the ebuild needs to be modified, beyond tweaks for handling the new longer version.
Comment 1 Patrick Lauer gentoo-dev 2013-01-31 05:18:22 UTC
+  31 Jan 2013; Patrick Lauer <patrick@gentoo.org> +assp-1.9.8.13030.ebuild:
+  Bump for #449850