summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2008-09-10 07:05:26 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2008-09-10 07:05:26 +0000
commit3eba1594cc08b9d27af0c0599b890b5363c5f9e0 (patch)
treedebc21b215d3017cbe3a077a276ff814ecf0e370 /www-apps/online-bookmarks
parentAppling fix for security issue, bug #211491, thank Jukka Ruohonen for report ... (diff)
downloadgentoo-2-3eba1594cc08b9d27af0c0599b890b5363c5f9e0.tar.gz
gentoo-2-3eba1594cc08b9d27af0c0599b890b5363c5f9e0.tar.bz2
gentoo-2-3eba1594cc08b9d27af0c0599b890b5363c5f9e0.zip
Updated to online-bookmarks-0.6.28 in response to sec issue #235053.
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-apps/online-bookmarks')
-rw-r--r--www-apps/online-bookmarks/ChangeLog10
-rw-r--r--www-apps/online-bookmarks/files/postinstall-en.txt2
-rw-r--r--www-apps/online-bookmarks/online-bookmarks-0.6.28.ebuild (renamed from www-apps/online-bookmarks/online-bookmarks-0.6.9.ebuild)14
3 files changed, 17 insertions, 9 deletions
diff --git a/www-apps/online-bookmarks/ChangeLog b/www-apps/online-bookmarks/ChangeLog
index 3a4daebd8319..b08d670089f9 100644
--- a/www-apps/online-bookmarks/ChangeLog
+++ b/www-apps/online-bookmarks/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apps/online-bookmarks
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/online-bookmarks/ChangeLog,v 1.11 2007/01/02 22:42:45 rl03 Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/online-bookmarks/ChangeLog,v 1.12 2008/09/10 07:05:25 wrobel Exp $
+
+*online-bookmarks-0.6.28 (10 Sep 2008)
+
+ 10 Sep 2008; wrobel@gentoo.org files/postinstall-en.txt,
+ -online-bookmarks-0.6.9.ebuild, +online-bookmarks-0.6.28.ebuild:
+ Updated to online-bookmarks-0.6.28 in response to sec issue #235053.
02 Jan 2007; Renat Lumpau <rl03@gentoo.org> online-bookmarks-0.6.9.ebuild:
Drop mysql dep wrt bug 159781
diff --git a/www-apps/online-bookmarks/files/postinstall-en.txt b/www-apps/online-bookmarks/files/postinstall-en.txt
index 2c155223ebd3..db24161e82ad 100644
--- a/www-apps/online-bookmarks/files/postinstall-en.txt
+++ b/www-apps/online-bookmarks/files/postinstall-en.txt
@@ -1,2 +1,2 @@
Now consult http://www.frech.ch/online-bookmarks/installation.php
-beginning with step 4 to complete the installation.
+beginning with step 2 to complete the installation.
diff --git a/www-apps/online-bookmarks/online-bookmarks-0.6.9.ebuild b/www-apps/online-bookmarks/online-bookmarks-0.6.28.ebuild
index 2ad9a17127c2..1de3f19d21aa 100644
--- a/www-apps/online-bookmarks/online-bookmarks-0.6.9.ebuild
+++ b/www-apps/online-bookmarks/online-bookmarks-0.6.28.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/online-bookmarks/online-bookmarks-0.6.9.ebuild,v 1.3 2007/01/02 22:42:45 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/online-bookmarks/online-bookmarks-0.6.28.ebuild,v 1.1 2008/09/10 07:05:25 wrobel Exp $
inherit webapp depend.php
S=${WORKDIR}/${PN}
-DESCRIPTION="A Bookmark management system to store your Bookmarks, Favorites and Links right in the WWW where they actually belong"
+DESCRIPTION="A Bookmark management system to store your Bookmarks, Favorites and Links."
HOMEPAGE="http://www.frech.ch/online-bookmarks/index.php"
-SRC_URI="http://www.frech.ch/online-bookmarks/download/${P}.tar.gz"
+SRC_URI="http://www.frech.ch/online-bookmarks/download/old_versions/0.6.x/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
@@ -38,6 +38,8 @@ src_install() {
webapp_configfile "${MY_HTDOCSDIR}/login.php"
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
+ webapp_serverowned "${MY_HTDOCSDIR}/favicons"
+
+ webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt"
webapp_src_install
}