summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2006-08-06Make gzip be found by configure again, instead of setting it to an emptykim1-3/+2
string.
2006-08-06Reomove BROKEN_IN for packages that built in the latestkristerw2-6/+2
NetBSD 3.0_STABLE/i386 bulk build.
2006-08-05Changes 0.9.6:adam5-44/+51
* On newer distros (like FC5) the linker was called without --export-dynamic, making EtherApe unusable. * Fixed bug 1488215, "cancel" button on preferences dialog doesn't work. * Updated .desktop and .spec files * Updated debian files
2006-08-04Changes in version 0.1.1.23 - 2006-07-30tv2-6/+6
o Major bugfixes: - Fast Tor servers, especially exit nodes, were triggering asserts due to a bug in handling the list of pending DNS resolves. Some bugs still remain here; we're hunting them. - Entry guards could crash clients by sending unexpected input. - More fixes on reachability testing: if you find yourself reachable, then don't ever make any client requests (so you stop predicting circuits), then hup or have your clock jump, then later your IP changes, you won't think circuits are working, so you won't try to test reachability, so you won't publish. o Minor bugfixes: - Avoid a crash if the controller does a resetconf firewallports and then a setconf fascistfirewall=1. - Avoid an integer underflow when the dir authority decides whether a router is stable: we might wrongly label it stable, and compute a slightly wrong median stability, when a descriptor is published later than now. - Fix a place where we might trigger an assert if we can't build our own server descriptor yet.
2006-08-04Not me gov.skrll1-2/+2
Bad salo. No biscuit.
2006-08-03update to 2.2.96drochner2-6/+6
changes: * SoupServer now works even if you don't explicitly set an encoding for the response. * WWW-Authenticate and Proxy-Authenticate responses with no realm parameter are now ignored * Added soup_xmlrpc_message_from_string() * simple-httpd and "get" now support HEAD
2006-08-03update to 2.14.2drochner2-6/+6
changes: bugfixes
2006-08-03update to 0.8.7drochner2-7/+6
changes: -code cleanup -Handle IDLN_WIDE_CHAR, IDLN_WIDE_STRING and IDLN_SRCFILE in IDL_tree_free()/IDL_tree_free_real()
2006-08-03Add and enable kismet.salo1-1/+2
2006-08-03Initial import of kismet-2006-04-R1: 802.11 wireless network detector, sniffersalo11-0/+315
and IDS. Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any wireless card which supports raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 802.11g traffic. Kismet identifies networks by passively collecting packets and detecting standard named networks, detecting (and given time, decloaking) hidden networks, and infering the presence of nonbeaconing networks via data traffic. Imported from pkgsrc-wip, thanks to <skrll> and <wiz> for help with patches, packaging and testing. XXX: GPS support is untested.
2006-08-02Update to KDE 3.5.4markd2-4/+18
Kopete * Fix ICQ server thinks the client you are using is too old. krdc * Fix advanced button not working after Scaling. * Make "always show local cursor" and "view only" permanently configurable via krdcrc. * Handle "smb:/" as well as "smb://" URLs.
2006-07-31USE_LANGUAGES+= crillig1-2/+2
2006-07-31Note that Wireshark used to be called Ethereal.ghen1-6/+6
2006-07-30Fix building on Darwin (and some other platforms?)adam2-3/+15
2006-07-29Changes 5.3.1:adam10-74/+120
snmpd: - fix trap processing from SMUX peers - fix disman/event monitoring crashes - fix bug 1399369: ifNumber broken - fix re-init of daemons after SIGHUP snmptrapd: - fix bug 1420758/1458815: snmptrapd aborts/loops in select() - fix re-init of daemons after SIGHUP snmplib: - fix OID lookups for fully qualified object names (eg .iso.org) snmpusm: - performance improvement when changing localized keys perl: - The perl modules now check to make sure they're building against the proper Net-SNMP version. misc: - Coverity fixes
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam5-12/+12
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk.
2006-07-27de-maintainhubertf2-4/+4
2006-07-24For consistency with the other tools from bootstrap, the preformattedrillig3-4/+5
manual page is installed as cat1/ftp.0 instead of cat1/ftp.1. Bumped PKGREVISION.
2006-07-23nb1: USE_TOOLS+=perl:run (gift-setup requires it).tv1-2/+3
2006-07-23-remove old patch for the offset calculation of the inner packet,drochner3-14/+44
the original code is fixed now -re-add alignment fixes for variable radiotap elements bump PKGREVISION
2006-07-22- Update net/vncviewer4 to 4.1.2 (release notes just state "FIXED: Securityabs13-168/+45
vulnerability.", and move to net/vncviewer, replacing vncviewer-3.x - Remove vncpasswd from net/vnc and add to net/vncviewer - Bump PKGREVISION for net/vnc
2006-07-22Remove "ethereal" package which has been superseded by "wireshark".tron7-450/+1
Approved by frueauf@.
2006-07-22Packages that use GNU configure scripts and C++ also need a working Crillig1-2/+2
compiler.
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig6-13/+12
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-21Fix build by pointing to GeoIP location.wiz1-1/+3
2006-07-21Remove an unneeded .pl file in the work dir after extraction; fixeswiz1-5/+6
the build. Remove BROKEN_IN. Add a missing dependency, bump PKGREVISION. XXX: Self tests are not happy, but this is better than what we had before.
2006-07-21Avoid creation of a "manman1" dir.wiz1-2/+2
2006-07-21Remove conflicting definition of malloc(); include stdlib.h instead.minskim2-4/+21
2006-07-21sort.salo1-10/+10
2006-07-21It's called "wireshark" now, not "ethereal".tron1-2/+2
2006-07-21"BUILD_ENV" was misnamed. It's actually the environment that is passedjlam1-2/+2
to all internal recursive make processes. As such, rename it to "PKGSRC_MAKE_ENV". XXX Note, some of the usage of this variable in package Makefiles seems XXX incorrect. They probably want "MAKE_ENV", which is the environment XXX passed to the make process when running "make" within ${WRKSRC}.
2006-07-21Add new "wireshark" package.tron8-2/+343
Wireshark is a network protocol analyzer and the successor of "ethereal". Changes since "ethereal" version 0.99.0: - The GSM BSSMAP dissector could crash. Versions affected: 0.10.11. - The ANSI MAP dissector was vulnerable to a format string overflow. Versions affected: 0.10.0. - The Checkpoint FW-1 dissector was vulnerable to a format string overflow. Versions affected: 0.10.10. - The MQ dissector was vulnerable to a format string overflow. Versions affected: 0.10.4. - The XML dissector was vulnerable to a format string overflow. Versions affected: 0.10.13. - The MOUNT dissector could attempt to allocate large amounts of memory. Versions affected: 0.9.4. - The NCP NMAS and NDPS dissectors were susceptible to off-by-one errors. Versions affected: 0.9.7. - The NTP dissector was vulnerable to a format string overflow. Versions affected: 0.10.13. - The SSH dissector was vulnerable to an infinite loop. Versions affected: 0.9.10. - The NFS dissector may have been susceptible to a buffer overflow. Versions affected: 0.8.16. - The "Follow TCP Stream" dialog now wraps long lines. - Problems with ring buffers under 0.99.0 have been fixed. - It was possible for Wireshark to crash when closing the capture information dialog. This has been fixed. - It was possible for Wireshark to crash when using the "Find" feature. This has been fixed. - Wireshark could crash if an interface was removed while viewing the interface list. This has been fixed. - Multicast stream analysis (Statistics->Multicast Streams) has been added. It lets you determine burst size, output buffer size, and losses for multicast data. - TCP reassembly has been updated and improved. - Expert analysis has been updated and improved. - SCSI service response time statistics have been added. - You can now find next/previous marked frames. - The LDAP and SNMP dissectors have been completely rewriten. - The SMB dissector now tracks filenames and share names.
2006-07-20This package needs zlib.minskim1-1/+2
2006-07-19Add darkstat.minskim1-1/+2
2006-07-19Import darkstat from pkgsrc-wip. Packaged by Bartosz Kuzma.minskim5-0/+58
Effectively, it's a packet sniffer which runs as a background process on a cable/DSL router, gathers all sorts of useless but interesting statistics, and serves them over HTTP. Features: * Traffic graphs. * Tracks traffic per host. * Tracks traffic per TCP and UDP port for each host. * Embedded web-server with deflate compression. * Asynchronous reverse DNS resolution using a child process. * Small. Portable. Single-threaded. Efficient.
2006-07-18Add ares_get_config() from CVS for unrealircd 3.2.5 to workadrianp5-4/+63
Bump to nb1
2006-07-18Make this package compile with NetBSD current's gcc (4.1.2).seb4-1/+141
Thanks to matt@ for the course on pointer arithmetic.
2006-07-17Fix build on FreeBSD and DragonFly, as shown in recent bulk builds andjoerg2-1/+16
PR 34022.
2006-07-17Update to 1.5, provided by Makoto Fujiwara in PR 34014:wiz3-7/+20
pchar-1.5: Compile fixes, minor bug fixes. Last planned release of pchar. (12 February 2005) Source code moved from CVS to Subversion. Although generally not user-visible, the version control strings now use Subversion's format. Builds on recent (RH 9.0-vintage) Linux systems seem to work now. Some off-by-one errors have been fixed, based on patches submitted by Anil Madhavapeddy pchar with SNMP enabled now has at least a chance of working correctly. pchar no longer incorrectly aborts after a hop with 100% packet loss. pchar now does a better job of linking libraries using --with-snmp on machines where libsnmp depends on libcrypto, thanks to Matt Zimmerman Some problems using --with-pcap on RedHat 7.0/7.1 (possibly other Linux distributions as well) were found thanks to a debugging session with Fran Boon
2006-07-16Update to version 3.5.1salo2-6/+6
Changes: Version 3.5.1 - 2006-07-05 - a coredump in pget fixed. Version 3.5.0 - 2006-07-05 - implemented pget -c (continue) with a status file. (`set pget:save-status never' to disable periodic saving of the status). - new options of `repeat' command: --count (-c), --delay (-d), --while-ok, --until-ok. - listing and dns cache optimized; added per host enable/disable for caching. - made ABOR more robust. - added support for ALLO command and ftp:use-allo setting. - use binary mode for `quote' (e.g. `quote POST' for http). - sped up uploading in fish protocol. - fixed coredump in pget when terminal lacks prev_line capability. - fixed pget for URLs with question sign.
2006-07-14Update to 1.1.2adrianp6-37/+47
* Updated dictionaries (as always), * Extended Ascend "abinary" support for Juniper, * Configurable "cipher_list" for EAP methods that use TLS, * Additional checks on cert issuer validation for EAP methods that use TLS, * SQL IODBC bug fixes, * Updates to the LDAP module, * Better catching of errors in the config files, * Miscellaneous other fixes In addition to this add an extra option to options.mk which is "freeradius-simul-use". This will enable Simultaneous-Use and is enabled by default. If you disable it freeradius can be built without depending on the net-snmp package. Original idea from John Nemeth.
2006-07-14Create a separate pkgtools/tnftp package that is installed as part ofjlam2-24/+32
the bootstrap process and which may be needed by pkg_install. This is distinct from the net/tnftp package that is now a "normal" package. Modify the bootstrap script to use pkgtools/tnftp instead, and clean up some of the registration code.
2006-07-14Mark these packages as NO_MTREE as they are bootstrap packages and don'tjlam1-1/+2
need mtree to pre-generate any directories for them.
2006-07-14Fix a typo. Reword a sentence. From Zafer Aydogan.wiz1-5/+6
2006-07-14Remove an incomplete sentence, reported by Zafer Aydogan.wiz1-1/+0
2006-07-14Linking against libpython needs to link against pthread on some platformsjoerg2-1/+24
to work.
2006-07-13pkglintificationadrianp3-15/+31
Add kerberos support - Patch from Kevin Sullivan in PR #33732 Bump to nb4
2006-07-13Make slpd reopen its log file on HUP (it does not use syslog - bah!).he4-3/+55
The log file needs to be writable for user=daemon, since slpd setuid()s to that user after starting up. Put the extremely verbose and disk-filling logging of "Parse Erorr" packets (is this an SLPv1 vs. SLPv2 protocol versioning issue gone bad?!?) under DEBUG, which is not normally turned on in our builds. Change HOMEPAGE, since Caldera appears to have seen fit to remove the www.openslp.org DNS name and associated web server. Instead point to the SourceForge home page. Bump package revision to 1.
2006-07-13Reset maintainer (haven't used this in ages).wiz1-2/+2
2006-07-12Moved documentation to share/doc/ntp4. Bumped PKGREVISION.rillig2-190/+189