summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2007-05-25Make it explicit that this is a Socks 4/5 proxy as suggested by lukem@rh2-10/+8
Remove me as maintainer (I haven't been maintaining this for some time now)
2007-05-23Update to KDE 3.5.7markd2-5/+7
Kopete * Increase the use of passive popups. * Huge performance improvement in chat rendering. * Fix crash after creating an ICQ account. * Fix webcam-freeze when more than one people are watching the cam * Fix crash when launched with AIM quasi-url. * Fix linebreaks showing up as <br /> (Yahoo! protocol). Krfb * Fix 100% CPU usage with first connection.
2007-05-23Ensure the last statement in configure script returns true, else the buildsketch2-8/+16
fails on certain platforms.
2007-05-23Update to 0.99.7.gdt5-36/+8
* bgpd o Minor performance improvement patch o bug #352: IPv6/Multicast address-family config not written out o V. quick route flap gets mistaken for duplicate, route is then ignored o Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in bounds o Peer delete can race with reconfig leading to crash * zebra o For solaris IPv6 PtP interfaces, try to support prefixlen != 128 o IRDP should ignore non-IPv4 addresses o Bug #351: Don't redistribute routes to ipv4 link-local prefixes o Only suppress adding a connected route to the kernel if it is o Fix interface metric bug on BSD o Retain configured IPv4 address upon removal by kernel o MTU change should propogate to zserv client on BSD/Solaris * ospfd o Fix bug: should exit immediately on SIGTERM if OSPF not actually running o Return SNMP standard neighbor state values, not quagga internal ones o Fix bug in 'passive-interface default' behavior o Bug #330: SPF must consider that nexthop-calc may fail o Fix regression in SPF introduced by bug#330 fixes o Bug #330 regression: failure to calculate routes through networks * ospf6d o Bug 322: ospf6d show ipv6 neighbour showing wrong times o Fix string comparison bug in ospf6_lsa_handler_name. * ripd o Fix "show ip rip status" display of time until next update o Fix the display of route timeout in "show ip rip". * ripngd o Fix the display of some timers. * general o Better comment explaining that GNU awk is really required. o de-support NetBSD 1.6, and note that FreeBSD 4 is on thin ice. o [PtP over ethernet] New peer flag allows much more addressing flexibility o [logging] Add new "log timestamp precision" command for subsecond timestamps # 2006-12-09: Quagga 0.99.6 Released Quagga 0.99.6 has been released, see the full changelog for the details. A summary of the changes: * bgpd o Bug #302, bgpd can get stuck in state Clearing o Implement 'debug bgp zebra' to log all messages to and from zebra. o Fix bug where a deleted route that was quickly re-added was being lost o trivial: non C99 u_int.._t should be uint.._t o struct peer must have bgp field valid (redistribute crash) o Coverity CID #64: Needless NULL check, CID #64: Deref of potentially NULL pointer. o CID#73, potential crash in bgp statistics if called for AFI/SAFI with emtpy table o Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers stuck in Clearing. o Trivial fix of printf format/arg mismatch o reduce the process queue hold time to something more sensible o RIB statistics address space size shouldnt double count space o simplify peer refcounts, squash slow peer leak o Fix 0.99 shutdown regression, introduce Clearing and Deleted states o Add RIB reporting commands, show bgp ... statistics o Handle pcount as flags are changed, fixing pcount issues o Add 'show ... neighbor .... prefix-counts' command * ospfd o Consider all connected addresses when creating ospf interfaces o Add debug messages for a few zebra messages that had been overlooked o Fix bug in passive-interface default commands. o Stop losing subsequent default-information originate 'always' info o Add passive-interface default support o Improve some warning messages. o Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commit * isisd: Fix compiler warnings and allow v4-only compilation * zebra o Changes of nexthops of static routes didnt take effect o Compile fix for PF_ROUTE * ripd o bug #293: routemap set metric doesn't check for underflow correctly o bug #278: remove gratuitous use of mid-function declaration * general o [daemon startup] Add --dry-run/-C argument to daemons, to check config file syntax o Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commands o [snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues) o [doc] Add recent NetBSD/FreeBSD versions to list of what ought to work. * 2006-09-17: Quagga 0.99.5 Released Quagga 0.99.5 was released on the 28th of August, see the release announcement (version with HTML links). A small regression in ospfd was quickly reported and fixed by a user, available in CVS. Additionally, the final 0.99 BGP regressions mentioned in the 0.99.5 announcement are believed to be fixed in CVS, see this mail to quagga-dev. Testing of bgpd in CVS snapshots dated 2006-09-14 or later would be appreciated. BGP users of 0.99 are strongly encouraged to upgrade to 0.99.5, due to an important fix for an AS-Path loop-checking regression, or even a CVS snapshot, to assist in testing. OSPF 0.99-CVS is believed to be stable at this point.
2007-05-23Changes 5.5.5:adam8-63/+29
- Compilation problems using gcc 4 - Support for SDPs created by VLC and Mpeg4IP - Fix date display in DSS Web Admin - Better support for streaming through NAT - Better support for running DSS on a multi-homed system - Relaying problems with VLC - A security fix for possible stack and heap overflow attacks in the StreamingProxy (CVE-2007-0748, CVE-2007-0749) - A fix for sync sample searching on OS X intel. - A fix for an infinite loop when the server fails to bind to streaming ports. - An enhancement allowing RTSP requests to contain the hh:mm:ss format for the npt value
2007-05-22Also buildlink the include directory.reed1-1/+2
This is for PR 36352. Alternatively, maybe this could have been done in the package that needed it instead.
2007-05-22Update wide-dhcpv6 to 20070507.obache2-7/+13
pkgsrc changes: Fix hard-coded paths in manual pages. Pointed out in PR 36316 by Jonathan A. Kollasch. Changes: [Common to all programs] - supports compilation on Solaris - supports interface names other than {alphabet}{numeric} format. - allows a user to specify the owner/group for the installed files. - fixed a bug that IA-PD/IA-NA cannot coexist in one DHCP message when they have the same IA-ID. [DHCPv6 Relay] - supported script execution for dhcp6relay. - accepts ULA - changes the destination port of a relayed DHCP packet from 546 to 547, when it is supposed to be bound for a relay, instead of a client. [DHCPv6 Server] - implemented DHCPv6 Confirm message processing - implemented DHCPv6 Decline message processing - fixed a Solicitation message validation as stated in RFC3315 15.2. - fixed a bug that Rebind does not work for IA-NA. - supported an address pool that has only one entry. - fixed an IA allocation failure from pool when it doubly requested by the same client - recognizes "-P" option.
2007-05-22Fix package list issue affecting Linux, "sbin/mount.cifs" andtron2-3/+5
"sbin/umount.cifs" were missing. Bump package revision. This should fix PR pkg/36372 by Ondrej Tuma.
2007-05-22new version, a lot less bugsspz2-46/+17
2007-05-22new version, new patches: upstream adopted a bunch of ours, but gcc foundspz43-2836/+111
new things to bitch about
2007-05-21Use relational pattern instead of [234].*. Bump revision.joerg1-3/+3
2007-05-20Added support for installation to DESTDIR.heinz1-14/+17
2007-05-20Fix build on recent NetBSD current:seb4-51/+227
net/route.h needs to be included before netinet6/in6_pcb.h.h and net/if.h needs to be included before netinet6/in6_var.h. While here add a patch file on the source of the configure script which IMHO should have been added earlier. Bump PKGREVISION to 1. Note: I supposed the libdes related hunk in patches/patch-af had been generated by an older than 2.59 autoconf script and carried over from one net-snmp version update to the next. This would explain the slight differences about this hunk between the revision I'm committing and the previous one.
2007-05-19Package supports installation to DESTDIR.heinz1-1/+3
2007-05-19Add security patches for CVE-2007-2444, CVE-2007-2446 and CVE-2007-2447tron3-4/+22
from Samba website. Bump package revision because of these security fixes.
2007-05-18Update to 2.6.1.5adrianp4-22/+22
Snort v2.6.1.5 includes: * A new http_post rule keyword used to search for content in normalized HTTP posts * A fix for a potential memory leak when generating HTTP Inspection events Snort v2.6.1.4 includes detection functionality for a BSD IPv6 fragmentation overflow, and addresses a number of potential security-related issues in Snort as reported by customers, uncovered by internal investigations, and through third-party code audits.
2007-05-18Remove myself as maintainer, I don't have the time anymore to keep thesepeter1-2/+2
packages up to date.
2007-05-17Updated to version 2.23.heinz2-6/+7
Pkgsrc changes: - The package supports installation to DESTDIR. Changes since version 2.21: =========================== IP-Country-2.23, 2007.02.02 --------------------------- Thanks to mropp for bug report. BUGFIX: http://rt.cpan.org/Public/Bug/Display.html?id=21036 lower case country codes when using IP::Country::Medium Database update: Feb 2 02:43 delegated-afrinic-latest Feb 1 21:17 delegated-apnic-latest Feb 2 09:03 delegated-arin-latest Feb 2 02:50 delegated-lacnic-latest Feb 2 04:06 ripe.db.inetnum IP-Country-2.22, 2006.12.17 --------------------------- Database update: Dec 17 01:11 ripe.db.inetnum.gz Dec 17 02:50 delegated-afrinic-latest Dec 16 21:17 delegated-apnic-latest Dec 17 09:03 delegated-arin-latest Dec 17 02:50 delegated-lacnic-latest
2007-05-16Updated net/mrtg to 2.15.2martti2-6/+6
* bug fixes
2007-05-15Remove soup.kristerw1-2/+1
2007-05-13Fix compilation errors on NetBSD-current.agc3-1/+61
2007-05-13Remove some GNOME1 packages that are unmaintained upstream and/or inwiz13-253/+0
pkgsrc, in preparation for gnome1-libs removal(*). There was no feedback for keeping these packages after my HEADS UP mail to pkgsrc-users a week ago. (*) More to come before that can happen, though.
2007-05-13Attempt to do some (admittedly fairly naive) future-proofing for openafs.agc1-1/+8
2007-05-11add comment with URL of helpful page on coda wiki.gdt1-1/+4
2007-05-09Update darkstat to 3.0.619.obache4-61/+28
Patch provided by MAINTAINER, Bartosz Kuzma in PR 36250. Changes from 3.0.540 to 3.0.619: - Decode DLT_PPP and DLT_PPP_SERIAL on NetBSD, patch courtesy of Bartosz Kuzma. - Don't use pcap_setnonblock(), with help from Colin Phipps. - Reduce the number of syscalls made. - Answer FAQ about graph axes / labels / scale. - Fix build on OpenBSD (thanks Chris!) and Solaris. - Commandline arg (-n) to disable promiscuous mode when sniffing, thanks to Chris Kuethe for the implementation. - Commandline arg (-r) to disable DNS resolver. - Track and report per-host last seen MAC address. - Move FAQ into manpage. - Implement display of start time and running time. - Web: implement sorting the hosts table by in/out/total. - Web: implement paging through the hosts table. - Web: implement full view of hosts table. - Don't die if the capture interface loses its IP address. - Make daemonize (previously -d) the default, and make -D the argument to suppress it. - Commandline arg (-l) to graph traffic entering/leaving the local network as opposed to just the local IP. v2 had this. - Allow configure-time override of CHROOT_DIR and PRIVDROP_USER. - Web: new color scheme.
2007-05-09Update to PowerDNS 2.9.21, requested by YazzY.ghen4-14/+13
This seems to fix a coredump on NetBSD 4.99.19. The (long) list of changes can be viewed at http://doc.powerdns.com/changelog.html#CHANGELOG-2-9-21
2007-05-06Activated p5-Net-OpenID-Consumerheinz1-1/+2
2007-05-06Initial import of p5-Net-OpenID-Consumer 0.13.heinz4-0/+38
This is the Perl API for (the consumer half of) OpenID, a distributed identity system based on proving you own a URL, which is then your identity. More information is available at: http://openid.net/
2007-05-06Activated p5-RPC-XMLheinz1-1/+2
2007-05-06Initial import of p5-RPC-XML 0.59.heinz4-0/+34
The package was originally created by Roman Kulik in pkgsrc-wip. Very small changes by me. The RPC::XML package is an implementation of XML-RPC. The module provides classes for sample client and server implementations, a server designed as an Apache location-handler, and a suite of data-manipulation classes that are used by them.
2007-05-05PKGREVISION++ for the recent PEAR/PHP changes so that all child packagesadrianp6-6/+12
pick up the new dependencies properly
2007-05-05Update kftpgrabber to 0.8.1markd2-7/+6
FIX: Rewritten speed limiting code, so limits work much better now FIX: Directory entry and path caching FIX: Minor file exists dialog problems FIX: Some issues related to using multiple transfer threads FIX: Local directory scans now honor priority settings FIX: Total speed display for multiple running transfers (patch by David Gnedt) ADD: Added a quick option to set speed limits and number of threads
2007-05-04don't bother building the sample 'helloworld' module, it doesn't getgrant2-9/+11
installed, anyway, and was breaking the build on Solaris.
2007-05-03Update to 2.8.5:wiz2-6/+6
2007/04/23: version 2.8.5 = tag release-2-8-5 5855: Increase Unix32.max_cache_size, fix max_opened_connections check (thx to pango) 2007/04/21 5878: HTML: Fix preview in vd <num> broken by patch #5866 2007/04/20 5876: HTML: Send mime-type video/mpeg for file extension .vob 2007/04/19 5857: EDK: Remove upload compression (patch #5665) due to ineffective caching 5875: Swarmer: Some cosmetic changes (pango) 5856: EDK: Set TCP backlog to max_upload_slots for donkey_port socket 5869: EDK/Swarmer: Try harder to read corrupt files.ini - reset chunk table to missing after re-creating a missing temp file - discard swarmers without files entry in files.ini instead of stopping - check that partial hashes file_md4s match with file_md4 when reading files.ini 5870: Updated distrib/mldonkey_submit, it now uses command dllink instead of dd, it also supports http and sig2dat links (atordo) 2007/04/13 5866: HTML: fix third button row to also successful act within frames (schlumpf) 2007/04/12 5867: EDK: Show country code/flags for indirect clients 5862: BT: Informative GUI console messages after sending a .torrent file to GUI 5859: HTML: Support sending files from $MLDONKEY_DIR/html_themes/ 2007/04/10 5861: HTML: Fix errors reported by w3.org validator in html_header_mods0 5860: HTML: fix broken refresh on Opera/Safari (schlumpf) 2007/04/08 5854: Set shared_check_files = 0 to disable scanning of shared directories 5853: New option defaults - download_sample_size 100, 10 is too low, download rate is computed wrong - ED2K-propagate_sources false, this activates outdated MLDonkey-style source exchange, MLDonkey supports eMule-style source exchange which is not affected by this option - ED2K-update_server_list_server should be false, there are lots of fake servers out there, trust only servers from trusted server lists. For more details read http://mldonkey.sourceforge.net/ServerList#Fake_search_results - ED2K-upload_full_chunks should be true to reflect the same default eMule uses - ED2K-upload_compression_table_size should not be smaller than max_upload_slots 2007/04/03 5821: New variables for file_completed_cmd: file_group_cnt, file_group_user, file_group_dir 5849: EDK: Report correct short versions for Windows clients 2007/04/02 5847: BT: Fix exceptions when handling BT clients as friends 5845: Do not reverse order in files.ini after restart (pango) 5844: HTML: Keep totals line when sorting statistics tables (schlumpf)
2007-05-02Update BIND to 9.4.1:cjs2-6/+6
CVE-2007-2241: A sequence of queries can cause a recursive nameserver to exit. While it is unlikely these will occur in normal operation, an attack can use them to cause the affected versions to exit. This attack is a denial of service, and does not allow an attacker to gain control of affected systems.
2007-05-01Since the Teamspeak licence has changed ensure it uses a differentabs2-4/+4
name, so users have to explicitly decide to agree to the new licence. Noted by flexlmwizd.
2007-04-30enable teamspeak-serverabs1-1/+2
2007-04-30Import teamspeak-server-2.0.23.15 into pkgsrc:abs5-0/+228
TeamSpeak is a quality, scalable application which enables people to speak with one another over the Internet. TeamSpeak consists of both client and server software. The server acts as a host to multiple client connections, capable of handling literally thousands of simultaneous users. This results in an Internet based teleconferencing solution that works in a variety of applications such as team mates speaking with one another while playing their favorite online game, small businesses cutting costs on long distance charges, or for personal communication with friends and family. This package contains the TeamSpeak server for Linux/i386
2007-04-29remove with last update to 0.4.0hubertf1-16/+0
2007-04-28Update vpnc to 0.4.0. Changes:hubertf7-150/+65
* DragonFly BSD support by Hans-Werner Hilse * Solaris 10 fixes by Sunil * support to read obfuscated passwords from .pcf files, based on work from "HAL-9000@evilscientists.de" * granted Dan Villiom Podlaski Christiansen svn commit privileges * Darwin support by Dan Villiom Podlaski Christiansen * UDP IP keepalive support from FreeBSD port * Juniper/ScreenOS support from Marc Huber * replace "--disable-natt --force-natt --udp" with "--natt-mode" * null cipher support from Simon Lipp * Windows/Cygwin and tap support from Paolo Zarpellon * rekeying support * various other fixes contributed by Joerg Mayer, Heiko Stamer, Plamen Todorov, Asgeir, Jukka Salmi, Wolfram Sang, Laurence MOINDROT, Chris Osicki, Anton Altaparmakov, Adam Simpkins, Ken Bell, Hanno Boeck, Kyle McKay, Dennis Schneider Also, the binary is now in .../sbin instead of .../bin. Patch contributed by Jukka Salmi <j+pkgsrc@salmi.ch> in private mail.
2007-04-27Add the usual macosx-bind9-bind8compat hack to fix build on OS X.schmonz1-0/+9
2007-04-26give away to pkgsrc-userstv1-2/+2
2007-04-26Update ns to 2.31.minskim5-721/+12
Major Changes: - Several changes to WPAN module. - Several changes to allow ns to compile on Solaris with the Sun C compiler. - Significant change to PackMime-HTTP HTTP/1.1 behavior. - Updated SCTP implementation. - corrected sendpacket() signature. - Major XCP cleanup. - Minor changes to TCP. - TFRC changes. - Adding DelayBox and PackMimeHTTP modules.
2007-04-25Update to lftp-3.5.11.tnn3-15/+18
Version 3.5.11 - 2007-04-11 * fixed mirror for MDTM-less ftp servers. * fixed readline prompt for \[\] (visible on win32). * fixed compilation with Sun native compiler (Yann Rouillard). Version 3.5.10 - 2007-03-26 * fixed core dump when doing ls on file: connection. * fixed core dump when doing pget to write-protected directory.
2007-04-25Bump PKGREVISIONs to chase update of devel/libevent.tnn3-6/+6
2007-04-24add license (from "Licensing")gdt1-1/+2
2007-04-24Update tcpdump to 3.9.5:ghen2-7/+7
Fix compiling on AIX (, at end of ENUM) Updated list of DNS RR typecodes Use local Ethernet defs on WIN32 Add support for Frame-Relay ARP Fixes for compiling under MSVC++ Add support for parsing Juniper .pcap files Add support for FRF.16 Multilink Frame-Relay (DLT_MFR) Rework the OSPFv3 printer Fix printing for 4.4BSD/NetBSD NFS Filehandles Add support for Cisco style NLPID encapsulation Add cisco prop. eigrp related, extended communities Add support for BGP signaled VPLS Cleanup the bootp printer Add support for PPP over Frame-Relay Add some bounds checking to the IP options code, and clean up the options output a bit. Add additional modp groups to ISAKMP printer Add support for Address-Withdraw and Label-Withdraw Msgs Add support for the BFD Discriminator TLV Fixes for 64bit compiling Add support for PIMv2 checksum verification Add support for further dissection of the IPCP Compression Option Add support for Cisco's proposed VQP protocol Add basic support for keyed authentication TCP option Lots of minor cosmetic changes to output printers
2007-04-24Fix incorrect permission (only warnings) reported by "checkperms".tron1-2/+5
2007-04-24The "gated" script must be run early during system startup because it istron2-4/+5
part of the network initialization. Use similar dependences as the (corrected) "route6d" script. Bump package revision because of this fix. This should fix PR pkg/36203.
2007-04-23Update net/p5-Net-eBay to 0.41:abs2-12/+12
- Added ebay-get-item script