summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2005-02-05Fix BUILDLINK_DEPENDS.libnet for bulk-buildsadrianp6-12/+12
2005-02-05Update to 2.12.1:jmmv3-7/+18
* bug fixes + Fix mem leak on exception overwrite (Michael) + Fix demarshalling CORBA_any containing null or void values (Michael) + IDL generation (esp. skelimpl) fixes (Jules Colding) + Ongoing Win32 port work (Tor Lillqvist) + Fix linking on Darwin (Hans Petter Jansson)
2005-02-05Remove out-dated patches for last round of ocaml updatesadrianp1-13/+0
2005-02-04- Patch unison-devel so it now works with ocaml 3.08.2adrianp3-3/+20
- Bump to nb3 - Thanks to Antoine Reilles for supplying the patch
2005-02-04- Patch unison so it now works with ocaml 3.08.2adrianp3-3/+20
- Bump to nb4 - Thanks to Antoine Reilles for supplying the patch
2005-02-04- Update of mldonkey from 2.5.21 to 2.5.28adrianp3-10/+12
- Lots of changes and bugfixes, see distrib/ChangeLog
2005-02-04- Honor "${PKG_SYSCONFDIR}".tron3-5/+8
- Use "mountcritremote" as requirement in "adsl.sh" because packages might reside on a NFS mount filesystem as pointed out by Luke Mewburn. Bump package revision after these fixes.
2005-02-04update to last snapshot, and apply a (homegrown) patch which tries todrochner4-13/+61
work around the limitations of the security-patched SimpleXMLRPCServer
2005-02-04Don't define abs() as macro under NetBSD because it conflicts with thetron2-1/+15
prototype of abs() in "stdlib.h" after de-__P-ing "stdlib.h".
2005-02-03Fix a few build warnings.tron3-1/+27
2005-02-02Set INSTALLATION_DIRS to create some directories used by the do-installjlam1-3/+5
target that appears later in the Makefile. Also move inclusion of buildlink3.mk files above target definitions, as per style guidelines.
2005-02-02Improve "rc.d" startup script:tron2-11/+13
- Fix shell quoting bugs in adsl_stop() procedure. - Fix "awk" command used to find process id of "ppp" program. - Remove SysV semaphore which might be left behind by "modem_run". Bump package revision because of these fixes.
2005-02-02Update tor to 0.0.9.3.jschauma4-7/+43
Pkgsrc changes: - make this build under IRIX. - tor has moved to tor.eff.org Version changes since 0.0.9.2: - Backport the cpu use fixes from main branch, so busy servers won't need as much processor time. - Work better when we go offline and then come back, or when we run Tor at boot before the network is up. We do this by optimistically trying to fetch a new directory whenever an application request comes in and we think we're offline -- the human is hopefully a good measure of when the network is back. - Backport some minimal hidserv bugfixes: keep rend circuits open as long as you keep using them; actually publish hidserv descriptors shortly after they change, rather than waiting 20-40 minutes. - Enable Mac startup script by default. - Fix duplicate dns_cancel_pending_resolve reported by Giorgos Pallas. - When you update AllowUnverifiedNodes or FirewallPorts via the controller's setconf feature, we were always appending, never resetting. - When you update HiddenServiceDir via setconf, it was screwing up the order of reading the lines, making it fail. - Do not rewrite a cached directory back to the cache; otherwise we will think it is recent and not fetch a newer one on startup. - Workaround for webservers that lie about Content-Encoding: Tor now tries to autodetect compressed directories and compression itself. This lets us Proxypass dir fetches through apache.
2005-02-01- Update from 2.01 to 2.05adrianp4-60/+68
- No ChangeLog available - Use options.mk so users can choose arping1 with libnet 1.0.x or arping2 with libnet 1.1.x
2005-02-01Add patch based on christos' etherape patch-ab to make name lookups workwiz6-18/+177
on -current. Bump PKGREVISION.
2005-02-01Add RCS Id (hi jklos!).wiz2-2/+4
2005-02-01added DEPENDS+=${RUBY_PKGPREFIX}-dbm.hamajima3-6/+9
fix command_interpreter in rc scripts. bump PKGREVISION.
2005-01-31Remove attributes in prototype for unnamed pointers.salo2-1/+15
ethereal svn version is laready fixed. From PR pkg/29065 by Greg A. Woods.
2005-01-31Make this actually install if "USERPPP_GROUP" is defined to a value othertron3-6/+16
than "network".
2005-01-31Need to explictly include security/openssl/buildlink3.mk as it wont bemarkd1-1/+2
pulled in if kerberos option not set.
2005-01-31Make cups and kerberos optional. Bump PKGREVISION.markd2-8/+27
2005-01-30Use uint32_t instead of u_int32_t. Should fix PR pkg/29146.bouyer2-4/+4
2005-01-29Make JWHOIS_ENABLE_CACHE work: cache is enabled by default by thekim1-4/+7
configure script, so it must be explicitly disabled when not wanted. Using both "with" and "without" explicitly is good practise for any "--with-foo" option in general. Bump revision so this is easier to track in case of PR's.
2005-01-29Update .tv handling.kim3-9/+44
2005-01-29Sort.wiz1-2/+2
2005-01-29Update distinfo for snort-2.3.0.taca1-3/+3
2005-01-28Force all current packages using the libnet 1.0.x tree to use aadrianp10-10/+29
verision of libnet <= 1.0.1b. This will prevent the case where the user has installed the libnet 1.1.x branch and then tries to install an application that is not compatible with the 1.1.x tree. Over time the list of these applications that require the 1.0.x branch will be reduced as they are updated to later versions that support the libnet 1.1.x branch. This addresses PR# 29056 opened by diro (at) nixsys.bz, thanks for the PR !
2005-01-28Sync and minor tidy up for snort 2.3.0 release.adrianp1-3/+1
2005-01-28Update to snort 2.3.0adrianp3-12/+427
2005-01-25 - Snort 2.3.0 Final Released * Fixed issue with sfPortscan reporting incorrect IP datagram length. Thanks Jon Hart for the test case and finding the bug, and Marc Norton for resolving the issue. * Threshold/Suppression now prints properly when logging to syslog. Thanks Sekure for pointing out the problem. Thanks Steve Sturges for working on the fix. * Threshold memcap argument now correctly handles non-integer input. Thanks nnposter for the patch. * Fixed issue reported by Allan Jensen, where on MacOS X, ppp links were not decoded properly. Thanks Dan Roelker for the fix. * Snort manual and FAQ are updated for 2.3. Thanks Jen Harvey for your work on putting it all together. 2004-12-15 - Snort 2.3.0 RC2 Released * Small performance improvement to arpspoof and also fixed a problem where the list of configured IP/MAC entries would contain only one entry and leaked memory (Jeff Nathan). * Fixed a problem affecting MacOS X where linking may fail with non-standard libraries when global symbols are encountered multiple times (Jeff Nathan). * Ignore RST|ACK midstream pickup case so we don't get an evasive TCP alerts. Thanks for the report, Sekure. Thanks Dan Roelker for the fix. * Moved CheckLogDir() to after parsing snort.conf (for IDS mode) so the logdir config will work if the default or command-line logdir does not exist on the system. Thanks Dan Roelker. * Fixed bug when setting the doe_ptr on a successful pcre match. It is now set relative to base_ptr. Thanks Steve Sturges for the fix. * Added from_beginning and multiplier options for byte_jump. from_beginning skips bytes from the beginning of the content, instead of from the location immediately following the number of bytes to skip. multiplier takes a numeric argument, and skips x times that number of bytes. Thanks again to Steve Sturges. * In "fast" output, now log only actual packet contents when UDP data length is greater than actual data length. Thanks Brian Caswell for spotting this, and Andrew Mullican for working on the fix. * Please check the ChangeLog for further details. 2004-11-18 - Snort 2.3.0 RC1 Released * Added IPS functionality from Snort-Inline. A big thanks to the Snort-Inline guys (Jed Haile, Rob McMillen, William Metcalf, and Victor Julien). Also, Thanks Dan Roelker for doing the integrating of Snort-Inline into the official Snort project. * Added new portscan detector. The design and implementation was headed up by Dan Roelker, and included Marc Norton and Jeremy Hewlett. * Numerous changes for better 64bit Snort support from Jeremy Hewlett and Marc Norton. Additionally, an --enable-64bit-gcc option was added to configure. However, there are still some memory alignment issues to work out before 64bit mode is fully functional, patches are welcomed. Thanks Chris Baker for doing 64bit testing. * Added not_established keyword to the flow detection option. This allows snort to do dynamic firewall rulesets. Experimental for now. * Added an enforce_state keyword to stream4 so we won't pick up midstream sessions. This works well for asynchronous links and also for just monitoring legitimate traffic. * Relocated ./contrib files to http://www.snort.org/dl/contrib as many are not maintained by Sourcefire and are out of date. The rpm and schema files have been relocated in their respective 'rpm' and 'schemas' directories under the snort parent directory. * perfmonitor config line can now be configured with "accumulate" or "reset." Thanks Marc Norton for the feature, and Barry Basselgia for pointing out the issue. Thanks Scott Dexter and Andreas Ostling for doing some initial testing. * Fixed 64-bit bug in sfmemcap.c found and tested by Ryan Matteson and Clay McClure. Thanks guys. * Fixed reference times to match log time for first packet, for an event generated by a reassembled packet. Incremented event ID to give unique ID for each packet. Also made unified logging compatible with Windows. Thanks Andrew Mullican for the fix. * Fixed linux perfmonitoring stats for the 2.6 kernel. Thanks to everyone that reported this bug. Thanks Dan Roelker for the fix. * Get thresholding/suppression to work for alerts that do not contain an ip header (primarily decode alerts). Thanks Brian Caswell. * Fix conditions where snort would log double web alerts that contained only content options (no uricontents). Thanks to kawa for finding and reporting this bug. * Fix suppression/thresholding bug for non-rule alerts. Thanks to Alex Butcher for reporting it to us. * Many other bug fixes, please check the ChangeLog for details.
2005-01-28- snort-contribadrianp1-2/+1
2005-01-28As of snort 2.3.0 all contrib files are now available from:adrianp4-92/+0
http://www.snort.org/dl/contrib/
2005-01-28Update to 0.3.10 and while doing that remove patch-ab because thereveego5-58/+18
are problems with some network configuration. phone agreed to reomve it. Add 24 to PYTHON_VERSIONS_ACCEPTED, because it works since version 0.3.9 with Python 2.4. Approved by wiz. Release notes: - 0.3.9 Ever since the Python people released a new revision of their rather intriguing programming language, I've had people bugging me to put out a new version (especially since there were issues with running the 0.3.8 codebase under it). I'd been waiting for a version of wxPython for Windows that would work with the new Python to be released as well, and now that it has, well, here you go! This version also fixes a few other bugs; the number of upload slots is now proper, and firewalled peers that lose all their connections will find themselves reconnecting more quickly, and a few other problems were fixed. I did hold back a number of fixes and improvements pending work on 0.4.0. Otherwise I'd wind up having to update two separate branches of code, something I'd really rather not do. (Forking your own code can suck badly.) So the window-width problem still isn't fixed. Oh well. - 0.3.9a The T-0.3.9a release contains a bugfix for the tracker, and the modified installer includes a DLL which is missing on some people's systems. If you're already successfully running T-0.3.9 on your system, there's no need to upgrade. - 0.3.9b This contains another fix to the tracker codebase. No change was made to client functionality. - 0.3.10 The latest update should fix the problem with the client getting stuck in the task manager under Windows. The pause system has been rewritten, and no longer halts the engine; it should work properly without freezing up now on machines w/ limits on the maximum number of connections that can be kept open. A few other bugs have been fixed, though the GUI width problem hasn't (and may not until the GUI is rewritten). Another stupid bug, where the download time estimate isn't blanked when the client is paused, will be fixed in the next version.
2005-01-28Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.taca1-2/+2
Bump PKG_REVISION.
2005-01-27Reflect today's allocation of 124/8, 125/8 and 126/8 to APNIC.kleink3-9/+12
Bump to jwhois-3.2.2nb12.
2005-01-26Add EXTRACT_ELEMENTS to prevent blowup on first extract due to malformedtv1-1/+4
pathnames in the tarball.
2005-01-26In order to compile in png, the png buildlink3.mk is needed too.tv1-3/+3
Bump PKGREVISION.
2005-01-26Apply ISC patch to fix a potential DoS in BIND 9.3.0 reported in VU#938617.tron2-4/+10
Bump package version number to 9.3.0pl1 because of this.
2005-01-26Add rc.d script, user account, and instructions for rbldns. Bump version.schmonz3-6/+64
2005-01-26ISC BIND 8.4.6 - security releaseitojun2-8/+7
2005-01-25ipv6-mapped ipv4 addresses aren't enabled by default on NetBSD, and probablybouyer6-3/+444
others OS as well. Patch wget so that it won't try to use ipv6-mapped ipv4 addresses, but uses INET4 socket sockets instead. Bump pkgrev. Fix issues with v6-enabled wget reported on tech-pkg.
2005-01-25Update to tcpdump-3.8.3 (as prompted by Chris Ross on tech-pkg list).reed4-52/+5
Changes include: Fixes for print-isakmp.c CVE: CAN-2004-0183, CAN-2004-0184 http://www.rapid7.com/advisories/R7-0017.html IP-over-IEEE1394 printing. some MINGW32 changes. updates for autoconf 2.5 fixes for print-aodv.c - check for too short packets formatting changes to print-ascii for hex output. check for too short packets: print-bgp.c, print-bootp.c, print-cdp.c, print-chdlc.c, print-domain.c, print-icmp.c, print-icmp6.c, print-ip.c, print-lwres.c, print-ospf.c, print-pim.c, print-ppp.c,print-pppoe.c, print-rsvp.c, print-wb.c print-ether.c - better handling of unknown types. print-isoclns.c - additional decoding of types. print-llc.c - strings for LLC names added. print-pfloc.c - various enhancements print-radius.c - better decoding to strings. changed syntax of -E argument so that multiple SAs can be decrypted fixes for Digital Unix headers and Documentation __attribute__ fixes CDP changes from Terry Kennedy <terry@tmk.com>. IPv6 mobility updates from Kazushi Sugyo <sugyo@pb.jp.nec.com> Fixes for ASN.1 decoder for 2.100.3 forms. Added a count of packets received and processed to clarify numbers. Incorporated WinDUMP patches for Win32 builds. PPPoE payload length headers. Fixes for HP C compiler builds. Use new pcap_breakloop() and pcap_findalldevs() if we can. BGP output split into multiple lines. Fixes to 802.11 decoding. Fixes to PIM decoder. SuperH is a CPU that can't handle unaligned access. Many fixes for unaligned access work. Fixes to Frame-Relay decoder for Q.933/922 frames. Clarified when Solaris can do captures as non-root. Added tests/ subdir for examples/regression tests. New -U flag. -flush stdout after every packet New -A flag -print ascii only support for decoding IS-IS inside Cisco HDLC Frames more verbosity for tftp decoder mDNS decoder new BFD decoder cross compilation patches RFC 3561 AODV support. UDP/TCP pseudo-checksum properly for source-route options. sanitized all files to modified BSD license Add support for RFC 2625 IP-over-Fibre Channel. fixes for DECnet support. Support RFC 2684 bridging of Ethernet, 802.5 Token Ring, and FDDI. RFC 2684 encapsulation of BPDUs. This is a security fix update.
2005-01-25- Remove need for PERLadrianp1-3/+3
- Bump to nb1 - Change to my NetBSD.org address - Issue spotted by Gert Doering in PR# 29115 - Thanks for the PR.
2005-01-25Report revision 1.4 from main tree.cube1-5/+5
Do not cast simple_lock() to (void). It may be a do { } while() macro, and then compilation fails. Found by Håvard Eidnes.
2005-01-24Move inclusion of bsd.prefs.mk much further down in the file.tv1-7/+7
2005-01-24Hobbit-0.6beta2: bugfixesmanu7-293/+0
2005-01-24Hobbit 0.6beta2: bugfixesmanu6-62/+106
2005-01-24nb1: Install all roff documentation in man/man1 for easy retrieval,tv2-20/+18
leaving the other doc formats in share/doc/mrtg.
2005-01-23Build Python with thread support by default and turn the existingrecht11-24/+24
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23Remove DIST_SUBDIR from distinfo too (hi adrian!). PR 29053 by diro at ↵wiz1-3/+3
nixsys bz.
2005-01-23Add dtcpclient.hamajima1-1/+2