Commit graph

11843 commits

Author SHA1 Message Date
ryoon
4cac1e079a * Regen patches...
* Fix build on recent NetBSD (kproc_info vs kproc_info2)
2013-01-07 21:55:29 +00:00
kleink
a40199042b + py-wtforms
+ py-flask-wtf
2013-01-07 21:51:54 +00:00
kleink
26feedce71 Import Flask-WTF-0.8.2 as www/py-flask-wtf.
Simple integration of Flask and WTForms, including CSRF, file upload
and Recaptcha integration.
2013-01-07 21:51:10 +00:00
kleink
5ef65a908e Import WTForms-1.0.2 as www/py-wtforms.
WTForms is a flexible forms validation and rendering library for
python web development.
2013-01-07 21:49:38 +00:00
kleink
ed2a042e1a + py-flask-sqlalchemy 2013-01-07 20:27:09 +00:00
kleink
a478f20b5f Import Flask-SQLAlchemy-0.16 as www/py-flask-sqlalchemy.
Flask-SQLAlchemy is an extension for Flask that adds support for
SQLAlchemy to your application. It requires SQLAlchemy 0.6 or
higher. It aims to simplify using SQLAlchemy with Flask by providing
useful defaults and extra helpers that make it easier to accomplish
common tasks.
2013-01-07 20:26:49 +00:00
kleink
4b99e1e672 + py-flask-login 2013-01-07 20:15:29 +00:00
kleink
97df523686 Import Flask-Login-0.1.3 as www/py-flask-login.
Flask-Login provides user session management for Flask. It handles
the common tasks of logging in, logging out, and remembering your
users' sessions over extended periods of time.
2013-01-07 20:15:01 +00:00
kleink
e60f9b5b45 + py-flask 2013-01-07 17:40:07 +00:00
kleink
c412f246c1 Import Flask-0.9 as devel/py-flask.
Flask is a microframework for Python based on Werkzeug, Jinja 2
and good intentions.
2013-01-07 17:37:37 +00:00
kleink
f743a8f5fd Import Flask-0.9 as www/py-flask.
Flask is a microframework for Python based on Werkzeug, Jinja 2
and good intentions.
2013-01-07 17:37:36 +00:00
kleink
e956f3bedf + py-werkzeug 2013-01-07 17:07:13 +00:00
kleink
ab58898415 Import Werkzeug-0.8.3 as www/py-werkzeug.
Werkzeug is a WSGI utility library for Python. It's widely used
and BSD licensed.

Werkzeug started as a simple collection of various utilities for
WSGI applications and has become one of the most advanced WSGI
utility modules. It includes a powerful debugger, fully featured
request and response objects, HTTP utilities to handle entity tags,
cache control headers, HTTP dates, cookie handling, file uploads,
a powerful URL routing system and a bunch of community contributed
addon modules.

It does Unicode and doesn't enforce a specific template engine,
database adapter or anything else. It doesn't even enforce a specific
way of handling requests and leaves all that up to the developer.
2013-01-07 17:06:25 +00:00
taca
f817c35e55 Update contao30 to 3.0.2.
* Hungarian and Slovenian language files are added, too.

Version 3.0.2 (2013-01-07)
--------------------------

### Fixed
Throw an error if FileTree or PageTree widgets are left blank although they are
marked as mandatory in the DCA (see #5131).

### Fixed
Modules and Hybrids included via content element were shown even if the content
element was invisible or not published (see #5203).

### Fixed
Do not try to limit the template selection to a particular theme but show all
available themes instead (see #5095).

### Fixed
Correctly build the comments subscription confirmation URL (see #5201).

### Fixed
Update the database if a file is being uploaded in the front end (see #5137).

### Fixed
Do not send a 404 header if an enclosure is requested and cannot be find by a
module; there might be another module which can (see #5178).

### Fixed
Consider the `save_callback` of the password field in `tl_user` when a back end
user is forced to change his password (see #5138).

### Fixed
Random images now open in the lightbox if configured (see #5191).

### Fixed
Find e-mail addresse like `a@b.com` in `String::encodeEmail()` (see #5175).

### Fixed
Make sure there is a minimal MooTools core version for the command scheduler
(see #5195).

### Fixed
Made `Model::getPk()` and `Model::getTable()` static (see #5128).

### Fixed
Do not move resources in the file manager if the targets exist. Otherwise the
database might get out of sync with the file system (see #5145).

### Fixed
Convert automatically generated article alias names if the page uses folder URL
style alias names (see #5168).

### Fixed
The newsletter system did not yet handle file ID attachments (see #5118).

### Fixed
The gallery and downloads element now support using the user's home directory
again (see #5113).

### Fixed
Added an option to load models uncached (see #5102).

### Fixed
Added support for `CURRENT_DATE`, `CURRENT_TIME` and `CURRENT_TIMESTAMP` to the
database installer (see #5089).

### Fixed
Store the whole database row in `Calendar::addEvent()` so e.g. RSS feeds with
the event text instead of just the teaser are being rendered (see #5085).

### Fixed
Purge the internal cache after a module has been (de)activated (see #5016).

### Fixed
Do not cache the `system/cron/cron.txt` file (see #5105).

### Fixed
Do not create content elements for news and events which redirect to articles,
pages or external URLs during the version 3 update (see #5117).

### Fixed
Handle incorrectly closed indexer comments (see #5119).

### Fixed
The table content element did not assign the correct CSS class names when there
was only one row and one column (see #5140).

### Fixed
Consider the dynamic ptable when copying/deleting content elements (see #5041).

### Fixed
Scan templates in the autoload creator even if there are no classes (see #5158).

### Fixed
Corrected the main column margin when using the layout builder in combination
with the responsive grid (see #5170).

### Fixed
Consider the sorting order of external style sheets (see #5038).

### Fixed
The numeric file mounts of a user were overridden by the real paths (see #5083).
2013-01-07 14:41:10 +00:00
taca
566387a0f8 Update contao211 to 2.11.8, LTS release.
Version 2.11.8 (2013-01-07)
---------------------------

### Fixed
Make sure entered dates map to an existing date (see #5086).

### Fixed
Fixed the MySQLi field count (see #5182).

### Fixed
The Date class should return `00:00` for `Date(0)->time` (see #4249).

### Reverted
Handle dependencies when updating extensions (see #3804).

### Fixed
Fixed the unprefixed CSS gradient output (see #4569).

### Fixed
Fixed a small formatting issue in the Music Academy theme (see #5160).

### Fixed
Show all extensions in the log when updating multiple at once (see #5144).

### Fixed
Standardize RSS feed aliases (see #5096).

### Fixed
Make the `FileUpload` constructor public (see #5054).

### Fixed
Use `isset()` in the `Database::fetch*()` methods (see #4990).

### Fixed
Changed the `System::getReadableSize()` algorithm to powers of two (see #4283).

### Fixed
Removed Tahiti and the Netherlands Antilles from the countries list (see #3791).

### Fixed
Also adjust the `be_navigation.html5` template to the new "getUserNavigation"
hook changes (see #3411).
2013-01-07 14:30:30 +00:00
wiz
9059f890a8 Update to 0.9.24:
Tue Dec 25 16:16:30 CET 2012
	Releasing libmicrohttpd 0.9.24. -CG

Tue Dec 18 21:18:11 CET 2012
	Given both 'chunked' encoding and 'content-length',
	ignore the 'content-length' header as per RFC. -ES

Thu Dec  6 10:14:44 CET 2012
	Force adding "Connection: close" header to response if
	client asked for connection to be closed (so far, we
	did close the connection, but did not send the
	"Connection: close" header explicitly, which some clients
	seem to dislike. (See discussion on mailinglist).
	Also, if there is already a transfer-encoding other
	than 'chunked' set by the application, we also now close
	the connection if the response is of unknown size. -CG

Wed Dec  5 19:22:26 CET 2012
	Fixing parameter loss of POST parameters with IE8 and Chrome
	in the PostProcessor as the code failed to properly handle
	partial data. -MM
2013-01-06 01:14:54 +00:00
ryoon
2a8dbccbc8 Fix typo. 2013-01-05 20:16:49 +00:00
taca
44daa4002d Update ruby-rails32 to 3.2.10.
Only version has updated.
2013-01-05 14:22:55 +00:00
taca
d6c5094f34 Update ruby-actionpack32 to 3.2.10.
Only version has updated.
2013-01-05 14:21:27 +00:00
taca
277a97f21b Note update of ruby-activeresource32 to 3.2.10.
Only version has updated.
2013-01-05 14:20:05 +00:00
taca
fa8ee093e6 Update ruby-rails31 to 3.1.9.
Only version has updated.
2013-01-05 14:02:04 +00:00
taca
6a19238291 Update ruby-actionpack31 to 3.1.9.
Only version has updated.
2013-01-05 14:00:18 +00:00
taca
1a4cdea084 Update ruby-activeresource31 to 3.1.9.
Only version has updated.
2013-01-05 13:58:57 +00:00
taca
216de569a9 Update ruby-rails3 to 3.0.18.
Only version has updated.
2013-01-05 13:43:39 +00:00
taca
0845fcfbe0 Update ruby-actionpack3 to 3.0.18.
Only version has updated.
2013-01-05 13:36:01 +00:00
taca
fa095d6879 Update ruby-activeresource3 to 3.0.18.
Only version has updated.
2013-01-05 13:35:08 +00:00
obache
76b894d163 Update ruby-httpclient to 2.3.2.
= Changes in 2.3.2 =

  January 5, 2013 - version 2.3.2

  * Changes

    * #138 Revert Timeout change unintentionally included in v2.3.1.  It's
      reported that the change causes background processes not terminated
      properly.

= Changes in 2.3.1 =

  January 1, 2013 - version 2.3.1

  * Changes

    * #137 Signing key is expiring for cacert_sha1.p7s.
      Deleted p7s signature check for default cacerts.  Sorry for many troubles
      in the past. This feature is not useful without having online/real-time
      CA certs update but I don't think I can implement it in near future.
      Users depend on this signature check (who puts cacert.p7s in R/W
      filesystem and ssl_config.rb in R/O filesystem) should take care the
      tampering by themself.

  * Bug fixes

    * #122 Support IPv6 address in URI


= Changes in 2.3.0 =

  October 10, 2012 - version 2.3.0

    * Features

      * Added debug mode CLI.  bin/httpclient is installed as CLI.
          Usage: 1) % httpclient get https://www.google.co.jp/ q=ruby
          Usage: 2) %httpclient
        For 1) it issues a GET request to the given URI and shows the wiredump
        and the parsed result.  For 2) it invokes irb shell with the binding
        that has a HTTPClient as 'self'.  You can call HTTPClient instance
        methods like;
          > get "https://www.google.co.jp/", :q => :ruby

      * #119 Addressable gem support (only if it exists); should handle IRI
        properly.

    * Bug fixes

      * #115 Cookies couldn't work properly if the path in an URI is ommited.
      * #112, #117 Proper handling of sized IO (the IO object that responds to
        :size) for chunked POST. HTTPClient did read till EOF even if the
        given IO has :size method.
      * Handle '303 See Other' properly.  RFC2616 says it should be redirected
        with GET.
      * #116 Fix "100-continue" support.  It was just ignored.
      * #118 Support for boolean values when making POST/PUT requests with
        multiipart/form Content-Type.
      * #110 Allows leading dots in no_proxy hostname suffixes.
2013-01-05 05:46:11 +00:00
gls
2b7d117387 Pkgsrc changes:
---------------

- /usr/bin/env police

Upstream Changes:
-----------------

Version 1.9.6:

  SECURITY HINT: make sure you have allow_xslt = False (or just do not use
  allow_xslt at all in your wiki configs, False is the internal default).
  Allowing XSLT/4suite is very dangerous, see HelpOnConfiguration wiki page.

  HINT: Python >= 2.5 is maybe required! See docs/REQUIREMENTS for details.

  Fixes:
  * fix remote code execution vulnerability in twikidraw/anywikidraw action
  * fix path traversal vulnerability in AttachFile action
  * fix XSS issue, escape page name in rss link
  * escape user- or admin-defined css url
  * make taintfilename more secure
  * use a constant time str comparison function to prevent timing attacks
  * Attachment handler: catch all Zip-related errors

Version 1.9.5:

  Fixes:
   * Security fix: fix virtual group bug in ACL evaluation.
   * Avoid crash if #refresh processing instruction is used without arguments.
   * Fix issue with non-ASCII textchas.
   * Xapian indexing: remove copy.copy() that crashed on Windows/IIS/isapi-wsgi
     after page save.
   * Fix dictionary file reading crash under Windows.
   * Work around crash of AdvancedSearch macro rendering caused by non-ascii
     mimetypes.types_map entries.
   * Added migration script for moin 1.8.9.
   * rss_rc: Fix diffs added in RSS with diffs=1 (now they correspond to item
     listed in feed and not just last page diffs). Links generated with ddiffs=1
     also fixed.
   * rss_rc: fix double escaping issue.
   * rss_rc: respect show_names configuration option.
   * rss_rc: proper support of rename, revert, page creation.
   * modern/modernized theme: fix padding/width for editor preview
   * group/pagelinks formatters: avoid to create unnecessary output, redirect
     output of send_page call with the groups formatter, it must not be written
     to the output stream
   * rst parser: fix include and macro directives
   * wikisync: fix unicode pagename sending for python 2.7 httplib

  New features:
   * add a comment_required config option (default: False) to require a
     non-empty comment when saving a page
   * when a save error happens, show the editor again and highlight the error
   * rss_rc: several new options added: lines parameter gives ability to set
     maximum size of diffs showed in RSS. show_att parameter gives ability
     to show information aboout attachment-related items in RSS. page parameter
     gives ability to specify set of pages for which changes RSS feed should be
     generated. Configuration of defaults and limits can now be done via wiki
     configuration mechanism.
   * As soon as it is now possible to provide RSS for page change history,
     appropriate alternate link is now added for every page (controlled by
     rss_show_page_history_link configuration parameter).
   * Search: "no_highlight:" search query option provided for suppressing
     highlighting search results.
   * Search macros: new options for FullSearch, FullSearchCached and PageList
     available:
     * highlight_titles option controls highlighting of matches in search
       results provided by these macros. Default value is set in
       search_macro_highlight_titles configuration option)
     * highlight_pages option controls adding of highlight URL parameter to
       page links (so search term is highlighted when user goes to one of
       these pages via provided link) in search results. Default value is set
       in search_macro_highlight_pages configuration option.
     Usage of these options is disabled (via search_macro_parse_args
     configuration option) by default due to behavioural changes introduced
     in macro parameter parsing mechanism to support them. Related to
     http://moinmo.in/FeatureRequests/FullSearchResultsWithoutHighlight .

  Other changes:
   * Remove 4suite dependency for docbook formatter, use minidom (included in
     Python).
   * Upgraded FCKeditor to 2.6.8.
2013-01-03 18:54:38 +00:00
ryoon
f0acb892f7 Add py-django-appconf 2013-01-03 15:32:50 +00:00
ryoon
3c01e52d96 Import py27-django-appconf-0.5 as www/py-django-appconf.
A helper class for handling configuration defaults of packaged
Django apps gracefully.
2013-01-03 15:31:49 +00:00
ryoon
3a379430be * Fix MESSAGE
* Add missing dependency
2013-01-03 15:31:08 +00:00
ryoon
a5501ec0d6 Add py-mezzanine 2013-01-03 14:30:12 +00:00
ryoon
af5f58f61a Import py27-mezzanine-1.2.4 as www/py-mezzanine.
Mezzanine is a powerful, consistent, and flexible content management
platform. Built using the Django framework.
2013-01-03 14:29:29 +00:00
ryoon
63114cc9bc Add py-django-mezzanine-filebrowser 2013-01-03 14:11:35 +00:00
ryoon
68ccc437a9 Import py27-django-mezzanine-filebrowser-0.2.13 as www/py-django-mezzanine-filebrowser.
grappelli_safe was created to provide a snapshot of the Grappelli
admin skin for Django, to be referenced as a dependency for the
Mezzanine CMS for Django.
2013-01-03 14:10:45 +00:00
ryoon
455fe35b2f py-django-mezzanine-grappelli 2013-01-03 14:09:14 +00:00
ryoon
604cebb0c7 Import py27-django-mezzanine-grappelli-0.2.11 as www/py-django-mezzanine-grappelli.
Snapshot of the Grappelli admin skin for Django.
2013-01-03 14:08:18 +00:00
ryoon
3cdbd3ff71 Add py-bleach 2013-01-03 14:05:40 +00:00
ryoon
dd6512b46c Import py27-bleach-1.1.5 as www/py-bleach.
Bleach is an HTML sanitizing library that escapes or strips markup
and attributes based on a white list. Bleach can also linkify text
safely, applying filters that Django's ``urlize`` filter cannot,
and optionally setting ``rel`` attributes, even on links already
in the text.
2013-01-03 14:04:46 +00:00
ryoon
3e9123a7cf Add php-tt-rss 2013-01-03 14:00:26 +00:00
ryoon
7de9dc8601 Import php54-tt-rss-1.6.2 as www/php-tt-rss.
Tiny Tiny RSS is an open source web-based news feed (RSS/Atom)
reader and aggregator, designed to allow you to read news from any
location, while feeling as close to a real desktop application as
possible.
2013-01-03 13:59:44 +00:00
ryoon
aeb86ba281 Update to 7.6.8.20121106
* Many bugfixes
* Many improvements
2013-01-03 13:56:13 +00:00
ryoon
e63fab7de5 Add php-piwigo 2013-01-03 13:50:29 +00:00
ryoon
0a24115a8c Import php54-piwigo-2.4.6 as www/php-piwigo.
Piwigo is photo gallery software for the web, built by an active
community of users and developers.
2013-01-03 13:49:43 +00:00
adam
63828c6260 Changes 0.5.5:
Bug fixes.
2013-01-03 09:56:14 +00:00
taca
343dad7433 Update geeklog to 1.8.2. (This is leaf package.)
Geeklog History/Changes:

Dec 30, 2012 (1.8.2)
------------

- A remote service user now bypasses current password check when account is
  deleted (bug #0001417) [Tom]
- Fixed Twitter OAuth login error after Twitter deactived some old URLs (bug
  #0001497) [Tom]
- $dbconfig_path was not escaped in the install script (bug #0001457, patch
  provided by mystral-kk)
- COM_stripslashes will now handle arrays; this was a problem during
  re-authentication after a security token expired (bug #0001413) [suprsidr]
- The comment count for a story could be wrong if there was a different object
  with the same id and a comment (bug #0001414) [Tom]
- Feeds with the full story text still had a '...' at the end (bug #0001431)
  [Jeff Rivett, Tom]
- Allow MIME type application/x-gzip-compressed when uploading a plugin for
  installation (bug #0001405) [Dirk]
- Fixed compatibility with MySQL 5.5 (bugs #0001410, #0001456). This also
  raises the minimum supported MySQL version to 4.1.2 [Dirk, Tom]
2012-12-31 02:27:22 +00:00
sbd
f25b9fddc2 webkit directly requires libXdamage 2012-12-31 00:34:37 +00:00
ryoon
515ca620b2 Mark MAKE_JOBS_SAFE=no, detected in SmartOS bulk build. 2012-12-27 20:12:26 +00:00
darcy
a335880343 Update to 1.1.17.
Clears TODO item.

Version 1.1.17 (released 25-Oct-2012)

  * fix exception caused by uninitialized variable usage (issue #516)

Version 1.1.16 (released 24-Oct-2012)

  * security fix: escape "extra" diff info to avoid XSS attack (issue #515)
  * add 'binary_mime_types' configuration option and handling (issue #510)
  * fix 'select for diffs' persistence across log pages (issue #512)
  * remove lock status and filesize check on directories in remote SVN views
  * fix bogus 'Annotation of' page title for non-annotated view (issue #514)

Version 1.1.15 (released 22-Jun-2012)

  * security fix: complete authz support for remote SVN views (issue #353)
  * security fix: log msg leak in SVN revision view with unreadable copy source
  * fix several instances of incorrect information in remote SVN views
  * increase performance of some revision metadata lookups in remote SVN views
  * fix RSS feed regression introduced in 1.1.14

Version 1.1.14 (released 12-Jun-2012)

  * fix annotation of svn files with non-URI-safe paths (issue #504)
  * handle file:/// Subversion rootpaths as local roots (issue #446)
  * fix bug caused by trying to case-normalize anon usernames (issue #505)
  * speed up log handling by reusing tokenization results (issue #506)
  * add support for custom review log markup rules (issue #429)

Version 1.1.13 (released 23-Jan-2012)

  * fix svndbadmin failure on deleted paths under Subversion 1.7 (issue #499)
  * fix annotation of files in svn roots with non-URI-safe paths
  * fix stray annotation warning in markup display of images
  * more gracefully handle attempts to display binary content (issue #501)

Version 1.1.12 (released 03-Nov-2011)

  * fix path display in patch and certain diff views (issue #485)
  * fix broken cvsdb glob searching (issue 486)
  * allow svn revision specifiers to have leading r's (issue #441, #448)
  * allow environmental override of configuration location (issue #494)
  * fix exception HTML-escaping non-string data under WSGI (issue #454)
  * add links to root logs from roots view (issue #470)
  * use Pygments lexer-guessing functionality (issue #495)
2012-12-27 12:56:36 +00:00
dholland
54b8e64764 Don't attempt -lsocket except on Solaris. 2012-12-26 21:25:57 +00:00