summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2003-07-30Use multiple lines to set CONFIGURE_ARGS, as usual.jmmv1-3/+8
Fix indentation for USE_LIBTOOL line.
2003-07-30Convert to the bsd.pkg.install.mk framework:jmmv4-11/+23
- Install configuration file in the examples directory. - Copy configuration file in PKG_SYSCONFDIR. - Honour PKG_SYSCONFDIR. - Use RCD_SCRIPTS to handle the rc.d script. Regen distinfo; the directory where files extract has changed. Use buildlink2. Bump PKGREVISION to 1.
2003-07-30Convert the rc.d script to the standard rc.subr format (if available) andjmmv5-30/+49
use the bsd.pkg.install.mk framework to handle it. Bump PKGREVISION to 1.
2003-07-30Convert to the bsd.pkg.install.mk framework:jmmv10-106/+188
- Install configuration files in the example directory. - Use CONF_FILES to place configuration files in PKG_SYSCONFDIR. - Honour PKG_SYSCONFDIR. - Use RCD_SCRIPTS to handle the rc.d script file. As a result, bump PKGREVISION to 1.
2003-07-30Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk.jmmv2-4/+4
2003-07-281.2.2itojun3-28/+5
============= BUG FIXES: - Bug #59: NSD returns FORMERR when the query name is >= 246 bytes. - Bug #60: Zonec runs out of file descriptors with many zones. - Bug #61: nsdc uses /bin/sh hardwired (and should not). - Bug #62: NSD is not able to log to a file. - Bug #63: nsdc update and zonec are too tallkative. - Bug #64: Answer for request of a host resolved by a wildcard-resource-record is not understandable by dig.
2003-07-28Ugh. Revert previous so-called "initial import": grant had already importedjschauma4-28/+26
this months ago. Ooops.
2003-07-28Initial import of net/overnet provided by David Ferlier in PR pkg/20117:jschauma4-26/+28
Overnet is a File Sharing program. This means that it will give you the opportunity to share files you have on your computer with other users on the network, and you will in turn be able to download files of them. This package is not built from sources, but installs a binary version.
2003-07-28Updated DESCR to something more descriptiveadam1-1/+15
2003-07-28Changes 0.92:adam3-14/+26
* Now supports Ultrapeers * New icons for showing node state * The GTK2 front-end is no longer experiamental * Added client-side PFSP support (partial file sharing) * Added full PARQ (Passive / Active Remote Queuing) * New Gnet statistics: flow-controlled packets per TTL and hops * Added support for GGEP in pings/pongs/pushes * New "use surplus bandwidth" setting * Added count for total bytes uploaded and downloaded * Added support for vendor-specific messages * New hops-flow support * Will now show the GTKG version in query hits * The queue shows the count of alive downloads as well as the queue count * Changed the connection algorithm * Filters out hostile IP addresses * New "Fileinfo" pane in the download screen * Domain name resolution for Gnutella web cache are now done asynchronously * Some performance improvements
2003-07-26Bump revision due to SDL update, and sync versions in buildlink files wherejmmv2-3/+4
needed. This is required because esound has been droped as a dependancy.
2003-07-26Import of canonical tnftp 20030825 sources,lukem4-0/+1177
to make it easier to track new versions.
2003-07-26Sync with snort-2.0.1 update.salo2-18/+15
2003-07-26Updated to version 2.0.1.salo4-11/+950
Changes: - fix host endianess problem in udp decoder - vlan decoding fixes from Michael Pomraning - add tcp state checking to httpflow - ignoring bad checksums throughout snort if checksumming is turned on - config disable_ttcp_alerts is now also config disable_tcpopt_ttcp_alerts - better initialization handling of low memory conditions pointing to the - low memory search engine - byte_jump / byte_test 2 byte cases handled and unified - correctly assign port numbers on tcpoption events - pass rule logic changed to "win" in specific multiple event cases - named interface support for win32 from the winpcap folks - spp_bo now also will work with log-only output plugins - added window detection plugin documentation to manual - lots of new rules and tons of rule documentation
2003-07-25Fix build problem under NetBSD-current.tron2-1/+17
2003-07-25Explicitly disable GUI library detection.jmmv1-1/+3
2003-07-25update to 1.2.5drochner3-8/+7
changes: * Added support for sending UDP broadcast packets * It is now safe to nest calls to SDLNet_Init() / SDLNet_Quit() * Specify the SDL API calling convention (C by default) * Sockets are created with the SO_REUSEADDR flag by default +bugfixes
2003-07-25Changes 0.9.14:adam2-6/+5
* The ringbuffer code has been (nearly) completely rewritten. It now supports an unlimited number of files. * Ethereal now supports searching for arbitrary text and binary data in frames. * Service response time statistics have been enhanced. * Tethereal, the text-mode version of Ethereal, can now be compiled without capture support. * New protocols: echo, eDonkey, Jabber, MS Messenger, sFlow * Updated protocols [see www.ethereal.com]
2003-07-25add adns-python-1.0.0, a Python binding to the GNU asynchronous DNSdrochner4-0/+33
resolver library submitted by adam@monkeybyte.org per PR pkg/21729, also in pkgsrc-wip
2003-07-25Update to 1.4.2:jmmv2-6/+5
Un-Thesis' contributions: * Optimized Pictures: Converted all large XPMs to JPEGs. * Memory optimization: Project should use approximately 2MB less memory. * Size optimization: Binary should use approximately 2MB less space. * Implemented Lagloose's Shift+Doubleclick in downloadlist only shows transferring sources. * Enhanced upload statistics in the Upload List. MikaelB's contributions: * FIXED: Saving main window position and size now works. Malware's contributions: * FIXED: Remainder of the Search Dialog crashes. Kry's contributions: * Added xMule Uptime to statistics tree.
2003-07-24Workaround a bug in sparc64 -current's f77: disable f77 checks altogether itseb1-1/+3
is not needed anyway for this package.
2003-07-22regen patch for 1.6.wiz2-5/+5
2003-07-22Replace ENODATA with ENOMSG, for greater portability.wiz2-1/+15
2003-07-21Added tcptraceroute-1.4kim1-1/+2
2003-07-21Add tcptraceroute-1.4kim6-0/+100
The widespread use of firewalls on the modern Internet, many of the packets that traceroute(8) sends out end up being filtered, making it impossible to completely trace the path to the destination. However, in many cases, these firewalls will permit inbound TCP packets to specific ports that hosts sitting behind the firewall are listening for connections on. By sending out TCP SYN packets instead of UDP or ICMP ECHO packets, tcptraceroute is able to bypass the most common firewall filters.
2003-07-21COMMENT should start with a capital letter.martti95-190/+190
2003-07-17s/netbsd.org/NetBSD.org/grant235-476/+476
2003-07-17correct response to long query. http://www.nlnetlabs.nl/bugs/show_bug.cgi?id=59itojun2-1/+24
2003-07-171.2.1itojun2-5/+5
============= BUG FIXES: - AXFR terminates early if a zone containa a CNAME pointing the the zone's domain name (SOA record) (bug #56). - During an AXFR memory above the top of the stack was accessed. This could lead to occassional AXFR errors (bad packets). - NSD now prints its version number and exits when invoked with the -v flag (bug #57). - NSD prints help information and exits when invoked with the -h flag.
2003-07-16Update to 0.75:wiz4-30/+10
Numerous bugs with profile management in the GUI were fixed, along with a display problem on GDL with GTK+ newer than 2.2.0, and some random crashes.
2003-07-15Update to 0.85.4:wiz7-30/+51
Downloads are now automatically handled by one client instead of spreading them among the running clients. A problem with incorrectly handling trailing corrupted segments was fixed, and users with a slash in their nicknames are handled properly.
2003-07-15DESCR from www.xorp.orgitojun1-0/+7
2003-07-15fill CATEGORIESitojun1-2/+2
2003-07-15down into xorpitojun1-1/+2
2003-07-15xorp, extensible open router platformitojun5-0/+80
2003-07-14Fix build.jmmv2-1/+16
2003-07-13Update DEPENDS.wiz2-6/+6
2003-07-13PKGREVISION bump for libiconv update.wiz66-108/+132
2003-07-13Removed patches/patch-an using REPLACE_PERL instead to fix incorrect pathwulf3-13/+4
to perl in ksirc/dsirc
2003-07-13Fixed incorrect path to perl utility in dsirc script.wulf2-1/+12
2003-07-12Update vtun package to 2.6.taca3-11/+23
ver 2.6: No changes; just renumber. ver 2.5.3: $DESTDIR in makefile for packaging glee (PLD) Tighter code in generic/pty_dev.c where available (PLD) Various spec file improvements from (PLD) ver 2.5.2: Configure fixes, to ensure vtun will build under Mac OS/X (Kurt Werle) exclude <rand.h> #inclusion under OS/X ver 2.5.1: Cleanups, reformat code, Automake improvements (Greg) Improvement of Special SuSE init files (Willems Luc) Spec file improvements and testing under SuSE (Willems Luc) PLD build patch from Arkadiusz Miskiewicz re-execute up-commands on re-up under persist-keep (David Kimdon, Leo Bergolth) prevent reentering syslog in signal handlers (Leo Bergolth) fd leak in tunnel.c (David Kimdon, Leo Bergolth) fix configure wrt openSSL and SASL to pick correct MD5.h (Leo Bergolth) prevent closing non-existant stat file (Edan Ayal) minor packaging improvements (Bishop Clark)
2003-07-12Reimported net/pureftpd as net/pure-ftpd to make it more consistent.salo6-0/+108
Updated to version 1.0.15. Addresses PR pkg/21941 by Jon Olsson. Changes: - buildlink2-ify - added PostgreSQL support (PURE_FTPD_USE_PGSQL) - fixed MySQL support (missing bsd.prefs.mk include) 1.0.15: ======= - A turkish translation has been added. Thanks to Mehmet Cokcevik <dns@netline.com.tr> . - Various functional and portability fixes have been made to the handling of upload scripts, to the pure-pw command and to the automatic creation of home directories. - Accounts in a puredb database can now be quickly listed ("pure-pw list"). - The anonymous FTP directory can now be overriden on the Windows port (using a WIN32_ANON_DIR environment variable). - The default banner has been stripped down to look more professionnal (ie. boring). - Transfer speed on BSD systems has been improved. - The license of the whole package has changed from GPL to a simplified BSD license.
2003-07-12Remove pureftpd (now as net/pure-ftpd).salo7-102/+1
2003-07-12Add pure-ftpd.salo1-1/+2
2003-07-12Update wap-utils to 1.3.2zuntum2-6/+6
* It adds support for the ME102, a Netgear AP Fixes PR#22076 by Quentin Garnier <cube@cubidou.net>
2003-07-12Update poink to version 1.6zuntum2-5/+5
No real changelog available, but it's mostly bugfixes and improvements ;-)
2003-07-12Update polsms to verson 1.9.2dzuntum2-5/+5
Mostly bugfixes; full list of changes available in README file in tarball (in Polish).
2003-07-12Update sipcalc to 1.1.2zuntum2-5/+5
* Changed stuff around to be compatible with newer version of autoconf. * Updated ipv6 reverse dns output to use the domain ip6.arpa instead of ip6.int, thanks to M?ns Nilsson for bringing this to my attention. * Change license from GPL to BSD, see COPYING for details. Fixes PR#21846 from Sergey Svishchev
2003-07-11use PTHREAD_LDFLAGS instead of -lpthread for portability, andgrant3-5/+6
include pthread.buildlink2.mk.
2003-07-10parens style nitsgrant1-2/+2