* [gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.4.22.ebuild ChangeLog
@ 2014-05-17 14:06 Anthony G. Basile (blueness)
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-05-17 14:06 UTC (permalink / raw
To: gentoo-commits
blueness 14/05/17 14:06:42
Modified: ChangeLog
Added: tor-0.2.4.22.ebuild
Log:
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.412 net-misc/tor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.412&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.412&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?r1=1.411&r2=1.412
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.411
retrieving revision 1.412
diff -u -r1.411 -r1.412
--- ChangeLog 8 May 2014 22:34:11 -0000 1.411
+++ ChangeLog 17 May 2014 14:06:42 -0000 1.412
@@ -1,6 +1,11 @@
# 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.411 2014/05/08 22:34:11 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.412 2014/05/17 14:06:42 blueness Exp $
+
+*tor-0.2.4.22 (17 May 2014)
+
+ 17 May 2014; Anthony G. Basile <blueness@gentoo.org> +tor-0.2.4.22.ebuild:
+ Version bump
08 May 2014; Anthony G. Basile <blueness@gentoo.org> ChangeLog:
Fix gpg signing
1.1 net-misc/tor/tor-0.2.4.22.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild?rev=1.1&content-type=text/plain
Index: tor-0.2.4.22.ebuild
===================================================================
# 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.4.22.ebuild,v 1.1 2014/05/17 14:06:42 blueness Exp $
EAPI="5"
inherit eutils flag-o-matic readme.gentoo versionator toolchain-funcs 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 ~x86-fbsd"
IUSE="-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy threads upnp web"
DEPEND="dev-libs/openssl
sys-libs/zlib
dev-libs/libevent
bufferevents? ( dev-libs/libevent[ssl] )
nat-pmp? ( net-libs/libnatpmp )
upnp? ( net-libs/miniupnpc )
selinux? ( sec-policy/selinux-tor )"
RDEPEND="${DEPEND}"
pkg_setup() {
enewgroup tor
enewuser tor -1 -1 /var/lib/tor tor
}
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.2.3.14_alpha-torrc.sample.patch
}
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 \
--disable-buf-freelists \
--enable-asciidoc \
--docdir=/usr/share/doc/${PF} \
$(use_enable stats instrument-downloads) \
$(use_enable bufferevents) \
$(use_enable ecc curve25519) \
$(use_enable nat-pmp) \
$(use_enable tor-hardening gcc-hardening) \
$(use_enable tor-hardening linker-hardening) \
$(use_enable transparent-proxy transparent) \
$(use_enable threads) \
$(use_enable upnp) \
$(use_enable web tor2web-mode)
}
src_install() {
readme.gentoo_create_doc
newconfd "${FILESDIR}"/tor.confd tor
newinitd "${FILESDIR}"/tor.initd-r6 tor
emake DESTDIR="${D}" install
keepdir /var/lib/tor
dodoc README ChangeLog ReleaseNotes doc/HACKING
fperms 750 /var/lib/tor
fowners tor:tor /var/lib/tor
insinto /etc/tor/
newins "${FILESDIR}"/torrc-r1 torrc
}
pkg_postinst() {
readme.gentoo_pkg_postinst
if [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -eq 8 && $(gcc-micro-version) -ge 1 ]] ; then
ewarn "Due to a bug in >=gcc-4.8.1, compiling ${P} with -Os leads to an infinite"
ewarn "loop. See:"
ewarn
ewarn " https://trac.torproject.org/projects/tor/ticket/10259"
ewarn " http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59358"
ewarn
fi
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.4.22.ebuild ChangeLog
@ 2014-05-26 13:03 Anthony G. Basile (blueness)
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-05-26 13:03 UTC (permalink / raw
To: gentoo-commits
blueness 14/05/26 13:03:09
Modified: tor-0.2.4.22.ebuild ChangeLog
Log:
stable on ppc and ppc64, bug #510564
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.3 net-misc/tor/tor-0.2.4.22.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild?r1=1.2&r2=1.3
Index: tor-0.2.4.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tor-0.2.4.22.ebuild 25 May 2014 18:56:41 -0000 1.2
+++ tor-0.2.4.22.ebuild 26 May 2014 13:03:09 -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.4.22.ebuild,v 1.2 2014/05/25 18:56:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild,v 1.3 2014/05/26 13:03:09 blueness Exp $
EAPI="5"
@@ -16,7 +16,7 @@
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~amd64 arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 arm ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy threads upnp web"
DEPEND="dev-libs/openssl
1.415 net-misc/tor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.415&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.415&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?r1=1.414&r2=1.415
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.414
retrieving revision 1.415
diff -u -r1.414 -r1.415
--- ChangeLog 26 May 2014 10:39:03 -0000 1.414
+++ ChangeLog 26 May 2014 13:03:09 -0000 1.415
@@ -1,6 +1,9 @@
# 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.414 2014/05/26 10:39:03 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.415 2014/05/26 13:03:09 blueness Exp $
+
+ 26 May 2014; Anthony G. Basile <blueness@gentoo.org> tor-0.2.4.22.ebuild:
+ stable on ppc and ppc64, bug #510564
26 May 2014; Anthony G. Basile <blueness@gentoo.org> files/tor.conf:
Fix tmpfiles.d, bug #511454
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.4.22.ebuild ChangeLog
@ 2014-06-28 19:02 Anthony G. Basile (blueness)
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-06-28 19:02 UTC (permalink / raw
To: gentoo-commits
blueness 14/06/28 19:02:54
Modified: tor-0.2.4.22.ebuild ChangeLog
Log:
Stable amd64, bug #510564
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.5 net-misc/tor/tor-0.2.4.22.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild?r1=1.4&r2=1.5
Index: tor-0.2.4.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tor-0.2.4.22.ebuild 14 Jun 2014 09:55:20 -0000 1.4
+++ tor-0.2.4.22.ebuild 28 Jun 2014 19:02:54 -0000 1.5
@@ -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.4.22.ebuild,v 1.4 2014/06/14 09:55:20 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild,v 1.5 2014/06/28 19:02:54 blueness Exp $
EAPI="5"
@@ -16,7 +16,7 @@
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~amd64 arm ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE="-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy threads upnp web"
DEPEND="dev-libs/openssl
1.421 net-misc/tor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.421&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.421&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?r1=1.420&r2=1.421
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.420
retrieving revision 1.421
diff -u -r1.420 -r1.421
--- ChangeLog 20 Jun 2014 12:57:16 -0000 1.420
+++ ChangeLog 28 Jun 2014 19:02:54 -0000 1.421
@@ -1,6 +1,9 @@
# 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.420 2014/06/20 12:57:16 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.421 2014/06/28 19:02:54 blueness Exp $
+
+ 28 Jun 2014; Anthony G. Basile <blueness@gentoo.org> tor-0.2.4.22.ebuild:
+ Stable amd64, bug #510564
20 Jun 2014; Anthony G. Basile <blueness@gentoo.org>
+files/tor-0.2.5.5_alpha-fix-bufferevent-build.patch,
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.4.22.ebuild ChangeLog
@ 2014-06-28 19:19 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-06-28 19:19 UTC (permalink / raw
To: gentoo-commits
zlogene 14/06/28 19:19:36
Modified: tor-0.2.4.22.ebuild ChangeLog
Log:
sparc stable wrt bug #510564
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.6 net-misc/tor/tor-0.2.4.22.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild?r1=1.5&r2=1.6
Index: tor-0.2.4.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tor-0.2.4.22.ebuild 28 Jun 2014 19:02:54 -0000 1.5
+++ tor-0.2.4.22.ebuild 28 Jun 2014 19:19:36 -0000 1.6
@@ -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.4.22.ebuild,v 1.5 2014/06/28 19:02:54 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.4.22.ebuild,v 1.6 2014/06/28 19:19:36 zlogene Exp $
EAPI="5"
@@ -16,7 +16,7 @@
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy threads upnp web"
DEPEND="dev-libs/openssl
1.423 net-misc/tor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.423&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.423&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?r1=1.422&r2=1.423
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -r1.422 -r1.423
--- ChangeLog 28 Jun 2014 19:04:33 -0000 1.422
+++ ChangeLog 28 Jun 2014 19:19:36 -0000 1.423
@@ -1,6 +1,9 @@
# 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.422 2014/06/28 19:04:33 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.423 2014/06/28 19:19:36 zlogene Exp $
+
+ 28 Jun 2014; Mikle Kolyada <zlogene@gentoo.org> tor-0.2.4.22.ebuild:
+ sparc stable wrt bug #510564
28 Jun 2014; Anthony G. Basile <blueness@gentoo.org> -tor-0.2.4.21.ebuild,
tor-0.2.4.20.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-06-28 19:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-28 19:02 [gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.4.22.ebuild ChangeLog Anthony G. Basile (blueness)
-- strict thread matches above, loose matches on Subject: below --
2014-06-28 19:19 Mikle Kolyada (zlogene)
2014-05-26 13:03 Anthony G. Basile (blueness)
2014-05-17 14:06 Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox