Commit graph

277085 commits

Author SHA1 Message Date
adam
b61b2ae855 py-openpyxl: updated to 2.5.0
2.5.0:
Minor changes
Correct definition for Connection Shapes.

2.5.0-b2:
Bugfixes
TableStyleInfo has no required attributes
Cannot read files with 3D drawings
Incorrect version check in installer
Cell merging uses transposed parameters
ExtLst missing keyword for PivotFields
Inf causes problems for Excel
Cannot load table styles with custom names

Major Changes
You can now insert and delete rows and columns in worksheets

Minor Changes
pip now handles which Python versions can be used.

2.5.0-b1:
Bugfixes
Explicitly support for multiple cell ranges in conditonal formatting
Non-contiguous cell ranges in validators get merged
Empty data validators create invalid Excel files
Large validation ranges use lots of memory
Unicode in chart axes not handled correctly in Python 2
ScatterCharts have defective axes
Charts with empty numVal elements cannot be read
Scaling options from existing files ignored
Charts with PivotSource cannot be read
Cannot read gradient fills
Quotes in number formats could be treated as datetimes
2018-02-13 11:49:38 +00:00
adam
5b2582ec68 Updated www/nghttp2, www/nginx-devel 2018-02-13 09:26:40 +00:00
adam
5a2bbb7781 nginx-devel: updated to 1.13.8
Changes with nginx 1.13.8:

*) Feature: now nginx automatically preserves the CAP_NET_RAW capability
   in worker processes when using the "transparent" parameter of the
   "proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and
   "uwsgi_bind" directives.

*) Feature: improved CPU cache line size detection.
   Thanks to Debayan Ghosh.

*) Feature: new directives in vim syntax highlighting scripts.
   Thanks to Gena Makhomed.

*) Bugfix: binary upgrade refused to work if nginx was re-parented to a
   process with PID different from 1 after its parent process has
   finished.

*) Bugfix: the ngx_http_autoindex_module incorrectly handled requests
   with bodies.

*) Bugfix: in the "proxy_limit_rate" directive when used with the
   "keepalive" directive.

*) Bugfix: some parts of a response might be buffered when using
   "proxy_buffering off" if the client connection used SSL.
   Thanks to Patryk Lesiewicz.

*) Bugfix: in the "proxy_cache_background_update" directive.

*) Bugfix: it was not possible to start a parameter with a variable in
   the "${name}" form with the name in curly brackets without enclosing
   the parameter into single or double quotes.
2018-02-13 09:26:01 +00:00
adam
41a5a11ba9 nghttp2: updated to 1.30.0
1.30.0:
lib:
This release fixes the bug so that PING frame can be sent after GOAWAY.

nghttpx:
This release fixes the bug that set_header method in mruby script wrongly overwrites other header fields.

upgrade-scheme parameter has been added to backend option to workaround the issue that a backend server requires that HTTP/2 :scheme pseudo header field value should be https.

This release fixes the bug that ALPN validation does not occur if client does not send TLS ALPN extension.

To more compliant to RFC 8297, nghttpx now remembers which resource is pushed per a single request.
2018-02-13 09:09:45 +00:00
adam
e19388d5bb Updated www/py-uwsgi, time/py-pytz 2018-02-13 08:37:46 +00:00
adam
ec8328f958 py-pytz: updated to 2018.3
2018.3:
Unknown changes.
2018-02-13 08:37:14 +00:00
adam
50e5548f34 py-uwsgi: updated to 2.0.16
uWSGI 2.0.16
Security
[CVE-2018-6758] Stack-based buffer overflow in core/utils.c:uwsgi_expand_path()

Changes
Backported early_post_jail plugin hook (Bjørnar Ness)
Fixed ipv6 suupport for http-socket (James Brown)
Enable execinfo on DragonFly BSD (Aaron LI)
Fix inet_ntop buffer size (Orivej Desh)
Add worker running time metrics (Serge/yasek)
Backported safe-pidfile, safe-pidfile2 (Nate Coraor)
Stop using libxml2 by default on osx
Fixed uwsgi_kvlist_parse signature
Backport http range fixes from master (Curtis Maloney, Sokolov Yura)
relicensed mod_proxy_uwsgi to Apache 2.0
logging: Add ${millis} support to json encode
plugins/router_xmldir: fixup invalid locale check (Riccardo Magliocchetti)
Add ssl-verify-depth flag to set the max Client CA chain length (Paul Tagliamonte)
Allow to override build date (Bernhard M. Wiedemann)
Python 3 plugin: improved thread names handling (Jyrki Muukkonen, Mark Meyer)
Added uwsgi_resolve_ip for redis host (ahmbas)
plugins/gevent: Fix signal handlers (Maslov Alexander)
Write x509 DER to the uwsgi buffer (Paul Tagliamonte)
plugin/http: Fix compilation (Melvyn Sopacua)
Fixed emperor throttling system (Jeremy Hiatt)
Fix application loading without Plack after excluding “.” from @INC in new Perl versions (Anton Petrusevich)
Fix MULE MSG QUEUE IS FULL message hint (Eugene Tataurov)
Build System: support k_minor has a _xxx suffix (TOGO Li)
Fixed drop-after-* options (Robert DeRose)
Add mule_send_msg success indicator (Josh Tiras)
Properly check item size in uwsgi_queue_push (Josh Tiras)
FastRouter / HTTP Router can now have a ‘fallback’ key configured
HTTP Router now supports post-buffer, just like FastRouter
Fix handling of env in embedded dict in Python plugin (could cause segfaults in single thread mode)
Add support for Brotli (.br) with –static-gzip
Back-ported HTTP/1.1 support (–http11-socket) from 2.1
2018-02-13 08:34:03 +00:00
adam
3ec150f373 Updated multimedia/ffmpeg3 2018-02-12 20:46:19 +00:00
adam
7992a17451 ffmpeg3: updated to 3.4.2
version 3.4.2:
- avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs()
- avcodec/mpeg4videodec: Ignore multiple VOL headers
- avcodec/vp3: Check eob_run
- avcodec/pafvideo: Check allocated frame size
- avcodec/scpr: Fix reading a pixel before the first
- avcodec/mpeg2dec: Fix field selection for skipped macroblocks
- avcodec/huffyuvdec: Check input buffer size
- avcodec/utvideodec: Fix bytes left check in decode_frame()
- avcodec/wavpack: Fix integer overflow in FFABS
- avcodec/aacsbr_fixed: Fix overflows in rounding in sbr_hf_assemble()
- avcodec/exr: Fix memleaks in decode_header()
- avcodec/mediacodecdec: use ff_hevc_ps_uninit()
- avcodec/hevc_parser: use ff_hevc_uninit_parameter_sets()
- avcodec/hevcdec: use ff_hevc_uninit_parameter_sets()
- avcodec/hevc_ps: add a function to uninitialize parameter set buffers
- avcodec/dirac_dwt: Fix several integer overflows
- avcodec/indeo5: Do not leave frame_type set to an invalid value
- avcodec/hevc_ps: Check log2_sao_offset_scale_*
- avcodec/mpeg4videodec: Avoid possibly aliasing violating casts
- avcodec/get_bits: Document the return code of get_vlc2()
- avcodec/mpeg4videodec: Check mb_num also against 0
- avfilter/vf_transpose: Fix used plane count.
- avcodec/hevc_cabac: Check prefix so as to avoid invalid shifts in coeff_abs_level_remaining_decode()
- avcodec/mjpegdec: Fix integer overflow in DC dequantization
- avcodec/dxtory: Fix bits left checks
- avcodec/hevc_cabac: Move prefix check in coeff_abs_level_remaining_decode() down
- avcodec/truemotion2: Fix integer overflow in TM2_RECALC_BLOCK()
- avcodec/snowdec: Fix integer overflow before htaps check
- avcodec/ulti: Check number of blocks at init
- avcodec/wavpack: Fix integer overflows in wv_unpack_stereo / mono
- avcodec/jpeg2000: Check sum of sizes of band->prec before allocating
- avcodec/ac3dec_fixed: Fix integer overflow in scale_coefs()
- avformat/lrcdec: Fix memory leak in lrc_read_header()
- avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_parse_tracks()
- lavfi/deinterlace_vaapi: fix can't show full option information.
- configure:version 3.4.1: bump year
- avcodec/utils: Avoid hardcoding duplicated types in sizeof()
- avcodec/arm/sbrdsp_neon: Use a free register instead of putting 2 things in one
- avcodec/h264addpx_template: Fixes integer overflows
- avcodec/dirac_dwt: Fix overflows in COMPOSE_HAARiH0/COMPOSE_HAARiL0
- avcodec/diracdec: Fix integer overflow with quant
- avcodec/opus_parser: Check payload_len in parse_opus_ts_header()
- avcodec/jpeg2000dsp: Fix integer overflows in ict_int()
- avcodec/h264_slice: Do not attempt to render into frames already output
- avcodec/dnxhddec: Check dc vlc
- avcodec/exr: Check buf_size more completely
- avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()
- avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and put_hevc_qpel_bi_w_w()
- avcodec/flacdec: avoid undefined shift
- avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant)
- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD137iL0()
- avcodec/hevc_cabac: Fix integer overflow in ff_hevc_cu_qp_delta_abs()
- tests/audiomatch: Add missing return code at the end of main()
- avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message()
- avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv()
- avcodec/h264_parse: Treat escaped and unescaped decoding error equal in decode_extradata_ps_mp4()
- avcodec/vp9: mark frame as finished on decode_tiles() failure
- libavfilter/af_dcshift.c: Fixed repeated spelling error
- avfilter/formats: fix wrong function name in error message
2018-02-12 20:45:27 +00:00
fhajny
d8c4dda19e databases/sqlrelay*: Skip SSP checks for archives 2018-02-12 19:54:32 +00:00
minskim
e14e534349 doc: Added math/R-reshape2 version 1.4.3 2018-02-12 19:50:51 +00:00
minskim
cedf90547d math/Makefile: Add R-reshape2 2018-02-12 19:50:30 +00:00
markd
2279dc9f6d prison: needs the standard Qt5Widgets hack 2018-02-12 19:49:59 +00:00
minskim
db685a8b76 math/R-reshape2: Import version 1.4.3
Flexibly restructure and aggregate data using just two functions: melt
and 'dcast' (or 'acast').
2018-02-12 19:49:56 +00:00
minskim
d2390b8a04 doc: Added devel/R-IRkernel version 0.8.11 2018-02-12 19:45:39 +00:00
minskim
2154d54e18 devel/Makefile: Add R-IRkernel 2018-02-12 19:45:15 +00:00
minskim
95ca7ee6c7 devel/R-IRkenel: Import version 0.8.11
R kernel for Jupyter.
2018-02-12 19:44:46 +00:00
minskim
7ff9b9b7f0 doc: Added net/R-pbdZMQ version 0.3.2 2018-02-12 19:34:51 +00:00
minskim
7c1c9197c1 net/Makefile: Add R-pbdZMQ 2018-02-12 19:34:27 +00:00
minskim
5ba1b4e753 net/R-pbdZMQ: Import version 0.3.2
This package provides high level R wrapper functions to easily utilize
ZeroMQ. We mainly focus on interactive client/server programming
frameworks. A few wrapper functions compatible with 'rzmq' are also
provided.
2018-02-12 19:33:43 +00:00
jperkin
5e1f5d89ec libmemcached: Let pkgsrc handle security options. 2018-02-12 17:06:58 +00:00
wiz
5b2da96181 doc: Updated x11/xorgproto to 2018.2 2018-02-12 16:34:03 +00:00
wiz
d38a21eac0 xorgproto: update to 2018.2.
This release fixes various version numbers and include paths, corrects
an error in the RANDR specification, and adds the meson build system
which was erroneously left out of 2018.1.
2018-02-12 16:33:54 +00:00
jperkin
7f29ff3adf py-dbus: Remove dbus-glib buildlink3 include. 2018-02-12 15:22:45 +00:00
abs
cfcf661f1f Fix PLIST by removing include/.../GStreamer*.h - matches firefox45 behaviour 2018-02-12 15:16:24 +00:00
he
3f866f0a89 Note update of net/tcl-scotty to 2.1.11nb15. 2018-02-12 14:52:47 +00:00
he
c3717b9b6f Add some more protection against miscoded/corrupted OIDs.
Bump PKGREVISION.
2018-02-12 14:52:14 +00:00
dholland
6de9f40061 omake 2018-02-12 11:03:53 +00:00
dholland
d9c2f80919 Update to 0.10.3 to fix build with current OCaml.
New HOMEPAGE, MASTER_SITES.

The only upstream change log I can find is empty, but as this update
represents several years of maintenance that is probably inaccurate.

Almost all the pkgsrc patches were from upstream and are thus now
rolled in.
2018-02-12 11:03:34 +00:00
adam
1013f28e8f Updated devel/ccache, finance/py-braintree, www/py-asgiref 2018-02-12 08:37:43 +00:00
adam
6188c74179 py-asgiref: updated to 2.1.4
2.1.4:
* Values are now correctly returned from sync_to_async and async_to_sync
* ASGI_THREADS environment variable now works correctly

2.1.3:
* Add an ApplicationCommunicator.wait() method to allow you to wait for an
  application instance to exit before seeing what it did.

2.1.2:
* Allow AsyncToSync to work if called from a non-async-wrapped sync context.

2.1.1:
* Allow AsyncToSync constructor to be called inside SyncToAsync.
2018-02-12 08:36:52 +00:00
jklos
413575f35a Updated www/wordpress. 2018-02-12 08:34:56 +00:00
adam
64badae97e py-braintree: updated to 3.41.0
3.41.0
Deprecated LineItem/DiscountAmountMustBeGreaterThanZero error in favor of DiscountAmountCannotBeNegative
Deprecated LineItem/UnitTaxAmountMustBeGreaterThanZero error in favor of UnitTaxAmountCannotBeNegative
Add support for tax_amount field on transaction line_items
Add support for source_merchant_id on webhooks
Add find_all static method to TransactionLineItem class
2018-02-12 08:34:00 +00:00
jklos
7121b82b2f Update Wordpress to 4.9.4 which fixes an issue introduced in 4.9.3.
4.9.3 fixes 34 bugs:

https://codex.wordpress.org/Version_4.9.3
https://codex.wordpress.org/Version_4.9.4
2018-02-12 08:33:19 +00:00
adam
eab4bac5ee ccache: updated to 3.4.1
ccache 3.4.1
Bug fixes
Fixed printing of version number in ccache --version.

ccache 3.4
New features and enhancements
The compiler option form --sysroot arg is now handled like the documented --sysroot=arg form.
Added support for caching .su files generated by GCC flag -fstack-usage.
ccache should now work with distcc’s “pump” wrapper.
The optional unifier is no longer disabled when the direct mode is enabled.
Added support for nvcc compiler options --compiler-bindir/-ccbin, --output-directory/-odir and --libdevice-directory/-ldir.
Boolean environment variable settings no longer accept the following (case-insensitive) values: 0, false, disable and no. All other values are accepted and taken to mean “true”. This is to stop users from setting e.g. CCACHE_DISABLE=0 and then expect the cache to be used.
Improved support for run_second_cpp = false: If combined with passing -fdirectives-only (GCC) or frewrite-includes (Clang) to the compiler, diagnostics warnings and similar will be correct.
An implicit -MQ is now passed to the preprocessor only if the object file extension is non-standard. This should make it easier to use EDG-based compilers (e.g. GHS) which don’t understand -MQ.
ccache now treats an unreadable configuration file just like a missing configuration file.
Documented more pitfalls with enabling hard_links (CCACHE_HARDLINK).
Documented caveats related to colored warnings from compilers.

Bug fixes
File size and number counters are now updated correctly when files are overwritten in the cache, e.g. when using CCACHE_RECACHE.
run_second_cpp is now forced for nvcc.
Fixed how the nvcc options -optf and -odir are handled.
2018-02-12 08:32:11 +00:00
adam
ce5be86541 Updated devel/py-coverage, print/py-weasyprint, databases/py-psycopg2, www/py-cfscrape 2018-02-12 08:20:26 +00:00
adam
d56a0d30a1 py-cfscrape: updated to 1.9.4
1.9.4
Handle failed challenge submissions, update README, remove PyExecJS dependency
2018-02-12 08:20:01 +00:00
adam
447d0e61f4 py-psycopg2: updated to 2.7.4
What's new in psycopg 2.7.4
- Moving away from installing the wheel package by default.
  Packages installed from wheel raise a warning on import. Added package
  psycopg2-binary to install from wheel instead.
- Convert fields names into valid Python identifiers in
  ~psycopg2.extras.NamedTupleCursor.
- Fixed Solaris 10 support.
- cursor.mogrify() can be called on closed cursors.
- Fixed setting session characteristics in corner cases on autocommit
  connections.
- Fixed ~psycopg2.extras.MinTimeLoggingCursor on Python 3.
- Fixed parsing of array of points as floats.
- Fixed ~psycopg2.__libpq_version__ building with libpq >= 10.1.
- Fixed ~cursor.rowcount after ~cursor.executemany() with :sql:RETURNING
  statements.
- Fixed compatibility problem with pypy3.
- Wheel packages compiled against PostgreSQL 10.1 libpq and OpenSSL 1.0.2n.
- Wheel packages for Python 2.6 no more available (support dropped from
  wheel building infrastructure).
2018-02-12 08:15:37 +00:00
adam
9dadf3c323 py-weasyprint: updated to 0.42.2
Version 0.42.2
Bug fixes:
Fix a couple of crashes and endless loops when breaking lines.
2018-02-12 08:10:41 +00:00
adam
d07e0e6a97 py-coverage: updated to 4.5.1
Version 4.5.1:

- Now that 4.5 properly separated the [run] omit and [report] omit
  settings, an old bug has become apparent.  If you specified a package name
  for [run] source, then omit patterns weren't matched inside that package.
  This bug (issue 638_) is now fixed.

- On Python 3.7, reporting about a decorated function with no body other than a
  docstring would crash coverage.py with an IndexError (issue 640_).  This is
  now fixed.

- Configurer plugins are now reported in the output of --debug=sys.
2018-02-12 08:06:56 +00:00
wiz
df52f15bb9 lynx: update HOMEPAGE and MASTER_SITES 2018-02-11 23:00:08 +00:00
wiz
0fe925bcd3 doc: Added x11/xorgproto version 2018.1 2018-02-11 20:16:16 +00:00
wiz
70048b07e0 x11/Makefile: + xorgproto 2018-02-11 20:16:07 +00:00
wiz
bdf04525e6 x11/xorgproto: import xorgproto-2018.1
This package combines the X protocol headers, which were formerly
scattered in individual packages.
2018-02-11 20:13:08 +00:00
wiz
ed39f9ba61 doc/TODO: add some
+ py-hgview-1.9.0, syncthing-0.14.44.
2018-02-11 18:59:34 +00:00
wiz
f6727af051 doc: Updated time/py-vdirsyncer to 0.16.4 2018-02-11 18:49:27 +00:00
wiz
165747f501 py-vdirsyncer: update to 0.16.4.
Version 0.16.4
==============

*released on 05 February 2018*

- Fix tests for new Hypothesis version. (Literally no other change included)
2018-02-11 18:49:18 +00:00
wiz
f7b768995c doc: Updated devel/py-setuptools to 38.5.1 2018-02-11 18:48:06 +00:00
wiz
933ef23a56 py-setuptools: update to 38.5.1.
v38.5.1
-------

* #1271: Revert to Cython legacy ``build_ext`` behavior for
  compatibility.

v38.5.0
-------

* #1229: Expand imports in ``build_ext`` to refine detection of
  Cython availability.

* #1270: When Cython is available, ``build_ext`` now uses the
  new_build_ext.
2018-02-11 18:47:58 +00:00
wiz
737055ce38 doc: Updated devel/py-pkgconfig to 1.3.1 2018-02-11 18:46:56 +00:00