Commit graph

11385 commits

Author SHA1 Message Date
marino
677326dadd www/ies4linux: Fix disallowed script interpreters
This package failed on script-interpreter check, "/usr/bin/env bash" is
not allowed.  Replace with "/usr/pkg/bin/bash"
2012-05-27 16:11:20 +00:00
obache
4d53264419 * allow adobe-flash-plugin packages for libflashplayer plugin.
* no need to require motif here, drop it.
* bump require suse version

Bump PKGREVISION.
2012-05-27 13:20:28 +00:00
mspo
d54e64c5d5 pretty big version bump
2.96  2012-05-21
  - Added merge method to Mojo::Path.
  - Improved documentation.
  - Improved tests.
  - Fixed small memory leak in Mojolicious.
  - Fixed small bug that prevented already prepared IO::Socket::SSL handles to
    be used by Mojo::UserAgent.
  - Fixed small Mojo::URL and Mojo::Path stringification bugs.

2.95  2012-05-10
  - Improved documentation.
  - Fixed bug that caused inactivity timeouts to be logged too often.

2.94  2012-05-09
  - Added support for 308 redirects to Mojo::UserAgent.
  - Added support for new HTTP status codes.
  - Improved exception handling of all scripts.
  - Improved built-in web servers to log inactivity timeouts as debug messages
    instead of errors.
  - Improved documentation.
  - Fixed html_escape to always use entities with semicolon. (OlegG, crab)
  - Fixed typo in 414 status message.
  - Fixed small cookie formatting bug.
  - Fixed small bug in cookie parser.
  - Fixed small backlog bug in Mojo::Server::Daemon.

2.93  2012-05-05
  - Added remove method to Mojolicious::Routes::Route.
  - Improved 32bit Perl support of Mojo::Transaction::WebSocket.
    (mikemagowan, sri)
  - Improved exception handling of application and config file loaders.
  - Improved exception handling of Mojolicious::Plugin::I18N.
  - Improved renderer log messages.
  - Improved documentation.
  - Improved tests.
  - Fixed bug that prevented helper names from starting with "end". (Akron)
  - Fixed bug that prevented helper names from ending with "begin".
  - Fixed empty frame handling in Mojo::Transaction::WebSocket.
  - Fixed small rendering bug in Mojolicious::Plugin::PODRenderer.
  - Fixed small code generation bug in Mojolicious::Plugin::I18N.
  - Fixed small escaping bug in Mojo::URL.

2.92  2012-04-30
  - Added commands attribute to Mojolicious.
  - Improved documentation.
  - Improved tests.
  - Fixed attribute namespace selector bugs in Mojo::DOM::CSS.

2.91  2012-04-26
  - Added cookies method to Mojo::Message.
  - Updated HTML5 entities in Mojo::Util.
  - Improved documentation.

2.90  2012-04-25
  - Fixed small JavaScript bug in Mojolicious::Plugin::PODRenderer.

2.89  2012-04-24
  - Made logo on built-in templates smaller.
  - Improved CSS of built-in templates.
  - Improved documentation.
  - Improved tests.

2.88  2012-04-24
  - Improved documentation.
  - Improved tests.

2.87  2012-04-23
  - Improved html_escape performance and added pattern support.
  - Improved documentation.
  - Improved tests.
  - Fixed small escaping bug.

2.86  2012-04-23
  - Added support for TO_JSON method to Mojo::JSON.
  - Updated HTML5 entities in Mojo::Util.
  - Increased default heartbeat_timeout from 10 to 20 seconds in
    Mojo::Server::Hypnotoad.
  - Improved Mojo::Template exception handling.
  - Improved ojo exception handling.
  - Improved documentation.
  - Improved tests.
  - Fixed a few HTML5 unescaping bugs.

2.85  2012-04-19
  - Modernized ".perltidyrc".
  - Improved documentation. (diegok, sri)
  - Fixed bug in "user_agent.t".

2.84  2012-04-19
  - Improved documentation.
  - Improved tests.
  - Fixed flash.

2.83  2012-04-18
  - Added hostname verification support to Mojo::IOLoop::Client and
    Mojo::UserAgent.
  - Added SNI support to Mojo::IOLoop::Client and Mojo::UserAgent.
  - Improved documentation.
  - Fixed bug that prevented conditions to work in embedded applications.
  - Fixed bug that changed default values in embedded applications.
  - Fixed small bug in cpanify command.

2.82  2012-04-16
  - Deprecated relaxed placeholders "/(.foo)" in favor of "/#foo".
  - Deprecated Mojolicious::Routes::Route->waypoint.
  - Deprecated Mojolicious::Routes::Route->block.
  - Improved Mojolicious::Routes::Pattern to render formats.
  - Improved regex formatting in routes command.
  - Improved documentation.
  - Improved tests.

2.81  2012-04-15
  - Improved router to allow disabled format detection to be inheritable by
    nested routes.
  - Improved error handling in Mojolicious::Plugin::JSONConfig.
  - Improved match method in Mojolicious::Routes::Pattern to support format
    detection.
  - Improved router log messages.
  - Improved all debug messages.
  - Improved documentation.
  - Improved tests.
  - Fixed format detection bugs in Mojolicious::Routes::Pattern.
  - Fixed format handling in routes command.

2.80  2012-04-10
  - Added support for alternative MIME types to Mojolicious::Types.
  - Added endpoint method to Mojo::UserAgent::Transactor.
  - Improved tests.
  - Fixed HTTPS proxy keep alive bug in Mojo::UserAgent.

2.79  2012-04-10
  - Improved makefile and plugin generators to always use the latest
    Mojolicious version.
  - Improved documentation.
  - Improved tests.
  - Fixed HTTPS proxy support in Mojo::UserAgent.
  - Fixed multiple Mojo::UserAgent::Transactor bugs.

2.78  2012-04-09
  - Improved Mojolicious::Routes to allow redispatching controllers.
  - Improved Mojolicious::Routes logging.
  - Improved documentation.

2.77  2012-04-09
  - Improved Mojo::Transaction::WebSocket to allow custom message parsers.
  - Improved help command to be less strict.
  - Improved documentation. (tempire, sri)
  - Improved tests.
  - Fixed bug that prevented --help and -h flags from working for generator
    commands.
  - Fixed small bug that prevented non-string secrets in Mojolicious.

2.76  2012-04-05
  - Improved documentation.

2.75  2012-04-05
  - Improved documentation.
  - Improved tests.
  - Fixed small bug in params method of Mojo::Parameters.

2.74  2012-04-04
  - Improved documentation.
  - Improved tests.
  - Fixed multiple small bugs in form method of Mojo::UserAgent::Transactor.

2.73  2012-04-03
  - Improved documentation.
  - Improved tests.
  - Fixed multiple progress event bugs in Mojo::Message.

2.72  2012-04-03
  - Added kept_alive method to Mojo::Transaction::WebSocket.
  - Improved documentation.

2.71  2012-04-03
  - Improved Hypnotoad error handling.
  - Improved version command to detect proxy servers automatically.
  - Improved documentation.
  - Improved tests.
  - Fixed small argument bug in to_hash method of Mojo::Headers.

2.70  2012-03-30
  - Improved speed of version command by switching to the MetaCPAN API.
  - Improved all bundled TLS test certificates to expire at the same time.
  - Improved documentation.
  - Improved tests.
  - Fixed handler detection precedence bug in Mojolicious::Renderer.
  - Fixed ability to disable inactivity timeout in Hypnotoad.
  - Fixed ability to disable accepts limit in Hypnotoad.
  - Fixed small bug in get_all_data method of Mojo::Command.
  - Fixed small bug in inflate command. (memowe)
2012-05-26 08:06:13 +00:00
wiz
beeb28486a Fix path in .so includes to be relative to ${PKGMANDIR}.
Bump PKGREVISION.
2012-05-24 13:10:20 +00:00
marino
50e463e5f8 www/yaws: Fix PLIST for DragonFly 2012-05-21 15:51:27 +00:00
marino
63470f13c5 www/htdig: Fix unwanted directory removal
Add share/htdig/common to INSTALLATION_DIRS since it's installing files
there.  Without it, share/htdig/common is left over after www/htdig is
deinstalled.
2012-05-20 06:24:54 +00:00
ryoon
8eea045465 Bump PKGREVISION.
Fix PR pkg/46458

* Fix download delay problem
  https://issues.apache.org/bugzilla/show_bug.cgi?id=53253
2012-05-18 20:56:28 +00:00
schmonz
97e3f4fdc6 Update to 3.20120516. From the changelog:
* meta: Security fix; add missing sanitization of author and authorurl.
     Thanks, Raúl Benencia
2012-05-17 05:51:04 +00:00
marino
a35c9b3ba4 www/nspluginwrapper: Fix indirect linking on DragonFly 2012-05-16 11:44:44 +00:00
obache
ebace08850 LICENSE=apache-2.0 2012-05-16 06:12:46 +00:00
ryoon
5b15ae5f78 Update to 3.0.3
* Add .htaccess file to package
* Fix MESSAGES, to be more useful

Changelog:
changelog is not available officially. The following is provided by SuSE.
- Security: Several CSRF fixes
- Security: .htaccess uploading blacklist
- Backport link in the Help center to the online documentatio
- Backport link in the Help center to the "Big Files" howto
- Check if JSon module is installed
- Check if GD module is installed
2012-05-15 20:18:34 +00:00
marino
e919e8dd08 PR#45840 www/py-uwsgi: Fix DragonFly Port 2012-05-15 12:56:38 +00:00
dholland
a1ef5db2bb Set USE_LANGUAGES properly. It works without this for some reason... but
randomly broke because of it when I was mucking about last night.
2012-05-14 01:14:16 +00:00
dholland
972b81566a Depending on what gcc one builds with, the file throw_gcc.h may or may not
get installed. Instead of dealing with conditional PLIST logic, create an
empty file. (tnn made the same adjustment to xulrunner in July)
2012-05-14 01:13:07 +00:00
wiz
c1e491b846 Proper destdir support (hi darcy!) 2012-05-13 15:46:17 +00:00
ryoon
4688b065af Add gwt 2012-05-13 07:53:27 +00:00
ryoon
2126f7ab22 Import gwt-2.4.0 as www/gwt.
Google Web Toolkit (GWT) is a development toolkit for building and
optimizing complex browser-based applications. GWT is used by many
products at Google, including Google AdWords and Orkut. It's open
source, completely free, and used by thousands of developers around
the world.
2012-05-13 07:51:14 +00:00
wiz
adaa2c0d11 Update to 2.91 and call it 2.9.1 because previous was 2.9 and I don't trust
perl module version numbers :)

Changes:
2.91 Fri Mar 30 2012

   - Feature: RT #18901 - Added new utf8 option to make it really simple
     to use UTF-8 encoded templates [Michael Peters]

   - Feature: RT #30586 - Added new open_mode option to allow for
     Perl IO layers to interact when using open() on the template files
     [moritz@faui2k3.org and Michael Peters]

   - Feature: RT #38189 - Allow clean XML style tags "<tmpl_var foo />"
     to be used as well. [allard@byte.nl]

   - Feature: RT #46285 - Added support for lazily-evaluated coderefs
     for TMPL_LOOPs. [Justin DeVuyst and Michael Peters]

   - Feature: RT #64797 - Added new option die_on_missing_include (defaults
     to true) that allows users to turn off the behavior of dieing when an
     include can't be found [Zdenek Styblik and Michael Peters]

   - Feature: Add new cache_lazy_vars option so that the values from coderefs
     used for TMPL_VARs can be cached and the coderef not run multiple times
     [Michael Peters]

   - Feature: Add new cache_lazy_loops option so that the values from coderefs
     used for TMPL_LOOPs can be cached and the coderef not run multiple times
     [Michael Peters]

   - Feature: Added __even__, __outer__ and __index__ loop context vars.
     [Michael Peters]

   - Bug Fix: RT #26456 - force_untaint can't work in Perl < 5.8.0
     [admin@photoresearchers.com]

   - Bug Fix: RT #67663 - remove warning under Perl > 5.14.0 about using tied
     with a file handle without "*" [RENEEB, TODDR and Michael Peters]

   - Bug Fix: RT #35534 - Using the same loop multiple times with
     different vars will no longer cause an error if die_on_bad_params
     is set. [Ron Savage & Michael Peters]

   - Bug Fix: RT #38325 - Give a better error message if param() is set
     with a reference to a reference. [Mark Stosberg & Michael Peters]

   - Test Fix: RT #26103 - t/05-blind-cache.t no longer modifies the
     distribution during the tests but instead uses temp files [Jan
     Dubois and Michael Peters]

   - Test Fix: Tests that create and modify files now use temp files
     and file_cache_dir is always a temp directory [Michael Peters]

   - Doc Fix: Using more POD formatting [Michael Peters]

   - Doc Fix: RT #46244 - fix broken link to tutorial [Michael Peters]

   - Doc Fix: RT #60282 - fix various mispellings [Florian Ernst]

   - Doc Fix: RT #60283 - fix broken HTML example [Florian Ernst]

   - Doc Fix: RT #60284 - fix broken POD [Florian Ernst and Michael Peters]

   - Development: Moved development to GitHub
     (https://github.com/mpeters/html-template)

   - Development: Switched to using Dist::Zilla internally for release management

   - Development: Added Michael Peters as co-maintainer
2012-05-12 20:16:22 +00:00
obache
62e237c5f7 Update Opera to 11.64.
Release date: 2012-05-10

 Opera 11.64 is a recommended upgrade offering security and stability enhancements.

Fixes and Stability Enhancements since Opera 11.62

General and User Interface
 * Stability improvements
 * Resolved a handshake failure on https://autoupdate.opera.com
Network and Site-Specific
 * Fixed an error where an on-demand-plugin placeholder could lower the security
   status of a secure site to insecure
 * Fixed an issue with some secure pages not loading - PayPal, Ebay
 * dojotoolkit.org: Errors when using the dojo amd loader have been resolved
 * rts.rs: A JavaScript error has been resolved
Security
 * Fixed an issue where certain URL constructs could allow arbitrary code
   execution, as reported by Andrey Stroganov; see our advisory:
     http://www.opera.com/support/kb/view/1016/
2012-05-11 09:40:11 +00:00
taca
3d0833a5d9 Add a patch forgot to commit.
Bump PKGREVISION.
2012-05-07 15:20:32 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
obache
df71de5407 Update ruby-httpclient to 2.2.5.
= Changes in 2.2.5 =

  May 06, 2012 - version 2.2.5

    * Bug fixes

      * Added Magic encoding comment to hexdump.rb to avoid encoding error.
      * Add workaround for JRuby issue on Windows (JRUBY-6136)
	On Windows, calling File#size fails with an Unknown error (20047).
	This workaround uses File#lstat instead.
      * Require open-uri only on ruby 1.9, since it is not needed on 1.8.

    * Features

      * Allow symbol Header name for HTTP request.
      * Dump more SSL certificate information under $DEBUG.
      * Add HTTPClient::SSLConfig#ssl_version property.
      * Add 'Accept: */*' header to request by default. Rails requies it.
	It doesn't override given Accept header from API.
      * Add HTTPClient::SSLConfig#set_default_paths. This method makes
	HTTPClient instance to use OpenSSL's default trusted CA certificates.
      * Allow to set Date header manually.
	ex. clent.get(uri, :header => {'Date' => Time.now.httpdate})
2012-05-07 00:20:47 +00:00
marino
a1878c8df6 www/webkit-gtk: DragonFly too
DragonFly needs the same modification to osinclude.h that NetBSD does.
2012-05-06 17:06:37 +00:00
ryoon
78977ab41d Bump PKGREVISION.
* Required java is 6 or later
* Remove unnecessary CLASSPATH definition in tomcat.sh
Thank you, tnozaki@.
2012-05-06 08:08:16 +00:00
taca
9c0407d110 Make sure to contao211's version to 2.11.3.
Noted by David Holland, thanks much.
2012-05-06 01:39:40 +00:00
dholland
c8d0847887 Not MAKE_JOBS_SAFE. (and now it takes that much longer to build... sigh) 2012-05-06 00:33:46 +00:00
taca
755d983a40 Update contao211-translations to 201205050.
Update Bulgarian, Persian, Japanese, Swedish and Ukrainian language files.
These language support Contao 2.11.3 except Bulgarian.
2012-05-05 14:14:35 +00:00
taca
bafbe36476 Update contao211 to 2.11.3 (Contao 2.11.3).
pkgsrc change: install .htaccess as configuration file with .htaccess.default
as an example.

* Fix permission checking problem of Task center.
* Provide improved .htaccess.default.
* Several bug fixes and improvements.
2012-05-05 12:44:08 +00:00
joerg
6858c8c673 Fix inline usage. 2012-05-04 16:36:10 +00:00
ryoon
cced669a8e Add salt and seed target file. 2012-05-04 10:33:44 +00:00
ryoon
acd215b268 Add PHP_PKG_PREFIX to PKGNAME. 2012-05-04 10:01:39 +00:00
ryoon
f58e45eb68 Add sencha-sns 2012-05-04 09:45:29 +00:00
ryoon
08687b2692 Import sencha-sns-1.0.3 as www/sencha-sns.
Sencha SNS is Social Networking Service (SNS) software for intranet
and the Internet SNS.  This software has Japanese UI only.
2012-05-04 09:42:05 +00:00
ryoon
38d7eb33c1 Update to 5.5.2.1
Changelog:
5.5.2.1
Behavioral Improvements
* Better update checking for new versions of concrete5.
* Attribute types have friendlier names (Checkbox instead of Boolean, etc...)
* When a fixed footprint isn't set, the image cropper in the file manager now defaults to the full size of the image.
* Improved performance of intelligent search
* Fixed http://www.concrete5.org/developers/bugs/5-5-2/login-and-error-pages-dont-use-the-menu-logo-settings/

And bugfixes


5.5.2
Feature Updates
* Replaced Picnik with built-in crop, rotate and zoom functionality. Crop+Zoom provided by jQuery Cropzoom by Gaston Robledo (http://www.cropzoom.com.ar/)
* Added ability to specify a file set on a form block for files uploaded through form. (Thanks danklassen!)
* Prettier edit/add experience for image block.
* Image block can now automatically resize thumbnails (previous default) or accept a fixed size, which can be passed to the image editor directly as a fixed width/height
* Ability to receive an email when new users register (Thanks Mnkras.)

Behavioral Improvements
* Made better use of space on dashboard home and system & settings
* Newsflow arrows are more prominent
* Moved sessions into filers/tmp/ on each site for better security.
* Download File script now redirects to files instead of forcing all files to download (to allow PDFs, images to display in browser)
* Fixed: http://www.concrete5.org/developers/bugs/5-5-1/cant-open-sitemap-visit-links-in-new-tab-5.5/
* Improved installation will remove user-created configuration files if something goes wrong in installation, removing an infinite installation loop unless the files were removed by hand.
* More robust UI handling when concrete5 is used with themes with greedy center styles.
* Adding wmode=transparent to youtube videos for better display
* File blocks now are searchable through the site-wide search block.

And bugfixes


5.5.1
Feature Updates
* New Interface Settings page in Systems & Settings that lets you control your dashboard background image, and the behavior of the quick nav.
* Newsflow One is now located at /dashboard/news. /dashboard now houses a table of contents for the dashboard. You can navigate to this by clicking the dashboard button.
* Page attributes that are setup to be viewed by default will now show when adding pages of that type. Better add page experience (more page types, etc...)
* Improved the marketplace browsing experience by simplifying and increasing the number of results in a given request. Now able to filter by compatible marketplace packages.

Behavioral Improvements
* Better Edit Bar Interaction
* ccm.app.js is now minified
* Content Importer library now reindexes pages after content is imported.
* Move the content down when edit bar appears (this used to work so just figure out what got lost and bring it back)
* Add multiple files window now closes after using multiple file uploader
* The language name should always be displayed in that language when editing a user's record in the dashboard on a multilingual site.
* Brought back enter key event when adding values to select attribute

And bugfixes


5.5.0
Feature Updates
* Completely revampled, overhauled and refined interface in the front-end and in the dashboard. Too many improvements to list here.
* No more scrapbook! Simpler, streamlined, faster clipboard for copy and paste, and "Stacks" for managing global areas, with support for version control and block reordering.
* Improved Installation that lets you specify your admin password, an installation language, gives you more access to sample content.
* Comprehensive white-labeling support, including the ability to specify alternate install packages, an alternate logo.
* Deleted pages now go into the trash for easy restore or bulk deletion.
* Better Page Attributes, including the ability to define attribute sets for page attributes, including reordering. Attributes can also be used with page defaults. Much better interface for choosing page attributes.
* Better marketplace integration, including the ability to read full descriptions, better search, a more attractive and fully informative informative, and the ability to purchase items directly from your website.
* Beautiful new "Greek Yogurt" Theme, installed with the sample content.
* New bulk commands in page search, including bulk delete, bulk move/copy, bulk design, and bulk speed settings
* Page Search and User Search now have fully customizable columns
* Better Anti-Spam Controls. Easy installation of new captcha libraries like reCAPTCHA (available for free download from concrete5.org) and anti-spam libraries like Akismet.

Performance Improvements
* Extensive CSS and JavaScript Minification and Combination. Far fewer files and code loaded.
* UI now uses sprites for better performance.
* Much JavaScript is now loaded in the footer to prevent blocking.
* Make Config values use one database query at startup to load, or one cache call. (Integrated and modified pull request from christiaan)
* More optimized dynamic PHP function calls (thanks christiaan)
* Page List is lighter weight with system pages no longer cached or calculated on the fly.
* Included an optimization job that can remove all but the most recent 10 versions of pages.
* Page reindexing no longer happens every time we set attribute or exit edit mode. Now instead it happens when running the index search job, or when visiting a page you have edit access to (through a silent, non-blocked reindex AJAX request.) (Note: this behavior can be modified by defining ENABLE_PROGRESSIVE_PAGE_REINDEX to false.)
* Much improved performance on the better designed Form Results page.
* Removed the Database class. Instead just go directly to ADODB and add our functions as stubs

Additional Features and behavioral Improvements
* Updated TinyMCE to 3.4.6, fixing bugs, improving stability, and enabling editing on iOS devices.
* Dialog windows should no longer be larger than the container browser window.
* Cleaner page list block template (thanks jordanlev)
* Departments of France are now included when checking France as an active country (thanks marcandre)
* Default mod_rewrite rules now make it so that pages like "jobs" that match directory names can be created (thanks christiaan)
* Included iPhone home screen thumbnail in the site icons dashboard page.

and bugfixes and Developer Updates
2012-05-04 01:28:00 +00:00
ryoon
26d4b3281f Fix typo in database name. 2012-05-04 01:15:54 +00:00
ryoon
f573ef8655 Add step to start apache httpd. 2012-05-04 01:06:04 +00:00
ryoon
8a1ac76085 Add MASTER_SITE_MOZILLA_ESR, for Extended Support Release version of
mozilla.org products (firefox and thunderbird).
Suggested by obache on pkgsrc-changes@.
2012-05-04 00:08:07 +00:00
taca
a86f3478dd Update drupal7 to 7.14.
Drupal 7.14 2012-05-02
----------------------
- Fixed "integrity constraint" fatal errors when rebuilding registry.
- Fixed custom logo and favicon functionality referencing incorrect paths.
- Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL.
- Split field_bundle_settings out per bundle.
- Improve UX for machine names for fields (UI change).
- Fixed User pictures are not removed properly.
- Fixed HTTPS sessions not working in all cases.
- Fixed Regression: Required radios throw illegal choice error when none
  selected.
- Fixed allow autocompletion requests to include slashes.
- Eliminate $user->cache and {session}.cache in favor of
  $_SESSION['cache_expiration'][$bin] (Performance).
- Fixed focus jumps to tab when pressing enter on a form element within tab.
- Fixed race condition in locale() - duplicates in {locales_source}.
- Fixed Missing "Default image" per field instance.
- Quit clobbering people's work when they click the filter tips link
- Form API #states: Fix conditionals to allow OR and XOR constructions.
- Fixed Focus jumps to tab when pressing enter on a form element within tab.
  (Accessibility)
- Improved performance of node_access queries.
- Fixed Fieldsets inside vertical tabs have no title and can't be collapsed.
- Reduce size of cache_menu table (Performance).
- Fixed unnecessary aggregation of CSS/JS (Performance).
- Fixed taxonomy_autocomplete() produces SQL error for nonexistent field.
- Fixed HTML filter is not run first by default, despite default weight.
- Fixed Overlay does not work with prefixed URL paths.
- Better debug info for field errors (string change).
- Fixed Data corruption in comment IDs (results in broken threading on
  PostgreSQL).
- Fixed machine name not editable if every character is replaced.
- Fixed user picture not appearing in comment preview (Markup change).
- Added optional vid argument for taxonomy_get_term_by_name().
- Fixed Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails
  with PCRE 8.30.
- Fixed {trigger_assignments()}.hook has only 32 characters, is too short.
- Numerous fixes to run-tests.sh.
- Fixed Tests in profiles/[name]/modules cannot be run and cannot use a
  different profile for running tests.
- Numerous JavaScript performance fixes.
- Numerous documentation fixes.
- Fixed All pager links have an 'active' CSS class.
- Numerous upgrade path fixes; notably:
  - system_update_7061() fails on inserting files with same name but different
    case.
  - system_update_7061() converts filepaths too aggressively.
  - Trigger upgrade path: Node triggers removed when upgrading to 7-x from 6.25.
2012-05-03 07:02:57 +00:00
taca
f6e4eedf88 Update drupal6 package to 6.26.
Drupal 6.26, 2012-05-02
----------------------
- Fixed a small number of bugs.
- Made code documentation improvements.
2012-05-03 07:02:12 +00:00
wiz
8b4d0a5407 Fix build with glib-2.32. 2012-05-03 06:09:55 +00:00
taca
8f7c145b5a Update dupal7 to 7.13.
Drupal 7.13 2012-05-02
----------------------
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-002.
2012-05-03 03:31:00 +00:00
ryoon
fc13189f61 s/tiki/concrete5/g, fix pasto 2012-05-02 22:08:42 +00:00
drochner
19b03d3cb0 needs glib2>=2.32 2012-04-30 13:57:02 +00:00
taca
19d19ad390 Update contao211-translations to 201204290.
Update Slovak language files.
2012-04-29 16:45:24 +00:00
taca
9b13382108 Update php-apc package to 3.1.10.
- Add PHP 5.4 support (Dmitry, Anatoliy, Pierre)
- Fixed bug #22679: Fix apc_bin_dump for constants. Use IS_CONSTANT_TYPE_MASK
  to handle all the constants, including the unqalified ones (instead of
  ~IS_CONSTANT_INDEX check)
- Fixed bug #23822, php crashes on apache restart
2012-04-29 16:38:14 +00:00
ryoon
09db9bc659 Update to 10.0.4
Patches from Bernd Ernesti on pkgsrc-users.

Changelog:
The following problems are fixed.
* Security fixes
* extensions.checkCompatibility.* prefs didn't work as expected
  in ESR releases (734848)
* Firefox ESR 10.0.3 opened "Whats New" page after update (737535)
2012-04-29 16:30:08 +00:00
taca
ac0c395771 Update termtter to 1.11.0.
Changes are unavailable.
2012-04-29 16:16:30 +00:00
taca
5fdb62bb0e Update ruby-mechanize to 2.4.
=== 2.4

* Security fix:

  Mechanize#auth and Mechanize#basic_auth allowed disclosure of passwords to
  malicious servers and have been removed.

  In prior versions of mechanize only one set of HTTP authentication
  credentials were allowed for all connections.  If a mechanize instance
  connected to more than one server then a malicious server detecting
  mechanize could ask for HTTP Basic authentication.  This would expose the
  username and password intended only for one server.

  Mechanize#auth and Mechanize#basic_auth now warn when used.

  To fix the warning switch to Mechanize#add_auth which requires at the URI
  the credentials are intended for, the username and the password.
  Optionally an HTTP authentication realm or NTLM domain may be provided.

* Minor enhancement
  * Improved exception messages for 401 Unauthorized responses.  Mechanize now
    tells you if you were missing credentials, had an incorrect password, etc.
2012-04-29 16:11:17 +00:00
taca
34c53a2787 Update ramaze to 2012.04.14.
Changelog

* The Redis adapter (Ramaze::Cache::Redis) has been fixed so that it works
  with sessions, previously this would result in "Can't convert into symbol"
  errors and the like. This problem was caused by not encoding data using
  Marshal. Thanks to EdvardM for reporting the issue.
* The Redis cache adapter namespaces keys just like the other adapters.
* Ramaze::Cache::MemCache has been updated for the latest version of Dalli and
  should no longer display deprecation warnings. The minimum required version
  of Dalli has been set to at least 2.0.2.
* Various documentation improvements and additions.
* The HTML of the pagination helper can now be customized, thanks to Leucos
  and bougyman for adding it.
2012-04-29 16:09:34 +00:00
taca
321dde0763 Update ruby-unicorn to 4.3.1.
=== unicorn 4.3.1 - shutdown() fixes / 2012-04-29 07:04 UTC

  * Call shutdown(2) if a client EOFs on us during upload.
    We can avoid holding a socket open if the Rack app forked a
    process during uploads.

  * ignore potential Errno::ENOTCONN errors (from shutdown(2)).
    Even on LANs, connections can occasionally be accept()-ed but
    be unusable afterwards.

  Thanks to Joel Nimety <jnimety@continuity.net>,
  Matt Smith <matt@nearapogee.com> and George <lists@southernohio.net>
  on the mongrel-unicorn@rubyforge.org mailing list for their
  feedback and testing for this release.

=== unicorn 4.3.0 - minor fixes and updates / 2012-04-17 21:51 UTC

  * PATH_INFO (aka REQUEST_PATH) increased to 4096 (from 1024).
    This allows requests with longer path components and matches
    the system PATH_MAX value common to GNU/Linux systems for
    serving filesystem components with long names.

  * Apps that fork() (but do not exec()) internally for background
    tasks now indicate the end-of-request immediately after
    writing the Rack response.

  Thanks to Hongli Lai, Lawrence Pit, Patrick Wenger and Nuo Yan
  for their valuable feedback for this release.

=== unicorn 4.2.1 - minor fix and doc updates / 2012-03-26 21:39 UTC

  * Stale pid files are detected if a pid is recycled by processes
    belonging to another user, thanks to Graham Bleach.
  * nginx example config updates thanks to to Eike Herzbach.
  * KNOWN_ISSUES now documents issues with apps/libs that install
    conflicting signal handlers.
2012-04-29 16:05:42 +00:00
taca
438c05890c Update ruby-sass to 3.1.16.
3.1.16

* Fix some bugs in sass-convert selector parsing when converting from CSS.
* Substantially improve compilation performance on Ruby 1.8.
* Support the @-moz-document directive¡Çs non-standard url-prefix and domain
  function syntax.
* Support the @supports directive.
* Fix a performance issue when using /*! */ comments with the Rails asset
  pipeline.
* Support -moz-element.
* Properly handle empty lists in sass-convert.
* Move from FSSM to Listen for file-system monitoring.
2012-04-29 16:01:55 +00:00
taca
cbdaf695f6 Update ruby-net-http-persistent to 2.6.
=== 2.6 / 2010-03-26

* Minor enhancement
  * Net::HTTP::Persistent#idle_timeout may be set to nil to disable expiration
    of connections.  Pull Request #21 by Aaron Stone
2012-04-29 15:50:51 +00:00
taca
7d24928097 Update ruby-jquery-rails20 to 2.0.2.
## 2.0.2 (03 April 2012)

  - Updated to jQuery 1.7.2
  - Updated to jQuery UI 1.8.18
  - Updated to latest jquery-ujs
    - Override provided for obtaining `href`
    - Edit `crossDomain` and `dataType` from `ajax:before` event
2012-04-29 15:49:43 +00:00
taca
16024a66ff Update www/ruby-rails32 to 3.2.3.
No change but version.
2012-04-29 13:06:05 +00:00
taca
f8a6d07382 Update www/ruby-actionpack32 to 3.3.2.
## Rails 3.2.3 (unreleased) ##

*   Remove the leading \n added by textarea on assert_select. *Santiago Pastorino*

*   Fix #5632, render :inline set the proper rendered format. *Santiago Pastorino*

*   Fix textarea rendering when using plugins like HAML. Such plugins encode the first newline character in the content. This issue was introduced in https://github.com/rails/rails/pull/5191 *James Coleman*

*   Add `config.action_view.embed_authenticity_token_in_remote_forms` (defaults to true) which allows to set if authenticity token will be included by default in remote forms. If you change it to false, you can still force authenticity token by passing `:authenticity_token => true` in form options *Piotr Sarnacki*

*   Do not include the authenticity token in forms where remote: true as ajax forms use the meta-tag value *DHH*

*   Turn off verbose mode of rack-cache, we still have X-Rack-Cache to
    check that info. Closes #5245. *Santiago Pastorino*

*   Fix #5238, rendered_format is not set when template is not rendered. *Piotr Sarnacki*

*   Upgrade rack-cache to 1.2. *José Valim*

*   ActionController::SessionManagement is deprecated. *Santiago Pastorino*

*   Since the router holds references to many parts of the system like engines, controllers and the application itself, inspecting the route set can actually be really slow, therefore we default alias inspect to to_s. *José Valim*

*   Add a new line after the textarea opening tag. Closes #393 *Rafael Mendonça França*

*   Always pass a respond block from to responder. We should let the responder to decide what to do with the given overridden response block, and not short circuit it. *sikachu*

*   Fixes layout rendering regression from 3.2.2. *José Valim*
2012-04-29 13:00:28 +00:00
taca
cff811ef45 Update www/ruby-activeresource32 to 3.2.3.
No change but version.
2012-04-29 12:59:34 +00:00
ryoon
c45c0a3c8f Update to 2.9
Sync with seamonkey-2.9.
2012-04-28 23:01:54 +00:00
ryoon
893feaa69a Update to 2.9
* Remove unused option.
* Restore jemalloc option.

Changelog:
* The File and Move Bookmarks dialogs are resizable now.
* HTML5 videos that do not start automatically show a large play button now.
* Add-ons Sync can now be configured without the Add-ons Sync Prefs add-on.
* Pasting a URL from the clipboard into the Download Manager window will
  download it.
* Plugins can be disabled for the whole suite now in addition to
  Mail & Newsgroups only.

* View Source now has line numbers.
* Line breaks are now supported in the title attribute.
* Find in Page search results are scrolled into view now.
* The column-fill CSS property has been implemented.
* Support for the text-align-last CSS property has been added.
* Experimental support for ECMAScript 6 Map and Set objects has been
  implemented.
* Fixed several stability issues.
2012-04-28 22:48:06 +00:00
ryoon
2e939ba5e6 Update to 12.0
Sync with firefox-12.0
2012-04-28 16:34:46 +00:00
drochner
9caf987cda update to 0.4.5
many fixes and UI improvements
2012-04-28 14:17:17 +00:00
drochner
9939f8421d sync w/ base pkg 2012-04-28 14:13:54 +00:00
drochner
85996000d0 update to 1.8.1
This is a new major branch, many fixes and enhancements.
2012-04-28 14:12:16 +00:00
obache
a6d5ad9edc Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
ryoon
137b54288e Update to 12.0
Changelog:
* Page Source now has line numbers
* Line breaks are now supported in the title attribute
* Improvements to "Find in Page" to center search result
* URLs pasted into the download manager window are now automatically downloaded
* Support for the text-align-last CSS property has been added
* Various security fixes
* Some TinyMCE-based editors failed to load (739141)
2012-04-26 13:30:29 +00:00
hans
5262d5b0ed Fix build on SunOS. CMSG_DATA is only available for XPG4.2, needed for
the fdpass module.
2012-04-26 12:20:06 +00:00
gls
7f69bfd57b Update www/moodle to 2.1.5.
Upstream changes:

Highlights

    MDL-27891 Tag flagging is now logged

Functional changes

    MDL-31095 Quiz max grade maintained when adding and removing questions
    MDL-30031 Quiz Adaptive mode ignores invalid answers without penalty

Security issues

    MSA-12-0013 - Database activity export permission issue
    MSA-12-0014 - Password and Web services issue
    MSA-12-0015 - Backup and private files issue
    MSA-12-0016 - Default repository capabilities issue
    MSA-12-0017 - Personal information leak issue
    MSA-12-0018 - Course information leak in Gradebook export
    MSA-12-0019 - Overview report and hidden course issue
    MSA-12-0020 - Forum subscription permission issue
    MSA-12-0021 - Course information leak through tags
    MSA-12-0022 - Security conflict in Web services

Fixes and improvements

    MDL-31248 Change to RC4 encryption is now backwards compatible
 - Note: all users will need to log in to set a new cookie after this update

    MDL-31213 Problem with new password form was fixed
    MDL-29254 Problem adding blog entries after an update from 1.9 was resolved
    MDL-22896 Forum messages with ampersands are now sent correctly by email
    MDL-27793 Login names now appear consistently in all themes across all languages
    MDL-26037 When importing in a site with lots of courses, all courses are checked
    MDL-30484 Regrading quiz causes essay attachments to disappear
    MDL-28364 Correct import formats accepted when importing questions
    MDL-31407 Quiz grades are saved properly when the submitter is not the user taking the quiz
    MDL-31876, MDL-31495 Quiz performance improvements have been made
2012-04-25 20:21:58 +00:00
morr
e3829a0f91 Security update to Wordpress 3.3.2.
Three external libraries included in WordPress received security updates:

* Plupload (version 1.5.4), which WordPress uses for uploading media.
* SWFUpload, which WordPress previously used for uploading media, and may still be in use by plugins.
* SWFObject, which WordPress previously used to embed Flash content, and may still be in use by plugins and themes.

WordPress 3.3.2 also addresses:

* Limited privilege escalation where a site administrator could deactivate network-wide plugins when running a WordPress network under particular circumstances.
* Cross-site scripting vulnerability when making URLs clickable.
* Cross-site scripting vulnerabilities in redirects after posting comments in older browsers, and when filtering URLs.
2012-04-25 13:00:37 +00:00
obache
94696db89b Update webcolors to 1.4.
some improvements and clarify LICENSE.
2012-04-24 11:57:23 +00:00
wiz
f72505d976 Update to 3.2.1, bugfix release. 2012-04-22 21:15:21 +00:00
spz
060a83e8f3 patch for CVE-2012-0883 taken from the Apache SVN
bump pkgrev
2012-04-22 19:08:03 +00:00
taca
8ce45c4abe Update contao211-translations package to 201204220.
Update Japanese language files.
2012-04-22 16:15:27 +00:00
wiz
eb1aac923e Update to 6.02:
2012-02-18 WWW-RobotRules 6.02

Restore perl-5.8.1 compatiblity.
2012-04-22 12:55:18 +00:00
wiz
7692fb268b Update to 6.03:
2012-02-16 Net-HTTP 6.03

Restore blocking override for Net::SSL [RT#72790]

Restore perl-5.6 compatiblity.
2012-04-22 12:54:26 +00:00
wiz
b5e1d58575 Update to 6.02:
2012-02-16 LWP-MediaTypes 6.02

Update the media.types database

Restore perl-5.6 compatiblity.
2012-04-22 12:51:13 +00:00
wiz
bb81d353e6 Update to 6.01:
Restore perl-5.8.1 compatiblity.
2012-04-22 12:50:00 +00:00
wiz
00130cdd19 Update to 6.03:
2012-02-16 HTTP-Message 6.03

Support 'bzip2' as alternative to Content-Encoding: x-bzip2.  Some
servers seem to return it.

Make newlines in forms be "\r\n" terminated.

Added some more status codes.

Restore perl-5.8.1 compatiblity.
2012-04-22 12:49:12 +00:00
wiz
48b67f6d93 Update to 6.02:
2012-03-30 HTTP-Date 6.02

Added support for parsing dates with (faulty) double TZ spec [RT#75150]

Doc tweaks.

2012-02-15 HTTP-Date 6.01

Restore perl-5.6 compatiblity.  Drop MacOS (classic) support.
2012-04-22 12:47:55 +00:00
wiz
3baa99d5e3 Update to 6.01:
If you bind localhost, don't trust gethostbyaddr() to resolve the
address.  [RT#67247]

Restore perl-5.8.1 compatiblity.
2012-04-22 12:46:31 +00:00
wiz
6b5da51c06 Update to 6.01:
Restore 5.8.1 compatiblity.
2012-04-22 12:45:01 +00:00
wiz
8723f8c311 Update to 1.60:
2012-03-25   Gisle Aas <gisle@ActiveState.com>

  Release 1.60

  Gisle Aas (3):
      Merge pull request #4 from hiratara/fix-repourl
      Updated repository URL
      Avoid failure if the local hostname is 'foo' [RT#75519]

  Masahiro Honma (1):
      Fix the URL of the repository.

  Matt Lawrence (1):
      Do not reverse the order of new parameters

  Peter Rabbitson (1):
      Fix RT#59274 - courtesy of a stupid 5.8.[12] join bug
2012-04-22 10:41:20 +00:00
pettai
4bc4cf32dc Fixes SA48767 2012-04-21 19:39:41 +00:00
imil
a745123d2e Added the naxsi (http://code.google.com/p/naxsi/) module, an applicative
firewall for nginx.
2012-04-21 10:32:47 +00:00
schmonz
08413e3776 Update to 3.20120419. From the changelog:
* Remove dead link from plugins/teximg. Closes: #664885
   * inline: When the pagenames list includes pages that do not exist, skip
     them.
   * meta: Export author information in html <meta> tag. Closes: #664779
     Thanks, Martin Michlmayr
   * notifyemail: New plugin, sends email notifications about new and
     changed pages, and allows subscribing to comments.
   * Added a "changes" hook. Renamed the "change" hook to "rendered", but
     the old hook name is called for now for back-compat.
   * meta: Support keywords header. Closes: #664780
     Thanks, Martin Michlmayr
   * passwordauth: Fix url in password recovery email to be absolute.
   * httpauth: When it's the only auth method, avoid a pointless and
     confusing signin form, and go right to the httpauthurl.
   * rename: Allow rename to be started not from the edit page; return to
     the renamed page in this case.
   * remove: Support removing of pages in the transient underlay. (smcv)
   * inline, trail: The pagenames parameter is now a list of absolute
     pagenames, not relative wikilink type names. This is necessary to fix
     a bug, and makes pagenames more consistent with the pagespec used
     in the pages parameter. (smcv)
   * link: Fix renaming wikilinks that contain embedded urls.
   * graphviz: Handle self-links.
   * trail: Improve CSS, also display trail links at bottom of page,
     and a bug fix. (smcv)

Add dependency on p5-HTML-Tree, suggested by Matthias Rampke in PR pkg/45688.
2012-04-20 03:48:25 +00:00
joerg
a6d82fd9b6 Fix build with Clang using upstream patch. 2012-04-19 21:08:04 +00:00
joerg
a4983d4e0e Limit upper version to get correct Apache as dependency.
XXX It would be nice if lessons were learned and no new cases of
XXX multiple versions with the same base name were introduced...
2012-04-19 21:07:03 +00:00
ryoon
fd1e0cf00d Update to 3.0.2
* Many bugfixes
* Translation updates
2012-04-19 15:39:24 +00:00
ryoon
72b2ad26f1 Update to 6.7
* Bugfixes
* Many improvements
2012-04-19 15:12:00 +00:00
adam
066b6f0dc6 PLIST fix for pgsql 2012-04-18 19:23:54 +00:00
ryoon
bb9e33775d Update to 2.4.2
* Disable mod_proxy_html explicitly.

Changes with Apache 2.4.2

  *) SECURITY: CVE-2012-0883 (cve.mitre.org)
     envvars: Fix insecure handling of LD_LIBRARY_PATH that could lead to the
     current working directory to be searched for DSOs. [Stefan Fritsch]

  *) mod_slotmem_shm: Honor DefaultRuntimeDir [Jim Jagielski]

  *) mod_ssl: Fix crash with threaded MPMs due to race condition when
     initializing EC temporary keys. [Stefan Fritsch]

  *) mod_proxy: Add the forcerecovery balancer parameter that determines if
     recovery for balancer workers is enforced. [Ruediger Pluem]

  *) Fix MPM DSO load failure on AIX.  [Jeff Trawick]

  *) mod_proxy: Correctly set up reverse proxy worker. PR 52935.
     [Petter Berntsen <petterb gmail.com>]

  *) mod_sed: Don't define PATH_MAX to a potentially undefined value, causing
     compile problems on GNU hurd. [Stefan Fritsch]

  *) core: Add ap_runtime_dir_relative() and DefaultRuntimeDir.
     [Jeff Trawick]

  *) core: Fix breakage of Listen directives with MPMs that use a
     per-directory config. PR 52904. [Stefan Fritsch]

  *) core: Disallow directives in AllowOverrideList which are only allowed
     in VirtualHost or server context. These are usually not prepared to be
     called in .htaccess files. [Stefan Fritsch]

  *) core: In AllowOverrideList, do not allow 'None' together with other
     directives. PR 52823. [Stefan Fritsch]

  *) mod_slotmem_shm: Support DEFAULT_REL_RUNTIMEDIR for file-based shm.
     [Jim Jagielski]

  *) core: Fix merging of AllowOverrideList and ContentDigest.
     [Stefan Fritsch]

  *) mod_request: Fix validation of the KeptBodySize argument so it
     doesn't always throw a configuration error. PR 52981 [Eric Covener]

  *) core: Add filesystem paths to access denied / access failed messages
     AH00035 and AH00036. [Eric Covener]

  *) mod_dumpio: Properly handle errors from subsequent input filters.
     PR 52914. [Stefan Fritsch]

  *) Unix MPMs: Fix small memory leak in parent process if connect()
     failed when waking up children.  [Joe Orton]

  *) "DirectoryIndex disabled" now undoes DirectoryIndex settings in
     the current configuration section, not just previous config sections.
     PR 52845. [Eric Covener]

  *) mod_xml2enc: Fix broken handling of EOS buckets which could lead to
     response headers not being sent. PR 52766. [Stefan Fritsch]

  *) mod_ssl: Properly free the GENERAL_NAMEs. PR 32652. [Kaspar Brand]

  *) core: Check during config test that directories for the access
     logs actually exist. PR 29941. [Stefan Fritsch]

  *) mod_xml2enc, mod_proxy_html: Enable per-module loglevels.
     [Stefan Fritsch]

  *) mod_filter: Fix segfault with AddOutputFilterByType. PR 52755.
     [Stefan Fritsch]

  *) mod_session: Sessions are encoded as application/x-www-form-urlencoded
     strings, however we do not handle the encoding of spaces properly.
     Fixed. [Graham Leggett]

  *) Configuration: Example in comment should use a path consistent
     with the default configuration. PR 52715.
     [Rich Bowen, Jens Schleusener, Rainer Jung]

  *) Configuration: Switch documentation links from trunk to 2.4.
     [Rainer Jung]

  *) configure: Fix out of tree build using apr and apr-util in srclib.
     [Rainer Jung]
2012-04-18 11:27:01 +00:00
shattered
c5956677c4 Update to 1.0.15 and delint. Changes:
*) Security: specially crafted mp4 file might allow to overwrite memory
       locations in a worker process if the ngx_http_mp4_module was used,
       potentially resulting in arbitrary code execution (CVE-2012-2089).
2012-04-17 21:12:42 +00:00
adam
23353f5f1e Changes 1.4:
* Support for time zones
* Support for in-browser testing frameworks
* Updated default project layout and manage.py
* Custom project and app templates
* Improved WSGI support
* Improved password hashing
* HTML5 doctype
* List filters in admin interface
* Multiple sort in admin interface
* New ModelAdmin methods
More...
2012-04-17 17:57:38 +00:00
drochner
1a5d2d2880 update to 7.25.0
changes:
-new options, minor improvements
-bugfixes
2012-04-17 17:50:58 +00:00
taca
07c28140a0 Update typo3_46 package to 4.6.8 (TYPO3 4.6.8).
Contains fix for XSS, https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2012-002/.


2012-04-17  7bec4f3                  [RELEASE] Release of TYPO3 4.6.8 (TYPO3 v4 Release Team)
2012-04-17  e894089  #34348          [SECURITY] XSS in exception handler (Oliver Klee)
2012-04-17  da929e3                  [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
2012-04-15  4fb406e  #36027          [BUGFIX] Localisation update doesn't work (Sebastian Fischer)
2012-04-14  a444816  #34742          [TASK] Change hardcoded URL to constant (dkd-egerer Sascha Egerer)
2012-04-14  32017dc  #33497,#34897   [BUGFIX] t3lib_http_Request can not be loaded in frontend (Philipp Gampe)
2012-04-13  efe107e  #34923          [BUGFIX] Hardcoded variable in CookieJar.php (Philipp Gampe)
2012-04-12  f1bb34c  #32581          [BUGFIX] Slider doesn't work in IE9 (Jigal van Hemert)
2012-04-12  88135a6  #35202          [BUGFIX] Fix the unit tests to work with PHPUnit 3.6 (Oliver Klee)
2012-04-12  f68a85e  #34860,#33685   [BUGFIX] Results from live search and opendocs can't be opened (Stefan Galinski)
2012-04-12  fbde347  #35905          [BUGFIX] Failing test in autoloader with phpunit 3.6 (Christian Kuhn)
2012-04-12  fed2e3c  #35897          [BUGFIX] Failing test in caching framework memcache backend (Christian Kuhn)
2012-04-11  87e9436  #35847          [BUGFIX] t3lib_div::getUrl() providing wrong error information (Ingo Renner)
2012-04-11  7825e7a  #35272          [BUGFIX] Enable XClassing of t3lib_install by replacing new (Kay Strobach)
2012-04-11  51d1dcf  #35126          [BUGFIX] Use state "excludeFromUpdates" in update check (Jigal van Hemert)
2012-04-10  e1c402f  #35257          [BUGFIX] ext_icon.gif for EXT:impexp (Georg Ringer)
2012-04-08  f4e9e59  #34695          [BUGFIX] missing parameter for implode (Jigal van Hemert)
2012-04-05  80946db  #31831          [BUGFIX] "Allowed excludefields" misses non-tt_content FlexForms (Kai Vogel)
2012-04-05  bd038d6  #32517          [BUGFIX] Set filename to downloaded resource in t3lib_compressor (Morton Jonuschat)
2012-03-29  2df8eda  #34625          [BUGFIX] preg_spliti should be preg_split (Georg Ringer)
2012-04-17 13:00:21 +00:00
taca
b503fe42da Update typo3_45 package to 4.5.15 (TYPO3 4.5.15).
Contains fix for XSS, https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2012-002/.


2012-04-17  7bd7fa7                  [RELEASE] Release of TYPO3 4.5.15 (TYPO3 v4 Release Team)
2012-04-17  34cd65d  #34348          [SECURITY] XSS in exception handler (Oliver Klee)
2012-04-17  03ed1e3                  [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
2012-04-15  bd08193  #36027          [BUGFIX] Localisation update doesn't work (Sebastian Fischer)
2012-04-14  455c288  #34742          [TASK] Change hardcoded URL to constant (dkd-egerer Sascha Egerer)
2012-04-13  d92797c  #24884          [BUGFIX] Saving Page Tree states issues in large environments (cybercraft)
2012-04-12  89232cd  #35202          [BUGFIX] Fix the unit tests to work with PHPUnit 3.6 (Oliver Klee)
2012-04-12  573c480  #34860,#33685   [BUGFIX] Results from live search and opendocs can't be opened (Stefan Galinski)
2012-04-12  df51e20  #35897          [BUGFIX] Failing test in caching framework memcache backend (Christian Kuhn)
2012-04-11  174d81f  #35847          [BUGFIX] t3lib_div::getUrl() providing wrong error information (Ingo Renner)
2012-04-11  8d9854c  #35272          [BUGFIX] Enable XClassing of t3lib_install by replacing new (Kay Strobach)
2012-04-10  d5b2b13  #35257          [BUGFIX] ext_icon.gif for EXT:impexp (Georg Ringer)
2012-04-08  f9fe38e  #34695          [BUGFIX] missing parameter for implode (Jigal van Hemert)
2012-04-05  c49f742  #31831          [BUGFIX] "Allowed excludefields" misses non-tt_content FlexForms (Kai Vogel)
2012-03-29  2a25362  #34625          [BUGFIX] preg_spliti should be preg_split (Georg Ringer)
2012-03-28  a2b1f8c  #25021          [BUGFIX] Creating new pages via drag'n'drop respects page TS (Philipp Kitzberger)
2012-04-17 12:59:01 +00:00
wiz
6dc4abe4b7 Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
ryoon
eeddbb42f0 Bump PKGREVISION.
* Add some modules like apache22
* Fix lua option build
2012-04-15 12:23:49 +00:00
markd
cbc4db0822 Update KDE SC to 4.8.2
bugfixes.
2012-04-15 05:54:50 +00:00
ryoon
b375fb5a56 Add lua option for mod_lua.
The lua option is disabled by default.
2012-04-14 20:44:44 +00:00
adam
88bb0e6439 Removed mk/apachever.mk 2012-04-14 16:25:11 +00:00
adam
f8cbfbab67 Installation fix 2012-04-14 12:46:46 +00:00
hans
4933aaf579 Fix build on SunOS by setting LIBS.SunOS+=-lrt -lsocket. 2012-04-13 23:10:39 +00:00
ryoon
9b1366cea8 Add apache24 2012-04-13 18:54:04 +00:00
ryoon
314dcb904a Import apache-2.4.1 as www/apache24.
The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for various modern desktop and server operating
systems, such as UNIX and Windows NT.  The goal of this project is to
provide a secure, efficient and extensible server which provides HTTP
services in sync with the current HTTP standards.

This package tracks 2.4.x release.
2012-04-13 18:50:48 +00:00
darcy
0f702c888b Add www/dojo 2012-04-12 20:53:31 +00:00
darcy
f988e36d60 Dojo is an Open Source DHTML toolkit written in JavaScript. It
builds on several contributed code bases (nWidgets, Burstlib, f(m)),
which is why we refer to it sometimes as a "unified" toolkit. Dojo
aims to solve some long-standing historical problems with DHTML
which prevented mass adoption of dynamic web application development.
2012-04-12 16:36:00 +00:00
drochner
6dcc052386 force certificate path rather than autodetect, should fix build error
in case certificates are not installed reported by David Holland
2012-04-12 09:51:12 +00:00
drochner
4cbf9093ab +librest07 2012-04-11 11:42:16 +00:00
drochner
ec6e3b59d6 add librest-0.7.12 (needed for newer shotwell)
This is API incompatible to pkgsrc/www/librest, and can coexist.
2012-04-11 11:40:18 +00:00
wiz
44378ae744 Update to 2.6:
=== RELEASE 2.6 ===

Sat Apr  7 03:54:41 CEST 2012 mikulas:

	Fixed reads and writes out of memory in the xbm decoder
	It may have security implications

Mon Apr  2 05:34:15 CEST 2012 mikulas:

	Fixed character set in the window title in X11

Fri Mar 30 05:10:32 CEST 2012 mikulas:

	Check EINTR after each syscall to work around non-working SA_RESTART
	on some old Unices

Wed Mar 28 22:11:23 CEST 2012 mikulas:

	Fixed access out of allocated memory in the graphics renderer.
	It may have security implications --- although just two characters
	('-' and 0) were written to the unallocated area.

Tue Mar 27 21:49:38 CEST 2012 mikulas:

	Fixed an infinite loop in usemap when invalid html tag was processed

Sun Mar 25 04:46:43 CEST 2012 mikulas:

	Fixed a crash if the user runs links with pipe on stdin

Sun Mar 25 02:42:11 MET 2012 mikulas:

	Fixed inefficiency when moving or dragging mouse over big documents

Sat Mar 24 01:26:05 CET 2012 mikulas:

	Fixed inefficiency when displaying documents with long lines

Wed Mar  7 23:02:27 CET 2012 mikulas:

	Fix copy and paste of Unicode characters to/from Xwindow
	clipboard

Tue Feb 28 21:04:51 CET 2012 mikulas:

	Fixed visual glitches in the select box in text-mode UTF-8

Sun Feb 26 18:31:17 MET 2012 mikulas:

	Use key ' to move forward

Thu Feb 23 23:13:35 CET 2012 mikulas:

	Fixed access out of memory when pasting too long string from
	a clipboard

Thu Feb 23 00:52:09 CET 2012 mikulas:

	The NSS encryption library can cause browser lockup. Add a warning.
	The user should use OpenSSL instead of NSS.

Wed Feb 22 23:11:45 CET 2012 mikulas:

	Fix for big endian Xserver

Tue Feb 21 03:03:33 MET 2012 mikulas:

	Restrict textarea and input field width to screen size minus margins

Tue Feb 21 00:29:09 CET 2012 mikulas:

	Fixed saving formatted document when UTF-8 is used

Sun Feb 19 22:24:20 MET 2012 mikulas:

	Fixed a crash if the user selected "Frame at full-screen" in the menu
	and there was no page displayed in the current frame

Mon Feb 13 19:35:07 MET 2012 mikulas:

	Reload bookmarks if some other Links instance changes them

Mon Feb 13 18:37:41 MET 2012 mikulas:

	Fixed some messages about decompression errors when http authentication
	and compression was used at the same time

Sun Feb 12 18:32:26 MET 2012 mikulas:

	Display filename and percentage in the download menu

Sun Feb 12 17:50:01 MET 2012 mikulas:

	Fixed divide-by-zero crash in the download code

Sun Feb 12 15:22:12 MET 2012 mikulas:

	Continue downloads to partially downloaded file

Tue Feb  7 07:13:49 MET 2012 mikulas:

	Add information about versions of libraries

Tue Feb  7 00:39:28 cet 2012 mikulas:

	Fixed visual glitches in the list editor

Sun Feb  5 20:35:43 cet 2012 mikulas:

	Fixed integer overflows if file cache has more than 2GB

Mon Jan 23 21:54:19 MET 2012 mikulas:

	Don't compact <br> tags inside <pre> (fixes line numbers in
	source code viewer on github)

Mon Jan 23 03:23:07 CET 2012 mikulas:

	Support non-english keyboard in the Xwindow driver

Sun Jan 15 01:42:59 cet 2012 mikulas:

	When opening a new window, copy html options from the existing session

Sat Jan 14 22:59:53 cet 2012 mikulas:

	Support #! translation according to Google specification

Thu Jan  5 02:43:42 CET 2012 mikulas:

	Fixed reading of a freed memory if the user deletes a user program
	while a query box with user programs is displayed

Fri Dec 30 15:34:11 MET 2011 mikulas:

	Allow the user to set local IP address

Thu Dec 29 18:41:51 MET 2011 mikulas:

	Allow the user to change colors
2012-04-10 10:53:28 +00:00
wiz
c595076396 All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08 20:21:41 +00:00
wiz
aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
dholland
b2cc10a214 Mark BROKEN; has not been buildable in years. Will be removed in due
course unless fixed. As far as anyone has been able to figure out so
far, this is actually an older version of devel/SOPE.
2012-04-07 17:36:40 +00:00
joerg
78928f4d4f Don't install cat pages. Bump revision. 2012-04-07 13:14:25 +00:00
ryoon
9bd47ceab2 * Fix enigmail runtime error
** Add NetBSD and DragonFly uname etc.
* Readd enigmail distfile
2012-04-04 20:05:09 +00:00
taca
b15edd2cb5 Update contao211-translations to 201204040.
Update Japanese, Latvian, Romanian and Slovak language files.
2012-04-04 12:26:41 +00:00
obache
0081b42d93 Update apache-tomcat to 5.5.35.
(fix CVE-2011-4858)

Tomcat 5.5.35 (jim)
    Catalina
        * Make configuration issues for security related Valves and Filters
          result in the failure of the valve or filter rather than just a
          warning message. (markt)
        * Ensure changes to the configuration of the RemoteHostValve and the
	  RemoteAddrValve via JMX are thread-safe. (markt)
        * In RequestFilterValve (RemoteAddrValve, RemoteHostValve): refactor
	  value matching logic into separate method and expose this new method
          isAllowed through JMX. (kkolinko)
        * Improve performance of parameter processing for GET and POST requests.
          Also add an option to limit the maximum number of parameters processed
          per request. This defaults to 10000. Excessive parameters are ignored.
          Note that FailedRequestFilter can be used to reject the request if
          some parameters were ignored. (markt/kkolinko)
        * New filter FailedRequestFilter that will reject a request if there
          were errors during HTTP parameter parsing. (kkolinko)
        * 52384: Do not fail with parameter parsing when debug logging is
          enabled. (kkolinko, jim)
        * Do not flag extra '&' characters in parameters as parse errors.
          (kkolinko, jim)
        * Slightly improve performance of UDecoder.convert(). Align %2f handling
          between implementations. (kkolinko)
        * 52225: Fix ClassCastException when adding an alias for an existing
          host via JMX. (kkolinko)
        * Do not throw an IllegalArgumentException from a parseParameters() call
          when a chunked POST request is too large, but treat it like an IO
          error. (kkolinko)
        * Add SetCharacterEncodingFilter (similar to the one contained in the
          examples web application) to the org.apache.catalina.filters package
          so it is available for all web applications. (kkolinko)

    General
        * Update Eclipse compiler to 3.7 and switch to using ecj.jar. (markt)

    Coyote
        * Improve multi-byte character handling in all connectors. (rjung)

    Jasper
        * 52335: Only handle <\% and not \% as escaped in template text. (markt)

    Webapps
        * 52049: Improve setup instructions for running as a Windows service:
          correct information on how a JRE is identified and selected.
          (kkolinko)
        * 52172: Update Tomcat build instructions. Includes changes proposed by
          bmargulies. (kkolinko)
        * 52243: Improve windows service documentation to clarify how to include
          # and/or ; in the value of an environment variable that is passed to
          the service. (markt)

    Other
        * 52059: Ensure Windows registry keys are removed when using the
          un-install option of the Windows installer. (markt)
2012-04-04 11:34:27 +00:00
ryoon
d94c4d1908 Fix build on FreeBSD 9.0.
* Patches are borrowed from deve/xulrunner
2012-04-02 14:35:00 +00:00
ryoon
0063b398e4 Fix build on FreeBSD 9.0.
* Add LDFLAGS.FreeBSD like DragonFly.
2012-04-01 15:19:56 +00:00
obache
d91a33e614 Update mediawiki to 1.17.3.
=== Changes since 1.17.2 ===

* (bug 22555) Remove or skip strip markers from tag hooks like &lt;nowiki&gt; in
  core parser functions which operate on strings, such as padleft.
* (bug 34212) ApiBlock/ApiUnblock allow action to take place without a token
  parameter present.
* (bug 34907) Fixed exposure of tokens through load.php that could have facilitated
  CSRF attacks.
* (bug 35317) CSRF in Special:Upload.
2012-03-31 12:45:25 +00:00
taca
68e15365ec More strict dependency to ruby-i18n_05.
Bump PKGREVISION.
2012-03-28 15:18:50 +00:00
taca
475761eaf9 Add unofficial fix for CVE-2012-1297 by checking Referer as days of Contao 2.9.
Bump PKGREVISION.
2012-03-28 15:14:24 +00:00
taca
31a3a4d283 Update typo3_46 to 4.6.7.
Fix security problem of https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2012-001/.

2012-03-28  a1b80e1                  [RELEASE] Release of TYPO3 4.6.7 (TYPO3 v4 Release Team)
2012-03-28  892bbbc  #22748          [SECURITY] Missing escaping for sys_notes (Georg Ringer)
2012-03-28  351084b  #25246          [!!!][SECURITY] XSS in filelink element (Georg Ringer)
2012-03-28  5943c54  #29060          [SECURITY] Information disclosure showing DB name (Georg Ringer)
2012-03-28  42cb07b  #29397          [SECURITY] XSS in show item (Christian Kuhn)
2012-03-28  8448714  #24474          [SECURITY] Missing escaping in scheduler (Georg Ringer)
2012-03-28  a5e14b2  #30940          [SECURITY] XSS in BE file list (Christian Kuhn)
2012-03-28  7451b95  #30188          [SECURITY] XSS possibility in RemoveXSS (Andreas Wolf)
2012-03-28  5491a24  #29536          [SECURITY] XSS in be_layouts (Georg Ringer)
2012-03-28  a6a9206  #30969          [SECURITY] XSS for extension meta data in About module (Oliver Klee)
2012-03-28  d6f9c2a                  [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
2012-03-28  f4ae450  #35260          [BUGFIX] Missing column in t3lib_TCEmain::getPreviousLocalizedRecordUid (Francois Suter)
2012-03-25  ddad96b  #34771          [TASK] Add missing sql_free_result in alt_doc.php (Wouter Wolters)
2012-03-24  cb92327  #35176          [BUGFIX] Tooltips for items in groupfields are not moved (Jigal van Hemert)
2012-03-23  fa992c7  #35160          [TASK] Code clean-up in t3lib_PageRenderer (Oliver Hader)
2012-03-23  2a968b2  #33791          [BUGFIX] Blank page after Save+Close in page settings (Stefan Galinski)
2012-03-18  b5d1b80  #32756          Revert "[BUGFIX] showAccessRestrictedPages doesn't replace links to restricted subpages" (Helmut Hummel)
2012-03-17  bc18ac6  #30847          [BUGFIX] Fix baseurl handling of IE with RTE htmlArea in FE and realurl (Stanislas Rolland)
2012-03-16  de9937b  #34662          [BUGFIX] Fatal error 't3lib_lock' does not exist (Oliver Hader)
2012-03-28 12:58:28 +00:00
taca
6458ce7151 Update typo3_45 to 4.5.14.
Fix security problem of https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2012-001/.

2012-03-28  c8acf67                  [RELEASE] Release of TYPO3 4.5.14 (TYPO3 v4 Release Team)
2012-03-28  1d769c4  #22748          [SECURITY] Missing escaping for sys_notes (Georg Ringer)
2012-03-28  b128c41  #30969          [SECURITY] XSS for extension meta data in About module (Oliver Klee)
2012-03-28  4dc50cb  #29397          [SECURITY] XSS in show item (Christian Kuhn)
2012-03-28  7b4e3cb  #24474          [SECURITY] Missing escaping in scheduler (Georg Ringer)
2012-03-28  d9065bd  #30940          [SECURITY] XSS in BE file list (Christian Kuhn)
2012-03-28  0b925b6  #30188          [SECURITY] XSS possibility in RemoveXSS (Andreas Wolf)
2012-03-28  e8ceb36  #25246          [!!!][SECURITY] XSS in filelink element (Georg Ringer)
2012-03-28  fa6a103  #29536          [SECURITY] XSS in be_layouts (Georg Ringer)
2012-03-28  784ffda  #29060          [SECURITY] Information disclosure showing DB name (Georg Ringer)
2012-03-28  a4d4c22                  [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
2012-03-28  45472a9  #35260          [BUGFIX] Missing column in t3lib_TCEmain::getPreviousLocalizedRecordUid (Francois Suter)
2012-03-26  7689dca  #35158          [TASK] Clean-up PHPdoc comments in t3lib_PageRenderer (Kai Vogel)
2012-03-26  afdbb20  #35159          [BUGFIX] Instance properties are defined statically (Kai Vogel)
2012-03-25  0c5402a  #34771          [TASK] Add missing sql_free_result in alt_doc.php (Wouter Wolters)
2012-03-25  c828d02  #35176          [BUGFIX] Tooltips for items in groupfields are not moved (Jigal van Hemert)
2012-03-24  0b32e02  #33791          [BUGFIX] Blank page after Save+Close in page settings (Stefan Galinski)
2012-03-23  35153e9  #35160          [TASK] Code clean-up in t3lib_PageRenderer (Oliver Hader)
2012-03-22  c59bd15  #35148          [BUGFIX] Non-static methods in t3lib_cache are called statically (Steffen M«äller)
2012-03-22  7059684  #30050          [BUGFIX] t3lib_div should contain only static methods (Jigal van Hemert)
2012-03-18  8ae8604  #32756          Revert "[BUGFIX] showAccessRestrictedPages doesn't replace links to restricted subpages" (Helmut Hummel)
2012-03-17  f25023e  #30847          [BUGFIX] Fix baseurl handling of IE with RTE htmlArea in FE and realurl (Stanislas Rolland)
2012-03-16  56ef45d  #34662          [BUGFIX] Fatal error 't3lib_lock' does not exist (Oliver Hader)
2012-03-28 12:57:23 +00:00
obache
318d23f612 Opera 11.62 for UNIX changelog
Release notes

Release date: 2012-03-27

Opera 11.62 is a recommended upgrade offering security and stability enhancements.
Changes since Opera 11.61
User interface
Fixed

    * Find in page (Ctrl + F) uses last used Find inline type
    * Address field focus lost on restart when installing extensions with a
      toolbar button
    * Submit data-security-warning locks page with two warning dialogs where
      only one can be closed
    * No window control buttons on the menu bar when disabling the close button
      on tabs
    * Inefficient loading order of resources
    * PDF and SVG options offered in GTK print dialog but not supported
    * Opera clipboard incompatible with Synergy/VNC/rdesktop/VMware/VirtualBOX
    * Sluggish file dialog in GTK
    * No GTK toolkit support under FreeBSD 9

Improved

    * Updated tr/hu/cs language strings

Display and scripting
Fixed

    * Some progressive JPEGs aren't decoded properly
    * Crash when inspecting a UserJSEvent object in Dragonfly
    * Facebook chat scrolling problems
    * Text cursor position lost when clicking to focus on a search match inside
      a textarea
    * Error message when sending mail at centrum.cz
    * IDNs starting with number are shown with punycode in address bar
    * Crash when posting message to extension background process

Mail, news, chat
Fixed

    * Selected message not consistent on layout switching
    * Last selected message is forgotten through a restart
    * Scrolling or switching view is slow when there are messages with many
      addressees
    * Occasional crash when navigating message list

Network
Fixed

    * Support Ctrl+F5 and Shift+F5 for unconditional reload of web page (bypass
      cache)
    * URL Turbo mode header reduction generates invalid HTTP messages

Presto 2.10 rendering engine
Encoding improvements

    * Changed multi-byte encodings to be non-greedy when encountering invalid
      byte sequences, which is more compatible with other implementations

Security
Fixed

    * Fixed an issue where small windows could be used to trick users into
      executing downloads, as reported by Jordi Chancel; see our advisory:
	http://www.opera.com/support/kb/view/1010/
    * Fixed an issue where overlapping content could trick users into executing
      downloads, as reported by Jordi Chancel; see our advisory:
	http://www.opera.com/support/kb/view/1011/
    * Fixed a printing issue which could allow data leaks to other system users,
      or allow them to corrupt data, as reported by Christof Meerwald; see our
      advisory:
	http://www.opera.com/support/kb/view/1015/
    * Fixed an issue where history.state could leak the state data from cross
      domain pages; see our advisory:
	http://www.opera.com/support/kb/view/1012/
    * Fixed an issue which could allow web page dialogs to display the wrong
      address in the address field; see our advisory:
	http://www.opera.com/support/kb/view/1013/
    * Fixed an issue where carefully timed reloads and redirects could spoof the
      address field, as reported by Jordi Chancel; see our advisory:
	http://www.opera.com/support/kb/view/1014/
2012-03-28 05:00:36 +00:00
joerg
1448f1e9eb Doesn't work with Apache 1.3 2012-03-26 14:06:53 +00:00
ryoon
5ab6ad2769 Readd enigmail distfile. 2012-03-24 04:29:53 +00:00
ryoon
bab44dddfe Fix build with gcc<4.5.
For example, fix build on DragonFly 3.0.1.
See https://bugzilla.mozilla.org/show_bug.cgi?id=621446
2012-03-23 22:01:45 +00:00
asau
66dbe664de Update to Cherokee 1.2.105
Requested by Moritz Wilhelmy on IRC.


Vulnerabilities fixed:

* CVE-2011-2191
  Cross-site request forgery (CSRF) vulnerability in Cherokee-admin in Cherokee
  before 1.2.99 allows remote attackers to hijack the authentication of
  administrators for requests that insert cross-site scripting (XSS) sequences,
  as demonstrated by a crafted nickname field to vserver/apply.

* CVE-2011-2190
  The generate_admin_password function in Cherokee before 1.2.99 uses time and
  PID values for seeding of a random number generator, which makes it easier
  for local users to determine admin passwords via a brute-force attack.


New features (excerpt):

* Caching policies support
* Custom header can be defined inside rules
* Improved Index Page
* Kqueue is now used by default on MacOS X and *BSD
* New option to disable the use of SSLv2
* Wild cards are now supported in dirlist fields
* Redirection entries can be reordered
* ${vserver_name_req} in logger 'Custom'
* Cherokee-admin can be shut down from within
* TLS/SSL supports the 'IP per VServer' workaround now
* Virtual Server complex match support (OR rules)
* Redirection error handler has a 'default' option now
* New ${root_domain} macro in Advanced Virtual Hosting
* Failover load balancing plug-in
* cherokee-admin-launcher tool
* Information Source name resolution pre-caching
* Gzip and Default is configurable now (#1054)
* ${http_host}, ${http_referrer}, and ${http_user_agent} (#896)
* Much better OPTIONS support
* Documentation improvements
* Information Sources can be reordered now (*CGI handlers)
* X-Sendfile and X-Accel-Redirect support in the proxy
* Shared memory implementation (no longer SysV) (#537)
* Logger custom. New macro: ${http_cookie}
* Virtual Host regex group replacement (^ parameters)
* --with-cgiroot in configure
* -i / --disable-iocache param in cherokee-admin
* 'Server Info' extended to support accepts and timeouts
* cherokee-admin-launcher accepts SIGHUP now
* CTK_COOKIE security enhancement
* Enhanced pre-saving validations
* Interpreter env. vars can embedded $VARs evaluation
* QA bench can be run without installing Cherokee first
* OS tuning documentation
* Regex against full header match
* Nick name match is optional on VServers (#1075)
* Front-Line Cache (beta)
* Cherokee Distribution (beta)
* CHEROKEE_TRACE special "from=<ip>" support
* SSL/TLS Wizard
* SSI recursive includes
* "UNIX socket in a abstract namespace" support
* Adds SHA512 support to the MySQL validator
* HSTS (HTTP Strict Transport Security) support
2012-03-22 22:40:18 +00:00
taca
a55f0d06e0 * Remove contao29 related lines.
* Update "used by" in comments.
2012-03-22 14:59:38 +00:00
taca
91573e3455 Remove contao29.
Please switch to contao211 (or contao210).
2012-03-22 14:56:20 +00:00
taca
0391607b1c Remove contao29-example.
Please switch to contao211 (or contao210).
2012-03-22 14:55:35 +00:00
taca
85e4069481 Remove contao29-translations.
Please switch to contao211 (or contao210).
2012-03-22 14:54:57 +00:00
taca
2b0872a994 Remove contao29 based packages. 2012-03-22 14:53:57 +00:00
taca
ffbce9c108 Update fengoffice to 2.0.0.
Since 2.0 RC 1
----------------
bugfix: Uploading files fom CKEditor.
bugfix: Some data was not save creating a company.
bugfix: Error produced from documents tab - New Presentation.
bugfix: Problems with task dates in some views.
bugfix: Fatal error when you post a comment on a task page.
bugfix: Generation of task repetitions in new tasks.
bugfix: Do not let assign tasks (via drag & drop) to users that doesn't have permissions.
usability: Interface localization improvements.
system: Performance improvements.

Since 2.0 Beta 4
----------------
bugfix: Extracted files categorization
bugfix: When adding workspaces
bugfix: Breadcrumbs were not working fine all the time
bugfix: Being able to zip/unzip files
security: JS Injection Slimey Fix
system: .pdf and .docx files contents search
system: Improvement when creating a new user
system: Plugin update engine
system: Plugin manager console mode
system: Search in file revisions
system: Import/Export contacts available again
system: Import/Export events available again
system: Google Calendar Sync
system: Improvement on repeating events and tasks
system: Cache compatibility (i.e.: with APC)
usability: Completing a task closes its timeslots
usability: Task progress bar working along the timeslots
usability: Being able to change permissions in workspaces when editing

Since 2.0 Beta 3
----------------
bugfix: Several changes in the permissions system
bugfix: Invalid sql queries fixed
bugfix: Issues with archived and trashed objects solved
bugfix: Issues with sharing table solved
bugfix: Improved IE7 and IE9 compatibility
bugfix: Several timeslots issues solved
bugfix: IMAP issue solved at Emails module
bugfix: Solved issue with templates
bugfix: Added missing tooltips at calendar
bugfix: Issue when completing repetitive task solved
bugfix: Solved some issues with the Search engine
bugfix: Solved issue with timezone autodetection
buffix: Solved 'dimension dnx' error creating a workspace
usability: Permission control in member forms
usability: Disabling a user feature
usability: Resfresh overview panel after quick add
usability: Langs update/improvement
usability: Drag & Drop feature added
usability: Quick add task added, and improved
usability: Slight improvement with notifications
usability: Avoid double click at Search button (which caused performance issues)
usability: Permissions by group feature added
usability: Simple billing feature added
system: Security Fixes
system: Mail compatibility improved for different email clients
system: Feng 2 API updated
system: General code cleanup
system: Widget Engine
system: Performance improvements in custom reports
system: Print calendar
system: Custom Properties

Since 2.0 Beta 2
----------------
bugfix: Fixed problem uncompressing files
bugfix: Loading indicator hidden
bugfix: Search in mail contents
bugfix: Mail reply js error
bugfix: Filter members associated with deleted objects
bugfix: Fixed permission error creating a contact
usability: Contact View Improvements
usability: Navigation Improvements
system: Permission system fixes
system: Performance issues solved. Using permission cache 'sharing table' for listing
system: Weblinks module migrated

Since 2.0 Beta 1
----------------
bugfix: Fixed problem with context trees when editing content objects
bugfix: Fixed template listing
bugfix: Fixed issues when instantiating templates with milestones
bugfix: Fixed issue deleting users from 'people' and 'users' dimension.
bugfix: Fixed 'core_dimensions' installer
bugfix: Z-Index fixed in object-picker and header
usability: Selected rows style in object picker
system: General code cleanup

Since 1.7
-----------
system: Plugin Support
system: Search Engine performance improved
system: Multiple Dimensions - 'Workspaces' and 'Tags' generalization
system: Database and Models structure changes - Each Content object identified by unique id
system: Email removed from core (Available as a plugin)
system: User Profile System
feature: PDF Quick View - View uploaded PDF's
usability: Default Theme improved
usability: Customizable User Interface
2012-03-22 13:28:11 +00:00
markd
a4484c4662 Add libmediawiki 2012-03-21 20:58:22 +00:00
markd
c4eab1d31d Import libmediawiki 2.5.0
libmediawiki is a KDE C++ interface for MediaWiki based web service as
wikipedia.org

This library is used by kipi-plugins and digiKam.
2012-03-21 20:57:24 +00:00
drochner
449807a220 update to 2.2.2
changes:
-new: duplicate line and delete line
-Catalan translation
-bugfixes and minor improvements
2012-03-21 18:37:43 +00:00
drochner
597a76df04 update to 1.6.8
change: minor D&D fix
(I know, 1.8 is out. I've tested and found it too sluggish.)
2012-03-21 18:35:05 +00:00
ryoon
e4d09e6c3b Remove correct file, firefox10.
Fix "make package" on DragonFly/i386 3.0.1.
2012-03-21 10:37:54 +00:00
dholland
b6bebb67db Add missing PAM buildlink, and tell configure script where to find it.
Otherwise only builds with native PAM.
2012-03-20 16:25:51 +00:00
taca
107fee7b03 A little strict dependency.
Bump PKGREVISION.
2012-03-20 14:50:53 +00:00
taca
bcf0de0011 Remove zope3, Zope 3.3.1.
Zope 3.3.1 is EOL and the package itself isn't maintained for long time.

Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.
2012-03-20 14:27:27 +00:00
taca
8b78c7c287 Remove Zope (Zope2) supporting files. 2012-03-20 14:25:29 +00:00
taca
3306cbbaf0 Remove zope29, Zope 2.9.12.
Zope 2.9.12 is EOL and the package itself isn't maintained for long time.

Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.
2012-03-20 14:24:23 +00:00
taca
29b50fd342 Remove zope210, Zope 2.10.13.
Zope 2.10.13 is EOL and the package itself isn't maintained for long time.

Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.
2012-03-20 14:23:31 +00:00
taca
bb95830197 Remove zope211, Zope 2.11.8.
Zope 2.11.8 is EOL and the package itself isn't maintained for long time.

Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.
2012-03-20 14:22:25 +00:00
taca
7a795e496b Remove zope-jamailhost pacakge.
Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.
2012-03-20 14:20:48 +00:00
taca
da6c5a1cc9 Remove zope-ejsplitter package.
Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.
2012-03-20 14:20:08 +00:00
taca
7b6255193f Remove entries for zope packages:
zope
	zope-ejsplitter
	zope-jamailhost
	zope210
	zope211
	zope29
	zope3
2012-03-20 14:18:56 +00:00
taca
e2091cad86 Remove support files for Plone. 2012-03-20 14:17:07 +00:00