Commit graph

11923 commits

Author SHA1 Message Date
ryoon
a84686e098 Add firefox17-l10n 2013-01-10 21:32:52 +00:00
ryoon
e3d8ff0717 Import firefox17-l10n-17.0.2 as www/firefox17-l10n.
This package contains language packs for www/firefox17.
2013-01-10 21:31:42 +00:00
ryoon
89785b5ef2 Add firefox17 2013-01-10 16:21:16 +00:00
ryoon
01be56c2fc Import firefox17-17.0.2 as www/firefox17.
Mozilla Firefox is a free, open-source and cross-platform web browser
for Windows, Linux, MacOS X and many other operating systems.

It is fast and easy to use, and offers many advantages over other web
browsers, such as tabbed browsing and the ability to block pop-up
windows.

Firefox also offers excellent bookmark and history management, and it
can be extended by developers using industry standards such as XML,
CSS, JavaScript, C++, etc. Many extensions are available.

This package tracks 17.0.x extended support release.
2013-01-10 16:20:09 +00:00
ryoon
3408a35afc Update to 18.0
* Sync with www/firefox 18.0.
2013-01-10 16:03:41 +00:00
ryoon
d262786753 Update to 10.0.12
* Sync with www/firefox10 10.0.12.
2013-01-10 16:03:06 +00:00
ryoon
a8a8b1177e Update to 18.0
Sync with devel/xulrunner 18.0.
2013-01-10 15:03:25 +00:00
kleink
95e8c2ffb9 Sprinkle empty USE_LANGUAGES definitions in pure python packages
where missed at import time.
2013-01-09 19:02:42 +00:00
taca
ecf86fd5e1 Update ruby-railties32 to 3.2.11.
Only version has updated.
2013-01-09 12:44:44 +00:00
taca
99e3fe850b Update ruby-actionpack32 to 3.2.11.
## Rails 3.2.11 ##

* Strip nils from collections on JSON and XML posts. [CVE-2013-0155]
2013-01-09 12:43:59 +00:00
taca
636cdee7a2 Update ruby-activeresource32 to 3.2.11.
Only version has updated.
2013-01-09 12:42:11 +00:00
taca
c711ac2d8a Update ruby-rails31 to 3.1.10.
Only version has updated.
2013-01-09 12:38:29 +00:00
taca
5399daebeb Update ruby-actionpack31 to 3.1.10.
## Rails 3.1.10

* Strip nils from collections on JSON and XML posts. [CVE-2013-0155]
2013-01-09 12:37:04 +00:00
taca
4dc052379f Update ruby-activeresource31 to 3.1.10.
Only version has updated.
2013-01-09 12:35:24 +00:00
taca
dafd0d115c Update ruby-rails3 to 3.0.19.
Only version has updated.
2013-01-09 12:30:06 +00:00
taca
ca470c1606 Update ruby-actionpack3 to 3.0.19.
## Rails 3.0.19

* Strip nils from collections on JSON and XML posts. [CVE-2013-0155]
2013-01-09 12:28:04 +00:00
taca
865af10953 Update ruby-activeresource3 to 3.0.19.
Only version has updated.
2013-01-09 12:27:13 +00:00
taca
d0ccd5f809 Update ruby-rack to 1.4.3.
* January 7th, 2013: Thirty first public release 1.4.3
  * Security: Prevent unbounded reads in large multipart boundaries
2013-01-09 11:24:37 +00:00
taca
861124ac77 Distfile was updated due to mistake of version displayed on Contao backend.
Enable DIST_SUBDIR and bump PKGREVISION.
2013-01-09 03:21:48 +00:00
kleink
8b9c4f0039 + py-flask-rest 2013-01-08 19:28:30 +00:00
kleink
d0a68633df Import Flask-REST-1.1 as www/py-flask-rest.
This library is a tiny REST toolkit intending to simplify your life
when you want to create a REST API for your flask apps.
2013-01-08 19:28:12 +00:00
kleink
0970828b81 + py-flask-frozen 2013-01-08 19:09:24 +00:00
kleink
5819a6aa3d Import Frozen-Flask-0.9 as www/py-flask-frozen.
Frozen-Flask freezes a Flask application into a set of static files.
The result can be hosted without any server-side software other
than a traditional web server.
2013-01-08 19:09:03 +00:00
kleink
55fa5ff74b + py-flask-flatpages 2013-01-08 18:56:10 +00:00
kleink
abdf543da6 Import Flask-FlatPages-0.3 as www/py-flask-flatpages.
Flask-FlatPages provides a collections of pages to your Flask
application. Pages are built from "flat" text files as opposed to
a relational database.
2013-01-08 18:55:54 +00:00
kleink
9add27b947 + py-flask-uploads 2013-01-08 18:06:52 +00:00
kleink
4cbf16a7a3 Import Flask-Uploads-0.1.3 as www/py-flask-uploads.
Flask-Uploads provides flexible upload handling for Flask applications.
It lets you divide your uploads into sets that the application user
can publish separately.
2013-01-08 18:06:29 +00:00
taca
c9ac7a297a Update contao30 and contao30-example to 3.0.3.
Version 3.0.3 (2013-01-08)
--------------------------

### Fixed
Do not separate a style sheet with a font-face selector if the definition is
invisible or the media type of the style sheet is "all" (see #5216).

### Fixed
Looking for theme templates broke the install routine (see #5210).

### Fixed
Correctly handle empty newsletter channel selections.
2013-01-08 11:43:18 +00:00
kleink
44ad063acf + py-flask-admin 2013-01-07 21:57:15 +00:00
kleink
3d53a288c9 Import Flask-Admin-1.0.4 as www/py-flask-admin.
Flask-Admin is a simple and extensible administrative interface
framework for Flask.
2013-01-07 21:56:38 +00:00
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
asau
aa73205697 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-12-26 18:46:00 +00:00
ryoon
126ff0539d * Fix build on Solaris
* Patches are regen
2012-12-26 17:12:57 +00:00
ryoon
c898c86db1 Do not install *orig files.
Thank you, dholland@.
2012-12-25 19:54:50 +00:00
ryoon
8902e2be44 Update distinfo. 2012-12-25 09:34:41 +00:00
ryoon
542a87e256 Fix build with Solaris's /bin/pax. 2012-12-24 13:32:06 +00:00
ryoon
788161f7cd Bump PKGREVISION.
Fix XSS.
Thank you, taca@.
2012-12-24 04:39:57 +00:00
ryoon
0098c452ab Create user/group 2012-12-24 02:43:26 +00:00
ryoon
d038784cf0 Update to 6.8
* Create user/group

Changelog:
* [bp/r43638][SEC] unserialize: More complete check for objects in serialized data when it's not the first item
* And more bugfixes
2012-12-24 01:59:45 +00:00
ryoon
ef02421c16 pkglint 2012-12-24 01:40:59 +00:00
ryoon
760255bd57 Create user/group when they do not exist. 2012-12-24 01:40:17 +00:00
ryoon
0265021d85 Create user and group 2012-12-24 01:35:19 +00:00
ryoon
865270b05b Create user and group when they do not exist. 2012-12-24 01:27:35 +00:00
spz
dd6d7ffa7f Apply patch https://issues.apache.org/bugzilla/show_bug.cgi?id=49491
from upstream for a bug that lets the devel/rt3 mailgate fail rather
dismally when present. Reviewed by tron.
2012-12-23 21:32:41 +00:00
ryoon
8d3a007385 Update to 4.5.5
Changelog:
Version 4.5.5 Dec 20th 2012

    Show drag and drop shadow for Firefox
    Fix Knowledgebase under certain conditions
    Fix setting of sharing password
    Fix setting of sharing password
    Several sharing fixes
    Fixversioning during sharing
    Fix mounting of external filesystems especially CIFS
    Fix several PHP warnings
    Show /Shared as standard directory
    Fix session management for running several ownClouds on the same host
    Fix WebDAV quota enforement
    Fix CalDAV with LDAP users
    Better warning about missing dependencies
    Add warning about conflicting WebDAV auth and LDAP backend
    Restore send sharing link my email
    Fix encoding problem with mounting of CIFS filesystems
    Fix mimetype icons for new files
    Fix the folder size calculation
    Fix for deleting multiple files
    Fix for controling the data dir with LDAP
    Security: Auth bypass in user_webdavauth and user_ldap (oC-SA-2012-006)
    Security: XSS vulnerability in bookmarks (oC-SA-2012-007)
2012-12-23 12:34:43 +00:00
taca
60e8e5028f Make sure to delete contents of cache directory when uninstall the package.
Bump PKGREVISION.
2012-12-22 13:52:27 +00:00
joerg
0c9752669d Using __VA_ARGS__ and expecting the compiler to magically remove the
initial comma when it expands to empty is a GCC extension. Avoid it.
2012-12-22 02:25:56 +00:00
joerg
b86486ee6f Consistently return a value. 2012-12-20 21:33:57 +00:00
spz
7d34039543 Update to version 5.0.1.
Upstream changelog:

5.0.1:
This release fixes two security vulnerabilities in Roller, listed below:
   CVE-2012-2380: Apache Roller Cross-Site-Resource-Forgery (XSRF) vulnerability
   CVE-2012-2381: Apache Roller Cross-Site-Scripting (XSS) vulnerability

5.0:
What's new in Roller 5.0:
   https://cwiki.apache.org/confluence/display/ROLLER/What's+new+in+Roller+5.0
2012-12-20 14:31:46 +00:00
taca
95cf74cac1 Update drupal6 to 6.27 fixed security problem.
* Add a possible fix of SA4931, too.

Drupal 6.27, 2012-12-19
----------------------
- Fixed security issues (multiple vulnerabilities), see SA-CORE-2012-004.
2012-12-20 12:47:35 +00:00
taca
b4c23f3049 Update drupal7 to 7.18 fixed security problem.
* Fix misspelling in options.mk

Drupal 7.18, 2012-12-19
-----------------------
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2012-004.
2012-12-20 12:45:58 +00:00