summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2008-02-09sortjnemeth1-3/+3
2008-02-09Update rails to 2.0.2. Now the default database is sqlite3, not mysql.minskim6-89/+139
There are many other changes. Please see CHANGELOG for the complete list: http://dev.rubyonrails.org/browser/tags/rel_2-0-2/railties/CHANGELOG
2008-02-09Add ruby-activesupport.minskim1-1/+2
2008-02-09Import ruby-activeresource.minskim5-0/+79
Active Resource (ARes) connects business objects and Representational State Transfer (REST) web services. It implements object-relational mapping for REST webservices to provide transparent proxying capabilities between a client (ActiveResource) and a RESTful service.
2008-02-09Update ruby-actionpack to 2.0.2.minskim4-66/+59
There have been too many changes. Please see CHANGELOG for the complete list: http://dev.rubyonrails.org/browser/tags/rel_2-0-2/actionpack/CHANGELOG
2008-02-08Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.8.ghen4-12/+12
Security fixes in this version: MFSA 2008-10 URL token stealing via stylesheet redirect MFSA 2008-09 Mishandling of locally-saved plain text files MFSA 2008-06 Web browsing history and forward navigation stealing MFSA 2008-05 Directory traversal via chrome: URI MFSA 2008-03 Privilege escalation, XSS, Remote Code Execution MFSA 2008-02 Multiple file input focus stealing vulnerabilities MFSA 2008-01 Crashes with evidence of memory corruption (rv:1.8.1.12) For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.8/
2008-02-08Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.12.ghen4-24/+12
Security fixes in this version: MFSA 2008-11 Web forgery overwrite with div overlay MFSA 2008-10 URL token stealing via stylesheet redirect MFSA 2008-09 Mishandling of locally-saved plain text files MFSA 2008-08 File action dialog tampering MFSA 2008-06 Web browsing history and forward navigation stealing MFSA 2008-05 Directory traversal via chrome: URI MFSA 2008-04 Stored password corruption MFSA 2008-03 Privilege escalation, XSS, Remote Code Execution MFSA 2008-02 Multiple file input focus stealing vulnerabilities MFSA 2008-01 Crashes with evidence of memory corruption (rv:1.8.1.12) For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.12/releasenotes/
2008-02-08Fix more cases of non-chainable PKGSRC_COMPILER tests.tnn2-4/+4
2008-02-06Update to 0.11.4rc0. ChangeLog only available in GIT history: seebjs3-14/+14
HOMEPAGE for more information. While here, switch to using lang/ossp-js package instead of lang/spidermonkey. Goodbye, nspr dependency! Javascript support seems more stable. Mark option 'spidermonkey' deprecated in favor of option 'javascript'.
2008-02-04PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLStnn1-2/+2
2008-02-03Fix check interpreter warnings.tnn1-2/+3
2008-02-03Honour PKGMANDIR.tnn1-1/+2
2008-02-03update to 1.4.12drochner4-55/+13
changes: -fix a crash when selecting news bins -add compatibility with non-standard "xmlURL" OPML attributes used by LiveJournal -bugfixes
2008-01-31Fix createdirs commandadam1-2/+2
2008-01-31Needs REPLACE_PERL. PKGREVISION++rillig1-1/+3
2008-01-31Replaced PYTHON_VERSIONS_ACCEPTED with PYTHON_VERSIONS_INCOMPATIBLE.rillig1-2/+2
2008-01-25Enabled p5-Captcha-reCAPTCHA and p5-Captcha-reCAPTCHA-Mailhide.heinz1-1/+3
2008-01-25Initial import of Captcha-reCAPTCHA-Mailhide.heinz3-0/+32
This is a Perl implementation of the reCAPTCHA Mailhide API. It can generate URLs or even directly usable HTML code for using the reCAPTCHA Mailhide web service, which provides a way of asking people to solve a reCAPTCHA before they can view your email address.
2008-01-25Initial import of module Captcha-reCAPTCHA.heinz3-0/+37
This is a Perl implementation of the reCAPTCHA API. From the recaptcha.net web site: reCAPTCHA improves the process of digitizing books by sending words that cannot be read by computers to the Web in the form of CAPTCHAs for humans to decipher. More specifically, each word that cannot be read correctly by OCR is placed on an image and used as a CAPTCHA. This is possible because most OCR programs alert you when a word cannot be read correctly.
2008-01-25Enabled p5-HTML-Tinyheinz1-1/+2
2008-01-25Initial import of Perl module HTML-Tiny.heinz3-0/+28
HTML::Tiny is a simple, dependency free Perl module for generating HTML (and XML). It concentrates on generating syntactically correct XHTML using a simple Perl notation.
2008-01-24No need to use wget to fetch now.obache1-3/+1
(previously, need cookie capable to fetch).
2008-01-21Use the same order as zope210.taca1-5/+5
2008-01-21Move post-patch target to post-extract changed as www/zope29.taca1-5/+5
And avoid to use -0 option of xargs(1).
2008-01-21Update to 2.2.8, please check http://www.apache.org/dist/httpd/CHANGES_2.2.8xtraeme5-66/+22
for the list of changes.
2008-01-21Add comment that this file is used by devel/apr0/Makefile detectedtaca1-1/+3
by pkglint.
2008-01-21Update apache package to 2.0.63.taca2-6/+5
Changes with Apache 2.0.63 *) winnt_mpm: Resolve modperl issues by redirecting console mode stdout to /Device/Nul as the server is starting up, mirroring unix MPM's. PR: 43534 [Tom Donovan <Tom.Donovan acm.org>, William Rowe] *) winnt_mpm: Restore Win32DisableAcceptEx On directive and Win9x platform by recreating the bucket allocator each time the trans pool is cleared. PR: 11427 #16 (follow-on) [Tom Donovan <Tom.Donovan acm.org>] Changes with Apache 2.0.62 (not released) *) SECURITY: CVE-2007-6388 (cve.mitre.org) mod_status: Ensure refresh parameter is numeric to prevent a possible XSS attack caused by redirecting to other URLs. Reported by SecurityReason. [Mark Cox, Joe Orton] *) SECURITY: CVE-2007-5000 (cve.mitre.org) mod_imagemap: Fix a cross-site scripting issue. Reported by JPCERT. [Joe Orton] *) Introduce the ProxyFtpDirCharset directive, allowing the administrator to identify a default, or specific servers or paths which list their contents in other-than ISO-8859-1 charset (e.g. utf-8). [Ruediger Pluem] *) log.c: Ensure Win32 resurrects its lost robust logger processes. [William Rowe] *) mpm_winnt: Eliminate wait_for_many_objects. Allows the clean shutdown of the server when the MaxClients is higher then 257, in a more responsive manner [Mladen Turk, William Rowe] *) Add explicit charset to the output of various modules to work around possible cross-site scripting flaws affecting web browsers that do not derive the response character set as required by RFC2616. One of these reported by SecurityReason [Joe Orton] *) http_protocol: Escape request method in 405 error reporting. This has no security impact since the browser cannot be tricked into sending arbitrary method strings. [Jeff Trawick] *) http_protocol: Escape request method in 413 error reporting. Determined to be not generally exploitable, but a flaw in any case. PR 44014 [Victor Stinner <victor.stinner inl.fr>]
2008-01-21Start update of apr0 pacakge to 0.9.17 and apache2 package to 2.0.63.taca1-3/+3
2008-01-21Update PKGNAME for links-gui as well after recent ../../www/links update.ghen1-2/+2
2008-01-21Fixing permissions is done in the post-extract stage, since it belongsrillig1-4/+4
there, not in post-patch. There's no need to use xargs -0: Solaris doesn't know that option, POSIX doesn't require it, and all the filenames are sane anyway.
2008-01-20Change a BUILD_DEFS and add some more.reed1-3/+3
(As discussed in September 2007 on tech-pkg.)
2008-01-20Improve the description.reed1-4/+6
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn53-87/+106
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-16Fix a reentrancy bug, and a portability bug involving a Linux documentationsmb4-9/+9
error and the behavior of NetBSD on 64-bit machines. All three bugs (including the Linux documentation problem) have been reported upstream and will be fixed there.
2008-01-16Don't print replaced name by pax(1). It was simply debugging aid.taca1-2/+2
2008-01-15Update to 2.1pre32:wiz3-9/+8
=== RELEASE 2.1pre32 === Thu Dec 13 04:44:01 MET 2007 mikulas: Do not display links to alternate stylesheets Tue Dec 11 06:37:56 MET 2007 mikulas: Use Content-Disposition as a suggestion for downloaded file name Sun Dec 9 04:52:37 MET 2007 mikulas: Fixed write to freed memory resulting in misbehavior of radio buttons and a possible crash Wed Dec 5 23:26:55 MET 2007 mikulas: Make it run without Cygwin environment (only with Cygwin DLLs) Workaround for flaws in Cygwin Unix emulation: SIGWINCH is sometimes lost Signal handlers write to a pipe and it should wake select() up, sometimes, it doesn't exec("command.com") crashes Windows 98 when some sockets are open Wed Dec 5 18:05:00 MET 2007 mikulas: Do not search for compressed-file extension (.gz, .bz2) in URLs containing '?', '&' or ';' --- they are likely scripts and they should provide information about compression in the header. Tue Dec 4 04:09:51 MET 2007 mikulas: When the document was truncated to zero size on reload and no data were received, links didn't invalidate formatted document cache Wed Nov 7 00:20:12 MET 2007 mikulas: Accept capital 'X' as a hex number mark in html entities Fri Nov 2 19:53:01 MET 2007 mikulas: Do not print links to stylesheet to the document Fri Nov 2 19:52:22 MET 2007 mikulas: Slightly improve parsing of ftp --- when the line contains "<DIR>", we can assume that it is a directory Tue Oct 30 21:22:27 cet 2007 mikulas: Previous release didn't compile on OS/2 due to missing SIGCONT
2008-01-15Remove MacOS X derived files which start from "._".taca2-6/+3
Bump PKGREVISION reflecting PLIST change.
2008-01-14Make this build on Darwin.yyamano2-4/+13
2008-01-12db4 update related revision bumpadam6-10/+12
2008-01-12Update squid package to 2.6.18 (2.6.STABLE18)taca2-6/+6
Changes to squid-2.6.STABLE18 (10 Jan 2008) - Fix 2 assertion failures related to the fix for SQUID-2007:2 - GPL license cleanup to GPLv2 or later. One file in edir_digest_auth was GPLv2 only, now replaced with a GPLv2 or later licensed vesion. - Minor cleanups to make certain 64-bit platforms happier - Several Digest authentication bugs fixed wich was causing random authenitcation popups or failures. - --with-valgrind-debug updated for valgrind-3.3.0.
2008-01-11Remove an unused commented out lint.taca1-2/+1
2008-01-11replace "empty (foo)" with "empty(foo)"abs1-2/+2
2008-01-11update to 2.20.3drochner2-7/+7
sorry, no changelog available
2008-01-11update to 2.20.3drochner3-9/+36
no entries in the changelog, presumably just a version bump for the gnome-2.20.3 release pkgsrc note: installation os developer docs was fixed
2008-01-11update to 3.16.3drochner2-6/+6
change: a minor bugfix
2008-01-11Update to 5.6adrianp2-6/+6
This release fixes security vulnerabilities. Sites are urged to upgrade immediately. For more details, please see the security announcement: SA-2008-005 - Drupal core - Cross site request forgery SA-2008-006 - Drupal core - Cross site scripting (UTF8) SA-2008-007 - Drupal core - Cross site scripting (register_globals) In addition to this security vulnerability, the following bugs have been fixed since the 5.5 release: 173858 by Gábor Hojtsy: skip UTF-8 BOM when importing locale files 179164 by Heine: sort modules by name on the module admin page 199640 by webernet: (usability) add option to select no taxonomy term in multiselect forms, not to rely on browser trickery 199084 by chx: better conformance with ISO date formats in our xmlrpc code 173459 by Dave Cohen. Backport of #78487 by FredCK, forngren and bjaspan: document support in url() and l() and proper active class support for . 89218 by Gábor Hojtsy. Properly initialize a counter variable and fix poll editing. 64388 by Gábor Hojtsy. Add missing db_rewrite_sql(); not a security issue since it is a count() query. 200338 by m3avrck and quicksketch: fix transparent GIF resizing 194652 by Heine: specify explicit accept-charset for forms to avoid browser guessing 182410 by greggles: HTTP Basic authentication username and password was parsed in drupal_http_request() but then not used in the request - Patch 201894 by David Rothstein: fixed typo in user output. 180126 by mmoreno, drewish and scor: add realpath() call to file_save_data(), so Windows will create temporary files properly 115689 by chx: new content types should not overwrite old ones. Backport by Pancho. 203727 by Arancaytar. More effectively use hook API. 204855 by webernet. Add missing * in documentation. 168315 by schuyler1d: previous active database name was not consistently returned in db_set_active() - Patch 199955 by saxofaan: file_upload_max_size() returns results in bytes, not in mega bytes. 194579 patch by pwolanin: clear filter cache when allowed HTML tags configuration changes in an input format #166433 by Ralf Stamm. Use correct menu item type for revsion confirm pages. 58806 by fwalch and wicksteedc. Do not override MENU_VISIBLE_IF_HAS_CHILDREN on editing. Partial backport of 112715 to fix 124641. Changes from 5.4 -> 5.5 Fixed missing missing brackets in a query in the user module. Fixed taxonomy feed bug introduced by SA-2007-031
2008-01-10Major changes compared to Horde 3.1.5 are:adrianp2-6/+6
* Fixed privilege escalation in the Horde API. * Improved XSS filtering. * Fixed locked portal blocks. * Further improved webroot detection. * Updated Japanese translation.
2008-01-09Update plone3 package to 3.0.5.taca4-39/+18
o Changes from 3.0.4 * Update translations. * If you are using the fullscreenmode.js script, you can now pass in a minimal=1 argument in the URL to make a page start out in the minimal mode. * Fix problems with non-savepoint capable connections (such as SQL connections) involved in folder_delete, folder_publish of folder_rename actions. * Hiding page history, page navigation, and busy icon (spinner) in print CSS. This relates to 7402 and 7433. * Fix persistant translation service creation code. This corrects broken translations on initial Zope start. This fixes 7470. * Visual editor improvements: o Style whitelist and class blacklist now work when there is only one entry in the list. o Span tags with no attributes after filtering are removed. * Make the content rule configuration page fully translatable. This fixes 6886. * Update the object-not-found error page to search for alternatives within the navigation root instead of the entire site. * Fix translation for default item in display content menu for situations. This fixes 7281. * Fix absolute_url() for content rules add views, content rules traversal adapters, portlet add views, portlet assignment mappings and portlet assignments. * Fix handling of RSS feeds which do not include an update timestamp for feed entries. This fixes 7515. * Change KSS saveField to not require value explicitply but take it from the request if not specifies. This makes it possible to use saveField-kssSubmitForm: currentForm(); which is needed for multi-valued form variables. * Fix handling of the portal type criteria for collections. This fixes 7467. * Update the delete-confirmation page for objects that are references elsewhere to order all referencing items in alphabetical order. * Fix handling of types where allow_discussion is set as a class attribute which could lead to an AttributeError when changing the discussion settings. This fixes 761. * Extend the Archetypes widget API to inform widgets when processing the form in the validation phase. This fixes 760. * Correct zope.i18n.translate calls in Archetypes: should use the request, not the instance itself as the context. This fixes translation problems seen in Plone 3.0.4. * Do not create an empty <ul> in the personal actions bar if there are no items in it. This fixes an XHTML syntax error. * Fix the languages method of the language selector to include the native language name. * Fix invalid context argument passed into the translation machinery in the workflow state vocabulary. This fixes 7492. * Fix potential acquisition problem in five.localsitemanager when assigning values to the utilities registry of the component registry. * Raise a ValueError when the Zope3 translation utilities get passed in an invalid context argument. Translations in Zope3 work against the request alone and while the keyword is called context it was too easily confused with a contentish context. o Updated packages * Archetypes 1.5.5 * ATContentTypes 1.2.4 * CMFPlone 3.0.5 * GenericSetup 1.3.3 * kupu 1.4.7 * PlacelessTranslationService 1.4.8 * PloneTranslations 3.0.10 * archetypes.kss 1.2.5 * plone.app.contentmenu 1.0.5 * plone.app.contentrules 1.0.5 * plone.app.i18n 1.0.1 * plone.app.kss 1.2.5 * plone.app.linkintegrity 1.0.4 * plone.app.portlets 1.0.5 * plone.app.redirector 1.0.5 * plone.app.vocabulary 1.0.2 * plone.app.layout 1.0.5 * plone.contentrules 1.0.5 * five.localsitemanager 0.3
2008-01-09Make PLONE3_VERSION to 3.0.5.taca1-2/+2
2008-01-09Exclude install files whose name begin from "._".taca1-1/+2