diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-04-13 10:30:00 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-04-13 10:30:00 +0000 |
commit | 274294be3b00a853dc1b6a4fae13fde21bea1b10 (patch) | |
tree | 23987e47aacf3bdd28156c28bcaa5bcf62c482e0 /mail-filter/gld | |
parent | Minor workaround (diff) | |
download | gentoo-2-274294be3b00a853dc1b6a4fae13fde21bea1b10.tar.gz gentoo-2-274294be3b00a853dc1b6a4fae13fde21bea1b10.tar.bz2 gentoo-2-274294be3b00a853dc1b6a4fae13fde21bea1b10.zip |
Version bump, closes security bug #88904.
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-filter/gld')
-rw-r--r-- | mail-filter/gld/ChangeLog | 10 | ||||
-rw-r--r-- | mail-filter/gld/Manifest | 16 | ||||
-rw-r--r-- | mail-filter/gld/files/digest-gld-1.5 | 1 | ||||
-rw-r--r-- | mail-filter/gld/gld-1.5.ebuild | 54 |
4 files changed, 67 insertions, 14 deletions
diff --git a/mail-filter/gld/ChangeLog b/mail-filter/gld/ChangeLog index fe80406560eb..4ef190a5f230 100644 --- a/mail-filter/gld/ChangeLog +++ b/mail-filter/gld/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-filter/gld -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.10 2004/11/13 12:44:34 slarti Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.11 2005/04/13 10:30:00 ticho Exp $ + +*gld-1.5 (13 Apr 2005) + + 13 Apr 2005; Andrej Kacian <ticho@gentoo.org> +gld-1.5.ebuild: + Version bump due to security bug #88904. Adjust default configuration to be + more security-conscious. 13 Nov 2004; Tom Martin <slarti@gentoo.org> gld-1.3.ebuild, gld-1.4.ebuild: diff --git a/mail-filter/gld/Manifest b/mail-filter/gld/Manifest index a1527645dab9..7014a71a1e70 100644 --- a/mail-filter/gld/Manifest +++ b/mail-filter/gld/Manifest @@ -1,18 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 4a8d1e52eea9410b5357dc2e77b7584e gld-1.3.ebuild 1153 -MD5 fd1a136fe1866eb522142c76feafa47e gld-1.4.ebuild 1159 MD5 888766e26f8c4ae25c7666dcc447a1b7 ChangeLog 1452 +MD5 fd1a136fe1866eb522142c76feafa47e gld-1.4.ebuild 1159 MD5 8a1c6c5f4c13a4109f6f4198fdd1874b metadata.xml 223 +MD5 be413e09a07837b7d910094ad66b3d7e gld-1.5.ebuild 1103 MD5 86c6bd3ef318d2cd49f9592d0ba82a9f files/gld.rc 462 +MD5 408be3de93fe18f0361ad976ab36589f files/digest-gld-1.4 55 MD5 96d50f09283d0a87235b23ce0795499e files/Makefile.in 980 MD5 a187f47f3f17cf43acfced1abb8f3dd8 files/digest-gld-1.3 55 -MD5 408be3de93fe18f0361ad976ab36589f files/digest-gld-1.4 55 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBlgIQCHk4+ZoBpvsRAoWZAJ9ajSvMLCBjjORsYP3Mfl7vtX89ygCfUu5y -+JKit4SHVwZ2OLBsP9EMfW8= -=cLbQ ------END PGP SIGNATURE----- +MD5 49027d2d3e0cdf8e82e306338adce9e4 files/digest-gld-1.5 55 diff --git a/mail-filter/gld/files/digest-gld-1.5 b/mail-filter/gld/files/digest-gld-1.5 new file mode 100644 index 000000000000..8875852b15a7 --- /dev/null +++ b/mail-filter/gld/files/digest-gld-1.5 @@ -0,0 +1 @@ +MD5 f1da6a0f31823c7d755f97ce9d19cd9e gld-1.5.tgz 39030 diff --git a/mail-filter/gld/gld-1.5.ebuild b/mail-filter/gld/gld-1.5.ebuild new file mode 100644 index 000000000000..cf9d77946d29 --- /dev/null +++ b/mail-filter/gld/gld-1.5.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.5.ebuild,v 1.1 2005/04/13 10:30:00 ticho Exp $ + +DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix" +HOMEPAGE="http://www.gasmi.net/gld.html" +SRC_URI="http://www.gasmi.net/down/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 x86 ~ppc" +IUSE="" +DEPEND="virtual/libc + dev-db/mysql + sys-libs/zlib + >=dev-libs/openssl-0.9.6" +RDEPEND="${DEPEND} + >=mail-mta/postfix-2.1" + +src_unpack() { + unpack ${A} + cd ${S} +# cp ${FILESDIR}/Makefile.in ${S}/Makefile.in +} + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + dobin gld + + insinto /etc + newins gld.conf gld.conf.sample + dosed 's:^LOOPBACKONLY=.*:LOOPBACKONLY=1:' /etc/gld.conf.sample + dosed 's:^#USER=.*:USER=nobody:' /etc/gld.conf.sample + dosed 's:^#GROUP=.*:GROUP=nobody:' /etc/gld.conf.sample + + dodoc HISTORY LICENSE README* + + doins table* + + newinitd ${FILESDIR}/gld.rc gld +} + +pkg_postinst() { + echo + einfo "Please read /usr/share/doc/${PF}/README.gz for details on how to setup" + einfo "gld." + echo + einfo "The tables.sql file is located at /usr/share/doc/${PF}/sql/tables.sql." + echo +} |