summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2017-06-29Install processed rather than template nginx man page. PKGREVISION++fhajny3-5/+6
Fixes joyent/pkgsrc/issues/515
2017-06-29Requires PERL_USE_UNSAFE_INC hack.jperkin1-1/+3
2017-06-29Requires PERL_USE_UNSAFE_INC hack.jperkin1-1/+3
2017-06-29Add patch from PR 51966.martin4-2/+217
2017-06-28These packages all require the PERL_USE_UNSAFE_INC hack.jperkin5-5/+15
2017-06-28These packages all require the PERL_USE_UNSAFE_INC hack.jperkin26-26/+78
2017-06-28Requires PERL_USE_UNSAFE_INC hack.jperkin1-1/+3
2017-06-27Requires PERL_USE_UNSAFE_INC hack.jperkin1-1/+3
2017-06-26Requires PERL_USE_UNSAFE_INC hack.jperkin1-1/+3
2017-06-2517.6.2:adam2-7/+7
new: force register option when joining realms fix: TLS options in components API
2017-06-25Update "used by" line.taca1-2/+2
2017-06-24Update to 3.20170622. From the changelog:schmonz2-7/+7
* t/git-cgi.t: Wait 1 second before doing a revert that should work. This hopefully fixes a race condition in which the test failed around 6% of the time. (Closes: 862494) * Guard against set-but-empty REMOTE_USER CGI variable on misconfigured nginx servers, and in general treat sessions with a set-but-empty name as if they were not signed in. * When the CGI fails, print the error to stderr, not "Died" * mdwn: Don't mangle <style> into <elyts> under some circumstances * mdwn: Enable footnotes by default when using the default Discount implementation. A new mdwn_footnotes option can be used to disable footnotes in MultiMarkdown and Discount. * mdwn: Don't enable alphabetically labelled ordered lists by default when using the default Discount implementation. A new mdwn_alpha_list option can be used to restore the old interpretation. * osm: Convert savestate hook into a changes hook. savestate is not the right place to write wiki content, and in particular this breaks websetup if osm's dependencies are not installed, even if the osm plugin is not actually enabled. (Closes: #719913) * toc: if the heading is of the form <h1 id="...">, use that for the link in the table of contents (but continue to generate <a name="index42"></a> in case someone was relying on it) * color: Do not leak markup into contexts that take only the plain text, such as toc * meta: Document [[!meta name="foo" content="bar"]]
2017-06-24websockets is a library for developing WebSocket servers and clients inadam6-1/+118
Python. It implements RFC 6455 with a focus on correctness and simplicity. It passes the Autobahn Testsuite. Built on top of Python's asynchronous I/O support introduced in PEP 3156, it provides an API based on coroutines, making it easy to write highly concurrent applications.
2017-06-23Avoid sys/user.h on NetBSD.joerg2-5/+8
2017-06-23Release 4.1.2:adam2-8/+8
* Fixed MANIFEST.in for Debian packaging.
2017-06-22Update drupal7 to 7.56.taca2-7/+7
Drupal 7.56, 2017-06-21 ----------------------- - Fixed security issues (access bypass). See SA-CORE-2017-003.
2017-06-22Needs pkg-config, at least for some build options.schmonz1-1/+2
2017-06-22Remove lua buildlink, mistakenly included in previous.schmonz1-2/+1
2017-06-21Add "webdav" option for fuller-featured WebDAV server support.schmonz2-4/+15
2017-06-21Added py-asgiref, py-daphne, py-channelsadam1-1/+4
2017-06-21Channels loads into Django as a pluggable app to bring WebSocket, long-polladam4-0/+170
HTTP, task offloading and other asynchrony support to your code, using familiar Django design patterns and a flexible underlying framework that lets you not only customize behaviours but also write support for your own protocols and needs.
2017-06-21Daphne is a HTTP, HTTP2 and WebSocket protocol server for ASGI, and developedadam4-0/+98
to power Django Channels. It supports automatic negotiation of protocols; there's no need for URL prefixing to determine WebSocket endpoints versus HTTP endpoints.
2017-06-21Contains various reference ASGI implementations, including:adam4-0/+50
* A base channel layer, asgiref.base_layer * An in-memory channel layer, asgiref.inmemory * WSGI-to-ASGI and ASGI-to-WSGI adapters, in asgiref.wsgi
2017-06-2117.6.1adam2-10/+10
new: allow components to pass WebSocket/RawSocket options fix: register/subscribe decorators support different URI syntax from what session.register and session.subscribe support new: allow for standard Crossbar a.c..d style pattern URIs to be used with Pattern new: dynamic authorizer example new: configurable log level in ApplicationRunner.run for asyncio fix: forward reason of hard dropping WebSocket connection in wasNotCleanReason
2017-06-21The humble, but powerful, URL runs everything around us. Chances are you'veadam5-1/+47
used several just to read this text. Hyperlink is a featureful, pure-Python implementation of the URL, with an emphasis on correctness.
2017-06-21Bump revision due to change of PKGPATH of depending rails components' packages.taca4-5/+8
2017-06-21Apply content of squidGuard-1.4-patch-20150201 via patches.taca4-3/+99
Bump PKGREVISION.
2017-06-21Update thin to 1.7.1.taca2-8/+8
== 1.7.1 Muffin Mode * Ruby 2.4 support (Fixnum deprecation) [nimish-mehta] * Allow ERB templates in config files [markets]
2017-06-21Update ruby-capybara to 2.14.3.taca2-7/+7
# Version 2.14.3 Release date: 2017-06-15 ### Fixed * Minitest assertions now raise the correct error type - Issue #1879 [Thomas Walpole] * Improve flexibility of detecting Chrome headless mode [Thomas Walpole]
2017-06-21Update ruby-jekyll package to 3.5.0.taca3-15/+16
Changes are too many to write here, please refer <https://github.com/jekyll/jekyll/releases> in detail. * Upgrade to Liquid v4. * Add support for TSV (Tab-Separated Values data) files. * Add a template for custom 404 page. * Documentation improvements.
2017-06-21Update ruby-liquid to 4.0.0 required by puppet 4.10.4.taca3-12/+16
## 4.0.0 ### Changed * Render an opaque internal error by default for non-Liquid::Error (#835) [Dylan Thacker-Smith] * Ruby 2.0 support dropped (#832) [Dylan Thacker-Smith] * Add to_number Drop method to allow custom drops to work with number filters (#731) * Add strict_variables and strict_filters options to detect undefined references (#691) * Improve loop performance (#681) [Florian Weingarten] * Rename Drop method `before_method` to `liquid_method_missing` (#661) [Thierry Joyal] * Add url_decode filter to invert url_encode (#645) [Larry Archer] * Add global_filter to apply a filter to all output (#610) [Loren Hale] * Add compact filter (#600) [Carson Reinke] * Rename deprecated "has_key?" and "has_interrupt?" methods (#593) [Florian Weingarten] * Include template name with line numbers in render errors (574) [Dylan Thacker-Smith] * Add sort_natural filter (#554) [Martin Hanzel] * Add forloop.parentloop as a reference to the parent loop (#520) [Justin Li] * Block parsing moved to BlockBody class (#458) [Dylan Thacker-Smith] * Add concat filter to concatenate arrays (#429) [Diogo Beato] * Ruby 1.9 support dropped (#491) [Justin Li] * Liquid::Template.file_system's read_template_file method is no longer passed the context. (#441) [James Reid-Smith] * Remove support for `liquid_methods` * Liquid::Template.register_filter raises when the module overrides registered public methods as private or protected (#705) [Gaurav Chande] ### Fixed * Fix map filter when value is a Proc (#672) [Guillaume Malette] * Fix truncate filter when value is not a string (#672) [Guillaume Malette] * Fix behaviour of escape filter when input is nil (#665) [Tanel Jakobsoo] * Fix sort filter behaviour with empty array input (#652) [Marcel Cary] * Fix test failure under certain timezones (#631) [Dylan Thacker-Smith] * Fix bug in uniq filter (#595) [Florian Weingarten] * Fix bug when "blank" and "empty" are used as variable names (#592) [Florian Weingarten] * Fix condition parse order in strict mode (#569) [Justin Li] * Fix naming of the "context variable" when dynamically including a template (#559) [Justin Li] * Gracefully accept empty strings in the date filter (#555) [Loren Hale] * Fix capturing into variables with a hyphen in the name (#505) [Florian Weingarten] * Fix case sensitivity regression in date standard filter (#499) [Kelley Reynolds] * Disallow filters with no variable in strict mode (#475) [Justin Li] * Disallow variable names in the strict parser that are not valid in the lax parser (#463) [Justin Li] * Fix BlockBody#warnings taking exponential time to compute (#486) [Justin Li]
2017-06-21Switch most of Ruby on Rails related packages to updated frame work.taca7-16/+22
2017-06-213.0.1:adam3-25/+7
Bugfixes - CONTINUATION frames sent on closed streams previously caused stream errors of type STREAM_CLOSED. RFC 7540 ยง 6.10 requires that these be connection errors of type PROTOCOL_ERROR, and so this release changes to match that behaviour. - Remote peers incrementing their inbound connection window beyond the maximum allowed value now cause stream-level errors, rather than connection-level errors, allowing connections to stay up longer. - h2 now rejects receiving and sending request header blocks that are missing any of the mandatory pseudo-header fields (:path, :scheme, and :method). - h2 now rejects receiving and sending request header blocks that have an empty :path pseudo-header value. - h2 now rejects receiving and sending request header blocks that contain response-only pseudo-headers, and vice versa. - h2 now correct respects user-initiated changes to the HEADER_TABLE_SIZE local setting, and ensures that if users shrink or increase the header table size it is policed appropriately.
2017-06-215.1.0:adam2-7/+7
**API Changes (Backward-compatible)** - Added support for ``DataFrame.data`` being a ``memoryview`` object.
2017-06-21Updated p5-HTTP-Message to 6.13.wiz2-8/+8
6.13 2017-06-20 01:07:03Z - Non-TRIAL release of changes found in 6.12 6.12 2017-06-15 18:03:50Z (TRIAL RELEASE) - If an object is passed to HTTP::Request, it must provide a canonical() method (Olaf Alders) - Make sure status messages don't die by checking the status exists before checking the value range (Kent Fredric, GH #39) - Add a .mailmap file to clean up the contributors list - Avoid inconsistent setting of content to undef (Jerome Eteve) - Simplify the way some methods are created (Tom Hukins) - Remove some indirect object notation (Chase Whitener) - Fix example in Pod (Tobias Leich) - Add support for HTTP PATCH method (Mickey Nasriachi)
2017-06-202.0.9:adam2-7/+7
Bugfix: Deleted inline admin instances no longer added to revision. Bugfix: M2M relations correctly added to revision Improved performance of 0003 migration Documentation improvements Django 1.11 support Added atomic=True parameter to create_revision
2017-06-19Changes with Apache 2.4.26adam3-9/+19
*) HTTP/2 support no longer tagged as "experimental" but is instead considered fully production ready. *) mod_http2: Fix for possible CPU busy loop introduced in v1.10.3 where a stream may keep the session in continuous check for state changes that never happen. *) mod_mime: Fix error checking for quoted pairs. *) mod_proxy_wstunnel: Add "upgrade" parameter to allow upgrade to other protocols. *) MPMs unix: Place signals handlers and helpers out of DSOs to avoid a possible crash if a signal is caught during (graceful) restart. *) core: Deprecate ap_get_basic_auth_pw() and add ap_get_basic_auth_components(). *) mod_rewrite: When a substitution is a fully qualified URL, and the scheme/host/port matches the current virtual host, stop interpreting the path component as a local path just because the first component of the path exists in the filesystem. Adds RewriteOption "LegacyPrefixDocRoot" to revert to previous behavior. *) core: ap_parse_form_data() URL-decoding doesn't work on EBCDIC platforms. *) ab: enable option processing for setting a custom HTTP method also for non-SSL builds. *) core: EBCDIC fixes for interim responses with additional headers. *) mod_ssl: Consistently pass the expected bio_filter_in_ctx_t to ssl_io_filter_error(). *) mod_env: when processing a 'SetEnv' directive, warn if the environment variable name includes a '='. It is likely a configuration error. *) Evaluate nested If/ElseIf/Else configuration blocks. *) mod_rewrite: Add 'BNP' (backreferences-no-plus) flag to RewriteRule to allow spaces in backreferences to be encoded as %20 instead of '+'. *) mod_rewrite: Add the possibility to limit the escaping to specific characters in backreferences by listing them in the B flag. *) mod_substitute: Fix spurious AH01328 (Line too long) errors on EBCDIC systems. *) mod_http2: fail requests without ERROR log in case we need to read interim responses and see only garbage. This can happen if proxied servers send data where none should be, e.g. a body for a HEAD request. more...
2017-06-18Update to newest version 4.8.morr3-16/+23
For changes, check https://codex.wordpress.org/Version_4.8.
2017-06-18Remove contao43 since now it is EOL.taca7-8792/+0
2017-06-18Delete contao43.taca1-2/+1
2017-06-18Add and enable contao44.taca1-1/+2
2017-06-18Add contao44 package version 4.4.0.taca7-0/+9658
Contao 4.4 is fourth minor release of Contao 4 and it is LTS (Long Term Support) release until June 2021. Additionally, these new features from 4.3. * Improved backend theme * Improved element preview * Detect version conflicts * Improved handling of image meta data * Details view contains path addition to their UUIDs * Honeypot anti-spam * Allowed member groups * Import options for some form fields * DCA picker * Filter pages and articles * Search files * Contao Manager support
2017-06-18Update davical to 1.1.5.taca9-314/+68
Changes are too many to write here, please refer ChangeLog.
2017-06-18Add 24 to RUBY_VERSIONS_ACCEPTED.taca12-24/+24
2017-06-17Fix build on NetBSD.joerg2-1/+16
2017-06-17Oops, more clean up for ruby-json dependency.taca1-5/+4
Bump PKGREVISION.
2017-06-17Oops, more clean up for ruby-json dependency.taca1-6/+5
Bump PKGREVISION.
2017-06-16Changes 3.4.4:adam3-8/+18
* Fixed a bug in which cancelling the publishing dialog wasn't respected. * Fixed a bug causing post-login redirection to an incorrect URL on single-language sites. * Changed the signature for internal ``cms.plugin_base.CMSPluginBase`` methods ``get_child_classes`` and ``get_parent_classes`` to take an optional ``instance`` parameter. * Fixed an error when retrieving placeholder label from configuration. * Fixed a bug which caused certain translations to display double-escaped text in the page list admin view. * Adjusted the toolbar JavaScript template to escape values coming from the request. * Added Dropdown class to toolbar items * Replaced all custom markup on the ``admin/cms/page/includes/fieldset.html`` template with an ``{% include %}`` call to Django's built-in ``fieldset.html`` template. * Fixed a bug which prevented a page from being marked as dirty when a placeholder was cleared. * Fixed an IntegrityError raised when publishing a page with no public version and whose publisher state was pending. * Fixed an issue with JavaScript not being able to determine correct path to the async bundle * Fixed a ``DoesNotExist`` database error raised when moving a page marked as published, but whose public translation did not exist. * Fixed a bug in which the menu rendered nodes using the site session variable (set in the admin), instead of the current request site. * Fixed a race condition bug in which the database cache keys were deleted without syncing with the cache server, and as a result old menu items would continue to be displayed. * Fixed a 404 raised when using the ``Delete`` button for a Page or Title extension on Django >= 1.9 * Added "How to serve multiple languages" section to documentation * Fixed a performance issue with nested pages when using the ``inherit`` flag on the ``{% placeholder %}`` tag. * Removed the internal ``reset_to_public`` page method in favour of the ``revert_to_live`` method. * Fixed a bug in which the placeholder cache was not consistently cleared when a page was published. * Enhanced the plugin menu to not show plugins the user does not have permission to add. * Fixed a regression which prevented users from setting a redirect to the homepage.
2017-06-16Requires PERL_USE_UNSAFE_INC hack.jperkin1-1/+3
2017-06-16Version 4.6adam3-8/+13
Add a CountryFieldMixin Django Rest Framework serializer mixin that automatically picks the right field type for a CountryField (both single and multi-choice). Validation for Django Rest Framework field (thanks Simon Meers). Allow case-insensitive .by_name() matching (thanks again, Simon). Ensure a multiple-choice CountryField.max_length is enough to hold all countries. Fix inefficient pickling of countries (thanks Craig de Stigter for the report and tests). Stop adding a blank choice when dealing with a multi-choice CountryField. Tests now cover multiple Django Rest Framework versions (back to 3.3). Version 4.6.1 Fix invalid reStructuredText in CHANGES.