summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-03-17 19:07:20 +0000
committerStuart Herbert <stuart@gentoo.org>2004-03-17 19:07:20 +0000
commitd61003ae1cad78fbb27c56163c33572aaf58118c (patch)
treedb2cfaa781a87f6be6b405bad8c74616ef6220c7 /net-mail/popfile
parentstable on sparc (Manifest recommit) (diff)
downloadgentoo-2-d61003ae1cad78fbb27c56163c33572aaf58118c.tar.gz
gentoo-2-d61003ae1cad78fbb27c56163c33572aaf58118c.tar.bz2
gentoo-2-d61003ae1cad78fbb27c56163c33572aaf58118c.zip
Fixes for bugs #44394 & #44397
Diffstat (limited to 'net-mail/popfile')
-rw-r--r--net-mail/popfile/ChangeLog8
-rw-r--r--net-mail/popfile/popfile-0.21.1.ebuild9
2 files changed, 12 insertions, 5 deletions
diff --git a/net-mail/popfile/ChangeLog b/net-mail/popfile/ChangeLog
index 0140be98e097..5ad00d4c1c50 100644
--- a/net-mail/popfile/ChangeLog
+++ b/net-mail/popfile/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/popfile
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/popfile/ChangeLog,v 1.1 2003/12/25 20:09:22 stuart Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/popfile/ChangeLog,v 1.2 2004/03/17 19:07:20 stuart Exp $
+
+ 17 Mar 2004; Stuart Herbert <stuart@gentoo.org> popfile-0.21.1.ebuild:
+ Added missing HTML-Tagset dependency, and tightended up security permissions.
+ Fixes for bugs #44394 and #44397
*popfile-0.21.1 (25 Dec 2003)
diff --git a/net-mail/popfile/popfile-0.21.1.ebuild b/net-mail/popfile/popfile-0.21.1.ebuild
index 3004c3e4ca52..502d684b9012 100644
--- a/net-mail/popfile/popfile-0.21.1.ebuild
+++ b/net-mail/popfile/popfile-0.21.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/popfile/popfile-0.21.1.ebuild,v 1.1 2003/12/25 20:09:22 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/popfile/popfile-0.21.1.ebuild,v 1.2 2004/03/17 19:07:20 stuart Exp $
DESCRIPTION="Anti-spam filter"
HOMEPAGE="http://foo.bar.com/"
@@ -12,7 +12,8 @@ IUSE=""
DEPEND=">=dev-lang/perl-5.8
>=dev-perl/BerkeleyDB-0.25
dev-perl/Text-Kakasi
- dev-perl/MIME-Base64"
+ dev-perl/MIME-Base64
+ dev-perl/HTML-Tagset"
#RDEPEND=""
@@ -27,6 +28,8 @@ src_install() {
# yes, this is crude, but it's a start
dodir /usr/share/popfile
+ find . -type f -print | xargs chmod 600
+ find . -type d -print | xargs chmod 700
tar -cf - * | ( cd ${D}/usr/share/popfile && tar -xf - )
fperms 0755 usr/share/popfile/popfile.pl