summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-05-14Make this compile on NetBSD 1.6 (fix one C99 usage, and add a missing .h file)kristerw3-1/+34
2004-05-14USE_BUILDLINK3 must be set to [Yy][Ee][Ss].xtraeme1-2/+2
2004-05-14Some scripts coming with this package need perl to run,wiz1-4/+4
so USE_PERL5=run. From Takuya SHIOZAKI in PR 25562. Bump PKGREVISION.
2004-05-13Regenerate patch-aa to obtain correct offsets so this works with Linux 'patch'.abs2-13/+13
No functional change (other than building again on Linux)
2004-05-13Update ap-ssl package (mod_ssl) to 2.8.17.taca2-8/+7
Changes with mod_ssl 2.8.17 (01-Nov-2003 to 11-May-2004) *) Upgraded to Apache 1.3.31 *) Log the OpenSSL error stack contents if the crypto engine load/init fails. *) Fixed segfault in lookup of variable SESSION_ID in case SSL_get_session() returns NULL. *) Bugfix "dbm" session cache: the DBM file was closed too early (before accessing the data). *) Bugfix "shmcb" session cache for situations where the session data is bigger than the cache size. *) Adjusted all copyright messages to contain the new year 2004 ;)
2004-05-13Update apache package to 1.3.31.taca7-155/+20
Apache 1.3.31 Major changes Security vulnerabilities * CAN-2003-0987 (cve.mitre.org) In mod_digest, verify whether the nonce returned in the client response is one we issued ourselves. This problem does not affect mod_auth_digest. * CAN-2003-0020 (cve.mitre.org) Escape arbitrary data before writing into the errorlog. * CAN-2004-0174 (cve.mitre.org) Fix starvation issue on listening sockets where a short-lived connection on a rarely-accessed listening socket will cause a child to hold the accept mutex and block out new connections until another connection arrives on that rarely-accessed listening socket. * CAN-2003-0993 (cve.mitre.org) Fix parsing of Allow/Deny rules using IP addresses without a netmask; issue is only known to affect big-endian 64-bit platforms New features New features that relate to specific platforms: * Linux 2.4+: If Apache is started as root and you code CoreDumpDirectory, core dumps are enabled via the prctl() syscall. New features that relate to all platforms: * Add mod_whatkilledus and mod_backtrace (experimental) for reporting diagnostic information after a child process crash. * Add fatal exception hook for running diagnostic code after a crash. * Forensic logging module added (mod_log_forensic) * '%X' is now accepted as an alias for '%c' in the LogFormat directive. This allows you to configure logging to still log the connection status even with mod_ssl Bugs fixed The following noteworthy bugs were found in Apache 1.3.29 (or earlier) and have been fixed in Apache 1.3.31: * Fix memory corruption problem with ap_custom_response() function. The core per-dir config would later point to request pool data that would be reused for different purposes on different requests. * mod_usertrack no longer inspects the Cookie2 header for the cookie name. It also no longer overwrites other cookies. * Fix bug causing core dump when using CookieTracking without specifying a CookieName directly. * UseCanonicalName off was ignoring the client provided port information.
2004-05-13Remove outdated an insecure packages for Opera 5.x and 6.x.tron12-433/+1
2004-05-13Enable p5-CGI-Kwikimjl1-1/+2
2004-05-13Import p5-CGI-Kwiki 0.18mjl9-0/+137
A Wiki is a website that allows its users to add pages, and edit any existing pages. You can create a new kwiki website with a single command. The module has no prerequisite modules, except the ones that ship with Perl. It doesn't require a database backend, although it could be made to use one. The default kwiki behaviour is fairly full featured, and includes support for html tables. Any behaviour of the kwiki can be customized, without much trouble.
2004-05-13Update www/amaya to 8.5xtraeme5-13/+46
User Interface/Editing Bug fixes * Windows platforms only: several transformations crashed. * Fix crashes in the spell checker. * GTK version: Amaya is now able to copy and paste utf-8 characters. * A significant space were sometimes removed after a copy + paste command. CSS Bug fixes * Local CSS files were not reparsed when they are saved. * Fix a confusion with classes, pseudo-classes, ids, and attributes. * Amaya now generates an empty User style sheet ($AmayaHome/amaya.css) if this file doesn't exist. * Amaya didn't parse correctly non-quoted font family names containing whitespace. (X)HTML Bug fixes * Amaya generated a new line character after an <img> element within headlines (<h1>, <h2>, etc.). And more... please review http://www.w3.org/Amaya/User/New.html
2004-05-11Convert to buildlink3.snj3-7/+7
2004-05-11This does not need buildlink2.snj1-2/+1
2004-05-10Make this compile on gcc 2.95 by removing an unneccessary C99 construct.kristerw2-1/+18
2004-05-10Make this compile on gcc 2.95 by removing an unneccessary C99 construct.kristerw2-1/+16
2004-05-09Convert to buildlink3.snj3-6/+6
2004-05-09Convert to buildlink3.snj1-4/+4
2004-05-09No longer used.snj2-80/+0
2004-05-09Convert to buildlink3.snj5-15/+15
2004-05-09Enable pkgviews installation.minskim1-1/+3
2004-05-08Convert to buildlink3.snj9-33/+35
2004-05-08convert to use buildlink3.grant6-12/+12
2004-05-08convert to buildlink3.grant2-4/+4
2004-05-08include apache's buildlink3.mk if using buildlink3.grant1-2/+6
2004-05-08Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.uebayasi1-2/+2
2004-05-08Convert to buildlink3.snj1-3/+3
2004-05-07whitespace nitscjep1-2/+2
2004-05-07Changes 7.11.2:adam3-6/+7
* removed maximum user+password+hostname size limit * removed maximum dir depth limit for FTP * the ares build now requires c-ares 1.2.0 or later * --tcp-nodelay and CURLOPT_TCP_NODELAY were added * curl/curlver.h contains the libcurl version info now * bugfixes
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme3-6/+6
all these packages.
2004-05-06Update to 2.5.8.2, from Stefan Krueger in PR 25478. Ok'd by fredb,wiz3-16/+24
the maintainer. Sort PLIST. Changes: * correct ifdef in LYgetattrs() to ensure that getattrs() is used only if the configure script actually found it (report/patch by Paul Gilmartin). * correct LYcommandList() to allocate data passed to HTList_addObject(), since LYRemoveFromCloset() may free it (report by FLWM) -TD * add a null-pointer check to parameter of HTQuoteParameter(), fixes bug introduced in 2.8.5pre.4 (report by FLWM) -TD * correct units shown by HTReadProgress() for very low rates - bug from 2.8.5pre.3 changes (report by PG) -TD * update current-version in README -LP
2004-05-06Add official patches and bump PKGREVISION.taca2-4/+55
o 2004-03-11 15:29 (Cosmetic) Helper queue warnings inprecice on the number of helpers required o 2004-03-12 10:13 (Cosmetic) Add pkg-config support for finding correct OpenSSL compile flags o 2004-03-19 09:02 (Medium) "Vary: *" is ignored o 2004-03-19 09:12 (Minor) 100% CPU usage on Linux-2.2 o 2004-03-19 09:17 (Cosmetic) Version number includes -CVS if autoconf is run o 2004-03-29 09:47 (Minor) deny_info redirection with requested URL escaped wrongly o 2004-03-29 10:02 (Minor) CONNECT timeout should produce a 504 or 503 o 2004-04-03 13:54 (Cosmetic) cache_swap_log documentation referred to swap.state by it's old swap.log name o 2004-04-06 14:12 (Cosmetic) ntlm/auth_ntlm.c(683): warning #187: use of "=" where "==" may have been intended o 2004-04-11 09:19 (Medium) rfc1035NameUnpack: Assertion (*off) < sz failed o 2004-04-18 01:33 (Major) Segment violation when using a blank user name in digest authentication o 2004-04-18 23:46 (Medium) assertion failed: errorpage.c:292: "mem->inmem_hi == 0" o 2004-04-20 12:30 (Cosmetic) Spelling corrections in configure and squid.conf.default o 2004-04-20 12:38 (Cosmetic) Clarify meaning of ERR in digest helper protocol o 2004-04-20 12:38 (Cosmetic) Spelling error in Turkish ERR_DNS_FAIL o 2004-04-24 14:10 (Minor) Negative cached 404 replies with VARY header never matches o 2004-04-30 00:01 (Minor) range_offset_limit -1 KB rejected as invalid syntax
2004-05-05Update jakarta-tomcat to 5.0.19nb1abs1-2/+3
As we need the jdk to run, switch USE_JAVA from 'run' to 'yes'
2004-05-04Convert to buildlink3.snj4-45/+11
2004-05-04Convert to buildlink3.snj2-11/+11
2004-05-04Update to 2.6.1:jmmv2-5/+5
* Look for "id" attribute of anchor element as XHTML 1.0 deprecates "name" attribute. (bug 137854) [Sven Neumann] * Use focus-width when restyling box. (bug 125290) [Balamurali Vishwnanthan] * Fix crasher bug in gnochm when displaying new page. (bug #135489).
2004-05-04Update to 1.2.5:jmmv3-6/+16
Epiphany 1.2.5 ============== Bugfixes * Make saving a web page not re-fetch the page (Christian) [#141652] * Fix crash on startup (Marco) [#141262] Translations * Duarte Loreto (pt) Documentation * New translation of help into Basque (eu) by Hizkuntza Politikarako Sailburuordetza * Updated screenshots in help (Piers) * Updated help on smart bookmarks (Piers, patch by "gatto") [#139616] Epiphany 1.2.4 ============== Bugfixes * Fix problem with font selection in prefs dialogue (Christian) * Fix encoding of downloaded and saved content (Marco) [#126571, #141050] * Fix crash when closing a window while in print preview mode (Christian) [#121298] Translations * John C Barstow (mi)
2004-05-04Unused.wiz3-70/+0
2004-05-04Unused.wiz1-24/+0
2004-05-04Convert to buildlink3.snj3-11/+11
2004-05-04This does not need buildlink2.snj1-3/+1
2004-05-03Convert to bl3 and make compile with gcc3.wiz9-109/+128
Convert patches to standard format.
2004-05-03Convert to buildlink3.snj1-3/+3