summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2004-06-02Work around the missing rpath flag in libxml2's xml2-config and makerecht3-2/+21
the pkg build. Addresses PR 25775 by Cesar Catrian C.
2004-06-02- copy amd64 support patch from www/mozillataya1-2/+2
- correct ARM architecture handling - add g++-3.0 support for xpcom module on alpha - bump PKGREVISION
2004-06-02- copy amd64 support patch from www/mozillataya10-30/+592
- correct ARM architecture handling - add g++-3.0 support for xpcom module on alpha - bump PKGREVISION
2004-06-02regxpcom creates same user config directory ".mozilla"taya4-13/+6
even if it's main app creates another user config directory. e.g. firefox creates .phoenix, thunderbird creates .thunderbird so no need to define user config directory for each package based on mozilla. simply remove ${WRKDIR}/.mozilla is enough
2004-06-02Changes 7.12.0:adam3-10/+16
o added ability to "upload" to file:// URLs o added curl_global_init_mem() o removed curl_formparse() o the MSVC project file in the release archive is automatically built o curl --proxy-digest is a new command line option o the Windows version of libcurl can use wldap32.dll for LDAP o added curl_easy_strerror(), curl_multi_strerror() and curl_share_strerror() o IPv6-enabled Windows hosts now resolves names threaded/asynch as well o configure --with-libidn can be used to point out the root dir of a libidn installation (version 0.4.5 or later) for curl to use, then libcurl can resolve and use IDNA names (domain names with "international" letters) Bugfixes: o incoming cookies with domains set with a prefixed dot now works better o CURLOPT_COOKIEFILE and CURLOPT_COOKIE can be used in the same request o improved peer certificate name verification o allocation failures cause no leaks nor crashes o the progress meter display now handles file sizes up to full 8 exabytes (which is as high a signed 64 bit number can reach) o general HTTP authentication improvements o HTTP Digest authentication with the proxy works o mulipart formposting with -F and file names with spaces work again o curl_easy_duphandle() now works when ares-enabled o HTTP Digest authentication works a lot more like the RFC says o curl works with telnet and stdin properly on Windows o configure --without-ssl works even when pkg-config has OpenSSL details o src/hugehelp.c builds correct again in non-configure build environments
2004-06-01Use !empty instead of != "", which was causing some troubles.xtraeme1-2/+2
2004-06-01Remove obsolete packages, per discussion on tech-pkg.kristerw39-1332/+1
2004-06-01checksum mismatch for patch-bwabs1-2/+2
2004-06-01.include "../../devel/pkgconfig/buildlink3.mk"kristerw1-1/+2
2004-06-01- remove user profile directory created while installation. fix pkg/24609.taya8-22/+102
- correct ARM architecture handling - add g++-3.0 support for xpcom module on alpha - bump PKGREVISION
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2004-05-31Update to Trac 0.7 'Fulci' (May 18, 2004)epg3-11/+80
http://svn.edgewall.com/repos/trac/tags/trac-0.7 * Revised database format (requires manual upgrade). * Trac standalone daemon, tracd (Experimental). * Greatly improved browser. * Many usability improvements. * Clean-up of CSS and templates. * UTF-8 character encoding support. * Wiki page attachments. * Syntax coloring supporting >35 languages, using SilverCity or GNU Enscript. * Better support for ReStructuredText. * Logging support, including syslog and windows eventlog. * Ticket attachments. * Import tickets from Bugzilla (contributed by Mark Rowe). * Import tickets from SourceForge (contributed by Dmitry Yusupov). * New ticket field: keywords * Ticket email notification. * Localized date and time display. * Viewable SQL for reports. * Improved search facilities. * Windows installer package. * More documentation. * Fixed bugs: #14, #19, #27, #62, #87, #96, #106, #111, #115, #127, #146, #161, #166, #171, #180, #182, #183, #188, #190, #191, #192, #193, #195, #196, #197, #201, #205, #207, #211, #212, #213, #220, #224, #227, #228, #231, #233, #235, #236, #240, #241, #243, #244, #246, #247, #248, #249, #251, #252, #253, #254, #255, #258, #259, #261, #262, #263, #265, #270, #271, #273, #275, #277, #278, #281, #284, #285, #88, #289, #292, #293, #294, #296, #300, #302, #310, #313, #314, #315, #316, #320, #322, #328, #332, #333, #337, #338, #339, #340, #341, #344, #348, #349, #358, #361, #362, #363, #368, #370, #371, #372, #376, #377, #378, #381, #384, #385, #386, #387, #388, #392, #394, #396, #398, #402, #403, #410
2004-05-30Add (tested) amd64 support. From FreeBSD, mostly.sekiya8-23/+516
2004-05-30Added ap2-transform-0.4.0.xtraeme1-1/+2
2004-05-30Initial import of ap2-transform-0.4.0.xtraeme4-0/+31
mod_transform is a filter module that allows Apache 2.0 to do dynamic XSL Transformations on either static XML documents, or XML documents generated from another Apache module or CGI program.
2004-05-30Compile with version 2.8.18 of "mod_ssl" instead with the (reported totron2-8/+8
be vulnerable) version 2.8.17. Bump package revision because of this.
2004-05-30updated mod_ssl to 2.8.18.grant2-7/+7
- fix installation of example README.CSR. Changes with mod_ssl 2.8.18 (11-May-2004 to 27-May-2004) *) Fix buffer overflow in "SSLOptions +FakeBasicAuth" implementation if the Subject-DN in the client certificate exceeds 6KB in length. (CVE CAN-2004-0488). *) Handle the case of OpenSSL retry requests after interrupted system calls during the SSL handshake phase. *) Remove some unused functions.
2004-05-30simplify last slightly.grant1-2/+2
2004-05-30make it possible to override the package date, and therefore version,grant1-1/+3
without having to hack the Makefile(s). makes it easier to downgrade to a previous nightly build (provided you already have the distfile) by simply setting eg. MOZ_VER=20040525, as I just had to do :)
2004-05-29Set proper rpath for Cookie.so and Request.so. Welcome to 1.2nb1.snj1-1/+4
2004-05-28Update to CVSweb 3.0.1.lukem5-25/+51
Many improvements; see the installed file /usr/pkg/share/doc/cvsweb/NEWS or http://www.freebsd.org/cgi/cvsweb.cgi/projects/cvsweb/NEWS?rev=1.26&content-type=text/x-cvsweb-markup for more info. Note: whilst (optional) support for CvsGraph 1.4.0, enscript 1.6.3 and CVSHistory 2.0 exists in this version, this package does not specifically depend upon those products as the features that use them are optional...
2004-05-27Update to 0.22.2:wiz2-5/+5
Changes in release 0.22.2: * Fix build issues on AIX (Tony Bennett). * Fix DeltaV commands on locked resources. * Update to neon 0.24.6: - SECURITY (CVE CAN-2004-0398): fix for sscanf overflow in date parsing
2004-05-26Convert to use bdb.bl3.mk, and set USE_LANGUAGES to "c c++".wiz1-2/+4
2004-05-26Update www/jakarta-tomcat to 5.0.24.xtraeme4-79/+326
Changes *unknown*, sorry but can't find them. While here, install the configuration files correctly, use ${RCD_SCRIPTS_DIR} in MESSAGE, etc.
2004-05-26Changes 0.8.1:adam4-17/+23
- * Fixed dirent.h includes inside dpid. - * Fixed a slippery bug with certain interlaced gif images (BUG#500). - * Fixed libpng-1.2.4 detection in configure.in. - * Added proxy authentication support through the "http_proxyuser" option in dillorc (the password is asked at run time). - * Moved tooltips to DwStyle, tooltip event handling to DwPage, and applied this also to the TITLE attribute of <a> and <abbr>. - * Fixed a bug related to spaces after anchors and breaks. - * Removed two "type punning" gcc warnings (dw_gtk_viewport.c). * Added some missing "static" qualifiers. * Improved a_Strbuf_chars() so no list reversion is required. * Removed an unused data list (dns.c), and redundant code (selection.c). * Switch one realloc() call to g_realloc(), to match g_free() (dpi.c). * Removed unnecessary NULL-checks and NULL initializations. * Added Html_get_attr_wdef(), it lets providing a default return value. - * Fixed configure.in so pthreads are only linked where needed. - * Modified a_Misc_stuff_chars for simplicity and removed a memory leak. * Made the dpi framework send the HTTP query to the https dpi (this allows for an SSL-lib dpi and for easier session caching). * Cleaned up the int2void and void2int casts in CCC parameters. * Added container|inline model information to the HTML element table, and made the bug-meter and the parser aware of it. This both improves bug detection and rendering. * Fixed newly detected HTML bugs in bookmarks dpi and file.c. * Fixed opening files with a ':' character in its name (again). * Added binaryconst.h (allows for binary constants in C). * Fixed The ladder effect with lists (BUG#534). * Made the bug-meter detect tags lacking a closing '>' (BUG#532). * Made the bug-meter detect excluded inline elements from <PRE>. * Eliminated a segfault source with tricky <input> tags (BUG#552). * Fixed <address> to render as a block element (BUG#527). * Added a content test for "name" and "id" attribute values (BUG#536). * Fixed the URL resolver handling of the "//" sequence in <path> (BUG#535). * Added "show_extra_warnings" and removed "use_old_parser" (dillorc). * Added minor support for the deprecated <MENU> element. * Eliminated a race condition that produced segfaults when a dpi transfer was cancelled before the contents were sent (a very rare case). * Added a test for socklen_t in configure.in. * Fixed the downloads dpi to handle both new savenames and target directory. * GdkRgb: fixed handling of not usable system default visual and colormap. * Made dillo recognize unhandled MIME types, and offer a download dialog!
2004-05-24Make this package compile when using gcc 3.3.kristerw2-1/+21
2004-05-23malloc.h fixes for darwin, plus a handful of other small fixes fordanw4-6/+29
problems found after fixing malloc problems
2004-05-23bl3ifyrecht11-33/+35
2004-05-23g/c Firebird stuff, as all the Mozilla Firebird packages are gone now.grant1-5/+2
2004-05-23allow users of this file to set WRKSRC.grant1-2/+2
2004-05-22i[3-6]86 is squashed to just "i386" in pkgsrc.grant1-2/+2
2004-05-22add Firefox gtk2 build for NetBSD/i386. these are built on NetBSD/i386grant2-1/+7
2.0_BETA and have also been tested on NetBSD-current (2.0E).
2004-05-22NetBSD gtk2 builds are linked against gtk2-2.4, update DEPENDS togrant1-2/+6
reflect this.
2004-05-20Remove trailing tab after PKGREVISION value, which madewiz1-2/+2
lintpkgsrc complain. Closes PR 25648.
2004-05-19Use buildlink3 from now onadam1-5/+5
2004-05-19Bump PKGREVISION for apache2 crash fix.junyoung1-2/+2
2004-05-19update to 0.24.6drochner3-7/+7
Security fix release
2004-05-19Bump PKGREVISION due to major version bump of the opensp library.minskim1-1/+2
2004-05-18Changes to this file didn't go through with the last commit; don't know why.cjones1-1/+2
2004-05-18Added this patch from FreeBSDcjones1-0/+46
(ports/lang/php4/files/patch-ext::pcre::php_pcre.c). Fixes a bug (described at http://bugs.php.net/bug.php?id=27810) which causes apache2 to dump core on receiving SIGHUP. This is supposedly fixed in the next release of PHP.
2004-05-17Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymoreseb1-2/+1
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-16The distribution patch needs "-p1". It only "just works" on NetBSD without,fredb1-1/+2
because the first subdirectory matches, apparently, but GNU patch needs it. Problem pointed out and solution tested by Mark E. Perkins on tech-pkg.
2004-05-15Use option "-r" instead of "-e" for ${TEST} since this is not portable to someheinz1-2/+2
operating systems (eg UnixWare).
2004-05-15fix handling of gtk and gtk2 dependencies.grant1-10/+4
2004-05-15Update to version 3.05.heinz2-5/+5
Revision History Version 3.05 1. Fixed uninitialized variable warning on start_form() when running from command line. 2. Fixed CGI::_set_attributes so that attributes with a - are handled correctly. 3. Fixed CGI::Carp::die() so as to avoid problems from _longmess() clobbering @_. 4. If HTTP_X_FORWARDED_HOST is defined (i.e. running under a proxy), the various functions that return HOST will use that instead. 5. Fix for undefined utf8() call in CGI::Util. 6. Changed the call to warningsToBrowser() in CGI::Carp::fatalsToBrowser to call only after HTTP header is sent (thanks to Didier Lebrun for noticing). 7. Patches from Dan Harkless to make CGI.pm validatable against HTML 3.2. 8. Fixed an extraneous "foo=bar" appearing when extra style parameters passed to start_html; 9. Fixed potential cross-site scripting bug in startform(). 10. Fixed documentation to discuss list context behavior of form-element generators explicitly. 11. Fixed incorrect results from end_form() when called in OO manner. 12. Fixed query string stripping in order to handle URLs containing escaped newlines. 13. During server push, set NPH to 0 rather than 1. This is supposed to fix problems with Apache. 14. Fixed incorrect processing of multipart form fields that contain embedded quotes. There's still the issue of how to handle ones that contain embedded semicolons, but no one has complained (yet). 15. Fixed documentation bug in -style argument to start_html() 16. Added -status argument to redirect(). Version 3.04 1. Fixed the problem with mod_perl crashing when "defaults" button pressed. Version 3.03 1. Fix upload hook functionality 2. Workaround for CGI->unescape_html() 3. Bumped version numbers in CGI::Fast and CGI::Util for 5.8.3-tobe Version 3.02 1. Bring in Apache::Response just in case. 2. File upload on EBCDIC systems now works. Version 3.01 1. No fix yet for upload failures when running on EBCDIC server. 2. Fixed uninitialized glob warnings that appeared when file uploading under perl 5.8.2. 3. Added patch from Schlomi Fish to allow debugging of PATH_INFO from command line. 4. Added patch from Steve Hay to correctly unlink tmp files under mod_perl/windows 5. Added upload_hook functionality from Jamie LeTaul 6. Workarounds for mod_perl 2 IO issues. Check that file upload and state saving still working. 7. Added code for underreads. 8. Fixed misleading description of redirect() and relative URLs in the POD docs. 9. Workaround for weird interaction of CGI::Carp with Safe module reported by William McKee. 10. Added patches from Ilmari Karonen to improve behavior of CGI::Carp. 11. Fixed documentation error in -style argument. 12. Added virtual_port() method for finding out what port server is listening on in a virtual-host aware fashion. Version 3.00 1. Patch from Randal Schwartz to fix bug introduced by cross-site scripting vulnerability "fix." 2. Patch from JFreeman to replace UTF-8 escape constant of 0xfe with 0xfc. Hope this is right! Version 2.99 1. Patch from Steve Hay to fix extra Content-type: appearing on browser screen when FatalsToBrowser invoked. 2. Patch from Ewann Corvellec to fix cross-site scripting vulnerability. 3. Fixed tmpdir routine for file uploading to solve problem that occurs under mod_perl when tmpdir is writable at startup time, but not at session time.
2004-05-15Bump default package version to 7.50.tron1-2/+2
2004-05-15Fix entries for Linux i386 distribution file.tron1-3/+3
2004-05-14fix synopsis for php4-iconv; pointed out by Lubomir Sedlacikjdolecek1-2/+2
in private e-mail
2004-05-14Update opera7 package to final 7.50jdolecek3-12/+13
Hightlights: * User interface redesigned * Added Chat client * Added RSS newsfeeds * Fast full-text indexing of e-mail messages * Support for spell check (via aspell) * Graphical smileys in chat and e-mail Note: on upgrade, e-mail from previous Opera versions will be reindexed for faster searching and sorting. The new e-mail format is not backward compatible, so earlier versions of Opera won't be able to read the mail once this happens. For details, see: http://www.opera.com/linux/changelogs/750/ http://www.opera.com/linux/changelogs/750b1/
2004-05-14Remove ap-csacek package. CSacek is not developed nor maintainedjdolecek5-51/+1
developed any further.