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: Tue, 20 Dec 2016 09:23:35 +0000 (UTC)	[thread overview]
Message-ID: <1482225796.0152ca2435d5de36711e7c75da0df49fb7c4443c.blueness@gentoo> (raw)

commit:     0152ca2435d5de36711e7c75da0df49fb7c4443c
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 09:15:09 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 09:23:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0152ca24

net-misc/tor: version bump to 0.2.9.8

Package-Manager: portage-2.3.0

 net-misc/tor/Manifest                              |  3 +-
 net-misc/tor/tor-0.2.9.6_rc.ebuild                 | 83 ----------------------
 ...tor-0.2.9.5_alpha.ebuild => tor-0.2.9.8.ebuild} |  0
 3 files changed, 1 insertion(+), 85 deletions(-)

diff --git a/net-misc/tor/Manifest b/net-misc/tor/Manifest
index 528273e..d286772 100644
--- a/net-misc/tor/Manifest
+++ b/net-misc/tor/Manifest
@@ -1,4 +1,3 @@
 DIST tor-0.2.8.12.tar.gz 5331785 SHA256 b35748f2839cf8ce9910b677ea873463495ac88689244c007ed038f6887f4aaf SHA512 b0cfa34914208bbb28f74178a87ece2a320a44606a94c35de715548fc5a3517cd3d9bf27512d9efe2f1c4685620a62ed591927f828e72fe5ac0a1fffa543eb26 WHIRLPOOL 342db1479f7c03ac3569b8b3bd86ca315fa7eb23dbb0e22d6f4490d399175b70cd398fc140eb42609b3c9656083ac99a7b6ce8d1eaa30530b6e4a3c20a1177ce
 DIST tor-0.2.8.9.tar.gz 5306773 SHA256 3f5c273bb887be4aff11f4d99b9e2e52d293b81ff4f6302b730161ff16dc5316 SHA512 9a02e4f7901c2abb22f8250077bc078e9b6ae122ee54fbe7ecfb505d449e6e1766f6d9f95d7b794063471cbefe7410fece8524910f83579bff00d6da2a8ea6c1 WHIRLPOOL 6b97ad6405ca5043dbdb0c688f736ba4772ff997540dbc8be72755fdd0a53f8fcf8617920fff204d9bbdbf64bd4a1ca605799df364468732c633f45012212025
-DIST tor-0.2.9.5-alpha.tar.gz 5489651 SHA256 d0c898ad5e8f1a136864aa105407c7b89f3e70d9462a7bb307a55a3afa5b62bd SHA512 c0d6e85f90b5726f024f8d740cebfc9a596669117b6af2b1f3be28ac1a685d9416a1199e164c120540df8dac27a4143e3c82b0de8db1f128bd4070e05d6d2764 WHIRLPOOL 580f87c1fc9cfb42263aca77e5fe3023d7f137181a372d33826387f17c2f2cf5bd706cb1e26b019ef6ea1f982c4e481acb93e60c2d52925122beccf4ed8284fd
-DIST tor-0.2.9.6-rc.tar.gz 5492978 SHA256 871ba289c87ffec99ada458083f388ba5b81c6174ba0c6f821eb9a08ed4990bb SHA512 f037de16cc9687098aa5f9655dac39b87d0bd050bb2aa8884b31c9c64f64fed85897497f35d16691f50e2db980ea1babaf5ef553d3c372137b462b34ac7cdf51 WHIRLPOOL b944257855ba230d1127e6357fc8d1596786097cceeb8776fa9b753ebd45d9d8d6d1b7a82601cf205426b239706ee5c3a041f7770bdb797bdae7dd54aea3108c
+DIST tor-0.2.9.8.tar.gz 5522235 SHA256 fbdd33d3384574297b88744622382008d1e0f9ddd300d330746c464b7a7d746a SHA512 6a43a56ebed7b24ccdd2474406f25347819d4efec4916bdb2e725177b34e233632cc17e68c823efa3d0aad4a5bd13e00a5077cdfeb8830a612253a03ab91b622 WHIRLPOOL c8524a2b07c781a94acf280158763aa1e914fa8df0a14f8d7584fc353e856f23f6b03bc2185dbb825828c5becc5519709d02dc305c8b2930f50837bc2b766ae9

diff --git a/net-misc/tor/tor-0.2.9.6_rc.ebuild b/net-misc/tor/tor-0.2.9.6_rc.ebuild
deleted file mode 100644
index 580de80..00000000
--- a/net-misc/tor/tor-0.2.9.6_rc.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# 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="libressl scrypt seccomp selinux systemd tor-hardening test web"
-
-DEPEND="
-	app-text/asciidoc
-	dev-libs/libevent[ssl]
-	sys-libs/zlib
-	!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 scrypt libscrypt) \
-		$(use_enable seccomp) \
-		$(use_enable systemd) \
-		$(use_enable tor-hardening gcc-hardening) \
-		$(use_enable tor-hardening linker-hardening) \
-		$(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-r8 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
-}

diff --git a/net-misc/tor/tor-0.2.9.5_alpha.ebuild b/net-misc/tor/tor-0.2.9.8.ebuild
similarity index 100%
rename from net-misc/tor/tor-0.2.9.5_alpha.ebuild
rename to net-misc/tor/tor-0.2.9.8.ebuild


             reply	other threads:[~2016-12-20  9:23 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-20  9:23 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-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-08-03  8:22 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=1482225796.0152ca2435d5de36711e7c75da0df49fb7c4443c.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