summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2007-11-11snort ipv6 support does not work on SunOSadrianp1-1/+6
2007-11-09SNMPv3 requires the Net_SNMP_util.pm custom library.mishka2-2/+4
2007-11-08Bump version or revision of all packages that have a runtime dependencyjoerg1-2/+2
on gzip.
2007-11-08Add DESTDIR support.joerg1-6/+9
2007-11-08Update libupnp to 1.6.1.obache5-37/+40
While here, add DESTDIR support. Changes: ******************************************************************************* Version 1.6.1 ******************************************************************************* 2007-11-07 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * SF Bug Tracker [ 1825278 ] AdvertiseAndReply sleeps with handle lock out Applied patch from Alex (afaucher) to change some write locks to read locks. 2007-11-06 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Adjusting libtool library numbers to reflect the last changes. 2007-11-06 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * SF Bug Tracker [ 1825278 ] AdvertiseAndReply sleeps with handle lock out GlobalHndMutex, which was a mutex is now GlobalHndRWLock, which is a rwlock. HandleLock() is mapped to HandleWriteLock() while all other instances have not been checked. One instance in AdvertiseAndReply() has been changed to HandleReadLock(). Thanks to Alex (afaucher) for the bug report and suggestions. 2007-11-06 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Added support for rwlocks. 2007-11-05 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * SF Bug Tracker [ 1825929 ] woker thread still alive after UpnpFinish() Submitted By: Luke Kim - nereusuj Worker thread still alive after calling UpnpFinish() because ThreadPoolShutdown() is in the #ifdef DEBUG block. 421 422 #ifdef DEBUG 423 ThreadPoolShutdown( &gSendThreadPool ); 424 ThreadPoolShutdown( &gRecvThreadPool ); 2007-08-28 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Changed the calls to virtualDirCallback.open(filename, UPNP_WRITE) to (virtualDirCallback.open)(filename, UPNP_WRITE) (notice the parenthesis) due to a change in glibc that produces compilation errors. 2007-08-28 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Initialization of the "randomness" struct so that valgrind does not complain. 2007-08-06 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Merge of patch submitted By Keith Brindley - brindlk SF Bug Tracker [ 1762758 ] Seek not working for large files Problem: Requests from the uPnP client to seek to a position beyond 2GB in a large file are handled as a request to see from the 2GB point. Impact: Varies depending on client. The Xbox 360 kills the connection when it realises. Solution: GetNextRange function (webserver.c) is updated to handle large file sizes. Fix should also recognise when built on a 32bit platform rather than 64 and handle accordingly. 2007-08-05 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Merge of Mac OS X patch from Stephane Corthesy (davelopper), SF Bug Tracker [ 1686420 ] Modifications for MacOSX. Some of the proposed changes were already done by Rene Hexel's patch.
2007-11-07Employ USE_FEATURES for getopt_long and snpritnf. Remove devel/libgetopt ↵bjs8-3/+117
dependency. Bump rev.
2007-11-06Update "libtorrent" package to version 0.11.8 and "rtorrent" packagetron4-14/+12
to version 0.7.8. Changes since version 0.11.7/0.7.7: - Several new commands for use with XMLRPC. See the SVN log for a complete list. - Fixed the wrong tracker requests being sent when finishing a torrent. - Added Peer Exchange support, enable with the "peer_exchange=yes" option. - Don't skip the last line in rc files missing the final newline. - The torrent is no longer closed on finished for on_finished commands as it did last release. Instead d.set_directory causes the download to call close_directly to allow moving of finished torrents. - Added "close_on_ratio". - Allow commands to be appended to "{stop,close}_on_ratio", so you can e.g. erase a torrent that has finished. - Set "encryption=allow_incoming,prefer_plaintext,enable_retry" by default.
2007-11-06Fixed an expansion of @mandir@ that accidentally got into patch-ba inrillig3-5/+6
revision 1.5. PKGREVISION++
2007-11-04Added some recently imported packages to their category Makefiles.rillig1-1/+2
2007-11-04Imported net6.rillig5-0/+81
net6 is a library which eases the development of network-based applications as it provides a TCP protocol abstraction for C++. It is portable to both the Windows and Unix-like platforms.
2007-11-03update to 2.20.1drochner3-12/+25
This switches to the new gnome-2.20 branch.
2007-11-03update to 2.2.103drochner2-7/+6
changes: -bugfixes -Allow trailing whitespace after HTTP version in Response-Line, for compatibility with broken servers -Implement soup_session_queue_message() for SoupSessionSync
2007-11-02Update to version 0.11.4. This is almost entirely a bug-fix release.bjs17-324/+8
Please see ChangeLog for changes (it's too verbose to list them here).
2007-10-31addgdt1-1/+3
# XXX missing LICENSE= socks5-license due to RESTRICTED= no commercial use
2007-10-31update to 2.14.10drochner2-6/+6
changes: minor bugfixes
2007-10-31Snort 2.8.x supports IPv6adrianp1-2/+9
2007-10-30Based on some feedback, comment out the newly added LICENSE=xxx for now.martti3-6/+6
I'll re-activate this later when the global license stuff is activated.
2007-10-30pkg-config is needed for build. I'm not sure how I missed that.seb1-1/+2
2007-10-30Added LICENSE=gnu-gpl-v2martti1-1/+2
2007-10-30Added LICENSE=gnu-gpl-v2martti1-1/+2
2007-10-30Added LICENSE=gnu-gpl-v2martti1-1/+2
2007-10-29Update to 2.9.2:wiz3-8/+7
2007/10/20: version 2.9.2 = tag release-2-9-2 6242: Allow deactivation of [telnet|gui|gift]_port by setting it to 0 2007/10/17 6240: GTK1 oldgui: Hide password in server settings 6239: Update GNU config.guess and config.sub to version 2007/07 Updated Mozilla protocol handler to version 2.2 - original source from http://www.informatik.uni-oldenburg.de/~dyna/mldonkey 6238: Fix statvfs code on alpha platform (Alexander Kotelnikov) 6237: EDK: Load server.met files from archives even if unpack fails - http://www.gruk.org/server.met.gz is not a gz archive at the moment... 2007/10/10 6231: Swarming: Propagate chunks of finished file before commit (pango) to other downloading files 2007/10/04 6223: GTK2 GUI: Compile with lablgtk-2.10.0 by default - this patch changes the lablgtk2 version used by ./configure - self-compiled lablgtk-2.10.0 must be patched with patches/lablgtk-2.10.0.patch 2007/09/30 6221: Configure: Remove unneeded checks 6220: GTK2 GUI: Fix compile bug due to changed API in lablgtk-2.10.0 - GTK2 GUI still compiles with older versions of lablgtk2 2007/09/13 6197: Options backup: Better log messages, remove useless exception
2007-10-29Add and enable openwbemagc1-1/+2
2007-10-29Initial import of openwbem-3.2.2 into the Packages Collection.agc8-0/+670
OpenWBEM is an enterprise-grade open-source implementation of WBEM, written in C++, suitable for commercial and non-commercial applications. It provides a foundation for development of management frameworks that overcome cross-platform barriers and empower true interoperability. Developers can use OpenWBEM as a management agent and WBEM framework to provide applications for configuration and change management, system health monitoring, and enterprise-wide management functionality.
2007-10-29Update to version 0.3.1.seb5-211/+16
Changes since last packaged version (0.2.12): this changes list comes from the NEWS file in the distribution tarball and some changes are listed under section "Changes in scli 0.3.2" even if the advertised version is 0.3.1. And more these changes are effectively present in the 0.3.1 version!? Changes in scli 0.3.2: - new "show bridge vlan info" command - new "show bridge vlan details" command - removed the SNMP specific option which are now provided by gsnmp - dropped getopt in favour of glib's option parsing library - reworked the behaviour on an non-interactive tty (aka protocol mode) - minor bug fixes plus some new bugs Changes in scli 0.3.1: - many new commands (I am too lazy to list them here) - scli now uses gsnmp which uses gnet - IPv6 support and some SNMP over TCP support - some initial support for SNMP URLs - minor bug fixes plus some new bugs
2007-10-29Add & enable gsnmpseb1-1/+2
2007-10-29Initial import of gsnmp version 0.2.0 into the NetBSD Packages Collection.seb5-0/+60
GNET-SNMP is an SNMP library implementation based on glib and gnet. This library has been developed as part of the scli package (an SNMP command line interface).
2007-10-28Remove bind4 (hi adrianp!).salo1-2/+1
2007-10-28Add a fix for CVE-2006-4003adrianp3-3/+17
PKGREVISION++
2007-10-28remove empty hacks.mktnn1-1/+0
2007-10-28Fix build on OSF/1 by using the correct config.h define when settingtnn1-4/+4
sin.sin_len. No reply from lukem in ~2 weeks but I am confident this is the correct fix.
2007-10-28Update samba to 3.0.26a.taca38-19295/+421
pkgsrc change: Add support for DESTDIR. Changes from 3.0.24 are huge, please refer WHATSNEW.txt. <http://viewcvs.samba.org/cgi-bin/viewcvs.cgi/branches/SAMBA_3_0_26/WHATSNEW.txt?rev=22651&view=markup>
2007-10-27As threated a while ago on tech-pkg@, remove bind4 from pkgsrc.adrianp5-69/+0
2007-10-27Updated OpenAFS to 1.4.5. conditionalized several of the options.gendalia10-31/+313
Fixed a couple of files, in theory should work on NetBSD 3.x & 4.x, and i386 & amd64 now. OpenAFS Release Notes - Version 1.4.5 _________________________________________________________________ All systems: - fileserver address tracking is improved to avoid potentially merging unrelated hosts. - Documentation updates. - namei fileserver now does fsync()s in background batches for performance improvements. - Kerberos ticket support corrected in bundled Kerberos 4 utilities on 64 bit platforms. - fileserver includes limited per-host thread quota support to avoid resource starvation. - fileserver deals with more types of damaged volumes without asserting. - vos validates dumpfiles before attempting restores. - vos clone will no longer potentially delete the parent volume. - Client no longer permits empty UUID to be created. - fs uuid command for checking, regenerating UUID added. - Updates for gcc 4.2. - fileserver treats w (write) permission as granting read lock permission in addition to write.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam60-60/+0
can handle packages having no PLIST files.
2007-10-25Change to pass PKG_SYSCONFDIR to configure, fixes PR 37195.obache2-22/+13
While here, change user/group and directory handling to the usual manner. Bump PKGREVISION.
2007-10-24Supports DESTDIR.joerg1-1/+3
2007-10-21Update to 2.8.0adrianp6-27/+118
* Port lists * IPv6 support * Packet performance monitoring * Experimental support for target-based stream and IP frag reassembly * Ability to take actions on preprocessor events * Detection for TCP session hijacking based on MAC address * Unified2 output plugin * Improved performance and detection capabilities
2007-10-20Update to KDE 3.5.8markd4-7/+35
Kopete * Fix adding of yahoo contacts. * Fix crash after duplicate login. * Jabber groupchat history is only shown for currently present members. * Enable Kopete to respond to chats started by others who are blocking you. * Newlines seen when sending richtext to gaim and trillian clients. * Fix webcam problems. * Kopete does not keep toolbar settings. * < and > in contact nicknames aren't well supported. * "Message handling" unset when setting it to "Open messages instantly" and reopening the configuration dialog. * Deactivate the Join Chatrooms action when offline. * Fix error in chatroom search so that all chatrooms are listed. * Fix msn live emoticons. * Fix issue with MSN webcam images being garbled. * Fix crash on Yahoo protocol.
2007-10-19add and activate aria2jnemeth1-1/+2
2007-10-19Avoid c99'ism.taca2-1/+20
2007-10-19Avoid automatic handling of RCD_SCRIPTS.taca1-1/+5
Should be fix build problem.
2007-10-18Update trafshow to 5.2.3.obache3-22/+7
Based on patch provided by Jason White in PR 37142. Bump depeneing libpcap to 0.8.1. Version 5.2.2 at Jan 8 12:34:34 NOVT 2006 ------------------------------------------ * The sources was cleaned for new version of gcc 4.0. No complains any more. No other improvements has been made. Version 5.2.3 at Mar 12 15:04:12 NOVT 2006 ------------------------------------------ * Significant improvement for *BSD packets capturing scheme using libpcap version 0.8 capabilities (pcap_get_selectable_fd() function). * Bug-fix against core dumps on the list of interfaces with aliases and so on.
2007-10-17Oops, let's try that again ... now pkglint is happy. ;)bjs1-4/+4
2007-10-17Change libares/libcares options to ares/cares.bjs1-2/+2
2007-10-17Kill PKGREVISION which remained from pkgsrc-wip.bjs1-2/+1
2007-10-17Import aria2 0.11.3 (patched to stable-0.11 branch).bjs19-0/+430
aria2 is a download utility with resuming and segmented downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent; it also supports MetaLink 3.0. Some of its features: * Command-line interface * Download files through HTTP/HTTPS/FTP/BitTorrent * HTTP Proxy support * FTP through HTTP Proxy * HTTP BASIC authentication support * HTTP Proxy authentication support * Segmented downloading * Download speed throttling * Upload speed throttling in BitTorrent * Cookie support * Load Cookies from file whose format is one used by Netscape and Mozilla. * Run as a daemon process. * Selective download in multi-file torrent/metalink * BitTorrent Fast extension support * Multi-tracker support * Metalink version 3.0 support(HTTP/FTP/BitTorrent) * Chunk checksum validation in Metalink * Can disable segmented downloading in Metalink * netrc support * Configuration file support * Download URIs found in a text file or stdin * Parameterized URI support
2007-10-16Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.tnn4-8/+8
2007-10-16Update to youtube-dl-20071012. Corrects a regexp used when parsing URLstnn2-6/+6
and improves on download ETA calculation.
2007-10-15Update net/couriertcpd to 0.57.1. Changes from version 0.56.0 include:jlam4-55/+6
* Avoid hardcoding file descriptor numbers where possible. * Include remote port number in IMAP and POP3 logs. * Ignore SIGPIPE errors in couriertcpd, preventing couriertcpd from being terminated if the stderr logger crashes. * Looping SPF query should abort with SPF UNKNOWN, as per specs. * "SSL23" tries SSLv3 before falling back to SSLv2. * Prime the OpenSSL entropy pool on platforms that don't have a ready source available.