Commit graph

17580 commits

Author SHA1 Message Date
hauke
7bbad617e6 Update GLPI to v9.2.3
From the release announcement:

* Hide closed tasks on central,
* Quick search in saved searches panel,
* Fix image in FAQ for anonymous users,
* Possibility to add an analytics javascript,
* Various fixes on components,
* And many more!

The full changelog is available here for more details:
https://github.com/glpi-project/glpi/milestone/24?closed=1
2018-04-27 14:19:29 +00:00
adam
ec0424fb5c py-raven: updated to 6.7.0
6.7.0:
[Sanic] Added support for sanic.
[Core] Disabled dill logger by default
[Core] Added SENTRY_NAME, SENTRY_ENVIRONMENT and SENTRY_RELEASE environment variables
[Core] DSN secret is now optional
[Core] Added fix for cases with exceptions in repr
[core] Fixed bug with mutating record.data
2018-04-27 07:45:09 +00:00
taca
187a0cace7 www/drupal7: update to 7.59
Drupal 7.59, 2018-04-25
-----------------------
- Fixed security issues (remote code execution). See SA-CORE-2018-004.
2018-04-25 16:43:35 +00:00
adam
d5557d817c py-cherrypy: updatede to 14.2.0
v14.2.0
* :issue:1680 via :pr:1683: HTTP Basic Auth supports :rfc:7617 UTF-8
  charset decoding where possible. Uses latin1 as a fallback.

v14.1.0
* :cr-pr:37: Add support for peercreds lookup over UNIX domain socket.
  This enables app to automatically identify "who's on the other
  end of the wire".

  This is how you enable it::

    server.peercreds: True
    server.peercreds_resolve: True

  The first option will put remote numeric data to WSGI env vars:
  app's PID, user's id and group.

  Second option will resolve that into user and group names.

  To prevent expensive syscalls, data is cached on per connection
  basis.
2018-04-25 12:24:39 +00:00
adam
1613f46c52 py-cheroot: updated to 6.2.4
v6.2.4

- Fix missing resolve_peer_creds argument in
  :py:class:cheroot.wsgi.Server being bypassed into
  :py:class:cheroot.server.HTTPServer.

- :pr:85: Revert conditional dependencies. System packagers should
  honor the dependencies as declared by cheroot, which are defined
  intentionally.
2018-04-25 12:23:49 +00:00
adam
d1a8e809a8 py-django-countries: updated to 5.3
5.3:
Iterating a Countries object now returns named tuples. This makes things nicer when using {% get_countries %} or using the country list elsewhere in your code.
2018-04-24 13:08:43 +00:00
adam
506afcc291 py-pylint-django: updated to 0.11
0.11:
New JsonResponseChecker that looks for common anti-patterns with http responses returning JSON.
2018-04-24 13:06:15 +00:00
taca
830873947e www/contao45: update to 4.5.8
Contao 4.5.7 (2018-04-04)

Contao version 4.5.7 is available.  The bugfix release fixes a few minor
issues including a problem with validating the request token and a problem
with rendering custom layout sections.


Contao 4.5.8 (2018-04-18)

Contao version 4.5.8 is available.  The bugfix release fixes an XSS
vulnerability in the system log of the back end (CVE-2018-10125).

CVE-2018-10125

With a manipulated request, an attacker can implant a script which is executed
when a logged in back end user opens the system log.  The attacker themselves
does not have to be logged in.

The problem affects Contao 3.0.0 to 3.5.34, 4.0.0 to 4.4.17 and 4.5.0 to
4.5.7. We highly recommend you to update.
2018-04-23 14:30:45 +00:00
taca
6c2c7d52aa www/contao44: update to 4.4.18
Contao 4.4.17 (2018-04-04)

Contao version 4.4.17 is available.  The bugfix release fixes a few minor
issues including a problem with rendering custom layout sections.


Contao 4.4.18 (2018-04-18)

Contao version 4.4.18 is available.  The bugfix release fixes an XSS
vulnerability in the system log of the back end (CVE-2018-10125).

CVE-2018-10125

With a manipulated request, an attacker can implant a script which is executed
when a logged in back end user opens the system log.  The attacker themselves
does not have to be logged in.

The problem affects Contao 3.0.0 to 3.5.34, 4.0.0 to 4.4.17 and 4.5.0 to
4.5.7. We highly recommend you to update.
2018-04-23 14:19:00 +00:00
taca
aaeff9c265 www/contao35: update to 3.5.35
Version 3.5.35 (2018-04-18)
---------------------------

### Fixed
Fix an XSS vulnerability in the system log (see CVE-2018-10125).

CVE-2018-10125

With a manipulated request, an attacker can implant a script which is executed
when a logged in back end user opens the system log.  The attacker themselves
does not have to be logged in.

The problem affects Contao 3.0.0 to 3.5.34, 4.0.0 to 4.4.17 and 4.5.0 to
4.5.7. We highly recommend you to update.
2018-04-23 14:00:17 +00:00
wen
8ccdb9c3d7 Update to 0.206000
Upstream changes:
0.206000  2018-04-19 22:09:46-04:00 America/New_York

    [ BUG FIXES ]
    * GH #1090, #1406: Replace HTTP::Body with HTTP::Entity::Parser in
      Dancer2::Core::Request. (Russell @veryrusty Jenkins)
    * GH #1292: Fix multiple attribute definitions within Plugins
      (Nigel Gregoire)
    * GH #1304: Fix the order by which config files are loaded, independently
      of their filename extension (Alberto Simões, Russell @veryrusty Jenkins)
    * GH #1400: Fix infinite recursion with exceptions that use circular
      references. (Andre Walker)
    * GH #1430: Fix `dancer2 gen` from source directory when Dancer2 not
      installed. (Tina @perlpunk Müller - Tina)
    * GH #1434: Add `validate_id` method to verify a session id before
      requesting the session engine fetch it from its data store.
      (Russell @veryrusty Jenkins)
    * GH #1435, #1438: Allow XS crush_cookie methods to return an arrayref
      of values. (Russell @veryrusty Jenkins)
    * GH #1443: Update copyright year (Joseph Frazer)
    * GH #1445: Use latest HTTP::Headers::Fast (Russell @veryrusty Jenkins)
    * PR #1447: Fix missing build requires (Mohammad S Anwar)

    [ ENHANCEMENTS ]
    * PR #1354: TemplateToolkit template engine will log (at debug level)
      if a template is not found. (Kiel R Stirling, Russell @veryrusty Jenkins)
    * GH #1432: Support Content-Disposition of inline in
      send_file() (Dave Webb)
    * PR #1433: Verbose testing in AppVeyor (Graham Knop)

    [ DOCUMENTATION ]
    * GH #1314: Documentation tweaks (David Precious)
    * GH #1317: Document serializer configuration (sdeseille)
    * GH #1386: Add Hello World example (Gabor Szabo)
    * PR #1408: List project development resources (Steve Dondley)
    * PR #1426: Move performance improvement information from Migration guide
      to Deployment (Pedro Melo)

0.206000_02 2018-04-09 21:48:24-04:00 America/New_York (TRIAL RELEASE)

    [ BUG FIXES ]
    * GH #1090, #1406: Replace HTTP::Body with HTTP::Entity::Parser in
      Dancer2::Core::Request. (Russell @veryrusty Jenkins)
    * GH #1304: Fix the order by which config files are loaded, independently
      of their filename extension (Alberto Simões, Russell @veryrusty Jenkins)
    * GH #1400: Fix infinite recursion with exceptions that use circular
      references. (Andre Walker)
    * GH #1430: Fix `dancer2 gen` from source directory when Dancer2 not
      installed. (Tina @perlpunk Müller - Tina)
    * GH #1434: Add `validate_id` method to verify a session id before
      requesting the session engine fetch it from its data store.
      (Russell @veryrusty Jenkins)
    * GH #1435, #1438: Allow XS crush_cookie methods to return an arrayref
      of values. (Russell @veryrusty Jenkins)
    * GH #1443: Update copyright year (Joseph Frazer)
    * GH #1445: Use latest HTTP::Headers::Fast (Russell @veryrusty Jenkins)

    [ ENHANCEMENTS ]
    * PR #1354: TemplateToolkit template engine will log (at debug level)
      if a template is not found. (Kiel R Stirling, Russell @veryrusty Jenkins)
    * GH #1432: Support Content-Disposition of inline in
      send_file() (Dave Webb)
    * PR #1433: Verbose testing in AppVeyor (Graham Knop)

    [ DOCUMENTATION ]
    * GH #1317: Document serializer configuration (sdeseille)
    * PR #1426: Move performance improvement information from Migration guide
      to Deployment (Pedro Melo)
2018-04-23 13:43:21 +00:00
wen
a797d29ffa Update to 1.74
Upstream changes:
1.74      2018-04-22 12:30:44Z
    - avoid 'uninitialized' warning in URI::File when host has no domain name
      set (PR#53, thanks Shoichi Kaji!)
2018-04-23 13:25:17 +00:00
adam
51ef11a8c5 py-django-tastypie: updated to 0.14.1
v0.14.1:
Django 2.0 support.
2018-04-23 07:41:45 +00:00
adam
460005e6c4 py-django-admin-rangefilter: updated to 0.3.5
0.3.5:
Fix: Pip install fails in Python 2.7 for version 0.3.4
2018-04-23 07:38:38 +00:00
wiz
f367007762 *: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites 2018-04-21 13:38:04 +00:00
wen
030e511ad8 Update to 2.06
Upstream changes:
2.06      2018-04-09 20:23:54+00:00 UTC

    - New JSON Constraint

    - Improve email tests, so that MX tests are only run if internet access

    - Tests improved to ensure all locales pass

    - Corrected Email Validation so that spaces in the address cause failures

    - add new auto_error_field_class() method to add classes directly
      to field tag

    - constraints_from_dbic() can now be called on Blocks,
      handles 'nested_name', and support added for BOOL and DECIMAL columns

    - remove bundled/renamed MooseX::Attribute::Chained and depend on the
      fixed version

    - Remove out-of-date reference to lacunaexpanse.
2018-04-19 02:46:47 +00:00
kamil
767686352d py-httpie: Improve distinfo
Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for
distfile name.

No functional change intended.
2018-04-18 19:54:20 +00:00
adam
6c671cc927 py-cheroot: updated to 6.2.3
v6.2.3
Skip installing dependencies from backports namespace under Python 3.
2018-04-18 09:52:59 +00:00
adam
11775038cb py-werkzeug: updated to 0.14.1
Version 0.14.1
Resolved a regression with status code handling in the integrated development server.

Version 0.14
HTTP exceptions are now automatically caught by Request.application.
Added support for edge as browser.
Added support for platforms that lack SpooledTemporaryFile.
Add support for etag handling through if-match
Added support for the SameSite cookie attribute.
Added werkzeug.wsgi.ProxyMiddleware
Implemented has for NullCache
get_multi on cache clients now returns lists all the time.
Improved the watchdog observer shutdown for the reloader to not crash on exit on older Python versions.
Added support for filename* filename attributes according to RFC 2231
Resolved an issue where machine ID for the reloader PIN was not read accurately on windows.
Added a workaround for syntax errors in init files in the reloader.
Added support for using the reloader with console scripts on windows.
The built-in HTTP server will no longer close a connection in cases where no HTTP body is expected (204, 204, HEAD requests etc.)
The EnvironHeaders object now skips over empty content type and lengths if they are set to falsy values.
Werkzeug will no longer send the content-length header on 1xx or 204/304 responses.
Cookie values are now also permitted to include slashes and equal signs without quoting.
Relaxed the regex for the routing converter arguments.
If cookies are sent without values they are now assumed to have an empty value and the parser accepts this. Previously this could have corrupted cookies that followed the value.
The test Client and EnvironBuilder now support mimetypes like the request object does.
Added support for static weights in URL rules.
Better handle some more complex reloader scenarios where sys.path contained non directory paths.
EnvironHeaders no longer raises weird errors if non string keys are passed to it.
2018-04-18 07:37:33 +00:00
adam
df54d4fb77 py-test-django: updated to 3.2.1
3.2.1
Fix automatic deployment to PyPI.

3.2.0
Features:
Added new fixture django_assert_num_queries for testing the number of database queries
–fail-on-template-vars has been improved and should now return full/absolute path
Support for setting the live server port
unittest: help with setUpClass not being a classmethod

Bug fixes:
Fix –reuse-db and –create-db not working together
Numerous fixes in the documentation. These should not go unnoticed.

Compatibilitya:
Support for Django 2.0 has been added.
Support for Django before 1.8 has been dropped.
2018-04-18 07:09:02 +00:00
adam
4e53972b06 py-django-extensions: updated to 2.0.7
2.0.7
Fix: pipchecker, pip 10.0.0 compatibility
Fix: sqldiff, improve support of GIS fields by using Django introspection
Fix: shell_plus, fix bug in windows when PYTHONPATH is defined
Fix: shell_plus, Call execute on CursorWrapper instead of directly on cursor to ensure wrappers are run
Fix: runserver_plus, Call execute on CursorWrapper instead of directly on cursor to ensure wrappers are run
Improvement: sqldiff, drop old compatibility code
Improvement: ForeignKeyAutocompleteAdminMixin, improvements for Django >1.9
2018-04-18 06:58:16 +00:00
wiz
e5209a786e Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
triaxx
47e434461c Bump revision 2018-04-17 21:35:18 +00:00
triaxx
4b0501177d Change libmemcache dependency to libmemcached
See https://www.lighttpd.net/2017/10/21/1.4.46/
2018-04-17 20:11:15 +00:00
triaxx
6c958d6ab5 Remake patchsum 2018-04-17 12:04:03 +00:00
triaxx
1c55c52bcc Fix manpage paths 2018-04-17 11:27:11 +00:00
wiz
386a29e619 py-betamax: update to 0.8.1.
0.8.1 - 2018-03-13
------------------

- Previous attempts to sanitize cassette names were incomplete.
  Sanitization has become more thorough which could have some affects on
  existing cassette files. **This may cause new cassettes to be generated.**

- Fix bug where there may be an exception raised in a
  ``betamax.exceptions.BetamaxError`` repr.
2018-04-17 10:45:05 +00:00
wiz
edec94d596 py-google-api-python-client: update to 1.6.6.
v1.6.6
  Version 1.6.6

  Bugfix release

  - Warn when constructing BatchHttpRequest using the legacy batch URI (#488)
  - Increase the default media chunksize to 100MB. (#482)
  - Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467)
2018-04-17 10:43:00 +00:00
triaxx
b759d907a6 Replace hardcoded paths with variables 2018-04-17 10:22:00 +00:00
adam
6e62a37d4c py-django-treebeard: updated to 4.3
4.3:
Support for Django-2.0
2018-04-17 07:19:00 +00:00
adam
d7274b52e5 py-django-extensions: added version 2.0.6
Django Extensions is a collection of custom extensions for the Django Framework.
2018-04-17 07:16:43 +00:00
wiz
c284eb2af5 Recursive PKGREVISION bump for vala-0.40. 2018-04-17 04:25:31 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
wiz
2eb4eb1dc0 http-parser: update to 2.8.1.
Bugfix release.
2018-04-16 12:59:33 +00:00
morr
9fd7ad0ac6 Update to version 4.9.5.
This maintenance release fixes 28 bugs in 4.9, including fixes for Customizer, media library, error notices, and some security fixes. Twenty Seventeen bundled theme and Hello Dolly bundled plugin have also been updated.

WordPress versions 4.9.4 and earlier are affected by three security issues.

More changes at https://codex.wordpress.org/Version_4.9.5.
2018-04-16 10:22:10 +00:00
adam
c2649bd9ea py-mod_wsgi-metrics: removed (unused; conflicts with py-mod_wsgi) 2018-04-14 09:39:51 +00:00
adam
18a76c82c9 py-mod_wsgi: updated to 4.6.4
Version 4.6.4:
Bugs Fixed
In more recent Python versions, the config directory in the Python installation incorporates the platform name. This directory was added as an additional directory to search for Python shared libraries when installing using the setup.py file or pip. It should not even be needed for newer Python versions but still check for older Python versions. The only issue arising from the wrong directory, not incorporating the platform name, being used, was a linker warning about the directory not being present.

Installing mod_wsgi on Windows would fail as hadn’t exclude mod_wsgi daemon mode specific code from Windows build. This would result in compile time error about wsgi_daemon_process being undefined. This problem was introduced to Windows in version 4.6.0. A prior attempt to fix this in 4.6.3 missed one place in the code which needed to be changed.


Version 4.6.3
Bugs Fixed

When compiled for Python 2.6, when run mod_wsgi would fail to load into Apache due to misisng symbol PyFrame_GetLineNumber. This was only introduced in Python 2.7. Use alternate way to get line number which still yields correct answer. This issue was introduced in mod_wsgi version 4.6.0 in fix to have correct line numbers generated for stack traces on shutdown due to request timeout.

Installing mod_wsgi on Windows would fail as hadn’t exclude mod_wsgi daemon mode specific code from Windows build. This would result in compile time error about wsgi_daemon_process being undefined. This problem was introduced to Windows in version 4.6.0.

When using runmodwsgi management command integration for Django, the file containing the WSGI application entry point was specified via a full filesystem path, rather than by module import path. This meant that relative imports from that file would fail. The file is now imported as a module path based on what WSGI_APPLICATION is set to in the Django settings module. This means the file is imported as part of package for the project and relative imports will work.
2018-04-14 09:34:15 +00:00
adam
c0ceca7807 py-autobahn: updated to 18.4.1
18.4.1
new: WAMP-SCRAM authentication
new: native vector extensions
fix: improve choosereactor
new: lots of new and improved documentation, component API and more
new: Docker image tooling now in this repo
fix: "fatal errors" in Component
fix: AIO/Component: create a new loop if already closed
fix: kwarg keys sometimes are bytes on Python2
fix: various improvements to new component API
2018-04-14 09:10:46 +00:00
adam
42467d1bda py-cheroot: updated to 6.2.2
6.2.2:
Fix regression, causing :py:exc:ModuleNotFoundError under cygwin.
2018-04-14 08:48:15 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
ryoon
e930e07266 Autodetect www/firefox UI language, bump PKGREVISION of www/firefox 2018-04-14 07:05:14 +00:00
adam
2486ab3c90 py-django-admin-rangefilter: updated to 0.3.4
0.3.4:
Update setup.py for new pypi

0.3.3:
Bug fix
2018-04-14 05:36:02 +00:00
tsutsui
425d3ddcd7 ruby-gnome2: update to 3.2.4.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.2.4: 2018-04-09

This is a bug fix release of 3.2.3.

=== Changes

==== Ruby/GLib2

  * Fixes

    * Fixed a bug that some constants aren't defined. If a content
      name is the same constant name at the top level such as
      (({Gtk::Object})), the constant isn't defined.

      [GitHub#1154][Debian#894816][mikutter#1199]
      [Reported by Akira Ouchi][Forwarded by HIGUCHI Daisuke]

==== RubyRsvg2

  * Improvements

    * Windows: Upgraded bundled librsvg to 2.42.3.

=== Thanks

  * Akira Ouchi

  * HIGUCHI Daisuke

== Ruby-GNOME2 3.2.3: 2018-04-03

This is a bug fix release of 3.2.2.

=== Changes

==== Ruby/GObjectIntrospection

  * Fixes

    * Fixed a crash bug when (({GLib::Bytes})) is passed as an argument.

== Ruby-GNOME2 3.2.2: 2018-04-02

This is a release to support Ruby 2.5 on Windows.

=== Changes

==== All

  * Windows: Added Ruby 2.5 support.
    [GitHub#1148][Reported by Andy Meneely]

  * Red Hat: Use (({pkgconfig(name)})) style.
    [GitHub#1117][Patch by Mamoru TASAKA]

==== Ruby/GLib2

  * Improvements

    * (({GLib::Bytes#to_s})): Changed to return a frozen string to
      reduce data copy.

    * Migrated to (({TypedData})) from (({Data})).

==== Ruby/GObjectIntrospection

  * Improvements

    * Added (({nil})) argument check.

    * (({GObjectIntrospection::Loader#rubyish_method_name})):
      Added (({:n_in_args_offset})) option.

    * Suppressed a needless copy of (({GLib::Bytes})).

    * Added filename array support.
      [GitHub#1151][Patch by cedlemo]

  * Fixes

    * Fixed a overflow bug on 32bit.
      [Debian#766020][Reported by Mario Lang]
      [GitHub#1137][Forwarded by HIGUCHI Daisuke]

==== Ruby/GTK2

  * Fixes

    * Fix the wrong number of arguments.
      [GitHub#1133][Reported by Mamoru TASAKA]

==== Ruby/GDK3

  * Improvements

    * Ensured loading GDK 3.
      [GitHub#1126][Patch by cedlemo]

  * Fixes

    * (({Gdk::Screen.default})): Fixed a GC related crash.

    * (({Gtk::Widget#style_context})): Fixed a GC related crash.
      [GitHub#1149][Reported by Valentin Pelloin]

==== Ruby/GTK3

  * Improvements

    * Added a tool palette demo.
      [GitHub#1116][Patch by cedlemo]

    * Added a shortcut demo.
      [GitHub#1120][Patch by cedlemo]

    * Updated demo.
      [Reported by Titouan Teyssier]
      [GitHub#1139][Patch by Titouan Teyssier]

    * Updated README.
      [GitHub#1127][Patch by cedlemo]

  * Fixes

    * (({Gtk::Container#add_child(child)})): Made workable again.

==== Ruby/Poppler

  * Fixes

    * (({Poppler::Page#thumbnail_size})): Fixed return value.
      [GitHub:rcairo/rcairo#51][Reported by Mamoru TASAKA]

==== Ruby/Gnumeric

  * Improvements

    * Improved .typelib for Gnumeric detection.
      [GitHub#1118][Reported by cedlemo]

=== Thanks

  * cedlemo

  * Mamoru TASAKA

  * Titouan Teyssier

  * Mario Lang

  * HIGUCHI Daisuke

  * Andy Meneely

  * Valentin Pelloin
2018-04-13 16:31:09 +00:00
fhajny
ddeab3d5de www/yaws: Update to 2.0.5. Add SMF support.
No changelog or release notes. Commit log available from the website:

  http://yaws.hyber.org/
2018-04-13 16:12:13 +00:00
jaapb
56ed9d3f04 Revbump associated with the upgrade of lang/ocaml
(this is the upgrade from 4.06 to 4.06.1)
2018-04-13 13:55:27 +00:00
jaapb
c62bb17465 Updated www/eliom to version 6.3.0.
This version adds compatibility with OCaml 4.06, Lwt 3 (and 4) and
js_of_ocaml 3.

It also has various small bugfixes and improvements.
2018-04-13 13:17:34 +00:00
jaapb
c5489ca29b Updated www/ocsigen to version 2.9.
This release adds support for OCaml 4.06 and Lwt 3 (and 4), removes
support for Camlp4 and includes various other small improvements and
bugfixes.
2018-04-13 13:15:00 +00:00
ryoon
b6580a0d3b Update MESSAGE for www/firefox-59 or later
Requested by Marc Baudoin on pkgsrc-changes@.
Thanks for your notice.

This stayed in my long To Do list.
2018-04-13 13:13:01 +00:00
adam
a061d2fc19 py-aiohttp: updated to 3.1.3
3.1.3:
Fix cancellation broadcast during DNS resolve
2018-04-13 11:14:48 +00:00
adam
b9c68ce400 py-channels: updated to 2.1.0
2.1.0:
* Async HTTP Consumers and WebSocket Consumers both gained new functionality
  (groups, subprotocols, and an async HTTP variant)
* URLRouters now allow nesting
* Async login and logout functions for sessions
* Expiry and groups in the in-memory channel layer
* Improved Live Server test case
* More powerful OriginValidator
* Other small changes and fixes in the full release notes.
2018-04-13 11:13:32 +00:00