diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-01-11 00:39:07 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-01-11 00:39:07 +0000 |
| commit | f377c490000d162d4cecd8c01e8f9760f690afc4 (patch) | |
| tree | d19c9396605409506cb2a2e1290257df452f9a14 /net-vpn/httptunnel | |
| parent | eb17417f2b41568c9154d1665b2d60fc8c3f871d (diff) | |
| download | baldeagleos-repo-f377c490000d162d4cecd8c01e8f9760f690afc4.tar.gz baldeagleos-repo-f377c490000d162d4cecd8c01e8f9760f690afc4.tar.xz baldeagleos-repo-f377c490000d162d4cecd8c01e8f9760f690afc4.zip | |
Updating liguros repo
Diffstat (limited to 'net-vpn/httptunnel')
| -rw-r--r-- | net-vpn/httptunnel/Manifest | 1 | ||||
| -rw-r--r-- | net-vpn/httptunnel/files/httptunnel-3.3-fix_write_stdin.patch | 12 | ||||
| -rw-r--r-- | net-vpn/httptunnel/httptunnel-3.3-r2.ebuild | 17 | ||||
| -rw-r--r-- | net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild | 2 |
4 files changed, 1 insertions, 31 deletions
diff --git a/net-vpn/httptunnel/Manifest b/net-vpn/httptunnel/Manifest index 0b93ad67deba..fbdf7c5cf3c3 100644 --- a/net-vpn/httptunnel/Manifest +++ b/net-vpn/httptunnel/Manifest @@ -1,2 +1 @@ -DIST httptunnel-3.3.tar.gz 262749 BLAKE2B d16c06f709befd45e13ac8f13c13242c90d045a23cbb6f39b8d8355d5a9e56643bb7766d4d8ae6dece16686d555850fa4a0e682fc9bb3e33ec7a5144311e517b SHA512 84503e27e84cd39441a7592d6446e30fce07a54b940e4398407dc105fabc6c8f96d3b5d05137d6dab22b2088c5b114728551337429748c900bd6fe7d6b6109e5 DIST httptunnel-3.3_p20180119.tar.gz 376338 BLAKE2B 6625a0ef0bef7afad4ca9b5791abe51d72553877c31dfcb4e4d0bfd6d0e3bf3a0a9f7c529db6a9f9c60726e7e79284959ed8a8bf64e1165e40265341f39cbaf6 SHA512 593efe9ebdc3c41338306e5038cacd63ec171d228ebf13ba52949c353b1d45666bc836ce34102735a383b6cc91f2df1c01e87c2ab1cf5e650fe5fe7fcc658de0 diff --git a/net-vpn/httptunnel/files/httptunnel-3.3-fix_write_stdin.patch b/net-vpn/httptunnel/files/httptunnel-3.3-fix_write_stdin.patch deleted file mode 100644 index 904df6f91159..000000000000 --- a/net-vpn/httptunnel/files/httptunnel-3.3-fix_write_stdin.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -dur httptunnel-3.3/common.c httptunnel-3.3-fix_write_stdin/common.c ---- httptunnel-3.3/common.c 2001-02-25 12:45:41.000000000 +0100 -+++ httptunnel-3.3-fix_write_stdin/common.c 2007-06-20 21:38:54.000000000 +0200 -@@ -314,7 +314,7 @@ - - /* If fd == 0, then we are using --stdin-stdout so write to stdout, - * not fd. */ -- m = write_all (fd ? fd : 0, buf, (size_t)n); -+ m = write_all (fd ? fd : 1, buf, (size_t)n); - log_annoying ("write_all (%d, %p, %d) = %d", fd ? fd : 1, buf, n, m); - return m; - } diff --git a/net-vpn/httptunnel/httptunnel-3.3-r2.ebuild b/net-vpn/httptunnel/httptunnel-3.3-r2.ebuild deleted file mode 100644 index f5887a74bbf4..000000000000 --- a/net-vpn/httptunnel/httptunnel-3.3-r2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="httptunnel can create IP tunnels through firewalls/proxies using HTTP" -HOMEPAGE="https://github.com/larsbrinkhoff/httptunnel" -SRC_URI="http://www.nocrew.org/software/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" -SLOT="0" - -PATCHES=( - "${FILESDIR}"/${P}-fix_write_stdin.patch -) diff --git a/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild b/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild index 51fd5656ca3f..9e6f1b23f274 100644 --- a/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild +++ b/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/larsbrinkhoff/httptunnel/archive/${COMMIT}.tar.gz -> S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-2" -KEYWORDS="amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" SLOT="0" PATCHES=( |
