summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Submit to portmgr's coersion and bump PORTREVISION.Mikhail Teterin2008-01-221-0/+1
|
* Update to 1.3.14.2.Xin LI2008-01-212-4/+4
| | | | Approved by: maintainer (via private mail)
* - Use termios.h instead of sgtty.hMartin Wilke2008-01-212-17/+94
| | | | | | PR: 119103 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer timeout
* - Fix build with gcc4.2Martin Wilke2008-01-213-8/+25
| | | | | PR: 119707 Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
* Update to 1.3.14. [1]Xin LI2008-01-215-26/+28
| | | | | | | | | 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
* OpenBSD's Relay Daemon (previously known as hoststated).Jun Kuriyama2008-01-2025-0/+604
| | | | | | | | | | | | | | 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
* Update to 0.3.2.Joe Marcus Clarke2008-01-205-19/+6
|
* Add the oc-localization to pkg-plist. Adjust pointy-hat.Mikhail Teterin2008-01-201-0/+3
| | | | Notified by: pav
* - Mark BROKEN on amd64: does not compile.Marcelo Araujo2008-01-191-1/+7
| | | | | Reported by: pointyhat via pav Approved by: stas (mentor, implicit)
* Update the codec negotiaion patch to the latest version.Maxim Sobolev2008-01-1810-20/+20
|
* - Send to atticBeech Rintoul2008-01-188-1133/+0
| | | | | | PR: ports/119582 Submitted by: David Wood <david@wood2.org.uk> (maintainer) Approved by: linimon (mentor)
* - Update to 2.0.0Beech Rintoul2008-01-186-159/+223
| | | | | | PR: ports/119582 Submitted by: David Wood <david@wood2.org.uk> (maintainer) Approved by: linimon (mentor)
* - Add freeradius2Beech Rintoul2008-01-181-0/+1
| | | | Approved by: linimon (mentor)
* - Update to 0.18.1Beech Rintoul2008-01-184-49/+69
| | | | | | | | | - Makefile tweaks - Remove pkg-plist comments PR: ports/119537 Submitted by: Oleg Alexeenkov <proler@gmail.com> (maintainer) Approved by: linimon (mentor)
* Update codec negotiation patch to 20080117 version. No PORTREVISION bumpMaxim Sobolev2008-01-178-16/+16
| | | | since it's optional functionality.
* o Update to 1.2.26.1;Maxim Sobolev2008-01-172-10/+9
| | | | o update codec negotiation patch to 20080117 version.
* - Update to 1.4.11Pav Lucistnik2008-01-172-4/+4
|
* Avoid confusion when SASL is enabled for server.Xin LI2008-01-161-0/+1
|
* Avoid confusion when SASL is enabled for server.Xin LI2008-01-161-0/+1
|
* - Update to 0.48Cheng-Lung Sung2008-01-152-4/+4
| | | | Changes: http://search.cpan.org/dist/Net-Amazon/Changes
* - Update to 0.16Cheng-Lung Sung2008-01-152-8/+4
| | | | Changes: http://search.cpan.org/dist/Net-Pcap/Changes
* - Update to 1.1.0.4Martin Wilke2008-01-132-4/+4
| | | | | | PR: 119616 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: maintainer
* Update 4.2.5p75 --> 4.2.5p109Cy Schubert2008-01-134-14/+5
|
* Update 4.2.2p4 --> 4.2.4p4Cy Schubert2008-01-133-10/+15
| | | | | PR: 119330 Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
* - Update to 5.0 releaseSergey Matveychuk2008-01-122-4/+4
| | | | | | | | | | | | | | 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)
* - Update to 1.0.2.Marcelo Araujo2008-01-123-5/+14
| | | | | | | | - Reset maintainership. PR: ports/119382 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer) Approved by: stas (mentor, implicit)
* This module handles the SOAP protocol. The first implementation is SOAP1.1Martin Wilke2008-01-125-0/+111
| | | | | | | | | | | (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>
* A Net::Proxy object represents a proxy that accepts connections and thenMartin Wilke2008-01-125-0/+68
| | | | | | | | | | | | | | | | | | | 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>
* - Update to 1.0rc13Martin Wilke2008-01-122-5/+5
| | | | | PR: 119486 Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer)
* - Add rc script for iodine serverRong-En Fan2008-01-115-10/+143
| | | | | | | - Add iodined manual page (links to iodine's) PR: ports/119452 (based on) Submitted by: Daniel Roethlisberger <daniel at roe.ch>
* - Add a work around for quagga works with multicast sockets in 7.0.Sergey Matveychuk2008-01-112-1/+14
| | | | Submitted by: maintainer
* - Update to 0.9.10Martin Wilke2008-01-102-11/+21
| | | | | | PR: 118898 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer timeout
* - Update to 2.4.3Martin Wilke2008-01-102-5/+4
| | | | | | PR: 119121 Submitted by: miwi Approved by: Razor <bg1tpt@gmail.co> (maintainer)
* - Update to 1.1.56Martin Wilke2008-01-103-6/+22
| | | | | PR: 119064 Submitted by: Ashish Shukla <wahjava@gmail.com> (maintainer)
* - Update to 0.05Martin Wilke2008-01-103-8/+37
| | | | | PR: 119430 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
* - Resurrect freeradius-devel and update to 2.0.0-pre2Li-Wen Hsu2008-01-089-0/+1134
| | | | | PR: ports/117161 Submitted by: David Wood <david AT wood2.org.uk>
* - Update to 20071030Andrew Pantyukhin2008-01-072-4/+4
|
* Fix dependency on avahi:Mikhail Teterin2008-01-072-6/+6
| | | | | | | PR: ports/119031 and update to 2.0.11 instead of bumping PORTREVISION. Upgrade to devel/pwlib is taking longer than expected...
* - Update to 0.1.9Beech Rintoul2008-01-072-4/+4
| | | | | | | | | | | | - Changelog: Added "short preserve case" and set defaults to case sensitive. Pam adjustment in the rpm spec file. Option follow symlinks is disabled by default. Selecting new configuration in the settings shows a standard configuration question. Updated the help window. Fixes automatic configuration backups. Approved by: linimon (mentor)
* Update to 0.41. Require perl 5.8.2+.Anton Berezin2008-01-072-5/+5
| | | | Changes: http://search.cpan.org/dist/Net-SIP/Changes
* - Update to 1.38Cheng-Lung Sung2008-01-072-4/+4
| | | | Changes: http://search.cpan.org/dist/Net-Whois-Raw/Changes
* - Update to 4.4. A bugfix release.Sergey Matveychuk2008-01-062-4/+4
| | | | Submitted by: mav (mintainer)
* - Update to 1.0.2Cheng-Lung Sung2008-01-052-4/+4
| | | | Changes:
* - Update to 0.10.08Cheng-Lung Sung2008-01-052-4/+4
|
* - Update to 0.47Cheng-Lung Sung2008-01-054-16/+100
| | | | Changes: http://search.cpan.org/dist/Net-Amazon/Changes
* - Update distinfo (summary: unused Linux binary is changed).Alejandro Pulver2008-01-041-3/+3
|
* Update to 2008.01.04.Norikatsu Shigemura2008-01-042-4/+4
|
* - Document work around for possible system crashesThomas Abthorpe2008-01-034-6/+6
| | | | | | | | | | - Cleanup Makefile while I am here * After installation, create directory ${LINUXBASE}/dev Inspired by: ports/117068 Submitted by: <ports-net-citrix_ica-oct07 oldach.net> Discussed with: netchild@ in freebsd-emulation
* - Take maintainership, I use this a lot.Marcelo Araujo2008-01-031-1/+1
| | | | Approved by: stas (mentor, implicit)
* Update net/xmlrpc-c to 1.06.23.Florent Thoumie2008-01-034-8/+10
|