vikraman    15/07/08 04:18:22

  Modified:             ChangeLog
  Added:                proxytunnel-1.9.1-r1.ebuild
  Removed:              proxytunnel-1.9.1.ebuild proxytunnel-1.9.0.ebuild
  Log:
  Add patch to enable TLS. Fixes bug 551278. Drop old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
B0A72FD2)

Revision  Changes    Path
1.27                 net-misc/proxytunnel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/proxytunnel/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/proxytunnel/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/proxytunnel/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   26 Jan 2014 21:01:18 -0000      1.26
+++ ChangeLog   8 Jul 2015 04:18:22 -0000       1.27
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/proxytunnel
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/ChangeLog,v 1.26 
2014/01/26 21:01:18 vikraman Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/ChangeLog,v 1.27 
2015/07/08 04:18:22 vikraman Exp $
+
+*proxytunnel-1.9.1-r1 (08 Jul 2015)
+
+  08 Jul 2015; Vikraman Choudhury (vikraman) <[email protected]>
+  +files/proxytunnel-allowTLS.patch, +proxytunnel-1.9.1-r1.ebuild,
+  -proxytunnel-1.9.0.ebuild, -proxytunnel-1.9.1.ebuild:
+  Add patch to enable TLS. Fixes bug 551278. Drop old.
 
 *proxytunnel-1.9.1 (26 Jan 2014)
 



1.1                  net-misc/proxytunnel/proxytunnel-1.9.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.9.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.9.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: proxytunnel-1.9.1-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.9.1-r1.ebuild,v 1.1 
2015/07/08 04:18:22 vikraman Exp $

EAPI="5"

inherit flag-o-matic toolchain-funcs

DESCRIPTION="Connect stdin and stdout to a server somewhere on the network, 
through a standard HTTPS proxy"
HOMEPAGE="https://github.com/proxytunnel/proxytunnel/ 
http://proxytunnel.sourceforge.net/";
SRC_URI="https://github.com/proxytunnel/proxytunnel/archive/${PV}.tar.gz -> 
${P}.tar.gz"

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

RDEPEND="dev-libs/openssl:="
DEPEND="${RDEPEND}
        virtual/pkgconfig
        app-text/asciidoc
        app-text/xmlto
        "

src_prepare() {
        sed -i -e 's/libssl/libssl libcrypto/' Makefile || die "Sed failed!"
        epatch "${FILESDIR}"/${PN}-allowTLS.patch
}

src_compile() {
        use static && append-ldflags -static
        emake CC="$(tc-getCC)" || die
}

src_install() {
        emake install prefix="${EPREFIX}"/usr DESTDIR="${D}" || die
        dodoc CHANGES CREDITS INSTALL KNOWN_ISSUES LICENSE.txt README RELNOTES 
TODO
}




Reply via email to