blueness 14/11/02 20:20:05
Modified: tor-0.2.6.1_alpha.ebuild tor-0.2.5.10.ebuild
ChangeLog
Log:
Add USE=seccomp to 0.2.5 branch, bug #527872
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key
0xF52D4BBA)
Revision Changes Path
1.4 net-misc/tor/tor-0.2.6.1_alpha.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.6.1_alpha.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.6.1_alpha.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.6.1_alpha.ebuild?r1=1.3&r2=1.4
Index: tor-0.2.6.1_alpha.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.6.1_alpha.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tor-0.2.6.1_alpha.ebuild 1 Nov 2014 12:31:00 -0000 1.3
+++ tor-0.2.6.1_alpha.ebuild 2 Nov 2014 20:20:05 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.6.1_alpha.ebuild,v 1.3
2014/11/01 12:31:00 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.6.1_alpha.ebuild,v 1.4
2014/11/02 20:20:05 blueness Exp $
EAPI="5"
@@ -45,7 +45,6 @@
# We'll filter-flags them here as we encounter them.
filter-flags -fstrict-aliasing
- # We disable libscrypt until I get it in the tree
econf \
--disable-buf-freelists \
--enable-asciidoc \
1.3 net-misc/tor/tor-0.2.5.10.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.5.10.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.5.10.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.5.10.ebuild?r1=1.2&r2=1.3
Index: tor-0.2.5.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.5.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tor-0.2.5.10.ebuild 1 Nov 2014 12:31:00 -0000 1.2
+++ tor-0.2.5.10.ebuild 2 Nov 2014 20:20:05 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.5.10.ebuild,v 1.2
2014/11/01 12:31:00 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.5.10.ebuild,v 1.3
2014/11/02 20:20:05 blueness Exp $
EAPI="5"
@@ -17,13 +17,14 @@
LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy
threads test upnp web"
+IUSE="-bufferevents +ecc nat-pmp seccomp selinux stats tor-hardening
transparent-proxy threads test upnp web"
DEPEND="dev-libs/openssl
sys-libs/zlib
dev-libs/libevent
bufferevents? ( dev-libs/libevent[ssl] )
nat-pmp? ( net-libs/libnatpmp )
+ seccomp? ( sys-libs/libseccomp )
upnp? ( net-libs/miniupnpc )"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-tor )"
@@ -42,6 +43,7 @@
# will break tor, but does recommend against -fstrict-aliasing.
# We'll filter-flags them here as we encounter them.
filter-flags -fstrict-aliasing
+
econf \
--disable-buf-freelists \
--enable-asciidoc \
@@ -50,6 +52,7 @@
$(use_enable bufferevents) \
$(use_enable ecc curve25519) \
$(use_enable nat-pmp) \
+ $(use_enable seccomp) \
$(use_enable tor-hardening gcc-hardening) \
$(use_enable tor-hardening linker-hardening) \
$(use_enable transparent-proxy transparent) \
@@ -60,10 +63,6 @@
$(use_enable test coverage)
}
-src_test() {
- emake check
-}
-
src_install() {
readme.gentoo_create_doc
1.446 net-misc/tor/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.446&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.446&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?r1=1.445&r2=1.446
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.445
retrieving revision 1.446
diff -u -r1.445 -r1.446
--- ChangeLog 2 Nov 2014 17:49:35 -0000 1.445
+++ ChangeLog 2 Nov 2014 20:20:05 -0000 1.446
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/tor
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.445 2014/11/02
17:49:35 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.446 2014/11/02
20:20:05 blueness Exp $
+
+ 02 Nov 2014; Anthony G. Basile <[email protected]> tor-0.2.5.10.ebuild,
+ tor-0.2.6.1_alpha.ebuild:
+ Add USE=seccomp to 0.2.5 branch, bug #527872
02 Nov 2014; Sergei Trofimovich <[email protected]> metadata.xml:
Fix USE typo noticed by Marco Ziebell.