summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-03-25Fix a number of issues:wennmach25-41/+379
- LP64 and other portability issues - Find the correct <kafs.h> in order to get the right prototype for kafs_settoken_rxkad. - Find the correct <com_err.h> - Add support for -DMULTIPROCESSOR and other kernel compile options Bump PKGREVISION.
2005-03-24Pick up revision 1.3 and 1.7 from src:cube2-10/+32
o s/PF_LINK/AF_LINK/ because that way it makes sense. o Set bit 0x2 of the first byte of the generated MAC address, to indicate it is a locally administered address. Pointed out by Ignatios Souvatzis. While I'm here, add a blob to explain how to properly setup pkgsrc to have it build NetBSD LKMs, as several people complained about the lack of documentation of things such as NETBSDSRCDIR and PKGMAKECONF. Bump version.
2005-03-24Add "${PTHREAD_LDFLAGS}" to "LDFLAGS" to fix link failures undertron1-1/+2
NetBSD 3.99.1.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz22-62/+22
useful.
2005-03-24Backout last change, the ".include" is already "Makefile.common".tron1-2/+1
2005-03-24Include "pthread.buildlink3.mk" to fix build problem after recenttron1-1/+2
update of the "ocaml" package.
2005-03-24Remove net/speakfreely.jlam1-2/+1
2005-03-24SpeakFreely is officially "abandonware" since January 14, 2004. Sincejlam13-755/+0
this package hasn't built in quite a while, remove it from pkgsrc.
2005-03-23Update to 2.0.7:wiz3-41/+42
2.0.7 ----- * Ship API documentation pre-built as HTML * Build fixes for mingw on win32 (Gisle Vanem) (Released Feb 23, 2005) 2.0.6 ----- * New experimental HTTP Conn module (Tim Muller) * Misc bug fixes: - pthread detection - escaping of high Latin-1 characters - base64 encoding - doc fixes (gnet_base64_encode) - fix crash when doing dns lookup on ipv6-enabled win32 systems (only if gnet has been built using configure/autotools) (Released Feb 18, 2005) Package change: Drop maintainership.
2005-03-23Update to KDE 3.4markd4-492/+147
Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23Update to 1.20:wiz3-24/+6
v1.20 Feb 4 2005 - added wscale option parsing; surprisingly, it seems to be in some use - added nids_dispatch(), for systems which do not ignore pcap timeout - ability to specify hosts/networks for which we do not check checksums v1.19 Aug 08 2004 - fixed signed/unsigned comparisons; 1.18 could be possibly crashed in tcp options parsing (though an unlikely to happen memory layout is required); now the source is compiled with -W -Wall - export pcap header of the last received packet (to get timestamp etc) - export the timeout parameter to pcap_open_live in params - support DLT_PRISM_HEADER - support DLT_PPP_SERIAL - let through dataless acks - fixed raw_init() prototype - switched to use %edi instead of %ebx in csum_partial to make gcc-3.5 happy when compiling with -fPIC; cleaned inline asm - fixed a bug when a queued FIN segment was not processed properly, which resulted in not closing a stream
2005-03-23Update to 1.4.0xtraeme6-89/+43
Changes: * Basic disk-, parallel-, printer- and serial-redirection * Fix timezone-redirection * Backing-store fixes * Fix client-IP sent to TS * XEmbed support for embedding rdesktop in other applications (KRDC) * Support for setting the RDP5 experience * Keyboard and keymap fixes * Performance improvements * Report disconnect-reason * Support for RDP-compression (currently only for 8bpp) * Support for persistent bitmap caching * Sound-driver for SGI/Irix
2005-03-23Remove package-specific workarounds for the glibc-vs-errno conflict.schmonz1-6/+1
The "netqmail" PKG_OPTION to qmail is no longer enabled on Linux by default; if you were relying on that, set it explicitly.
2005-03-23Whitespace.schmonz2-16/+16
2005-03-23Take advantage of mk/djbware.mk.schmonz3-36/+10
2005-03-22Add "chat" to CATEGORIES. (This seems to be in the wrong category/directory.)reed1-2/+2
2005-03-22Removed the package name from the COMMENT.reed1-2/+2
2005-03-22Update to Howl 0.9.10.nathanw2-6/+6
Version 0.9.10 (Jan 28 2005) * FIX: use config.h in mDNSClientAPI.h to determine which headers to include * FIX: don't clobber CFLAGS in Makefile.am files Version 0.9.9 (Jan 27 2005) * FIX: use memmove rather than memcpy * FIX: use memcmp to compare oids, rather than strcmp (contributed by John Wiseman jjwiseman@yahoo.com) * FIX: sw_autoip_network_interface_make_initial_ip_address() uses uninitialized m_mac_addr (contributed by Andrea Campi andrea+howl@webcom.it) * FIX: include stdint.h and use standard types in mDNSClientAPI.h (contributed by Jeff Waugh jdub@perkypants.com) * FIX: make posix_interface.c easier to port other OSes (contributed by Andrea Campi andrea+how@webcom.it) * FIX: check interface status before looking at link (contributed by Andrea Campi andrea+howl@webcom.it) * FIX: builddir != srcdir problem (contributed by Thomas Fitzsimmons fitzsim@redhat.com) * FIX: memory leaks on cleanup * FIX: mDNSResponder, nifd, autoipd shouldn't be linked statically
2005-03-22Update to 2.10.0:jmmv3-12/+21
Vino 2.10.0 =========== Translators + Rostislav Raykov (bg) + Josep Puigdemont (ca) + Rhys Jones (cy) + Priit Laes (et) + Rajesh Ranjan (hi) + Žygimantas Beručka (lt) + Kjartan Maraas (nb) + Rajeev Shrestha (ne) + Åsmund Skjæveland (nn) + Kjartan Maraas (no) + Leonid Kanter (ru) + Elian Myftiu (sq) + Chi-Wei Chen (zh_TW) Vino 2.9.2 ========== Fixes + New icon (Jakub Steiner) + Add X-GNOME-Bugzilla-Version to .desktop file for bug-buddy (Christoffer Olsen) + Install icon into hicolor icon theme (Mark) + Update to automake 1.7 (Mark) + Install .desktop file in $(datadir)/applications (Mark) Translators + Rostislav Raykov (bg) + Alessio Frusciante (it) + Žygimantas Beručka (lt) + Badral (mn) + Kjartan Maraas (nb) + Gora Mohanty (or) + Marcel Telka (sk)
2005-03-22Update to 2.10.0:jmmv3-9/+10
============== Version 2.10.0 ============== o Translators * Nikos Charonitakis (el) * Alexander Winston (en_CA) * Žygimantas Beručka (lt) * Rajeev Shrestha (ne) * Theppitak Karoonboonyanan (th) ============= Version 2.9.4 ============= o Misc * Handle requests for the old wireless applet IID (Mark) o Translators * Vladimir Petkov (bg) ============= Version 2.9.2 ============= o Fixes * Set the accessible name on the applet (Padraig O'Briain) * Make Shift-F10 pop up the context menu (Padraig O'Briain) * Make panel translucency work (Davyd Madely) * Update to automake 1.7 (Mark) * Remove panel:category attribute from .server file (Mark) o Traslators * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ignacio Casal Quinteiro (gl) * ahmad riza h nst (id) * Alessio Frusciante (it) * Leonid Kanter (ru) * Marcel Telka (sk)
2005-03-22Update to 2.10.0:jmmv4-9/+25
2.10.0 ("La movida") * Translations: - Some translations updates 2.9.92 ("Magical Fenix") * Translations: - Lot of translations updates - New Ukrainian translation of the documentation by Maxim V. Dziumanenko <mvd@mylinux.com.ua> 2.9.91 ("Hänsel und Gretel") * Fixes: - Port to the new libmenu API to get the list of available applications. - Fix the applets loading. 2.9.3 ("Wild Rose") * Translations: - Updated Italian, Chinese, Swedish, Estonian and German translations. 2.9.2 ("Tres Jotas") * Fixes: - Use the command line option --include-file to include a file - Skip the product/component pages if the application is passed on the command line (also show its name in the intro page) * Improvements: - Added a kill command line argument for killing that pid after the bug report is sent (this is useful for calling bud-buddy inside your application when a non-segfaulf crash occurs, like in python code or scheme, etc...)
2005-03-22Update to 0.48:wiz2-7/+6
Net::DNS is now stored in a subversion repository, replacing cvs. As such the submodule version numbers have taken another big jump. Luckily those numbers don't matter as long as they work. Fixed a bug with Unknown RR types that broke zone signing [Olaf]. Added callback support to Net::DNS::Resolver::Recuse. The demo/trace_dns.pl script demonstrates this. Added a note regarding answers with an empty answer section to the Net::DNS::Resolver::search() and Net::DNS::Resolver::query() documentation. The copyright notice for Net::DNS::RR::SSHFP was incorrect. That file is Copyright (c) 2004 RIPE NCC, Olaf Kolkman.