summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2004-08-28Improve wording, suggested by iceblox@IRChubertf1-0/+2
2004-08-28Use the new BUILDLINK_TRANSFORM commands to more precisely state thejlam1-2/+2
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
2004-08-27libtool uses $(CC) to link objects, not $(LD).jlam2-1/+15
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam4-8/+8
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27Import ppp-lzs from pkgsrc-wip. Thank you, Iain Hibbert.reed1-1/+2
This is a NetBSD decompressor for PPP compatible with the Stac LZS scheme as described in rfc1974. The algorithm is apparently covered by patents held by Hifn in the USA and Europe though it was written independently with no help from Hifn or anybody associated with them, and with no reference to the patents. You might want to consider this 'example' code only if that makes you feel better. This package patches the included pppd in NetBSD and thus, in order to compile this, you will need to have the NetBSD source sets installed.
2004-08-27This is initial import of ppp-lzs-1.2.reed5-0/+85
It is a PPP daemon and LKM with Stac LZS decompression. This was packaged by Iain Hibbert and provided via pkgsrc-wip. This is a NetBSD decompressor for PPP compatible with the Stac LZS scheme as described in rfc1974. The algorithm is apparently covered by patents held by Hifn in the USA and Europe though it was written independently with no help from Hifn or anybody associated with them, and with no reference to the patents. You might want to consider this 'example' code only if that makes you feel better. This package patches the included pppd in NetBSD and thus, in order to compile this, you will need to have the NetBSD source sets installed. NOTE: I didn't test this software.
2004-08-25Rather than saying "family = family;", say nothing at all. This does notcjs2-5/+4
change the way the program works, so the package version has not been changed.
2004-08-22Change the way that legacy USE_* and FOO_USE_* options are convertedjlam2-31/+23
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590.
2004-08-21Update to KDE 3.3markd6-104/+784
Changes: * Kopete o Implement Jabber file transfers. Till Gerken o Add Jabber group chat support. Till Gerken o Complete Kopete's handling of external changes to IM data stored in KABC - add new contacts if added in KABC and rearrange metacontacts following the data in KABC, similarly, remove. Will Stephenson o New connection API that supporting logging in as a different status than "online" Matt Rogers o New disconnect API so we can tell when we've been disconnected by the server and can then reconnect. Matt Rogers o Latex render plugin Duncan Mac-Vicar o Add support for bold, italic and underlined messages to Yahoo Matt Rogers o Add new mail notifications to the Yahoo! plugin Matt Rogers o Add SSL Support in IRC Jason Keirstead o Add the ability to associate custom KNotify event notifications with a metacontact (Buddy Pounce) Will Stephenson o Add support for irc:// protocols in Konqueror Jason Keirstead o Change the KopeteAwayAction to be more like Konqueror's Recent Documents Jason Keirstead o Add an alias plugin Jason Keirstead o Seperate the password handling from KopeteAccount Richard Smith o Support amaroK in Kopete's Now Listening plugin Will Stephenson o Action to toggle encryption on/off in a chat. Olivier Goffart o Implement KIMIface in Kopete to enable presence and messaging integration across the desktop. Will Stephenson o Merge data acquired from Kopete's protocols to the KDE address book, e.g. names, email addresses and phone numbers. Will Stephenson o Plugin to invite MSN contacts to uses gnomemeeting. Olivier Goffart o "Send Email..." context menu entry. Reuben Sutton o ICQ, support mimetype application/x-icq to add contacts Stefan Gehn o AIM, support aim: protocol to add contacts Stefan Gehn o ICQ, support for ignore-, invisible- and visible-list Stefan Gehn o MSN incoming File transfers trought the chat session as MSN Messenger 6 does.Olivier Goffart * Remote Desktop Connection (krdc) o Rewrote the RDP client to use an external rdesktop process, which includes support for RDP 5. Currently this requires a patched rdesktop version to be installed. Future rdesktop versions will have this support built-in. Arend van Beelen jr. o Switch to enforce the local cursor. Tim Jansen * KWiFiManager o when multiple cards are in use, each instance shows information for one card Stefan Winter o major code cleanup Stefan Winter o support for wireless scanning Stefan Winter * File Sharing o Create an advanced fileshare Control Center module, based on KSambaPlugin and KNFSPlugin Jan Schaefer o Create an advanced Konqueror properties dialog plugin, based on KSambaPlugin and KNFSPlugin Jan Schaefer
2004-08-21On Interix, use waitpid(-1, status, options) instead ofminskim2-1/+18
wait3(status, options, NULL).
2004-08-20Make build on Interix, essentially with the fix from PR pkg/25910. A bettertv2-1/+17
fix (using autoconf) will be submitted to the rsync maintainers for a future release.
2004-08-20Add a patch: the address family coming back from the loopback interface iscjs3-2/+17
in host, not network format. At least, this is the case for NetBSD. I don't know what systems out there exist where this is not the case, but Linux is one possibility.
2004-08-18Use LICENSE=no-commercial-use.tv1-5/+2
2004-08-17- make pkglint happyadrianp2-6/+6
- fix typos in DESCR suggestions by snj@.
2004-08-17Update ja-samba package to 2.2.10.1.0 (samba-2.2.10-a-1.0).taca12-172/+44
Changes from 2.2.9.1.0 is a fix for CAN-2004-0686 included in samba 2.2.10 though it is already applied by ja-samba-2.2.9.1.0nb1 package. This pkgsrc also contains a fix by Samba 2.2.11; smbd crash problem by Windos XP SP2 client.
2004-08-17Bump to jwhois-3.2.2nb7: IPv6 allocation update.kleink3-9/+10
2004-08-17- Update tcptrace to 6.6.1adrianp2-6/+5
- Remove FreeBSD header from pkgsrc Makefile - ok'ed snj@/wiz@ From the ChangeLog: - Fixed the processing of duplicate ACKs as in the BSD stack to count towards the 3 dupacks required for fast-retransmit. - Fixed the bug in processing IPv6 extension headers in ipv6.c:gethdrlength() based on the patch sent by Thomas Bohnert. - Added dsack counter to long output format and dsack sample input and output - Fixed bug in the calculation of the "avg win adv" field, so that now avg. falls in between min and max. - Changes made to make gcc-3.3 make lesser warnings with tcptrace. - Made the --csv/--tsv/--sv options' implementation better. - Fixed a bug in traffic module, so that the number of open connections are printed correct in the traffic_stats.dat file, even without giving the -C option. - Included the code to recognize Endace ERF (Extensible Record Format), sent by Jesper Peterson. - Included the code to recognize the PPP (Point-to-Point) input file format, sent by Yann Samama. - Fixing the bug with filtering connections based on hostname/portname with the -f option. - Included the code to generate PF file with '-c' option. Error messages are made more logical when generating error messages for unsupported input and captured file formats. - Applied patch from Ulisses Alonso Camaro that lets SYN segments following zero window advertisements from the opposite direction *not* be treated as window probes. Also fixed a compilation problem due to the previous patch by Jitesh (moved the "static int count=0" line to the beginning of trace_done() function in trace.c). - Fixed bunch of gcc3.3.1 warnings in erf.c (unused variable warning), netm.c, ns.c (dereferencing type-punned pointer warnings). - Fixed the typo(?) that made us have a #ifndef __WIN32 to #ifdef __WIN32 in ipv6.h for the in6_addr structure definition. - Patching in changes to mod_http.c making it more robust to print information in cases where connections get closed with RST instead of FINs and other trivia based on Yufei Wang's patch. - Applying the patch courtesy John Heffner that displays a yellow rwnd line in owin plots. Also adding --showrwinline option to control the yellow rwnd line, in case it gets annoying. - Also fixing trivia (type conversions for certain uint to int, etc.) in output.c to keep gcc3.3 from warning on MacOSX 10.3. - All the changes you see above in the 6.4.x series are part of the release 6.6.0. - Includes a bugfix by Ramani, that restored the old semantics of the SameConn() and WhichDir() functions and includes new functions AVL_CheckHash() and AVL_CheckDir() to support the AVL tree hash-bucket implementation. - Includes a fix to ns.c to correctly read port numbers; added functionality to track LEAST variables and reno LEAST algorithm to trace.c; added isRTO() in rexmit.c : all by Wes.
2004-08-17MAINTAINER unreachable by mail, setting to tech-pkg.ben1-2/+2
2004-08-17Update to 0.217:wiz2-5/+5
v0.217 updates for Linksys wireless router IP detection v0.216 Mike Pennington, alerted to ipcheck uses v1.x of pysnmp v0.215 Mark Keisler default route detection fix v0.214 Brad Crittenden -VT1000v patch v0.213 For CISCO IOS: Hansjoerg G.Henker - www.c-bit.org v0.212 DI504 home command sent v0.211 DI614+ updates v0.210 updated the hosts array v0.209 added -5 for dlink with no password v0.208 enable https for all python versions except 2.1 and 2.2
2004-08-16Include pthread.buildlink3.mk. Should fix the problem seen inschmonz1-1/+2
Krister's 1.6.2 bulk build.
2004-08-14Fix path-sanitizing bug which allows unauthorized remote file access.tron3-2/+17
Bump package revision because of that.
2004-08-13add/enable torjschauma1-1/+2
2004-08-13Import tor into pkgsrc:jschauma4-0/+65
The simple version: Tor provides a distributed network of servers ("onion routers"). Users bounce their TCP streams (web traffic, FTP, SSH, etc.) around the routers. This makes it hard for recipients, observers, and even the onion routers themselves to track the source of the stream. The complex version: Onion Routing is a connection-oriented anonymizing communication service. Users choose a source-routed path through a set of nodes, and negotiate a "virtual circuit" through the network, in which each node knows its predecessor and successor, but no others. Traffic flowing down the circuit is unwrapped by a symmetric key at each node, which reveals the downstream node.
2004-08-13Changes 0.10.6:adam3-28/+32
* Windows preferences bug fixed * New utility: capinfo
2004-08-13Changes 5.1.2:adam9-343/+34
* Minor improvements to snmpdelta * Minor improvements to snmpnetstat (IPv6 output) * Fixes
2004-08-13Add/use buildlink3.mk files.recht3-6/+26
2004-08-13Updated to version 3.0.7.salo2-5/+5
Changes: - slow-start in sftp implemented. - ftp proxy which expects user@proxy-user@host is now supported with new boolean setting ftp:proxy-auth-joined. - key passphrase for sftp is now supported. - new setting http:cache-control to set corresponding request header. - don't send FEAT to ftp proxy before login. - fixed timeout handling after FEAT command. - fixed find and du to show status line correctly when output goes to screen. - fixed shell (!) command to return proper error code. - fixed binding ftp data socket in non-passive mode.
2004-08-10Update to tnftpd 20040810. Notable changes:lukem3-26/+5
* remove use of setjmp/longjmp * improve safety of signal handlers * fix minor memory leaks * improve portability to BSD/OS 3.0
2004-08-09Use bsd.options.mk framework for flow-tools package.seb1-11/+18
2004-08-08This package should be conflict with ja-samba, too.taca1-2/+2
2004-08-07Update to version 1.5.1. Patch provided in PR 26574 by Isihara Takanori.cube2-5/+6
Version 1.5.1 - June 2003 - Fixed segmentation fault when using -f option (noticed by Brian Lovrin) - Fixed printing ugliness (noticed by Darren Critchley) - Changed version number :) (1.5 said that it is 1.0.3 - now it proudly says 1.5.1)
2004-08-07Update samba2 package to 2.2.10jdolecek4-147/+147
Changes in 2.2.10: A buffer overrun has been located in the code used to support the 'mangling method = hash' smb.conf option. Affected Samba 2.2 installations can avoid this possible security bug by using the hash2 mangling method. Server installations requiring the hash mangling method are encouraged to upgrade to Samba v2.2.10 or v3.0.5. Changes in 2.2.9: This is a maintenance release of Samba 2.2.8a to address the problem with user password changes after applying the Microsoft hotfix described in KB828741 to Windows NT 4.0/200x/XP clients. Also updated dependant packages pam-smbpass and winbind.
2004-08-05Add a DESCR to bittorrent-gui, too.recht2-2/+9
Noted by Iain Hibbert in private mail.
2004-08-05add a valuable feature from Debian: quit after EOF on stdindrochner3-13/+82
being here, apply a string termination fix from Debian bump PKGREVISION
2004-08-05Apply patch from kdenetwork HEAD that fixes build on Solaris.markd2-1/+14
No functional change for platforms that previously built.
2004-08-05use MASTER_SITE_SOURCEFORGE instead of an arbitrary mirrordrochner2-4/+4
2004-08-05Rename Makefile.options to options.mk in the packages that I maintain.jlam2-3/+3
This follows the example of the mail/dovecot package, as suggested by <schmonz>.
2004-08-03Update net/p5-Net-Server to 0.87. Changes from version 0.86 includejlam2-5/+6
bug fixes and integrating pre_accept_hook and post_accept_hook into Net::Server::Fork.
2004-08-02Changes 0.94:adam3-7/+10
* GUI updates: * File info pane renamed to "Downloads". * Downloads pane renamed to "Sources". * Progress of a download can now be visualized. * Uploads and download sources pane now contain a visual progressbar. * The GTK2 GUI can now be resized smaller than a width of 933 pixels. * Search results now include an extension column. * The Gnet stats panel and the statusbar now include horizon statistics. * New Gnutella extension HSEP/0.2 included. * The remote shell now includes a command "HORIZON", which will output horizon stats. * If no default port is specified, gtk-gnutella will now bind to a random port and will use that port from then on. * If you are behind a firewall and have routed a port to gtk-gnutella, please check that gtk-gnutella is still running on the port you want it to! * Will parse up to 150 hosts in a gwebcache reply to bootstrap from. * New hostcache to make gtk-gutella connect to the network more quickly. * Translations updated.
2004-07-31nsd 2.1.2.itojun2-5/+5
FEATURES: - NSD now fully supports unknown record types using the notation specified in RFC3597. - Support for the following RR types has been added: WKS, X25, ISDN, RT, NSAP, PX, NAPTR, KX, CERT, DNAME, and APL. DNAME special processing is not supported. and bug fixes.
2004-07-30Convert to use bsd.options.mk. The relevant options variable to setjlam4-62/+108
for each package can be determined by invoking: make show-var VARNAME=PKG_OPTIONS_VAR The old options are still supported unless the variable named in PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
2004-07-28Update bpalogin to 2.0.2. Changes are bugfixes only.rh4-42/+8
2004-07-27update to gift-openft-0.2.1.3recht4-11/+28
changes: * Fixed a potentially fatal problem when parsing an HTTP request header which fails to provide a request method. Also add a patch from CVS to fix a core dump when giftd tries to scan files with non printable names when building a share index. Patch by Kailash Sethuraman
2004-07-27To allow plugins the use of pthreads giftd itself has to be builtrecht1-1/+5
against libpthread. Or in other words: dlopen of libpthread doesn't work. Patch sent in private mail by Kailash Sethuraman bump PKGREVISION to 1
2004-07-27bump PKGREVISION for SIGINT fixes.grant1-1/+2
2004-07-27apply fix from NetBSD-current for SIGINT handling. ok'd by lukem.grant6-27/+46
2004-07-27Sergio Jimenez will maintain this package.minskim1-2/+2
2004-07-26Enable pkgviews installation.schmonz1-1/+5
2004-07-25Update to 0.2.23.tv2-5/+5
(Add --ignore, --mime-none, --delete options; a couple memory alloc fixes.)
2004-07-25duh.org is no longer mirroring the distfile.tv1-3/+2