summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2006-03-09Update to 2.0adrianp2-8/+7
> o Major version bump to celebrate that Oinkmaster has now turned 5 > years old! > o When using the -U argument to merge new variables, you can now also > specify -S <file> to specify which files in the downloaded rules > archive(s) to search for new variables. If -S is not specified, only > snort.conf is searched, just like before. As usual, no variable > merge is done unless -U is specified. You may specify multiple > -S <file> arguments to search for variables in multiple files, e.g. > "... -S snort.conf -S foo.conf ...". > o Handle multi-line variable definitions when merging variables. > o Obfuscate the oinkcode when printing URLs, unless running in verbose > mode. > o Added ability to grab rules files from a local directory by > specifying dir://<directory> as URL. > o Suppress warnings about using modifysid on non-existent SIDs when > running in quiet mode. > o Added some modifysid sanity checks > o Added Q33 to the FAQ on how to disable all rules by default and > only activate specific ones, with example how to automatically > update only a few selected rules from Bleeding Snort. > o Other documentation updates. > o Misc improvements to the config file parser. > o You can now set the HTTP User-Agent header string for Oinkmaster by > specifying "user_agent = ..." in oinkmaster.conf. The default > User-Agent string is unchanged, i.e. the string that LWP or wget set > it to by default. Based on patch from Derek Edwards. > o Make contrib/addmsg.pl handle some multi-line statements. > o contrib/create-sidmap.pl: > - don't ignore rules that are commented out > - ignore the file deleted.rules by default (you don't use it, do you?!)
2006-03-09Update to 2.4.4adrianp4-11/+9
This includes the fix for: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0839 > +2006-02-20 Steven Sturges <ssturges@sourcefire.com> > + * src/preprocessors/spp_frag3.c: > + * configure.in: > + Fix ip options handling. Thanks to Vyacheslav Burdjanadze for > + finding the issue. > + > +2006-01-09 Steven Sturges <ssturges@sourcefire.com> > + * src/sfutil/mwm.c: > + Fixed bug with multiple recurring patterns in Wu-Manbher implementation. > + Thanks to Evan Stawnyczy for pointing it out an Marc Norton for the > + fix. > + * src/parser/IpAddrSet.c: > + Fixed problem with parsing conf file and rules when DNS is not working. > + Thanks Martin Olsson for mentioning this and testing the fix. > + * src/preprocessors/spp_perfmonitor.c: > + * src/preprocessors/perf-base.c: > + Handle wrapping on 64-bit platforms > + > +2005-11-17 Andrew Mullican <amullican@sourcefire.com> > + * src/sfutil/sfxhash.c: > + * src/preprocessors/portscan.c: > + Add tracker without using bogus data, to avoid internal buffer overrun. > + Thanks Sandro Poppi for the find. > + > +2005-11-11 Steven Sturges <ssturges@sourcefire.com> > + * src/snort.c: > + Allow value of 0 to be used with -G flag > + * src/preprocessors/spp_bo.c: > + Code Cleanup > + * src/preprocessors/spp_frag3.c: > + Fix memory leak and mishandling of IP Options. Thanks Yin > + Zhaohui for the find.
2006-03-09Fix a tyop.simonb1-1/+1
2006-03-08add quagga-develgdt1-1/+2
2006-03-08Switch to Tcl/Tk 8.4. Bump PKGREVISION.minskim1-4/+4
2006-03-08take maintainershipgdt1-2/+2
2006-03-08Don't use statvfs on DragonFly.joerg1-1/+7
2006-03-08One more /dev/dsp -> DEVOSSAUDIO.martin2-1/+15
Fixes PR 32920
2006-03-08Update netcat6 to 1.0. Notable changes:ghen4-27/+9
* Fixed a bug in listen (missing AI_PASSIVE flag) * Converted to use autopoint for i18n source (merged from autopoint_test branch) * Fixed a segv in the bluez code (null local address) * Moved afindep and bluez network code to separate modules with very generic interfaces and refactored to create functions for common code. The bluez code now uses a similar approach to afindep. * Reworking of warnings and other messages to simplify and reduce the number of strings for translation. * Made parameter checking more resilient and now always includes arguments for optional components (such as bluetooth), but now gives an appropriate error if used. * Updated man page with bluetooth options. * Created a system.h header for system specific defines, which includes autoconfs config.h. * Changed boolean types to use stdbool.h (where available) * Fixed typedefs to use *_t for the typedef symbol, not the original struct name. * Extensive code cleanup to prepare for a release. * Add -X and --rev-transfer options (reverse transfer). * Updated copyright notices for 2005. * Fixed --transfer example in man page. * Corrected --no-reuseaddr handling (it was inverted). * Updated i18n subsystem to gettext 0.14.1 * Added configuration time detection of Bluez. * Applied Chris's patch that fixes SOMAXCONN backlog parameter for listen(2) in src/network.c, slightly modified. * Added support for Bluez (http://www.bluez.org) on Linux systems. * Fixed a conflict with FreeBSD profiling library by renaming warn() to warning(). Thanks to Filippo Natali for reporting the bug. * Fixed CFLAGS handling problem. Thanks to Filippo Natali for the patch and to the FreeBSD maintainers for reporting the bug.
2006-03-08Use native libpcap on Darwin 8.x. Suggested by Juha-Matti Liukkonen inminskim1-3/+3
PR pkg/32719.
2006-03-08Allow to build diskio and mibII modules on Darwin 8.x. Without them,minskim1-2/+2
the package doesn't build due to some undefined functions.
2006-03-08Remove a duplicate case value on Darwin 8.x.minskim2-4/+25
2006-03-08quagga is a multiprotocol routing suite.gdt8-0/+208
This is 0.99.3, a development snapshot.
2006-03-07Since I'm still working working on it, don't try to build this pkg onrpaulo1-1/+3
NetBSD <= 3 and Interix (should work on other systems).
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz10-20/+20
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam5-11/+11
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam181-362/+362
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-03Update to 108: Changes unknown.wiz4-35/+11
2006-03-03Add a fix from Jari Petter Sundell which prevents stalled connectionstron5-5/+52
when a "libtorrent" based BitTorrent client is uploading to another BitTorrent client which uses pipelined Request messages (e.g. BitComet).
2006-03-03Make this package build with gcc-4.minskim2-1/+15
2006-03-02update to 0.9.4drochner3-15/+6
relevant changes: -compliation fixes -Improved Unicode support -Decoders & DLT Changes, Updates and New
2006-03-02Updated net/proftpd to 1.3.0rc4martti4-66/+15
The 1.3.0rc4 release includes a number of minor bugfixes, including fixed run-time detection of Unix domain sockets, portability tweaks for Mac OSX 10.4, and logging fixes for NetBSD and Solaris.
2006-03-01Fix build on NetBSD statvfs systems.wiz3-9/+28
2006-03-01Fix PLIST, add missing PERL dependency, fix install target.wiz2-9/+12
Bump PKGREVISION.
2006-03-01Regen patchsum for patch-ac.joerg1-2/+2
2006-03-01This new 1.0.5 release fixes two bugs that were causing frequent corereinoud4-15/+14
dumps. It also fixes a logic error that was dropping certain connections randomly.
2006-03-01Uses makeinfo during build (at least the MySQL variant does).kim1-1/+2
2006-02-28Remove me as maintainer of this package. I've never really used it.tron1-2/+2
2006-02-28Point to the correct subdir of the http mirror.ghen1-2/+2
2006-02-28add miredorpaulo1-1/+2
2006-02-28Miredo is an Unix daemon program which mostly implements therpaulo7-0/+134
"Teredo: Tunneling IPv6 over UDP through NATs" Internet proposed standard (RFC 4380). It can provide either client or relay functionality. A separate program, miredo-server is also included in the package; it consists of a Teredo server. Miredo can be used to provide IPv6 connectivity to users behind NAT which do not support IPv6, and not even proto-41 forwarding. For this to work, users need to have a Teredo client running on their system. That can be Miredo itself on Linux/FreeBSD/OpenBSD/NetBSD. -- Will (maybe) only work on NetBSD-current of an hour ago. Thanks to Hubert and Amitai for help with this one.
2006-02-27Update mldonkey and mldonkey-gui to 2.7.4:wiz5-14/+10
pkgsrc: ulimit in startup script not necessary any longer, code now uses setrlimit. src: 2006/02/26: version 2.7.4 = tag release-2-7-4 2006/02/25 4928: BT: Fix invalid encoding in announce URL (darkfader) - removed old, broken version and added new version 2006/02/23 4934: FileTP: Small improvements - fix download restart bug when core is restarted, sources where not loaded - save referer values to files.ini - display amount of transfered data in downloaders list - display source IP and Countrycode in HTML downloaders list - display filesize in GUI - display number of sources in GUI 4933: BT: Display number of sources in GUI 2006/02/21 4928: BT: Fix invalid encoding in announce URL (darkfader) 4929: Do not print password_empty warning if enable_user_config true 4926: Runinfo: Warn about not-working DNS resolution, /dev/urandom detection was not disabled if --disable-donkeysui is used 2006/02/20 4922: OpenBSD: Small change for patch 4920 4921: MinGW: show current DL & UL stats in console title (Schlumpf) 4909: Print warning messages when run on non-supported operating systems currently for example Windows 95/98/ME (Schlumpf) 4920: Cleanup included header files in C code (Schlumpf) 2006/02/17 4910: EDK: Use updated protocol information when parsing consecutive messages (sam_dennis) 4915: Log: Small cleanups 4918: some syntax and comment cleanups in stubs_c.c (Schlumpf) 2006/02/13 4906: MinGW: improve uname output (Schlumpf) 4908: Configure: Fix for Beos, allow use of Dragonfly BSD 2006/02/11 4883: Mac OS X: Fix for broken Apple cpp-3.3 4902: EDK: Stub respond to directory browsing requests (sam_dennis) 4905: Update for patch 4823: add another -fno-fomit-frame-pointer in config/Makefile.in to avoid breaking CryptoPP (mikeX) 4903: EDK: Remove obsolete donkeyNeighbours (thx to sam_dennis) 4907: EDK: Fixed copy/paste error in emule miscoptions1 reading (sam_dennis) 2006/02/10 4904: Configure: Raise required autoconf version to 2.55 due to AC_MSG_FAILURE 2006/02/09 4892: Fix make when CXXFLAGS is defined (mikex) 4894: EDK: Support "new ed2k meta tags" to allow browsing shared directories of newer eMule clients (sam_dennis) 4891: Configure: Override system-installed Ocaml and force local compile Use ./configure --enable-force-ocaml to force MLDonkey to compile Ocaml, regardless if the system has Ocaml already installed or not. --enable-ocamlver=CVS uses a CVS checkout of Ocaml HEAD. 4885: EDK: Show correct IP of indirect clients in uploader list 2006/02/06 4879: EDK: Support for sources in ed2k:// links - example: ed2k://|file|a.txt|1|AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA|/|sources,1.0.0.0:4662|/ 4849: EDK: Fix hashing of newly shared files - avoid hashing shared files twice - avoid problems while hashing big files - remove obsolete compute_md4_delay option 4878: Addition to patch 4875 (conditional bzip2 support using cpp) 2006/02/05 4877: BT: Recognize Ktorrent clients (CruX, zet) 4876: EDK: Remove obsolete option random_order_download 4875: conditional bzip2 support using cpp (pango) 4870: runinfo: add connected_user and check empty PW (schlumpf) 4872: Fix gd detection on NetBSD, use data from gdlib-config MinGW compile-guide was updated, gdlib-config has to be changed 4871: Optimize some Printf.sprintf "%s" code 4869: Remove obsolete redirector code http://mldonkey.sourceforge.net/Redirector 4856: reverse patch: configure: disable iconv by default on MinGW it is not necessary anymore 2006/02/04 4867: Use setrlimit to raise allowed ulimit open files 2006/02/03 4863: GUI/Multiuser: Prevent kill by users other than admin 4862: EDK: Fix broken import of eMule temp Files (import_temp) (schlumpf) 4860: Multiuser: print warning if admin password is empty - user admin is re-created if deleted, it has to be present in any case because some commands are only available for admin, like users, remove_user and kill - create structure for startup messages, displayed on GUI, HTML, Telnet 4859: Multiuser: Only user "admin" is allowed to change options if the new option enable_user_config (default true) is set to false 4858: HTML: Update some links to mldonkey.sf.net 4857: SIGUSR1 & SIGUSR2 do not exist on Windows 4856: configure: disable iconv by default on MinGW 4853: Fix HTML errors on rss command output (unease) 2006/02/02 4851: Support system signals SIGUSR1 & SIGUSR2 SIGUSR1 saves options SIGUSR2 performs garbage collection 4850: Fixed bitprint hashing for files > 4GB (thx to zet) mld_hash: implement SIGINT and SIGTERM signals 2006/01/29 4844: Fix Solaris compile broken since DonkeySUI patch 4830: Update Wiki links New Wiki URL: http://mldonkey.sourceforge.net New Forum URL: http://mldonkey.sourceforge.net/forums 4843: HTML: Improve output of rss command 4842: Some logfile stuff 4841: Create new dir web_infos for web_infos files, BT: do not save .torrent or announce.* all files downloaded by web_infos go to $MLDONKEY_DIR/web_infos to avoid downloading files twice move files from $MLDONKEY_DIR into that new dir 4826: improve error message due to corrupt config files (schlumpf) 4821: improve display of sysinfo (schlumpf) 2006/01/26 4816: Update Ocaml-RSS and Xml-light to current versions 4827: longhelp cleanup (anhi) 4823: EDK: CryptoPP optional, disable with --disable-donkeysui Makefile: link CryptoPP stuff only in binaries which need it Buildinfo: show compiler versions Configure: display compiler versions (schlumpf) Configure: if iconv checking fails continue with disabled iconv Configure: do not use bzip2 if bzip.h is not found (FLI4L buildroot) 2006/01/25 4820: Move CommonGraphics to DriverGraphics, check libgd version Configure: Check if libgd > 2.0.14 is installed NetBSD: added paths for libgd package NetBSD: adjusted stat command to properly read SCM date move build-, run-, and diskinfo command to driver module (thanks to SchAmane)
2006-02-27they've given up to use pcap_compile_nopcap() (due to the API messdrochner1-2/+1
appearently), so we don't need to trick "configure" anymore
2006-02-27assume that the OS provided libpcap 0.9.x supplies shared libraries,drochner1-2/+2
so make it equivalent to pkgsrc version 0.9.3nb1 (it does so on Debian, and will do on NetBSD; if it doesn't hold on _your_OS_, we'll need conditionals)
2006-02-27update to 0.5.1 - this makes the build process compatible todrochner2-8/+7
Python-2.4
2006-02-27recognize libpcap>=0.9.3drochner1-2/+8
2006-02-26Update "bittorrent" and "bittorent-gui" package to version 4.4.0.tron9-103/+226
Numerous enhancenments were made since version 4.0.4 which include support for trackerless torrents.
2006-02-26Invert MASTER_SITES and HOMEPAGE. Pointed out by Bernd Ernesti.rpaulo1-3/+3
2006-02-25Update "libtorrent" package to version 0.8.5 and "rtorrent" packagetron5-84/+14
to version 0.4.5. Changes since 0.8.3 respectively 0.4.3: - Bind udp and http tracker requests to the address given with the "bind" option. - Change the priority of a torrent with the '+' and '-' keys. - The schedule option allows clock time for the start and interval sections. - Made it safe to remove torrents being viewed/selected, making "remove_untied" usable. - Added the ^O key to change a closed torrent's destination directory. A bit of a hack, and only works if the torrents hasn't been activated. - Allow new settings to be applied with the ^P key. This can be tested with "print = foobar", which prints the string to the log. - Added the "working_directory" option that calls 'chdir' for the process. - Fixed a bug that caused crashes with small screen sizes. - Enabled a session lock file by default. Made it remove stale locks if the hostname matches and the process id is not running. - Added proper abstraction for creating timers from seconds, this fixes some overflow bugs when scheduling tasks like tracker timeouts. - For every time all the trackers in the list has been unsuccessfully tried, increase the timeout by 20 seconds. - Expand ~ in paths in the client. This should cover all uses of file paths, but I might have missed some. - Added "import" and "try_import" options that loads an option file. The latter silently fails on non-existent files. - Added "-O" flag that takes a single option, allowing ',' to be used.
2006-02-25add wmgetrpaulo1-1/+2
2006-02-25wmget is a dock app for the GNU Window Maker window manager (or one ofrpaulo4-0/+42
the many other WM's which support dockapps) which makes it more convenient to perform long downloads in the background. It uses the excellent libcurl library, part of the cURL automated-download program, to perform file retrieval.
2006-02-24use unsigned ints in filter, to avoid possible portability problemsdrochner2-1/+15
with bit shifts, this is part of PR lib/16518 by yamt (which is filed against base NetBSD sources, but anyway)
2006-02-24import from the NetBSD tree: use the cloning /dev/bpf on NetBSDdrochner3-2/+52
if _PATH_BPF is defined bump PKGREVISION
2006-02-24Add DragonFly support.joerg2-8/+25
2006-02-24Split patch-aa. Honour PKGMANDIR and get working man installationjoerg4-39/+65
on !NetBSD.
2006-02-24Add DragonFly support.joerg2-1/+38
2006-02-24Add DragonFly support.joerg2-6/+15
2006-02-24Include unistd.h when using getopt(3).joerg2-1/+14
2006-02-24Add DragonFly support. Remove conditonal Makefile code to handlejoerg3-1/+87
diffferent bsd.prog.mks, which doesn't matter for pkgsrc.
2006-02-24Add DragonFly support. Remove conditional Makefile code, which wasjoerg5-8/+84
supposed to handle different bsd.prog.mk semantic. pkgsrc has always the NetBSD behaviour.