Commit graph

310875 commits

Author SHA1 Message Date
adam
8f253f5878 qt5: updated to 5.14.1
Compared to Qt 5.14.0, the new Qt 5.14.1 contains around 220 bug fixes including security issue fixes for both Qt (CVE-2020-0570) and 3rd party components (CVE-2019-19244, CVE-2019-19603, CVE-2019-19242, CVE-2019-19645, CVE-2019-19646 & CVE-2019-19880). Also in QtWebEngine there are many CVE fixes from Chromium. For details of the most important changes, please check the Change files of Qt 5.14.1.
2020-01-27 18:36:30 +00:00
taca
7851084e4a doc: Updated net/samba4 to 4.11.5nb1 2020-01-27 14:04:39 +00:00
taca
2a93485fdc net/samba4: update depdendency
Update dependency for daabases/ldb and devel/talloc.

Bump PKGREVISION.
2020-01-27 14:04:13 +00:00
taca
2a5a02a4be doc: Updated mail/pear-Mail_Mime to 1.10.5 2020-01-27 13:16:47 +00:00
taca
cd686211fe mail/pear-Mail_Mime: update to 1.0.5
Update pear-Mail_Mime to 1.0.5.

1.0.5 (2020-01-24)

Changelog:

* Make sure to not set Content-Transfer-Encoding on multipart messages [alec]
* Added support for calendar invitations with attachments/html/images [jacalben]
2020-01-27 13:16:13 +00:00
adam
587132cf5f Updated devel/py-configargparse, devel/py-test-mock 2020-01-27 13:05:24 +00:00
adam
7409e1ac0d py-test-mock: updated to 2.0.0
2.0.0:

Breaking Changes

mocker.spy attributes for tracking returned values and raised exceptions of its spied functions are now called spy_return and spy_exception, instead of reusing the existing MagicMock attributes return_value and side_effect.

Version 1.13 introduced a serious regression: after a spied function using mocker.spy raises an exception, further calls to the spy will not call the spied function, always raising the first exception instead: assigning to side_effect causes unittest.mock to behave this way.

The deprecated mock alias to the mocker fixture has finally been removed.
2020-01-27 13:05:07 +00:00
adam
5eda24ec8f py-configargparse: updated to 1.0
1.0:
increment version. Seems like a good time to call this v1.0.
2020-01-27 12:57:21 +00:00
pho
6bcf164b69 Add missing dependency on converters/base64 2020-01-27 12:56:38 +00:00
wiz
3d0e713a9b doc: revert ruby-mercenary 0.4.0 update 2020-01-27 12:04:43 +00:00
wiz
e32626c94f ruby-mercenary: revert update to 0.4.0, jekyll insists on <0.4 2020-01-27 12:04:13 +00:00
wiz
9657f058d2 TODO: - ruby-mercenary, done; + sarg-2.4.0 2020-01-27 11:21:05 +00:00
wiz
c54146781d doc: Updated graphics/ImageMagick to 7.0.9.17 2020-01-27 11:20:00 +00:00
wiz
0dd943bb7d ImageMagick: update to 7.0.9.17.
2020-01-18  7.0.9-17 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.9-17, GIT revision 16753:c300b3a:20200118

2020-01-12  7.0.9-17 Cristy  <quetzlzacatenango@image...>
  * Allow larger negative interline spacing (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37391).
  * Conditional compile for huge xml pages for RSVG delegate library.
  * Put "width" property in the PNG namespace (reference
    https://github.com/ImageMagick/ImageMagick/issues/1833).
  * -combine -colorspace sRGB no longer returns grayscale output (reference
    https://github.com/ImageMagick/ImageMagick/issues/1835).
  * Support Jzazbz colorspace (contributed by snibgo @
    http://im.snibgo.com/jzazbz.htm).

2020-01-12  7.0.9-16 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.9-16, GIT revision 16719:fefd765:20200112.

2020-01-12  7.0.9-16 Cristy  <quetzlzacatenango@image...>
  * Fixed three failing Magick.NET unit tests.

2020-01-11  7.0.9-15 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.9-15, GIT revision 16709:0000f6d:20200111.

2020-01-11  7.0.9-15 Dirk Lemstra <dirk@lem.....org>
  * Also support svg:xml-parse-huge when using librsvg.

2020-01-10  7.0.9-15 Cristy  <quetzlzacatenango@image...>
  * Optimize -evaluate-sequence option (reference
    https://github.com/ImageMagick/ImageMagick/issues/1824).
  * Support Fx do() iterator.
  * `magick -size 100x100 xc:black black.pnm` no longer creates a white image
    (reference https://github.com/ImageMagick/ImageMagick/issues/1817).
  * setjmp/longjmp in jpeg.c no longer trigger undefind behavior (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37379).
  * Permit compositing in the CMYK colorspace (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37368).
2020-01-27 11:19:51 +00:00
wiz
7b925fd38f doc: Updated devel/go-golang-lru to 0.5.4 2020-01-27 11:05:08 +00:00
wiz
e20643e5a1 go-golang-lru: update to 0.5.4.
Add method PeekOrAdd to LRU Cache
2020-01-27 11:05:00 +00:00
wiz
4b9544777f doc: Updated devel/ruby-mercenary to 0.4.0 2020-01-27 11:03:04 +00:00
wiz
d82513dd6d ruby26-mercenary: update to 0.4.0.
## 0.4.0 / 2020-01-18

### Major Enhancements

  * Drop Ruby 2.3 support

### Minor Enhancements

  * Remove parent command&#39;s flags from subcommand usage (#44)

### Development Fixes

  * Adopt Jekyll&#39;s rubocop config for consistency

### Documentation

  * fixes the readme (#52)
2020-01-27 11:02:56 +00:00
wiz
278f2c331d doc: Updated archivers/py-zipp to 1.1.0 2020-01-27 11:01:44 +00:00
wiz
34c9e788f0 py-zipp: update to 1.1.0.
v1.1.0
======

#32: For read-only zip files, complexity of ``.exists`` and
``joinpath`` is now constant time instead of ``O(n)``, preventing
quadratic time in common use-cases and rendering large
zip files unusable for Path. Big thanks to Benjy Weinberger
for the bug report and contributed fix (#33).
2020-01-27 11:01:35 +00:00
wiz
5b372f5a15 doc: Updated x11/libxkbcommon to 0.10.0 2020-01-27 10:53:37 +00:00
wiz
ab26eb8b0c libxkbcommon: update to 0.10.0.
libxkbcommon 0.10.0 - 2020-01-18
===================

- (security) Fix quadratic complexity in the XKB file parser. See commit
  message 7c42945e04a2107827a057245298dedc0475cc88 for details.

- Add $XDG_CONFIG_HOME/xkb to the default search path. If $XDG_CONFIG_HOME
  is not set, $HOME/.config/xkb is used. If $HOME is not set, the path is not
  added.

  The XDG path is looked up before the existing default search path $HOME/.xkb.

  Contributed by Peter Hutterer <@who-t.net>.

- Add support for include statements in XKB rules files.

  This is a step towards making local XKB customizations more tenable and
  convenient, without modifying system files.

  You can now include other rules files like this:

      ! include %S/evdev

  Two directives are supported, %H to $HOME and %S for the system-installed
  rules directory (usually /usr/share/X11/xkb/rules).

  See commit message ca033a29d2ca910fd17b1ae287cb420205bdddc8 and
  doc/rules-format.txt in the xkbcommon source code for more information.

  Contributed by Peter Hutterer <@who-t.net>.

- Downgrade "Symbol added to modifier map for multiple modifiers" log to a
  warning.

  This error message was too annoying to be shown by default. When working on
  keymaps, set `XKB_LOG_LEVEL=debug XKB_LOG_VERBOSITY=10` to see all possible
  messages.

- Support building on Windows using the meson MSVC backend.

  Contributed by Adrian Perez de Castro <@igalia.com>.

- Fix bug where the merge mode only applied to the first vmod in a
  `virtual_modifiers` statement. Given

      augment virtual_modifiers NumLock,Alt,LevelThree

  Previously it was incorrectly treated as

      augment virtual_modifiers NumLock;
      virtual_modifiers Alt;
      virtual_modifiers LevelThree;

  Now it is treated as

      augment virtual_modifiers NumLock;
      augment virtual_modifiers Alt;
      augment virtual_modifiers LevelThree;

- Reject interpret modifier predicate with more than one value. Given

      interpret ISO_Level3_Shift+AnyOf(all,extraneous) { ... };

  Previously, extraneous (and further) was ignored. Now it's rejected.

- Correctly handle capitalization of the ssharp keysym.

- Speed up and improve the internal `xkeyboard-config` tool. This tool
  compiles all layout/variant combinations in the xkeyboard-config dataset
  and reports any issues it finds.

  Contributed by Peter Hutterer <@who-t.net>.

- Speed up "atoms" (string interning). This code goes back at least to X11R1
  (released 1987).
2020-01-27 10:53:28 +00:00
wiz
a8d980a50b doc: Updated textproc/gspell to 1.8.3 2020-01-27 10:49:27 +00:00
wiz
d3b1d1cf5e gspell: update to 1.8.3.
News in 1.8.3, 2020-01-25
-------------------------
* Small maintenance stuff.
* Translation updates.
2020-01-27 10:49:18 +00:00
wiz
04e3509e00 doc: Updated sysutils/py-dbus to 1.2.16 2020-01-27 10:42:34 +00:00
wiz
2ccf7d64b2 doc: Updated sysutils/dbus-python-common to 1.2.16 2020-01-27 10:42:26 +00:00
wiz
b553a52cd1 py-dbus: update to 1.2.16
dbus Python Bindings 1.2.16 (2020-01-14)
========================================

The “bag of assorted swords” release.

Enhancements:

• All tests are run even if the tap.py module is not available, although
  diagnostics for failing tests will be better if it is present.
  (Simon McVittie)

Fixes:

• Forbid unexpanded AX-prefixed macros more selectively, similar to
  dbus#249. (Simon McVittie)
2020-01-27 10:42:12 +00:00
wiz
269497bc46 doc: Updated mail/mblaze to 0.6 2020-01-27 10:39:27 +00:00
wiz
f8aa73959e mblaze: update to 0.6.
## 0.6 (2020-01-18)

* mfwd: prefix Subject with "Fwd:".
* mscan: add dottime formatting.
* mlist: look at maildir/new too for messages.
* Many bug and portability fixes.
2020-01-27 10:39:19 +00:00
wiz
2fea7b5bf5 doc: Updated misc/lr to 1.5.1 2020-01-27 10:38:21 +00:00
wiz
de2a010cfe lr: update to 1.5.1.
## 1.5.1 (2020-01-18)

* Bug: `-A` did not stop traversing hidden directories.
2020-01-27 10:38:13 +00:00
wiz
4bed5994c2 doc: Updated textproc/gsed to 4.8 2020-01-27 10:37:41 +00:00
wiz
e19c577c8a gsed: update to 4.8.
* Noteworthy changes in release 4.8 (2020-01-14) [stable]

** Bug fixes

  "sed -i" now creates temporary files with correct umask (limited to u=rwx).
  Previously sed would incorrectly set umask on temporary files, resulting
  in problems under certain fuse-like file systems.
  [bug introduced in sed 4.2.1]

** Release

  distribute gzip-compressed tarballs once again

** Improvements

  a year's worth of gnulib development, including improved DFA performance
2020-01-27 10:37:33 +00:00
thorpej
1080e6123d Add installboot(8) configurations for Rock64, RockPro64 and Pinebook Pro. 2020-01-27 08:02:29 +00:00
adam
ab206e7dd3 Added graphics/py-OpenGL-accelerate; Updated graphics/py-OpenGL 2020-01-27 06:27:49 +00:00
adam
1d56b937eb py-OpenGL: updated to 3.1.5
3.1.5:
Unknown changes
2020-01-27 06:27:24 +00:00
adam
956477c43a py-OpenGL-accelerate: added version 3.1.5
This set of C (Cython) extensions provides acceleration of common operations
for slow points in PyOpenGL 3.x
2020-01-27 06:24:36 +00:00
leot
b88801bee6 doc: Updated multimedia/mpv to 0.32.0 2020-01-26 21:28:23 +00:00
leot
2d36bd8dc6 mpv: Update to 0.32.0
Changes:
0.32.0
======
Features
--------
Added
~~~~~
- stream_libarchive: enable RAR5 support
- bash completion: add initial implementation
- cocoa-cb: add support for forcing the dedicated GPU for rendering
- cocoa-cb: add pinch to resize window gesture
- w32_common: support minimizing/maximizing using osc window controls

Changed
~~~~~~~
- wayland: print warning on GNOME due to serious issues with their compositor
- player: write watch-later config even for unseekable streams

Removed
~~~~~~~
- vo_gpu: hwdec_vdpau: remove direct_mode
- vo_gpu: hwdec_vaegl: remove support for old-style interop

Options and Commands
--------------------
Added
~~~~~
- command: add a playlist-unshuffle command
- command: add osd-dimensions property
- input: new PLAYONLY and PAUSEONLY keycodes

Changed
~~~~~~~
- options: change option parsing when using a single dash
  This adds a warning for `-o file.mkv` and disallows the use of
  `--o file.mkv` (use `--o=file.mkv` instead).

Fixes and Minor Enhancements
----------------------------
- lua: fix mp.file_info for large files
- vo_gpu: fix crash if dither texture fails to allocate
- wayland: unscrew up cursors, fix various issues
- osc: usability improvements for osc window controls
2020-01-26 21:28:11 +00:00
rillig
9503650a8e pkgtools/pkglint: use ASCII-only variant of the preformatted manual page 2020-01-26 20:16:29 +00:00
rillig
f49ae4dc78 pkgtools/pkglint: fine-tune manual page 2020-01-26 19:35:22 +00:00
he
c3e84ec17e Fix a pkglint NOTE (spaces around plist var assignment). 2020-01-26 19:08:41 +00:00
he
db465fb1af Note update of lang/quickjs to version 20200119. 2020-01-26 19:05:27 +00:00
he
c435055b3e Use a pkgsrc-compatible version number.
Bignum is conditional on 64-bit atomics; mimic that in Makefile
and conditionalize in PLIST.
2020-01-26 19:04:43 +00:00
he
23300ac1c8 Update to 2020-01-19 version.
Pkgsrc changes:
 * adapt patches
 * If NetBSD platform misses 64-bit atomics, turn off all atomics
   (Trying to just disable BIGNUM fails; workaround suggested by
   Fabrice Bellard)

Upstream changes:
- keep CONFIG_BIGNUM in the makefile
- added os.chdir()
- qjs: added -I option
- more memory checks in the bignum operations
- modified operator overloading semantics to be closer to the TC39
  proposal
- suppressed "use bigint" mode. Simplified "use math" mode
- BigDecimal: changed suffix from 'd' to 'm'
- misc bug fixes
2020-01-26 18:37:49 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
rillig
ef335d31bc pkgtools/pkglint: update manual page 2020-01-26 17:18:25 +00:00
rillig
0ded1d92ea doc: Updated pkgtools/pkglint to 19.4.6 2020-01-26 17:12:48 +00:00
rillig
d68fef625d pkgtools/pkglint: update to 19.4.6
Changes since 19.4.5:

Added the --network option, which allows pkglint to use HTTP calls for
determining whether the homepage of a package is reachable.

Added migration from http URLs to the corresponding https URLs. This is
only done if the https URL is indeed reachable or well-known to support
https.

Added migration from https SourceForge URLs back to http URLs since a
previous pkglint run had migrated URLs to non-working https URLs. See
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html.

Added a warning for HOMEPAGE that uses ftp:// since that is not
user-friendly. In the same way, download-only host names on SourceForge
are not suitable as a homepage since they usually only generate a 404.
2020-01-26 17:12:36 +00:00
taca
a75d4b8b6c doc/TODO: update some packages
+ SOGo-4.3.0, SOPE-4.3.0, gnustep-back-0.27.0, gnustep-base-1.26.0,
  gnustep-make-2.7.0, gnustep-objc-1.8.1, zabbix-4.4.4,
  zabbix-frontend-4.4.4
- squid-4.8
2020-01-26 14:11:02 +00:00