summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-29s/fftw2/fftw to match what was done to Makefiledmcmahill1-2/+2
2005-01-29Note that xmame and xmess have been updated to 0.90.kristerw2-5/+4
2005-01-29Update xmess to 0.90.kristerw2-6/+6
Changes since 0.89: - Everything from MAME 0.90 (http://x.mame.net/changes-mame.html) and MESS 0.90 (http://x.mame.net/changes-mess.html). - The "-sleepidle (-si)" option is now enabled by default. This keeps the emulation from hogging the CPU when it's idle. - Did a major rework of the effects code, which now borrows code from the AdvanceMAME project (Hans de Goede): * The code is much cleaner. * Effects are much faster on DGA. * The scaling is no longer fixed to a certain factor for each effect: It supports normal (1x1 - 8x8), scale2x (2x2 - 3x6), scan2 (1x2 - 4x2), rgbscan (1x3 - 6x3), scan3 (1x3 - 6x3), hq2x (2x2), lq2x (2x2), 6tap2x (2x2). * All the scanline effects come in both horizontal and vertical varieties, and vertical scanlines are automatically chosen for rotated games. - Made the 32bpp to yuy2 blitting code much faster and cleaner. (Hans de Goede) - Enhanced LIRC support to compile and link against system-installed liblirc_client files. Added the "-lircrc" option. (Mads Villadsen) - Optimized some of the yuy2 blit functions. (Hans de Goede) - Added CPU capability detection for Linux on x86. Currently this only tests for MMX. (Hans de Goede) - Changed the effects code to use the C versions of effects when a CPU isn't MMX-capable. This means that binary distributions can be built with EFFECT_MMX_ASM defined and still run on older CPUs. This presently only works for Linux on x86. (Hans de Goede) - Fixed "-geometry (-geo)" to properly adhere to given window coordinates. Added support for window coordinates to OpenGL. (Hans de Goede) - By default, fullscreen mode now only spans screen 0. To select another screen, use "-xinerama-screen <nr>", or use -1 if you want the old behavior where all screens are spanned. (Joe Q. and Hans de Goede) - Removed Mesa on Glide on Voodoo 2 in fullscreen mode hack. If you need this, just use "-geometry 640x480 -grabkeyboard -grabmouse" instead. (Hans de Goede) - Reverted to treating lightgun buttons as mouse buttons, so lightguns will work independent of joystick devices or drivers. It is now also assumed that there are always 5 mice connected, so multiple lightguns should work fine. - The old-style debugger works again. (Hans de Goede) - Merged several of Nicola Salmoria's memory leak fixes from Windows MAME. - Fixed multiple port recording for the playback/record option. (Chad Hurwitz)
2005-01-29Update xmame to 0.90.kristerw2-6/+5
Changes since 0.89: - Everything from MAME 0.90 (http://x.mame.net/changes-mame.html) and MESS 0.90 (http://x.mame.net/changes-mess.html). - The "-sleepidle (-si)" option is now enabled by default. This keeps the emulation from hogging the CPU when it's idle. - Did a major rework of the effects code, which now borrows code from the AdvanceMAME project (Hans de Goede): * The code is much cleaner. * Effects are much faster on DGA. * The scaling is no longer fixed to a certain factor for each effect: It supports normal (1x1 - 8x8), scale2x (2x2 - 3x6), scan2 (1x2 - 4x2), rgbscan (1x3 - 6x3), scan3 (1x3 - 6x3), hq2x (2x2), lq2x (2x2), 6tap2x (2x2). * All the scanline effects come in both horizontal and vertical varieties, and vertical scanlines are automatically chosen for rotated games. - Made the 32bpp to yuy2 blitting code much faster and cleaner. (Hans de Goede) - Enhanced LIRC support to compile and link against system-installed liblirc_client files. Added the "-lircrc" option. (Mads Villadsen) - Optimized some of the yuy2 blit functions. (Hans de Goede) - Added CPU capability detection for Linux on x86. Currently this only tests for MMX. (Hans de Goede) - Changed the effects code to use the C versions of effects when a CPU isn't MMX-capable. This means that binary distributions can be built with EFFECT_MMX_ASM defined and still run on older CPUs. This presently only works for Linux on x86. (Hans de Goede) - Fixed "-geometry (-geo)" to properly adhere to given window coordinates. Added support for window coordinates to OpenGL. (Hans de Goede) - By default, fullscreen mode now only spans screen 0. To select another screen, use "-xinerama-screen <nr>", or use -1 if you want the old behavior where all screens are spanned. (Joe Q. and Hans de Goede) - Removed Mesa on Glide on Voodoo 2 in fullscreen mode hack. If you need this, just use "-geometry 640x480 -grabkeyboard -grabmouse" instead. (Hans de Goede) - Reverted to treating lightgun buttons as mouse buttons, so lightguns will work independent of joystick devices or drivers. It is now also assumed that there are always 5 mice connected, so multiple lightguns should work fine. - The old-style debugger works again. (Hans de Goede) - Merged several of Nicola Salmoria's memory leak fixes from Windows MAME. - Fixed multiple port recording for the playback/record option. (Chad Hurwitz)
2005-01-29Bump required version to 4.9:kim1-3/+3
- need "extern int panicking" from edef.h
2005-01-29Apply Debian DSA-658 fix for CAN-2005-0077:kim4-3/+54
- do not create a PID file by default http://www.debian.org/security/2005/dsa-658
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-29Update pkg_chk to 1.53.abs4-157/+259
- Substitute default values for GREP, PKG_INFO, and SED at buildtime - Add -P dir, to set binary package dir - Remove the need for a copy of pkgsrc when using -b - List 'missing' packages at the end alog wwith Installed and Failed - Output various messages to stdout and to logfile (if active) - As ever, there are few problems that cannot be helped by adding another layer of abstraction
2005-01-29Update cpuflags to 0.81:abs3-4/+7
firefox and firefox-gtk2 do not like -finline-functions. It gives broken radio buttons in Edit->Preferences
2005-01-29Sort.wiz1-2/+2
2005-01-29Remove PKG_REIVISION typo introduced in revision 1.4 of Makefile.ben1-2/+1
2005-01-29Silence harmless message from file command in magic_get().ben2-3/+12
2005-01-29Very belatedly note xmlstarlet package added in August (hi drochner!).wiz1-1/+2
2005-01-29Note mad123 upgraded to 0.8.5.scw1-1/+2
2005-01-29Upgrade to mad123-0.8.5.scw2-8/+16
Notable changes include: - Improvements in the aRts audio backend. - Use taglib instead of id3lib to extract ID3 information. Support for aRts is controlled by a PKG_OPTION and is off by default to avoid pulling in a huge wad of dependencies.
2005-01-29Note update of mathomatic to 11.7.minskim2-3/+3
2005-01-29Update mathomatic to 11.7.minskim2-7/+7
Changes: Another minor adjustment to simplify command to make everything work just right. Trap "derivative x" of (negative constant or zero)^x. Solve "(constant)^y=constant" for y. Moved all html files and the man page to subdirectory "doc". Code cleanup. Improved modulus solving. Trap "x%0". Simplify "x%inf". Fix fraction list display of -0. Change for better simplification. Fix for division by roots of fractions.
2005-01-29Note postgresql-autodocmjl1-3/+4
2005-01-29Update postgresql-autodoc to 1.24mjl3-7/+8
Add table comments to the Dia output. These are truncated to 45 characters. Fix a bug which resulted in duplicated columns when they were reserved words in postgresql (column named "name"). Correct a number of bugs. Check constraint formatting in 7.4, functions using numeric data type arguments, and others. New Dia style with Zigzag line type. This is a good template for databases with a low number of tables. Correct GraphViz output when database contains tables named after reserved keywords. Permission characters were being picked up when in the users name.
2005-01-29Remove the warning message - SuSE 9.1 packages work fine on NetBSD 2.0+jdolecek1-11/+1
2005-01-29Update distinfo for snort-2.3.0.taca1-3/+3
2005-01-29Added ov519view.hamajima1-1/+2
2005-01-29Note update of www/squid package to 2.5.7nb10.taca1-1/+2
2005-01-29Apply a new official patch which contains security problem.taca2-4/+7
* 2005-01-28 23:16 (Security issue) Buffer overflow in WCCP recvfrom() call Bump PKG_REVISION and now squid-2.5.7nb10.
2005-01-28note f2c-20001205nb8 updatedmcmahill1-1/+2
2005-01-28update to f2c-20001205nb8dmcmahill7-42/+148
This addresses a temp file symlink race vulnerability. The f2c patch is adapted from the debian one. The f2c-f77 (wrapper script which emulates a fortran compiler) patch was done a bit differently.
2005-01-28Force all current packages using the libnet 1.0.x tree to use aadrianp12-12/+35
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-28Note snort update to 2.3.0adrianp2-3/+3
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-contribadrianp2-3/+3
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-28Fix typo (BUILDLINK_DENTH -> BUILDLINK_DEPTH).hira1-4/+4
2005-01-28Don't make pkgsrc depend on dc(1) to be present in the system. Sincejlam14-36/+18
we already use awk so pervasively in pkgsrc, simply use awk in place of dc for simple computations.
2005-01-28Avoid hardcoding the refcount database into the INSTALL scripts. Wejlam3-13/+6
now simply make ${PKG_REFCOUNT_DBDIR} always be ${PKG_DBDIR}.refcount so that it always follows the location of ${PKG_DBDIR}. This preserves the ability for PKG_DBDIR (and PKG_REFCOUNT_DBDIR) to be different on different machines despite using the same binary packages.
2005-01-28Move the default directory for the reference counts database outsidejlam1-4/+5
of ${PKG_DBDIR} to avoid problems with the package tools thinking that it is a bad package. The default directory is ${PKG_DBDIR} with ".refcount" appended to the name. This may be set explicitly through PKG_REFCOUNT_DBDIR in /etc/mk.conf (bootstrap users may want to do this, although the default value should do the right thing).
2005-01-28Remove entries for GROUPADD and USERADD from header since they're alljlam1-3/+1
handled within the usergroup script.
2005-01-28Pretty-print the users and groups that may need to be removed duringjlam1-24/+41
CHECK-REMOVE. The users and groups are now printed on the same line with whitespace separating the entries (for easy copy-and-pasting info commands), and wrapping to successive lines if we overflow the length of the current line.
2005-01-28Note the Bittornado and Bittornado-gui update to 0.3.10.veego1-1/+3
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-28Honor SHAREMODE.minskim1-2/+3
2005-01-28Note update of text/ruby-webric package to 1.3.1nb1.taca1-1/+2
2005-01-28Updated librsvg to 1.0.3, eel to 1.0.2adam2-4/+4
2005-01-28Changes 1.0.2:adam4-92/+93
* Greatly speed up preference handling by storing visibility and default values internally rather than using GConf (Ramiro) * Use a 64K buffer instead of a 4K one for faster image loading (Darin) * Speed up some bad bottlenecks in scalable font handling (Alex) * Fix bugs that would treat dark backgrounds as light (Darin) * Fix storage leaks (Anders, Darin) * Make EelList work better as a replacement for GtkCList (Maciej) * Create the trash directory when needed during drag (Jonathan) * Fix problems in multibyte locales (James Su, Alex) * Set up directories so you can install eel for gnome 1 and eel for gnome 2 on the same machine (Ramiro) * Translate messages properly by using a different gettext for library vs. application messages (Darin) * Don't segfault if a NULL MIME type is returned by gnome-vfs (Darin) * Use a special drop type instead of a special file name for resetting the background -- this means that the reset feature won't work until you get a new Nautilus (Andy) * Make drop feedback nicer for EelCTree by bolding text as well as darkening the icon (Maciej) * More flexibility in the preferences class (Ramiro) * Add more EelStringList functions (Ramiro) * Add feature where EelImage can render at a lower opacity when the widget is insensitive if requested (Ramiro) * Add more ArtPoint and ArtDRect functions (Ramiro)
2005-01-28Changes 1.0.3:adam4-41/+40
* Fix bug where empty gradients cause segfault (Darin) * Small build fix (Darin) Changes 1.0.2: * Fix bug where scaled text would be clipped (Darin) * Fix bug where empty .svg file cause segfault (Darin) * Fix bug where some .svg files with certain kinds of degenerate gradients would cause segfault (Darin) * Change install and packaging so that librsvg 1 and librsvg 2 can be installed on the same system. (Ramiro) * Fix bug where we would read past the end of a string when the string has multibyte sequences in it (Darin) * Remove vestiges of unused gettext and xml-i18n-tools (Darin)
2005-01-28- Add RUBY_HAS_ARCHLIB.taca6-2/+90
- Merge some fixes from Ruby 1.8.2 bundled version. Bump PKG_REVISION, ruby16-webric-1.3.1nb1.
2005-01-28Oops, make sure to bump PKG_REVISION.taca10-10/+20
2005-01-28Note update of alee-ttf.minskim1-1/+2
2005-01-28Update alee-ttf to 4.1. Patch provided by Yi Min-Cheol, MAINTAINER.minskim3-9/+9
Changes: - Replace 09t@quark.ttf with 09t@rk.ttf. - Add Aqu@rk.ttf.