public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tor/
Date: Wed,  3 Aug 2016 08:22:57 +0000 (UTC)	[thread overview]
Message-ID: <1470212557.f13b59b3723707ac4e951f9ce38264c7f8748616.blueness@gentoo> (raw)

commit:     f13b59b3723707ac4e951f9ce38264c7f8748616
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 08:16:22 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 08:22:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13b59b3

net-misc/tor: version bump to 0.2.8.6

Package-Manager: portage-2.2.28

 net-misc/tor/Manifest           |  1 +
 net-misc/tor/tor-0.2.8.6.ebuild | 87 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+)

diff --git a/net-misc/tor/Manifest b/net-misc/tor/Manifest
index 752a947..c7a3727 100644
--- a/net-misc/tor/Manifest
+++ b/net-misc/tor/Manifest
@@ -2,3 +2,4 @@ DIST tor-0.2.7.6.tar.gz 4869754 SHA256 493a8679f904503048114aca6467faef56861206b
 DIST tor-0.2.8.3-alpha.tar.gz 5116317 SHA256 88da40c24f0bb19e19b37b8deab1b0d86608798746c81380cf17996d269f9053 SHA512 8717501cc75c2e1f205e397d8a4aeeb6492bdd4d9d0ffd266242dc3903d3eebcabae0555643f1621c76d40c9b4ef8c5615a4b37dcbcd898349b179901ca2aac5 WHIRLPOOL f109d0e3d02bc874cb4f744ccee404ee2d37105708fb69b15a5b758646fa84a4771228f07df9da61a59f1a422c4eb15cf493ee751288126b3c97a63e912df6b1
 DIST tor-0.2.8.4-rc.tar.gz 5131763 SHA256 3070015123094bf576641a34aaf4cec17f548f0108447031445d42cae164f6ba SHA512 e7e2d3400172fb07305d62ebe83857d1d949dcd0b2a1e8bf6b0740222568bab628e897e1398d7e25c37fbbe4ee1e93f156c3e3f1077a6377896fc6bbf7769f37 WHIRLPOOL cf39b2732102265569d8c8b204596279092b77924cc08cc0673addd2275a392d161ee96bec71201bd2cd6ed0a57b106578793426433d74f00419fbe449256453
 DIST tor-0.2.8.5-rc.tar.gz 5145453 SHA256 715c15230f1160c170c61286b02620a1d99a8476dd9c4f80a2e66779be63780a SHA512 440c54db6124bdd59876a1724926dd34ba6768fda3e9728789e3ffdf2b6b3ccf4a4d32cbaeb5ba01c15a1a6eafdd5f123eb8c5ee6b0a35cc1a2c09c0dcb67be8 WHIRLPOOL bf94b7899ad9821c9f5ea3d8326f2b00ede415d827349d09e8412f4b842c3408314035d6d999d49baaed99aaf1bed905b628652ae4a71596b2bb4c162a07b27f
+DIST tor-0.2.8.6.tar.gz 5163500 SHA256 3dc9fc02f7cd22ed5fce707e0d9b26a72b1bd0976766a804cb13078d32e3ab5a SHA512 2a550fa82135b3d5b0ae3c9e11d0fee1053a6b70e1dfd1921934bce280dc2a130966d541783f5f1a2d9f3c1ba87cec301d0d29acd9fbeaf47c0f206447d1bedc WHIRLPOOL dce56253ff0420dfceb66a9ade22318472f7161671039fe276a23000b85ec4fec749f8a7cf9b847dffb4f915e04fb6acb746413169e5b25f4becf1f65f997233

diff --git a/net-misc/tor/tor-0.2.8.6.ebuild b/net-misc/tor/tor-0.2.8.6.ebuild
new file mode 100644
index 0000000..aeefa9f
--- /dev/null
+++ b/net-misc/tor/tor-0.2.8.6.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils flag-o-matic readme.gentoo-r1 systemd versionator user
+
+MY_PV="$(replace_version_separator 4 -)"
+MY_PF="${PN}-${MY_PV}"
+DESCRIPTION="Anonymizing overlay network for TCP"
+HOMEPAGE="http://www.torproject.org/"
+SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
+	https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz"
+S="${WORKDIR}/${MY_PF}"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+IUSE="-bufferevents libressl scrypt seccomp selinux stats systemd tor-hardening transparent-proxy test web"
+
+DEPEND="
+	app-text/asciidoc
+	dev-libs/libevent
+	sys-libs/zlib
+	bufferevents? ( dev-libs/libevent[ssl] )
+	!libressl? ( dev-libs/openssl:0=[-bindist] )
+	libressl? ( dev-libs/libressl:0= )
+	scrypt? ( app-crypt/libscrypt )
+	seccomp? ( sys-libs/libseccomp )
+	systemd? ( sys-apps/systemd )"
+RDEPEND="${DEPEND}
+	selinux? ( sec-policy/selinux-tor )"
+
+pkg_setup() {
+	enewgroup tor
+	enewuser tor -1 -1 /var/lib/tor tor
+}
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
+	epatch_user
+}
+
+src_configure() {
+	# Upstream isn't sure of all the user provided CFLAGS that
+	# will break tor, but does recommend against -fstrict-aliasing.
+	# We'll filter-flags them here as we encounter them.
+	filter-flags -fstrict-aliasing
+
+	econf \
+		--enable-system-torrc \
+		--enable-asciidoc \
+		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
+		$(use_enable stats instrument-downloads) \
+		$(use_enable bufferevents) \
+		$(use_enable scrypt libscrypt) \
+		$(use_enable seccomp) \
+		$(use_enable systemd) \
+		$(use_enable tor-hardening gcc-hardening) \
+		$(use_enable tor-hardening linker-hardening) \
+		$(use_enable transparent-proxy transparent) \
+		$(use_enable web tor2web-mode) \
+		$(use_enable test unittests) \
+		$(use_enable test coverage)
+}
+
+src_install() {
+	readme.gentoo_create_doc
+
+	newconfd "${FILESDIR}"/tor.confd tor
+	newinitd "${FILESDIR}"/tor.initd-r7 tor
+	systemd_dounit "${FILESDIR}/${PN}.service"
+	systemd_dotmpfilesd "${FILESDIR}/${PN}.conf"
+
+	emake DESTDIR="${D}" install
+
+	keepdir /var/lib/tor
+
+	dodoc -r README ChangeLog ReleaseNotes doc/HACKING
+
+	fperms 750 /var/lib/tor
+	fowners tor:tor /var/lib/tor
+
+	insinto /etc/tor/
+	newins "${FILESDIR}"/torrc-r1 torrc
+}


             reply	other threads:[~2016-08-03  8:23 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-03  8:22 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-02 11:32 [gentoo-commits] repo/gentoo:master commit in: net-misc/tor/ Anthony G. Basile
2017-02-05  1:25 Anthony G. Basile
2017-01-25 16:21 Anthony G. Basile
2017-01-25 15:42 Anthony G. Basile
2017-01-25 15:42 Anthony G. Basile
2017-01-16 15:39 Jeroen Roovers
2017-01-08 18:34 Markus Meier
2017-01-05 14:02 Anthony G. Basile
2017-01-04 17:09 Agostino Sarubbo
2017-01-01 22:40 Agostino Sarubbo
2016-12-20  9:23 Anthony G. Basile
2016-12-20  9:23 Anthony G. Basile
2016-12-20  9:23 Anthony G. Basile
2016-12-10 18:53 Anthony G. Basile
2016-12-05 22:40 Anthony G. Basile
2016-11-28  1:58 Anthony G. Basile
2016-11-10 17:47 Markus Meier
2016-11-09  3:32 Anthony G. Basile
2016-11-05  9:55 Jeroen Roovers
2016-10-26  8:01 Michael Palimaka
2016-10-17 23:41 Anthony G. Basile
2016-09-23 21:07 Anthony G. Basile
2016-09-23 21:07 Anthony G. Basile
2016-08-24 19:07 Anthony G. Basile
2016-08-09  7:53 Anthony G. Basile
2016-07-07 17:59 Anthony G. Basile
2016-06-15 18:49 Anthony G. Basile
2016-06-15 18:49 Anthony G. Basile
2016-05-27  8:50 Anthony G. Basile
2016-03-28 23:16 Anthony G. Basile
2016-03-28 23:16 Anthony G. Basile
2016-03-13 12:06 Anthony G. Basile
2016-02-05 22:52 Anthony G. Basile
2016-02-05 20:46 Anthony G. Basile
2016-01-23 14:49 Markus Meier
2016-01-15  9:03 Agostino Sarubbo
2015-12-11 12:57 Anthony G. Basile
2015-12-11  9:39 Anthony G. Basile
2015-11-21  0:38 Anthony G. Basile
2015-11-21  0:38 Anthony G. Basile
2015-11-09 19:02 Fabian Groffen
2015-10-22  1:20 Anthony G. Basile
2015-10-17  0:36 Anthony G. Basile
2015-10-16  5:05 Anthony G. Basile
2015-10-05  9:17 Julian Ospald
2015-09-26 10:26 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470212557.f13b59b3723707ac4e951f9ce38264c7f8748616.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox