summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2012-11-26 23:11:25 +0000
committerChristian Faulhammer <fauli@gentoo.org>2012-11-26 23:11:25 +0000
commit19311c0f172b17c810491c5d3a7b0b6371ae33d4 (patch)
tree1cdec6fa1eb47f8f1f2cc884d70f5fbe6f88f146 /net-misc/icaclient
parentUpdate Manifest for upstream changed tarball without notice, fixes bug 444392 (diff)
downloadgentoo-2-19311c0f172b17c810491c5d3a7b0b6371ae33d4.tar.gz
gentoo-2-19311c0f172b17c810491c5d3a7b0b6371ae33d4.tar.bz2
gentoo-2-19311c0f172b17c810491c5d3a7b0b6371ae33d4.zip
fix sandbox violation as reported in bug 435246 by Fabiano
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Diffstat (limited to 'net-misc/icaclient')
-rw-r--r--net-misc/icaclient/ChangeLog5
-rw-r--r--net-misc/icaclient/icaclient-12.1.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/icaclient/ChangeLog b/net-misc/icaclient/ChangeLog
index 7881f9dace63..7b598432c301 100644
--- a/net-misc/icaclient/ChangeLog
+++ b/net-misc/icaclient/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/icaclient
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.87 2012/10/24 19:23:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.88 2012/11/26 23:11:25 fauli Exp $
+
+ 26 Nov 2012; Christian Faulhammer <fauli@gentoo.org> icaclient-12.1.0.ebuild:
+ fix sandbox violation as reported in bug 435246 by Fabiano
24 Oct 2012; Ulrich Müller <ulm@gentoo.org> icaclient-12.0.0.ebuild,
icaclient-12.1.0.ebuild:
diff --git a/net-misc/icaclient/icaclient-12.1.0.ebuild b/net-misc/icaclient/icaclient-12.1.0.ebuild
index 17c8a85d386d..b9a322cf486d 100644
--- a/net-misc/icaclient/icaclient-12.1.0.ebuild
+++ b/net-misc/icaclient/icaclient-12.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-12.1.0.ebuild,v 1.3 2012/10/24 19:23:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-12.1.0.ebuild,v 1.4 2012/11/26 23:11:25 fauli Exp $
EAPI=4
@@ -67,7 +67,7 @@ RDEPEND="x11-terms/xterm
)
)"
DEPEND=""
-S="${WORKDIR}/opt/Citrix/ICAClient"
+S="${WORKDIR}${ICAROOT}"
pkg_nofetch() {
elog "Download the client RPM file ${SRC_URI} from
@@ -142,7 +142,7 @@ src_install() {
insinto "${ICAROOT}"/keyboard
doins keyboard/*
- rm -rf "${ICAROOT}"/keystore/cacerts
+ rm -rf "${S}"/keystore/cacerts
dosym /etc/ssl/certs "${ICAROOT}"/keystore/cacerts
#insinto "${ICAROOT}"/keystore/cacerts
#doins keystore/cacerts/*