summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-08-31Update p5-DBIx-SearchBuilder to 0.61mjl2-5/+5
Absolutely no change log is available, unfortunately.
2002-08-31Update to 2.4.24:wiz3-7/+7
* XPath fixes (William), xf:escape-uri() (Wesley Terpstra) * Python binding fixes: makefiles (William), generator, rpm build, x86-64 (fcrozat) * HTML <style> and boolean attributes serializer fixes * C14N improvements by Aleksey * doc cleanups: Rick Jones * Windows compiler makefile updates: Igor and Elizabeth Barham * XInclude: implementation of fallback and xml:base fixup added
2002-08-31Update to 2.2.8.1 (2.2.8a):wiz4-9/+44
2.2.8a has build fixes for 2.2.8. The major changes between version 2.2.7 and 2.2.8 are * Resolution of some build problems with gettext. * The environment variable INDENT_PROFILE can be used to specify a profile file. * Bug fixes. The major changes between version 2.2.6 and 2.2.7 are * Support for I18N (internationalisation) with gettext. * Tarball directory restructuring. * Bug fixes
2002-08-31Update to 1.360 (1.36, but that is smaller than 1.337, the previous version):wiz6-51/+23
v1.36 - Fixed Gunforce, added invalid HDMA modes. [_Demo_] (Thanks Overload!) - New BRR decoding method, this should resolve all the sound issues introduced in 1.35 and fix new ones. (Noise simulation isn't used anymore) [_Demo_] - Fixed hang in NBA Live 95 and 96. [_Demo_] (Thanks Overload!) - Fixed some more mode 4 issues in the new gfx engine. [pagefault] - Added offset mode disable toggle to 8-bit new gfx engine. [pagefault] - Fixed SPC hang in 90 Minutes European Prime Goal by clearing spcram. [_Demo_] - Updated fix for Clayfighter to fix some bugs in battle. [_Demo_] - Fixed crash with certain games. (SDL/*nix only) [theoddone33] - Added better OBC1 detection. [_Demo_] - Special hack for Samurai Showdown IRQ problem. [_Demo_] - Special hack for Kamen Rider menu, requires special latch reading. [_Demo_] - Special hack for Super Famista 1 & 2 SPC bugs. [_Demo_] - Fixed Digital Devil Story hang by modifying the spc code. You must start a new game for the fix to work. [_Demo_] - Modified work ram init value to 0x55. (Thanks TRAC) v1.35 - Lots of updates to Linux/SDL version, including sound fixes, video code updates and other misc bugs. [theoddone33, Thorsten Glaser, Wilbern Cobb] - Fixed gamma in PNG snapshots. [pagefault] - Fixed a bug in sprite priority rotation. (fix damage in FFMQ) [TRAC] - Fixed long delay between battles and fixed flickering colours on map in Front Mission. [pagefault] - Fixed hang when picking up apples in Equinox. [pagefault] - Fixed keyon bug in DSP code, fixes sounds in Flaskback 3 Language Edition (Thanks neviski) [_Demo_] - Fixed "disco colours" in NBA Hangtime when the ball drops. [pagefault] - Fixed an NMI issue with register $4212, fixes hang in Cu-On-Pa, Bubsy and others. [pagefault] - Fixed a mode 4 bug in the new graphics engine that was causing the title screen in The Lost Vikings to be scrambled. [pagefault] - Added support for Super System arcade system, set DIP switches in add-on's menu in GUI. Games MUST be zipped in order to load. [pagefault] - Added special support for Earthworm Jim 2 sound effects. [_Demo_] - Added hack for Deaetonosama Apareitiban. [_Demo_] - Fixed super scope position reading. [_Demo_] - Modified a few timing things. [_Demo_] - Fixed some 65816 instructions in processor emulation mode. [_Demo_] - Added special timing for Grand Prix 3. [_Demo_] - Modified sound decoding another time (helps various noise sounds like DQ6). [_Demo_] - Modified joypad reading for VS Collection. [_Demo_] - Special modification for Bahamut Lagoon and Clay Fighter to delay write to the hdma register. (those games need dma delay implemented) [_Demo_] - Lots of other minor fixes and things we forgot to mention.
2002-08-31Update to 1.5.10:wiz2-5/+5
* Fixed bug, introduced in 1.5.9, that caused defaults for method 0 to be used instead of copying the original image, when the original was already smallest. * Work around CPU timer wraparound at 2G microseconds. * Upgraded zlib from 1.1.3 to 1.1.4. Pngcrush is believed not to be vulnerable to the zlib-1.1.3 buffer-overflow bug. * Choose the first instance of smallest IDAT instead of the last, for faster final recompression, suggested by TSamuel. * Added -trns_a option for entering a tRNS array.
2002-08-30Update to 1.0.4: Small bugfixes.wiz2-6/+6
2002-08-30Update to 0.51:wiz4-10/+10
v0.51 Fixed the bug introduced by the previous select loop fix... Thanks Evgeniy v0.50 Make "interface address" option work. Changes to "select" loop to allow window resizes (select interruption) to work. Thanks Mike!
2002-08-30Update ruby-openssl pacakge to 0.1.2.1(0.1.2a).taca2-8/+6
It should be fixed in error of bulk build, too. $Id: ChangeLog,v 1.43 2002/07/24 14:46:52 gotoyuzo Exp $ 'OpenSSL for Ruby' project Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz> All rights reserved. $Log: ChangeLog,v $ Revision 1.43 2002/07/24 14:46:52 gotoyuzo * lib/openssl/buffering.rb: typo fixed. (Thakns NaHi) Revision 1.42 2002/07/24 12:31:31 gotoyuzo * ossl.c: should include <sys/time.h> if it exists. (Thanks Knu) Revision 1.41 2002/07/24 09:56:17 gotoyuzo * ossl-0.1.2 released Revision 1.40 2002/07/23 20:23:30 gotoyuzo * lib/net/https.rb: follow net/http.rb Rev: 1.41.2.18 (ruby_1_6) Revision 1.39 2002/07/23 10:49:19 gotoyuzo * ossl_ssl.c: should raise exception while SSL_write returns 0. Revision 1.38 2002/07/23 10:45:25 gotoyuzo * ossl.h: include <openssl/e_os.h> * ossl.c: workaround to convert into UTC time. * lib/openssl.rb: fix string embeded expression. Revision 1.37 2002/04/07 16:35:32 majkl * Macros fixups * X509ExtFactory cleanup * fixed strptime warning on Linux * X509::Certificate#version has been changed! !!! WARNING !!! x509.version = 2 -> defines X509v3, (0 for v1, 1 for v2, ...) p x509.version -> 2, means that it is X509v3 !!! WARNING !!! Revision 1.36 2002/03/11 21:35:39 majkl * Cipher IV fixup Revision 1.35 2002/03/11 17:20:22 majkl * Big internal cleanup (all structs with only 1 member rearranged) * improved getting time_t from cTime Revision 1.34 2002/03/06 08:05:05 majkl * build fix-ups Revision 1.33 2002/03/05 15:05:57 majkl * WARNING! All to_str methods are not used any longer (use to_text instead) * made an aliases to_pem as to_s * more relaxed params checking - everywhere where string was needed it is OK that obj implements to_s method Revision 1.32 2002/02/23 07:28:00 majkl * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING) (where we don't care) Revision 1.31 2002/02/20 08:43:54 majkl * Fixed some memory leaks Revision 1.30 2002/02/13 13:09:49 majkl * transition from rb_raise to OSSL_Raise (where possible) * some mem checks * preliminary DH key support
2002-08-30Update to 0.7.4:wiz3-12/+12
Full reentrancy, win32 output, al file output, gain control, and a few portability fixes.
2002-08-30Scores file has to be removed manually.wiz2-2/+26
2002-08-30Fix ${PKGLOCALEDIR} handling.fredb1-1/+2
2002-08-30Update to 3.0.1:wiz3-11/+11
- Optional "Time Limit" per move. - Removed world writable score file. Also, convert to buildlink2.
2002-08-30Update to 2.4.6:wiz2-9/+8
* Document masters converted to DocBook. * Man page typo fix. * Glen Randers-Pehrson's configure.in tweaks to avoid testin for a deprecated function. * Typo fix in the web2png script. * Document -f, restore -1 for backwards compatibility.
2002-08-30Update to 1.9.7, now with theme support, keyboard support, and somewiz5-77/+51
other changes.
2002-08-30Add comment character before line continuation.wiz1-2/+2
2002-08-30Hint on what's need for SSLhubertf1-2/+3
2002-08-30Another sourceforge mirror site.wiz1-1/+2
2002-08-30Add REQUIRE: DAEMON to ensure starts at the right time.abs1-1/+2
Omission noted by wiz.
2002-08-30Updated spamassassin to 2.31nb1abs3-2/+26
Add rc.d/spamd (From norm at sandbox org uk)
2002-08-30Add 'UNLIMIT_RESOURCES+=datasize' if we are using sun-jdk14. On at leastabs1-1/+3
NetBSD/i386 1.6 datasize needs to be at least 192MB to build jakarta-tomcat. Also set it for sun-jdk as that can expand to {sun-jdk13,sun-jdk14}...
2002-08-30round up to an even TOC len to avoid ATAPI driver complaintsdrochner2-1/+14
2002-08-30update to 0.6.13drochner3-6/+29
changes: * A Multiline Text plugin object. Create it with the Edit->Create->Multiline Text menu item. * An Import filter for Acorn Draw files, updated import filters for SVG, WMF and Illustrator files and an updated SVG export filter. * The font dialog allows setting the font of multiple text objects at once. * Two new command line tools: skconvert and sk2ppm. skconverts between vector formats and sk2ppm converts vector files to ppm. * A fix for a filename quoting bug when rendering EPS files. This bug was a security problem. * Bug fixes.
2002-08-30ssh-rand-helper is also installed when /dev/urandom does not exist.grant1-1/+2
Checked by Stoned Elipot <seb@netbsd.org>.
2002-08-30Updated isakmpd to 20020830martti2-5/+5
* OpenBSD 3.1 SA 010: Receiving IKE payloads out of sequence can cause isakmpd(8) to crash. * A rewrite of the CRL support code, also from <Thomas.Walpuski@gmx.net>. Some style mods, and checks added for OpenSSL version 0.9.7 or later. Currently CRLs are not supported for earlier versions. Manual pages updated. * Handle configuration lines that end in whitespace or ^M. Also avoid a potential memory leak. * Start for support of IKECFG in SET/ACK mode. Server side only so far. * Fix keyed HMAC where the key was longer than the blocksize
2002-08-29Rename _BLNK_X11PKG_DIR to BUILDLINK_X11PKG_DIR and make it publiclyjlam2-11/+13
usable.
2002-08-29take a sledgehammer and make this compile with mozilla-1.1drochner3-3/+49
2002-08-29Fix merge botch after buildlink2 merge.skrll1-5/+1
2002-08-29Define commonly-used location for tkConfig.sh as TKCONFIG_SH.jlam1-1/+3
2002-08-29Define commonly-used location for tclConfig.sh as TCLCONFIG_SH.jlam1-1/+3
2002-08-29Fix PLIST after update.wiz1-2/+5
2002-08-29Remove debugging lines that shouldn't have been committed.jlam1-3/+1
2002-08-29Two dirrm -> unexec ${RMDIR}, because gtk1 also writes a file there.wiz1-5/+5
true -> ${TRUE}
2002-08-29Number questions and answers to make referring to specific Q&As easier.jlam1-32/+32
2002-08-29re-add LDFLAGS which got lost in last commitdrochner1-1/+2
2002-08-29Fix distinfo botch.skrll1-2/+2
2002-08-29fix PLISTtaya19-5579/+2952
merge PLIST-* to PLIST improve install script to share with mozilla-1.0 branch(not imported yet)
2002-08-29Fix the "MAKEOBJDIRPREFIX being set causes problems" in a different way.agc1-9/+4
Explicitly add "USETOOLS=no" to the MAKE_ENV. Overload the SETENV definition to unset MAKEOBJDIRPREFIX properly.
2002-08-29Updated apache to 2.0.40martti7-59/+110
* SECURITY: [CAN-2002-0661] Close a very significant security hole that applies only to the Win32, OS2 and Netware platforms. Unix was not affected, Cygwin may be affected. Certain URIs will bypass security and allow users to invoke or access any file depending on the system configuration. Without upgrading, a single .conf change will close the vulnerability. Add the following directive in the global server httpd.conf context before any other Alias or Redirect directives; RedirectMatch 400 "\\\.\." Reported by Auriemma Luigi <bugtest@sitoverde.com>. [Brad Nicholes] * SECURITY: Close a path-revealing exposure in multiview type map negotiation (such as the default error documents) where the module would report the full path of the typemapped .var file when multiple documents or no documents could be served based on the mime negotiation. Reported by Auriemma Luigi <bugtest@sitoverde.com>. [CAN-2002-0654] [William Rowe] * SECURITY: Close a path-revealing exposure in cgi/cgid when we fail to invoke a script. The modules would report "couldn't create child process /path-to-script/script.pl" revealing the full path of the script. Reported by Jim Race <jrace@qualys.com>. [CAN-2002-0654] [Bill Stoddard] * More bug fixes (see the CHANGES file)
2002-08-29Remove empty line.wiz1-2/+1
2002-08-29Remove superfluous 'be'. pkg/18104 by Julio Merino.wiz1-2/+2
2002-08-29Fix typo, pointed out by Eric Jacoboni in private mail.bouyer1-3/+3
2002-08-29update to 1.5.3.1nb1 - install scripts in /etc/rc.dabs2-11/+9
2002-08-29update to verilog-current-20020828dmcmahill2-5/+5
Release Notes for Snapshot 20020828 This snapshot adds support for parameter and localparam bit ranges. This is a IEEE1364-2001 feature, although some -1995 compilers have supported it in the past. Fixed a *nasty* and slippery bug with the evaluation of bit select of nets. (Bit select of variables was unaffected.) The symptoms did not clearly point to the problem, so bugs related to it were often mis- reported. Gate delays were lost when constants were propagated to their inputs. This is fixed for the known broken cases. Also, mux output delays have been fixed. Also, release statements that apply to elided nets are turned into no-ops. The r-values of non-blocking assignments are now precalculated at compile time, if possible, as is done with blocking assignments. This speeds up constant propagation, and is more thorough. Also optimize subtraction of small constants from vectors, with the new %subi instruction in vvp. This saves some in code size and thread footprint. Handling of x in r-value bit selects and memory word selects did the wrong thing. Now they do the right thing. Also, x in the selector of ?: ternary operators does the right (and complicated) thing now. In the process, a fork-join code generator bug was fixed. Several bugs with time formatting have been fixed. Temporaries in sequential blocks are detected by the synthesizer, and converted into wires when needed. This expands support for combinational logic synthesis.
2002-08-29Make this compile again. It doesn't use any non system libraries or includesabs1-4/+1
so shouldn't need to the buildlink magic.
2002-08-29It's APACHE_USER instead of APACHE_SUEXEC_USER now.wiz1-3/+3
2002-08-29Remove (buildlink2 merge).wiz1-20/+0
2002-08-29Update to 3.05 by fixing the DEPENDS lines :)wiz1-4/+3
2002-08-29Wildcard ocaml DEPENDS.wiz1-2/+2
2002-08-29buildlink1 -> buildlink2jlam2-27/+11
2002-08-29buildlink1 -> buildlink2jlam1-5/+4