Commit graph

16189 commits

Author SHA1 Message Date
Jean Milanez Melo
7dd492d822 - Fix radsqlrelay.
- Bump portrevision.
- Update mastersites.

PR:		ports/119910
Submitted by:	David Wood <david@wood2.org.uk> (maintainer)
2008-01-31 13:29:09 +00:00
Jean Milanez Melo
165fdf83a6 - Update to 2.0.1.
- Fix radsqlrelay.
- Update mastersites.

PR:		ports/119909
Submitted by:	David Wood <david@wood2.org.uk> (maintainer)
2008-01-31 13:22:15 +00:00
Edwin Groothuis
764e348a35 It all started when we got some new routers, which told me the
following when trying to upload configuration or download images
from it: The TFTP server doesn't support the blocksize option.

My curiousity was triggered, it took me some reading of RFCs and
other documentation to find out what was possible and what could
be done. Was plain TFTP very simple in its handshake, TFTP with
options was kind of messy because of its backwards capability: The
first packet returned could either be an acknowledgement of options,
or the first data packet.

Going through the source code of src/libexec/tftpd and going through
the code of src/usr.bin/tftp showed that there was a lot of duplicate
code, and the addition of options would only increase the amount
of duplicate code. After all, both the client and the server can
act as a sender and receiver.

At the end, it ended up with a nearly complete rewrite of the tftp
client and server. It has been tested against the following TFTP
clients and servers:

- Itself (yay!)
- The standard FreeBSD tftp client and server
- The Fedora Core 6 tftp client and server
- Cisco router tftp client
- Extreme Networks tftp client

It supports the following RFCs:

RFC1350 - THE TFTP PROTOCOL (REVISION 2)
RFC2347 - TFTP Option Extension
RFC2348 - TFTP Blocksize Option
RFC2349 - TFTP Timeout Interval and Transfer Size Options
RFC3617 - Uniform Resource Identifier (URI) Scheme and Applicability
          Statement for the Trivial File Transfer Protocol (TFTP)

It supports the following unofficial TFTP Options as described at
http://www.compuphase.com/tftp.htm:

blksize2 - Block size restricted to powers of 2, excluding protocol headers
rollover - Block counter roll-over (roll back to zero or to one)

From the tftp program point of view the following things are changed:

- New commands: "blocksize", "blocksize2", "rollover" and "options"
- Development features: "debug" and "packetdrop"

If you try this tftp/tftpd implementation, please let me know if
it works (or doesn't work) and against which implementaion so I can
get a list of confirmed working systems.

Author: Edwin Groothuis <edwin@FreeBSD.org>
2008-01-31 10:14:59 +00:00
Beech Rintoul
ad2d57dc8e - Fix build with OpenSSL-0.9.8b
- Pet portlint
- Bump portrevision

PR:		ports/119398
Submitted by:	Takeharu KATO <takeharu1219@ybb.ne.jp>
Approved by:	(maintainer timeout)
2008-01-31 02:32:19 +00:00
Jeremy Messenger
c2d7d16a59 Drop the maintainership to ports@. I haven't use it for over a year since when
I got a few of good routers.
2008-01-30 19:23:31 +00:00
Cheng-Lung Sung
47ec879489 - Update to 0.10
Changes:	http://search.cpan.org/dist/URI-Template/Changes
2008-01-30 00:07:43 +00:00
Brooks Davis
0d10ec3c90 Upgrade to the latest release, 1.2.5. See the release announcment for
details.

http://www.open-mpi.org/community/lists/announce/2008/01/0018.php
2008-01-29 16:08:45 +00:00
Alexey Dokuchaev
383b44fe29 - Fix "Couldn't create network handler" error [1]
- Revise manual page for correctness and completeness
- Reinstate the `-y' (nroff) flag
- Drop gmake(1) dependency, builds with BSD make(1)
- Tweak port description and Makefile markup and syntax
- Pet portlint(1)

Mentioned in PR:	ports/119680 [1]
Patches obtained from:	Debian
2008-01-29 16:03:18 +00:00
Yen-Ming Lee
06315105f2 - relocate pkg-message
- update non-version URL in pkg-descr

Submitted by:	leeym
Approved by:	maintainer
2008-01-28 04:46:44 +00:00
Dirk Meyer
f6b5f47fcd - fix build on non i386 arch 2008-01-28 03:58:53 +00:00
Clement Laforet
0f9cb65ac9 - Remove net/cactid 2008-01-27 20:25:54 +00:00
Martin Wilke
ee2ccfecbf - Fix plist wehn ldap support enabeld is
PR:		118450
Submitted by:	Dmitriy Kirhlarov <dimma@higis.ru>
Approved by:	maintainer implicit
2008-01-25 19:55:35 +00:00
Dirk Meyer
1295d20c38 UPnP IGD client lightweight library
The usage of the miniUPnP client library is useful whenever an application
needs to listen for incoming connections.
Examples : P2P applications, FTP clients for active mode, IRC (for DCC)
or IM applications, network games, any server.

WWW: http://miniupnp.free.fr/
2008-01-25 16:34:53 +00:00
Martin Wilke
2553708b5b - Update to 0.8.7
PR:		118306
Submitted by:	Rashid N. Achilov <achilov-rn@askd.ru> (maintainer)
2008-01-25 15:39:07 +00:00
Mark Linimon
bd66bab195 Reset maintainer: aquatique-ports@rambler.ru bounces. 2008-01-24 08:29:49 +00:00
Cheng-Lung Sung
545ef38a2a - Update to 1.12
Changes:	http://search.cpan.org/dist/POE-Component-Client-Whois/Changes
2008-01-24 04:24:18 +00:00
Mikhail Teterin
6b00ef72ae Submit to portmgr's coersion and bump PORTREVISION. 2008-01-22 19:05:38 +00:00
Xin LI
2dbab10816 Update to 1.3.14.2.
Approved by:	maintainer (via private mail)
2008-01-21 22:11:06 +00:00
Martin Wilke
602264d818 - Use termios.h instead of sgtty.h
PR:		119103
Submitted by:	Ed Schouten <ed@fxq.nl>
Approved by:	maintainer timeout
2008-01-21 12:59:07 +00:00
Martin Wilke
8bf971d4ab - Fix build with gcc4.2
PR:		119707
Submitted by:	Philippe Audeoud <jadawin@tuxaco.net>
2008-01-21 11:41:58 +00:00
Xin LI
96b14bdcd4 Update to 1.3.14. [1]
Add a 'reload' subcommand to rc.d startup script. [2]

Submitted by:	p.rybicki cadera.com.pl [2]
		delphij [1]
PR:		ports/119755 [1]
Approved by:	maintainer
2008-01-21 07:54:44 +00:00
Jun Kuriyama
304acfbef8 OpenBSD's Relay Daemon (previously known as hoststated).
relayd is a daemon to relay and dynamically redirect incoming
connections to a target host. Its main purposes are to run as a
load-balancer, application layer gateway, or transparent proxy. The
daemon is able to monitor groups of hosts for availability, which is
determined by checking for a specific service common to a host group.

WWW: http://spootnik.org/relayd/

# This port will work on $OSVERSION >= 700049.
# If you want to use on RELENG_6, apply a patch in
# http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/pf_table.c.diff?r1=1.67&r2=1.68
2008-01-20 21:38:26 +00:00
Joe Marcus Clarke
9cb5b72201 Update to 0.3.2. 2008-01-20 19:35:06 +00:00
Mikhail Teterin
f632dada47 Add the oc-localization to pkg-plist. Adjust pointy-hat.
Notified by:	pav
2008-01-20 16:28:46 +00:00
Marcelo Araujo
c1f17a7e99 - Mark BROKEN on amd64: does not compile.
Reported by:	pointyhat via pav
Approved by:	stas (mentor, implicit)
2008-01-19 01:29:08 +00:00
Maxim Sobolev
9b3aab2fb9 Update the codec negotiaion patch to the latest version. 2008-01-18 22:17:55 +00:00
Beech Rintoul
be461d32e3 - Send to attic
PR:		ports/119582
Submitted by:	David Wood <david@wood2.org.uk> (maintainer)
Approved by:	linimon (mentor)
2008-01-18 21:25:19 +00:00
Beech Rintoul
b8450699ba - Update to 2.0.0
PR:		ports/119582
Submitted by:	David Wood <david@wood2.org.uk> (maintainer)
Approved by:	linimon (mentor)
2008-01-18 21:13:38 +00:00
Beech Rintoul
80c60ad9fc - Add freeradius2
Approved by:	linimon (mentor)
2008-01-18 20:57:45 +00:00
Beech Rintoul
adadabe68f - Update to 0.18.1
- Makefile tweaks
- Remove pkg-plist comments

PR:		ports/119537
Submitted by:	Oleg Alexeenkov <proler@gmail.com> (maintainer)
Approved by:	linimon (mentor)
2008-01-18 01:21:35 +00:00
Maxim Sobolev
c5bc61a46a Update codec negotiation patch to 20080117 version. No PORTREVISION bump
since it's optional functionality.
2008-01-17 18:41:52 +00:00
Maxim Sobolev
206546f927 o Update to 1.2.26.1;
o update codec negotiation patch to 20080117 version.
2008-01-17 18:40:57 +00:00
Pav Lucistnik
79eaf57cf7 - Update to 1.4.11 2008-01-17 09:49:35 +00:00
Xin LI
40897dbea5 Avoid confusion when SASL is enabled for server. 2008-01-16 18:58:12 +00:00
Xin LI
78243e29d0 Avoid confusion when SASL is enabled for server. 2008-01-16 18:43:17 +00:00
Cheng-Lung Sung
52a4c144a5 - Update to 0.48
Changes:	http://search.cpan.org/dist/Net-Amazon/Changes
2008-01-15 00:58:47 +00:00
Cheng-Lung Sung
6a3f996521 - Update to 0.16
Changes:	http://search.cpan.org/dist/Net-Pcap/Changes
2008-01-15 00:58:11 +00:00
Martin Wilke
44e9648827 - Update to 1.1.0.4
PR:		119616
Submitted by:	Hung-Yi Chen <gaod@hychen.org>
Approved by:	maintainer
2008-01-13 19:02:57 +00:00
Cy Schubert
ce264bb9a7 Update 4.2.5p75 --> 4.2.5p109 2008-01-13 06:50:53 +00:00
Cy Schubert
792f71a896 Update 4.2.2p4 --> 4.2.4p4
PR:		119330
Submitted by:	Philippe Audeoud <jadawin@tuxaco.net>
2008-01-13 04:17:07 +00:00
Sergey Matveychuk
06d2881d1b - Update to 5.0 release
Changes since 5.0rc2:
New features:
 * Sending LCP Time-Remaining packet implemented.
Bugfixes:
 * Fixed MPPC options loss on link disconnect.
 * Fixed crash on PPTP CDN sending error.
 * Fixed incorrect IPCP options reject processing.
 * Fixed MP SHORTSEQ option.
 * Fixed packet order on accepting outgoing PPTP call.

Submitted by:	mav (maintainer)
2008-01-12 23:01:55 +00:00
Marcelo Araujo
008a741273 - Update to 1.0.2.
- Reset maintainership.

PR:		ports/119382
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
Approved by:	stas (mentor, implicit)
2008-01-12 21:31:06 +00:00
Martin Wilke
74ad3aafd5 This module handles the SOAP protocol. The first implementation is SOAP1.1
(http://www.w3.org/TR/2000/NOTE-SOAP-20000508/), which is still most often
used. The SOAP1.2 definition (http://www.w3.org/TR/soap12/) is quite
different; this module tries to define a sufficiently abstract interface to
hide the protocol differences.
WWW:	http://search.cpan.org/dist/XML-Compile-SOAP/

PR:		ports/119421
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2008-01-12 16:40:22 +00:00
Martin Wilke
fb50d122ce A Net::Proxy object represents a proxy that accepts connections and then
relays the data transfered between the source and the destination.
The goal of this module is to abstract the different methods used to
connect from the proxy to the destination.
A proxy is a program that transfer data across a network boundary
between a client and a server. Net::Proxy introduces the concept of
"connectors" (implemented as Net::Proxy::Connector subclasses), which
abstract the server part (connected to the client) and the client part
(connected to the server) of the proxy.
This architecture makes it easy to implement specific techniques to
cross a given network boundary, possibly by using a proxy on one side of
the network fence, and a reverse-proxy on the other side of the fence.

WWW: http://search.cpan.org/dist/Net-Proxy

PR:		ports/119301
Submitted by:	Philippe Audeoud <jadawin at tuxaco.net>
2008-01-12 16:28:14 +00:00
Martin Wilke
8005fdcbd5 - Update to 1.0rc13
PR:		119486
Submitted by:	Tor Halvard Furulund <squat@squat.no> (maintainer)
2008-01-12 13:10:53 +00:00
Rong-En Fan
a5f271600b - Add rc script for iodine server
- Add iodined manual page (links to iodine's)

PR:		ports/119452 (based on)
Submitted by:	Daniel Roethlisberger <daniel at roe.ch>
2008-01-11 15:47:23 +00:00
Sergey Matveychuk
9cbfad0593 - Add a work around for quagga works with multicast sockets in 7.0.
Submitted by:	maintainer
2008-01-11 14:06:45 +00:00
Martin Wilke
b30a57dfc7 - Update to 0.9.10
PR:		118898
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	maintainer timeout
2008-01-10 23:39:15 +00:00
Martin Wilke
177c93c8d5 - Update to 2.4.3
PR:		119121
Submitted by:	miwi
Approved by:	Razor <bg1tpt@gmail.co> (maintainer)
2008-01-10 23:19:20 +00:00
Martin Wilke
2daca16233 - Update to 1.1.56
PR:		119064
Submitted by:	Ashish Shukla <wahjava@gmail.com> (maintainer)
2008-01-10 23:18:47 +00:00