summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2011-02-26Update contao29-translations package to 20110224.taca3-12/+12
Update Japanese and Latvian language files.
2011-02-26Update to 3.20110225. From the changelog:schmonz2-6/+6
* editpage: Avoid inheriting internal page types. * htmltidy: Avoid breaking the sidebar when websetup is running. * transient: New utility plugin that allows transient pages to be stored in .ikiwiki/transient/ (smcv) * aggregate: Aggregated content is stored in the transient underlay. (Existing aggregated content is not moved, since it will eventually expire and be removed) (smcv) * autoindex, tag: Added autoindex_commit and tag_autocreate_commit that can be unset to make index files and tags respectively not be committed, and instead be stored in the transient underlay. Closes: #544322 (smcv) * autoindex: Adapted to use add_autofile. Slight behavior changes in edge cases that are probably really bug fixes. (smcv) * recentchanges: Use transient underlay (smcv) * map: Avoid unnecessary ul's in maps with nested directories. (Giuseppe Bilotta) * Fix broken baseurl in cgi mode when usedirs is disabled. Bug introduced in 3.20101231. * inline: Fix link to nested inlined pages's feeds. (Giuseppe Bilotta) * inline: Add 'id' parameter that can be used when styling individual feedlinks and postforms. (Giuseppe Bilotta)
2011-02-26Update typo3 package to 4.5.2. This is maintenance release.taca3-15/+15
2011-02-26 Ernesto Baschny <ernesto.baschny@typo3.org> * Release of TYPO3 4.5.2 2011-02-25 Steffen Kamper <steffen@typo3.org> * Fixed bug #17772: Repository update deletes description of repository * Fixed bug #17769: Em use wrong property for db updates * Removed double applied patch in tx_em_tools 2011-02-25 Ernesto Baschny <ernst@cron-it.de> * Merged Linkvalidator 1.0.2 to be included in 4.5.2 (Thanks to Michael Miousse and Christopher Stelmaszyk) * Fixed bug #17728: PHP warning in page module (e.g. in TemplaVoila) with active open_basedir * Fixed bug #17732: Install Tool doing Fatal error when APC PHP module is loaded (no session is stored) 2011-02-25 Stefan Galinski <stefan.galinski@gmail.com> * Fixed bug #17431: "Show Page" in contextmenu results in new browser window (Thanks to Simon Schaufelberger) 2011-02-24 Steffen Kamper <steffen@typo3.org> * Fixed bug #16788: Flexform inputfields remain empty (Thanks to Andreas Kiessling) * Fixed bug #17735: Class 'tx_em_XmlException' not found when Retrieve / Update * Fixed bug #17692: Updating translations does not work anymore * Fixed bug #17758: EM: After update repository the info labels are not updated * Fixed bug #13309 Text on "Settings" tab needs more space * Fixed bug #13310: PHP Warning "array_merge(): Argument #2 is not an array" in class.tx_em_settings.php * Fixed bug EM rev 4188: Reimplemented removed function in em_tools and deprecate it * Renewed fix #17701: Generated t3x are corrupted in 4.5.1-dev and trunk
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz5-10/+10
works with python-2.7.
2011-02-25+ ruby-httpclientobache1-1/+2
2011-02-25Import ruby-httpclient-2.1.6.1 as www/ruby-httpclient.obache5-0/+65
'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby. 'httpclient' formerly known as 'http-access2'.
2011-02-24Update typo3 pacakge to 4.5.1.taca3-20/+23
This is maintenance release and for more information, please refer: http://wiki.typo3.org/TYPO3_4.5.1.
2011-02-24Update geeklog to 1.7.2.taca2-6/+6
Feb 20, 2011 (1.7.2) ------------ Note: This will be the last Geeklog version to work on PHP 4. We will provide security fixes for this version until 2012. Future versions of Geeklog will require PHP 5.2.0 or later. For details, please see http://www.geeklog.net/article.php/end-of-php4-support - PostgreSQL fixes: * It wasn't possible for several Geeklog instances to share a Postgres database (bug #0001251) [Rouslan] * Fixed dbSave [Dirk] * Fixed error reporting [Dirk] * Fixed compatibility with PHP 4 [Dirk] - Fixed replacing the [imageX] tags when changing a story's id (bug #0001256) [Dirk] - Fixed Static Pages plugin to work with PHP 4 (bug #0001239) [Tom]
2011-02-24Changes 2.1.3:adam3-7/+10
* Fixed a serious security issue in PlaceholderAdmin * Fixed bug with submenus showing pages that are not 'in_navigation' * Fixed PlaceholderField not respecting limits in CMS_PLACEHOLDER_CONF * Fixed the double-monkeypatch check for url reversing
2011-02-22Update www/contao29-translations package to 20110222.taca3-12/+12
Update Czech amd Japanese translation files.
2011-02-21Remove typo3_44.taca1-2/+1
2011-02-21Remove old TYPO3 (4.4.6) package in www/typo3_44.taca8-6312/+0
It was intended to maintain pkgsrc-2010Q4 branch, but recent security problem has fixed as newer release (4.5) only. So, remove this directory.
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca6-8/+12
2011-02-20Fixes PR pkg/44605pettai1-4/+1
2011-02-20Add another missing patch, noted by HIRAMATSU Yoshifumi on tech-pkg-ja@.taca2-1/+15
Bump PKGREVISION.
2011-02-17Added www/py-django-appmedia version 1.0.1adam1-1/+2
2011-02-17Depend also on py-django-appmediaadam1-1/+2
2011-02-17The intention of this application is to enable static app files (css, js, pics)adam4-0/+86
in the app folder itself. <application1>/media/<application1>/js/script.js <application2>/media/<application2>/js/script.js <project>/media/logo.jpg To use this view in development you should add something like the following to urls.py: if settings.DEBUG: urlpatterns += (r'^media/(?P<path>.*)$', 'site.media.serve_apps', {'document_root' : settings.MEDIA_ROOT}) For deployment there is a managament command called `symlinkmedia` that will create symlinks to each applications media directory in `MEDIA_ROOT`. Now all apps in INSTALLED_APPS that have a "media" directory in them will be reachable as '/media/<application_name>/'. You can then have the admin media files served by setting ADMIN_MEDIA_PREFIX = '/media/admin/'
2011-02-17Changes 2.1.2:adam3-7/+58
* Fixed issues with the CSRF fix from 2.1.1. * Updated translation files from transifex. Changes 2.1.1: * Fixed CMS AJAX requests not being CSRF protected, thus not working in Django 1.2.5 * Fixed toolbar CSS issues in Chrome/Firefox
2011-02-15Update to the latest version; the full changelog is atspz3-8/+18
http://tomcat.apache.org/tomcat-6.0-doc/changelog.html Security relevant fixes: CVE-2011-0534 - remote denial of service CVE-2011-0013 - cross site scripting CVE-2010-4172 - cross site scripting CVE-2010-3718 - SecurityManager file permission bypass
2011-02-14Add upstream bug report URLs.wiz4-7/+12
2011-02-13Update contao29-translations package to 20110213.taca3-8/+8
Update Japanese translation files which mostly rewritten and fixes one missing label caused by Contao's online translator's problem.
2011-02-11revbump(1) for devel/libevent update.tnn1-2/+2
2011-02-11+awsdrochner1-1/+2
2011-02-11add aws-2.10.0.1, a web server library for Ada, from John Marino per PMdrochner20-0/+1332
2011-02-11Update ruby-gnome2 to 0.90.7.obache5-35/+5
Removed deprecated binding packages. == Ruby-GNOME2 0.90.7: 2011-02-02 NOTE: 0.90.x releases are for 1.0.0 major release. A package fix release of 0.90.6. === Changes ==== Ruby/GLib2 * Improvments * force remove "-Wl,--noundefined" linker option because Ruby-GNOME2 packages doesn't support the option. [Dobai-Pataky Bálint, Kouhei Sutou] ==== Ruby/GTK2 * Improvments * use "MS-Windows" GTK+ theme by default on Windows. [ashbb, Kouhei Sutou] === Thanks * ashbb * Dobai-Pataky Bálint == Ruby-GNOME2 0.90.6: 2011-01-29 NOTE: 0.90.x releases are for 1.0.0 major release. Removed deprecated packages. All supported packages support RubyGems. All supported packages except Ruby/VTE, Ruby/GStreamer and Ruby/GtkMozEmbed support also Windows binary bundled gem. === Changes ==== All * remove all deprecated packages. [Masaaki Aoyagi] * all supported packages support RubyGems. [Masaaki Aoyagi] ==== Ruby/GLib2 * Imrpovements * add gnome2-raketask.rb that is a utility library to define Rake tasks for Ruby-GNOME2 packages. [Masaaki Aoyagi, Kouhei Sutou] * Fixes * fix GType conversion. [Kouhei Sutou] * fix rcairo installed by RubyGems detection. [Masaaki Aoyagi] ==== Ruby/GIO2 * Improvements * support GIO 2.26. [Nikolai Weibull] ==== Ruby/GStreamer * Improvements * add Gst::MissingURISourceMessage. [Vincent Carmona, Kouhei Sutou] * support RubyGems. [Masaaki Aoyagi] ==== Ruby/Pango * Fixes * rename Pango::LayoutIter#at_last_line! to at_last_line? because at_last_line is a predicate method. (at_last_line! still exists for backward compatibility.) [mrkn, Kouhei Sutou] ==== Ruby/GtkMozEmbed * Improvements * support RubyGems. [Masaaki Aoyagi] * Fixes * support "2.0b7" style module version. #3141244 [reandr, Kouhei Sutou] ==== Ruby/GooCanvas * Improvements * support RubyGems. [Masaaki Aoyagi] ==== Ruby/GtkSourceView2 * Improvements * support RubyGems. [Masaaki Aoyagi] ==== Ruby/VTE * Improvements * support RubyGems. [Masaaki Aoyagi] === Thanks * Vincent Carmona * mrkn * reandr * Nikolai Weibull * Masaaki Aoyagi
2011-02-11Marked as MAKE_JOBS_SAFE=no.obache1-1/+2
try to link with non-existent libwebkit-1.0.la from Programs/unittests/*.
2011-02-10update to 1.2.7drochner7-167/+6
changes: -fix some security problems (CVE-2010-4492, CVE-2010-4493, CVE-2011-0482, CVE-2010-4199, CVE-2010-4578) -fix some crashes (which were partly patched in pkgsrc before)
2011-02-10need to initialize for Internet family.obache3-3/+18
based on PR#32197. Bump PKGREVISION.
2011-02-10set LICENSE=2-clause-bsd.obache1-1/+2
2011-02-10Security update to 3.0.5. Changes:morr2-6/+6
* Fix XSS bug: Properly encode title used in Quick/Bulk Edit, and offer additional sanitization to various fields. Affects users of the Author or Contributor role. * Fix XSS bug: Preserve tag escaping in the tags meta box. Affects users of the Author or Contributor role. * Fix potential information disclosure of posts through the media uploader. Affects users of the Author role. * Enhancement: Force HTML filtering on comment text in the admin * Enhancement: Harden check_admin_referer() when called without arguments, which plugins should avoid. * Update the license to GPLv2 (or later) and update copyright information for the KSES library.
2011-02-10Changes 1.2.5:adam2-12/+11
Fixed: * Flaw in CSRF handling * Potential XSS in file field rendering * Directory-traversal vulnerability on Windows
2011-02-09Update ruby-rails3 package to 3.0.4.taca2-13/+13
* More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 3.0.4 update. (This is meta gem.)
2011-02-09Update ruby-activeresource3 package to 3.0.4.taca2-8/+8
* More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 3.0.4 update.
2011-02-09Update ruby-actionpack3 package to 3.0.4.taca2-14/+15
* More strict dependency reflect gemspec's description. *Rails 3.0.3 (November 16, 2010)* * When ActiveRecord::Base objects are sent to predicate methods, the id of the object should be sent to ARel, not the ActiveRecord::Base object. * :constraints routing should only do sanity checks against regular expressions. String arguments are OK. *Rails 3.0.2 (November 15, 2010)* * The helper number_to_currency accepts a new :negative_format option to be able to configure how to render negative amounts. [Don Wilson]
2011-02-09Update ruby-rack-test package to 0.5.7.taca3-8/+11
== 0.5.7 / 2011-01-01 * Bug fixes * If no URI is present, include all cookies (Pratik Naik)
2011-02-09Update ruby-rails package to 2.3.11.taca3-24/+11
* More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 2.3.11 update.
2011-02-09Update ruby-activeresource/ package to 2.3.11.taca2-7/+7
* More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 2.3.11 update.
2011-02-09Update ruby-actionpack package to 2.3.11.taca3-8/+9
* More strict dependency reflect gemspec's description. *2.3.11 (February 9, 2011)* * Two security fixes. CVE-2011-0446, CVE-2011-0447
2011-02-07Remove RUBY_REQD which specify older version oftaca1-3/+1
current supported version of Ruby. No functional change.
2011-02-07Update to www/typo3 package to 4.5.0.taca4-172/+1476
This is TYPO3 Version 4.5: Your Long Term Solution: Please refer new feature and changes in detail: http://typo3.org/news-single-view/?tx_newsimporter_pi1[showItem]=0&tx_newsimporter_pi1[feed]=10&cHash=c5554a06e2
2011-02-07Add and enable typo3_44.taca1-1/+2
2011-02-07Re-import typo3 4.4.6 as www/typo3_44.taca8-0/+6312
2011-02-04Update ap2-chroot to 0.5.obache3-10/+12
While here * Set LICENSE=gnu-gpl-v2 * Marked as CONFLICTS with apache>=2.2.10. It provides builtin ChrootDir directive, as PR#44458. 2005-01-09 Hobbit * getenv()/setenv() instead of flaky getppid(). * fixed layout to make <IfModule> work as expected. * documentation updates. * released mod_chroot/0.4 2005-06-12 Hobbit * fixed a problem with some CGIs (mod_cgid, mod_fcgid) being executed outside the chroot jail. Patch by <clement.hermann*free.fr>, thanks! * updated documentation * released mod_chroot/0.5
2011-02-03Use @RCD_SCRIPTS_SHELL@.shattered1-2/+2
2011-01-31Update contao29-translations package to 20110116.taca3-8/+8
Update Guarani Language files.
2011-01-30We don't need this patch any moreadam1-13/+0
2011-01-30Changes 2.1.0:adam3-347/+629
* language namespaces for apphooks (reverse("de:myview"), reverse("en:myview")) * video plugin switch to http://github.com/FlashJunior/OSFlashVideoPlayer * frontediting added (cms.middlware.toolbar.ToolbarMiddleware) * testsuite works now under sqlite and postgres * orphaned text embed plugins get now deleted if not referenced in the text anymore * placeholder templatetag: "theme" attribute removed in favor of "width" (backward incompatible change if theme was used) * menu is its own app now * menu modifiers (you can register menu modifiers that can change menu nodes or rearrange them) * menus are now class based. * apphooks are now class based and can bring multiple menus and urls.py with them. * menus and apphooks are auto-discovered now * example templates look a lot better now. * languages are not a dropdown anymore but fancy tabs * placeholderend templatetag added: {% placeholder "content" %}There is no content here{% endplaceholder %} * plugins can now be used in other apps :) see cms/docs/placeholders.txt * plugins can now be grouped * a lot of bugfixes * the cms now depends on the cms.middleware.media.PlaceholderMediaMiddleware middleware * templatetags refactored: see cms/docs/templatetags.txt for new signatures. * placeholder has new option: or and a endpalceholder templatetag
2011-01-28Update to 11.01ahoka2-9/+11
Fixes the following security issues: http://www.opera.com/support/kb/view/982/ http://www.opera.com/support/kb/view/983/ http://www.opera.com/support/kb/view/984/ http://www.opera.com/support/kb/view/986/
2011-01-26update to 0.2.9drochner4-28/+24
changes: many feature additions, UI improvements, fixes