summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2010-01-16Updating www/p5-FCGI from 0.67nb3 to 0.68sno2-16/+14
Upstream changes: Version 0.68 -- 31 Dec 2009 <mst@shadowcat.co.uk> Matt S Trout o No changes since the previous development release. Version 0.67_01 -- 20 Dec 2009 <mst@shadowcat.co.uk> Matt S Trout o Add FILENO method which returns a defined but invalid value to placate things such as IPC::Run which call fileno to check if a filehandle is open. Closes bugs: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544540 http://rt.cpan.org/Public/Bug/Display.html?id=50972 Removes need for upstream patch in OpenBSD <bobtfish@bobtfish.net> o Call the fcgi lib's attach/detach <robs@fastcgi.com>
2010-01-16Updating www/p5-HTML-Mason from 1.42nb1 to 1.44sno2-23/+25
pkgsrc changes: - Adjusting dependencies according to META.yml Upstream changes: 1.44 Jan 4, 2010 [ ENHANCEMENTS ] - Use Log::Any to log various events, such as the start and end of each request and each component call. - Add $m->log, allowing easy logging to a component-specific namespace. - Fix use of CHI when no data directory is specified. 1.43 Dec 25, 2009 [ BUG FIXES ] - If a component was located in a patch with spaces, the feature which referred to errors by their source file line number was broken. This could cause test failures if the package was downloaded into a path with spaces by CPAN. Reported by Shawn Moore. RT #53072. - HTML::Entities is no longer an optional dependency. This fixes some issues with packaged versions of Mason. Reported by Jens Rehsack. RT #48890. - $m->flush_buffer is now ignored when inside $m->scomp or $m->content. Patch by Frederic Briere, with extra tests from Ruslan Zakirov. RT #38924.
2010-01-16Updating www/p5-Catalyst-Manual from 5.8001 to 5.8003sno2-8/+7
pkgsrc changes: - Adjusting module type - use "Module::Install::Bundled" directly Upstream changes: 5.8003 28 Dec 2009 - Variety of typo fixes - Fix incorrectness re :Global and :Local - Update DevelopmentProcess.pod 5.8002 15 Nov 2009 - Update tutorial to match latest prepacked versions in Debian 5 - Add FormHandler branch (with thanks to gshank!) - Misc cleanup/freshing up of tutorial. - Fix indenting issue (with thanks to Kiffin Gish) - Integrate tome fix branch (with thanks to tome!) - Add a "negative" test to confirm that test02 does not have an admin create link - Integrate sqlite3 clarification and link by wolfman2000 from tutorial_role_updates branch - Fix Pod typos in ::Internals (RT#51488) - Fix Pod typos in the Cookbook (RT#51466) - Fix a Test::Pod failure and make Debian happier. - Typo fixes from garu - Misc minor and/or typo fixes
2010-01-16Updating www/p5-Catalyst-Devel from 1.21 to 1.26sno2-15/+21
pkgsrc changes: - Adjusting dependencies Upstream changes: 1.26 2010-01-12 03:55:50 - Depend on Catalyst::Plugin::Static::Simple 0.28 to avoid failures caused by a bug in 0.27. 1.25 2010-01-02 16:13:06 - Update repository metadata after moving from svn to git. 1.24 2009-12-07 23:23:36 - File name for .yml file generated is now correct. - Fixes for consistent spacing in generated application template. - Stop requiring generated test files to have a true return value. - Win32 compatibility fixes: 1) hardcoded 'make' replaced by: $Config{make}||'make' 2) testing executable flags skipped on Win32 - Fix pod to match option names on Catalyst::Script::Server 1.23 2009-12-06 12:22:12 - Fix generated app test to be multi-platform and fix issue with case for generated files. (Dave Rolsky) - Fix Test::More version dependency so that subtest works correctly. - Add a $VERSION to Catalyst::Helper as PAUSE used to pull $VERSION (i.e. 0.01) out of the app template section and use that, so we now can't not have a version number here or it makes pause unhappy. 1.22 2009-12-05 07:23:00 - Use MooseX::Emulate::Class::Accessor::Fast so that options supplied to ->new are put into the hash even if attributes do not exist for them. This fixes -force recreating application scripts. 1.21_01 2009-12-01 03:34:23 - Update generated scripts to use the new Catalyst::Script:: classes available from Catalyst 5.80014_02. Note: Any applications whos scripts are upgraded will need to depend on at least this version of Catalyst. - Change application templates from being inlined in Catalyst::Helper to being in a share dir making the templates much easier to maintain and patch. - Generate new applications with Moose and Moose style components. - Remove dependency on parent.pm as this has been removed from the generated application template. - Turn off deprecated regex component lookup in the config of new applications. - Test application generation and helper classes properly. - Change tests in generated application and components to use the new done_testing feature rather than having test plans. - Update required versions of dependencies to ensure the installed versions won't cause deprecation warnings with the latest Catalyst. - Exclude root/, t/ and hidden dirs from file change monitoring when using File::ChangeNotify 0.08+. (dew) - Updated POD of Module/Install/Catalyst.pm (Karsten Heymann) - Added debian package building temp files to the list of ignored files/directories and fix ignore for subversion checkouts. (Karsten Heymann)
2010-01-16Updating www/p5-CatalystX-LeakChecker from 0.04nb1 to 0.05sno2-10/+9
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.05 Sun, 29 Nov 2009 17:38:51 +0100 * Depend on a later version of PadWalker to avoid segfaults in the Catalyst test suite.
2010-01-16Updating www/p5-Catalyst-Plugin-Static-Simple from 0.25 to 0.28sno2-8/+10
pkgsrc changes: - Adjusting dependencies - Adjusting module type to use bundled Module::Install Upstream changes: 0.28 2010-01-04 13:15:00 - Fix issues in debug mode. (RT#53338) 0.27 2010-01-03 14:49:00 - Switch to being a Moose role, removing dependencies on Class::Data::Inheritable and Class::Accessor (Andrey Kostenko in RT#51089) - Make Pod tests mandatory for authors but never run otherwise - Switch to Test::NoTabs to ensure no tabs, rather than Test::Perl::Critic 0.26 2009-12-06 12:30:00 - Fix Pod to show less nasty method of assigning config by calling the config method with parameters, rather than poking around inside the hash. - Require newer (>= 0.15) Catalyst::Plugin::SubRequest for subrequest tests as old versions don't work with new Catalyst (>= 5.80014)
2010-01-16Updating www/p5-Catalyst-Runtime from 5.80014 to 5.80018sno2-13/+16
pkgsrc changes: - Adjusting dependencies Upstream changes: 5.80018 2010-01-12 22:24:20 Bug fixed: - Call ->canonical on URI derived from $ENV{REQUEST_URI} to get paths correctly decoded. This bug was previously hidden by a bug in HTTP::Request::AsCGI Documentation: - Clarify that uri_for_action works on private paths, with example. Deprecations: - Saying use Catalyst::Test; (without an application name or () to stop the importer running is now deprecated and will issue a warning. You should be saying use Catalyst::Test (); 5.80017 2010-01-10 02:27:29 Documentation: - Fix docs for ->forward method when passed a class name - this should be a component name (e.g. View::HTML, not a full class name, like MyApp::View::HTML). Bug fixes: - --daemon and -d options to Catalyst::Script::FastCGI are fixed. - Fix the debug dump for applications which use Catalyst::Plugin::Session (RT#52898) - Fix regression in the case where mod_rewrite is being used to rewrite requests into a path below your application base introduced with the %2F related fixes in 5.80014_02. - Do not crash on SIGHUP if Catalyst::Engine::HTTP->run is not passed the argv key in the options hash. - Correctly pass the arguments to Catalyst::Script::Server through to Catalyst::Engine::HTTP->run so that the server can restart itself with the correct options on SIGHUP. - Require new MooseX::MethodAttributes to be compatible with Moose versions >= 0.93_01 - Require new MooseX::Role::WithOverloading to be compatible with Moose versions >= 0.93_01 Cleanups: - Stop suppressing warnings from Class::C3::Adopt::NEXT now that most plugins have been updated to not use NEXT. If you get warnings then please upgrade your components or log a bug with the component author if an upgrade is not available. The Class::C3::Adopt::NEXT documentation contains information about how to suppress the warnings in your application if you need to. 5.80016 2009-12-11 23:23:33 Bug fixes: - Fix slurping a file to work correctly with binary on Win32 in the encoding test controller. Bug fixes in the new scripts (for applications which have been upgraded): - Allow --restartdirectory as an option for the Server script, for backwards compatibility. (Dave Rolsky) - The --host option for the server script defaulted to localhost, rather than listening on all interfaces, which was the previous default. (Dave Rolsky) - Restore -p option for pid file in the FastCGI server script. - Fix the script environment variables MYAPP_PORT and MYAPP_RELOAD RT#52604 - Fix aliasing applications under non-root paths with mod_rewrite in some apache versions where %ENV{SCRIPT_NAME} is set to the real name of the script, by using $ENV{REDIRECT_URL} which contains the non-rewritten URI. - Fix usage display when myapp_create.pl is run with no arguments. RT#52630 New features: - The __MOP__ hash element is suppressed from being dumped fully (and instead stringified) when dumping the error screen to be less packed with information of no use. Documentation: - Fix Pod nits (RT#52370) 5.80015 2009-12-02 15:13:54 Bug fixes: - Fix bug in Catalyst::Engine which would cause a request parsing to end prematurely in the hypothetical case where calling $engine->read returned the single character '0'. - Fix failing tests when combined with new HTTP::Request::AsCGI Documentation: - Improved documentation on read and read_chunk methods in Catalyst::Engine. - Fix reversal of SCRIPT_NAME and PATH_INFO in previously correct nginx FastCGI documentation introduced in _02. 5.80014_02 2009-12-01 00:55:23 Bug fixes: - Fix reporting the wrong Content-Length if the response body is an upgraded string. Strings mean the same thing whether or not they are upgraded, may get upgraded even after they are encoded, and will produce the same output either way, but bytes::length returns too big values for upgraded strings containing characters >127 - Fix t/live_fork.t with bleadperl (RT#52100) - Set $ENV{PATH_INFO} from $ENV{REQUEST_URI} combined with $ENV{SCRIPT_NAME} if possible. This is many web servers always fully decode PATH_INFO including URI reserved characters. This allows us to tell foo%2cbar from foo%252cbar, and fixes issues with %2F in paths being incorrectly decoded, resulting in too many path parts (rather than 1 path part containing a /, on some web servers (at least nginx). (RT#50082) - Require new HTTP::Request::AsCGI so that it fully decodes $ENV{PATH_INFO} in non CGI contexts. (RT#50082) Refactoring / cleanups: - NoTabs and Pod tests moved to t/author so that they're not run (and then skipped) normally. Documentation: - Fix Pod nits in Catalyst::Response (RT#51818) 5.80014_01 2009-11-22 20:01:23 Bug fixes: - Filehandle now forced to binmode in CGI and FastCGI engines. This appears to correct some UTF-8 issues, but may break people's code which relies on the old behaviour. Refactoring / cleanups: - Plugins which inherit from Catalyst::Controller or Catalyst::Component are deprecated and now issue warnings.
2010-01-16Updating www/p5-App-Nopaste from 0.17 to 0.18sno2-7/+9
pkgsrc changes: - Changing to module type Module::Install::Bundled Upstream changes: 0.18 Wed Dec 30 16:04:45 2009 Add ssh support (obra, jibsheet)
2010-01-16Remove workaround for compiler bug in gcc2 on sparc64.wiz1-4/+1
2010-01-16Updating www/p5-HTTP-Request-AsCGI from 0.9 to 1.2sno2-7/+7
pkgsrc changes: - Correcting license Upstream changes: 1.2 2010-01-12 - Fixed the %ENV concatenation that's broken in 1.1 but wasn't shipped to CPAN (miyagawa) - REQUEST_URI is trying to replicate as raw values as possible, without being canonicalized (miyagawa) 1.1 2009-12-07 - added test to check that %ENV is preserved after setup is called - setup now concatenates its environment to %ENV instead of replacing it 1.0 2009-11-30 - Change how PATH_INFO is decoded so that everything is decoded, including URI reserved characters (RT#50082)
2010-01-16Adding SUBDIR for currently imported new packagessno1-1/+2
2010-01-16Importing www/p5-LWP-Online 1.07 as indirect dependency of upcomingsno3-0/+42
Padre import. This module attempts to answer, as accurately as it can, one of the nastiest technical questions there is. Am I on the internet? That is, it's a problem that had no clean permanent solution, and for which you could just keep writing more and more functionality indefinitely, asymtopically approaching 100% correctness but never reaching it. And so this module is intended to do as good a job as possible, without having to resort to asking any human questions (who may well get it wrong anyway), and limiting itself to a finite amount of programming work and a reasonable level of memory overhead to load the code.
2010-01-16Updating www/p5-URI from 1.51 to 1.52.sno2-8/+8
pkgsrc changes: - Adjusting dependency of core modules Upstream changes: 2009-12-30 Release 1.52 - Gisle Aas <gisle@ActiveState.com> Gisle Aas (7): Encode::decode('UTF-8',...) with callback implemented in 2.39 %%host%% hack can be removed when URI::_server::as_iri works Don't croak on IRIs that can't be IDNA encoded IDNA roundtrip test on wrong variable Check behaviour when feeded URI constructor Latin-1 chars Add some test examples from draft-duerst-iri-bis.txt Need to recognize lower case hex digits as well
2010-01-16catch up with epiphanytnn3-96/+130
2010-01-16Update to epiphany-2.28.2.tnn4-73/+67
gecko support has been removed upstream, so switch to webkit rendering.
2010-01-16+py-django-registratioabs1-1/+2
2010-01-16Added www/py-django-registration version 0.8a1abs4-0/+138
django-registratio is a simple application which provides flexible user registration for Django-based projects. The default setup implements a fairly common workflow: 1. User signs up for account. 2. User receives an email containing instructions for activating the account. 3. User activates and begins using the site.
2010-01-15Update to openjdk7 b78 snapshot.tnn9-97/+16
(b79 is released but not yet merged on the bsd-port branch)
2010-01-14Update typo3 package to 4.3.1taca3-10/+11
he TYPO3 core team has just released TYPO3 version 4.3.1, which is now ready for you to download. It is a maintenance release of the current stable branch 4.3 and contains bugfixes and security fixes. IMPORTANT: This version includes important security fixes to the TYPO3 core. A security announcement has just been released: http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-001/ For details about the release, see: http://wiki.typo3.org/index.php/TYPO3_4.3.1
2010-01-12Update HOMEPAGE and MASTER_SITES to catch up rearrange of the site.obache1-3/+3
Problem noticed by Bug Hunting via PR#42609. At the moment, MASTER_SITES is commented out. Although it is linked from HOMEPAGE, but only have very old version now. (and tarball from http://pypi.python.org/pypi/urlgrabber is checksum mismatch).
2010-01-08Fix bash reference. Bump revision.joerg1-2/+4
2010-01-08ass patches from webkit CVS to fix security problemsdrochner3-6/+281
(CVE-2009-2816, CVE-2009-3384), bump PKGREVISION
2010-01-06Add two patches to fix CVE-2009-4405, taken from upstream.obache4-2/+74
Bump PKGREVISION.
2010-01-06- firefox-bin-nightly.wiz1-2/+1
2010-01-04Installation doesn't work with destdir. Make sure to pull include/openssljoerg1-6/+7
into the include path. Mark as only for Apache 2.2.
2010-01-04Remove www/firefox-bin-nightly, it has been marked as BROKEN for ages.joerg5-49/+0
2010-01-03Update to 0.11.6, addressinggdt2-6/+6
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4405 From release notes at: http://trac.edgewall.org/browser/tags/trac-0.11.6/RELEASE November 28, 2009 Trac 0.11.6 contains two security fixes and a number of bug fixes, performance improvements and minor enhancements. Changes in 0.11.6 * Fixed the policy checks in report results when using alternate formats. * Added a check for the "raw" role that is missing in docutils < 0.6. * Re-enabled connection pooling with SQLite (#3446). * Added caching of configuration options (#8510). * Fixed the "database is locked" issue with SQLite (#3446, #8468). * Deprecated SQLite 2.x support (#8625). * Fixed hanlding of times in timezones with DST (#8240). * Avoid corruption of trac.ini during write (#8623). * Improved support for revision ranges in the revision log view (#8349) updating during freeze approved by wiz@
2010-01-03Update to 3.20100102.3 ("Happy palindrome day!"). From the changelog:schmonz2-6/+6
* pagestats: Add show parameter. Closes: #562129 * toc: Add startlevel parameter. (kerravonsen) * comments: Add a checksum to the name of comment pages, to avoid merge conflicts when comments are posted to two branches of a site. * linkmap: Add option to omit disconnected pages from the map. * inline: Fix bug that limited displayed pages when feedshow was specified w/o show. * Fix several places that did not properly handle capitalization of the discussionpage setting. Specifically, fixes discussion actions on discussion pages, and unbreaks the opendiscussion plugin. Updating during the freeze for relevant bugfixes, particularly this last.
2009-12-30Remove seamonkey-bin-nightly. It is completely outdated and can't evenjoerg7-64/+1
be fetched. Proposed on tech-pkg, OK wiz
2009-12-30Update typolight28-translations package to 20091228.taca3-8/+8
Update Turkish translation files.
2009-12-30Update typolight27-translations package to 20091228.taca3-8/+8
Update Turkish translation files.
2009-12-28Add bash to USE_TOOLS, instead of BUILD_DEPENDS.obache1-4/+3
2009-12-26Re-add patch-ab, fixes runtime error on Interix.obache2-1/+17
It initially existed originally came from PR#27567 for www/apache2. CVE-2007-3304 parts was added in rev 1.2, then whole patch file was removed in rev 1.3 as update to apache-2.2.6, because the update contains fix for CVE-2007-3304 and comments of patch-ab only mentioned about the CVE. To prevent a recurrence of such a accident, added PR#27567 as comments for patch-ab.
2009-12-25Update www/squid30 package to 3.0.21 (3.0.2.STABLE21).taca2-6/+6
Changes to squid-3.0.STABLE21 (22 Dec 2009): - Bug 2830: Clarify where NULL byte is in headers. - Bug 2778: Linking issues using SunCC - Bug 2395: FTP errors not displayed - Bug 2155: Assertion failures on malformed Content-Range response headers - Fix parsing and a few bugs in ACL time type - Fix RFC keep-alive compliance on intercepted replies - Improved security hardening on %nn parser - Replace several GCC-specific code snippets.
2009-12-24Fix HOMEPAGE and MASTER_SITES.sborrill1-3/+4
Bump PKGREVISION
2009-12-24Update typolight28 package to 2.8rc2.taca4-14/+20
Major changes: * Security fix for install tools * Improved event lists http://www.typolight.org/news/items/typolight-2_8_RC2.html
2009-12-23www/typolight* work with PHP 5.2 and lator.taca3-18/+18
No functional change.
2009-12-23Add more "used by" comments.taca1-1/+4
2009-12-22Update to 3.20091218. From the changelog:schmonz4-22/+26
* Add complete Spanish basewiki translation done by Fernando Gonzalez de Requena. * Improve javascript onload handling. * monotone: Deal with format change in version 0.45. (Thanks, Richard Levitte) * cvs: Add missing bit to Automator. * attachment: Fix reversion in attachment sorting by age. * Fix utf-8 problems in rename, remove, attachment, 404, sourcepage, and goto. Updating this leaf during the freeze for the bugfixes.
2009-12-21ext/mssql/configure is created too late for patching in other modulejoerg2-10/+10
builds or the main www/php4 package. Patch the config.m4 source instead.
2009-12-21update master_sites.zafer1-2/+2
2009-12-20Update horde to version 3.3.6 in order to fix a cross-site scriptingtonnerre3-20/+62
vulnerability. Changes since version 3.3.3 are not found on the web site for some reason (while changes before 3.3.3 are).
2009-12-20Remove www/opengoo package. Open Goo was rebranded as Feng Office.taca6-3152/+0
2009-12-20Add fengoffice and remove opengoo.taca1-2/+2
2009-12-20Import Feng Office 1.6.1 package, previously it was named Open Goo.taca6-0/+3174
Approved by wiz@ Feng Office formerly known as OpenGoo is an easy to use Open Source Web Office. Manage tasks, documents, contacts, e-mail, calendar, and more... Manage project progress, track time, and bill your customers. Access all information from a single and elegant dashboard. Communicate with co-workers, clients and vendors.
2009-12-20Fix a XSS vulnerabilitymanu3-2/+25
2009-12-20Update to TYPOlight 2.7.6.taca3-8/+7
Only security updates: http://www.typolight.org/news/items/major-security-hole-in-the-typolight-install-tool.html.
2009-12-20Add security fix patches, refering ↵taca4-3/+109
http://www.typolight.org/news/items/major-security-hole-in-the-typolight-install-tool.html. Bump PKGREVISION.
2009-12-19Update www/drupal6 package to 6.15, fixing security problem.taca4-49/+43
Drupal 6.15, 2009-12-16 ---------------------- - Fixed security issues (Cross site scripting), see SA-CORE-2009-009. - Fixed a variety of other bugs. other pkgsrc changes: * Add PKG_DESTDIR_SUPPORT spport. * Use REPLACE_INTERPRETER. * Change default.settings.php handling to fix PR pkg/42355.
2009-12-19Update www/drupal package to 5.21, fixing security problem.taca3-10/+11
Drupal 5.21, 2009-12-16 ----------------------- - Fixed a security issue (Cross site scripting), see SA-CORE-2009-009. - Fixed a variety of small bugs.