summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
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
2006-07-12Update to 2.2.95.1:wiz2-6/+6
Changes in libsoup from 2.2.94 to 2.2.95.1: * Even more fixes to XML-RPC, found by the new XML-RPC regression test. This includes some API changes that I don't feel guilty about, because the code totally didn't work at all before. * Fixed a bug in soup_mktime_utc() * (2.2.95 was identical to 2.2.95.1. The only difference is that the shared library version was belatedly bumped from 8.2.0 to 8.3.0 to reflect the API "additions")
2006-07-11New version needs Python 2.4.joerg1-3/+2
2006-07-11-enable ipv6drochner3-2/+91
-fix some RFC2292 vs 3542 confusion which made the former fail -on NetBSD, build a HINFO record from hw.model and kern.osrelease -bump PKGREVISION
2006-07-11Fix path in patch-cd.ghen2-5/+5
2006-07-11Apply the patch from http://www.samba.org/samba/security/CAN-2006-3403.htmlghen3-3/+23
to fix a memory exhaustion DoS against smbd. Bump PKGREVISION.
2006-07-10Completely nuke the concept of PKG_PHASE from pkgsrc except for thejlam1-7/+9
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk.
2006-07-10+mDNSResponder-nssdrochner1-1/+2
2006-07-10Build the mdns hostname resolution nsswitch plugin which comes withdrochner7-0/+611
mDNSResponder. (NetBSD-3.x only for now.)
2006-07-10Add & enable php-yazseb1-1/+2
2006-07-10Initial import of php-yaz version 1.0.7 into The NetBSD Packagesseb3-0/+20
Collection. PHP is a programming language designed to be embedded into web pages. This module implements a Z39.50 client for PHP using the YAZ toolkit.
2006-07-09update tor to version 0.1.1.22:jschauma3-6/+20
Changes in version 0.1.1.22 - 2006-07-05 o Major bugfixes: - Fix a big bug that was causing servers to not find themselves reachable if they changed IP addresses. Since only 0.1.1.22+ servers can do reachability testing correctly, now we automatically make sure to test via one of these. - Fix to allow clients and mirrors to learn directory info from descriptor downloads that get cut off partway through. - Directory authorities had a bug in deciding if a newly published descriptor was novel enough to make everybody want a copy -- a few servers seem to be publishing new descriptors many times a minute. o Minor bugfixes: - Fix a rare bug that was causing some servers to complain about "closing wedged cpuworkers" and skip some circuit create requests. - Make the Exit flag in directory status documents actually work. While here, patch sample config file to log to syslog per default to make sure that tor starts as a daemon with the default config.
2006-07-09Update net/dtcp package to 20060109.taca2-7/+6
2006-01-04 Hajimu UMEMOTO <ume@mahoroba.org> * dtcps.rb (service_dtcp): When new connection request for UDP tunnel comes, don't disconnect existing connection even if is comes from same IPv4 address. * dtcpc.rb, dtcps.rb: Make an IPv6 over an IPv4 tunnel NAT friendly. If -n option is specified to dtcpc, it is enabled. It requires some modification to ng_ksocket of server side. 2006-01-02 Hajimu UMEMOTO <ume@mahoroba.org> * dtcpc.rb, dtcps.rb: Add experimental support for an IPv6 over an IPv4 tunnel using Netgraph. The relevant options are -b and -U. * dtcps.rb: Trap SIGINT as well as SIGTERM, and ignore SIGHUP.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam47-94/+94
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam47-47/+94
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Add an explicit run-time dependency on perl because these packagesjlam2-4/+7
install perl scripts. Bump the PKGREVISION for the dependency change.
2006-07-07Revert patch-aa to the previous revision and just add __NetBSD__ to the list.ghen2-20/+11
Suggested by joerg.
2006-07-07update to 2.14.1drochner2-8/+7
changes: - Fix build problem on cygwin - Fix segmentation fault on orb.shutdown() - Make it work on Python 2.5 and 64-bit platforms
2006-07-07Fix for gcc4: define alloca to __builtin_alloca if using gcc, from PR pkg/33930.ghen2-11/+20
2006-07-07Update net/kiax to version 0.8.51 fixing the security issue in 0.8.5reinoud4-19/+19
From the change log: # Patched security flaw in iaxclient # Patched md5 to work on amd64 (Jasmin Buchert) # Added Malay translation (Mohd Effendi Jaafar)
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam8-18/+13
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-07add a fix for a list content checking problem Hagen Boehm identifiedspz4-3/+68
add a typo correction in a comment
2006-07-06Export OPSYS explicitly. This worked before, but according to PR 33931joerg1-1/+3
it got broken.
2006-07-06Needs msgfmt.joerg1-1/+2