summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2015-07-28Update to 1.4.36,youri2-7/+6
This release contains mostly bug fixes. Important changes ----------------- - [ssl] disable SSL3.0 by default - escape all strings for logging - fix segfault when temp file for upload couldn’t be created (found by coverity) - changes to the internal API for buffers, chunks and more; 3rd party plugins are likely to break
2015-07-26Update HOMEPAGE.wiz1-2/+2
2015-07-26Update to 1.69:wiz2-6/+6
2015-07-25 Karen Etheridge <ether@cpan.org> Release 1.69 Karen Etheridge: - add $VERSIONs for all modules that lack them Olaf Alders: - add missing documentation for URI::sftp - Clarify use of query_param() method
2015-07-26Not compatible with Lua 5.3.alnsn1-2/+2
2015-07-26Update contao35 to 3.5.2.taca4-13/+122
* Add Serbian language files. Version 3.5.2 (2015-07-24) -------------------------- ### Fixed Revert some of the PhpStorm code inspector changes (see #7937). Version 3.5.1 (2015-07-24) -------------------------- ### Fixed Add a `StringUtil` class to restore PHP 7 compatibility (see contao/core-bundle#309). ### Fixed Fix the `Validator::isEmail()` method (see contao/core-bundle#313). ### Fixed Strip tags before auto-generating aliases (see #7857). ### Fixed Correctly encode the URLs in the popup file manager (see #7929). ### Fixed Check for the comments module when compiling the news meta fields (see #7901). ### Fixed Also sort the newsletter channels alphabetically in the front end (see #7864). ### Fixed Disable responsive images in the back end preview (see #7875). ### Fixed Overwrite the request string when generating news/event feeds (see #7756). ### Fixed Store the static URLs with the cached file (see #7914). ### Fixed Correctly check the subfolders in the `hasAccess()` method (see #7920). ### Fixed Updated the countries list (see #7918). ### Fixed Respect the `notSortable` flag in the parent (see #7902). ### Fixed Round the maximum upload size to an integer value (see #7880). ### Fixed Make the markup minification less aggressive (see #7734). ### Fixed Filter the indices in `Database::getFieldNames()` (see #7869). ### Fixed Back-ported two fixes from the upstream versions.
2015-07-26add fix for CVE-2015-5522 and CVE-2015-5523 fromspz4-7/+35
https://github.com/htacg/tidy-html5/commit/c18f27a58792f7fbd0b30a0ff50d6b40a82f9 40d
2015-07-25Update to 1.0.8.gdt2-6/+6
Upstream changes are almost entirely miscellaneous bugfixes and performance improvements. Details at http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/1.0
2015-07-25Regen distinfo for previous 2 commits.ryoon1-3/+3
2015-07-25Fix libxul.so link with freetype2 from recent NetBSD current's native Xorg.ryoon1-5/+15
2015-07-25Should fix devel/xulrunner31 symlink, bin/xulrunner31.ryoon1-2/+2
2015-07-24Changes 3.0.5:adam2-6/+6
+- Image buffer/cache improvements. - Fix for segfault when there's no dpid and view source is requested. - Fix view-source dpi to handle null characters correctly. - Made view-source dpi use CSS formatting (it's shorter and cleaner). Patches: Jorge Arellano Cid +- Crosscompile/buildroot-friendly fltk-config test. +- Fix X11 icon name. - In location bar, tend toward showing beginning of URL instead of end. - Handle irix's version of vsnprintf(). - INPUT, TEXTAREA placeholder attribute. - Better notification when user's domainrc settings block page redirection. - Fix bug with font_factor preference and CSS font-size:(larger|smaller). - Recognize Menu key in keysrc. - HTTPS: change cipher list to "ALL:!aNULL:!eNULL:!LOW:!EXPORT40:!RC4", disable SSL3, disable TLS compression. +- Avoid requesting background images if an ancestor has display:none. - Ignore built-in search url if any are specified in dillorc.
2015-07-23Update 1.4.538 (0.20141022) to 1.4.554 (0.20150609)mef3-7/+9
--------------------------------------------------- 2015-06-09 Katsumi Yamaoka <yamaoka@jpl.org> * w3m.el (w3m-retrieve-and-render): Set w3m-current-url (and w3m-current-title) so as to enable moving back to the past page (in the case w3m-clear-display-while-reading is t). (w3m-goto-url): Don't move point to the top when it failed to retrieve. [emacs-w3m:12471] 2015-06-02 Katsumi Yamaoka <yamaoka@jpl.org> * w3m.el (w3m-retrieve-and-render): Don't display progress message for `about:' pages. [emacs-w3m:12465] 2015-05-22 Katsumi Yamaoka <yamaoka@jpl.org> * w3m.el (w3m-refresh-at-time): Remove workaround. [emacs-w3m:12459] 2015-05-13 Katsumi Yamaoka <yamaoka@jpl.org> * w3m.el (w3m-use-refresh): Mention Google looping problem in docstring. (w3m-refresh-minimum-interval): Default to 5; change the meaning. (w3m-check-refresh-attribute, w3m-view-previous-page): Do nothing for w3m-refresh-minimum-interval. (w3m-refresh-at-time): Override meta refresh seconds by w3m-refresh-minimum-interval. (w3m-goto-url-with-timer): Check for buffer's existence correctly. 2015-05-10 Katsumi Yamaoka <yamaoka@jpl.org> * w3m.el (w3m-error): Work for XEmacs. [emacs-w3m:12444] (w3m-retrieve-and-render): Work for XEmacs. Note: `get-buffer-window' requires a buffer for the 1st arg in XEmacs. 2015-05-08 Katsumi Yamaoka <yamaoka@jpl.org> * w3m.el (w3m-refresh-at-time): Temporary fix to avoid Google search looping. [emacs-w3m:12440] 2015-04-27 Katsumi Yamaoka <yamaoka@jpl.org> * w3m.el (w3m-error): New face. (w3m-retrieve-and-render): Denote `failed' if it did so. 2015-04-06 Katsumi Yamaoka <yamaoka@jpl.org> * w3m.el (w3m-clear-display-while-reading): New user option. (w3m-retrieve-and-render): Clear the current display while reading a new page if w3m-clear-display-while-reading is non-nil. [emacs-w3m:12428] 2015-04-03 Katsumi Yamaoka <yamaoka@jpl.org> * w3m.el (w3m-url-savable-p): New function. (w3m-toolbar, w3m-menubar): Use it. * w3m-save.el: Provide the feature. 2015-04-02 Katsumi Yamaoka <yamaoka@jpl.org> * w3m.el (w3m-toolbar-buttons, w3m-toolbar): Add `Save' button. * icons/save-up.png, icons/save-up.xpm * icons30/save-up.png, icons30/save-up.xpm: New files. 2015-04-01 Katsumi Yamaoka <yamaoka@jpl.org> * w3m-save.el: New file. * w3m.el (w3m-menubar, w3m-lynx-like-map, w3m-info-like-map): Add w3m-save-buffer and bind `C-x C-s' to it. 2015-03-13 Katsumi Yamaoka <yamaoka@jpl.org> * w3m-filter.el (w3m-filter-add-name-anchors): Don't use ambiguous regexp. [emacs-w3m:12422] 2015-02-08 Katsumi Yamaoka <yamaoka@jpl.org> * w3m.el (w3m-search-name-anchor): Search for both "name" and (w3m-url-decode-string "name"). [emacs-w3m:12392] 2015-01-28 Katsumi Yamaoka <yamaoka@jpl.org> * w3m.el (w3m-extra-numeric-character-reference): Use #x20 instead of ? . (w3m-scroll-up-1): Remove obsolete function alias to w3m-scroll-up. 2015-01-22 Katsumi Yamaoka <yamaoka@jpl.org> * w3mhack.el (w3mhack-compile-file): New function. (w3mhack-compile): Use it. 2014-11-24 Andrey Kotlarski <m00naticus@gmail.com> * w3m-lnum.el (w3m-lnum-actions-link-alist): Add open in background bindings. (w3m-lnum-remove-overlays): Enlarge default region to clean. (w3m-lnum-set-numbering): Use w3m-lnum-remove-overlays. (w3m-lnum-next-filter): New function. (w3m-lnum-read-interactive): Use it to search below and above when filter has no matches left. (w3m-with-lnum): Guarantee cleanup of right buffer. (w3m-lnum-get-action): Fix checkdoc warning. (w3m-lnum-visit): Make it function. Enable visiting in background. (w3m-lnum-follow): Add prefix combinations to visit links in background.
2015-07-23Update to 6.10:wiz2-6/+6
6.10 2015-07-19 - fix uses of qr/.../m in tests that do not work in 5.8.x 6.09 2015-07-19 - converted all uses of Test.pm to Test::More - fix uninitialized warning in HTTP::Config (RT#105929)
2015-07-23Fix missing includes for some inline functions in the files they arejoerg5-20/+41
used. Remove crude -O0 hack that makes ld explode.
2015-07-21Fix build.wiz1-2/+2
2015-07-20Update www/links{,gui} to links-{,gui-}2.10.dholland5-22/+31
From Leo Taccari in PR 50072. pkgsrc changes: o Convert all the old links-xz and links-zlib options to lzma and zlib2. o Do not include the bzip2, xz and zlib buildlink3.mk files: they are handled in www/links/options.mk. o Add "svg" option for links-gui (disabled by default) to reflect upstream change. Changes: o Fix "Counld not assing boundary" bug when posting a form The bug was found by Greg Cook o SVG support using the rsvg library o Attach to existing links instance instead of creating a new instance o Detect image type based on the first few bytes rather than on content-type o New glyphs taken from Volker's git o Fixed a bug on Windows where dns lookup got stuck if we closed the primary instance (which resulted in fork) while the lookup was in progress o Use OpenMP in the image scaler o Fixed a bug where the output of font sharpening depended on data read from uninitialized memory o Preallocate downloaded files on Linux o Support libevent and libev o Enable SSL SNI, some servers need it o Test for RAND_* functions in configure because libressl doesn't have them o Support keepalive on https connections
2015-07-20Changes with Apache 2.2.31adam3-85/+6
*) Correct win32 build issues for mod_proxy exports, OpenSSL 1.0.x headers. Changes with Apache 2.2.30 (not released) *) SECURITY: CVE-2015-3183 (cve.mitre.org) core: Fix chunk header parsing defect. Remove apr_brigade_flatten(), buffering and duplicated code from the HTTP_IN filter, parse chunks in a single pass with zero copy. Limit accepted chunk-size to 2^63-1 and be strict about chunk-ext authorized characters. *) http: Fix LimitRequestBody checks when there is no more bytes to read. *) core: Allow spaces after chunk-size for compatibility with implementations using a pre-filled buffer. *) mod_ssl: bring SNI behavior into better conformance with RFC 6066: no longer send warning-level unrecognized_name(112) alerts. *) http: Make ap_die() robust against any HTTP error code and not modify response status (finally logged) when nothing is to be done. *) core, modules: Avoid error response/document handling by the core if some handler or input filter already did it while reading the request (causing a double response body). *) FreeBSD: Disable IPv4-mapped listening sockets by default for versions 5+ instead of just for FreeBSD 5. *) mod_proxy: use the original (non absolute) form of the request-line's URI for requests embedded in CONNECT payloads used to connect SSL backends via a ProxyRemote forward-proxy. *) mpm_winnt: Accept utf-8 (Unicode) service names and descriptions for internationalization. *) mod_log_config: Implement logging for sub second timestamps and request end time. *) mod_log_config: Ensure that time data is consistent if multiple duration patterns are used in combination, e.g. %D and %{ms}T. *) mod_log_config: Add "%{UNIT}T" format to output request duration in seconds, milliseconds or microseconds depending on UNIT ("s", "ms", "us"). *) In alignment with RFC 7525, the default recommended SSLCipherSuite and SSLProxyCipherSuite now exclude RC4 as well as MD5. Also, the default recommended SSLProtocol and SSLProxyProtocol directives now exclude SSLv3. Existing configurations must be adjusted by the administrator. *) core: Avoid potential use of uninitialized (NULL) request data in request line error path. *) mod_proxy_http: Use the "Connection: close" header for requests to backends not recycling connections (disablereuse), including the default reverse and forward proxies. *) mod_proxy: Add ap_connection_reusable() for checking if a connection is reusable as of this point in processing. *) mod_proxy: Reuse proxy/balancer workers' parameters and scores across graceful restarts, even if new workers are added, old ones removed, or the order changes. *) mod_ssl: 'SSLProtocol ALL' was being ignored in virtual host context. *) mod_ssl: Improve handling of ephemeral DH and ECDH keys by allowing custom parameters to be configured via SSLCertificateFile, and by adding standardized DH parameters for 1024/2048/3072/4096 bits. Unless custom parameters are configured, the standardized parameters are applied based on the certificate's RSA/DSA key size. *) mod_ssl: drop support for export-grade ciphers with ephemeral RSA keys, and unconditionally disable aNULL, eNULL and EXP ciphers (not overridable via SSLCipherSuite). *) mod_ssl: Add support for configuring persistent TLS session ticket encryption/decryption keys (useful for clustered environments). *) SSLProtocol and SSLCipherSuite recommendations in the example/default conf/extra/httpd-ssl.conf file are now global in scope, affecting all VirtualHosts (matching 2.4 default configuration). *) mod_authn_dbd: Fix lifetime of DB lookup entries independently of the selected DB engine. *) Turn static function get_server_name_for_url() into public ap_get_server_name_for_url() and use it where appropriate. This fixes mod_rewrite generating invalid URLs for redirects to IPv6 literal addresses. *) dav_validate_request: avoid validating locks and ETags when there are no If headers providing them on a resource we aren't modifying. *) mod_ssl: New directive SSLSessionTickets (On|Off). The directive controls the use of TLS session tickets (RFC 5077), default value is "On" (unchanged behavior). Session ticket creation uses a random key created during web server startup and recreated during restarts. No other key recreation mechanism is available currently. Therefore using session tickets without restarting the web server with an appropriate frequency (e.g. daily) compromises perfect forward secrecy. *) mod_deflate: Define APR_INT32_MAX when it is missing so to be able to compile against APR-1.2.x (minimum required version). *) mod_reqtimeout: Don't let pipelining checks interfere with the timeouts computed for subsequent requests.
2015-07-20Update apache24 to 2.4.16 (Apache HTTP Server 2.4.16).taca5-96/+6
Apache HTTP Server 2.4.16 Released The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.4.16 of the Apache HTTP Server ("Apache"). This version of Apache is our latest GA release of the new generation 2.4.x branch of Apache HTTPD and represents fifteen years of innovation by the project, and is recommended over all previous releases. This release of Apache is principally a security, feature and bug fix release. NOTE: versions 2.4.13, 2.4.14 and 2.4.15 were not released. CVE-2015-3183 (cve.mitre.org) core: Fix chunk header parsing defect. Remove apr_brigade_flatten(), buffering and duplicated code from the HTTP_IN filter, parse chunks in a single pass with zero copy. Limit accepted chunk-size to 2^63-1 and be strict about chunk-ext authorized characters. CVE-2015-3185 (cve.mitre.org) Replacement of ap_some_auth_required (unusable in Apache httpd 2.4) with new ap_some_authn_required and ap_force_authn hook. CVE-2015-0253 (cve.mitre.org) core: Fix a crash with ErrorDocument 400 pointing to a local URL-path with the INCLUDES filter active, introduced in 2.4.11. PR 57531. CVE-2015-0228 (cve.mitre.org) mod_lua: A maliciously crafted websockets PING after a script calls r:wsupgrade() can cause a child process crash. Also in this release are some exciting new features including: *) Better default recommended SSLCipherSuite and SSLProxyCipherSuite *) mod_proxy_scgi: ProxySCGIInternalRedirect now allows an alternate response header to be used by the application *) Event MPM improvements *) Various mod_proxy_* improvements *) mod_log_config: Add "%{UNIT}T" format to output request duration in seconds, milliseconds or microseconds depending on UNIT ("s", "ms", "us")
2015-07-19Bump PKGREVISION for p5-CGI dependency.wiz1-1/+2
2015-07-19gitweb.cgi needs CGI.pm to run, and lang/perl5 does not provide it anymore.nils1-1/+2
2015-07-19Update to 4.2.1:wiz3-7/+8
What's new in Tornado 4.2.1 =========================== Jul 17, 2015 ------------ Security fix ~~~~~~~~~~~~ * This release fixes a path traversal vulnerability in `.StaticFileHandler`, in which files whose names *started with* the ``static_path`` directory but were not actually *in* that directory could be accessed.
2015-07-17Changes 2.5.1:adam3-16/+19
Fix Django 1.7 support
2015-07-17Changes 3.1.2:adam3-342/+645
Security Vulnerability Fix * Fixed an issue where privileged users could be tricked into performing certain actions without their knowledge via a CSRF vulnerability. Bug Fixes * Fix issue which causes menu classes to be duplicated in advanced settings * Fix issue with breadcrumbs not showing * Fix issues with show_menu templatetags * Minor documentation fixes * Fix an issue related to "Empty all" Placeholder feature * Fix plugin sorting in py3 * Fix search results number and items alignment in page changelist * Preserve information regarding the current view when applying the CMS decorator * Change the label "Save and close" to "Save as draft" * Fix X-Frame-Options on top-level pages * Fix order of which application urls are injected into urlpatterns * Fix delete non existing page language * Fix language fallback for nested plugins * Fix render_model template tag doesn't show correct change list * Fix scanning for placeholders fails on include tags with a variable as an argument * Pin South version to 1.0.2 * Pin Html5lib version to 0.999 until a current bug is fixed * Fix language chooser template
2015-07-17Changes 1.8.3:adam3-1151/+300
* Denial-of-service possibility by filling session store * Header injection possibility since validators accept newlines in input * Denial-of-service possibility in URL validation * Bugfixes
2015-07-17Changes 0.8.2: unknownadam2-6/+6
2015-07-17Changes 0.7.4:adam2-6/+6
Fixes a regression affecting `TreeManager.get_queryset_ancesto
2015-07-17Changes 0.6.2: unknownadam2-6/+6
2015-07-17Changes 1.8.7:adam2-6/+6
- Fixing deleterevisions command on Python 3. - Fixing Django 1.6 compatibility. - Removing some Django 1.9 deprecation warnings. - Minor tweaks.
2015-07-17Changes 0.2.7: unknownadam2-6/+6
2015-07-16Recent firefox does not support external xulrunner build.ryoon1-4/+1
Remove commented out lines.
2015-07-16Update to 31.8.0ryoon2-246/+246
* Sync with firefox31-31.8.0.
2015-07-16Update to 31.8.0ryoon2-7/+6
Changelog: Fixed in Firefox ESR 31.8 2015-71 NSS incorrectly permits skipping of ServerKeyExchange 2015-70 NSS accepts export-length DHE keys with regular DHE cipher suites 2015-69 Privilege escalation through internal workers 2015-66 Vulnerabilities found through code inspection 2015-65 Use-after-free in workers while using XMLHttpRequest 2015-64 ECDSA signature validation fails to handle some signatures correctly 2015-61 Type confusion in Indexed Database Manager 2015-59 Miscellaneous memory safety hazards (rv:39.0 / rv:31.8 / rv:38.1)
2015-07-16py-paste now supports python-3.x.wiz1-2/+2
2015-07-16+ py-PasteScriptwiz1-1/+2
2015-07-16Import py34-PasteScript-2.0.2 as www/py-PasteScript.wiz4-0/+134
PasteScript is a pluggable command-line tool. It includes some built-in features; * Create file layouts for packages. For instance, paster create --template=basic_package MyPackage will create a setuptools-ready file layout. * Serving up web applications, with configuration based on paste.deploy.
2015-07-16Update to 1.5.2:wiz3-24/+13
1.5.2 ----- * Fixed Python 3 issue in paste.deploy.util.fix_type_error() 1.5.1 ----- * Fixed use of the wrong variable when determining the context protocol * Fixed invalid import of paste.deploy.Config to paste.deploy.config.Config * Fixed multi proxy IPs bug in X-Forwarded-For header in PrefixMiddleware * Fixed TypeError when trying to raise LookupError on Python 3 * Fixed exception reraise on Python 3 Thanks to Alexandre Conrad, Atsushi Odagiri, Pior Bastida and Tres Seaver for their contributions. 1.5.0 ----- * Project is now maintained by Alex Grönholm <alex.gronholm@nextday.fi> * Was printing extraneous data when calling setup.py * Fixed missing paster template files (fixes "paster create -t paste.deploy") * Excluded tests from release distributions * Added support for the "call:" protocol for loading apps directly as functions (contributed by Jason Stitt) * Added Python 3.x support * Dropped Python 2.4 support * Removed the ``paste.deploy.epdesc`` and ``paste.deploy.interfaces`` modules -- contact the maintainer if you actually needed them 1.3.4 ----- * Fix loadconfig path handling on Jython on Windows.
2015-07-16Update to 2.0.2:wiz3-22/+15
2.0.2 ----- * #22: Fix improper commas in request headers in wsgi_environ (https://bitbucket.org/ianb/paste/pull-request/22/fix-improper-commas-in-request-headers-in) Fixes issue #4 ("WSGI environ totally borked") (https://bitbucket.org/ianb/paste/issue/4/wsgi-environ-totally-borked) * #24: test_wsgirequest_charset: Use UTF-8 instead of iso-8859-1 (https://bitbucket.org/ianb/paste/pull-request/24/test_wsgirequest_charset-use-utf-8-instead) Fixes issue #7 ("Python 3 test failure") (https://bitbucket.org/ianb/paste/issue/7/python-3-test-failure) * #23: Replace cgi.parse_qsl w/ six.moves.urllib.parse.parse_qsl (https://bitbucket.org/ianb/paste/pull-request/23/replace-cgiparse_qsl-w) Fixes issue #8 ("cgi.parse_qsl is pending deprecation") (https://bitbucket.org/ianb/paste/issue/8/cgiparse_qsl-is-pending-deprecation) * #20: Escape CGI environment variables in HTTP 404 responses (https://bitbucket.org/ianb/paste/pull-request/20/escape-cgi-environment-variables-in-http) * #6: Add HTTP exception for new code 429 "Too Many Requests" (https://bitbucket.org/ianb/paste/pull-request/6/add-http-exception-for-new-code-429-too) * #25: replace ``has_key`` method to ``in`` operator #9 (https://bitbucket.org/ianb/paste/pull-request/25/replace-has_key-method-to-in-operator-9) Fixes #9 ("used methods removed from py3") (https://bitbucket.org/ianb/paste/issue/9/used-methods-removed-from-py3) * #5: Invalid error message when the socket is already in use (https://bitbucket.org/ianb/paste/issue/5/invalid-error-message-when-the-socket-is) 2.0.1 ----- * Fix setup.py for six dependency: move the six dependency from extras_require to install_requires. * Port paste.proxy to Python 3. * Fix paste.exceptions.serial_number_generator.hash_identifier() on Python 3. * Fix paste.util.threadedprint.uninstall(). Rename duplicated uninstall() function to uninstall_stdin() and fix typo in variable name (_oldstin => _oldstdin). * Add README.rst file. 2.0 --- * Experimental Python 3 support. * paste now requires the six module. * Drop support of Python 2.5 and older. * Fixed ``egg:Paste#cgi`` * In ``paste.httpserver``: give a 100 Continue response even when the server has been configured as an HTTP/1.0 server (clients may send ``Expect: 100-Continue`` before they know the version), and wrap 100 Continue ``environ['wsgi.input']`` files with LimitedLengthFile just like normal request bodies are wrapped, keeping WSGI applications from over-reading from the socket. * Fixed parsing of paths beginning with multiple forward slashes. * Add tox.ini to run tests with tox on Python 2.6, 2.7 and 3.4.
2015-07-15+ py-Routes.wiz1-1/+2
2015-07-15Import py34-Routes-2.1 as www/py-Routes.wiz4-0/+56
Routes is a Python re-implementation of the Rails routes system for mapping URLs to Controllers/Actions and generating URLs. Routes makes it easy to create pretty and concise URLs that are RESTful with little effort. Speedy and dynamic URL generation means you get a URL with minimal cruft (no big dangling query args). Shortcut features like Named Routes cut down on repetitive typing.
2015-07-15+ py-URLObject.wiz1-1/+2
2015-07-15Import py34-URLObject-2.4.0 as www/py-URLObject.wiz4-0/+55
URLObject is a utility class for manipulating URLs. The latest incarnation of this library builds upon the ideas of its predecessor, but aims for a clearer API, focusing on proper method names over operator overrides. It's also being developed from the ground up in a test-driven manner, and has full Sphinx documentation.
2015-07-15+ py-FormEncode.wiz1-1/+2
2015-07-15Import py-FormEncode-1.3.0 as www/py-FormEncode.wiz4-0/+214
FormEncode is a validation and form generation package. The validation can be used separately from the form generation. The validation works on compound data structures, with all parts being nestable. It is separate from HTTP or any other input mechanism.
2015-07-15+ py-waitress.wiz1-1/+2
2015-07-15Import py-waitress-0.8.9 as www/py-waitress.wiz4-0/+149
Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones which live in the Python standard library. It supports HTTP/1.0 and HTTP/1.1.
2015-07-15Rename zpl to zpl-2.0 to make space for zpl-2.1.wiz1-2/+2
Switch all packages currently referencing zpl to zpl-2.0. Add zpl-2.1. Add zpl-2.1 to default-allowed per FSF.
2015-07-14Update to 2.0.9, even though it doesn't support 5.22 yet, as it claims;wiz3-28/+6
at least it supports 5.20.0. 2.0.9 June 18, 2015 Add note to README about MP_INLINE problem when building with GCC 5. [Niko Tyni <ntyni@debian.org>] Fix t/api/aplog.t for apr-1.5.2. [Steve Hay] Note that Perl 5.22.x is currently not supported. This is logged as CPAN RT#101962 and will hopefully be addressed in 2.0.10. [Steve Hay] Fix unthreaded build, which was broken in 2.0.9-rc2. [Steve Hay] Remove PerlInterpScope. This has not been working properly with threaded MPMs with httpd-2.4.x and the use-case of this directive was questionable. [Jan Kaluza] Allow running the test suite with httpd-2.4.x when mod_access_compat is not loaded. [Steve Hay] Add support for Apache httpd-2.4.x. [Torsten Foertsch, Jan Kaluza, Steve Hay, Gozer] Don't call modperl_threaded_mpm() et al. from XS code. Fixes Debian Bug #765174. [Niko Tyni <ntyni@debian.org>] Make sure modperl_interp_select uses r->server rather than the passed s parameter to find the interpreter pool to pull an interpreter from. This fixes an issue with vhosts with a separate interpreter pool and runtime dir-config merges that used to pull the interpreter from the wrong pool. [Torsten Foertsch] PerlInterpScope is now more advisory. Using $(c|r)->pnotes will bind the current interpreter to that object for it's lifetime. $(c|r)->pnotes_kill() can be used to prematurely drop pnotes and remove this binding. [Torsten Foertsch] Now correctly invokes PerlCleanupHandlers, even if they are the only handler type configured for that request [Torsten Foertsch] For threaded MPMs, change interpreter managment to a new, reference-counted allocation model. [Torsten Foertsch] Expose modperl_interp_pool_t via ModPerl::InterpPool, modperl_tipool_t via ModPerl::TiPool and modperl_tipool_config_t via ModPerl::TiPoolConfig [Torsten Foertsch] Expose modperl_interp_t via ModPerl::Interpreter [Torsten Foertsch] Fix t/compat/apache_file.t on Windows. Apache::File->tmpfile() wants TMPDIR or TEMP from the environment, or else defaults to /tmp. The latter is no good on Windows, so make sure the environment variables are passed through. (TEMP should be set to something suitable on Windows.) [Steve Hay] Fix t/api/err_headers_out.t with HTTP::Headers > 6.00. [Rolando <rolosworld@gmail.com>] Fix the build with VC++ and dmake (rather than nmake) on Windows. The Makefile generated by Apache2::Build uses shell commands for the manifest file, but neglected to tell dmake to use the shell. [Steve Hay] Don't write an 'rpm' target into the Makefile on Windows. It isn't relevant on Windows, and the (hard-coded, not MakeMaker-generated) recipe group has syntax which dmake doesn't understand. [Steve Hay]
2015-07-14Bump PKGREVISION for libnotify dependency.wiz1-1/+2
2015-07-14Add libnotify dependency.youri1-1/+2
2015-07-14Revert part of the patch assuming strnstr(3) on NetBSDkhorben2-12/+3
strnstr(3) was added to NetBSD -current but is not in netbsd-7 (or earlier releases). This patch was confirmed to still work on -current by wiz@ (7.99.19 amd64), and on netbsd-7 by myself (7.0_RC1, amd64).