diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-22 00:51:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-22 00:51:12 +0000 |
commit | e4d3687cfc572f58472e37d1ffb79a4595b0c96d (patch) | |
tree | 0c5b546a17a1d6bc5f4ae49f06864c3b376e8ec6 /www-apps/horde | |
parent | - bump scanmem patch (diff) | |
download | gentoo-2-e4d3687cfc572f58472e37d1ffb79a4595b0c96d.tar.gz gentoo-2-e4d3687cfc572f58472e37d1ffb79a4595b0c96d.tar.bz2 gentoo-2-e4d3687cfc572f58472e37d1ffb79a4595b0c96d.zip |
Force some tighter permissions on the sql files users run to create horde databases #137510 by Sebastian Witt.
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'www-apps/horde')
-rw-r--r-- | www-apps/horde/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/horde/horde-3.1.1-r1.ebuild | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/www-apps/horde/ChangeLog b/www-apps/horde/ChangeLog index 0d6e86010e15..e17d40af18c2 100644 --- a/www-apps/horde/ChangeLog +++ b/www-apps/horde/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/horde # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/ChangeLog,v 1.39 2006/06/20 17:28:58 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/ChangeLog,v 1.40 2006/06/22 00:51:12 vapier Exp $ + + 22 Jun 2006; Mike Frysinger <vapier@gentoo.org> horde-3.1.1-r1.ebuild: + Force some tighter permissions on the sql files users run to create horde + databases #137510 by Sebastian Witt. 20 Jun 2006; Thomas Cort <tcort@gentoo.org> horde-3.1.1-r1.ebuild: Stable on alpha and amd64 wrt security Bug #136830. diff --git a/www-apps/horde/horde-3.1.1-r1.ebuild b/www-apps/horde/horde-3.1.1-r1.ebuild index e085318bfea8..88c026fd794a 100644 --- a/www-apps/horde/horde-3.1.1-r1.ebuild +++ b/www-apps/horde/horde-3.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/horde-3.1.1-r1.ebuild,v 1.6 2006/06/20 17:28:58 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/horde-3.1.1-r1.ebuild,v 1.7 2006/06/22 00:51:12 vapier Exp $ HORDE_PHP_FEATURES="session xml" @@ -24,6 +24,12 @@ RDEPEND="virtual/php dev-php/PEAR-Mail_Mime mysql? ( dev-php/PEAR-DB )" +src_unpack() { + unpack ${A} + cd "${S}" + chmod 600 scripts/sql/create.*.sql #137510 +} + pkg_postinst() { horde_pkg_postinst echo |