Commit graph

16632 commits

Author SHA1 Message Date
taca
977c7ff18e Reduce dependency to packages: comment out dependencies which already has
ruby-actionview.

Bump PKGREVISION.
2017-07-18 14:38:52 +00:00
hauke
7ee154b816 GLPI is a web based Information Resource Manager application with an
additional Administration Interface. You can use it to build up a
database with an inventory for your company (computers, software,
printers, etc).

Its enhanced functionality makes daily life for administrators easier.
Besides an inventory, it provides a trouble-ticket system, job
tracking with mail notification, and methods to build a database with
basic information about your network-topology.

<http://glpi-project.org/>
2017-07-18 14:29:51 +00:00
taca
0eb60442c2 Update ruby-rails32 to 3.2.22.5.
No change except version.
2017-07-18 14:08:30 +00:00
taca
65ed24c580 Update ruby-actionpack32 to 3.2.22.5.
* Add missing require to files
* Remove dead code and ensure values are strings before calling gsub
* Fix failing tests on 3-2-stable branch
2017-07-18 14:06:28 +00:00
taca
8db47b88f7 Update ruby-ruby-activeresource32 to 3.2.22.5.
No change except version.
2017-07-18 14:05:25 +00:00
ryoon
2089b32548 Chatzilla is not shipped with seamonkey anymore. Remove PLIST for chatzilla 2017-07-18 10:56:27 +00:00
maya
d5bc607200 Requires GCC 4.4.
from mmoll via github
2017-07-16 19:07:12 +00:00
adam
51d297acce HTTP client/server for asyncio (PEP 3156).
Features:
* Supports both Client and HTTP Server.
* Supports both Server WebSockets and Client WebSockets out-of-the-box.
* Web-server has Middlewares, Signals and pluggable routing.
2017-07-16 19:04:16 +00:00
jmcneill
1f9b754297 Adopt ARM patches from devel/protobuf; makes firefox work on NetBSD/evbarm 2017-07-16 10:48:17 +00:00
adam
10be71becb The module provides handy URL class for url parsing and changing. 2017-07-16 09:41:18 +00:00
ryoon
0e2e74af17 Remove chatzilla option
* chatzilla is not shipped with seamonkey anymore
2017-07-14 13:22:07 +00:00
adam
659e695d74 Fixed patch-setup.py 2017-07-13 06:09:38 +00:00
taca
e6fd3b27e2 Update contao44 to 4.4.1.
### 4.4.1 (2017-07-12)

 * Prevent arbitrary PHP file inclusions in the back end (see CVE-2017-10993).
 * Correctly handle subpalettes in "edit multiple" mode (see #946).
 * Correctly show the DCA picker in the site structure (see #906).
 * Correctly update the style sheets if a format definition is
   enabled/disabled (see #893).
 * Always show the "show from" and "show until" fields (see #908).
 * Correctly set the "overwriteMeta" field during the database update (see
   contao/core-bundle#888).
2017-07-12 14:52:02 +00:00
taca
07ea0f1a98 Update contao35 to 3.5.28.
Version 3.5.28 (2017-07-12)
---------------------------

### Fixed
Prevent arbitrary PHP file inclusions in the back end (see CVE-2017-10993).

### Fixed
Improve the accessibility of the CAPTCHA widget (see #8709).

### Fixed
Fixed the iOS scrolling bug in the simple modal script (see #8708).

### Fixed
Correctly cache the unique keys in the SQL cache (see #8712).
2017-07-12 14:42:55 +00:00
tnn
f02301476b add www/grafana 2017-07-12 10:07:12 +00:00
tnn
efd0aac2e7 fix HOMEPAGE 2017-07-12 10:05:58 +00:00
tnn
fb9f3206e2 Import grafana-4.4.1 as www/grafana.
Grafana is a web-based dashboard that allows you to query, visualize and
alert on metrics data stored in Graphite, InfluxFB, OpenTSDB or Prometheus.
2017-07-12 10:03:22 +00:00
adam
a6789dc45d Changes with Apache 2.4.27
*) COMPATIBILITY: mod_lua: Remove the undocumented exported 'apr_table'
     global variable when using Lua 5.2 or later. This was exported as a
     side effect from luaL_register, which is no longer supported as of
     Lua 5.2 which deprecates pollution of the global namespace.

  *) COMPATIBILITY: mod_http2: Disable and give warning when using Prefork.
     The server will continue to run, but HTTP/2 will no longer be negotiated.

  *) COMPATIBILITY: mod_proxy_fcgi: Revert to 2.4.20 FCGI behavior for the
     default ProxyFCGIBackendType, fixing a regression with PHP-FPM.

  *) mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3.

  *) mod_http2: Simplify ready queue, less memory and better performance. Update
     mod_http2 version to 1.10.7.

  *) Allow single-char field names inadvertently disallowed in 2.4.25.

  *) htpasswd / htdigest: Do not apply the strict permissions of the temporary
     passwd file to a possibly existing passwd file.

  *) core: Avoid duplicate HEAD in Allow header.
     This is a regression in 2.4.24 (unreleased), 2.4.25 and 2.4.26.
2017-07-12 07:01:34 +00:00
adam
661d5b2f62 Changes with Apache 2.2.34
*) Allow single-char field names inadvertantly disallowed in 2.2.32.

Changes with Apache 2.2.33 (not released)

  *) SECURITY: CVE-2017-7668 (cve.mitre.org)
     The HTTP strict parsing changes added in 2.2.32 and 2.4.24 introduced a
     bug in token list parsing, which allows ap_find_token() to search past
     the end of its input string. By maliciously crafting a sequence of
     request headers, an attacker may be able to cause a segmentation fault,
     or to force ap_find_token() to return an incorrect value.

  *) SECURITY: CVE-2017-3169 (cve.mitre.org)
     mod_ssl may dereference a NULL pointer when third-party modules call
     ap_hook_process_connection() during an HTTP request to an HTTPS port.

  *) SECURITY: CVE-2017-3167 (cve.mitre.org)
     Use of the ap_get_basic_auth_pw() by third-party modules outside of the
     authentication phase may lead to authentication requirements being
     bypassed.

  *) SECURITY: CVE-2017-7679 (cve.mitre.org)
     mod_mime can read one byte past the end of a buffer when sending a
     malicious Content-Type response header.

  *) Fix HttpProtocolOptions to inherit from global to VirtualHost scope.
2017-07-12 07:00:40 +00:00
ryoon
a0eaf93c3f Bump required devel/nspr version to fix potential configure error 2017-07-12 01:49:34 +00:00
ryoon
808bd625f5 Bump required devel/nspr version
Fix PR pkg/52392
2017-07-12 01:47:10 +00:00
bsiegert
3a873a9374 Import caddy-0.10.4 from wip/caddy.
Caddy is a HTTP/2 web server with automatic HTTPS.

Caddy was born out of the need for a "batteries-included" web server
that runs anywhere and doesn't have to take its configuration with it.
Caddy took inspiration from spark, nginx, lighttpd, Websocketd and
Vagrant, which provides a pleasant mixture of features from each of
them.
2017-07-11 20:26:41 +00:00
ryoon
45306dc6b8 Fix gtk3 option build
Reported by Thomas Mueller. Thank you.
2017-07-11 14:44:28 +00:00
jaapb
f70dd873bb Revbump associated with ocaml-4.04.2 2017-07-11 14:19:18 +00:00
adam
edb38d4f8c Release 2.4.0:
* Release as a universal wheel.
* Convert readthedocs links for their .org -> .io migration for hosted projects.
2017-07-11 09:22:02 +00:00
adam
a4f8916035 This wraps any WSGI application and makes it easy to send test requests to
that application, without starting up an HTTP server.

This provides convenient full-stack testing of applications written with any
WSGI-compatible framework.
2017-07-11 09:18:01 +00:00
adam
b137030d45 A WSGI Proxy with various http client backends. 2017-07-11 09:15:49 +00:00
adam
f80ef61c8b 1.7.3:
Bugfix
- Request.host_url, Request.host_port and Request.domain now all understand and
  know how to parse IPv6 Host headers sent by browsers.
2017-07-11 07:24:04 +00:00
wiz
b41af5b180 Fix PKGNAME of py-Paste (was renamed to py-paste) 2017-07-11 06:16:29 +00:00
joerg
2aaecce271 Use copy mode for pax to avoid file format limitations. From Thomas Orgis. 2017-07-10 12:26:53 +00:00
wen
45f72a2515 Update to 3.3.1
Upstream changes:
Here is the full list of fixed issues in 3.3.1.
Contents

    1 Highlights
    2 Security issues
    3 Fixes and improvements
    4 For developers
    5 See also

Highlights

    MDL-58136 - Show only "in progress" courses in the My courses list in Booost flat navigation
    MDL-56046 - Fixed bug when downloading Quiz statistics report and other multiple-sheet reports
    MDL-58646, MDL-59122 - Number of performance improvements in Boost cache rebuilding
    MDL-58310, MDL-59312, MDL-58103 - Correctly display AJAX errors and ignore interrupted requests caused by page unload (occasional "undefined" popup)
    MDL-44961 - When restoring course with rolling start date never change log dates

Security issues

A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
Fixes and improvements

    MDL-46322 - Assignment: Only enrolled users may be assigned as markers, if admins/managers can view course but are not enrolled they will not be assigned
    MDL-58907 - Course overview: Remember last view mode (Timeline/Courses), add a setting for a default mode
    MDL-58729 - Performance impovement in MySQL collation change script (follow up for Full UTF-8 Support in MySQL)
    MDL-57957 - Assignment: Fixed bug with feedback files not being shown to students if assignment has no grading
    MDL-57021 - Use normal password form field during sign up, adding new user and enrolling in a course
    MDL-49988 - Wiki: line breaks in HTML source code should not affect page layout
    MDL-58811 - Quiz: fixed bug preventing quiz duplication if questions have file links in their texts

For developers

    MDL-58911 - Change of behavior when writing unittests for the dashboard events - now callback from module are executed in unittests same way they would be executed on the dashboard
2017-07-10 11:44:56 +00:00
adam
3b232aa61c 1.0.2:
Features
- Python 3.6 is now officially supported in Waitress

Bugfixes
- Add a work-around for libc issue on Linux not following the documented
  standards. If getnameinfo() fails because of DNS not being available it
  should return the IP address instead of the reverse DNS entry, however
  instead getnameinfo() raises. We catch this, and ask getnameinfo()
  for the same information again, explicitly asking for IP address instead of
  reverse DNS hostname.
2017-07-09 21:24:24 +00:00
adam
6711da5012 2.0.3
-----
* 26: Change six requirement to >=1.4.0
* 28: Py3k fixes
* 29: paste.wsgilib.add_close: Add __next__ method to support using `add_close` objects as iterators on Python 3.
* 30: tox.ini: Add py35 to envlist
* 31: Enable testing with pypy
* 33: tox.ini: Measure test coveraage
2017-07-09 21:16:41 +00:00
adam
20b3e5c86c PkgSrc clean-ups 2017-07-09 10:44:19 +00:00
alnsn
931ac98c84 Add auth-request option (--with-http_auth_request_module).
Approved by joerg@.
2017-07-09 09:20:31 +00:00
maya
1a4faeeb94 firefox{,45,52}: bump pkgrevision with no change.
these packages pull in GCC_REQD+=4.9 via mozilla-common.mk, and
are very widely used (I suspect only www/firefox actually needs it)

this will take care of most of the fallout from major bumping
pkgsrc-gcc-libstdc++ to 7 on netbsd. these are the most widely
used packages setting GCC_REQD>4.8.
2017-07-09 09:04:00 +00:00
adam
d5f8e21f4d 4.5.17:
Bugs Fixed
Addition in mod_wsgi-express of --allow-override option in 4.5.16 caused --url-alias option to break.
2017-07-07 15:45:55 +00:00
adam
53a3c59452 BUILD_DEPENDS -> DEPENDS 2017-07-07 08:48:27 +00:00
adam
9ad0107a2c Sanic is a Flask-like Python 3.5+ web server that's written to go fast. It's
based on the work done by the amazing folks at magicstack.

On top of being Flask-like, Sanic supports async request handlers. This means
you can use the new shiny async/await syntax from Python 3.5, making your code
non-blocking and speedy.
2017-07-07 07:27:15 +00:00
adam
866c30b1ec A collection of framework independent HTTP protocol utils. 2017-07-07 07:25:31 +00:00
adam
c20c218244 Version 1.9.6
User-visible changes:
 - Client-side bugfixes:
   * cp/mv: improve error message when target is an unversioned dir
   * merge: reduce memory usage with large amounts of mergeinfo

 - Server-side bugfixes:
   * 'svnadmin freeze': document the purpose more clearly
   * dump: fix segfault when a revision has no revprops
   * fsfs: improve error message upon failure to open rep-cache
   * fsfs: never attempt to share directory representations
   * fsfs: make consistency independent of hash algorithms
	This change makes Subversion resilient to collision attacks, including
	SHA-1 collision attacks such as <http://shattered.io/>.  See also our
	documentation at <https://subversion.apache.org/faq#shattered-sha1> and
	<https://subversion.apache.org/docs/release-notes/1.9#shattered-sha1>.

 - Client-side and server-side bugfixes:
   * work around an APR bug related to file truncation

 - Bindings bugfixes:
   * javahl: follow redirects when opening a connection

Developer-visible changes:
 - General:
   * win_tests.py: make the --bin option work, rather than abort
     (regression introduced in 1.9.2)
   * windows: support building with 'zlibstat.lib' in install-layout

 - API changes:
   (none)
2017-07-07 04:51:47 +00:00
adam
4d8f875dd9 On Darwin, do not add special compiler flags; fixes building on High Sierra 2017-07-05 10:34:12 +00:00
wiz
84ed9828cb Updated p5-WWW-Mechanize to 1.85.
1.85      2017-06-28 22:06:00Z
========================================
    [FIXED]
    - use 127.0.0.1 instead of 'localhost' in a test to avoid the test hanging
      due to ipv6 issues (GH#31)
    - Remove private logic for taint checking (Dave Doyle)
    - Fix Pod (simbabque)
    - Bump Test::More prereq to get working subtest support (Karen Etheridge)
    - Fix intermittent failures of taint.t (GH#108) (Kivanc Yazan)
    - Fix kwalitee issues (GH#107) (Kivanc Yazan)

    [ENHANCEMENTS]
    - Print section titles if mech-dump --all is invoked (GH#81) (Сергей
      Романов)
    - Add cookbook docs on dumping a req without sending it (#115) (Grigor
      Karavardanyan)
    - Document that submit only submits current form (GH#114) (nawglan)
    - Add Travis testing on Perl 5.26 (Karen Etheridge)
    - Remove obsolete and unincremented $VERSIONs in test modules (Karen
      Etheridge)
2017-07-04 09:25:59 +00:00
adam
6965ffc8eb Changes 1.1.6:
The runserver server_cls override no longer fails with more modern Django versions that pass an ipv6 parameter.
2017-07-03 20:56:08 +00:00
ryoon
17ba0c8a03 Update to 52.2.1
* Sync with www/firefox52-52.2.1
2017-07-03 16:28:24 +00:00
ryoon
5bc80645de Update to 52.2.1
Changelog:
52.2.1
    Printing text does not work on Windows when Direct2D is disabled (Bug 1318845)

52.2.0
 #CVE-2017-5472: Use-after-free using destroyed node when regenerating trees
 #CVE-2017-7749: Use-after-free during docshell reloading
 #CVE-2017-7750: Use-after-free with track elements
 #CVE-2017-7751: Use-after-free with content viewer listeners
 #CVE-2017-7752: Use-after-free with IME input
 #CVE-2017-7754: Out-of-bounds read in WebGL with ImageInfo object
 #CVE-2017-7755: Privilege escalation through Firefox Installer with same directory DLL files
 #CVE-2017-7756: Use-after-free and use-after-scope logging XHR header errors
 #CVE-2017-7757: Use-after-free in IndexedDB
 #CVE-2017-7778: Vulnerabilities in the Graphite 2 library
 #CVE-2017-7758: Out-of-bounds read in Opus encoder
 #CVE-2017-7760: File manipulation and privilege escalation via callback parameter in Mozilla Windows Updater and Maintenance Service
 #CVE-2017-7761: File deletion and privilege escalation through Mozilla Maintenance Service helper.exe application
 #CVE-2017-7763: Mac fonts render some unicode characters as spaces
 #CVE-2017-7764: Domain spoofing with combination of Canadian Syllabics and other unicode blocks
 #CVE-2017-7765: Mark of the Web bypass when saving executable files
 #CVE-2017-7766: File execution and privilege escalation through updater.ini, Mozilla Windows Updater, and Mozilla Maintenance Service
 #CVE-2017-7767: Privilege escalation and arbitrary file overwrites through Mozilla Windows Updater and Mozilla Maintenance Service
 #CVE-2017-7768: 32 byte arbitrary file read through Mozilla Maintenance Service
 #CVE-2017-5470: Memory safety bugs fixed in Firefox 54 and Firefox ESR 52.252.2.0

52.1.2
    FIx hangs when using a proxy with NTLM authentication (bug 1360574)
2017-07-03 16:26:59 +00:00
adam
fc66beccea Added lang/py-six to DEPENDS 2017-07-03 13:50:49 +00:00
ryoon
6a4fa660c8 Update to 54.0.1
* Sync with www/firefox-54.0.1
2017-07-03 12:30:33 +00:00
ryoon
2df14045d4 Update to 54.0.1
Changelog:

Fixed
    Fix a display issue of tab title (bug 1357656)

    Fix a display issue of opening new tab (bug 1371995)

    Fix a display issue when opening multiple tabs (bug 1371962)

    Fix a tab display issue when downloading files (bug 1373109)

    Fix a PDF printing issue (bug 1366744)

    Fix a Netflix issue on Linux (bug 1375708)
2017-07-03 12:27:49 +00:00
adam
c20d81cb45 nghttp2 v1.24.0:
Documentation
We have received several patches to fix grammer and typos.
The broken out-of-tree build has been also fixed.

nghttp
We fixed the bug that HTTP Upgrade fails if HTTP response does not have reason-phrase.

nghttpx
The default minimum TLS version is now TLSv1.2. This is because the default cipher list only contains cipher suites which are compatible with it.
2017-07-03 12:11:38 +00:00