diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-10-10 19:01:11 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-10-10 19:01:11 +0000 |
commit | 81ec37697b7eb63ed646dc593d66d334b149df82 (patch) | |
tree | 031d4a1bf5cfb453bb9842035dcce2dfa3e2f487 /media-plugins/vdr-live | |
parent | Version bump, bug 437836 - CVE CVE-2012-4506. (diff) | |
download | gentoo-2-81ec37697b7eb63ed646dc593d66d334b149df82.tar.gz gentoo-2-81ec37697b7eb63ed646dc593d66d334b149df82.tar.bz2 gentoo-2-81ec37697b7eb63ed646dc593d66d334b149df82.zip |
Workaround for recent tntnet versions, http://projects.vdr-developer.org/issues/1066
(Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/vdr-live')
-rw-r--r-- | media-plugins/vdr-live/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/vdr-live/files/confd-0.2 | 2 | ||||
-rw-r--r-- | media-plugins/vdr-live/vdr-live-0.2.0_p20120325-r1.ebuild (renamed from media-plugins/vdr-live/vdr-live-0.2.0_p20120325.ebuild) | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/media-plugins/vdr-live/ChangeLog b/media-plugins/vdr-live/ChangeLog index e1c6e8e7b8c4..3f2a75a90a5c 100644 --- a/media-plugins/vdr-live/ChangeLog +++ b/media-plugins/vdr-live/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-plugins/vdr-live # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v 1.36 2012/06/10 14:24:54 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v 1.37 2012/10/10 19:01:10 idl0r Exp $ + +*vdr-live-0.2.0_p20120325-r1 (10 Oct 2012) + + 10 Oct 2012; Christian Ruppert <idl0r@gentoo.org> + -vdr-live-0.2.0_p20120325.ebuild, +vdr-live-0.2.0_p20120325-r1.ebuild, + files/confd-0.2: + Workaround for recent tntnet versions, + http://projects.vdr-developer.org/issues/1066 10 Jun 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-live-0.2.0_p20120325.ebuild: diff --git a/media-plugins/vdr-live/files/confd-0.2 b/media-plugins/vdr-live/files/confd-0.2 index c5df276f736d..bbbbcb5e9d42 100644 --- a/media-plugins/vdr-live/files/confd-0.2 +++ b/media-plugins/vdr-live/files/confd-0.2 @@ -20,4 +20,4 @@ # bind to these IP addresses # default, your IP will automaticly detected # -#LIVE_BIND_IPS="127.0.0.1" +LIVE_BIND_IPS="127.0.0.1" diff --git a/media-plugins/vdr-live/vdr-live-0.2.0_p20120325.ebuild b/media-plugins/vdr-live/vdr-live-0.2.0_p20120325-r1.ebuild index 6d8aaddd93ad..10eb5af8b3be 100644 --- a/media-plugins/vdr-live/vdr-live-0.2.0_p20120325.ebuild +++ b/media-plugins/vdr-live/vdr-live-0.2.0_p20120325-r1.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/media-plugins/vdr-live/vdr-live-0.2.0_p20120325.ebuild,v 1.5 2012/06/10 14:24:54 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.2.0_p20120325-r1.ebuild,v 1.1 2012/10/10 19:01:10 idl0r Exp $ EAPI="4" @@ -24,8 +24,6 @@ RDEPEND="${DEPEND}" VDR_CONFD_FILE="${FILESDIR}/confd-0.2" VDR_RCADDON_FILE="${FILESDIR}/rc-addon-0.2.sh" -S="${WORKDIR}/${P}" - KEEP_I18NOBJECT="yes" make_live_cert() { |