public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-proxy/obfsproxy: ChangeLog obfsproxy-0.1.1.ebuild obfsproxy-0.1.0.ebuild
@ 2012-03-12 20:39 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2012-03-12 20:39 UTC (permalink / raw
  To: gentoo-commits

blueness    12/03/12 20:39:09

  Modified:             ChangeLog
  Added:                obfsproxy-0.1.1.ebuild
  Removed:              obfsproxy-0.1.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-proxy/obfsproxy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/obfsproxy/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/obfsproxy/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/obfsproxy/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/obfsproxy/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	11 Mar 2012 14:46:30 -0000	1.1
+++ ChangeLog	12 Mar 2012 20:39:09 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for net-proxy/obfsproxy
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/obfsproxy/ChangeLog,v 1.1 2012/03/11 14:46:30 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/obfsproxy/ChangeLog,v 1.2 2012/03/12 20:39:09 blueness Exp $
+
+*obfsproxy-0.1.1 (12 Mar 2012)
+
+  12 Mar 2012; Anthony G. Basile <blueness@gentoo.org> -obfsproxy-0.1.0.ebuild,
+  +obfsproxy-0.1.1.ebuild:
+  Version bump
 
 *obfsproxy-0.1.0 (11 Mar 2012)
 



1.1                  net-proxy/obfsproxy/obfsproxy-0.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/obfsproxy/obfsproxy-0.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/obfsproxy/obfsproxy-0.1.1.ebuild?rev=1.1&content-type=text/plain

Index: obfsproxy-0.1.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-proxy/obfsproxy/obfsproxy-0.1.1.ebuild,v 1.1 2012/03/12 20:39:09 blueness Exp $

EAPI="4"

DESCRIPTION="obfsproxy is a tor-compliant pluggable transports proxy"
HOMEPAGE="https://www.torproject.org/projects/obfsproxy.html.en"
SRC_URI="https://www.torproject.org/dist/obfsproxy/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

DEPEND="dev-libs/openssl
	>=dev-libs/libevent-2
	>=net-misc/tor-0.2.3.12_alpha
	sys-libs/zlib"
RDEPEND="${DEPEND}"

src_install() {
	emake DESTDIR="${D}" install
	dodoc README ChangeLog
	dodoc -r doc/*
}

pkg_postinst() {
	einfo
	einfo "To run ${PN} with a tor bridge, add the following to your torrc file:"
	einfo
	einfo " ORPort 5001"
	einfo " BridgeRelay 1"
	einfo " ExitPolicy reject *:*"
	einfo " ServerTransportPlugin obfs2 exec /usr/bin/${PN} --managed"
	einfo
	einfo "Change your ORPort to whatever value you use.  When you start tor,"
	einfo "you should see a message similar to the following in its logs:"
	einfo
	einfo " Registered server transport 'obfs2' at '0.0.0.0:33578'"
	einfo
	einfo "Note the port number, 33578 in this case, and report it, along with"
	einfo "your IP address, to your bridge clients."
	einfo
	einfo
	einfo "To run ${PN} with a tor client, add the following to your torrc file:"
	einfo
	einfo " SocksPort 5000"
	einfo " UseBridges 1"
	einfo " Bridge obfs2 <IP>:<port>"
	einfo " ClientTransportPlugin obfs2 exec /usr/bin/${PN} --managed"
	einfo
	einfo "Change your SocksPort to whatever value you use.  Also, replace the"
	einfo "<IP>:<port> pair with the values you received from the tor obfs bridge."
	einfo
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-12 20:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12 20:39 [gentoo-commits] gentoo-x86 commit in net-proxy/obfsproxy: ChangeLog obfsproxy-0.1.1.ebuild obfsproxy-0.1.0.ebuild 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