summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2004-07-07Accept sun-jdk13, sun-jdk14, jdk13 and jdk14.xtraeme1-4/+6
2004-07-06Changes 0.93.4:adam2-6/+5
* Improved stability * Memory corruption issues should be resolved * Better gwebcache support, will parse up to 150 hosts in a reply
2004-07-06Added hlfl-0.60.1.xtraeme1-1/+2
2004-07-06Initial import of hlfl-0.60.1 from pkgsrc-wip, packaged by pancake.xtraeme4-0/+37
hlfl stands for "High Level Firewall Language". It permits writing firewalling rules using a high level language, and transforms them into rules for real softwares, like ipfilter, ipchains or cisco rules.
2004-07-05Add a patch to fix privilege handling.hubertf3-3/+67
Contributed by Steve Rumble in private mail, and mailed back to the ngrep author by him. Bump the pkg to nb2.
2004-07-05Fix PLIST. Should have been committed when this package was updatedminskim1-2/+2
to 1.3.4.
2004-07-03Add and enable p5-Geo-IP.minskim1-1/+2
2004-07-03Import p5-Geo-IP from pkgsrc-wip. Packaged by xtraeme@ and updated by me.minskim4-0/+34
This module a simple file-based database. This database simply contains IP blocks as keys, and countries as values. The data contains all public IP addresses and should be more complete and accurate than reverse complete COMPLETE and accurate than reverse DNS lookups. This module can be used to automatically select the geographically closest mirror, or to analyze your web server logs to determine the countries of your visitors.
2004-07-03Update GeoIP to 1.3.4 and take maintainership.minskim2-8/+8
Changes since 1.3.1: * Fixed bug where *.gz file(s) didn't get removed after geoipupdate * Added support for NetSpeed lookup to geoiplookup * inet_addr patch for 64 bit systems (Thomas Steudten) * Added Support for automated downloads of GeoIP Region, City, ISP and Organization databases (Frank Mather) * INADDR_NONE Patch for Solaris 9 (John Young) * Added support for Maxmind NetSpeed
2004-07-01- Upgrade snort to 2.1.3adrianp4-13/+250
- Grab maintainership of the package (with ok of previous owner) - Use SUBST_* code Ok'ed wiz@, snj@, salo@ From the changelog: 2004-05-06 Daniel Roelker <droelker@sourcefire.com> * src/detection-plugins/sp_pattern_match.c: Fixed rule read up error when parsing hexmode content options. Thanks for pointing it out Toni Maatta. (Roelker) * src/preprocessors/spp_stream4.c: Fixed null pointer dereference when detect_scans were enabled and creating a new session that had funky flags. Thanks to Chad Kreimendahl for reporting the bug and testing the fix. (Roelker) 2004-04-20 Daniel Roelker <droelker@sourcefire.com> * src/event_queue.c: * src/event_queue.h: * src/sfutil/sfeventq.c: * src/sfutil/sfeventq.h: Added multi-event queueing in Snort. Snort now supports logging multiple events per packet, and prioritizing those events using different methods. Thanks to H.D. Moore for illustrating event obfuscations when snort only logged one event per packet. (Roelker) * src/snort.c: * src/decode.c: * src/detect.c: * src/fpcreate.c: * src/fpdetect.c: * src/preprocessors/spp_arpspoof.c: * src/preprocessors/spp_bo.c: * src/preprocessors/spp_frag2.c: * src/preprocessors/snort_httpinspect.c: * src/preprocessors/spp_rpc_decode.c: * src/preprocessors/spp_stream4.c: Updated event generators to use new event queueing sytem. (Roelker) * src/output-plugins/spo_alert_fast.c: Added newline to 'cmg' alert output, so IP decode is easier to read. (Roelker) * src/output-plugins/spo_database.c: Updated how current/utc times are calculated, as well as how they are formatted, thanks Marcus Janoski. (Reid) * src/parser.c: Error on unterminated IP lists. Added 'config event_queue' parameter. Configuration changes to 'config checksum_mode' for specifying which checksums to do. (Norton) * src/plugbase.h: Fixes from Chris Reid for timestamp routines. (Reid) * src/tag.c: Revert to old tag functionality. Will add proposed tagging configurations in the future. (Roelker)
2004-07-01"Blind" conversion to bl3 -- does not compile on 1.6.x nor 2.0_BETA withwiz1-3/+3
bl2 anyway.
2004-06-28Update to bl3. All test built with jdk or sun-jdk14.abs2-4/+4
jakarta-tomcat4 has other issues independant of this - will patch next
2004-06-28Update to 2.6.2:jmmv4-28/+7
Fixes * Fix build on Solaris (Lazlo Peter) Translators * Rostislav Raykov (bg) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Åsmund Skjæveland (nn) * Raphael Higino (pt_BR)
2004-06-27Update to SOAPpy-0.11.4recht2-5/+5
changes: - Bug fixes: - SOAPpy/Server.py: Check if header information contains SOAPAction key before checking its value. - Fixes for generating SOAP from complexType arrays, contributed by antonio.beamud@linkend.com - Fixed bug that caused typedArrayTypes to lose their type information when rendered to SOAP and added corresponding test case. - New Features - Enhancements to fault handling: The faultType Faultstring is now a non-variable string (i.e. no nsmethod in it) so that it can be programmatically checked. In addition fault handlers can now be registered to handle specific types of faults. - SOAPpy/Server.py: Modified unregsiterObject function to take optional namespace/path args to be consistent with registerObject. - SOAPpy/Server.py: Added an unregisterObject function - Changes to allow SOAPBuilder so it can handle a 'raw' Python object. For details see: http://sourceforge.net/project/showfiles.php?group_id=26590
2004-06-27Update samba2 to samba-2.2.8anb8abs2-146/+146
Fix PLIST - it seems to install in share/doc/samba2 not share/doc/samba
2004-06-27on Solaris, binaries that use libpcap.a always need -lnsl and -lsocketgrant1-1/+11
for the socket functions.
2004-06-26Update p5-Socket6 to 0.17adrianp2-6/+6
Ok'ed wiz@/snj@ From the CHANGELOG: 2004-03-24 Hajimu UMEMOTO <ume@mahoroba.org> * Socket6.pm: Bump version number to 0.17. * Socket6.xs: Shut up signed/unsigned mismatch warning from Microsoft C++. Reported by: "David Town" <dtown@cpan.org> * Makefile.PL: CC is not a valid parameter for WriteMakefile(). Use CONFIGURE instead. Submitted by: "David Town" <dtown@cpan.org> * Socket6.pm: Correct typos (inaddr6_* -> in6addr_*). Submitted by: "David Town" <dtown@cpan.org> 2004-03-23 Hajimu UMEMOTO <ume@mahoroba.org> * Provide substitutes for systems the lack support for inet_ntop() and inet_pton(). Submitted by: "David Town" <dtown@cpan.org> * Add support for MSWin32. It was tested with the following configuration: - ActivePerl 5.8.0 (805) - Windows 2000 - Microsoft IPv6 Technology Preview for Windows 2000 (not needed for XP) (http://msdn.microsoft.com/downloads/sdks/platform/tpipv6.asp) - Microsoft Visual C++ v6.0 - Microsoft Platform SDK February 2003 (must have at least August 2001) (http://www.microsoft.com/msdownload/platformsdk/sdkupdate/downlevel.htm) Submitted by: "David Town" <dtown@cpan.org> * t/use.t: Pass an empty string as the SERVICENAME to getaddrinfo(). MSWin32's getaddrinfo() doesn't like "0" as a numeric servname. Submitted by: "David Town" <dtown@cpan.org> 2004-02-21 Hajimu UMEMOTO <ume@mahoroba.org> * Socket6.pm: Bump version number to 0.16. * aclocal.m4: inet_ntop and inet_pton are in libnsl on Solaris. Submitted by: Mike McCauley <mikem@open.com.au> 2004-01-05 Hajimu UMEMOTO <ume@mahoroba.org> * Socket6.pm: Bump version number to 0.14. * gailookup.pl.in: Though some systems has NI_WITHSCOPEID, RFC 2553 doesn't mention it, and RFC 3493 deprecated it. So, make use of NI_WITHSCOPEID optional. * gailookup.pl.in: Add -S option which suppress scopeid. RFC 3493 system always adds scopeid in a result of getnameinfo(). * Socket6.xs: Make pack_sockaddr_in6() and pack_sockaddr_in6_all() actual work on systems which have sin6_len in struct sockaddr_in6. 2004-01-04 Hajimu UMEMOTO <ume@mahoroba.org> * aclocal.m4: getaddrinfo() is a macro on some systems. * Socket6.pm: Bump version number to 0.13. * getaddrinfo.c (getaddrinfo): EAI_NODATA was deprecated in RFC 3493. return EAI_NONAME instead. * getnameinfo.c (getnameinfo): add support for NI_NAMEREQD. 2003-12-29 Hajimu UMEMOTO <ume@mahoroba.org> * add simple test.
2004-06-26Finish move of p5-Net-Jabber from net to the chat category.jmmv5-34/+1
2004-06-25Remove unneeded chunk.wiz2-11/+3
2004-06-25Add and enable ctorrent, provided by Ola Eriksson in PR 26047.wiz1-1/+2
2004-06-25Initial import of ctorrent.wiz6-0/+80
CTorrent is a BitTorrent client written in the C programming language. It currently runs on most Linux variants, MacOS and FreeBSD, but hopefully on Windows as well! CTorrent is built as a console program, which means that it doesn't require any graphical components (such as an X server) on the machine you are running it on, you can even run it remotely through a terminal if you wish.
2004-06-23Update smokeping to 1.30adrianp5-25/+34
- Add option to build with SpeedyCGI support (USE_SPEEDY) - Use @RCD_SCRIPTS_SHELL@ instead of hardcoded /bin/sh - Use REPLACE_PERL instead of patch/sed hack Closes PR #25549 submitted by me. Ok'ed wiz@/bouyer@ From the CHANGELOG: 2004/05/12 -- 1.30 * fix nodata_color syntax --tobi * when inserting unknown values into sorted rtt list, do this on the outside ... U:U:1:2:3:U:U and not in the middle. This will make the graphs more smokei when there is data loss. --tobi * config files with different probes should work ... fixed problem introduced in 1.29 --tobi 2004/05/08 -- 1.29 * while running, make all die and warn things go to the log file if there is one --tobi * added rawlog option for logging actual gatherd data --tobi (for virtela) * added alertee option to send a copy of any alert generated to additional 'perbranche' people --tobi * cgi should not complain about non existing hosts ... the daemon does that i already --tobi * actually allow empty alerts -- tobi * added nodata_color property to specify background color for graph when when no data is available -- David Hull <hull@dslextreme.com>
2004-06-23used SUBST_*.hamajima1-7/+6
2004-06-22Fix a typo and improve grammar.wiz1-5/+6
2004-06-22Applied feedback from Hideyuki KURASHINA in pkg/25776.hamajima4-7/+23
And fix path in manpage.
2004-06-21ou.edu no longer has mrtg.tv1-2/+1
2004-06-21Updated mrtg to 2.10.14martti3-13/+24
* new option subtitle for indexmaker * added new options for printing date inside the graph: TimeStrPos[] and TimeStrFmt[] * fix indexmaker when used with 14all * translation updates * added 3com RMON VLAN detection to cfgmaker
2004-06-20Do not link to libX11 and libXpm, X11 support is really useless here.xtraeme2-4/+4
2004-06-20Bump PKGREVISION and remove X11 support where appropiate.xtraeme2-5/+4
2004-06-15Honour PKG_SYSCONFDIR in net/mrtg, and sync MESSAGE properly.xtraeme3-11/+15
Bump PKGREVISION to 1.
2004-06-14Updated to version 3.0.6.salo3-23/+25
Changes: - completion for bm: URL scheme implemented. - fixed `du' command with large files >2Gb. - fixed saving old directory when no cd verification is performed. - compilation on HP-UX fixed.
2004-06-12Update with today's IPv6 Sub-TLA assignment changes, bringing us tokleink3-10/+12
jwhois-3.2.2nb6.
2004-06-10Address PR pkg/24607 by Georg Schwarz to make this build and install underjschauma2-10/+27
IRIX: - add flexibility to PLIST - add configure arguments to point to openssl if not builtin - don't use '-print0' to find(1). IRIX' find does not have this capability, and since we know for a fact that it will not be needed, we can leave it out in this case.
2004-06-10update to kde 3.2.3markd3-7/+48
changes: * kppp: Fix flow control for non-English users * kppp: Added /dev/ttyS4 device. Custom devices still cannot be set unfortunately. * kget: Fix filesize display for files > 2GB * kopete: Don't add temporary Yahoo! contacts to the serverside list. * kopete: Kopete doesn't save settings when exiting KDE * kopete: Close button doesn't close application when the system tray is disabled * kopete: Ignoring incoming IRC conversations crashes Kopete * kopete: Avoid using libpng if no image is present * kopete: When I type more than one space in a row, Kopete sends the characters "&nbsp" * kopete: Yahoo won't connect with correct password on AMD64
2004-06-10NetBSD needs SO_REUSEPORT, should use "int" not "long" otherwise itlha2-1/+27
wont work on big-endian LP64 machines.
2004-06-09Quote ${ULIMIT_CMD_datasize} properly to avoid early evaluation.tron1-2/+2
2004-06-09Unlimit datasize in shell startup script. This is necessary to make thetron1-5/+4
Java program work with Sun's JRE 1.4. Bump package revision.
2004-06-08Enable IPv6 support in Linuxmartti1-2/+2
2004-06-08Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 fromcjep3-3/+9
Georg Schwarz.
2004-06-05Remove mention of kmail,kmailcvt,knode,korn.markd1-4/+0
2004-06-05Add and enable howl.nathanw1-1/+2
2004-06-05Initial import of Howl 0.9.5.nathanw8-0/+197
Howl is a cross-platform implementation of the Zeroconf networking standard. Branded as Rendezvous tm by Apple Computer, Inc., Zeroconf standardizes networking protocols for delivering hassle-free ad-hoc networking, service discovery, and IP configuration. Howl version 0.6 contains both runtime components, which deliver the Zeroconf/Rendezvous functionality, and an SDK for embedding Zeroconf/Rendezvous functionality in your applications.
2004-06-05Update ja-samba package to 2.2.9.1.0 (samba-2.2.9-ja-1.0).taca10-42/+295
- Introduce adduser/deluser script from samba2 package. - Here is changes: Changelog of Samba2.2 Japanese Edition Samba Users Group Japan Here is the fix list of Samba2.2 Japanese Edition. The sign of each line means: *: Fix of Samba Japanese Edition only x: Fix of sending a patch to Samba Team c: Fix of being commited a patch by Samba Team o: Fix of adopting a patch created by Samba team samba-2.2.8a-ja-1.2alpha3 ~~~~~~~~~~~~~~~~~~~~~~~~~ o Fixed oplocks problem for Linux kernel 2.4 or later [sugj-tech:6096] samba-2.2.8a-ja-1.2alpha2 ~~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the internationalized version * Support Kerberos V not only for FreeBSD [sugj-tech:6030] * Adjust some directory specifications for RPM [sugj-tech:6029] * Fixed unavailable winbind auth problem on FreeBSD [sugj-tech:6049] * Fixed smbwrapper.64.so problem for 64bit Solaris [sugj-tech:6048] Changes to the original version * Suppressed abortion in some commands when resolve order is specified [sugj-tech:6031] * Fixed unchangeable password problem when Samba is PDC for BSDish OS [sugj-tech:6073] samba-2.2.8a-ja-1.2alpha1 ~~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the internationalized version * Fixed unavailable Japanese problem for username in username map [samba-jp:15437] Changes to the original version * Fixed build problem with Mac OS X [samba-jp:15461] * Fixed unaccessable problem in BSD/OS, Mac OS X [samba-jp:15472]
2004-06-05Add and enable dtcphamajima1-1/+2
2004-06-05New package for dtcp-20030228, Dynamic Tunnel Configuration Protocol daemon ↵hamajima7-0/+279
and client
2004-06-05- Use -ltcl and -ltk instead of -ltcl83 and -ltk83, which areminskim4-23/+47
version-dependent. - Buildlink tcl-scotty. - Enable pkgviews installation.
2004-06-05- Use buildlink framework.minskim2-13/+9
- Switch to Tk 8.4. - Share distinfo with tcl-scotty.
2004-06-04Enable pkgviews installation.minskim1-1/+3
2004-06-04Use buildlink framework and switch to Tcl 8.4.minskim1-4/+8
Bump PKGREVISION due to the tcl dependency change.
2004-06-04Remove tk from CATEGORIES sinec this package depends on tcl only.minskim1-2/+2