summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2002-08-29buildlink1 -> buildlink2jlam4-88/+16
2002-08-29upgrade to 1.1. includes CSS/cookie-stealing security fix.itojun9-141/+10
* Improved application and layout performance * Improved stability * Improved Web site compatibility * Improved CSS, DOM and HTML standards support * Distinct window icons for the different Mozilla applications (artwork contributed by Grayrest). * Mozilla can now trigger MS DUN when started without a connection. * Fullscreen mode for Mozilla on Linux (press F11). * Browser tabs now close left to right (they used to close right to left). * The tab bar now has a button for creating new tabs. * All Search entry points now use your default search engine. * Download Manager has been enabled as the default download view (with many improvements) * Autocomplete in the location bar has more intelligent completion. * The Linux File Picker has improved filtering and a new directory button. * File extensions more accurately handled in downloads and we save the correct files when saving complete Web pages * Drag and drop support has been greatly improved. * View selection source: Context clicking on a selection now lets you view the HTML source for the selected area. * Page info displays more page info with improved General and Media tab content. * New button in prefs for making Mozilla the system default browser on MS Windows * MathML is now enabled for Mozilla on Macintosh (it was already available on Windows and Linux). * Mozilla now takes advantage of Quartz rendering for users of Mac OS X 10.1.5 * Better Bi-Di Arabic and Hebrew support including improved layout of Arabic pages on Linux and other platforms without their own Arabic shaping support. * We have new layout performance enhancements targeted at DHTML. * Mozilla now has support for the display of XBM images. * Image and plug-in blocking for Mail & News * Mozilla allows you to view HTML mail messages as plain text. * You can now quote the current message in a Mail compose window with Quote Original under the options menu. * The JavaScript Debugger has gone through a major development cycle. It now sports a palette of nine views which can be rearranged within the main window or docked in separate floating windows. It is also possible to create user-defined views and commands directly with JavaScript. More details are available in the FAQ, newsgroup, or IRC channel. * Chatzilla has improved tab completion and can now join channels with Japanese names.
2002-08-29Use USE_GMAKE instead of BUILD_DEPENDS to gmake.taca1-3/+2
Proposed by agc and now, it is unknown why not use USE_GMAKE by itojun.
2002-08-28Updated hylafax to 4.1nb4:abs1-2/+4
Automatically install rc.d script
2002-08-28Ops, DISTNAME is mailman-2.0.12 not 2.0.13. This is a leftover from mybouyer1-2/+2
attemps to upgrade it to 2.0.13. 2.0.13 is announced on the home page, but the distfile doesn't seem to be available from ftp.gnu.org yet ...
2002-08-28Add & enable p5-GraphViz.seb1-1/+2
2002-08-28Initial import of p5-GraphViz version 1.5 into the Packages Collection. seb4-0/+33
This perl module provides an interface to layout and generate images of directed graphs in a variety of formats (PostScript, PNG, etc.) using the "dot" and "neato" programs from the GraphViz project.
2002-08-28Add & enable p5-IPC-Run.seb1-1/+2
2002-08-28Initial import of p5-IPC-Run version 0.74 into the Packages Collection. seb4-0/+30
This perl module allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. Various redirection operators reminiscent of those seen on common Unix and DOS command lines are provided.
2002-08-28Add & enable p5-Graph.seb1-1/+2
2002-08-28Initial import of p5-Graph version 0.201 into the Packages Collection. seb4-0/+28
This is a perl module for graph operations as the code was for the 1st edition of "Mastering Algorithms with Perl", by Jon Orwant, Jarkko Hietaniemi, and John Macdonald, published in August 1999 by the O'Reilly and Associates.
2002-08-28Add & enable p5-Heap.seb1-1/+2