diff options
author | mef <mef@pkgsrc.org> | 2015-03-08 12:37:43 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-03-08 12:37:43 +0000 |
commit | dca9a803b973afe1b581466c561fb4e286c7ffea (patch) | |
tree | 425a9aa13e753f01752279b4ba8e32fc4df468e2 /net | |
parent | d848a06cc2c633412c8a7ccc7de493dcd518b2d2 (diff) | |
download | pkgsrc-dca9a803b973afe1b581466c561fb4e286c7ffea.tar.gz |
(pkgsrc)
- Add LICENSE= gnu-gpl-v2
(upstream)
- Update 3.05 to 3.3
------------------
Following lines are from ChangeLog, but not really clear,
the date is overwrapped from last (pkgsrc) update.
------------------
2001-02-25 lars brinkhoff <lars@nocrew.org>
From Sampo Niskanen <sampo.niskanen@iki.fi>:
* common.c (handle_tunnel_input): write to stdout if fd = 0.
* htc.c (struct Arguments): add use_std and use_daemon.
(usage): add short option -z for --proxy-authorization-file.
add -s, --stdin-stdout option. add -w, --no-daemon option.
(parse_arguments): recognize new options.
(parse_arguments): write diagnostics to stderr instead of stdout.
(main): likewise.
* hts.c (struct Arguments): add use_std and use_daemon.
(usage): add -s, --stdin-stdout option. add -w, --no-daemon option.
(parse_arguments): recognize new options.
(main): write diagnostics to stderr instead of stdout.
2000-09-01 lars brinkhoff <lars@nocrew.org>
From Brian Somers <brian@Awfulhak.org>:
* htc.c (main): correct typo in log message.
* tunnel.c (tunnel_out_connect): use ntohl() to convert IP address.
(tunnel_accept): likewise.
* common.c (set_address): likewise.
2000-08-31 lars brinkhoff <lars@nocrew.org>
* configure.in: version 3.2
* debian/changelog: sync with new version.
2000-07-25 lars brinkhoff <lars@nocrew.org>
From Brian Somers <brian@Awfulhak.org>:
* tunnel.h: update tunnel_new_server prototype.
* tunnel.c (tunnel_is_server): tunnel is server when
server_socket != -1.
(tunnel_out_connect): log the port number.
(tunnel_in_connect): don't call http_destroy_response with
NULL argument.
(tunnel_accept): log client IP number and port.
(tunnel_new_server): accept char *host argument, which is used
to bind the server to a specific network interface. initialize
tunnel->bytes to 0. pass struct in_addr to server_socket.
(tunnel_new_client): initialize tunnel->bytes to 0.
* hts.c (parse_arguments): host defaults to NULL. recognize
[HOST:]PORT syntax.
(main): log host:port, if host was specified. pass host to
tunnel_new_server.
* common.c (server_socket): take a sockaddr_in * argument; improve
sockaddr_in initialization.
(set_address): improve sockaddr_in initialization.
* common.h: update server_socks prototype.
* htc.c (main): pass a struct in_addr to server_socket.
Diffstat (limited to 'net')
-rw-r--r-- | net/httptunnel/Makefile | 5 | ||||
-rw-r--r-- | net/httptunnel/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/httptunnel/Makefile b/net/httptunnel/Makefile index 6eea2a9b6f0..1dab9bc5fdf 100644 --- a/net/httptunnel/Makefile +++ b/net/httptunnel/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.8 2012/10/23 17:18:27 asau Exp $ +# $NetBSD: Makefile,v 1.9 2015/03/08 12:37:43 mef Exp $ # -DISTNAME= httptunnel-3.0.5 +DISTNAME= httptunnel-3.3 CATEGORIES= net MASTER_SITES= http://www.nocrew.org/software/httptunnel/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nocrew.org/software/httptunnel.html COMMENT= Encapsulate TCP/IP connections in HTTP requests +LICENSE= gnu-gpl-v2 HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX:Q} diff --git a/net/httptunnel/distinfo b/net/httptunnel/distinfo index eda30419391..f533688d353 100644 --- a/net/httptunnel/distinfo +++ b/net/httptunnel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 12:13:49 agc Exp $ +$NetBSD: distinfo,v 1.4 2015/03/08 12:37:43 mef Exp $ -SHA1 (httptunnel-3.0.5.tar.gz) = d48a18bb7ea7eac16837b0a1f9e99aa0b8c44475 -RMD160 (httptunnel-3.0.5.tar.gz) = 252cd09a923b451f536dea06875786d8f35054f3 -Size (httptunnel-3.0.5.tar.gz) = 260536 bytes +SHA1 (httptunnel-3.3.tar.gz) = e3fa5c6499cbad9202bb7a3ba8a5b6478a60a3f3 +RMD160 (httptunnel-3.3.tar.gz) = 0e0a34dbe122510b19a2e37f3dcaeab8ff7cae5d +Size (httptunnel-3.3.tar.gz) = 262749 bytes |