summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-12-27Update snort to 1.6.3.2. Notable changes include:rh3-13/+32
Fixes and additions: * Fixed compilation problems on all non-BSD operating systems * Added better configuration support for locating libpcap * Fixed ICMP ping packet id/sequence printouts * Made allowances for 64-bit machines in the decoders * Updated the portscan detector to the latest version * Disabled the defragmenter by default (in the rules file) * Added a patch from Dave Dittrich to make daemon mode alerts filenames conform * to the data in the documentation * Revamped the ICMP data structures to mimic those found in *BSD and provide for higher fidelity decoding/printout in the future * Repaired the output plugins so that they operate properly now * For the record, the payload dump conforms to the length of the IP datagram now and does not show pad bytes added by the minimum Ethernet frame size * Applied Chris Cramer's byte ordering patch to the flexresp code Other updates and changes since version 1.6: * New preprocessor plugin: IP defragmentation!! * New output plugins cover all old logging and alerting options * New output plugin no logs to MySQL, PostgreSQL, unixODBC databases * Updated portscan detection functionality * Added quote removal for most plugin parsers * -C crash bug fixed * PID/PATH_VARRUN file fixes * Converted many putc(3) calls to fputc(3) for portability * Transport layer decoders use ip_len field for length metric now * String tokenizer code modified for more reliable operation * Fixed flexible response code sequence prediction * Fixed DEBUG ifdef's so DEBUG mode code will compile correctly on all platforms * Set automake options so that people don't need gmake anymore to build Snort on BSD systems * Fixed SMB alert code large tmp file hole * Added sigsetmask code to fix SIGHUP weirdness * Added execvp option for SIGHUP restart code * Added ARP header printout validation * Added Session logging file integrity checking * Added -u/-g setuid/gid capability switches * Added -O IP address obfuscation switch * Added -t chroot switch * Fixed non-TCP/UDP/ICMP transport layer decoding & logging * Fixes and additions to the portscan preprocessor * Fixed Tru64 u_int* type declarations * Added check for pcap.h into configuration script * Fixed timeval problems on Linux boxen * Database logging plugin has been modified extensively, see the www.incident.org website for more information * Switched TCP flags printout routine to ensure proper RFP output scan output. ;) * Fixed default log/alert function code so that these functions are never NULL
2000-12-27Fix PLIST on alpha (and other non-DGA architectures).wiz1-1/+9
2000-12-27Mark as i386-only since it uses assembler.wiz1-1/+3
2000-12-27Remove a compilation warning.wiz2-1/+15
2000-12-27Fix compilation on alpha. (ssize_t != int)wiz5-1/+74
2000-12-27Drop "libwww" from the list of packages which need to befredb3-9/+113
grautiutiously reinstalled whenever "perl" is reinstalled. For the NetBSD package, the dependence on autoconf and automake has already been removed, so it remained only to patch the configure script.
2000-12-27Fix bogus CATEGORY, and update HOMEPAGEwiz1-3/+3
2000-12-27Fix compilation on alpha.wiz2-1/+19
2000-12-27Fix compilation on alpha, and handle most warnings while I'm here.wiz9-1/+107
2000-12-27make this work on alpha. (had bogus endianness test)dmcmahill5-19/+53
2000-12-27Excluded build on Alpha and Mips platforms due missing PostgreSQL supportwulf1-1/+6
2000-12-26add & enable php4-mysqlhubertf1-1/+2
2000-12-26PHP is a programming language designed to be embedded into web pages.hubertf3-0/+16
This module provides PHP4 access to MySQL databases. Fixes PR 11816.
2000-12-26Depends: gimp-current => gimphubertf1-2/+2
2000-12-26mark as BROKEN. this package nukes some system files (makedepend, host.def, ↵dmcmahill1-3/+5
etc). can be marked un-BROKEN when these are fixed. also remove $'s from around free/openbsd ID's
2000-12-26don't break the hyperlinks to the broken files....dmcmahill1-2/+3
2000-12-26Update to 1.2.0. Changes: many bugfixes, new plugins, etc.hubertf7-724/+1450
2000-12-26move the .BEGIN stuff which checks for kernel sources to pre-fetch. This letsdmcmahill1-2/+2
you do simple things like make README.html or make show-var VARNAME=PKGNAME without requiring kernel sources.
2000-12-26checking for perl... nohubertf1-1/+2
configure: error: Perl needs to be installed in order to compile libwww *** Error code 1 set USE_PERL5 to prevent this.
2000-12-26- get the BROKENFILE setting from `make show-var VARNAME=BROKENFILE` rather thandmcmahill2-7/+9
hard coding it. - explicitly only add $BROKENFILE's to the output rather than .broken.* This makes things work correctly when /usr/pkgsrc is shared among several machines which might use .broken.`hostname` for its broken file logs.
2000-12-26disable vtysh build (BROKEN), due to possible security issue.itojun1-1/+2
FreeBSD PR 23856.
2000-12-26Update to 2.2.3. Changes are:skrll9-22/+19
Qt 2.2.3 is a bugfix release. It keeps both forward and backward compatibility (source and binary) with Qt 2.2.2 **************************************************************************** * General * **************************************************************************** - Platform fixes for Red Hat 7.0, Unixware 7, SCO OpenServer 5.0.5, LinuxPPC, True64. - Basic multihead support for MS-Windows 98/2000: Popup windows, tooltips and What's This? help texts now appear on the correct screen, QApplication::desktop() is now as big as the virtual screen. - Documented previously internal QEmbed utility. The tool converts arbitrary files into C++ code. This is useful for including image files and other resources directly into your application rather than loading the data from external files. You find it in qt/tools/qembed. - X11 only: Fixed font sizes on higher resolution displays. When asking for a specific point size, you should always receive a font with an adequate pixel size depending on the dpi value of the display. This was supposed to work before, but broke for certain cases on XFree 4.x. - Many minor bugfixes and small improvements, see detailed lists below. **************************************************************************** * Designer * **************************************************************************** - Minor fixes for custom widget handling - Minor user interfaces fixes - Fixed uic-generated code for dialogs that are not completely layouted - Improved code generation for non-ascii and non-latin1 text **************************************************************************** * Library * **************************************************************************** QAction: Deletes generated widgets on the action's destruction time QApplication: Cleans thread-pipe on destruction time Fixed crash when passing 0/0 as argc/argv QClipboard: MS-Windows only: Try harder to get the unicode contents from the system clipboard QComboBox: Fixes for NoInsertion policy QDir: Gives ';' higher priority than ' ' as a filter separator QDom: Support for NOTATION and ENTITY declarations was missing. QFileDialog: MS-Windows only: safer handling of non-existing directories QFont: X11 only: Fixed font sizes on higher resolution displays. When asking for a specific point size, you should always receive a font with an adequate pixel size depending on the dpi value of the display. This was supposed to work before, but broke for certain cases on XFree 4.x. QGl: MS-Windows only: added some missing Q_EXPORTS for using the OpenGL module in a DLL QIconView: Fixed icon selection in case icons overlap Fixed crash when trying to drag items in NoSelection mode QImage: MS-Windows only: Fixed problems with reading 15/16/32 bits-per-pixel Windows DIBs QListView: currentChanged() signal in takeItem() is now safe to use QMainWindow: Small layout fix QMetaObject: Fixed numClassInfo() QMotifPlusStyle: Added support for Tristate checkboxes QPointArray: Avoid overflow if the array gets too big QPopupMenu: Improved auto-placement QPrinter: Saves last printer dialog configuration by default Unix only: a memory leak fixed QPushButton: Improved popup menu placement QString: Fixed toDouble() for strings containing non latin1 characters QTabBar: Optimizations QTable: Several minor bugfixes including a possible crash fix QTextCodec: Support for the changed posix charmap tables on Red Hat 7.0 QToolButton: Improved popup menu placement QThread: MS-Windows only: minor bugs and race conditions fixed QUrl: Fixed parser, path can start with a digit QWidget: Revised lastWindowClosed() signal, it was ocassionally emitted too often QWindowsMime: MS-Windows only: Try harder to get unicode contents QWindowsStyle: Draws disabled radio buttons grayed out QXml: Fix missing distinction between external parsed and external unparsed entities. The reporting of some processing instructions were missing. **************************************************************************** * Extensions * **************************************************************************** Xt Extension: Prioritize timers over posted events. This is necessary to ensure that paintEvents are processed in a timely manner after QWidget::update is called from a slot that is connected to a QTimer signal NS Plugin: Bugfixes and maintainance **************************************************************************** * Other * **************************************************************************** - Meta Object Compiler (moc): Improved namespace support with MSVC. **************************************************************************** * Third party * **************************************************************************** None **************************************************************************** * Changes that might affect runtime behavior * **************************************************************************** None **************************************************************************** * Qt/Embedded-specific changes * **************************************************************************** - The libqt.* library file is now called libqte.* on Qt/Embedded so you can easily have both Qt/X11 and Qt/Embedded installed on the same system. - 4bpp grayscale and 24bpp color is supported. - Some additional Window Manager styles are provided. - Setable "desktop" color/image. - Performance improvements.
2000-12-26xdaemon2 wants xteddy2hubertf1-2/+2
2000-12-25Update "plex86" to 2000-12-25 sources. Changes since 2000-12-16:tron3-10/+8
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Sun Dec 24 19:07:34 EST 2000 Integrated mods from Warwick Duncan for some remaining C++ -> C comment conversions in plugin directories. Added dynamic translation idea chapter to docs.
2000-12-25Patch agelogs.sh to actually find agelog.bad1-1/+4
Bump version to 3.2nb1.
2000-12-25Update php4 to the latest stable release 4.0.4. Relevant changes from versionjlam8-55/+71
4.0.3 include many bugfixes (including one bad interaction with mod_perl which caused segfaults) and additions of several new functions. Several new PHP modules were also added to the main distribution, including new database extensions and OpenSSL, and some bugs with improperly closing database connections was fixed.
2000-12-25Update "xchat" package to version 1.6.2. Changes since 1.5.7:tron3-8/+12
- xtext: Fixed the mark-clear bug (gnome bug #34584). - Updated German translation (Tamer Fahmy). - Commas are replaced with %2c in URLs, as to not confuse poor old Netscape (deb bug #70905). - Bluestring to 300 chars (deb bug #79138). - Added option /SET percascii, which can disable/enable translation of %XXX into an ascii value while typing (deb bug #76122). - New hotkey hook: key_action_put_history. Only inserts line into history, but doesn't send it to the server (DaP). - Lots of SSL updates: * Make accept_invalid_cert optional on /sslserver (DaP). * Print verbose information of SSL session on connect (DaP). * Clean up code at X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT checking (DaP). - xtext: Fixed lockup with certain sized fonts. - xtext: Made some changes to improve efficiency when using really large scrollback buffers (only noticable when doublebuffer off). - Fixed a bug in /help crashing on longer than 10 char UserCommands. - Fixed autoreconnect while using a proxy server. - Never-give-up ReConnect does just that (even more so than before :) - Fixed the channelmode buttons mouse-over problem. - Fixed percentage display for large files in dcc recv/send gui. - StartTime in dcc chat gui no longer Jan 1 1970. - Fixed DCC send behind IP-Nat (Bernhard Valenti) <bernhard.valenti@gmx.net>. - Added Lithuanian translation (Gediminas Paulauskas). - The < > buttons arn't shown for non-tab windows (Aaron Lehmann). - Fixed the (-1,-1) transparency problem for non-tab windows. - xtext: More efficient handling of expose events, text marking and url highlighting when double buffer is OFF. - xtext: Fixed a very rare bug that could cause BadGC errors or the separator bar not to be drawn. - Fixed crash in right-clicking URLs in the URL Grabber window. - If Check-For-Replace is in the keybindings for Return, it'll actually work again. - USER login command now sends your nodename instead of 'localhost' to please some IRCNet servers. - Updated Swedish translation (Christian Rose). - Updated Slovak translation (Stano Visnovsky). - Updated Swedish translation (Christian Rose). - Updated Greek translation (Fanis Dokianakis). - Updated Spanish translation (Antonio de la Torre). - If Never-Give-Up Reconnect is ON, it won't give up on DNS failer. - '/me is back' is sent again when Announce Away Messages is ON. - If channelmode buttons were OFF and you joined a channel with a userlimit xchat would crash - fixed. - /sslserver's password arg. is now optional (Daniel Richards). - SSL accepts self signed certs (Daniel Richards). - Fixed the unnecessary window resizes when opening a new tab. - Changed the tinting code a bit (thanks gnapster :). - Transparent shell tabs update too when they are moved. - Added "Enable double buffer" toggle in Setup->Channel windows. - Double buffer is now OFF by default (seems to use less CPU). - Timestamps didn't turn ON while indent was OFF - fixed. - Updated Swedish translation (Christian Rose). - Added some extra text events: Channel Msg hilight, Channel Action hilight (near top of the list). No more cardcoded color codes! Also hilighting in actions works, and you can make the whole message hilighted if you change the event text. - Initial window size is actually set to your settings (this will never be perfect I guess, sometimes to the window still resizes itself without warning). - Hidemenubar setting didn't work properly for non-tabs and when delinking windows - fixed. - Notices appear in front tab even when server tabs are enabled. - Changed Away behaviour again. No more /back, /away with no args brings you back. The menu-item's state is what the server tells it, it even changes when you switch tabs to another server. Xchat assumes you are not away when you first connect. irc::get_info(5) returns the away state. One day the other UserModes menu items will show correct states. Is everyone happy now? - Translation tables didn't work for outgoing text - fixed. - Cleaned up a few xchat.conf names, a few settings may not load up from 1.5.9 - just set them again. - Updated Spanish translation (Antonio de la Torre). - Added Hebrew translation (Dan Fruehauf). - Fixed crash bug when partreason was not set. - Dialog tabs obay the hidetopicbar setting now too (the one in the right-click menu). - Cleaned up the settings gui: the whole window is more compact now, some toggles in two columns, numbers use a spin-button, entry boxes are larger and option-menus are more consistant. - The "o=xx v=xx t=xx" display is finally changed. - Changed most of xtext.c to use gdk instead of Xlib. - Added configure option: --disable-xlib disable use of xlib (for non X11 systems) This might help compile xchat on other GTK supported systems like BeOS and Win32 (havn't tried it though). - Neater /set list. - You can now set a nickname per server (see serverlist edit window). - Changed the behaviour of /away and added /back (James Crawford). - Away reason can now be a text file of random reasons too. - Updated Spanish translation (Antonio de la Torre). - Updated Swedish translation (Christian Rose). - Updated Greek translation (Dokianakis Fanis). - Updated German translation (Tamer Fahmy). - Added Catalan translation (Pablo Saratxaga). - Added option "Always timestamp logs" which timestamps log files even if on-screen timestamps are off (Mike Guidero). - Added entry "Part Reason: ". Also part and quit reasons can be a filename of random reasons (filename relative to ~/.xchat/). - Took out /unban as a internal command, add it as a usercommand /quote MODE %c -b &2 instead. - Added a text event for banlist. Try /banlist and it'll be a bit more readable now. - Changed output throttle system (undernet style) (Alex Badea). - Added 1 second linger socket option to stop QUIT msgs from being lost (they still get lost sometimes, why?).
2000-12-25Add and enable realplayer and remove realplayer7.jlam1-2/+2
2000-12-25Removed this package as the current RealPlayer for UNIX is available asjlam12-572/+0
pkgsrc/audio/realplayer.
2000-12-25RealPlayer 8 for UNIXjlam13-0/+581
This version seems to now work correctly with audio streams over the Internet. This package is imported as audio/realplayer with the intention of removing the old audio/realplayer7 package, as www.real.com only carries a single distfile for the latest version, and we are not allowed to mirror the distfiles. When a new version of RealPlayer is released for UNIX, please just update this package.
2000-12-25make sure to close socket on ftp EPRT operation. KAME PR 313.itojun2-4/+4
2000-12-25Redo enabling of IPv6 support in a different way.martin3-15/+30
Instead of using pkgsrc makefile magic to select between IPv6 support and non-support do so by the NetBSD version number: on 1.5 and newer systems, compile IPv6 support and detect kernel support for it at runtime. This has the additional benefits of being easy to feed back and additionaly brings IPv6 to mozilla on NetBSD even if build outside of pkgsrc.
2000-12-24Remove me as maintainer. I haven't used this in ages.tsarna1-2/+2
2000-12-24Fix timezone return value in threads. From Thomas T. Thai in pkg/11256.skrll2-1/+27
2000-12-24Update to 2.0.1. Changes: Not beta anymore, many bug fixes, some headerswiz3-9/+24
moved, some new; new freetype-config program.
2000-12-24Remove obsolete MIRROR_DISTFILE (we're allowed to distribute the unmodifiedwiz4-12/+4
files).
2000-12-23Update to gaim-0.11.0pre3hubertf4-27/+33
Requested by Greg Troutman <gtroutman@pro01.idg.net> in private mail. Changes: Plugins for AIM, Yahoo, MSN and IRC. See homepage for more!
2000-12-23Fix the broken symlink in lib/icu/1.7skrll7-12/+26
2000-12-22Okay, _really_ get the version checking done right.jlam2-4/+4
2000-12-22The paddr_t mmap interface change is for anything except <1.5 and 1.5A,jlam2-4/+4
so make the __NetBSD_Version__ checking reflect this. This should hopefully fix build problems on 1.5.1_ALPHA.
2000-12-22Make the INSTALL/DEINSTALL scripts handle configuration files likejlam3-43/+150
cups: copy sample config files to default config files, and remove the config files on deinstall if they're identical to the sample ones.
2000-12-22Make this pass pkglint, create ${PREFIX}/libexec/cgi-bin if it doesn'tjlam2-20/+23
already exist, and remove any empty directories after uninstalling.
2000-12-22Only install the postgresql modules, and not the setup module.jlam1-10/+6
2000-12-22Remove pgtools.py as it's not present.jlam1-2/+1
2000-12-22Apparently, the checksum of the distfile on the site changed withoutjlam1-2/+2
bumping the version number.
2000-12-22s/make/${MAKE_PROGRAM}/gjlam1-4/+3
2000-12-22Update lesstif and lesstif12 to version 0.92.6. Make me the maintainerjlam50-504/+1323
since I'm most familiar with the hack to include the LessTif X11 config files. Relevant changes from version 0.91.8: * Build/Install Uil libs and Headers (and tests) by default. * Fixed some FontList interfaces to conform to the docs. Might fix memory leaks as well. * Ongoing work to use ANSI C89 as much as possible. Drop alternatives being used (e.g. bcopy() and friends) * The Motif 2.x Xme() funcs should now all exist in stubs at least; some had already been "implemented" earlier. * Build support for a Motif 2.1 compatible tree. This will soon replace the 2.0 tree. * Work in progres for creating XmPrint API. (2.1 functionality)
2000-12-22Update MASTER_SITESabs2-4/+4
2000-12-22Fix changed path to asclockabs1-2/+2
2000-12-22Update to libwww-5.3.2. From the web page...fredb2-4/+4
This is a minor release that mainly provides bug fixes and small enhancements that have been commited to CVS since the last release. Vladimir Koslov provided indispensable help for testing and preparing the Win32 release. Special thanks to Wayne Davison, Art Barstow, Peter Stamfest, Zhu Qun-Ying, Jens Meggers, Ken Olum for their contributions. * Summary of principal changes (the ChangeLog provides a detailed account) + The following sample applications could core dump under Windows: head.c, getheaders.c, chunk.c, chunkbody.c, multichunk.c + When retrieving an object from the cache, the HTTP headers associated with the object weren't stored in the HTResponse object. + The cache garbage collector could go into an endless loop. + The HTResponse object now returns the HTTP reason. + Update of expat to version 19990728. + Optimization, enhancements, and bugs fixes to the HTRDF module + Some memory leaks and compiler warning fixes. + The robot could hang when accessing local files. + Optimization of the HTChunk and HTHash modules. * Outstanding bugs + The webbot crashes from time to time under Windows. It seems to be a problem while reading the robots.txt file, there the application frees a request that's still registred in the Windows async. loop., + The tiny.c sample application doesn't prompt the user with a text input. + Interpretation of FD_CLOSE under Windows. + The FTP implementation has memory leaks and doesn't remember the path or authentication information correctly. + Compiling with -O2 and -Wall reveals some unitialized variables in HTDIR and HTFTP. * To do + Compile the answers to the libwww survey (volunteers are welcome).