Commit graph

16780 commits

Author SHA1 Message Date
wen
16ff1ba46b Fix build.
Reported by:	joerg@
2017-09-06 13:17:57 +00:00
fhajny
97e37133f5 Update www/trafficserver to 7.1.1
- Can't convert Cache Result to Cache MISS by
  TSHttpTxnCacheLookupStatusSet
- Unit Tests for Issue #1605 AWS Signature Version 4
- Issue #1685: Use TS_MILESTONE_UA_BEGIN for cqt* log fields
- ua_buffer_reader should be released in deallocate_redirect_postdata
- Be less aggressive in calling SSL_shutdown.
- Fixed debug build on Fedora 26 with gcc7
- Prevent HSTS headers from including the terminating null byte.
- Fix origin requests to default to HTTP 1.1
- Rework SSL handshake hooks and add tls_hooks tests.
- For 7.1.x, H2 Assertsion at Http2DependencyTree::deactivate
- Push triggered DNSConnections into an atomic queue to prevent
  DNSConnection lost.
- cqtq,cqtn,cqtd,cqtt timestamp blog format to be INT again
- Remove the correct entry from priority queue and insert the new node
  into the queue
- Backport PR 2336 to 7.1.x - Add missing checks for request url
- Backport PR 2338 to 7.1.x - Add null pointer check to server response
  set status in Lua plugin
- Change from SHA1 to SHA512
- Fedora 26 and gcc7 support for ATS 7.1.1
- Prefer setting AM_CPPFLAGS vs. CPPFLAGS, etc.
- Added more fallthrough comments for Fedora 26 and gcc7 for ICP
- Correctly Handle EVENT_NONE in UnixNetVConnection::acceptEvent
- Out-of-bounds while get port from host field
- AWS auth v4: fixed query param value URI-encoding
- Ticket file reload shouldn't kill traffic_server process
- FD leaks when ep.start() failed or cancelled in acceptEvent or
  con.connect() failed
- Cherry pick a set of Catch based commits to 7.1
- Coverity: CID 1380042:Resource leaks  (RESOURCE_LEAK)
- fixing memory leak when ATS serves stale records
- S3_auth:uri(En|De)code() pass by ref,not val(master)
2017-09-06 12:21:22 +00:00
wiz
3110a02dbc Comment out dead sites. 2017-09-06 10:40:25 +00:00
wiz
1fc957a0ce Follow some redirects. 2017-09-06 09:02:59 +00:00
taca
842175df9e Update contao44 to 4.4.4.
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-05 15:49:37 +00:00
adam
cac9f01848 1.9.0:
- Use vm.runInNewContext securely
2017-09-05 11:31:53 +00:00
dholland
75a920b09c PR 52514 Angel Adames: squid-ipf doesn't work on FreeBSD, so don't enable
it by default. Bump PKGREVISION (to 1) as a precaution.
2017-09-05 08:09:08 +00:00
wiz
3699ade30a Remove (ruby-)thoth-flickr.
Uses removed ruby-net-flickr.
2017-09-05 06:03:22 +00:00
wiz
303dc564fb Update some URLs. 2017-09-04 18:55:07 +00:00
wiz
d4e3d86e22 Remove ruby-net-flickr. Upstream development stopped in 2009,
and this is supposed to help with the flickr API, which probably
has not stopped in 2009;
2017-09-04 18:16:49 +00:00
wiz
ff22ec594f Follow some redirects. 2017-09-04 18:08:18 +00:00
wiz
1770bcacd4 Comment out dead sites. 2017-09-04 18:00:49 +00:00
bsiegert
bc091c8961 Update Caddy to 0.10.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-04 17:56:18 +00:00
adam
b7592d6509 2.0.28:
- 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-04 17:00:46 +00:00
wiz
bc72a70589 Updated py-google-api-python-client to 1.6.3.
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-04 14:45:25 +00:00
ryoon
99ae27eb73 Update to 7.0.81
Changelog:
Tomcat 7.0.81 (violetagg)

    Catalina

        fix	Correct regression in 7.0.80 that broke WebDAV. (markt)
2017-09-04 13:54:39 +00:00
ryoon
73eb376889 Update to 8.0.46
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-04 13:53:49 +00:00
wiz
ee534f1464 Updated p5-Net-HTTP to 6.17.
6.17      2017-09-01 15:30:20Z
    - Fix test which relied on cpan.org speaking plain HTTP GH#54 (Chase
      Whitener)
2017-09-04 12:36:13 +00:00
wiz
13bf6470e3 Updated p5-HTML-Tree to 5.07.
5.07     2017-08-31
   Release by Kent Fredric
    [FIXES]
    * Workaround more @INC issues with Module::Build and sudo RT#122199
2017-09-04 12:23:48 +00:00
wiz
02dd4a5f4d Add archive.apache.org as master site, since the pkgsrc version is outdated. 2017-09-03 11:19:16 +00:00
wiz
42426a5a45 Follow some redirects. 2017-09-03 08:53:04 +00:00
wiz
9ddb7f9e9c Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
wiz
3c8628a6c1 Fix HOMEPAGE. 2017-09-03 08:08:40 +00:00
taca
7b225f6d05 Update SoGo to 2.3.22.
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-02 14:25:42 +00:00
ryoon
6a5d61b048 Update to 55.0.3
* Sync with www/firefox-55.0.3
2017-09-02 03:49:44 +00:00
ryoon
4bef58350f Update to 55.0.3
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-02 03:47:46 +00:00
adam
fba5e0af96 Version 4.5.18:
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-09-01 07:06:43 +00:00
adam
b391f0812c 0.6.1:
Bug fixes
2017-08-31 08:44:34 +00:00
wen
1e9ffb79af Update to 0.02
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-29 08:31:38 +00:00
wen
6393ec3e5a Update to 0.21
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-29 07:45:39 +00:00
wiz
87b06f02ad Remove superfluous automake dependency (after update).
Fixes PR 52513 by David H. Gutteridge.
2017-08-29 07:08:32 +00:00
adam
82c8969663 17.3.1
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-27 13:09:34 +00:00
adam
0613d497f2 0.6.0:
Bug fixes.
2017-08-27 12:44:03 +00:00
he
6d3601cb8b My mistake: left work/firefox* in patch file. 2017-08-26 21:18:08 +00:00
he
2d52471687 I'm sorry, forgot to recompute this and. Now done. 2017-08-26 19:54:50 +00:00
he
b43ba52b4d Add some patches to get us closer to building on NetBSD/powerpc:
* 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-26 10:36:01 +00:00
jperkin
cbb57753f3 Improve COMMENT lines and satisfy pkglint. 2017-08-25 17:03:25 +00:00
jperkin
e98ed47819 Remove trailing empty lines. 2017-08-25 16:49:11 +00:00
jperkin
92e3e961e6 Fix formatting of go DESCR files. Some of the contents still leave a lot to be
desired.
2017-08-25 16:30:23 +00:00
jperkin
c70530d870 Add GITHUB_PROJECT so the distfile can be downloaded. 2017-08-25 16:06:44 +00:00
jperkin
5b0311d515 Fix GITHUB_PROJECT so the distfile can be downloaded. 2017-08-25 16:06:20 +00:00
adam
2870ce07ad Nevow 0.14.3:
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-25 06:24:03 +00:00
adam
c2de83492b 3.6.4
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-25 06:03:10 +00:00
adam
931d707fe2 Revbump for boost update 2017-08-24 20:03:08 +00:00
adam
62d3f1ac1b Revbump for boost update 2017-08-24 20:02:56 +00:00
wen
69af7b59e6 Update to 1.29.1
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-24 14:02:39 +00:00
jlam
1dbd21188d Add PERL_USE_UNSAFE_INC=1 to a few Perl module Makefiles.
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-23 17:54:52 +00:00
wiz
e43c8c0634 Fix broken DEPENDS line. 2017-08-23 12:17:28 +00:00
jperkin
075af93dde Fix build on SunOS. Patch from Thomas Merkel in NetBSD/pkgsrc#10. 2017-08-22 14:15:32 +00:00
adam
397406f2c3 17.8.1
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-22 08:53:21 +00:00