summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2017-09-06Comment out dead sites.wiz5-13/+13
2017-09-06Follow some redirects.wiz4-11/+11
2017-09-05Update contao44 to 4.4.4.taca3-8/+14
Here is release announce: Contao version 4.4.4 is available. The bugfix release fixes several issues including a problem with the back end referrer management. In addition, the back end theme has been adjusted so the submit buttons are shown at the end of the form again instead of at the end of the page.
2017-09-051.9.0:adam2-7/+7
- Use vm.runInNewContext securely
2017-09-05PR 52514 Angel Adames: squid-ipf doesn't work on FreeBSD, so don't enabledholland2-3/+4
it by default. Bump PKGREVISION (to 1) as a precaution.
2017-09-05Remove (ruby-)thoth-flickr.wiz5-32/+1
Uses removed ruby-net-flickr.
2017-09-04Update some URLs.wiz4-8/+8
2017-09-04Remove ruby-net-flickr. Upstream development stopped in 2009,wiz5-39/+1
and this is supposed to help with the flickr API, which probably has not stopped in 2009;
2017-09-04Follow some redirects.wiz14-33/+33
2017-09-04Comment out dead sites.wiz22-45/+45
2017-09-04Update Caddy to 0.10.7.bsiegert2-7/+7
0.10.7 This release introduces 3 new HTTP plugins: awses, jekyll, and forwardproxy, and supports SIGUSR2 for graceful binary upgrades. Read the release blog post for more information. A huge thanks to our sponsors for making continued development possible, and for keeping this release of Caddy free for everyone to use: Minio, Uptime Robot, and Sourcegraph! Change list: - Built with Go 1.9 - New 3rd-party plugin HTTP directives: jekyll, awses, forwardproxy - Different exit codes - Plan 9 support - Graceful binary upgrades with SIGUSR2 - internal: Support X-Accel-Redir without paths to protect - templates: Can execute templates loaded by other middleware - A few really good bug fixes 0.10.6 This is a hotfix for 0.10.5's fastcgi directive which invokes a runtime error on 32-bit and ARM architectures, due to a known, documented bug in Go. We don't run tests on 32-bit or ARM (yet) which would have been the only way to catch this error in an automated fashion. Sorry about that. Enjoy this release! It's the best one yet. 0.10.5 It's been kind of a crummy week for a lot of people, but here's some good news: Caddy 0.10.5 is out! This release fixes subtle issues that were present in proxying WebSockets or FastCGI connections. We've also improved MITM detection for iOS clients. There is a new header-based load balancing policy. On top of these changes, of note are these: The requestid directive has been renamed to request_id to be more consistent with other directives and subdirectives. There is a new default timeout in town: the idle timeout now has a default value of 5 minutes. Unlike the previous default timeouts, we don't expect this will negatively impact anyone. There is generally no good use for idle connections, and if you have a good use for them, you can disable this timeout in your Caddyfile. (We've tested this timeout on several kinds of sites for months and have had zero problems, only improvements in memory and FD usage.) This release is compatible with three new 3rd-party plugins! The http.cache plugin acts as a caching layer of middleware, which can drastically improve performance of serving your site. http.nobots attempts to dissuade bots from accessing your site. http.webdav was extracted from the filemanager plugin and enables webdav serving. As usual, a HUGE thanks to contributors who made this possible! Most of these changes were implemented by contributors to the project, while the maintainers have been busy working on improved proxy middleware and other things (that hopefully we can reveal soon). Our community is fantastic, and we and all Caddy users appreciate you. Thank you! Full change log: - Renamed requestid directive to request_id - Set default idle timeout of 5 minutes - New 3rd-party plugin directives: cache, nobots, webdav - New Unix timestamp placeholder {when_unix} - Improved MITM detection on iOS clients - errors, log: Fix log rolling parsing - gzip: Convert any ETag header to weak etag - fastcgi: Reverted persistent connections (issue #1736) - proxy: Added header loaded balancing policy - proxy: Fix hang on chunked WebSockets (e.g. with HomeAssistant) - Several other bug fixes and minor internal improvements
2017-09-042.0.28:adam2-7/+7
- Fixed 185: Fix strict cookie policy - Fixed 146: Improve fields value checking when enctype is multipart - Fixed 119: Assertion error should be raised when you have non-string response header - Bugfix: Allow to set an int value to form fields when enctype is multipart - Added py36 to tox.ini / .travis.yaml
2017-09-04Updated py-google-api-python-client to 1.6.3.wiz2-7/+11
v1.6.3 Version 1.6.3 Bugfix release - Add notification of maintenance mode to README. (#410) - Fix generation of methods with abnormal page token conventions. (#338) - Raise ValueError is credentials and developerKey are both specified. (#358) - Re-generate documentation. (#364, #373, #401) - Fix method signature documentation for multiline required parameters. (#374) - Fix ZeroDivisionError in MediaDownloadProgress.progress. (#377) - Fix dead link to WebTest in README. (#378) - Fix details missing in googleapiclient.errors.HttpError. (#412) - Don't treat httplib2.Credentials as oauth credentials. (#425) - Various fixes to the Django sample. (#413)
2017-09-04Update to 7.0.81ryoon2-7/+7
Changelog: Tomcat 7.0.81 (violetagg) Catalina fix Correct regression in 7.0.80 that broke WebDAV. (markt)
2017-09-04Update to 8.0.46ryoon2-7/+7
Changelog: Tomcat 8.0.46 (violetagg) Catalina Fix: Additional permission for deleting files is granted to JULI as it is required by FileHandler when running under a Security Manager. The thread that cleans the log files is marked as daemon thread. (violetagg) Fix: 61229: Correct a regression in 8.0.44 that broke WebDAV handling for resources with names that included a & character. (markt) Fix: 61232: When log rotation is disabled only one separator will be used when generating the log file name. For example if the prefix is catalina. and the suffix is .log then the log file name will be catalina.log instead of catalina..log. Patch provided by Katya Stoycheva. (violetagg) Fix: Performance improvements for service loader look-ups (and look-ups of other class loader resources) when the web application is deployed in a packed WAR file. (markt) Fix: 61253: Add warn message when Digester.updateAttributes throws an exception instead of ignoring it. (csutherl) Fix: 61313: Make the read timeout configurable in the JNDIRealm and ensure that a read timeout will result in an attempt to fail over to the alternateURL. Based on patches by Peter Maloney and Felix Schumacher. (markt) Add: 61366: Add a new attribute, localDataSource, to the JDBCStore that allows the Store to be configured to use a DataSource defined by the web application rather than the default of using a globally defined DataSource. Patch provided by Jonathan Horowitz. (markt) Coyote Fix: 61086: Ensure to explicitly signal an empty request body for HTTP 205 responses. Additional fix to r1795278. Based on a patch provided by Alexandr Saperov. (violetagg) Fix: 61322: Correct two regressions caused by the fix for 60319 when using BIO with an external Executor. Firstly, use the maxThreads setting from the Executor as the default for maxConnections if none is specified. Secondly, use maxThreads from the Executor when calculating the point at which to disable keep-alive. (markt) Fix: Prevent exceptions being thrown during normal shutdown of NIO connections. This enables TLS connections to close cleanly. (markt) Jasper Add: 53031: Add support for the fork option when compiling JSPs with the Jasper Ant task and javac. (markt) WebSocket Add: 57767: Add support to the WebSocket client for following redirects when attempting to establish a WebSocket connection. Patch provided by J Fernandez. (markt) Web applications Fix: Remove references to the Loader attribute searchExternalFirst from the documentation since the attribute is no longer supported. (markt) Fix: Correct the documentation for how StandardRoot is configured. (markt) Other Add: 52791: Add the ability to set the defaults used by the Windows installer from a configuration file. Patch provided by Sandra Madden. (markt)
2017-09-04Updated p5-Net-HTTP to 6.17.wiz2-7/+7
6.17 2017-09-01 15:30:20Z - Fix test which relied on cpan.org speaking plain HTTP GH#54 (Chase Whitener)
2017-09-04Updated p5-HTML-Tree to 5.07.wiz2-8/+7
5.07 2017-08-31 Release by Kent Fredric [FIXES] * Workaround more @INC issues with Module::Build and sudo RT#122199
2017-09-03Add archive.apache.org as master site, since the pkgsrc version is outdated.wiz1-2/+2
2017-09-03Follow some redirects.wiz13-31/+30
2017-09-03Comment out dead MASTER_SITES/HOMEPAGEs.wiz30-62/+62
2017-09-03Fix HOMEPAGE.wiz1-2/+2
2017-09-02Update SoGo to 2.3.22.taca2-8/+7
2.3.22 (2017-07-20) ------------------- New features - [eas] initial EAS v16 and email drafts support Enhancements - [web] updated CKEditor to version 4.7.1 Bug fixes - [web] use the organizer's alarm by default when accepting IMIP messages (#3934) - [web] fixed forwarding mails with attachments containing slashes in file names - [eas] don't include task folders if we hide them in SOGo (#4164) - [core] not using cleaned data when sending mails (#4199) - [core] don't update subscriptions when owner is not the active user (#3988) - [core] enable S/MIME even when using GNU TLS (#4201) - [core] silence verbose output for sogo-ealarms-notify (#4170)
2017-09-02Update to 55.0.3ryoon2-371/+371
* Sync with www/firefox-55.0.3
2017-09-02Update to 55.0.3ryoon3-8/+17
Changelog: Fixed Fix an issue with addons when using a path containing non-ascii characters (bug 1389160) Fix file uploads to some websites, including YouTube (bug 1383518)
2017-09-01Version 4.5.18:adam3-148/+150
When using --url-alias with mod_wsgi-express and the target of the URL doesn’t exist, it will now be assumed that it will be a directory rather than a file, when finally created. This is to accomodate where may have used --setup-only option or setup-server command to pre-generate config files before the directory is created.
2017-08-310.6.1:adam2-7/+7
Bug fixes
2017-08-29Update to 0.02wen2-8/+7
Upstream changes: 0.02 2017-04-10 - Avoid relying on current working directory being in @INC - Removed early release warning from documentation - Changed Content-Disposition parser in eg/example.pl
2017-08-29Update to 0.21wen2-8/+7
Upstream changes: 0.21 2017-02-10T03:10:11Z - rename flatten to psgi_flatten for fixing compatibility issue plack/plack#541 (kazeburo) - Copy "content_is_text" method from HTTP::Headers (nfg)
2017-08-29Remove superfluous automake dependency (after update).wiz1-6/+1
Fixes PR 52513 by David H. Gutteridge.
2017-08-2717.3.1adam2-7/+7
Add URL.normalize() method, which applies five normalizations from RFC 3986 (sections 2.3, 2.1, 3.2.2, 6.2.2.3, 6.2.3). See the docs for more details. Enable URL.click() to accept a URL object as a target.
2017-08-270.6.0:adam3-26/+7
Bug fixes.
2017-08-26My mistake: left work/firefox* in patch file.he2-5/+5
2017-08-26I'm sorry, forgot to recompute this and. Now done.he1-3/+5
2017-08-26Add some patches to get us closer to building on NetBSD/powerpc:he4-9/+134
* moz.build: CONFIG['OS_TEST'] is apparently PCU, not MACHINE, so use 'powerpc' instead of the longish list of powerpc ports. * xptcinvoke_asm_ppc_netbsd.s: adapt to use of NS_InvokeByIndex() * xptcinvoke_ppc_netbsd.cpp: adapt to use of NS_InvokeByIndex() * xptcstubs_ppc_netbsd.cpp: adapt in the direction of xptcstubs_ppc_linux.cpp; this has apparently not been build-tested in a while. The current stumbling block is the lack of 64-bit atomic operations. No PKGREVISION bump as this is a partial build fix only for NetBSD/powerpc.
2017-08-25Improve COMMENT lines and satisfy pkglint.jperkin2-4/+4
2017-08-25Remove trailing empty lines.jperkin10-20/+10
2017-08-25Fix formatting of go DESCR files. Some of the contents still leave a lot to bejperkin4-4/+14
desired.
2017-08-25Add GITHUB_PROJECT so the distfile can be downloaded.jperkin1-1/+2
2017-08-25Fix GITHUB_PROJECT so the distfile can be downloaded.jperkin1-2/+2
2017-08-25Nevow 0.14.3:adam3-8/+13
Bugfixes - Athena will now time requests out client-side rather than waiting forever (up to the browser timeout, at least) for a server response that may never come.
2017-08-253.6.4adam3-8/+22
Ignore any invalidly formed query parameters for OrderingFilter. Improve memory footprint when reading large JSON requests. Fix schema generation for pagination. Fix exception when HTML_CUTOFF is set to None. Fix browsable API not supporting multipart/form-data correctly. Fixed test_hyperlinked_related_lookup_url_encoded_exists. Make sure max_length is in FileField kwargs. Fix list_route & detail_route with kwargs contains curly bracket in url_path Add Django manage command to create a DRF user Token. Ensure API documentation templates do not check for user authentication Fix special case where OneToOneField is also primary key. Added aria-label and a new region for accessibility purposes in base.html Quote nested API parameters in api.js. Set ViewSet args/kwargs/request before dispatch. Added unicode support to SlugField. Fix HiddenField appears in Raw Data form initial content. Raise validation error on invalid timezone parsing. Fix SearchFilter to-many behavior/performance. Simplified chained comparisons and minor code fixes. RemoteUserAuthentication, docs, and tests. Revert "Cached the field's root and context property" Fix introspection of list field in schema. Fix interactive docs for multiple nested and extra methods. Fix/remove undefined template var "schema"
2017-08-24Revbump for boost updateadam24-42/+48
2017-08-24Revbump for boost updateadam8-14/+16
2017-08-24Update to 1.29.1wen3-11/+266
Upstream changes: MediaWiki 1.29.1 Changes since 1.29.0 (T171197) Fix bundled extensions; SimpleAntiSpam and Vector (the extension) shouldn't have been included but were, and PdfHandler and SpamBlacklist should but weren't. (T164999) mw.Upload.Dialog: Define .static.name (T172061) refreshLinks.php: Fix fatal when using --category parameter
2017-08-23Add PERL_USE_UNSAFE_INC=1 to a few Perl module Makefiles.jlam1-2/+5
The following packages fail to build due to "." not being in @INC: devel/p5-PPI-PowerToys sysutils/p5-Monitoring-Plugin textproc/p5-Text-Xslate www/SpeedyCGI Pass PERL_USE_UNSAFE_INC=1 through MAKE_ENV to allow the configure and build to proceed. This needs to be revisited when perl-5.30.0 is released and that environment variable is removed from Perl.
2017-08-23Fix broken DEPENDS line.wiz1-2/+2
2017-08-22Fix build on SunOS. Patch from Thomas Merkel in NetBSD/pkgsrc#10.jperkin2-5/+10
2017-08-2217.8.1adam2-7/+7
new: prefix= kwarg now available on ApplicationSession.register for runtime method names new: @wamp.register(None) will use the function-name as the URI new: correlation and uri attributes for WAMP message tracing
2017-08-223.4:adam4-29/+21
Renamed :func:`~websockets.server.serve()` and :func:`~websockets.client.connect()`'s klass argument to create_protocol to reflect that it can also be a callable. For backwards compatibility, klass is still supported. :func:`~websockets.server.serve` can be used as an asynchronous context manager on Python ≥ 3.5. Added support for customizing handling of incoming connections with :meth:`~websockets.server.WebSocketServerProtocol.process_request()`. Made read and write buffer sizes configurable. Rewrote HTTP handling for simplicity and performance. Added an optional C extension to speed up low level operations. An invalid response status code during :func:`~websockets.client.connect` now raises :class:`~websockets.exceptions.InvalidStatusCode` with a code attribute.
2017-08-22v5.8.3adam2-7/+8
- Improve HTTP request line validation: * Improve HTTP version parsing - Fix HTTP CONNECT method processing: * Respond with ``405 Method Not Allowed`` if ``proxy_mode is False`` * Validate that request-target is in authority-form - Improve tests in ``test.test_core`` - Fix EPROTOTYPE @ Mac OS v5.8.2 - Fix 39 regression. Add HTTP request line check: absolute URI path must start with a forward slash ("/").