summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig5-10/+10
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-08-23Update to 2.0.2:jmmv3-7/+9
* Improvements: - Keep the History dialog open while editing past entries (Matt) - Shade alternating rows in the History dialog's entry list (Todd) * Fixes: - Resolve an issue with inserting links (Todd) - Mark LiveJournal entries as back-dated when manually specifying a date in the past (Todd) * Translations: - Updated Canadian English translation (Adam Weinberger) - Updated German translation (Jens Seidel) - Added Traditional Chinese translation (Chao-Hsiung Liao) - Added Polish translation (Michał Kastelik)
2005-08-23Update sope to 4.5.4. Notable changes include:rh3-85/+130
- added fixes/enhancements required for sope-ical to NGExtensions - fixed MySQL include flags - fixed duplicate decoding of base64 values libXmlRpc - merged in SOPE 4.5 changes for vCard support (sope-ical) - merged in SOPE 4.5 changes for iCal recurrences (sope-ical) - changed NGCTextStream and NGFileStream not to flush input streams - added NGImap4 method to store flags for MSN sequences - added support for ACL commands to NGImap4 - fixed duplicate decoding of base64 values in XML-RPC results - added namespace declaration for XML vCards - renamed most implementations from DOMxx to NGDOMxx (WebKit compat) - keep JavaScript as a static in WEDropContainer - SoHTTPAuthenticator.m: deprecated -authRealm (now -authRealmInContext:) - more dynamic elements report on WODebugTakeValues - major improvements in WebDAV protocol layer - fixed SoProduct lookup with gstep-make on OSX - -synchronizesVariablesWithBindings now returns NO if the comp. is stateless - -frameworkName now returns 'nil' if the component is in the main bundle - +templateWithHTMLString:declarationString:languages: is now a class method - -pathForResourceNamed: now checks whether a session is available - prepared MKCALENDAR method in WebDAV dispatcher - added support for PROPFIND without content (same like <allprop/>) - added Perl HTTP::DAV as a known WebDAV user agent - WOMailDelivery.m generates proper \r\n instead of \n to sendmail - rewrote HTML and WOD parsers to use unichar - properly deal with seconds in NSCalendarDate+ICal.m - added extensive vCard support to NGiCal - changed vCard parser to decode qp property values - vCard parser now supports groupings (as emitted by Apple Addressbook) - added support for parsing UTF-16 vCards
2005-08-22Update to 1.31, to ensure compatibility with the new API in the non-alphatv2-7/+7
release versions of ap2-perl. Changes: ===== An HTML version of this file, complete with links to documentation, is available at http://www.masonhq.com/code/history.html. ** denotes an incompatible change 1.31 August 20, 2005 [ BUG FIXES ] - Fix several regressions in the CGIHandler and FakeApache modules. Some changes from the stable branch were never merged into the trunk before 1.30. Reported by Jesse Vincent. Task id #589. - Under Apache2, if an ApacheHandler object was created during server startup and the associated Interp object created any files or directories, Mason would crash when attempting to chown those files/dirs to the uid/gid that Apache will use after forking. Task #586. - The compiler was adding an extra block around a component's body, which meant that variables declared in the body (in perl lines or blocks) were not seen in the cleanup section. Task id #587. - The compiler was also adding "no warnings 'uninitialized'" in this block, which could hide various errors. - Hopefully fix $VERSION in ApacheHandler so PAUSE will not be confused and think we have regressed. - Turned off some prompts during the module's installation. These were intended to help new users configure Apache to run Mason components, but they're probably a bit confusing. Will return in a future release as a separate script that can be run from the command line. 1.30 August 11, 2005 [ INCOMPATIBLE CHANGES ] - ** Under mod_perl2, MasonArgsMethod will default to "CGI", since libapreq2 is still in development. If you have successfully installed libapreq2, just set MasonArgsMethod to "mod_perl" to use it. [ ENHANCEMENTS ] - Some doc tweaks to clarify that Mason should work out of the box with both mod_perl 1 and 2. - Added "use warnings" to all modules and made sure all tests ran warnings-free. [ BUG FIXES ] - Silence a warning when HTML::Mason::ApacheHandler was loaded outside of mod_perl. - Support renamed Apache2::Status module. 1.29_02 June 22, 2005 [ ENHANCEMENTS ] - ** Support for mod_perl-2.00 (mod_perl-1.99 is no longer supported because of API changes in 2.0RC5). - Mason recovers more gracefully from an empty or corrupted object file. Task id #579. [ BUG FIXES ] - Fixed bug with content type being reset when decline_dirs=0. Submitted by Brian Phillips. Task id #584. - Put "Mason" prefix back in Params.pod. Task id #575. - Fixed fetch_comp(undef) to not return an empty hash. Task id #578. - static_source_touch_file did not take effect until after one request for a top-level component. Reported by Lai Zit Seng. Task id #576. 1.29_01 January 25, 2005 [ INCOMPATIBLE CHANGES ] - ** Mason now requires Perl 5.6.0 or later. However, because 5.6.0 has so many problems, it cannot be officially supported; we strongly recommend upgrading to at least 5.6.1. - ** Mason now requires version 1.24 of mod_perl in the ApacheHandler module. - ** The behaviors of $m->flush_buffer and $m->clear_buffer have been simplified. $m->flush_buffer only acts on the top-level output buffer; $m->clear_buffer clears all output buffers. Task id #554. - ** max_code_cache_size is now kept in terms of number of components, not bytes, and its default value is 'unlimited'. - ** Components with a <%filter> and a cache_self are no longer cached in their filtered state. Performance-related code simplifications made this behavior difficult to maintain. Long term this would be easier to implement with a cache_self component <%flag>. - ** All compiler properties are now read-only. If you need to change compiler properties on a per-request basis, you'll need to create multiple compiler and interpreter objects. - ** comp_exists may try to load the designated component, and may throw an error if it contains a syntax error. - ** The current_time method, deprecated in 1.1x, has been removed. - ** The HTML::Mason::Buffer class has been eliminated for performance reasons. You can use separate components, methods, or subcomponents and scomp to achieve the same effects as buffer pushes and pops. [ ENHANCEMENTS ] - Significantly improved performance in component execution, especially in static_source mode. - Added static_source_touch_file, making it much easier to update a server running in static_source mode. - Added a plugin architecture. Plugin classes can perform actions at key points, e.g. before and after each request and each component call. See HTML::Mason::Plugin for documentation. Task id #24. Initial implementation by Doug Treder. - Added the ability to change component root(s) on the fly if the dynamic_comp_root parameter is turned on. Task id #561. Suggested by Alex Robinson. - Added enable_autoflush parameter. When turned off, Mason can compile components to a more efficient form. - Changed the </&> tag to allow the starting component name to be included. e.g. <&| /foo &> ... </& /foo >. Task id #556. Suggested by Alex Robinson, John Williams, and others. - Moved the notion of component roots (single and multiple) from the Resolver to the Interpreter. This improved the performance of multiple component roots in conjunction with static source mode. Any resolver, file-based or otherwise, can benefit from component root settings or choose to ignore them. - Added the compiler object_id to the object file path, so that multiple versions of Mason do not collide in the same object directory. Task id #569. - Added .obj (or a configurable extension) to object filenames. Task id #152. Suggested by John Tobey. - Added $m->clear_and_abort, syntactic sugar for the common idiom of calling clear_buffer() and then abort(). Task id #505. - Added an official comment syntax, <% # ... %>, and documented the various comment markers in the developer's manual. Task id #566. - Added buffer_preallocate_size parameter, which allows you to potentially reduce buffer reallocations. - Augmented the 'could not find component' error message with the current component root(s). Task id #562. [ BUG FIXES ] - Mason now throws an error if the path specified in a component's 'inherit' flag cannot be found. Task id #480. - Fixed comp_exists to work with any path accepted by comp or fetch_comp, and fixed fetch_comp to stop throwing errors for certain bad paths. Task id #572. - Fixed $m->decline to work from /dhandler. Task id #573. Submitted by Carl Raiha. - Using 'next' or 'last' without a loop can no longer corrupt the component stack. Task id #539.
2005-08-22Update to 2.06 (fixes PR pkg/31032). Changes:tv3-14/+17
@section v2_06 Changes with libapreq2-2.06 (released July 20, 2005) - C API [Marc Gràcia, joes] Fix apreq_decode(v) when iso-latin-1 chars appear at the end of an encoded string. - Perl API [Philip M. Gollucci] Fix "Attempt to free temp prematurely" error in apreq_xs_croak(). - C API [Philip M. Gollucci] Add mod_apreq2 to httpd's server tokens. - Perl API [joes] Drop support for $req->env(), which also died with 2.05-dev. - Perl API [joes] Support for table set/add/delete methods is formally withdrawn. Technically this feature died with the module API refactoring in 2.05-dev. - C API [max] Right-hand limit of apreq_brigade_move() is declared as "excluding", but APR_RING_UNSPLICE() wants an "including" right-hand limit. Fixed this by passing the previous bucket. - Perl API [joes] Drop support for Apache2::Request::new's HOOK_DATA. UPLOAD_HOOK now takes only two arguments: ($upload, $data). - Perl API [joes] Drop support for Apache2::Cookie::Jar::new's VALUE_CLASS. 2.05-dev broke that API, and it's not worth trying to fix. People who need that should use APR::Request::Cookie::Table's cookie_class() API instead. - Perl API [joes] Fix cookie domain/path munging in Apache2::Cookie::new(). @section v2_05_dev Changes with libapreq2-2.05-dev (released May 5, 2005) - Win32 build [Randy Kobes] Have top-level 'nmake', 'nmake test', and 'nmake install' targets, respectively, also include building, testing, and installing the corresponding perl glue targets. - C API [geoff] Minimum httpd version is now 2.0.48, which includes the official apr 0.9.4 release. - C API [Max Kellermann] Fix apreq_quote. - Perl API [joes] Remove Apache2::Request::args. WARNING: through inheritance, args() now maps to Apache2::RequestRec::args. Folks that want the pre-2.05-dev behavior need to invoke APR::Request::args by name. - C API [joes, Max Kellermann] Add apreq_initialize, apreq_pre_initialize and apreq_post_initialize. These are not thread-safe operations, so applications need to ensure they are invoked (in the correct sequence) prior to using any apreq2 modules. - C, Perl API [joes] Add pool, bucket_alloc to apreq_handle_t. - Perl API [joes] Drop $data argument from UPLOAD_HOOK, and also drop HOOK_DATA option. Perl folks should use a closure instead of passing in context data. - Perl API [joes] Move bake, bake2 to Apache2::Cookie, now requiring an extra $r argument. Also ""-operator is mapped to as_string() for Apache2::Cookie; but APR::Request::Cookie maps it to value(). - C API [joes] Remove header_in & header_out from apreq_module_t. Remove apreq_ua_cookie_version() and apreq_cookie_bake*(). Remove cookie2 argument to apreq_handle_custom(). - C API [joes] s/APREQ/APREQ2/g in webserver configuration directives. - C API [Igor Shevchenko, Philip Gollucci] Fix segfault in mfd parser caused by parts w/ empty param names. - C API [joes] Add apreq_cp1252_to_utf8(). - C, Perl API [joes] Add charset support for params and couple the SvUTF8 flag to the param's taint flag. - C API [joes] Replace v->size with v->nlen + v->dlen. Added supporting apreq_value_table_add(). - C API [joes] Remove apreq_cookie_attr(). - C API [joes] - Add apreq_error.h, apreq_module.h. - Rename apreq_run* and apreq_make* funcs to conform with apreq_$obj_$meth scheme. - Replace c->version & c->secure with flags. - Parsers are assumed to be working with external data, so the cookies & params they produce are marked tainted. - C API [joes] apreq_parse_cookie_header() failed to parse RFC Cookie headers which contained no space chars after the '$Version=1' preamble. - C API [joes] Reorganize around include/, library/, and module/ dirs. - C Tests [joes] Replace CuTest-based tests with custom TAP-compliant framework. - C API [Max Kellermann] Continue the API improvements: - Convert APREQ_RUN_PARSER and APREQ_RUN_HOOK to inline, and downcase them. - Remove apreq_memmem. - Convert apreq_(un)escape to inline. - apreq_escape does not create an apreq_value_t*. - Initialize default_parsers explicitly to NULL. - Convert APREQ_BRIGADE_COPY to inline, and downcase it. - Lowercase APREQ_BRIGADE_SETASIDE, APREQ_BRIGADE_COPY. - Convert apreq_cookie_name and apreq_cookie_value macros to inline. - Convert apreq_param_name, apreq_param_value, apreq_param_info, and apreq_param_brigade to inline. - C API [joes] Widespread API refactorization to remove apreq_jar_t and apreq_request_t: - Header includes reorganized; apreq_parsers.h added (back again). - Replaced apreq_jar_t and apreq_request_t with single apreq_env_handle_t. - Added const qualifier to "v" attribute of apreq_cookie_t and apreq_param_t. - Use union type-puns to drop const qualifiers inside the new apreq_value_to_cookie and apreq_value_to_param implementations (gcc generates same object code as the macro versions did). - Moved "flags" attribute from apreq_value_t to apreq_cookie_t and apreq_param_t. - Remove env argument from hooks and parsers. - Reduce apreq_env_module to minimal set of operations. - Replace apreq_log calls with apreq-specific error codes. - Hooks are called on each body param now, not just during file uploads. - Tie the cgi handle to its creator pool. Detailed changes by header file: [apreq.h] - Remove flags from apreq_value_t. - Remove const qualifier from apreq_value_t's "name" attribute. - Remove apreq_value_merge* and apreq_value_copy*. - Remove apreq_char_to_value, apreq_strtoval, and apreq_strlen. - Move apreq_enctype to apreq_env.h. - Move apreq_env_handle_t struct definition to apreq_env.h - Change signature of apreq_decode. - Move apreq_brigade_concat here, changed its signature and improved it alot. - Remove apreq_brigade_spoolfile. - Dropped APREQ_*_ENCTYPE, renamed some APREQ_$foo defaults APREQ_DEFAULT_$foo. - Added APREQ_ERROR_*. [apreq_cookie.h] - Remove apreq_env.h include. - Remove apreq_jar_t. - Add "flags" to apreq_cookie_t, add const qualifier to its "v" attr. - Remove apreq_jar* functions. - Add apreq_parse_cookie_header. - Move apreq_cookie, apreq_cookie_bake(2), and apreq_ua_cookie_version to apreq_env.h. [apreq_params.h] - Remove apreq_env.h include. - Remove apreq_request_t. - Add "flags" to apreq_param_t, and const qualifier to its "v" attr. - Rename "bb" attribute "upload" in apreq_param_t. - Remove apreq_request* functions. - Remove apreq_parse_request. - Changed apreq_decode_param signature. - Replace env argument with apr_table_t in apreq_params_as_array, apreq_params_as_string, - Move remaining apreq_param* to apreq_env.h. - Move parser and hook sections to apreq_parsers.h. - Change apreq_upload(s) old apreq_request_t arg to apr_table_t. [apreq_parsers.h] - Acquire the hook and parser sections of original apreq_params.h. - Remove env argument from APREQ_PARSER_ARGS and APREQ_HOOK_ARGS - Augment apreq_hook_t and apreq_parser_t to replace missing env features. - Change apreq_make_parser and apreq_make_hook signatures. - Rename apreq_add_hook to apreq_parser_add_hook, returning apr_status_t. - Change apreq_parser signature. [apreq_env.h] - Remove read, log, pool, bucket_alloc, request, jar, and query_string methods. - Include apreq_parsers.h. - Reorganize apreq_env_module_t to provide hook, parser, jar, args, & body table ops. - Rename max_brigade to "brigade_limit", max_body to "read_limit". - Change related module sigs, including temp_dir, to get/set methods. - Add parser and read_limit args to apreq_env_make_custom_handle. - Drop "name" arg and APREQ_ENV_MODULE =~ s/_ENV//. - s/apreq_env_make/apreq_handle/ in the handle constructor names. [mod_apreq.c, apreq_env_apache2.h] - Changed APREQ_Max* configs to APREQ_BrigadeLimit and APREQ_ReadLimit. - Handle constructor renamed apreq_handle_apache2. - C API [joes] Make our "libtool current interface" number depend on apr's major number. This allows libapreq2 to be installed into a system-wide location while avoiding ABI conflicts arising from our apr-based interfaces. - C API [Max Kellermann] Introduce apreq_env_handle_t to replace the void *env usage. Also added apreq_env_custom for making private handles, and new apreq_env_apache2.h to let mod_apreq export apreq_env_make_apache2. - C API [Max Kellermann] Rename apreq_env_t to apreq_env_module_t, to prepare for a new thread-safe apreq_env API. - C API [Max Kellermann] mod_apreq must check the return value of apreq_brigade_concat to avoid a RAM-consuming infinite loop. A bad APREQ_TempDir setting can cause this situation. - C API [joes] Provide workaround for chunked trailers bug in ap_http_filter. - C, Perl API [joes] Several upload-related bugfixes: 1) apreq_upload and apreq_uploads did not search the full body table, 2) $upload->slurp and $io->read did not autovivify the resultant string. - C API [joes] Add "flags" attribute to apreq_value_t, planning for charset support. This is an ABI change, starting with libapreq2.so.2.0.24. - C API [joes] Add apreq_env_bucket_alloc() to get an allocator directly from the environment instead of creating them from a pool. This is an ABI change, starting with libapreq2.so.2.0.23. - Build system [joes] Add --with-apache2-httpd option so users can override apxs's notion of where the httpd executable is. XSBuilder's header parser runs from buildconf now instead of configure, so we will include those tables in the release tarball. buildconf gets an additional --with-perl option for running the xsbuilder.pl parsing script. The XS generation code in xsbuilder.pl has moved to glue/perl/Makefile.PL. - Perl API [joes] Allow ctors for Apache::Cookie, Apache::Cookie::Jar and Apache:::Request to accept Apache::Request objects (instead of requiring an Apache::RequestRec object). This thread details the bug http://thread.gmane.org/gmane.comp.apache.mod-perl/15727 - C API [Bojan Smojver] Bake cookies with err_headers_out so they are sent on non-2xx server responses (ie. a 304 redirect). Also ensure that headers are copied with apr_table_add instead of apr_table_addn. Since apreq_cookie_bake() allocates from the stack, the Set-Cookie headers would occasionally get mangled without this patch. - C API [joes] Add apreq_register_parser(), which allows users to add their own parsers to apreq_parser()'s recognized MIME types. - C API [joes] Support "multipart/mixed" file uploads. Support XForms' "multipart/related" enctype. - C API [joes] Add apreq_hook_apr_xml_parser(), which is a simple wrapper hook around APR's expat-based apr_xml_parser. Add a generic parser apreq_parse_generic() to parse arbitrary enctypes using the hook API.
2005-08-22Add DragonFly support.reed3-6/+37
(An httpd service was only briefly tested.)
2005-08-21set DIST_SUBDIR to avoid conflict with old source tarball.taya3-6/+9
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam2-7/+7
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2005-08-20Patch from awstats CVS for CAN-2005-1527adrianp3-5/+360
Bump to nb1
2005-08-20fix typo in lastgrant1-2/+2
2005-08-20- USE_LANGUAGES=c++grant1-1/+8
- strip -lstdc++ if not using gcc
2005-08-20The htdocs directory is under ${PREFIX}, so use REQD_DIRS instead ofjlam1-4/+4
MAKE_DIRS. This causes the htdocs directory to be conditionally removed every time, regardless of the value of PKG_CONFIG. Bump the PKGREVISION to 3.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam8-43/+43
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-08-19Do the DIST_SUBDIR dance because of already-downloaded files. *Sigh*cube2-8/+9
Pointed out by Thomas Klausner and Jeremy C. Reed.
2005-08-19The thttpd tarball has changed (the e-mail address of the author wascube3-15/+18
changed all through it). While there, make the package correctly fetch the NetBSD logo. Bump PKGREVISION, and after that I'll delete the copy ftp.netbsd.org currently has. The tarball change doesn't happen often enough for this package to justify the use of DIST_SUBDIR (and that avoids the hairy problem of sharing the sitedrivenby.gif file). PR#30641 by Jared Momose.
2005-08-18Use "${GZCAT}" instead of "{GZIP_CMD} -cd".tron1-3/+3
2005-08-17Use per distribution file site list for "XML_RPC-1.4.0.tgz".tron1-7/+7
2005-08-17Define "USE_TOOLS" to make "post-extract" target work on arbitrarytron1-1/+3
configurations. Problem pointed out by Adrian Portelli in private e-mail.
2005-08-17Update "php4" package to version 4.4.0. The update fixes a large numbertron5-12/+30
of bugs discovered since the 4.3.11 release which could e.g. lead to memory corruption. Furthermore integrate version 1.4.0 of PEAR XML_RPC which contains a fix for the "PEAR XML_RPC Remote PHP Code Injection Vulnerability" security problem reported by the Hardened-PHP Project.
2005-08-17Update to 2.0.1. It's now "stable"!tv4-48/+110
The Changes file from the last update (in late 2004!) is very, very long, so see the changes since 1.99_17 here: http://search.cpan.org/~gozer/mod_perl-2.0.1/Changes
2005-08-16source tarball was update to include libart_lgpl.taya3-13/+10
update distinfo & remove our original libart source tarball from DISTFILES.
2005-08-14Update awstats to 6.4.minskim4-186/+6
Changes: - Add option ShowSummary. - If Geoip plugin is enabled, add a column in Host report. - Other minor changes on geoip and hostinfo plugins to enhance look. - If LogFormat is 2, AWStats autodetect log format change. - Add a way to set ArchiveLogRecords with same tags than LogFile to add suffix to archived log files. - Fix security hole that allowed a user to read log file content even when plugin rawlog was not enabled. - Fix a possible use of AWStats for a DoS attack. - Fix errors for setup to analyze media servers. - If there is no referer field in the log format, do not use them in the errors reports. - Label of real player ("media player", not "audio player") - configdir option was broken on windows servers (Pb on Sanitize function on windows local use). - Minor fixes. - Fix: [ 1094056 ] Bad html-output for maillogs - Fix: [ 1094060 ] More bad html/xml output - Fix: [ 1100550 ] Missing flag icon for euskera - Fix: [ 1111817 ] AllowToUpdateStatsFromBrowser defaults to 1 contrary to docs
2005-08-11Added www/kazehakase version 0.2.9 from pkgsrc-wip.reed1-1/+2
2005-08-11Import kazehakase web browser.reed16-0/+299
This is from pkgsrc-wip originally imported by me, but now maintained by Leonard Schmidt. Thank you Leonard! Kazehakase is a GTK+2-based web browser with plans to add support for switching between various rendering engines such as Dillo, Gecko, GtkHTML, Gtk+ WebCore or w3m. Currently, however, only supporting Mozilla's Gecko engine. It provides tabbed windows and RSS support, drag-and-drop of browser tabs, a bookmark editor, remote and smart bookmarks, mouse gestures, a search window, find as you type, a cookie and a password manager.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam11-33/+22
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10Changes 1.0.2:adam3-10/+434
- Added ability to remove multiple meta tags in Quickstart dialog. - Updated Debian packaging files (standards version and build-dependencies). - Updated config scripts. - Updated for traditional Chinese translation. - Fixed Ctrl-Z/undo bug. - Fixed outdated configure script and aspell detection. - Fixed format specification bug in Bulgarian translation. - Fixed translation bugs and typos in German translation. Changes 1.0.1: - New QuickStart dialog. - Spaces not being used to instead of tabs. - Updated Debian packaging files (build-depends). - Updated and improved spell checking. - Updated and improved highlighting patterns. - Fixed custom menu. - Fixed bookmarks handling. - Fixed missing CSS dialog properties. - Fixed improperly opened color dialog when opening the CSS dialog. - Fixed project dialog segmentation fault when clicking the "Browse button". - Fixed not retained "View" menu item settings after closing/restarting. - Fixed several build issues (debugging output, configure, ...)
2005-08-10distinfo has been missed. Pointed out by veego@.uebayasi1-0/+5
2005-08-09- Add missing optional installed files.taca6-31/+101
- Slightly simplify installation of example configurations. - Add official patches. * 2005-07-11 00:46 (Cosmetic) The new --with-build-environment=... option doesn't work * 2005-07-09 08:58 (Cosmetic) Allow wb_ntlm_auth to run more silent * 2005-07-03 08:24 (Cosmetic) "make all" gives many warnings * 2005-06-29 20:36 (Minor) wbinfo_group.pl only looks into the first group specified * 2005-06-21 22:28 (Minor) FTP listings uses "BASE HREF" much more than it needs to, * 2005-06-22 10:46 (Cosmetic) Title in FTP listings somewhat messed up * 2005-06-19 21:03 (Minor) SNMP GETNEXT fails if the given OID is outside the Squid MIB * 2005-06-19 09:39 (Minor) squid -k reconfigure internal corruption if the type of a cache_dir is changed * 2005-06-13 22:55 (Minor) httpd_accel_signle_host incompatible with redireection * 2005-06-30 08:49 (Minor) Core dump with --enable-ipf-transparent if access to NAT device not granted * 2005-06-27 21:24 (Minor) squid -k fails in combination with chroot after patch for bug 1157 * 2005-06-09 08:01 (Minor) Squid internal icons served up with slightly incorrect HTTP headers * 2005-06-06 21:38 (Cosmetic) Updated Spanish error messages Bump PKGREVISION.
2005-08-08Add fixes for CAN-2005-1268 (not really a security problem) andtron4-3/+38
CAN-2005-2088 from the Apache SVN repository.
2005-08-06Remove explicity dependence on "suse_x11". The "suse_gtk" and "suse_gtk2"tron1-3/+1
packages depend on that package anyway.
2005-08-06Update to 2.1pre18:wiz4-10/+10
=== Release 2.1pre18 Sat Jul 30 00:01:55 MET DST 2005 mikulas: Fixed reverse numbering of form fields in javascript Fri Jul 29 22:45:30 MET 2005 user: Fixed cursor position in bookmarks after HOME, END, PAGE UP, PAGE DOWN Thu Jun 23 04:05:45 cet 2005 mikulas: <sub>, <sup> and alignment images to top and middle of line Wed Jun 22 18:15:11 MET 2005 user: Implemented <hr> in graphics mode Mon Jun 20 15:57:00 cet 2005 mikulas: Do not make whitechar-elimination on invisible form entries Sat Jun 18 18:16:24 MET 2005 user: Allow '#' in smb files and directories Fri Jun 17 23:10:24 MET 2005 Simen Graaten Updated Norwegian translation Mon Jun 6 18:47:37 MET 2005 user: Do not respond to unknown authentication methods with basic response Sun May 29 05:43:58 cet 2005 mikulas: Do always use cache when going back Sun May 22 21:03:16 MET 2005 user: Allow '#' in ftp password Wed May 18 01:18:58 cet 2005 mikulas: Allow image map elements without href and only with javascript Thu May 12 04:15:43 MET 2005 user: Fixed crash with -anonymous and "frame at full-screen" in menu Sun May 8 15:37:22 cet 2005 mikulas: Fix lockup with terminal height only 1 or 2 characters Fri May 6 20:06:50 MET 2005 user: Make '*' work in graphics mode too Fixed badly displayed images when image displaying was toggled Thu Apr 21 21:52:28 cet 2005 mikulas: Do not count time that connection waits in queue Fri Apr 15 17:37:51 MET 2005 user: Do not parse <TITLE> inside <SCRIPT> Sat Apr 2 20:32:01 MET DST 2005 mikulas: Workaround for bug in Sun C compiler Fri Apr 1 00:21:39 MET DST 2005 mikulas: Accept &#13; as line break in textarea (fixes bugzilla) Thu Mar 24 04:06:53 MET 2005 Federico G. Schwindt <fgsch@lodoss.net>: Use MD5 functions from libc when available Mon Mar 7 22:36:45 MET 2005 user: Support for another smb client --- smbc by Martin Zlomek Wed Mar 2 23:39:30 CET 2005 mikulas: Fixed crash of javascript with debuglevel<2 (uninitialized memory) Fixed possible touching of data beyond allocated space in javascript
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam81-134/+163
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-08-05Update opera to 8.02.jdolecek2-17/+17
Changes since 8.01: Security * Solved download dialog spoofing issue described in Secunia Advisory SA15870 * Fixed image dragging issue described in Secunia Advisory SA15756 Miscellaneous * Improved default handling of encodings in spelling checker. * Multiple stability fixes. * When an installed plug-in is available, use as default handler rather than display download dialog. * Improved support for XMLHttpRequest. * Fixed download handling when closing originating page.
2005-08-04Add and enable ap2-suphp.wiz1-1/+2
2005-08-03Fix typo.hira1-2/+2
2005-08-03Compile without optimization if GCC <4.0 (4.0 not tested) is used ontron2-1/+25
a powerpc architecture (e.g. NetBSD-mapcppc). This cures display glitches (e.g. text appearing at the wrong location). Bump package revision because of this change.
2005-08-03Added ap2-suphp version 0.6.0.rillig5-0/+76
The suPHP Apache module together with suPHP itself provides an easy way to run PHP scripts with different users on the same server. It provides security, because the PHP scripts are not run with the rights of the webserver's user. In addition to that you probably won't have to use PHP's "safe mode", which applies many restrictions on the scripts.
2005-08-03update mozilla & mozilla-gtk2 to 1.7.11taya5-16/+19
this release fixed two issues Changelog for Mozilla 1.7.11 300749 Switching folders doesn't work on 1st try/Click to mail folder displays messages not always [JS error in msgMail3PaneWindow.js::ClearMessagePane] 301917 Cursor keys disabled/Caret not moving with keyboard in message compose window
2005-07-30Add missing file to PLIST. Bump PKGREVISION.wiz2-3/+4
2005-07-30Remove unneeded x11.bl3.mk dependency.wiz2-4/+3
Bump PKGREVISION.
2005-07-30Update to KDE 3.4.2markd1-4/+4
No summary of changes given, see http://www.kde.org/announcements/changelogs/3_4_2/kdewebdev.txt for details.
2005-07-27Makefile uses libsoup-devel (which is not so -devel anymore...),drochner1-2/+2
so should buildlink3.
2005-07-27Reset MAINTAINER -- he stopped working on pkgsrc.wiz1-2/+2
2005-07-25Fix typo "termial".reed1-1/+1
(This DESCR needs to be shorted and cleaned up.)
2005-07-25Use pkgsrc optimisation (CFLAGS, CXXFLAGS) = faster binary, less memory usageadam11-30/+122
2005-07-25Make sure "gzip" tool path doesn't end up in the binary. Bump packagetron1-3/+5
revision because of this.
2005-07-24Update mozilla & mozilla-gtk2 to 1.7.10.taya7-18/+18
This is a security fix release. Fixed in Mozilla 1.7.9/1.7.10 MFSA 2005-56 Code execution through shared function objects MFSA 2005-55 XHTML node spoofing MFSA 2005-54 Javascript prompt origin spoofing MFSA 2005-52 Same origin violation: frame calling top.focus() MFSA 2005-51 The return of frame-injection spoofing MFSA 2005-50 Possibly exploitable crash in InstallVersion.compareTo() MFSA 2005-48 Same-origin violation with InstallTrigger callback MFSA 2005-46 XBL scripts ran even when Javascript disabled MFSA 2005-45 Content-generated event vulnerabilities
2005-07-23Correct RCS Id tag.hira1-1/+1
2005-07-23- Correct RCS Id tag.hira2-3/+4
- Add missing entry to PLIST. - Bump PKGREVISION.
2005-07-22adapt to GECKO_PROVIDER -> options change.dillo2-14/+10