summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv290-580/+290
2005-04-11Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the relatedjdolecek6-95/+6
conditionals and buildlink logic, and convert to standard DEPENDS
2005-04-11regen with RMD160 hashjdolecek1-1/+2
2005-04-11Add INSTALLATION_DIRS for bin and man/man1.reed1-1/+2
2005-04-11Update to md-whois-4.7.2. Suggested by Takahiro Kambe.reed2-7/+7
No changelog included. Many changes documented in separate debian-devel-changes emails via http://packages.qa.debian.org/w/whois.html. Last changes include: - whois.metu.edu.tr does not accept anymore RIPE-like queries. - Updated the .bg and .jp TLD servers. - Updated the IPv4 allocations.
2005-04-1158/8-60/8 -> APNIC; ride today's PKGREVISION bump.kleink2-15/+21
2005-04-11Change whois server for jp domain; whois.nic.ad.jp => whois.jprs.jp.taca3-15/+24
(whois.nic.ad.jp is still valid for IP address.) Bump PKGREVISION.
2005-04-11Update ftpproxy package to 1.2.3.taca4-35/+17
pkgsrc fix: try to make it work on Solaris. Version 1.2.3 - -------------------------------- * Fixed bug in waitpid handling in daemon mode. * Added optional xferlog logging. * Added -q option to set the source IP of the outgoing control connection (which set also the IP for data connections).
2005-04-09Update to 20020317 manpages, merging upstream web page changes intoschmonz2-6/+7
tcpclient.1. Bump PKGREVISION.
2005-04-09Note axfrdns-conf(8) manpage in PLIST, and bump PKGREVISION. Whileschmonz3-4/+6
here, add an RMD160 checksum for the "ignoreip2" patch.
2005-04-09Standardize handling of additional distfiles (such as externallyschmonz2-12/+11
supplied manual pages) across djbware.
2005-04-09Update to 1.0.0.20:jmmv3-13/+23
18.03.2005 Skype for Linux version 1.0.0.20 * feature: SkypeIn * feature: voicemail sending and receiving * feature: contact grouping * feature: Central Contact List * feature: drag and drop between contact groups * change: chat window doesn't steal focus * change: contact list (x/y) indicators * bugfix: calling to too long SkypeOut numbers crash * bugfix: start tab texts messed up with nondefault font size * bugfix: showing/hiding offline contacts * bugfix: adding/removing SkypeOut contacts * bugfix: startconference, addtochat windows are modal * bugfix: Skype crashes, if there is incoming conference call * bugfix: callhistory bugs, show calls which are redirected to voicemail, dont show missed calls under incoming calls. after delete update the filter * bugfix: Missing title bar, if you call to emergency number * bugfix: problem with user counter on start tab * bugfix: don't show already deleted voicemails on start tab * bugfix: sometimes System Tray icon blinks without any reason * bugfix: does not ignore incoming call * known issue: Start tab does not yet show SkypeIn and Voicemail service status. You can check current service status on My Account page 14.02.2005 Skype for Linux version 1.0.0.7 * change: Call tab no longer closes if remote does not accept call because of won't close, if you have privacy problems * change: prank call prevention suggestion * change: new Options layout * change: addressbar behaviour should depend on General option (start chat / start call) * bugfix: limit field lengths in profile editor * bugfix: voicemail sending crashfixes * bugfix: icon fix when adding a blocked contact to contact list * bugfix: Hold button on toolbar should be disabled until call is picked up. * bugfix: crash when context menu remains open in call * bugfix: call holding and resuming - context menu and toolbar button sync * bugfix: "hang up call" sound works * bugfix: crash when context menu remains open in call * bugfix: e-mail and full name locations changed in profile editor * bugfix: search results order fix when doing several searches after one another * bugfix: "away" and "not available" should allow 3 digits * bugfix: search someone who is already in Contact list - can't add twice * bugfix: tab order in advanced search form * bugfix: icons have names for non-taskbar window managers * bugfix: tray alert does not blink any more when there are no missed events/chats
2005-04-09Get rid of the non-standard variable DIST_VERSION.jmmv1-5/+3
2005-04-09Generate the launcher script at build time.jmmv1-4/+5
2005-04-09Update py-dns to 1.3.3.gson3-8/+29
Summary of changes since 1.2.0: * dns/rdtypes/ANY/TXT.py (TXT.from_text): The masterfile parser incorrectly rejected TXT records where a value was not quoted. * dns/message.py: Added make_response(), which creates a skeletal response for the specified query. Added opcode() and set_opcode() convenience methods to the Message class. Added the request_payload attribute to the Message class. * dns/zone.py (from_xfr): dns.zone.from_xfr() in relativization mode incorrectly set zone.origin to the empty name. * dns/name.py (Name.to_wire): The 'file' parameter to Name.to_wire() is now optional; if omitted, the wire form will be returned as the value of the function. * dns/message.py (Message.find_rrset): find_rrset() now uses an index, vastly improving the from_wire() performance of large messages such as zone transfers. * dns/query.py: sending queries to a nameserver via IPv6 now works. * dns/inet.py (af_for_address): Add af_for_address(), which looks at a textual-form address and attempts to determine which address family it is. * dns/query.py: the default for the 'af' parameter of the udp(), tcp(), and xfr() functions has been changed from AF_INET to None, which causes dns.inet.af_for_address() to be used to determine the address family. If dns.inet.af_for_address() can't figure it out, we fall back to AF_INET and hope for the best. * dns/rdtypes/ANY/NSEC.py (NSEC.from_text): The NSEC text format does not allow specifying types by number, so we shouldn't either. * dns/renderer.py: the renderer module didn't import random, causing an exception to be raised if a query id wasn't provided when a Renderer was created. * dns/resolver.py (Resolver.query): the resolver wasn't catching dns.exception.Timeout, so a timeout erroneously caused the whole resolution to fail instead of just going on to the next server. * dns/rdtypes/ANY/LOC.py (LOC.from_text): LOC milliseconds values were converted incorrectly if the length of the milliseconds string was less than 3. * dns/update.py (Update.delete): We erroneously specified a "deleting" value of dns.rdatatype.NONE instead of dns.rdataclass.NONE when the thing being deleted was either an Rdataset instance or an Rdata instance. * dns/rdtypes/ANY/SSHFP.py: Added support for the proposed SSHFP RR type. * dns/rdata.py (from_text): The masterfile reader did not accept the unknown RR syntax when used with a known RR type. * dns/name.py (from_text): dns.name.from_text() did not raise an exception if a backslash escape ended prematurely. * dns/zone.py (_MasterReader._rr_line): The masterfile reader erroneously treated lines starting with leading whitespace but not having any RR definition as an error. It now treats them like a blank line (which is not an error). * Added support for new DNSSEC types RRSIG, NSEC, and DNSKEY. * dns/query.py (_connect): Windows returns EWOULDBLOCK instead of EINPROGRESS when trying to connect a nonblocking socket. * dns/rdtypes/ANY/LOC.py (LOC.to_wire): We encoded and decoded LOC incorrectly, since we were interpreting the values of altitiude, size, hprec, and vprec in meters instead of centimeters. * dns/rdtypes/IN/WKS.py (WKS.from_wire): The WKS protocol value is encoded with just one octet, not two! * dns/resolver.py (Cache.maybe_clean): The cleaner deleted items from the dictionary while iterating it, causing a RuntimeError to be raised. Thanks to Mark R. Levinson for the bug report, regression test, and fix.
2005-04-08Update to version 3.1.2salo2-7/+7
Changes: 3.1.2: ====== - cache negative results, new setting cache:expire-negative. - set http:use-propfind and http:use-mkcol automatically if those methods are unsupported, so that they will not be retried. - handle DAV:creator-displayname in PROPFIND parser. - parse incorrect XML returned for PROPFIND requests as HTML. - fixed coredump and href handling in PROPFIND result parsing. - fixed sftp transfer of growing files. - fixed compilation with socks5 on freebsd. 3.1.1: ====== - new setting ftp:ignore-pasv-address. - use IP TOS for ftp connections. - new quote command extentions for http: quote move and quote copy for DAV operations. E.g. quote copy index.html http://x.org/index2.html. - fixed timeout handling when waiting for FXP source confirmation. - fixed http DAV method MOVE (use full URL in Destination; fixed stall). 3.1.0: ====== - http DAV support added (PROPFIND, MKCOL, DELETE, MOVE). - new setting mirror:set-permissions. - added cls -r option (reverse sorting). - ignore non fatal STAT and FSTAT errors in sftp. - fixed globbing for file names starting with a tilde. - fixed fish and sftp for solaris 9 ssh. - fixed SITE UTIME and overloaded MDTM in ftp protocol. - fixed spinning when local disk is full. - fixed passive ftp mode for some broken servers. - fixed wrong year in cls output when the time is several hours in the future. - fixed Last-Modified parsing in non-english locales. - optimized memory usage for large directories. - compilation fixes for some compilers. Addresses PR pkg/29922 from Leonard Schmidt.
2005-04-07Belatedly suggest djbdns-run for rbldns service as well.schmonz1-3/+3
2005-04-06Apply patch from net/vnc to make this build on NetBSD >= 3.0.xtraeme2-1/+26
2005-04-05- Add support for building with libnet 1.1.x branch using options.mkadrianp2-3/+36
- Issue highlighted by diro@nixsys.bz in PR# 29814
2005-04-05Add glue to make arla compile on NetBSD 3.99.3, aka -currentagc2-1/+24
2005-04-05Define BIND_8_COMPAT to build on Darwin. Patch provided by Darrin B. Jewellminskim1-1/+2
in PR pkg/29870.
2005-04-04Changes 1.1.15:adam4-28/+56
o Limit the maximum number of available descriptors if necessary, avoiding a possible overflow of fd_sets. o Added absolute timestamp to logformat, in preparation for new module. o Fixed problem involving non-blocking connects in socks clients on Linux. o Prototype related tests during configure are rewritten. Might require prototypes for some platforms to be readded. o Compilation fixes for AIX 5.1-ML03 with IBM Visual Age C/C++ V5. Based on patch from Kieron Curtis2 <KCURTIS2@uk.ibm.com>. o A 'an macro' version of the sockd.8 manual page. Submitted by Tony Leneis <tony@cvrreg.com>. o Upgrade to autoconf 2.59, libtool 1.5.10 and automake 1.9.3. o Patch to code for shutting down idle sockd processes, from William Adams <wlarip@earthlink.net>. NOT ENABLED. o Add test for setegid(), use replacement if not found. Replacement code based on patch by <rainer.doerntge@dlh.de>. o Do not warn at runtime about SO_{SND,RCV}LOWAT socket options if not supported by OS. Based on patch from William Adams <wlarip@earthlink.net>. o enable setegid() call after moving it to correct place; William Adams <wlarip@earthlink.net>. o Support for socksification of getipnodebyname(), contributed by Lennart Dahlström <lennart@appgate.com>. o Support for socksification of getaddrinfo(), contributed by Motoyuki Kasahara <m-kasahr@sra.co.jp>. o Fix some problems with descriptor passing on platforms without cmsghdr. o AIX 5.1 ML-03 compilation fixes for IBM Visual Age C/C++ compiler version 5 by Kieron Curtis2 <KCURTIS2@uk.ibm.com>. o Remove usage of SO_BSDCOMPAT, obsolete and causes warnings with version 2.6 Linux kernels. Noted by Adrian Bridgett <adrian@smop.co.uk>.
2005-04-01+partysipdrochner1-1/+2
2005-04-01import partysip-2.2.1, a SIP proxy serverdrochner6-0/+153
2005-03-31Add & enable p5-Net-Dev-MIBLoadOrder.seb1-1/+2
2005-03-31Initial addition of p5-Net-Dev-MIBLoadOrder version 1.1.0 into theseb4-0/+26
NetBSD Packages Collection. This Perl5 module provides function that will scan a list of files and/or directories to find MIB files. Then parse each MIB file for the information required to determine a MIB Load Order for a Network Management System.
2005-03-30Use INSTALLATION_DIRS to pre-create bin and man/man1.reed1-1/+2
TODO: This package is still broken. It installs man page to ${PREFIX}/share/man/man1 (on NetBSD) and also installs a catman page (generated but no dependency on nroff) which is not listed in PLIST.
2005-03-30rdesktop 1.4 requires the host argument to come after all the othersmarkd3-2/+18
so make that so when krdc calls it. Bump PKGREVISION.
2005-03-30Changes 5.2.1:adam8-38/+122
Fixes: Building: - configure --disable-snmpv2c now works - fix make test tests for rfc1213 - bug 1049607: net-snmp-config --compile-subagent broken library: - bug 1084413: Can't disable file logging - bug 1072406: invalid operator precedence in opendir() agent library: - disconnected AgentX subagents now reconnect with correct context - fix table_array row insert/delete during set processing agent: - don't override clientAddr setting for local trapsinks - bug 1088765: Agent fails to send traps to remote target - bug 1034008: memory leak using SET for table_dataset - patch 1052460: fix agent deadlock on exec - bug 1055781: get-next fails to step into interfaces group correctly - bug 1056760: agent ignores ifspeed, type settings in snmpd.conf - bug 1062986: pass and pass_persist fail and crash snmpd - fix snmpd.conf table token to handle augments tables snmptrapd: - bug 1085981: snmptrapd complains about logging and access control - bug 1040711: snmptrapd: SIGHUP duplicates traphandlers (repeatedly) MFD: - Misc updates to MFD templates - add auto-handling of cache update for row insert/delete Ports: - Win32 - fixes for compiling without the Microsoft PSDK installed - fix Win32 getenv crash - Mac OS X compile error fix - HP-UX configure now detects and won't use unavailable function - Linux - patch 1055036: if-mib init order fix - patch 1057057: ipSystemStatsTable index fix, add ipv6 - patch 1073897: fix if-mib data access 64bit counter wrap detection MIBs: - update IP-FORWARD-MIB from an ID set to become an RFC
2005-03-30Bernhard Roth published his 64-bit tinydns-data fix. Pull it in asschmonz3-61/+21
an external patch file via the "tinydns64" option (enabled by default on sparc64, alpha, and amd64). Binary package should behave identically, so no PKGREVISION bump.
2005-03-30Fix xfce4 build problemsmartti1-2/+2
- make libxfce4gui depend on startup-notification - rebuild the buildlink3.mk files to catch the new dependencies
2005-03-29Update tor to 0.0.9.6, with the following bugfixes:jschauma2-6/+6
- Add new end stream reasons to maintainance branch. Fix bug where reason (8) could trigger an assert. Prevent bug from recurring. - Apparently win32 stat wants paths to not end with a slash. - Fix assert triggers in assert_cpath_layer_ok(), where we were blowing away the circuit that conn->cpath_layer points to, then checking to see if the circ is well-formed. Backport check to make sure we dont use the cpath on a closed connection. - Prevent circuit_resume_edge_reading_helper() from trying to package inbufs for marked-for-close streams. - Don't crash on hup if your options->address has become unresolvable. - Some systems (like OS X) sometimes accept() a connection and tell you the remote host is 0.0.0.0:0. If this happens, due to some other mis-features, we get confused; so refuse the conn for now. - Fix harmless but scary "Unrecognized content encoding" warn message. - Add new stream error reason: TORPROTOCOL reason means "you are not speaking a version of Tor I understand; say bye-bye to your stream." - Be willing to cache directories from up to ROUTER_MAX_AGE seconds into the future, now that we are more tolerant of skew. This resolves a bug where a Tor server would refuse to cache a directory because all the directories it gets are too far in the future; yet the Tor server never logs any complaints about clock skew.
2005-03-28update to BitTorrent 4.0.1recht12-434/+85
2005-03-25: 4.0.1 is now available. Changes since the last stable release: - Possible workaround for the "TCP stack flaking out" bug as a preference. - Preference option for the text color over the progress bar. - Fixed problem picking config file and save locations on Win98/ME. - Switched to GTK file save widgets to fix the problem of resuming multi-file torrents. - Bulk traffic flag was only being set on incoming connections. - Some tweaks to the interface and more informative error messages. - Fixes to installer, including location fixes for non-English users. - Fix for interface lockups after being minimized. - Fixed a couple tracebacks. _ A few small tracker bugs fixed. - An item which belonged in the previous notes: Improvments to seed behaviour which addresses the problem for which super-seeding was created, but without the problems of super-seeding. 2005-03-07: 4.0.0 is now available. Changes since the last stable release: - All new queue-based user interface - Many options are now modifiable from the interface, including upload rate - Lots of other interface improvements - Extra stats are visible, for those who like it - Remembers what it was doing across restarts _ New .torrent maker "btmaketorrentgui" replaces "btcompletedir" - Better performance, as always - License has changed to the BitTorrent Open Source License - Torrent fields are correctly created and interpreted as utf8 - Too many little things to list A few technical notes, for those interested: - Single port: launchmany can seed and client can download many files from a single port and thread - Interface now uses GTK instead of wxWidgets - BitTorrent packets are marked as bulk data to make traffic shaping easier 2005-01-22: 3.9.1 beta is now available.
2005-03-28Update to 20050203:wiz2-16/+9
2005/01/21 Sam Norris Added support for third-level domain statistics. Use the -t command line option to enable collection of 3rd-level stats, and use '3' while running to display them. Note that enabling 3rd-level stats collection does not automatically also enable 2nd-level stats. 2005/01/13 Duane Wessels Added a non-interactive mode. If you specify a savefile and stdout is not a TTY, dnstop prints each table at the end. 2004/03/09 Duane Wessels Added filter support. Filters can be used to restrict the input stream to queries with certain characteristics. The currently defined filters are: unknown-tlds Only includes queries for TLDs that are bogus. Useful for identifying hosts/servers that leak queries for things like "localhost" or "workgroup." A-for-A Only includes A queries for names that are already IP addresses. Certain Microsoft Windows DNS servers have a known bug that forward these queries. rfc1918-ptr PTR queries for addresses in RFC1918 space. These should never leak from inside an organization. 2003/11/13 Mark Foster <mark@foster.cc> Added 'c' to display options. This screen will combine the source and sld fields to show "who is querying for what" - reason: we see alot of duplicate querys for whatever reason. This will help separate the legitimate queries from the broken resolvers, etc. See http://www.circleid.com/article/102_0_1_0_C/ for more about that. Closes PR 29807.
2005-03-27Add RMD160 checksum.wiz1-1/+2
2005-03-27Add and enable socket++.wiz1-1/+2
2005-03-27Initial import of socket++ from pkgsrc-wip, provided by David Price.wiz8-0/+138
Socket++ is a C++ class library that provides you with an iostream based interface to sockets.
2005-03-27PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).wiz1-2/+2
2005-03-26netcat doesn't have a build target for DragonFly BSD,reed1-1/+2
so use "freebsd". This was reported by Peter Schuller on tech-pkg. (He said target "netbsd" also worked.)
2005-03-26The configuration script get confused by the darwin libc, and waits forkristerw1-1/+3
user action (and thus breaks bulk builds) Add a NOT_FOR_PLATFORM=Darwin-*-*
2005-03-26Feedback of patches from Love <lha>.wennmach5-31/+44
Bump PKGREVISION.
2005-03-26fix some configure.in bugs which prevent building on solarisdmcmahill3-1/+83
2005-03-26Update to 2.2.3:jmmv4-55/+7
* Now compiles against gnutls 1.2.0 [57811] * Fixed a bug that could result in 100% CPU usage if an SSL server closed the connection uncleanly. [73352]
2005-03-26- Update from 2.3.2 -> 2.3.3adrianp2-6/+10
- Add CONFIGURE_ARGS for libpcap and libnet - Disable pcapnav feature 02/09/2005: Version 2.3.3 - Fix port rewriting feature on little-endian systems - configure now properly handles --with-libnet and --with-libpcap
2005-03-26- Update socat from 1.4.1.0 -> 1.4.2.0adrianp2-6/+6
new features: option "connect-timeout" limits wait time for connect operations (requested by Giulio Orsero) option "dhparam" for explicit Diffie-Hellman parameter file corrections: support for OpenSSL DSA certificates (Miika Komu) create install directories before copying files (Miika Komu) when exiting on signal, return status 128+signum instead of 1 on EPIPE and ECONNRESET, only issue a warning (Santiago Garcia Mantinan) -lu could cause a core dump on long messages further changes: modifications to simplify using socats features in application
2005-03-26pkglint. Remove unnecessary inclusion of bsd.prefs.mk and deprecatedwiz1-5/+2
NO_PATCH.
2005-03-26Switch to the host program from Greg Woods. This one is supported and morechristos7-308/+28
featurefull.
2005-03-26Move creation/deletion of share/kde/apps/remoteview to kdelibs3/dirs.mkmarkd1-2/+2
2005-03-25net/speakfreely has been removed, so there is no need to keep its frontend...kristerw6-75/+1
2005-03-25- Update snort from 2.3.0 -> 2.3.2adrianp3-8/+96
2005-03-10 - Snort 2.3.2 Released * Removed end-of-line parser fix in favor of completely reworking this at the next parser overhaul. 2005-03-09 - Snort 2.3.1 Released * Fixed issue where the number of flowbits were too small. Thanks Marc Norton for the fix. * Fixed parsing of comments at end of line in config file. In snort.conf, anything that follows a # on a line is considered a comment. Thanks Steve Sturges for the fix. * Fixed alignment issue causing sfPortscan to crash on Solaris/HPUX. Thanks Andy Mullican for the fix. Thanks Senthil Prabu.S and Jonathan Miner for working with us on this.