Commit graph

12304 commits

Author SHA1 Message Date
taca
66d4281269 Update geeklog to 2.0.0.
Here is summary from release announce.  Full changes are available in
docs/history file.  (XSS problem was already fixed by geeklog-1.8.2sr1.)

* Improved strength of password hashing
* Allow Topics to have child Topics
* Allow Articles, Blocks and other Plugin objects to be associated with more
  than one Topic
* Topic Breadcrumb support
* Emergency Rescue Tool is included with the Geeklog Install
* Added support for MySQLi
* Add Stop Forum Spam and Spam Number of Links Modules to Spam-X
* A new theme called Denim which is based on Responsive Web Design
* A new theme called Modern Curve
* Comments Form on same page as Articles and plugin other Plugin objects
* Comments RSS Feed Plugin now integrated into Geeklog
* Includes updated versions of jQuery to 1.9.1 and jQuery UI to 1.10.1
* Updated FCKeditor version to 2.6.9
* XSS fixes for the Install, Configuration, Topic Editor, Polls Plugin and
  Calendar Plugin
* Twitter OAuth API updated
* HTML 5 DOCTYPE
2013-04-02 15:46:36 +00:00
taca
3944b9c2e1 Move squid/options.mk to squid27/options.mk since squid/options.mk isn't
shared by multiple packages any more.

No functional change.
2013-04-02 15:42:21 +00:00
taca
f0f514d442 Update contao30 to 3.0.6.
pkgsrc change: stop using DIST_SUBDIR.

Version 3.0.6 (2013-03-21)
--------------------------

### Fixed
Do not add links to news, events, FAQs or newsletters to the sitemap if the
target page has not been published (see #5520).

### Fixed
Include the local configuration file twice, once before and once after the
module configuration files are parsed (see #5490). This will make settings like
the debug or safe mode work properly.

### Fixed
Correctly set the RSS feed self-reference (see #5478).

### Fixed
Remove `­` and ` ` from RSS and Atom feeds (see #5473).

### Fixed
Do not remove the grid column margin on mobile devices (see #5475).

### Fixed
Store the relative path to the installation in the `pathconfig.php` (see #5339).

### Fixed
Correctly send the comment moderation mails (see #5443).

### Fixed
Correctly create the user home directory upon registration (see #5437).

### Improved
Made the `.htaccess` files Apache 2.4 ready (see #5032).

### Fixed
Also truncate opened files in `File::truncate()` (see #5459).

### Fixed
Added the "allowTransparency" attribute to the mediabox script (see #5077).

### Fixed
The submit button label was not shown in the `FormSubmit` widget (see #5434).

### Fixed
Show invisible elements in the back end preview (see #5449).

### Fixed
Allow to create forward pages without a specific target (see #5453).

### Fixed
Updated the TinyMCE typolinks plugin (see #5329).

### Fixed
Correctly initialize the user's pagemounts (see #5454).

### Fixed
Support loading static JavaScripts in the `config.php` files (see #4890).

### Fixed
Show all articles if the article list module is in the same column (see #5373).

### Fixed
Do not show `mail_` templates from theme folders (see #5379).

### Fixed
Consider only published events when finding the calendar boundaries and only
render the previous and next links if there are events (see #5426).

### Fixed
Do not override the header and footer height in the layout builder (see #5368).

### Fixed
Correctly reset fallback, default and "do not copy" fields (see #5252).
2013-04-02 15:34:35 +00:00
taca
9894393062 Update contao211-translations to 201303210.
Update Japanese language files.
2013-04-02 15:31:21 +00:00
taca
cb3f3e38b3 Update contao211 to 2.11.10.
Version 2.11.10 (2013-03-21)
----------------------------

### Fixed
Cast varchar date fields to int when selecting from the database (see #5503).

### Fixed
Only unset POST variables if `Widget::submitInput()` returns `true` (see #5474).

### Fixed
Strictly compare values when determining whether to save or not (see #5471).

### Updated
Updated TinyMCE to version 3.5.8 (see #5329).

### Fixed
Correctly show the "invalid date and time" error message (see #5480).

### Fixed
Correctly split the words when adding to the search index (see #5363).

### Fixed
Correctly load TinyMCE in IE7 and IE8 (see #5346).

### Fixed
Send the correct cache headers in "client cache only" mode (see #5358).

### Fixed
Remove the session of deleted or disabled users (see #5353).

### Fixed
Correctly set the cookie paths (see #5339).
2013-04-02 15:29:00 +00:00
taca
a3ecaad372 Add "used by www/contao30-example/Makefile" in comment. 2013-04-02 15:27:58 +00:00
taca
d53542eb19 Add "used by www/contao30/Makefile" in comment. 2013-04-02 15:27:34 +00:00
adam
b1c341bdfe Changes 1.5.1:
The biggest fix is for a memory leak introduced in Django 1.5. Under certain circumstances, repeated iteration over querysets could leak memory - sometimes quite a bit of it. If you'd like more information, the details are in our ticket tracker (and in a related issue in Python itself).

If you've noticed memory problems under Django 1.5, upgrading to 1.5.1 should fix those issues.

Django 1.5.1 also includes a couple smaller fixes:
* Module-level warnings emitted during tests are no longer silently hidden.
* Prevented filtering on password hashes in the user admin.
2013-04-01 20:52:44 +00:00
kleink
16e9a717c3 + py-flask-babelex 2013-04-01 17:41:16 +00:00
kleink
321160d8b1 Import Flask-BabelEx-0.8.1 as www/py-flask-babelex.
Flask-BabelEx adds i18n/l10n support to Flask applications with
the help of the Babel library.

This is fork of official Flask-Babel extension with following
features:
* It is possible to use multiple language catalogs in one Flask
  application;
* Localization domains: your extension can package localization
  file(s) and use them if necessary;
* Does not reload localizations for each request.
2013-04-01 17:40:25 +00:00
kleink
8f66590051 Update py-flask-flatpages to 0.4.
Version 0.4
~~~~~~~~~~~

Released on 2013-04-01

* Add ``FLATPAGES_MARKDOWN_EXTENSIONS`` config to setup list of Markdown
  extensions to use with default HTML renderer.
* Fix a bug with non-ASCII filenames.
2013-04-01 16:52:47 +00:00
joerg
ecf7cae9db Fix package build by catching an exception for misconfiguration from
newer Django.
2013-04-01 12:31:23 +00:00
wen
353a11e4d8 Update to 2.4.3
Upstream changes(since 2.4.0):
2.4.3
Regression fix
MDL-38474 - Teachers unable to access server files
Note: Moodle 2.4.3 is being released just one week after 2.4.2 in response to a serious regression being discovered in 2.4.2.
Other fixes
MDL-38303 - MUC: Session cache is adjusted accordingly when user logs in or out
MDL-38386 - Upgrade step for 24 and master adjusted
MDL-38332 - Browsing users paginates properly for multiples of 30 users
MDL-33424 - Images correctly restored from a 1.9 course quiz
MDL-34011 - Display of student attempts for Short Answer questions in Lessons is now correct

2.4.2
Highlights
MDL-32975 - There is an option to sort My Courses list alphabetically
MDL-36297 - HTML purifier strings are now cached
MDL-35074 - More students can now appear per page in the Grader Report
MDL-34435 - Actions in categories are now logged
Functional changes
MDL-30669 - Admins are warned before deleting 'Sticky' site-wide blocks in 2.2 accidentally through a course page
MDL-37894 - Not yet opened quizzes show close date as well as open date
MDL-35336 - Process for enabling statistics is now clearer
API changes
MDL-36363 - Removing a file store cache instance removes its folder too
MDL-31636 - Comments API allows plugins to set the date format
Security issues
MSA-13-0011 Calendar subscription capability issue
MSA-13-0012 Information leak in course profiles
MSA-13-0013 Server information revealed through exception messages
MSA-13-0014 Password revealed in WebDav repository
MSA-13-0015 Cross-site scripting issue in Filepicker
MSA-13-0016 External Entity Injection through Zend library
MSA-13-0017 Form manipulation issue in notes
MSA-13-0018 Personal information leak through repositories
MSA-13-0019 Unauthorised settings editing through WebDav repository
Fixes and improvements
Fixes for MUC - MDL-37683 MDL-37545 MDL-38110 MDL-38165
MDL-37792 - Conditional Resource based on a profile interest field now works when fields are empty
MDL-38173 - Adding modules to courses where completion is enabled no longer causes corruption
MDL-37847 - Plain text essays now show HTML special characters appropriately
MDL-37774 - Moodle 1.9 to 2.x course restore now works with directory resources
MDL-37563 - Assignment upgrade now includes conditional access settings
MDL-36757 - Editing an activity no longer reveals hidden grades
MDL-35780 - Participants page disclosure of email addresses is now consistent
MDL-35175 - Lesson now shows attempts if associated with a grouping
MDL-37710 - Students can access their own submitted files in a team submission assignment
MDL-38352 - Improved language strings added to the English language pack, the most noticeable being 'My Moodle' in the site admin settings renamed as My home

2.4.1
Highlights
MDL-32880 - Make 1.9 blocks restorable in 2.3 onwards
MDL-34791 - Activity quick title edit updates name in gradebook
MDL-35653 - Wiki module works if you activate the force format option
API changes
MDL-30700 - There is a new function "text_sorting($columnname)" for the class flexible_table which allows you to specify which columns are of type "text" so they can be sorted correctly in all databases.
MDL-35593 - core_webservice_get_site_info returns version number as PARAM_TEXT
MDL-30961 - get_course_contents web service's name value is now PARAM_RAW
Security issues
MSA-13-0001 - Security issue in Google Spellchecker in TinyMCE
MSA-13-0002 - Capability issue with Outcome editing
MSA-13-0003 - Potential server file access through backup restoration
MSA-13-0004 - Information leak through activity report
MSA-13-0005 - Potential phishing attack through URL redirects
MSA-13-0006 - Potential information leak in Assignment module
MSA-13-0007 - Potential exploit in messaging
MSA-13-0008 - Information leak through Blog RSS
MSA-13-0009 - Information leak through Blog RSS
MSA-13-0010 - Failure to check capabilities in calendar
Fixes and improvements
MDL-36680 - Overview report now gives correct course total by not including hidden item grades
MDL-37165 - Assignment summary displays on Oracle
MDL-36963 - Automatic updates deployer needs checks directory permissions
2013-03-31 13:51:48 +00:00
joerg
a112adf32f Newer MySQL has moved to PREFIX/lib. Adjust. 2013-03-28 21:40:50 +00:00
joerg
3f362071bd Forward class definitions must not use namespace :: syntax. 2013-03-26 23:30:44 +00:00
joerg
a0dfe45d85 Fix build with Clang. 2013-03-24 16:45:54 +00:00
joerg
917308a679 Fix PLIST for Python != 2.7 2013-03-24 16:44:37 +00:00
kleink
97030aff85 Update py-flask-admin to 1.0.5.
1.0.5
* SQLAlchemy 0.8 support
* Choices and PostgreSQL Enum field type support
* Flask-BabelEx will be used to localize administrative interface
* Simple text file editor
* File admin has additional hooks: rename, edit, upload, etc
* Simple text file editor
* External links in menu
* Column descriptions
* Possibility to override master template
* Reworked templates. New âlayoutâ sample with completely different
  administrative UI
* Ability to customize wtforms widget rendering through form_widget_args
  property
* German translation (WIP)
* Updated documentation
* Lots of bug fixes
2013-03-24 13:24:27 +00:00
joerg
3aa41ba28a Fix PLIST for Python 2.6. 2013-03-23 12:19:14 +00:00
ryoon
9988416c3a Bump PKGREVISION.
* Fix _res is not supported for multi-threaded programs. error.
  Reported by Jun Ebihara on tech-pkg@.
2013-03-22 21:02:45 +00:00
drochner
c6b30f6316 JIT is broken on NetBSD/i386, don't enable it by default on that platform 2013-03-20 13:37:49 +00:00
taca
08961a60a5 Fix MASTER_SITES since they change organization of website. 2013-03-20 13:11:46 +00:00
taca
aaa3d049c3 Update ruby-rails32 to 3.2.13.
Several security fixes.
2013-03-19 16:18:35 +00:00
taca
92a159835b Update ruby-activeresource32 to 3.2.13.
No change except version.
2013-03-19 16:15:33 +00:00
taca
6cabc98b20 Update ruby-actionpack32 to 3.2.13.
This is part of security update of Ruby on Rails 3.2.13 and changes are
too many to write here.  Please refer CHANGELOG.md.
2013-03-19 16:13:26 +00:00
taca
cd969ffa97 Restirct typo3_47 to php53.
Bump PKGREVISION.
2013-03-19 15:37:41 +00:00
taca
6eb6b4d883 Restirct typo3_46 to php53.
Bump PKGREVISION.
2013-03-19 15:36:55 +00:00
taca
b83566bbcc Restirct typo3_45 to php53.
Bump PKGREVISION.
2013-03-19 15:35:42 +00:00
ryoon
6e6d657e39 Update to 1.7.4
* Change MASTER_SITES to github.
* Fix command in MESSAGE.

Changelog:
Unavailable.
2013-03-19 15:24:37 +00:00
ryoon
18b91750e2 No PKGREVISION bump.
* Add NetBSD keyword to patch.
* Fix PLIST.
2013-03-19 15:10:09 +00:00
taca
89106f08df Prevent install *.orig files.
For short timeslot, no PKGREVISION bump.
2013-03-19 14:33:11 +00:00
ryoon
abc8f75912 Update to 5.0.0
* Change to 5.0 branch.

Changelog:
Version 5.0.0 March 14th 2013

    New design
    Restore deleted files
    New fulltext search
    Display names
    New photo gallery
    Improved calendar and contacts
    Improved bookmarks
    New documentation system
    Improved file cache
    Improved security checks
    Security hardening in templates
    Security hardening: Implemented Content Security Policy
    Better versioning of better autoexpire
    Extended external storage
    New OCS REST API support
    Improved apps management
2013-03-19 14:29:55 +00:00
wiz
f1cf590452 Add missing dependencies. Bump PKGREVISION.
Assume root user for message instead of sudo'ing everything.
Fix typo.
2013-03-19 08:51:43 +00:00
obache
aa3a12617b Fixes build on NetBSD-5.2-i386, i486 features are required. 2013-03-19 01:43:05 +00:00
tsutsui
c5c17e84b7 Make "curl-config --libs" return proper ldflags for shared libraries.
After curl 7.25.0 update (imported to pkgsrc at 20120417),
"curl-config --libs" no longer returns "-Wl,-R/usr/pkg/lib"
while "curl-config --static-libs" still returns it.

Fixes the root cause of libcurl part of PR pkg/46567, and this is
also required to fix openoffice3 issue as mentioned in PR pkg/46983.
The problem is tracked and reported by Yasushi Oshima.

Bump PKGREVISION.
2013-03-17 21:33:33 +00:00
taca
d080636622 Update ruby-rack-protection to 1.5.0.
* Add a `report` reaction.
  This reaction does not halt the request, but leaves it up to the app to
  react on this information.  This allows e.g. frameworks to ignore failures
  in certain conditions.
2013-03-17 16:16:39 +00:00
taca
4d7e727072 Update heel to 3.0.2.
# Changelog
## Version 3.0.2 - 2013-03-13

* Fix generated pages to say they are utf-8 [#4]
* Fix formatting of usage section of documentation
* Update dependencies
* Convert to RDoc 4.0
2013-03-17 15:57:46 +00:00
taca
b0e13fd00b Update ruby-css-parser to 1.3.4.
Changes aren't available, please refer github's commit log.
2013-03-17 15:56:42 +00:00
taca
b13d2d7c0c Update ruby-cssmin to 1.0.3.
## 1.0.3 (2013-03-14)

* Fixed a bug that broke media queries. [Rob]
* Fixed a bug that caused the input string to be modified when modifications
  should only have been made to a copy.
2013-03-17 15:53:21 +00:00
taca
152c4cba8a Update ruby-webrobots to 0.1.1.
A few fixes.
2013-03-17 15:51:54 +00:00
taca
51767306df Revert php-apc to 3.1.13 since version 3.1.14 disappeared from official
pecl.php.net
2013-03-17 10:46:45 +00:00
shattered
8b39b7d893 Updated to 2.59. Changes:
added sanity-check for time-interval-option
added x-hiername for NetCache-Logparsing
fix for iPlanet Web Proxy Server
moved CARP from HIT to MISS section
2013-03-16 18:43:44 +00:00
bouyer
2bd5363e5e This requires php-pdo, add it to the depends list
NetBSD's iconv doesn't support ASCII//TRANSLIT, use plain ASCII instead.
bump PKGREVISION
2013-03-16 17:27:27 +00:00
taca
448f810e26 Update SOGo to 2.0.4b.
2.0.4b (2013-02-04)
------------------

Bug fixes
 - Fixed order of precedence for options (#2166)
   The following order is enforced - first match wins
     1. Command line arguments
     2. .GNUstepDefaults
     3. /etc/sogo/{debconf,sogo}.conf
     4. SOGoDefaults.plist
 - fixed handling of LDAP DN containing special characters (#2152, #2207)
 - fixed handling of credential files for older GNUsteps (#2216)
 - fixed display of messages with control characters (#2079, #2177)
 - fixed tooltips in contacts list (#2211)
 - fixed classification menu in component editor (#2223)
 - fixed link to ACL editor for 'any authenticated user' (#2222, #2224)
 - fixed saving preferences when mail module is disabled
 - fixed handling for long credential strings (#2212)

2.0.4a (2013-01-30)
------------------

Enhancements
 - updated Czech translation
 - birthday is now properly formatted in addressbook module

Bug fixes
 - fixed handling of groups with spaces in their UID
 - fixed possible infinite loop in repeatable object
 - fixed until date in component editor
 - fixed saving all-day event in appointment editor
 - fixed handling of decoding contacts UID
 - fixed support of GNUstep 1.20 / Debian Squeeze

2.0.4 (2013-01-25)
------------------

New features
 - sogo-tool: new "dump-defaults" command to easily create /etc/sogo/sogo.conf

Enhancements
 - The sogo user is now a system user.
   For new installs, this means that 'su - sogo' won't work anymore.
   Please use 'sudo -u sogo cmd' instead
   If used in scripts from cronjobs, 'requiretty' must be disabled in sudoers
 - added basic support for LDAP URL in user sources
 - renamed default SOGoForceIMAPLoginWithEmail to
   SOGoForceExternalLoginWithEmail and extended it to SMTP authentication
 - updated the timezone files to the 2012j edition and removed RRDATES
 - updated CKEditor to version 4.0.1
 - added Finnish translation - thanks to Kari Salmu
 - updated translations
 - recurrence-id of all-day events is now set as a proper date with no time
 - 'show completed tasks' is now persistent
 - fixed memory usage consumption for remote ICS subscriptions

Bug fixes
 - fixed usage of browser's language for the login page
 - fixed partstat of attendee in her/his calendar
 - fixed French templates encoding
 - fixed CardDAV collections for OS X
 - fixed event recurrence editor (until date)
 - fixed column display for subfolders of draft & sent
 - improved IE7 support
 - fixed drag'n'drop of events with Safari
 - fixed first day of the week in datepickers
 - fixed exceptions of recurring all-day events

2.0.3 (2012-12-06)
------------------

New features
 - support for SAML2 for single sign-on, with the help of the lasso library
 - added support for the "AUTHENTICATE" command and SASL mechanisms
 - added domain default SieveHostFieldName
 - added a search field for tasks

Enhancements
 - search the contacts for the organization attribute
 - in HTML mode, optionally place answer after the quoted text
 - improved memory usage of "sogo-tool restore"
 - fixed invitations status in OSX iCal.app/Calendar.app (cleanup RSVP attribute)
 - now uses "imap4flags" instead of the deprecated "imapflags"
 - added Slovak translation - thanks to Martin Pastor
 - updated translations

Bug fixes
 - fixed LDIF import with categories
 - imported events now keep their UID when possible
 - fixed importation of multiple calendars
 - fixed modification date when drag'n'droping events
 - fixed missing 'from' header in Outlook
 - fixed invitations in Outlook
 - fixed JavaScript regexp for Firefox
 - fixed JavaScript syntax for IE7
 - fixed all-day event display in day/week view
 - fixed parsing of alarm
 - fixed Sieve server URL fallback
 - fixed Debian cronjob (spool directory cleanup)
2013-03-16 15:12:57 +00:00
obache
f5878d332f Update ruby-sinatra to 1.3.6.
= 1.3.6 (backport release) / 2013-03-15

Backported from 1.4.0:

 * Take views option into account for template caching. (Konstantin Haase)

 * Improve documentation (Konstantin Haase)

 * No longer override `define_singleton_method`. (Konstantin Haase)
2013-03-16 12:39:22 +00:00
obache
778bed8bfb Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
taca
4f4df5a58a Update php-apc to 3.1.14.
3.1.14

- When include_once_override is on, use the cached realpath. See rev. 328172
  for a full explanation (Rasmus)
- Fixed bug #63852 (apc 3.1.13 fails to build if __APC_SMA_DEBUG__ is set)
  (Laruence)
- Fixed bug #63434 (Segfault if apc.shm_strings_buffer excceed apc.shm_size)
  (Laruence)
- Fixed bug #63070 (apc.include_once_override bug) (Laruence)
- Fixed bug #62151 (Stat files only require read access only, windows). (Pierre)
- fix num. segfaults by revert rev. 326820 and issue reported in bug #62972
- Fixed bug #63491 file_md5 value was wrong when use apc_bin_load function
  (Anatoliy)
- Fixed PHP 5.5 compatibility (related to VM variables access fix) (Anatoliy)
- Added tests for bugs #63224, #63545, #63669 (Anatoliy)
2013-03-16 04:16:48 +00:00
taca
99b3f2702d Reset PKGREVISION by update of both php53 and php54. 2013-03-16 02:00:33 +00:00
taca
6bf42f7da9 Add and enable ruby-pygments.rb. 2013-03-15 23:49:06 +00:00
taca
49a30685cf Add ruby-pygments.rb package version 0.3.7.
A Ruby wrapper for the Python [pygments syntax
highlighter](http://pygments.org/).

pygments.rb works by talking over a simple pipe to a long-lived Python child
process. This library replaces
[github/albino](https://github.com/github/albino), as well as a version of
pygments.rb that used an embedded Python interpreter.

Each Ruby process that runs has its own 'personal Python'; for example, 4
Unicorn workers will have one Python process each.  If a Python process dies,
a new one will be spawned on the next pygments.rb request.
2013-03-15 23:47:51 +00:00
drochner
703e68f738 update to 2.2.4
changes:
-minor fixes
-small improvements: speed, language support
2013-03-15 18:32:01 +00:00
drochner
03dba333b0 update to 0.4.9
changes:
-bugfixes
-UI improvements
2013-03-15 18:28:50 +00:00
drochner
505addc849 update to 1.8.12
changes: minor fixes
2013-03-15 18:24:10 +00:00
wen
b8491f014f Update to 0.28
Upstream changes:
0.28 Thu Mar 14 2013
        [FIXES]
        - the Accept-Encoding header removal code was broken in the previous
          version. Now the header will be removed as soon as a body filter
          is configured.
        [TEST]
        - use File::Spec in the test suite to compute portable file names,
          to avoid some test failures, like
          http://www.cpantesters.org/cpan/report/856ca676-6bf5-1014-bfa1-9d8aa3912248

0.27 Fri Mar  8 2013
        [IMPROVEMENTS]
        - in HTTP::Proxy::HeaderFilter::standard, now remove the Accept-Encoding header
          only when we know we'll actually look at the response body
        [TESTS]
        - use httpstat.us to test HTTP statuses

0.26 Wed Feb  6 2013
        [IMPROVEMENTS]
        - remove a "Use of "goto" to jump into a construct is deprecated"
          warning (Tom Hukins)
        [DOCUMENTATION]
        - fix RT #77685 (Tom Hukins)
        - improved the number of links to other modules from the documentation
        [TEST]
        - fix RT #71771 (Tom Hukins)
        - fix test failures in POD tests (Tom Hukins)
2013-03-15 15:17:25 +00:00
kleink
7a98bc6579 Update py-flask-wtf to 0.8.3.
Version 0.8.3
Released 2013/3/13

* Update documentation to indicate pending deprecation of WTForms
  namespace facade
* PEP8 fixes (issue #64)
* Fix Recaptcha widget (issue #49)
2013-03-14 19:00:57 +00:00
kim
347e0f02a2 Revive MASTER_SITES. 2013-03-14 17:06:12 +00:00
kim
c4c06ea968 Revive MASTER_SITES.
Use BSD_INSTALL_*.
Updated www/urlget to 1.5:
- No functional changes (upstream added Debian packaging support).
2013-03-14 17:04:27 +00:00
taca
0ec14625da Update ruby-liquid to 2.5.0.
## 2.5.0 / 2013-03-06

* Prevent Object methods from being called on drops
* Avoid symbol injection from liquid
* Added break and continue statements
* Fix filter parser for args without space separators
* Add support for filter keyword arguments
2013-03-14 16:47:49 +00:00
taca
0caef86d38 Update fengoffice to 2.2.3.1.
Since 2.2.3.1-beta
------------------
bugfix: Search in a member does not find file contents.
bugfix: Click on "search everywhere" does not find file contents.
bugfix: Groups listed alphabetically in the Administration Panel.
bugfix: Monthly view calendar print shows empty calendar.
bugfix: Improvements in performance of overview widgets.
bugfix: Timeslots are not reclassified reclassifying tasks.
bugfix: Cannot delete members if it has objects.
bugfix: Member deletion does not clean all related tables.
bugfix: Only managers or superior roles can change other user passwords.
bugfix: Several missing langs and undefined variables warnings clean.
bugfix: Db error when adding two workspaces with the same name.
bugfix: Quick add files - all radio buttons can be selected.

system: Russian translations updated.

Since 2.2.2
----------------
bugfix: Owner company cannot be classified.
bugfix: Task list group by user fix.
bugfix: Add pdf and docx files to searchable objects.
bugfix: js managers bugfixes.
bugfix: Cannot edit/delete mails from deleted accounts.
bugfix: Error in tasks reports when ordering by 'order' column.
bugfix: Fixes in migration from 1.X of custom properties.

usability: Reports can be edited to allow execution in every context.
usability: Performance improved in tasks list.
usability: Users are filtered by permissions in 'People' dimension when filtering by a workspace.
usability: Contacts are filtered in 'People' dimension when filtering by a workspace if they belong to the workspace.

system: Portuguese language updated.

Since 2.2.1
----------------
bugfix: logged_user fix when classifying attachments
bugfix: go back instead of redirect when editing file properties.
bugfix: chmod after mkdir when repository file backend creates directory
bugfix: Several template instatiation fixes
bugfix: mail classification bugfix
bugfix: allow to classify mails in workspaces,tags
bugfix: administration/users: 10 users per page fix
bugfix: do not use objects in estimated-worked widget, use raw data for better performance
bugfix: language fixes
bugfix: cannot use assigned_to combo when adding tasks in ie
bugfix: ie compatibility fix in calendar toolbars
bugfix: enable/disable cron events for calendar export/import when adding/deleting accounts
bugfix: html tags in task tooltip description at calendar
bugfix: cvs export prints html tags
bugfix: users with can_manage_security cannot manage groups
bugfix: view week calendar views don't show tasks all days if task starts or ends in another week
bugfix: dont show timeslots of other users if cannot see assigned to other's tasks
bugfix: ext buttons hechos a lo chancho
bugfix: patch if not exists function array_fill_keys (para php < 5.2)
bugfix: break large words in task description
bugfix: administrator cannot log in to admin panel when asking for credentials
bugfix: cannot edit file after uploaded from object picker
bugfix: getTimeValue when 12:XX AM
bugfix: bugfix in custom reports with boolean conditions on custom properties
bugfix: admin users paging fix
bugfix: migration companies comments fix

Since 2.2.1-rc
----------------
bugfix: Cannot manage plugins if no super admin.
bugfix: Reports were not grouping unclassified objects.
bugfix: Reports grouping misses a group.
bugfix: Fixed findById function in ContentDataObjects.
bugfix: Fixed Email plugin installation.
bugfix: Fixed translations for dimension names.
bugfix: Error with company logo when sending notifications.
bugfix: Time report fix when selecting custom dates and listing paused timeslots.
bugfix: Fix when getting plugin's javascript translations.

Since 2.2
----------------
bugfix: Calendar monthly view bugs with repeating events.
bugfix: Permissions system fix.
bugfix: Projects appear in object picker.
bugfix: language fixes (en_us, es_la, es_es).
bugfix: Error in calendar when user has timezone=0.
bugfix: Formatted tasks description and notes content does not shows italics and quotes when viewing.
bugfix: Compressing files does not create compressed file in the current context.
bugfix: Sometimes can subscribe users with no permissions to the object.
bugfix: Activity widget bug with general timeslots.
bugfix: Error when selecting default workspace in mail account edition.
bugfix: User types are not transalted.
bugfix: Prevent double generation of tasks when completing a repetitive task instance (double click on complete link).
bugfix: CSV export fixes at Total tasks times report.

usability: Create events according the filtered user.
usability: Config option to show tab icons.
usability: Config option to enable/disable milestones.
2013-03-14 16:33:15 +00:00
taca
eacd1392dd Update typo3_47 to 4.7.10 (TYPO3 4.7.10).
2013-03-07  fa7d21d                  [RELEASE] Release of TYPO3 4.7.10 (TYPO3 Release Team)
2013-03-06  e34a390  #46071          [BUFIX] External URL regression by jumpurl security fix (Helmut Hummel)
2013-03-14 16:31:24 +00:00
taca
e81fa43c7a Update typo3_45 to 4.5.25 (TYPO3 4.5.25).
2013-03-07  b2ae78f                  [RELEASE] Release of TYPO3 4.5.25 (TYPO3 Release Team)
2013-03-06  abaf8be  #46071          [BUFIX] External URL regression by jumpurl security fix (Helmut Hummel)
2013-03-14 16:30:39 +00:00
taca
8ddc725175 Update typo3_46 to 4.6.18 (TYPO3 4.6.18).
2013-03-07  b2ae78f                  [RELEASE] Release of TYPO3 4.5.25 (TYPO3 Release Team)
2013-03-06  abaf8be  #46071          [BUFIX] External URL regression by jumpurl security fix (Helmut Hummel)
2013-03-14 16:29:42 +00:00
taca
2902c78f8e Update ruby-webrobots to 0.1.0.
* Change the :ignore_crawl_delay option to a handler option :crawl_delay.
* Merge back the previous change to the source file.
* Remove Gemfile.lock.
* Add the ability to externalize the enforcement of the robots.txt Craw
 jasonhowes authored a month ago.
* Migrate from jeweler to bundle gem.
2013-03-14 16:27:28 +00:00
taca
7df825fcbe Update ruby-unicorn to 4.6.2.
=== unicorn 4.6.2 - HTTP parser fix for Rainbows! / 2013-02-26 02:59 UTC

  This release fixes a bug in Unicorn::HttpParser#filter_body
  which affected some configurations of Rainbows!  There is
  also a minor size reduction in the DSO.

=== unicorn 4.6.1 - minor cleanups / 2013-02-21 08:38 UTC

  Unicorn::Const::UNICORN_VERSION is now auto-generated from
  GIT-VERSION-GEN and always correct.  Minor cleanups for
  hijacking.

=== unicorn 4.6.0 - hijacking support / 2013-02-06 11:23 UTC

  This pre-release adds hijacking support for Rack 1.5 users.
  See Rack documentation for more information about hijacking.
  There is also a new --no-default-middleware/-N option
  for the `unicorn' command to ignore RACK_ENV within unicorn
  thanks to Lin Jen-Shin.

  There are only documentation and test-portability updates
  since 4.6.0pre1, no code changes.

=== unicorn 4.6.0pre1 - hijacking support / 2013-01-29 21:05 UTC

  This pre-release adds hijacking support for Rack 1.5 users.
  See Rack documentation for more information about hijacking.
  There is also a new --no-default-middleware/-N option
  for the `unicorn' command to ignore RACK_ENV within unicorn.
2013-03-14 16:24:21 +00:00
taca
6143f89b2c Update ruby-sass to 3.2.7.
3.2.7

* The index and zip functions now work like all other list functions and treat
  individual values as single-element lists.
* Avoid stack overflow errors caused by very long function or mixin argument
  lists.
* Emit relative paths when using the --line-comments flag of the sass
  executable.
* Fix a case where very long numbers would cause the SCSS parser to take
  exponential time.

3.2.6

* Support for Rubinius 2.0.0.rc1. All tests pass in 1.8 mode. 1.9 mode has
  some tests blocked on Rubinius issue 2139.
* Support for JRuby 1.7.2.
* Support for symlinked executables. Thanks to Yin-So Chen.
* Support for bubbling @supports queries in the indented syntax.
* Fix an incorrect warning when using @extend from within nested @media
  queries.
* Update the bundled version of listen to 0.7.2.
2013-03-14 16:23:19 +00:00
taca
115a78b5d4 Update ruby-jekyll to 0.12.1.
== 0.12.1 / 2013-02-19
  * Minor Enhancements
    * Update Kramdown version to 0.14 (#744, #808)
  * Test Enhancements
    * Update Rake version to 10.0.3 (#744)
    * Update Shoulda version to 3.3.2 (#744)
    * Update Redcarpet version to 2.2.2 (#744)

== 0.12.0 / 2012-12-22
  * Minor Enhancements
    * Add ability to explicitly specify included files (#261)
    * Add --default-mimetype option (#279)
    * Allow setting of RedCloth options (#284)
    * Add post_url Liquid tag for internal post linking (#369)
    * Allow multiple plugin dirs to be specified (#438)
    * Inline TOC token support for RDiscount (#333)
    * Add the option to specify the paginated url format (#342)
    * Support Redcarpet 2 and fenced code blocks (#619)
    * Better reporting of Liquid errors (#624)
  * Bug Fixes
    * Allow some special characters in highlight names
    * URL escape category names in URL generation (#360)
    * Fix error with limit_posts (#442)
    * Properly select dotfile during directory scan (#363, #431, #377)
    * Allow setting of Kramdown smart_quotes (#482)
    * Ensure front-matter is at start of file (#562)
2013-03-14 16:21:11 +00:00
taca
e53a8bf43d Update ruby-innate to 2013.02.21.
[866c9cd | 2013-02-21 12:21:46 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2013.02.21

[aa22191 | 2013-02-21 12:21:16 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * update dependencies

[1a2ee39 | 2013-02-07 00:10:01 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2013.02

[64ca67a | 2013-01-29 23:34:26 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * don't do CI for REE, it's not supported anymore, add rbx and jruby 1.9

[079975c | 2013-01-29 21:57:39 UTC] Yorick Peterse <yorickpeterse@gmail.com>

  * Preserve values when calling render_full.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[a90d3f9 | 2013-01-29 21:53:16 UTC] Yorick Peterse <yorickpeterse@gmail.com>

  * Fix for generting URLs using anchor().

    Instead of always appending "?" to the URL the anchor() method should only do
    so when there actually is a query string.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[d2aeb7f | 2013-01-29 21:17:08 UTC] Yorick Peterse <yorickpeterse@gmail.com>

  * Caching of provides and method arities.

    Caching of a controller's provide handlers as well as the method arities can
    lead to a nice performance boost of around 300 transactions/second using the
    following benchmark:

        require 'innate'

        Innate.middleware :live do
          run Innate.core
        end

        Innate::Log.level   = Logger::ERROR
        Innate.options.mode = :live
        ENV['RACK_ENV']     = 'none'

        class MainController
          Innate.node('/', self)

          def index
            return 'index'
          end
        end

        [:fast_mappings, :cache_provides, :cache_method_arities].each do |key|
          MainController.ancestral_trait[key] = true
        end

        Innate.start(:adapter => :thin)

    Benchmarking this was done by running `siege -c 10 -t 5s -b HOST` and would
    initially result in around 1700 trans/sec. When using this commit this sits
    between 2000/2100 trans/sec.

    To prevent any potential issues the caching of provides and method aritites is
    disabled by default.

    See Github issue #7 for more information.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[06dd4c5 | 2013-01-29 18:25:49 UTC] Yorick Peterse <yorickpeterse@gmail.com>

  * Revert action caching.

    Instead of caching the entire action instance (which is modified further down
    the chain) various parts that make up this process will be cached instead
    (where possible).

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[32440b0 | 2013-01-15 18:38:41 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * prevent memory leak from action caching

[040d084 | 2013-01-15 18:37:19 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * clean up LRUHash a bit

[a136a72 | 2013-01-14 20:06:22 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * build middleware only once

[8aea7cb | 2013-01-14 18:31:37 UTC] Yorick Peterse <yorickpeterse@gmail.com>

  * Only compile middleware for the current mode.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>
2013-03-14 16:19:39 +00:00
taca
6d83628367 Update camping to 2.1.531.
* Update HOMEPAGE.
* No changes are available.
2013-03-14 16:18:12 +00:00
taca
268e290c6d * pkglint friendly.
* Add and Update PKG_OPTIONS related to storage backend.

- squid-backend-null: "null" type of storage backend had been deperecated.
- Add squid-backend-rock.
- Revive squid-backend-aufs.

Bump PKGREVISION.
2013-03-13 17:11:25 +00:00
obache
f286fb7901 tell required user/group to pkgsrc framework. 2013-03-13 13:28:09 +00:00
jperkin
c69864733d Explicitly depend upon ruby-rack14, fixes pbulk resolution failure.
Reset MAINTAINER.
2013-03-13 12:44:11 +00:00
adam
018c00b8e1 Changes 3.3.3:
* Regression fix: Accept-Language header parse
* Bug 3673: Silence 'Failed to select source' messages
* Solaris, OpenIndiana: Add missing limits.h includes
* Bug 3720: Add missing include in /dev/poll I/O module
* Fix authentication headers sent on peer digest requests
2013-03-13 12:36:39 +00:00
kleink
a5dbfce5a3 Update py-flask-frozen to 0.10.
Version 0.10
~~~~~~~~~~~~

Released on 2013-03-11.

* Add the ``FREEZER_DESTINATION_IGNORE`` configuration
  (Thanks to Jim Gray and Christopher Roach.)
* Add the ``FREEZER_RELATIVE_URLS`` configuration
* Add the :func:`relative_url_for` function.
2013-03-13 09:29:51 +00:00
adam
88b139b8cb Changes 1.7:
* Django 1.5 compatibility.
* Experimantal Python 3.3 compatibility!
2013-03-13 07:25:42 +00:00
adam
16d7180c5d Changes 0.4:
Unknown
2013-03-13 07:12:10 +00:00
adam
b5f9e0c8df Changes 0.7:
Unknown.
2013-03-13 07:08:34 +00:00
adam
62408e64ce Changes 1.5:
Django 1.5 introduces support for a configurable User model. The basic Django User model is still around, of course, but now there's first-class support for specifying your own model and having Django's auth system make use of it.

Django 1.5 is the first Django release with support for Python 3 (specifically, Python 3.2 and newer). Python 3 support is still considered experimental -- largely because it hasn't received as much real-world testing as we'd like -- but a Python 3 porting guide is available if you'd like to give it a try, and we will be considering Python 3 compatibility bugs to be blockers for future releases.

Of course, if you're still comfortable with Python 2, Django continues to offer support for that just as we always have -- though note that the minimum version for Django 1.5 is Python 2.6.5, and Python 2.7.3 or newer is strongly recommended.

Django's documentation has also gotten some pretty significant work; the main documentation page has had a bit of a facelift to make things easier to find, the existing tutorial got some refurbishing, and several new tutorials -- including some more advanced topics, like writing an app you can reuse in multiple projects -- have been added. And the documentation for class-based views has been significantly expanded, which should make this feature a lot easier to understand and take advantage of.
2013-03-12 20:47:59 +00:00
obache
edb4b1c237 Fix NULL pointer reference when closing an unused multi handle.
(upstream commit da3fc1ee91de656a30f3a12de394bcba55119872)

PR pkg/47610 by dieter roelants

Bump PKGREVISION.
2013-03-10 13:21:05 +00:00
taca
0e38a2316c Update ruby-rack-protection to 1.4.0.
* fix docs
* Introducing :use
* remove note about NoReferrer
*  xhr requests cannot be used for the json attack, fixes #39
2013-03-10 13:07:29 +00:00
ryoon
871b4df3aa Update to 17.0.4
* Sync with firefox-17.0.4.
2013-03-10 11:48:19 +00:00
ryoon
a25dd38dd4 Update to 19.0.2
* Sync with firefox-19.0.2.
2013-03-10 11:31:35 +00:00
taca
4aaae0777e Update ruby-rack to 1.5.2.
== Changes

Please note that this release includes a few potentially breaking changes.
Of particular note are:

 * SessionHash is no longer a Hash sublcass
 * Rack::File cache_control parameter is removed in place of headers options

Additonally, SPEC has been updated in several areas and is now at 1,2.

A new SPEC section was introduced that provides two server-optional IO hijacking
APIs. Further information on these APIs will be made available by the community
in good time. In the mean time, some information can be found in the original
pull request: https://github.com/rack/rack/pull/481

* January 21st, 2013: Thirty third public release 1.5.0
  * Introduced hijack SPEC, for before-response and after-response hijacking
  * SessionHash is no longer a Hash subclass
  * Rack::File cache_control parameter is removed, in place of headers options
  * Rack::Auth::AbstractRequest#scheme now yields strings, not symbols
  * Rack::Utils cookie functions now format expires in RFC 2822 format
  * Rack::File now has a default mime type
  * rackup -b 'run Rack::File.new(".")', option provides command line configs
  * Rack::Deflater will no longer double encode bodies
  * Rack::Mime#match? provides convenience for Accept header matching
  * Rack::Utils#q_values provides splitting for Accept headers
  * Rack::Utils#best_q_match provides a helper for Accept headers
  * Rack::Handler.pick provides convenience for finding available servers
  * Puma added to the list of default servers (preferred over Webrick)
  * Various middleware now correctly close body when replacing it
  * Rack::Request#params is no longer persistent with only GET params
  * Rack::Request#update_param and #delete_param provide persistent operations
  * Rack::Request#trusted_proxy? now returns true for local unix sockets
  * Rack::Response no longer forces Content-Types
  * Rack::Sendfile provides local mapping configuration options
  * Rack::Utils#rfc2109 provides old netscape style time output
  * Updated HTTP status codes
  * Ruby 1.8.6 likely no longer passes tests, and is no longer fully supported

* January 28th, 2013: Thirty fourth public release 1.5.1
  * Rack::Lint check_hijack now conforms to other parts of SPEC
  * Added hash-like methods to Abstract::ID::SessionHash for compatibility
  * Various documentation corrections

* February 7th, Thirty fifth public release 1.5.2
  * Fix CVE-2013-0263, timing attack against Rack::Session::Cookie
  * Fix CVE-2013-0262, symlink path traversal in Rack::File
  * Add various methods to Session for enhanced Rails compatibility
  * Request#trusted_proxy? now only matches whole stirngs
  * Add JSON cookie coder, to be default in Rack 1.6+ due to security concerns
  * URLMap host matching in environments that don't set the Host header fixed
  * Fix a race condition that could result in overwritten pidfiles
  * Various documentation additions
2013-03-10 09:25:56 +00:00
taca
6bbc523392 Oops, forgot to add ALTERNATIVES file. 2013-03-10 09:19:42 +00:00
taca
528e20f1ba Make depends to www/ruby-rack14 instead of www/ruby-rack.
Bump PKGREVISION.
2013-03-10 09:15:19 +00:00
taca
e5c2ab0e32 Add and enable ruby-rack14. 2013-03-10 09:13:49 +00:00
taca
93bb6035ed Change PKGBASE to ${RUBY_PKGPREFIX}--rack14 and command rackup to rackup14.
Now ruby-rack14 package co-exist with newer version of ruby-rack.
2013-03-10 09:13:12 +00:00
taca
d7475481fc Add ruby-rack14 package copying from ruby-rack. 2013-03-10 09:11:12 +00:00
adam
6e00ac6e97 Changes 3.3.2:
Docs: document ConnOpener::swanSong() better
Bug 3329: Quieten orphan Comm::Connection messages
Sync TESTDIR names used by testCoss and testUfs with testRock changes.
MacOS: reduce the testRock unit test UDS path
Bug 3720: SourceLayout: shuffle fd_table definition into fde.h
Bug 3794: MacOS: workaround compiler errors and case-insensitivity
Polish debugs in cacheability test
Bug 3753: Removes the domain from the cache_peer server pconn key
Bug 3781: Proxy Authentication not sent to cache_peer
Bug 3763: diskd Error: no filename in shm buffer
Solaris: Fix xstrto*() function linkages
Mentioned creation of diskers in cache_dir rock documentation.
Fix coverity scan issue 740457: unsecure temporary file creation
Bug 3686: cache_dir max-size default fails
Bug 3752: objects that cannot be cached in memory are not cached on disk if cache_dir max-size is used.
2013-03-08 17:24:34 +00:00
wen
5bd9a55f97 Update to 1.101
Upstream changes:
1.101 Sat Jul 21 15:01:20 PDT 2012
      - Fix typos and formatting
      - Mention CGI variables ala PEP 333

1.10  Fri Mar  9 08:46:27 PST 2012
      - Released as PSGI 1.1

1.09_3 Wed Jun 22 13:48:31 PDT 2011
      - Separated extensions into PSGI::Extensions
      - Added psgix.harakiri and psgix.harakiri.commit
      - Updated terminology section
      - Clarified that body should be encoded byte strings and do not contain wide characters
      - Clarified that header values must be defined

1.09_2 Tue Jun  7 15:21:47 PDT 2011
      - Fixed a dumb mistake about allowed characters in header values
      - Updated FAQ document
      - psgi.input MUST have seek() only if psgix.input.buffered is true

1.09_1 Mon Mar 28 11:35:44 PDT 2011
      - 1.1 beta
      - Upped psgi.version to be [1,1]
      - Lots of grammar and style fixes
      - Removed poll_cb from writer spec
      - Streaming interface now SHOULD be implemented, rather than MAY
      - Promoted psgi.streaming, nonblocking and run_once keys to be MUST
      - Added psgix.logger and psgix.session extensions
      - Updated FAQ
2013-03-08 14:33:36 +00:00
wen
343e108d14 Update to 0.028
Upstream changes:
0.028     2013-03-05 14:11:57 America/New_York

  [SUPPORT]

  - Fix repository/issue links to reflect proper repo name

0.027     2013-03-05 12:02:58 America/New_York

  [SUPPORT]

  - Changed metadata to point to the chansen github repository
    for code and issues

  [DOCUMENTATION]

  - Added hyperlink for HTTP::CookieJar

0.026     2013-03-04 22:53:39 America/New_York

  [ADDED]

  - Added cookie support if an HTTP::CookieJar object is provided in the
    'cookie_jar' attribute [Edward Zborowski]

0.025     2012-12-26 12:09:43 America/New_York

  [ADDED]

  - Agent string appends default if it ends in a space, just like LWP
    [Chris Weyl]

0.024     2012-10-09 20:44:53 America/New_York

  [ADDED]

  - SSL connections now auto-retry I/O after SSL renegotiation [Alan
    Gardner]

  [FIXED]

  - User-specified CA bundles take precedence over Mozilla::CA [Alan
    Gardner]

  [PREREQS]

  - SSL support now requires Net::SSLeay 1.49 or greater to support
    auto-retry [Mike Doherty]

  - Downgraded IO::Socket::SSL and related prereqs to 'suggests' again

0.023     2012-09-19 09:55:46 America/New_York

  [PREREQS]

  - IO::Socket::SSL and related prereqs changed to 'required' for dev
    release to get better failure diagnostics from CPAN Testers

  [TESTING]

  - Skip live SSL testing unless IO::Socket::SSL 1.56+ installed
2013-03-08 14:22:38 +00:00
wen
3ba3577dbc Update to 1.20.3
Upstream changes:
MediaWiki 1.20.3

This is a security and maintenance release of the MediaWiki 1.20 branch.
Changes since 1.20.2
New preference type - 'api'. Preferences of this type are not shown on Special:Preferences, but are still available via the action=options API. (Unbreaks MLEB.)
(bug 44010) Context is passed to UserGetLanguageObject.
The recursion guard on RequestContext::getLanguage() was weakened.
(bug 40585) Don't drop 'step="any"' in HTML input fields.
(bug 44024) Fixed problems in ObjectCache when using XCache.
(bug 44010) FauxRequest leaked cookie data from primary request.
(bug 44135/bug 42441) Pass '2' instead of 'true' to CURLOPT_SSL_VERIFYHOST
(bug 43518) API action=unblock should return the user name, not the full user object
(Bug 45355) Prevent read of arbitrary files through mwdoc-filter.php
2013-03-08 07:57:28 +00:00
taca
7e164d42af Update drupal7 to 7.21.
Drupal 7.21, 2013-03-06
-----------------------
- Allowed sites using the 'image_allow_insecure_derivatives' variable to still
  have partial protection from the security issues fixed in Drupal 7.20.
2013-03-07 16:54:09 +00:00
taca
ba6e8e6eb1 Switch to use OVERRIDE_GEMSPEC instead of pre-generated gemspec. 2013-03-07 15:14:31 +00:00
wiz
ece54df693 + p5-File-Mork 2013-03-07 06:47:23 +00:00
taca
d57c3112f0 Update typo3_47 to 4.7.9 (TYPO3 4.7.9).
2013-03-06  fb3f3b6                  [RELEASE] Release of TYPO3 4.7.9 (TYPO3 Release Team)
2013-03-06  d816f5b                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-03-06  85a52fe  #28587          [SECURITY] Open redirection with jumpurl (Franz G. Jahn)
2013-02-17  236defa  #40085          [BUGFIX] Invalid RSA key when submitting form twice (Benjamin Mack)
2013-03-06 14:25:27 +00:00
taca
a992599f48 Update typo3_46 to 4.6.17 (TYPO3 4.6.17).
2013-03-06  e0d3f5a                  [RELEASE] Release of TYPO3 4.6.17 (TYPO3 Release Team)
2013-03-06  425ff87                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-03-06  da32bbb  #28587          [SECURITY] Open redirection with jumpurl (Franz G. Jahn)
2013-03-06 14:24:29 +00:00
taca
efd8fd13bb Update typo3_45 to 4.5.24 (TYPO3 4.5.24).
2013-03-06  3cbef1f                  [RELEASE] Release of TYPO3 4.5.24 (TYPO3 Release Team)
2013-03-06  79e2370                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-03-06  71135d8  #28587          [SECURITY] Open redirection with jumpurl (Franz G. Jahn)
2013-03-01  0d77b86  #25003          [BUGFIX] Check minitems for TCAtree (Georg Ringer)
2013-03-01  796680a  #34371          [BUGFIX] Keep hyphens in custom HTML5 attributes (Jigal van Hemert)
2013-02-25  06571e6  #45570          Revert "[BUGFIX] FE session records are never removed" (Oliver Hader)
2013-03-06 14:23:39 +00:00
imil
b588b085c6 add & enable php-zendoptimizerplus 2013-03-05 22:19:51 +00:00
imil
0d6e81118f Initial import of php-zendoptimizerplus, version 7.0.0, into the NetBSD
Packages Collection.

The Zend Optimizer+ provides faster PHP execution through opcode caching and
optimization. It improves PHP performance by storing precompiled script
bytecode in the shared memory. This eliminates the stages of reading code from
the disk and compiling it on future access. In addition, it applies a few
bytecode optimization patterns that make code execution faster.
2013-03-05 22:18:37 +00:00
pettai
33957de5c9 This is a module that can read the Mozilla URL history file
(normally $HOME/.mozilla/default/*.slt/history.dat) and extract the id,
url, name, hostname, first visted dat, last visited date and visit count.
2013-03-05 21:59:29 +00:00
darcy
e6fe8eafe6 For some reason the https link works on my 6.99.16 system but not my
5.1 system.  Falling back to plain http.
2013-03-05 19:45:19 +00:00
darcy
51a4a77c0f Add py-recaptcha to Makefile 2013-03-05 19:39:57 +00:00
darcy
665c023fba Add Python module for reCAPTCHA.
Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require
any imaging libraries because the CAPTCHA is served directly from reCAPTCHA.
Also allows you to securely obfuscate emails with Mailhide.
2013-03-05 19:20:20 +00:00
imil
a14d38899e Changes with nginx 1.3.14 05 Mar 2013
*) Feature: $connections_active, $connections_reading, and
       $connections_writing variables in the ngx_http_stub_status_module.

    *) Feature: support of WebSocket connections in the
       ngx_http_uwsgi_module and ngx_http_scgi_module.

    *) Bugfix: in virtual servers handling with SNI.

    *) Bugfix: new sessions were not always stored if the "ssl_session_cache
       shared" directive was used and there was no free space in shared
       memory.
       Thanks to Piotr Sikora.

    *) Bugfix: multiple X-Forwarded-For headers were handled incorrectly.
       Thanks to Neal Poole for sponsoring this work.

    *) Bugfix: in the ngx_http_mp4_module.
       Thanks to Gernot Vormayr.
2013-03-05 15:34:13 +00:00
taca
6e206b8922 Update typo3_47 to 4.7.8.
2013-02-14  e83abe1                  [RELEASE] Release of TYPO3 4.7.8 (TYPO3 Release Team)
2013-02-14  71ef699  #44099          [BUGFIX] L10n fallback does not work for TS labels (Xavier Perseguers)
2013-02-14  f2aeff0  #44273          [BUGFIX] L10n fallback does not work for ExtJS in BE (Xavier Perseguers)
2013-02-14  a930bdf                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-02-14  915bf76  #42084          [BUGFIX] Allow "en" as language key (Xavier Perseguers)
2013-02-08  efbce7b                  [TASK] Raise submodule pointer (Christian Kuhn)
2013-02-07  f1c43bb  #34129          [BUGFIX][Cache][PDO] Duplicate cache entry possible (Leon Dietsch)
2013-02-03  a0cf1c9  #36364          [BUGFIX] IE9 compatibility clear cache menu (Andreas Kiessling)
2013-02-02  44942df  #44416          [BUGFIX] Hook call modifyDBRow in ContentContentObject (Alina Fleser)
2013-02-02  9dba7d3  #43886          [BUGFIX] Fix misspelling in RTE meta menu (Tomita Militaru)
2013-02-02  b088faa  #38505          [BUGFIX] load TCA before manipulation (Jigal van Hemert)
2013-02-01  c81aa5f  #28606          [BUGFIX] add check for empty form values in FORM View (Christian Kuhn)
2013-01-31  850a316  #45050          [TASK] DataHandler::getAutoVersionId() should be public (Oliver Hader)
2013-01-28  d8c61c6  #44892          [BUGFIX] Possible warning in about module (Christian Kuhn)
2013-01-27  dcb3a23  #42845          [BUGFIX] Quick Edit triggers warnings of missing key uid (Philipp Gampe)
2013-01-26  d2d5127                  [TASK] Raise submodule pointer (Christian Kuhn)
2013-01-25  3845cc6  #39680          [BUGFIX] Fix warnings in em on tab Maintenance (Philipp Gampe)
2013-01-25  9eca09b  #19938,#23324,  [BUGFIX] EXT:felogin: Multiple bugs with preserveGETvars (Jigal van Hemert)
2013-01-25  c62aca6  #44145          [BUGFIX] Correct TCA inclusion for uploads rendering (Georg Ringer)
2013-01-24  04f83a8  #43874          [BUGFIX] array_merge_recursive_overrule: __UNSET for array values (Sebastian Michaelsen)
2013-01-24  b8d869c  #38240          [BUGFIX] Update description on changed error reporting defaults (Mario Rimann)
2013-01-24  78bc877  #43919          [BUGFIX] Fix typos in stdWrap_crop description (Wouter Wolters)
2013-01-24  05d35ee  #44152          [TASK] Add save only button to Scheduler task (Lorenz Ulrich)
2013-01-12  db6aad0  #38135          [BUGFIX] Apc Cache backend has side effects (Daniel Pötzinger)
2013-01-04  f515d66  #44301          [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack() (Oliver Hader)
2013-01-04  abd5389                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-01-02  84b978f  #42092          [BUGFIX] Suggest wizard is behind form inputs (Xavier Perseguers)
2013-01-01  728ad7c  #44263          [BUGFIX] phpdoc: $urlParameters can be a string (Stefan Neufeind)
2012-12-20  34af104  #34964          [BUGFIX] FE session records are never removed (Steffen Müller)
2012-12-20  63c8b8d  #32278          [BUGFIX] INTincScript_loadJSCode() causes PHP warnings (Markus Klein)
2012-12-20  4658cd9  #43426          [BUGFIX] Fix broken logo file in Install Tool (Tomita Militaru)
2012-12-10  de4c85d  #43603          [BUGFIX] Enable the RTE with WebKit version 534 on iOS and Android (Stanislas Rolland)
2012-12-10  4167917  #43766          [BUGFIX] IE9 crashes after saving with RTE (Stanislas Rolland)
2012-12-10  bab481b  #38472          [BUGFIX] Remove HTML in RuntimeException from sysext 'install' (Philipp Gampe)
2012-12-06  082fd0c  #39287          [BUGFIX] Compatibility fix for get_html_translation_table() (Michael Stucki)
2012-12-01  4c8eb91  #25113          [BUGFIX] Fix wrong column title in web>list for field colpos (Martin Kästner)
2012-12-01  5b03172  #43470          [BUGFIX] SqlParser: trim all kinds of whitespaces (Stefan Neufeind)
2012-11-30  7605a68  #43459          [TASK] Remove typo3.pageModule.js (Falk Kühnel)
2012-11-30  fcd137b  #42292          [BUGFIX] Installer: Reference images wrong (Christian Kuhn)
2012-11-29  b69a525  #41608          [BUGFIX] Page Information shows incorrect number of total hits (Andrew Moore)
2012-11-29  c0221e9  #42908          [BUGFIX] Old logo on "Install Tool is locked" page (Nikolas Schmidt-Voigt)
2012-11-29  f0d8ed0  #32515          [BUGFIX] Form values with newlines escaped in email (Helmut Hummel)
2012-11-27  c308d1d  #42236          [TASK] openid: Update php-openid to 2.2.2 (Stefan Neufeind)
2012-11-24  2656dd8  #43264          [BUGFIX] Hide version selector if workspaces are used (Helmut Hummel)
2012-11-23  912603d  #35787          [BUGFIX] Subject field in FormWizard (Florian Scholz)
2012-11-21  c790dbd                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-11-20  7c02b0c  #33700          [BUGFIX] Invalid behavior of search for integer in Backend search (Soren Malling)
2013-03-05 13:59:04 +00:00
taca
0a1ae54f56 Update typo3_45 to 4.5.23.
2013-02-14  de390e0                  [RELEASE] Release of TYPO3 4.5.23 (TYPO3 Release Team)
2013-02-14  63a1e27                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-02-09  c9ef82d  #24248          [BUGFIX] t3lib_iconWorks must check if array exists before using it (Jigal van Hemert)
2013-02-09  83f1185  #32686          [BUGFIX] BE user switch impossible when in adminOnly mode (Philipp Kitzberger)
2013-02-09  3d289da  #34460          [BUGFIX] Excludefieds must exclude admin only tables (Georg Ringer)
2013-02-09  6d006e2  #33214          [BUGFIX] TypoLink: absolute urls when installed in subfolder (Nils Seinschedt)
2013-02-08  50372c5                  [TASK] Raise submodule pointer (Christian Kuhn)
2013-02-07  6c8214e  #34129          [BUGFIX][Cache][PDO] Duplicate cache entry possible (Leon Dietsch)
2013-02-03  cf0fb91  #36364          [BUGFIX] IE9 compatibility clear cache menu (Andreas Kiessling)
2013-02-02  05d9084  #44416          [BUGFIX] Hook call modifyDBRow in ContentContentObject (Alina Fleser)
2013-02-02  6f5e19f  #43886          [BUGFIX] Fix misspelling in RTE meta menu (Tomita Militaru)
2013-02-02  b1a5a4b  #38505          [BUGFIX] load TCA before manipulation (Jigal van Hemert)
2013-01-31  05c879f  #45050          [TASK] DataHandler::getAutoVersionId() should be public (Oliver Hader)
2013-01-28  9c32684  #31027          [BUGFIX] Load date-time picker in scheduler module (Christian Kuhn)
2013-01-27  8ff08c4  #42845          [BUGFIX] Quick Edit triggers warnings of missing key uid (Philipp Gampe)
2013-01-27  d808455                  [TASK] Raise submodule pointer (Christian Kuhn)
2013-01-25  ede6862  #39680          [BUGFIX] Fix warnings in em on tab Maintenance (Philipp Gampe)
2013-01-25  1e0c188  #44145          [BUGFIX] Correct TCA inclusion for uploads rendering (Georg Ringer)
2013-01-24  2b64b11  #38240          [BUGFIX] Update description on changed error reporting defaults (Mario Rimann)
2013-01-24  e16d0f1  #43919          [BUGFIX] Fix typos in stdWrap_crop description (Wouter Wolters)
2013-01-12  306b134  #38135          [BUGFIX] Apc Cache backend has side effects (Daniel Pötzinger)
2013-01-04  44f7fdd  #44301          [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack() (Oliver Hader)
2013-01-04  ea7de49                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-01-02  94fb5a7  #42092          [BUGFIX] Suggest wizard is behind form inputs (Xavier Perseguers)
2013-01-01  04fca2a  #44263          [BUGFIX] phpdoc: $urlParameters can be a string (Stefan Neufeind)
2012-12-20  da58b20  #34964          [BUGFIX] FE session records are never removed (Steffen Müller)
2012-12-20  3ed1ba5  #32278          [BUGFIX] INTincScript_loadJSCode() causes PHP warnings (Markus Klein)
2012-12-10  ec03f10  #43603          [BUGFIX] Enable the RTE with WebKit version 534 on iOS and Android (Stanislas Rolland)
2012-12-10  10688b1  #38472          [BUGFIX] Remove HTML in RuntimeException from sysext 'install' (Philipp Gampe)
2012-12-01  236e831  #25113          [BUGFIX] Fix wrong column title in web>list for field colpos (Martin Kästner)
2012-12-01  339f739  #43470          [BUGFIX] SqlParser: trim all kinds of whitespaces (Stefan Neufeind)
2012-11-30  1666d38  #43459          [TASK] Remove typo3.pageModule.js (Falk Kühnel)
2012-11-30  8892bbe  #42292          [BUGFIX] Installer: Reference images wrong (Christian Kuhn)
2012-11-30  9716cf8  #41608          [BUGFIX] Page Information shows incorrect number of total hits (Andrew Moore)
2012-11-29  209d607  #42908          [BUGFIX] Old logo on "Install Tool is locked" page (Nikolas Schmidt-Voigt)
2012-11-27  e87270e  #42236          [TASK] openid: Update php-openid to 2.2.2 (Stefan Neufeind)
2012-11-24  7199e5d  #34098          [TASK] Group excludefields by table (Johannes Feustel)
2012-11-24  971145f  #43264          [BUGFIX] Hide version selector if workspaces are used (Helmut Hummel)
2012-11-21  8402d9b                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-03-05 13:57:48 +00:00
taca
a2455d25b2 Update typo3_46 to 4.6.16.
2013-02-14  2385b8d                  [RELEASE] Release of TYPO3 4.6.16 (TYPO3 Release Team)
2013-02-14  fc50341  #44099          [BUGFIX] L10n fallback does not work for TS labels (Xavier Perseguers)
2013-02-14  ffcf2db  #44273          [BUGFIX] L10n fallback does not work for ExtJS in BE (Xavier Perseguers)
2013-02-14  1788e32                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-02-14  2c4bffa  #42084          [BUGFIX] Allow "en" as language key (Xavier Perseguers)
2013-02-08  81ac8ac                  [TASK] Raise submodule pointer (Christian Kuhn)
2013-02-07  57756d5  #34129          [BUGFIX][Cache][PDO] Duplicate cache entry possible (Leon Dietsch)
2013-02-03  6c3bef2  #36364          [BUGFIX] IE9 compatibility clear cache menu (Andreas Kiessling)
2013-02-02  0af6da1  #44416          [BUGFIX] Hook call modifyDBRow in ContentContentObject (Alina Fleser)
2013-02-02  df59226  #43886          [BUGFIX] Fix misspelling in RTE meta menu (Tomita Militaru)
2013-02-02  a06d3c6  #38505          [BUGFIX] load TCA before manipulation (Jigal van Hemert)
2013-02-01  928f016  #28606          [BUGFIX] add check for empty form values in FORM View (Christian Kuhn)
2013-01-31  3367c8b  #45050          [TASK] DataHandler::getAutoVersionId() should be public (Oliver Hader)
2013-01-27  50e3610  #42845          [BUGFIX] Quick Edit triggers warnings of missing key uid (Philipp Gampe)
2013-01-27  80b80a0                  [TASK] Raise submodule pointer (Christian Kuhn)
2013-01-25  4c8c176  #39680          [BUGFIX] Fix warnings in em on tab Maintenance (Philipp Gampe)
2013-01-25  1502773  #44145          [BUGFIX] Correct TCA inclusion for uploads rendering (Georg Ringer)
2013-01-24  4b792b9  #38240          [BUGFIX] Update description on changed error reporting defaults (Mario Rimann)
2013-01-24  cf7af09  #43919          [BUGFIX] Fix typos in stdWrap_crop description (Wouter Wolters)
2013-01-11  86c97ee  #38135          [BUGFIX] Apc Cache backend has side effects (Daniel Pötzinger)
2013-01-04  26fdc3f  #44301          [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack() (Oliver Hader)
2013-01-04  6648447                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-01-02  aa893a0  #42092          [BUGFIX] Suggest wizard is behind form inputs (Xavier Perseguers)
2013-01-01  1d523bd  #44263          [BUGFIX] phpdoc: $urlParameters can be a string (Stefan Neufeind)
2012-12-20  d4d9e0d  #34964          [BUGFIX] FE session records are never removed (Steffen Müller)
2012-12-20  48d51a1  #32278          [BUGFIX] INTincScript_loadJSCode() causes PHP warnings (Markus Klein)
2012-12-20  2456037  #43426          [BUGFIX] Fix broken logo file in Install Tool (Tomita Militaru)
2012-12-10  0b2288d  #38472          [BUGFIX] Remove HTML in RuntimeException from sysext 'install' (Philipp Gampe)
2012-12-01  1f5fe25  #25113          [BUGFIX] Fix wrong column title in web>list for field colpos (Martin Kästner)
2012-12-01  f808df4  #43470          [BUGFIX] SqlParser: trim all kinds of whitespaces (Stefan Neufeind)
2012-11-30  26d0e1a  #43459          [TASK] Remove typo3.pageModule.js (Falk Kühnel)
2012-11-30  646c546  #42292          [BUGFIX] Installer: Reference images wrong (Christian Kuhn)
2012-11-30  8684a61  #41608          [BUGFIX] Page Information shows incorrect number of total hits (Andrew Moore)
2012-11-29  7c81671  #42908          [BUGFIX] Old logo on "Install Tool is locked" page (Nikolas Schmidt-Voigt)
2012-11-29  04b2e6c  #32515          [BUGFIX] Form values with newlines escaped in email (Helmut Hummel)
2012-11-27  c667e98  #42236          [TASK] openid: Update php-openid to 2.2.2 (Stefan Neufeind)
2012-11-24  ba065d9  #33813          [BUGFIX] Wizard in HTML element moved to t3editor (Georg Ringer)
2012-11-24  c1a2299  #32890          [BUGFIX] Livesearch toolbar should close others (Tolleiv Nietsch)
2012-11-24  c17a292  #43264          [BUGFIX] Hide version selector if workspaces are used (Helmut Hummel)
2012-11-23  a81bdec  #35787          [BUGFIX] Subject field in FormWizard (Florian Scholz)
2012-11-21  683a356                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-11-20  8e85043  #33700          [BUGFIX] Invalid behavior of search for integer in Backend search (Soren Malling)
2013-03-05 13:56:23 +00:00
taca
b9b2736e81 Fix build problem with squid-ldap-helper PKG_OPTIONS enabled. 2013-03-05 01:59:51 +00:00
wiz
7d383fa482 Revert agpl3 rename.
Requested by gdt.

pkgsrc policy: file names per OSI, not per default-allowed set.
2013-03-04 21:57:21 +00:00
hiramatsu
e91158714b Update w3m-el-snapshot to 1.4.483+0.20120614.
Changes from previous:
----------------------
2012-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-url-encode-string-2): Encode only `(' and `)'.

2012-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m-proc.el (w3m-process-do-with-temp-buffer): Use labels macro again.
	Functions that the labels form generates to be used in the outside of
	the labels form should be prefixed with #' from now on.
	Thanks to Michael Heerdegen and Andreas Schwab.

	* w3m-proc.el (w3m-process-do-with-temp-buffer): Don't use labels macro
	of which the spec has been changed in the most recent Emacs.

2012-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-expand-url): Work for scheme name containing upcase
	letters.  Reported by Dan Jacobson <jidanni@jidanni.org>.

	* w3m-util.el (w3m-force-mode-line-update): New alias.

	* w3m-lnum.el (w3m-with-lnum, w3m-lnum-universal-dispatch): Use it.

2012-06-03  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-create-page): Improve regexp matching Google's click-
	tracking urls.

2012-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-url-encode-string-2): New function.
	(w3m-print-current-url, w3m-print-this-url, w3m-print-this-image-url):
	Use it to encode url characters that are apt to be misidentified as
	word boundaries.

2012-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-create-page): Decode url in Google's click-tracking
	filter.

2012-04-18  Andrey Kotlarski  <m00naticus@gmail.com>

	* w3m-lnum.el (w3m-with-lnum, w3m-lnum-universal-dispatch):
	Explicitly redraw mode line.
	(w3m-lnum-visit): Fix prompt; add --insecure option to Curl.

2012-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-create-page): Add a filter for Google's click-tracking
	temporarily --- maybe this should be incorporated in w3m-filter.el.

2012-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-goto-mailto-url): Protect against nil value of body=;
	decode url string; don't change mail buffer's modification status;
	make sure body text is inserted to the message body.

2012-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-shr-url-at-point): New function.
	(w3m-url-at-point): Use it.

	* doc/ptexinfmt.el (texinfo-format-syntax-table): Modify character
	syntax of " and \ to w, as a workaround.
	(texinfo-format-comma): Support @comma.
	(texinfo-format-parse-args): Tweak it so as to work for @comma.

2012-03-16  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-scroll-left, w3m-scroll-right): Use image-mode function
	for an image page.
	(w3m-shift-left, w3m-shift-right): Pass prefix argument to image-mode
	function.

2012-03-12  Dan Jacobson  <jidanni@jidanni.org>

	* w3m.el (w3m-ctl-c-map): Bind `C-c C-e' to w3m-goto-new-session-url.

2012-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-relationship-estimate-rules)
	(w3m-open-all-links-in-new-session): Work for https Google pages.

2012-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-goto-mailto-url): Work for mail body.

2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m-util.el (w3m-switch-to-buffer): Abolish.

	* w3m-bookmark.el (w3m-bookmark-add-all-urls):
	* w3m-ems.el (w3m-tab-drag-mouse-function)
	(w3m-tab-click-mouse-function, w3m-tab-next-buffer)
	(w3m-tab-make-keymap):
	* w3m-form.el (w3m-form-input-textarea, w3m-form-input-select)
	(w3m-form-input-map):
	* w3m-session.el (w3m-session-select):
	* w3m-tabmenu.el (w3m-switch-buffer, w3m-tab-menubar-open-item):
	* w3m-util.el (w3m-popup-buffer, w3m-make-menu-commands):
	* w3m.el (w3m-next-buffer, w3m-move-unseen-buffer)
	(w3m-goto-url-new-session, w3m-reload-all-pages): Revert to using
	switch-to-buffer.

2012-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m-hist.el (w3m-history-store-position): Don't trust column position
	that Emacs tells if there's an image.
	(w3m-history-restore-position): Revert 2011-10-21 change.

2012-02-10  Kevin Ryde  <user42@zip.com.au>

	* w3m.el (w3m-about-header): Show info of image where point stays.

2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-mode): Don't make bidi-paragraph-direction bound globally
	in old Emacsen and XEmacsen.
	(w3m-goto-url): Work for name anchors.

2012-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m-ems.el (w3m-form-make-button): Use "submit" instead for an empty
	text, that won't be buttonized.
	Reported by Roland Winkler <winkler@gnu.org>.

2012-01-13  Hideyuki SHIRAI  <shirai@meadowy.org>

	* w3m.el (w3m-fontify-anchors, w3m-goto-url): Not encode and decode
	the anchor values to use Punycode.

2012-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-image-type-alist): Add image/tiff.
	(w3m-view-previous-page): Protect against empty history.

2012-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Makefile.in (install-icons, install-icons30, install-info)
	(install-info-en, install-info-ja, install-package)
	(install-package-ja):
	* doc/Makefile.in (install): Add DESTDIR variable to installation
	directory.

	* w3mhack.el (w3mhack-expand-file-name): New function.
	(w3mhack-what-where): Use it.

	* aclocal.m4 (AC_SET_VANILLA_FLAG): Remove --no-unibyte option.

2012-01-02  Elias Pipping  <pipping@lavabit.com>

	* Makefile.in (install-lisp): Add DESTDIR variable to installation
	directory.

2011-12-26  Dan Jacobson  <jidanni@jidanni.org>

	* w3m.el (w3m-gohome): Always reload the home page.

2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-mode): Force paragraph direction to be left-to-right.
	Suggested by Naohiro Aota <naota@elisp.net>.

2011-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>

	* Makefile.in (.el.elc): Shut up.

	* w3m-lnum.el (w3m-lnum-read-interactive): Use (sit-for 0) instead of
	redisplay for Emacs 21.1, too.

2011-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>

	* aclocal.m4 (AC_EMACS_LISP): Simplify.
	(AC_PATH_EMACS): Simplify Lisp code so as to make it work for recent
	XEmacsen.

	* w3m-favicon.el (w3m-favicon-type): Silence SXEmacs 22.1.14's byte
	compiler.

	* w3m-lnum.el (w3m-lnum-read-interactive): Use (sit-for 0) instead of
	redisplay for XEmacs.

	* w3m.el (w3m-resize-image-interactive): Use read-char-exclusive with
	no arg for XEmacs.

2011-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-read-file-name): Don't strip query part from given url.
	(w3m-download): Always prompt for file name; don't strip query part.
	Suggested by Dan Jacobson <jidanni@jidanni.org>.

2011-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m-lnum.el (w3m-lnum-universal-dispatch): Add argument passed to
	kill-buffer, Emacs 22 requires it; use beginning-of-line rather than
	move-beginning-of-line that XEmacs doesn't provide.

2011-12-02  Dan Jacobson  <jidanni@jidanni.org>

	* w3m-search.el (w3m-search-engine-alist): Put search string first in
	query form.

2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m-util.el (w3m-popup-buffer): Restore history position always.

	* w3m.el (w3m-copy-buffer): Save history position.

2011-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m-lnum.el (w3m-lnum-actions-custom-type): New variable.
	(w3m-lnum-actions-general, w3m-lnum-actions-image-alist)
	(w3m-lnum-actions-link-alist w3m-lnum-actions-button-alist)
	(w3m-lnum-actions-form-alist): Use it to improve custom type.

2011-11-16  Andrey Kotlarski  <m00naticus@gmail.com>

	Add alternative selection->action method.

	* w3m-lnum.el: Update comment section.
	(w3m-lnum-quick-browsing): Change default value.
	(w3m-lnum-actions-general, w3m-lnum-actions-image-alist)
	(w3m-lnum-actions-link-alist, w3m-lnum-actions-button-alist)
	(w3m-lnum-actions-form-alist): New custom options.
	(w3m-lnum-remove-overlays): Add optional parameters for start and end.
	(w3m-lnum, w3m-lnum-prompt-str, w3m-lnum-highlight-anchor): Sanitize
	variable naming.
	(w3m-read-event, w3m-lnum-visit, w3m-lnum-make-action): New macros.
	(w3m-lnum-read-interactive): Add optional parameters for previous filter
	and selected number.  Return last applied filter along selected value.
	Use `w3m-read-event'.  Remove lnum overlays within all buffer on
	scroll.
	(w3m-with-lnum): Add parameter for initial filter.  Change mode-line
	during selection.
	(w3m-lnum-get-action): If single image during image selection -
	immediately select it.  Accommodate to new return format of
	`w3m-lnum-read-interactive'.
	(w3m-lnum-follow): Use `w3m-lnum-visit'.
	(w3m-lnum-universal-dispatch): New function.
	(w3m-lnum-universal): New command.
	(w3m-lnum-view-image, w3m-lnum-save-image, w3m-lnum-print-this-url):
	Use nth.
	(w3m-lnum-zoom-image): Use `w3m-resize-image-interactive'.
	(w3m-lnum-zoom-in-image, w3m-lnum-zoom-out-image): Update doc string.
	(w3m-lnum-bookmark-add-this-url): Fix bookmarking of current url.
	(w3m-lnum-actions-link-alist): Add actions for generic browser and Curl
	if present.

	* w3m.el (autoload): Autoload `w3m-lnum-universal'.
	(w3m-resize-image-interactive): New function.
	(w3m-lnum-map): Add key for `w3m-lnum-universal'.

2011-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-expand-url): Assume only a name anchor, that has no
	scheme part nor directory part, to be the buffer: scheme.
	(w3m-buffer-local-url): Move forward.

2011-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m-hist.el: Require w3m-util.

2011-10-22  Naohiro Aota  <naota@elisp.net>

	* w3m.el (w3m-goto-url): Check name anchor after redirect resolution.

2011-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m-hist.el (w3m-history-restore-position): Don't hscroll if there
	are images ([emacs-w3m:11658]).

2011-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-canonicalize-url): Fix url that fails to have put
	a separator following a domain name.
	Suggested by Dan Jacobson <jidanni@jidanni.org>.

2011-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-url-coding-system-alist): Add a rule for Google.
	(w3m-url-coding-system): Allow function to determine coding system.

2011-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-url-encode-string, w3m-url-transfer-encode-string):
	Restore optional coding argument.
	(w3m-gmane-url-at-point, w3m-canonicalize-url): Do.
	(w3m-download): Decode file name in url.

	* w3m-form.el (w3m-form-make-form-data, w3m-form-parse-and-fontify):
	* w3m-search.el (w3m-search-escape-query-string, w3m-search-do-search)
	(w3m-search-uri-replace): Revert last change.

2011-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-url-coding-system-alist): New user option.
	(w3m-show-decoded-url, w3m-google-feeling-lucky-charset): Abolish.
	(w3m-url-coding-system): New function.
	(w3m-url-encode-string, w3m-url-readable-string)
	(w3m-url-transfer-encode-string): Use it.

	* w3m.el (w3m-fontify-anchors, w3m-gmane-url-at-point)
	(w3m-canonicalize-url, w3m-goto-url):
	* w3m-form.el (w3m-form-make-form-data, w3m-form-parse-and-fontify):
	* w3m-search.el (w3m-search-escape-query-string, w3m-search-do-search)
	(w3m-search-uri-replace): Don't specify coding system for encoding url.

2011-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m-favicon.el (w3m-favicon-type): Prefer gif.
	(w3m-favicon-convert): Work for gif icons named "favicon.ico".

2011-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m-lnum.el (w3m-lnum-face): Remove face alias.
	(w3m-lnum-quick-browsing): Add custom type.
	(w3m-lnum-remove-overlays, w3m-lnum-set-numbering)
	(w3m-lnum-highlight-anchor, w3m-lnum-get-match-info): Fix overlay end
	range, too.

2011-09-07  Andrey Kotlarski  <m00naticus@gmail.com>

	* w3m.el: Use `w3m-lnum' as naming prefix for commands and
	maps from `w3m-lnum.el'.

	* w3m-lnum.el: Use `w3m-lnum' as naming prefix everywhere instead of
	`w3m-linknum' or `w3m-link-numbering'.
	(w3m-lnum-set-numbering, w3m-lnum): Optionally don't clean previous
	numbering.
	(w3m-lnum-read-interactive): Don't clean previous numbering with
	`w3m-lnum' in cases when there is no such.
	(w3m-lnum-remove-overlays, w3m-lnum-set-numbering): Fix overlay start
	range to make it work for XEmacs.
	(w3m-lnum-get-action): Don't invoke `w3m-lnum-read-interactive' with 0
	numbered items.

	* w3m-util.el (w3m-goto-next-defun): New macro.
	(w3m-goto-next-anchor-or-image, w3m-substitute-key-definitions): Move
	from w3m-lnum.el

2011-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m-lnum.el (w3m-link-numbering, w3m-linknum-minibuffer-prompt)
	(w3m-linknum-match): Use old defface style for XEmacs.
	(w3m-link-set-numbering): Replace string-match-p w/ w3m-string-match-p.
	(w3m-highlight-numbered-anchor, w3m-get-match-info): Fix range passed
	to overlays-in to make it work for XEmacs.

2011-09-04  Andrey Kotlarski  <m00naticus@gmail.com>

	* w3m-lnum.el: Update copyright years. Don't require `cl'.
	(w3m-linknum-match): Make numbering face visible for some
	consoles.
	(w3m-link-numbering-quick-browsing)
	(w3m-link-numbering-context-alist): New custom variables.
	(w3m-linknum-remove-overlays): Delete overlays only within the
	visible window part.
	(w3m-link-set-overlay): Don't use `incf'.
	(w3m-link-set-numbering): Number additional context items as
	specified by `w3m-link-numbering-context-alist'. Return index of
	the last matched item.
	(w3m-goto-next-image2): Fix doc typo.
	(w3m-goto-next-anchor-or-image, w3m-link-numbering): Cosmetic
	indent.
	(w3m-linknum-prompt-str): Don't show 0 when this is being current
	default for selection.
	(w3m-read-int-interactive): Up and down scrolling preserves text
	filter and cleans previous numbering. Allow <enter> shortcutting
	options as specified by `w3m-link-numbering-quick-browsing'. Don't
	let the text filter grow when no items match.
	(w3m-with-linknum): Make `last-index' variable visible within body
	and set as the last index currently used for numbering.
	(w3m-get-match-info): New macro.
	(w3m-get-anchor-info): Use `w3m-get-match-info'.
	(w3m-go-to-linknum, w3m-linknum-get-action): Call
	`w3m-get-anchor-info' with a selection number.
	(w3m-linknum-follow, w3m-linknum-view-image)
	(w3m-linknum-save-image, w3m-linknum-print-this-url): Don't use cl
	functions.
	(w3m-linknum-zoom-image): Cosmetic doc string change.
	(w3m-linknum-bookmark-add-this-url): Use 1+.

2011-09-03  Dan Jacobson  <jidanni@jidanni.org>

	* w3m.el (w3m-lynx-like-map, w3m-info-like-map): Bind the `C-t t' key
	to w3m-create-empty-session.

2011-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el (w3m-create-empty-session): New user command.
	(w3m-new-session-url): Default to about:blank.
	(w3m-input-url): Don't use about:* as initial value.
	(w3m-goto-url-new-session): Use w3m-new-session-url as the default.
2013-03-04 19:12:22 +00:00
wiz
05b585747e Adapt license name. 2013-03-03 23:53:45 +00:00
tron
4d1b7be5d4 Update "apache" package to version 2.2.24. Changes since 2.2.23:
- SECURITY: CVE-2012-3499 (cve.mitre.org)
  Various XSS flaws due to unescaped hostnames and URIs HTML output in
  mod_info, mod_status, mod_imagemap, mod_ldap, and mod_proxy_ftp.
  [Jim Jagielski, Stefan Fritsch, Niels Heinen <heinenn google com>]
- SECURITY: CVE-2012-4558 (cve.mitre.org)
  XSS in mod_proxy_balancer manager interface. [Jim Jagielski,
  Niels Heinen <heinenn google com>]
- mod_rewrite: Stop merging RewriteBase down to subdirectories
  unless new option 'RewriteOptions MergeBase' is configured.
  Merging RewriteBase was unconditionally turned on in 2.2.23.
  Bug Report 53963. [Eric Covener]
- mod_ssl: Send the error message for speaking http to an https port using
  HTTP/1.0 instead of HTTP/0.9, and omit the link that may be wrong when
  using SNI. Bug Report 50823. [Stefan Fritsch]
- mod_ssl: log revoked certificates at level INFO
  instead of DEBUG. Bug Report 52162. [Stefan Fritsch]
- mod_proxy_ajp: Support unknown HTTP methods. Bug Report 54416.
  [Rainer Jung]
- mod_dir: Add support for the value 'disabled' in FallbackResource.
  [Vincent Deffontaines]
- mod_ldap: Fix regression in handling "server unavailable" errors on
  Windows.  Bug Report 54140.  [Eric Covener]
- mod_ssl: fix a regression with the string rendering of the "UID" RDN
  introduced in 2.2.15. Bug Report 54510. [Kaspar Brand]
- ab: add TLS1.1/TLS1.2 options to -f switch, and adapt output
  to more accurately report the negotiated protocol. Bug Report 53916.
  [Nicolás Pernas Maradei <nico emutex com>, Kaspar Brand]
- mod_cache: Explicitly allow cache implementations to cache a 206 Partial
  Response if they so choose to do so. Previously an attempt to cache a 206
  was arbitrarily allowed if the response contained an Expires or
  Cache-Control header, and arbitrarily denied if both headers were missing.
  Currently the disk and memory cache providers do not cache 206 Partial
  Responses. [Graham Leggett]
- core: Remove unintentional APR dependency introduced with
  Apache 2.2.22. [Eric Covener]
- core: Use a TLS 1.0 close_notify alert for internal dummy connection if
  the chosen listener is configured for https. [Joe Orton]
- mod_ssl: Add new directive SSLCompression to disable TLS-level
  compression. Bug Report 53219. [Björn Jacke <bjoern j3e de>, Stefan Fritsch]
2013-03-03 20:05:03 +00:00
wiz
3a24233d00 Revert previous on joerg's request. 2013-03-03 18:59:26 +00:00
wiz
de36aeb59e I've tried two builds with -j16 and one with -j8, successfully, so
remove MAKE_JOBS_SAFE=no line.
2013-03-03 15:18:51 +00:00
wiz
a8730d5aa1 Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
joerg
86c541793b Fix format string use. Fix build with newer Perl. 2013-03-02 17:53:36 +00:00
joerg
0b6ac09873 Consistently return values from !void functions 2013-03-02 17:53:07 +00:00
joerg
26f2f87217 Don't strip -Wl flag on the apxs command line. Bump revision. 2013-03-02 17:52:33 +00:00
tron
19fd9a3b46 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
mspo
ee0c76e72e 3.87 2013-02-23
- Added deprecated function to Mojo::Util. (marcus)
  - Removed deprecated render_content helper.
  - Improved documentation.
  - Improved tests.

3.86  2013-02-22
  - Welcome to the Mojolicious core team Joel Berger.
  - Improved portability of Mojo::Asset::File tests.
  - Improved documentation.
  - Improved tests. (jberger, sri)
  - Fixed path generation bug in Mojolicious::Routes::Pattern. (jberger)
  - Fixed small domain detection bug in Mojo::UserAgent::CookieJar.
    (dione, sri)
  - Fixed comment lines in Mojo::Template to cover the whole line.

3.85  2013-02-13
  - Deprecated Mojo::UserAgent::build_form_tx in favor of
    Mojo::UserAgent::build_tx.
  - Deprecated Mojo::UserAgent::build_json_tx in favor of
    Mojo::UserAgent::build_tx.
  - Deprecated Mojo::UserAgent::post_form in favor of Mojo::UserAgent::post.
  - Deprecated Mojo::UserAgent::post_json in favor of Mojo::UserAgent::post.
  - Deprecated Mojo::UserAgent::Transactor::form in favor of
    Mojo::UserAgent::Transactor::tx.
  - Deprecated Mojo::UserAgent::Transactor::json in favor of
    Mojo::UserAgent::Transactor::tx.
  - Deprecated Test::Mojo::post_form_ok in favor of Test::Mojo::post_ok.
  - Deprecated Test::Mojo::post_json_ok in favor of Test::Mojo::post_ok.
  - Deprecated ojo::f in favor of ojo::p.
  - Deprecated ojo::n in favor of ojo::p.
  - Added support for pluggable content generators to
    Mojo::UserAgent::Transactor. (judofyr, sri)
  - Added generators attribute to Mojo::UserAgent::Transactor.
  - Added add_generator method to Mojo::UserAgent::Transactor.
  - Updated jQuery to version 1.9.1.
  - Improved documentation.
  - Improved tests.
  - Fixed memory leak in development not found page.
  - Fixed custom temporary directory bug in Mojo::Asset::File.

3.84  2013-01-30
  - Deprecated after_static_dispatch hook in favor of before_routes.
  - Added after_static hook.
  - Fixed small file descriptor leak in Mojo::UserAgent.

3.83  2013-01-27
  - Moved bundled static files to mojo directory.
  - Improved documentation.
  - Improved tests.
  - Fixed small Getopt::Long configuration bug in Mojolicious::Commands.
2013-03-01 02:49:28 +00:00
imil
7b9b365729 Uncomment the pid parameter of php-fpm.conf so the pidfile is created and
rc.d script can really start / stop php-fpm. Bump PKGREVISION.
2013-02-28 21:43:04 +00:00
obache
6f30cc1e9c Update ruby-sinatra to 1.3.5.
= 1.3.5 / 2013-02-25

 * Fix for RubyGems 2.0 (Uchio KONDO)

 * Improve documentation (Konstantin Haase)
2013-02-28 10:52:24 +00:00
wiz
aa114fef9a Sort. 2013-02-28 07:29:32 +00:00
obache
923e962b98 fix HOMEPAGE url. 2013-02-27 01:30:32 +00:00
ryoon
21e5cfcf0e Fix typo in PKGNAME. 2013-02-26 12:45:28 +00:00
ryoon
86f9c4cdeb Add php-sugercrm 2013-02-26 12:39:02 +00:00
ryoon
560df9955e Import php54-sugercrm-6.5.10 as www/php-sugarcrm.
SugerCRM is open source CRM (Customer Relationship Management)
system.
2013-02-26 12:37:46 +00:00
ryoon
0e706b928c Update to 1.4.0c
Changelog:
* Include missing plugins.
2013-02-26 11:15:57 +00:00
obache
917fa46f1f Update ruby-faraday to 0.8.6.
no summarized changes.
2013-02-26 10:46:35 +00:00
ryoon
9f13e0b667 Update to 4.5.7
Changelog:
Version 4.5.7 Feb 20th 2013

    Fix for 3rd party apps dropping the database
    Fix SubAdmins management
    Fix PHP warnings
    Fix compatibility with some CIFS shares
    More robust apps management
    Remove not needed AWS tests
    Improved mime type parsing
    Several sharing fixes
    Offer the option to change the password only supported by the backend
    More robust auto language detection
    Revoke DB rights on install only if the db is newly created
    Fix rendering of database connection error page
    LDAP: update quota more often
    Multiple XSS vulnerabilities (oC-SA-2013-003)
    Multiple CSRF vulnerabilities (oC-SA-2013-004)
    PHP settings disclosure (oC-SA-2013-005)
    Multiple code executions (oC-SA-2013-006)
    Privilege escalation in the calendar application (oC-SA-2013-007)
2013-02-25 21:30:17 +00:00
ryoon
49577c65c2 Update to 2.4.4
Changelog:
Fix the following security bugs.
    SECURITY: CVE-2012-3499 (cve.mitre.org) Various XSS flaws due to unescaped hostnames and URIs HTML output in mod_info, mod_status, mod_imagemap, mod_ldap, and mod_proxy_ftp.
    SECURITY: CVE-2012-4558 (cve.mitre.org) XSS in mod_proxy_balancer manager interface.
2013-02-25 21:16:37 +00:00
wen
6b5d5542b4 Update to 1.3111
Add p5-YAML as DEPENDS

Upstream changes:
1.3111

[ BUG FIXES ]
    * GH #877: fix Dancer Error when so that 'exception' object is not passed
      to serializers, because XML/JSON serializers don't understand objects
      (rikbrown).
    * GH #858: Check for definedness, not truth, when testing if we read
      into the buffer when parsing a request body (florolf).
    * GH #845: Fix uninitialized warning when loading modules (Fabrice Gabolde).
    * GH #851, GH #853: Atomic YAML session writing (Roman Galeev).
    * GH #852: Saner UTF logging (Roman Galeev).
    * GH #849, GH #850: Serve autopages with text/html content type.
      (Philippe Bruhat - BooK)
    * GH #848: Handle If-Modified-Since header in the request for static files.
      (Philippe Bruhat - BooK)
    * GH #848: Send a Last-Modified header for static files.
      (Philippe Bruhat - BooK)
    * GH #856: Don't export non-existing subroutine (mokko).
    * GH #874: Reduce dependence on %ENV for internal code (Kent Fredric).
    * GH #875: Don't expect specific order in cookies (Yanick Champoux).
    * Remove 'exception' object from message being passed to serializers.
        (Rik Brown)
    * Added .travis.yml to MANIFEST.SKIP so t/manifest.t passes (Kaitlyn Parkhurst).
    * GH #887, GH #890: keyword 'global_warnings' added to replace 'import_warnings'
        (Kaitlyn Parkhurst).
    * GH #892: add 'private_key' to the list of potentially sensitive keys (Tom Heady).

    [ DOCUMENTATION ]
    * GH #847: Fix typo (John Wittkoski).
    * GH #865: Correct 'before' hook documentation (David Precious, Maurice).
    * GH #860, GH #844, GH #760: Misleading plack middleware documentation.
      (Paul Fenwick)
    * GH #862: Fix heading level for strict_config entry in Dancer::Config.
      (Stefan Hornburg - Racke)
    * GH #863: Correct example apache config (John Wittkoski).
    * GH #867: correct doc for ModuleLoader::load_with_params (mokko).
    * Document route_cache option (David Precious).
    * Docs for route_cache_size_limit & route_cache_path_limit (David Precious).
    * Remove meaningless 'encoding' to TT config (David Precious).
    * Remove docs for mounting multiple apps (Naveed Massjouni).
    * Update doc URLs (David Precious).
    * Fix inconsistency in Perlbal deployment example (Slaven Rezi., Racke).
    * GH #894: Replace spurious character in Dancer::Session's POD (Racke).
    * GH #880: Add deprecation mention for 'after' (pdl and Yanick Champoux).
2013-02-25 02:23:13 +00:00
taca
592455e025 Remove ruby-sass-rails31 which was for Ruby on Rails 3.1. 2013-02-24 14:55:11 +00:00
taca
972e541460 Remove ruby-sass-rails31. 2013-02-24 14:54:32 +00:00
taca
f733630882 Remove ruby-rack13 which was only required by www/ruby-actionpack31. 2013-02-24 14:52:02 +00:00
taca
71a21b019b Remove ruby-rack13. 2013-02-24 14:50:00 +00:00
ryoon
4c9dbe3b1e Update to 17.0.3
Sync with firefox-17.0.3.
2013-02-24 14:41:26 +00:00
taca
0f3a1244a9 ruby-activeresource31 package which is part of Ruby on Rails 3.1. 2013-02-24 14:25:47 +00:00
taca
4018a457f5 Remove ruby-activeresource31. 2013-02-24 14:25:18 +00:00
taca
445906423e Remove ruby-actionpack31 package which is part of Ruby on Rails 3.1. 2013-02-24 14:24:02 +00:00
taca
f2774cc69f Remove ruby-actionpack31. 2013-02-24 14:23:33 +00:00
ryoon
d422068585 Update to 17.0.3
Changelog:
FIXED
Security fixes can be found here
FIXED
Improvements to the Click-to-Play vulnerable plugin blocklisting feature

Fixed in Firefox ESR 17.0.3
MFSA 2013-28 Use-after-free, out of bounds read, and buffer overflow issues found using Address Sanitizer
MFSA 2013-27 Phishing on HTTPS connection through malicious proxy
MFSA 2013-26 Use-after-free in nsImageLoadingContent
MFSA 2013-25 Privacy leak in JavaScript Workers
MFSA 2013-24 Web content bypass of COW and SOW security wrappers
MFSA 2013-21 Miscellaneous memory safety hazards (rv:19.0 / rv:17.0.3)
2013-02-24 14:18:00 +00:00
taca
864e0cb52b Remove ruby-rails31 package which is part of Ruby on Rails 3.1. 2013-02-24 14:17:13 +00:00
taca
2cdf5ed8aa Remove ruby-rails31. 2013-02-24 14:16:05 +00:00
taca
c0ca6be152 Remove ruby-coffee-rails31 package for Ruby on Rails 3.1. 2013-02-24 14:10:33 +00:00
taca
66504e220d Remove ruby-coffee-rails31. 2013-02-24 14:10:24 +00:00
obache
6f77fc5d1c Update ruby-httpclient to 2.3.3.
= Changes in 2.3.3 =

  February 24, 2013 - version 2.3.3

  * Changes

    * #144 Add User-Agent field by default. You can remove the header by
      setting nil to HTTPClient#agent_name.
2013-02-24 13:39:53 +00:00
imil
0942955693 Updated DESCR with more recent figures. 2013-02-24 09:43:42 +00:00
ryoon
0b547f35f3 Update to 2.16
Sync with seamonkey-2.16.
2013-02-23 23:59:24 +00:00
ryoon
cafebcdf18 Update to 2.16
* enigmail is broken

Changelog:
SeaMonkey-specific changes
    Reply to List is now supported.
    SSL-related warning prompts (leaving or entering a secure site, viewing mixed content) have been replaced by less intrusive, non-modal notification bars.
    See the changes page for minor changes.

Mozilla platform changes
    Image quality has been improved through a new HTML scaling algorithm.
    Canvas elements can export their content as an image blob using canvas.toBlob() now.
    CSS @page is now supported.
    CSS viewport-percentage length units have been implemented (vh, vw, vmin and vmax).
    CSS text-transform now supports full-width.
    Fixed several stability issues.

Fixed in SeaMonkey 2.16
MFSA 2013-28 Use-after-free, out of bounds read, and buffer overflow issues found using Address Sanitizer
MFSA 2013-27 Phishing on HTTPS connection through malicious proxy
MFSA 2013-26 Use-after-free in nsImageLoadingContent
MFSA 2013-25 Privacy leak in JavaScript Workers
MFSA 2013-24 Web content bypass of COW and SOW security wrappers
MFSA 2013-23 Wrapped WebIDL objects can be wrapped again
MFSA 2013-22 Out-of-bounds read in image rendering
MFSA 2013-21 Miscellaneous memory safety hazards (rv:19.0 / rv:17.0.3)
2013-02-23 23:54:02 +00:00