Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (3h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 23:00:02 UTC Now

2019-07-30 11:24:26 UTC MAIN commitmail json YAML

sqlitebrowser: remove lingering reference to qt4 and update HOMEPAGE

(nia)

2019-07-30 10:30:32 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd to 8.0.2

(roy)

2019-07-30 10:30:22 UTC MAIN commitmail json YAML

Import dhcpcd-8.0.2 with the following changes:

  *  NetBSD: Can be build without ARP support but listen to kernel DaD
  *  ND6: Removed NA support from SMALL builds
  *  ND6: Remove and warn about NA on OS's other than NetBSD and Linux
  *  script: tmp files are removed for systems without open_memstream(3)
  *  configure: open_memstream(3) detected on recent glibc
  *  DHCP: Avoid duplicate read of UDP socket when BPF is also open
  *  IP: Avoid adding address if already exists on OS other than Linux
  *  IP6: Avoid adding address is already exists on Solaris
  *  route: Fixed a NULL de-reference error on static routes
  *  DHCP6: Move to REQUEST if any IA has no-binding in REWNEW/REBIND
  *  DragonFlyBSD: Now compiles and works for
  *  IP: Accept packets with IP header options

(roy)

2019-07-30 09:20:38 UTC MAIN commitmail json YAML

doc: Updated net/rtorrent to 0.9.8

(nia)

2019-07-30 09:20:19 UTC MAIN commitmail json YAML

doc: Updated net/libtorrent to 0.13.8

(nia)

2019-07-30 09:20:00 UTC MAIN commitmail json YAML

rtorrent: Update to 0.9.8. Update libtorrent to 0.13.8.

Changes:

The feature-bind branch is still not ready, so here's more bug-fixes and
pull requests merged.

Please consider donating (https://rakshasa.github.io/rtorrent/donate.html)
to help fund the development of this client.

* Close log files when reusing a name. (pyroscope)
* Increased max timeout for tracker requests.
* Set max piece size 512mb.
* Switch to C++11 MRT RNG for random bytes. (lps-rocks)
* Added support for openssl 1.1.
* Fix honoring throttle.min_peers* settings in rtorrent. (chros)
* Improved failed tracker bencode parsing. (chros)
* Added example rtorrent.rc. (g0tmi1k)
* Added a temporary name filter. (Toff)
* Added 'log.close' command.
* Added 'd.tracker_announce.force' command.
* Added 'event.system.startup_done/shutdown' commands/events. (chros)
* Added 'd.custom.if_z' command. (pyroscope)
* Added 'd.multicall.filtered' command. (pyroscope)
* Added 'event.view.hide/show' commands. (pyroscope)

(nia)

2019-07-30 08:57:30 UTC MAIN commitmail json YAML

doc: Updated audio/rubberband to 1.8.2

(nia)

2019-07-30 08:57:14 UTC MAIN commitmail json YAML

rubberband: Update to 1.8.2

Changes in Rubber Band v1.8.2

* Fix a number of small memory leaks
* Make stretcher more robust to being fed invalid input (with NaNs)
* Include iOS build file
* Various platform build fixes and improvements

The API is unchanged and the library is binary compatible with
version 1.7.

(nia)

2019-07-30 08:47:51 UTC MAIN commitmail json YAML

doc: Updated databases/sqlitebrowser to 3.11.2

(nia)

2019-07-30 08:47:36 UTC MAIN commitmail json YAML

2019-07-30 08:37:33 UTC MAIN commitmail json YAML

influxdb: fix PR pkg/54305

pkgsrc changes:
---------------
* Update Go dependencies
* Bump revision

(triaxx)

2019-07-30 08:35:05 UTC MAIN commitmail json YAML

doc: Updated sysutils/xfce4-appfinder to 4.13.5

(nia)

2019-07-30 08:34:51 UTC MAIN commitmail json YAML

xfce4-appfinder: Update to 4.13.5

4.13.5
======
- Translation Updates: Armenian (Armenia), Finnish, Japanese, Kazakh,
  Norwegian Bokm奪l, Portuguese (Brazil), Serbian, Thai, Turkish, Ukrainian

(nia)

2019-07-30 08:30:21 UTC MAIN commitmail json YAML

doc: Updated net/speedtest-cli to 2.1.1

(nia)

2019-07-30 08:30:06 UTC MAIN commitmail json YAML

speedtest-cli: Update to 2.1.1

Changes:

* Fixes for UTF-8 encoding of CSV output
* Ensure the UTC ISO8601 date includes a Z offset
* Fix calculation of uploads to perform per size
* Pre-allocate upload data, but allow to disable pre-allocation, for memory limited devices
* Support using --csv-delimiter with --csv-header
* Redesigned Python API
* Add option to exclude servers, and allow --server and --exclude to be specified multiple times
* Address Exception issues
* Print errors to stderr
* Remove deprecated speedtest_cli.py
* Handle malformed XML responses
* Ensure --share works with --csv
* Fix SSL communication during latency tests on python 2.6 and older
* Handle error where latitude and longitude from config are invalid
* Ensure we are utilizing the context created by HTTPSConnection, or falling back to ssl.
* Automatically resolve .best property
* Pass Content-Length header with POST requests
* Fix install instructions with git clone
* Add functionality for single threaded testing
* Add debug support to show if a URL request resulted in a redirect
* Add the python version to the version output
* Switch from platform.system to platform.platform when building the User-Agent header
* Don't pass server_hostname to ssl.wrap_socket
* ensure ERROR doesn't print an empty string
* Fix SSL support on Python2.4 and Python2.5

(nia)

2019-07-30 08:08:41 UTC MAIN commitmail json YAML

doc: Updated emulators/BasiliskII to 20190405

(nia)

2019-07-30 08:08:22 UTC MAIN commitmail json YAML

2019-07-30 08:01:42 UTC MAIN commitmail json YAML

lyx: Comment out non-existent print/tex-bezos.

(jperkin)

2019-07-30 05:46:40 UTC MAIN commitmail json YAML

ricty-ttf: accept any version of inconsolata-ttf

(wiz)

2019-07-30 00:06:50 UTC MAIN commitmail json YAML

fasttracker2: Fixes builds for SmartOS.

1. Adds the __sun / sun macro check.

2. libiconv is now explicitly linked to allow multi-platform builds.

3. Uses stat(2) in SmartOS for checking directory types.

Thanks to wilbury for testing.

(fox)

2019-07-29 20:40:19 UTC MAIN commitmail json YAML

2019-07-29 20:39:39 UTC MAIN commitmail json YAML

2019-07-29 20:39:26 UTC MAIN commitmail json YAML

kfilemetadata: Remove exiv2 plugin from PLIST

(nia)

2019-07-29 19:40:51 UTC MAIN commitmail json YAML

gdk-pixbuf2: Couple of SunOS fixes.

Using _XOPEN_SOURCE=500 is insufficient when compiling in C99 mode that this
package specifies.  600 is the minimum required for C99, so bump to that.

Meson expects the files in build-aux to be executable, but they aren't as
shipped in the source.  I don't understand how nobody else is seeing this,
but explicitly marking them as executable fixes SunOS and won't hurt others.

(jperkin)

2019-07-29 19:12:01 UTC MAIN commitmail json YAML

kfilemetadata: attempt to disable Exiv2 to allow this to build again

(nia)

2019-07-29 18:09:01 UTC MAIN commitmail json YAML

2019-07-29 18:07:46 UTC MAIN commitmail json YAML

net/Makefile: add unison2.48 and unhook unison

(wiz)

2019-07-29 18:07:10 UTC MAIN commitmail json YAML

net/unison2.48: import unison2.48-2.48.15v4nb5

This is a re-import of net/unison, but with all paths changed from
"unison" to "unison-2.48". This way, you can install it in parallel
with unison2.51. Run unison-2.48 with "-addversionno" to run
the appropriate unison binary on the other side.

Unison is a file-synchronization tool for Unix and Windows. It allows
two replicas of a collection of files and directories to be stored
on different hosts (or different disks on the same host), modified
separately, and then brought up to date by propagating the changes
in each replica to the other.

This package contains the outdated 2.48 release.

(wiz)

2019-07-29 14:48:33 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkg_rolling-replace to 0.24.7

(gdt)

2019-07-29 14:48:17 UTC MAIN commitmail json YAML

pkgtools/pkg_rollingreplace: Update to 0.24.7

When running pkg_chk, ignore packages marked "missing", which tend to
be the wrong python version.

This is a temporary kludge, but should allow pkg_rr to run on systems
that have changed python versions.

(gdt)

2019-07-29 13:00:32 UTC MAIN commitmail json YAML

thunderbird52: note why this package exists

(nia)

2019-07-29 12:58:38 UTC MAIN commitmail json YAML

firefox52: note why this package exists

(nia)

2019-07-29 12:21:40 UTC MAIN commitmail json YAML

2019-07-29 12:14:21 UTC MAIN commitmail json YAML

texlive-collection-publishers: sync with rev 51647

(markd)

2019-07-29 12:10:06 UTC MAIN commitmail json YAML

texlive-collection-pictures: sync with rev 51051

(markd)

2019-07-29 12:08:03 UTC MAIN commitmail json YAML

texlive-collection-mathscience: update to 2019pre2

add tex-accents, tex-tensind

(markd)

2019-07-29 12:02:02 UTC MAIN commitmail json YAML

texlive-collection-luatex: update to rev 51127

(markd)

2019-07-29 12:00:18 UTC MAIN commitmail json YAML

texlive-collection-latexextra: update to 2019pre3

remove tex-bezos
rename tex-mathalfa to tex-mathalpha
add tex-arabicfront tex-checkend tex-dotlessi tex-soulpos tex-subdocs

(markd)

2019-07-29 11:47:44 UTC MAIN commitmail json YAML

texlive-collection-langfrench: update to rev 51322

(markd)

2019-07-29 11:43:06 UTC MAIN commitmail json YAML

texlive-collection-games: update to rev 51178

(markd)

2019-07-29 11:41:17 UTC MAIN commitmail json YAML

texlive-collection-fontsextra: Update to rev 51523

(markd)

2019-07-29 11:34:56 UTC MAIN commitmail json YAML

texlive-collection-binextra: update to rev 51464

(markd)

2019-07-29 11:32:12 UTC MAIN commitmail json YAML

texlive-collection-basic: update to 2019.51558

Add tex-hyphenex and tex-ifplatform

(markd)

2019-07-29 11:30:12 UTC MAIN commitmail json YAML

Updated sysutils/usbutil to 0.5nb6

(micha)

2019-07-29 11:26:05 UTC MAIN commitmail json YAML

fonts: rename tex-mathalfa{,-doc} to tex-mathalpha{,-doc}

(markd)

2019-07-29 11:24:36 UTC MAIN commitmail json YAML

2019-07-29 11:19:56 UTC MAIN commitmail json YAML

Failed to build with RELRO option

- Honor LDFLAGS
- Bump PKGREVISION
- Add LICENSE (to fix pkglint error)
- Comment out dead homepage, reset maintainer
  OK by wiz@

(micha)

2019-07-29 11:16:53 UTC MAIN commitmail json YAML

print: Add tex-{accents,arabicfront,checkend,dotlessi,hyphenex,soulpos,subdocs,tensind}{,-doc}

(markd)

2019-07-29 11:09:46 UTC MAIN commitmail json YAML

tex-bezos{,-doc}: Removed

replaced by tex-accents,tex-arabicfront,tex-checkend,tex-dotlessi,
tex-soulpos,tex-subdocs,tex-tensind

(markd)

2019-07-29 11:03:58 UTC MAIN commitmail json YAML

tex-hyphenex: Add version 20150320

Exceptions for American English hyphenation patterns are
occasionally published in the TeX User Group journal TUGboat.

(markd)

2019-07-29 11:02:18 UTC MAIN commitmail json YAML

2019-07-29 11:01:04 UTC MAIN commitmail json YAML

tex-subdocs{,-doc}: Add version 0.1

This is an experimental package aiming to provide a different
approach for multidocument works (mainly, books with a document
per chapter). Unlike the \include mechanism, every subdocument
is a complete normal LaTeX document and may be typeset
separately. What the package does is sharing the .aux files.
The present release is an alpha version, and no attempt has yet
been made to allow it to work with, say, hyperref.

(markd)

2019-07-29 10:59:34 UTC MAIN commitmail json YAML

tex-soulpos{,-doc}: Add version 1.1

The package combines the use of soul with the savepos mechanism
of current pdfTeX so that the user can create (almost)
arbitrary underlining and similar "decorations", including
rules, leaders and even pictures (pgf, pstricks, etc.). Unlike
soul underlines, which are built by repeating small elements,
here each chunk of text to be underlined is a single element.

(markd)

2019-07-29 10:57:20 UTC MAIN commitmail json YAML

tex-dotlessi{,-doc}: Add version 1.1

The package provides two commands: \dotlessi and \dotlessj,
which give access to dotless i's and j's in math mode. They are
intended for symbols in non English languages.

(markd)

2019-07-29 10:55:47 UTC MAIN commitmail json YAML

tex-checkend{,-doc}: Add version 1.0

When an environment is left open, LaTeX gives an error at the
end of the document. However it only informs about the first of
them, while the rest are shown with meaningless errors: (\end
occurred inside a group at level N) This package replaces these
errors with more useful messages which show which environments
(in reverse order) were not closed. There are no user macros:
just use the package.

(markd)

2019-07-29 10:54:16 UTC MAIN commitmail json YAML

tex-arabicfront{,-doc}: Add version 1.1

This package modifies the definitions of \frontmatter and
\mainmatter so that page numbering starts in arabic style from
the front matter while preserving the rest of the original
definitions. For it to work, \pagenumbering has to be inside
these macros--most of classes do that, but there are exceptions
like memoir.

(markd)

2019-07-29 10:52:53 UTC MAIN commitmail json YAML

2019-07-29 09:34:32 UTC MAIN commitmail json YAML

2019-07-29 08:46:44 UTC MAIN commitmail json YAML

inconsolata-ttf: Improve DESCR

(nia)

2019-07-29 08:43:36 UTC MAIN commitmail json YAML

doc: Updated fonts/inconsolata-ttf to 2.001

(nia)

2019-07-29 08:43:18 UTC MAIN commitmail json YAML

inconsolata-ttf: Update to 2.001

Update 2015-12-04: The official release of Inconsolata is at Google Fonts,
and official upstream is on github. These versions have better Windows
hinting and some fixes.

20 March 2017 (Marc Foley) Inconsolata v 2.001
- Fixed bug in google/fonts “Inconsolata: inconsistent ss03, #611”

19 August 2016 (Alexei Vanyashin) Inconsolata v 2.000
— Extended charset to GF Latin Plus, GF Latin Pro
— Added custom characters
— Improved outline quality

21 September 2015 (Dave Crossland) Inconsolata bold v. 1.016
- Fixed internal metadata
- Updated ttfautohint to v1.3

18 September 2012 (Alexei Vanyashin) Inconsolata bold v. 1.014
- Fixed spacing issue associated with the character "4" and "0"
- Applied ttfautohint (to fix windows rendering problem that occurred in v 1.000)

7 December 2011 (Kirill Tkachev) Inconsolata Bold v. 1.000
- Completed Bold version of Inconsolata in VBF format.

(nia)

2019-07-28 21:39:33 UTC MAIN commitmail json YAML

librsvg: improve previous

(wiz)

2019-07-28 21:18:42 UTC MAIN commitmail json YAML

Updated mail/exim to 4.92.1

(abs)

2019-07-28 21:17:28 UTC MAIN commitmail json YAML

Updated mail/exim to 4.92.1

Exim version 4.92.1
-------------------

JH/31 Avoid re-expansion in ${sort } expansion.
(CVE-2019-13917, OVE-20190718-0006)

(abs)

2019-07-28 20:55:56 UTC MAIN commitmail json YAML

Add BUILDLINK_ABI_DEPENDS for librsvg-c

(sevan)

2019-07-28 20:29:03 UTC MAIN commitmail json YAML

librsvg: but ABI depends in the rust part, where it can be fulfilled

(wiz)

2019-07-28 19:50:55 UTC MAIN commitmail json YAML

grafx2: Add curl to USE_TOOLS

(nia)

2019-07-28 18:56:11 UTC MAIN commitmail json YAML

schismtracker: Requires python to build.

(nia)

2019-07-28 17:12:46 UTC MAIN commitmail json YAML

din: Fixes the build failures in Darwin.

1. Adds the SDLmain linker flag for Darwin to prevent link time failures.

Reviewed by: nia@

(fox)

2019-07-28 16:13:40 UTC MAIN commitmail json YAML

doc: Updated chat/tootstream to 0.3.7

(nia)

2019-07-28 16:13:26 UTC MAIN commitmail json YAML

tootstream: Update to 0.3.7

- Upgrade to Mastodon.py 1.4.5
- Rudimentary support for polls (shows links to polls)
- Update colored minimum version to 1.3.93 (Fixes GPL license incompatibility)
- Support Pleroma FlakeIDs
- Minor fix for stream command being closed without receiving a toot getting a Nonetype for handle

(nia)

2019-07-28 16:10:12 UTC MAIN commitmail json YAML

doc: Updated chat/py-mastodon to 1.4.6

(nia)

2019-07-28 16:09:58 UTC MAIN commitmail json YAML

py-mastodon: Update to 1.4.6

v1.4.6
------
* Fix documentation for list_accounts()
* Add note about block lists to documentation
* Add note that 2.7 support is being sunset

v1.4.5
------
* Small fix to be friendlier to hosted apps

v1.4.4
------
* Added support for moderation API (Thanks Gargron for the clarifications and dotUser for helping with testing)
* Made status_delete return the deleted status (With "source" attribute)
* Added account_id parameter to notifications
* Added streaming_health
* Added support for local hashtag streams
* Made blurhash an optional dependency (Thanks limburgher)
* Fixed some things related to error handling (Thanks lefherz)
* Fixed various small documentation issues (Thanks lefherz)

v1.4.3
------
* BREAKING BUT ONLY FOR YOUR DEPLOY, POTENTIALLY: http_ece and cryptography are now optional dependencies, if you need full webpush crypto support add the "webpush" feature to your Mastodon.py requirements or require one or both manually in your own setup.py.
* Fixed a bug in create_account (Thanks csmall for the report)
* Allowed and documented non-authenticated access to streaming API (Thanks webwurst)
* Fixed MastodonServerError not being exported (Thanks lefherz)
* Fixed various small documentation issues (Thanks julianaito)

v1.4.2
------
* Fixed date parsing in hashtag dicts.

v1.4.1
------
* Fixed search not working on Mastodon versions before 2.8.0. search now dynamically selects search_v1 or search_v2 and adjusts valid parameters depending on the detected Mastodon version.
* Added blurhash decoding.

v1.4.0
------
There are some breaking changes in this release, though less than you might think, considering
this goes all the way from version 2.4.3 to 2.8.0.

* BREAKING CHANGE: Changed streaming API behaviour to make the initial connection asynchronous (Thanks to Shura0 for the detailed report)
    * Old behaviour: The initial connection could fail, the stream functions would then throw an exception.
    * New behaviour: The initial connection function just returns immediately. If there is a connection error, the listeners on_abort handler is called to inform the user and the connection is retried.
* BREAKING CHANGE: search() now calls through to search_v2. The old behaviour is available as search_v1.
* Added support for polls (Added in 2.8.0)
* Added support for preferences API (Added in 2.8.0)
* Added support for the boost visibility parameter (Added in 2.8.0)
* Added support for type, limit, offset, min_id, max_id, account_id on the search API (Added in 2.8.0)
* Added support for scheduled statuses (Added in 2.7.0)
* Added support for account creation via the API (Thanks gargron for clarifying many things here and in other places. Added in 2.7.0)
* Added support for conversation streaming / stream_direct (Added in 2.6.0)
* Added support for conversations (Added in 2.6.0)
* Added support for report forwarding (Added in 2.5.0)
* Added support for multiple OAuth redirect URIs and forcing the user to re-login in OAuth flows.
* Added support for app_verify_credentials endpoint (Added in 2.7.2).
* Added support for min_id based backwards pagination (Added in 2.6.0). The old method is still supported for older installs.
* Added support for account pins / endorsements (Added in 2.5.0).
* Updated documentation for changes to entities.
* Added the ability to access non-authenticated endpoints with no app credentials (Thanks to cerisara for the report and codl).
* Fixed the streaming API not working with gzip encoding (Thanks to bitleks for the report).
* Added more explicitly caught error classes (Thanks to lefherz).
* Improved Pleroma support including content-type and pagination fixes (Thanks to jfmcbrayer for the report and codl).
* Added better session support (Thanks to jrabbit).
* Fixed dependencies (Thanks to jrabbit).
* Fixed variousmime type issues (Thanks to errbufferoverfl and jfmcbrayer).
* Improved the example code (Thanks to MarkEEaton).
* Fixed various small documentation issues (Thanks to allo-).

(nia)

2019-07-28 15:37:26 UTC MAIN commitmail json YAML

bitlbee: Add an otr option. Enable it by default.

This moves the inet6 option to an options.mk.

While here, silence some pkglint warnings.

Bump PKGREVISION.

(nia)

2019-07-28 15:23:15 UTC MAIN commitmail json YAML

doc: Added chat/bitlbee-steam version 1.4.2

(nia)

2019-07-28 15:22:56 UTC MAIN commitmail json YAML

Add chat/bitlbee-steam.

The Steam protocol plugin for bitlbee. This plugin uses the Steam Mobile
API allowing it to run alongside the main Steam client. It is worth noting
that the Steam Mobile API is HTTP based, which does lead to mild latency.

(nia)

2019-07-28 15:22:39 UTC MAIN commitmail json YAML

doc: Added chat/bitlbee-mastodon version 1.4.2

(nia)

2019-07-28 15:21:08 UTC MAIN commitmail json YAML

2019-07-28 15:19:26 UTC MAIN commitmail json YAML

doc: Added chat/bitlbee-facebook version 1.2.0

(nia)

2019-07-28 15:19:09 UTC MAIN commitmail json YAML

Add chat/bitlbee-facebook.

The Facebook protocol plugin for bitlbee.
This plugin uses the Facebook Messenger MQTT-based protocol.

This project is not affiliated with Facebook, Inc.

(nia)

2019-07-28 15:16:54 UTC MAIN commitmail json YAML

doc: Added chat/bitlbee-discord version 0.4.2

(nia)

2019-07-28 15:16:36 UTC MAIN commitmail json YAML

2019-07-28 10:26:43 UTC MAIN commitmail json YAML

2019-07-28 08:41:06 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.8.57, MesaLib-19.1.3, desktop-file-utils-0.24,
  geeqie-1.5, libebur128-1.2.4, mysql-connector-c++-8.0.17,
  py-execnet-1.6.1, py-google-api-python-client-1.7.10,
  py-html5-parser-0.4.8, py-httplib2-0.13.1, py-tzlocal-2.0.0,
  qdirstat-1.6, subversion-base-1.12.2, xf86-video-s3-0.7.0.

(wiz)

2019-07-27 21:26:06 UTC MAIN commitmail json YAML

fasttracker2: Fixes patching phase.

1. Converts CRLF to LF on source files so that patches apply correctly.

2. Bump PKGREVISION.

(fox)

2019-07-27 20:35:24 UTC MAIN commitmail json YAML

doc: Updated textproc/translate-shell to 0.9.6.11

(leot)

2019-07-27 20:35:06 UTC MAIN commitmail json YAML

translate-shell: Update to 0.9.6.11

Changes:
0.9.6.11
--------
- Google Translate: enforced UTF-8 URL-encoding for non-ASCII characters,
  fixed garbled result (#310)
- Bing Microsoft Translator: updated to API v3, fixed support (excl. TTS)
  (#311)
- Gawk 5 compatibility (#297)

(leot)

2019-07-27 20:23:07 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20190727

(leot)

2019-07-27 20:22:53 UTC MAIN commitmail json YAML

youtube-dl: Update to 20190727

Changes:
20190727
--------
Extractors
+ [yahoo:japannews] Add support for yahoo.co.jp (#21698, #21265)
+ [discovery] Add support go.discovery.com URLs
* [youtube:playlist] Relax video regular expression (#21844)
* [generic] Restrict --default-search schemeless URLs detection pattern
  (#21842)
* [vrv] Fix CMS signing query extraction (#21809)

(leot)

2019-07-27 19:31:00 UTC MAIN commitmail json YAML

librsvg: update vendored libc create to latest version. Fixes aarch build.

(tnn)

2019-07-27 15:29:26 UTC MAIN commitmail json YAML

doc: Updated devel/SDL2 to 2.0.10

(nia)

2019-07-27 15:29:10 UTC MAIN commitmail json YAML

SDL2: Update to 2.0.10

Changes:

* Fixed bug 4347 - Keyboard LEDs don't work on linux console
* Fixed bug 4349 - SDL_CreateWindow fails with KMS/DRM after upgrading Mesa to 18.2.3
* Fix crash when GL_LoadFunctions()/GLES2_LoadFunctions() fails
* fix NetBSD C90 build failure
* joystick: Add Linux mappings for "Xbox One Wireless Controller (Model 1708)"
* Closing SDL-ryan-batching-renderer branch.
* Merge SDL-ryan-batching-renderer branch to default.
* merge fallout: Patched to compile, fixed some compiler warnings, etc.
* fix build using Watcom :
* metal: remove an obsolete section of a constant buffer.
* metal: avoid an extra buffer allocation and GPU data copy in RunCommandQueue, it's not needed. Improves overall performance.
* Remove machine-specific IncludePath from SDL.vcxproj
* Fixed bug 4315 - little Warning in Android_JNI_CaptureAudioBuffer
* Fixed bug 4319 - Android remove reflection for PointerIcon
* Fixed bug 4320 - Android remove reflection for HIDDeviceBLESteamController
* Fixed bug 4308 - Prebuilt SDL.dll files not compiled with ASLR support (DYNAMICBASE)
* mir: Removed mir client support.
* metal: fix the size of the buffer used for constant data.
* metal: fix the SDL_RENDERER_PRESENTVSYNC flag not being set on the renderer info on macOS, when vsync is used.
* metal: SDL_RenderReadPixels on macOS synchronizes the render target's texture data if it's managed, before reading from it.
* fix bug #4362 - SDL_syswm.h with SDL_PROTOTYPES_ONLY broken in C++ mode
* close_code.h: #error if included without matching begin_code.h
* close_code.h: #error if included without matching begin_code.h
* wayland: fix resizing and fullscreen toggling
* Added Vulkan headers version 1.1.91
* The Debian maintainers aren't using these rules, so enable dynamic loading of shared libraries by default for the Steam Linux Runtime
* Used confflags +=, so each option can be enabled individually, if desired
* Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id).
* cocoa: fix building with the macOS 10.7 SDK (thanks Riccardo!)
* Fixed bug 4367 - compatibility version decreased between 2.0.8 and 2.0.9
* Fixed bug 4366 - Compile throws a warning on RPI (Raspbian Stretch)
* Fixed bug 4377 - SDL_PIXELFORMAT enum is anonymous, which prevents its use in a templated function
* revert commit aad2440e3d61 for consistency (c.f. bug #4367.)
* Fixed bug 3193 - Dualshock 3's motion sensors overwrite analog stick
* software: fix blits with color mods that change during a command queue run.
* fix permissions
* The default draw blendmode is SDL_BLENDMODE_NONE
* Fixed a few compiler warnings.
* Back out change initializing renderer blend mode incorrectly.
* opengles: Fixed compiler warnings.
* libm: Watcom defines huge=__huge: undefine it to fix build using Watcom.
* os/2 bits for SDL_malloc.c -- from libffi
* Fixed bug 4391 - hid_enumerate() sometimes causes game to freeze for a few seconds
* Fixed bug 4392 - SDL_cpuinfo.h breaks compilation with C bool type
* Fixed bug 4394 - Crash in SDL_PumpEvents() after SDL_DestroyWindow()
* wayland: ask xdg-decoration protocol extension to use server-side decorations if possible.
* metal: SDL_RenderFillRects uses one draw call per 16k rectangles (within the given FillRects call), instead of one draw call per rectangle. Reduces CPU usage when drawing many rectangles.
* metal: Fix an incorrect division.
* Do a second pass to find libraries without a single version digit after the .so
* Added atomics support for armv8-a (Raspberry Pi 3)
* metal: use a staging texture in SDL_UpdateTexture, to make sure it doesn't stomp texture data being drawn in a previous frame on the GPU.
* SDL_touch.h (SDL_TouchDeviceType): remove comma at end of enumerator list.
* Fixed bug changing cursors on Raspberry Pi
* Fixed the hotspot for cursors on Raspberry Pi
* Added support for the Razer Raiju Mobile
* Patched to compile on Linux with --disable-threads.
* Patched to compile on Linux with threads enabled.  (whoops!)
* Added some detail to a Doxygen comment (thanks, Sylvain!).
* android: use cpufeatures to support SDL_HasNEON() (thanks, Sylvain!).
* kmsdrm: uninitialized KMSDRM fixes
* kmsdrm: Check for resources when validating KMSDRM device in check_modesetting.
* directfb: Updated render backend to new internal API.
* cmake: Comment out some debug logging that can upset build environments.
* Patched to compile on C89 compilers.
* render: fix some static analysis warnings.
* android: use __ARM_NEON instead of __ARM_NEON__ to include <arm_neon.h>
* Windows: NEON detection and intrinsic includes on Visual Studio
* Update comment URL of USB document (HID Usage Tables 1.12)
* Fix comment and end of lines
* Fixed the PS4 motion controls showing up as a separate game controller on Linux
* Warnings: fix a documentation warning and missing prototypes
* wayland: Send SDL_TOUCH_MOUSEID mouse events for touches.
* linux: Move SDL_LinuxSetThreadPriority() elsewhere to fix build.
* egl: Don't force X11 support when testing for EGL.
* joystick: Added controller config for IMS Passenger Control Unit Devices.
* Fixed the ROCCAT Tyon mouse showing up as a joystick on Windows
* Whoops, forgot to add a new source file.  :/
* joystick: Removed unused variable.
* Fix warnings detected on Android build
* opengles2: fix prototype of glDeleteBuffers
* Fix warnings detected on Android build
* wayland: Do not try to lock on an invalid pointer
* Made it more clear that the values being compared are floats
* Added the hint SDL_HINT_GAMECONTROLLERCONFIG_FILE to specify a file to load at initialization containing SDL game controller mappings
* Fixed bug 4415 - SDL menu bar is nonstandard on Mac
* Fixed bug 4379 - fix parallel build with slibtool
* Linux Haptic: Fix periodic.magnitude value
* Rename _SDL_sensor_h in public header, not to trigger Wreserved-id-macro
* Handle both "Sony Interactive Intertainment" and "Sony Computer Entertainment" when ignoring motion sensors
* Fixed building with the 10.10 SDK
* Fixed bug 4425 - promote to alpha format, palette surface with alpha values.
* emscripten: SDL_PrivateJoystickAdded() wants an instance id, not device index.
* Fixed bug 4426 - allows re-creation of software renderer
* cocoa: Implement OpenGL swap interval support with CVDisplayLink.
* testgl2: Press 'o' or 'p' to decrease/increase OpenGL swap interval.
* Gesture: remove warnings when ENABLE_DOLLAR is undefined.
* metal: Implement SDL_LockTexture for non-YUV textures.
* metal: Implement SDL_LockTexture for YUV formats.
* render: Prefer the Metal renderer over OpenGL.
* render: Fix internal state getting out of sync when destroying a texture that was just rendered and then creating a new one, in the GL and GLES2 backends. Fixes bug #4433.
* opengles 1: use color from 'draw' union in SetDrawState()
* opengles 1: same fix as in bug #4433
* PSP renderer: use colors from 'draw' union (very likely, but un-tested)
* Fixed bug 3511 - documentation to end an Android application
* Fixed bug 3186 - Android SW keyboard not restored when app becomes foreground.
* Android: fixed comments and spaces
* Android: on rare occasion, prevent Android_JNI_GetNativeWindow() from crashing
* Fixed bug 4424 - Android windowed mode is broken (Thanks Jonas Thiem!)
* Android: make sure surfaceChanged try to enter into 'resumed' state.
* Fixed bug 3250 - Wrong backbuffer pixel format on Android, keep getting RGB_565
* Android: preparation bug 4142, reduce usage of global variable Android_Window
* Android: minor preparation for bug 4142 (concurrency issues)
* Fixed bug 4142 - Concurrency issues in Android backend
* Android: prevent the error message from SDL_EGL_CreateSurface() to be masked.
* Android: use Mutex instead of Semphore for bug 4142
* Android: concurrency issue with egl_surface EGL_BAD_SURFACE - (bug 4142)
* Android: make Android_PumpEvents() more readable
* Android: fixed immediate transition to pause and resume.
* Updated copyright for 2019
* Fixed bug 4255 - SDL_GetGlobalMouseState() returns incorrect Y on secondary display
* Android: fix wrong state after immediate sequence pause() / resume() / pause()
* Android: un-needed check of "isPausing" and minor typos
* Android: remove SURFACE_TYPE_GPU, deprecated in API level 5.
* Android: allow multiple calls to nativeResume()
* Android: better fix for bug 3186. Run those commands from SDL thread.
* Android: some robustness when quitting application from onDestroy()
* Android: don't allow multiple instance of SDLActivity
* Android: concurrency issue for Android_SetWindowFullscreen()
* Android: native_window validity is guaranteed between surfaceCreated and Destroyed
* Android: add some SetError for Android_SetWindowFullscreen
* Android: prevent a dummy error message sending SDL_DISPLAYEVENT_ORIENTATION
* Android: un-needed transition to Pause state.
* Android: only send Quit event to SDLThread if it's not already terminated
* Android: nativeQuit for SDLActivity thread
* Android: some simplification, don't need mExitCalledFromJava
* Android: remove deprecated PixelFormat in surfaceChanged()
* Fixed bug 3930 - Android, set thread priorities and names
* Android: add name for Touch devices and simplification, from bug 3958
* Android: fix prototype of Android_JNI_InitTouch
* Android: fix bad merge from previous commit
* Android: don't call Android_JNI_ThreadDestroyed() for Java SDLThread
* Android: use pthread_once for creating thread key 'mThreadKey'
* Android: Audio thread is already setup for the JVM
* Android: use the same naming for JNI env local variables
* Android: change the way JNIEnv is retrieved
* Android: move and group JNIEnv helper functions
* Fixed bug 4453 - GLES / GLES2: first white renderer clear cmd is drawn as black
* Updated minimum supported Android version to API 16, to match latest NDK toolchain
* Fixed compiler warning
* Initial Android OpenSL ES implementation, contributed by ANTA
* Android/openslES: some space and indentation to match SDL conventions
* Android/openslES: register and use CloseDevice function.
* Android/openslES: move a few static variables to SDL_PrivateAudioData structure
* Android/openslES: set audio in paused/resumed state for Android event loop
* Android/openslES: start playing, after creating ressources
* Android/openslES: check for non NULL variable, some intialization.
* Android: minor, remove static attributes, move mIsSurfaceReady to SDLSurface
* Android/openslES: fix Pause/ResumeDevices when openslES is not used
* Android: create Pause/ResumeSem semaphore at higher level than CreateWindow()
* evdev: Add touchscreen mouse emulation and pressure support (thanks, Zach!).
* evdev: don't debug log on a BTN_TOUCH from a non-touch device.
* Android: remove old code after Android-16 has been set as minimum requirement
* Android: remove trailing spaces
* Android: merge SDLJoystickHandler_API12 and SDLJoystickHandler_API16
* Android: move static variable isPaused/isPausing to SDL_VideoData structure
* Android: add mutex protection to onNativeOrientationChanged
* Fixed bug 4024 - remove trailing comma of Controller mappings
* Android: also update APP_PLATFORM to android-16 in Application.mk
* Android: prevent concurrency in Android_SetScreenResolution() when exiting
* Android: remove hard-coded constant for Samsung DeX (no op!)
* Android: minor change in the evaluation of SOURCE_CLASS_JOYSTICK (no op!)
* Android: remove another hard-coded constant for Samsung DeX (no op!)
* Android: remove duplicate code in SDLGenericMotionListener_API24
* Fixed bug 3657 - Color-key doesn't work when an alpha channel is present
* Fixed compiler warning on Android
* Android: automatically attach to the JVM non-SDL threads
* Android: some typos
* Fixed compiler warning
* Fixed bug 3827 - issue with MapRGB, palette and colorkey
* Fixed bug 3827 - issue with MapRGB, palette and colorkey
* Revert SDL_gamecontrollerdb.h and sort_controllers.py from bug 4024
* Fixed bug 4024 - GameController error "Unexpected controller element"
* Fixed bug 4290 - add fastpaths for format conversion in BlitNtoN
* Add explicit unsigned int and char types in (for bug 4290)
* Fixed failing SDL_ConvertSurface() when blit has failed.
* Fix blit with blending (Blit_A) to RGB332 which has no palette
* Add fast paths in BlitNtoNKey
* Add SDL_MEMALIGNED flag for SDL_Surface using aligned memory.
* iOS/tvOS: fix support for SDL_GameControllerGetButton(controller, GUIDE) with MFi controllers (thanks Caleb!)
* Rename surface aligned memory flag to SDL_SIMD_ALIGNED
* Fix include path compilation
* Fixed bug 4484 - use SIMD aligned memory for SDL_Surface
* render: Fix OpenGL draw state cache for various points of texture binding.
* opengles1: keep cached texturing state correct.
* opengles2: keep cached texturing state correct.
* opengles2: patched to compile.
* Android/openslES: prevent to run out of buffers if Enqueue() fails.
* Android/openslES: set number of buffers of DATALOCATOR to internal NUM_BUFFER
* Android/openslES: fix warnings, comment out un-used interface
* Faster blit when using CopyAlpha + ColorKey
* Fix pointer warnings
* Faster blit when using No Alpha or Set Alpha, + ColorKey
* Faster blit with no ColorKey
* Fix wrong comment
* Code factorization of the pixel format permutation
* Faster blit with CopyAlpha, no ColorKey
* Some simplification of previous commit
* Fix wrong access and simplify
* Faster blit colorkey or not, applied to bpp: 3->4 and 4->3
* Better naming for the blit permutation variables
* Fix invalid memory access and optimise Blit_3or4_to_3or4__*
* Fixed bug 4500 - Heap-Buffer Overflow in Map1toN pertaining to SDL_pixels.c
* Fixed bug 4500 - Heap-Buffer Overflow in Map1toN pertaining to SDL_pixels.c
* Fix bug 4053: Blit issues on Big Endian CPU
* Fix windows build
* raspberry: expose second display.
* BlitNtoN BlitNtoNKey: remove non-aligned word read/store (bpp 3<->4) (Bug 4503)
* Un-activate some routine on mips because they are slowers (Bug 4503)
* KMSDRM: change calls free() to SDL_free() (Bug 4529)
* KMSDRM: missing return value in VideoInit() (Bug 4530)
* SDL_MouseQuit(): clear mouse->cur_cursor (Bug 4530)
* Fixed bug 4542 - Image flipped vertically when rendering on texture
* SDL_EVDEV_kbd_init: uninitialized data for ioctl (Bug 4530)
* Fixed bug 4513 - Wayland, fix crash when remove event is sent (from Sebastian Krzyszkowiak)
* HIDAPI: fix bug that caused non-HID class parts of composite devices to have windows HID functions called on them.
* Fixed initial display orientation at Android app start
* [iOS DAC] Fix touch events getting from SDL2 to source2.
* Android: check SDL is initialized before sending the event
* Android: minor comment update
* KMSDRM: valid file descriptors could positive or 0. -1 is invalid. (Bug 4530)
* events: Make debug logging of the event queue a hint instead of an #ifdef.
* events: Let arbitrary signals to simulate iOS/Android backgrounding events.
* events: Disable all the signal-handling code on platforms without support.
* test: Moved testgesture.c over to the common SDLtest framework.
* testgesture: minor cleanups.
* testgesture: cleaned up code formatting, etc.
* testgesture: Add dependency to SDLtest to Visual Studio project.
* Fix compiler warnings.
* Use host system pkg-config when (cross-)compiling and convert to PKG_CHECK_MODULES
* Added missing PKG_CONFIG macros
* Fixed bug 4452 - Please replace AC_HELP_STRING with AS_HELP_STRING
* Fix DirectInput error codes being lost
* Fix polling left trigger reporting right trigger's values.
* Fixed CVE-2019-7635 and bug 4498 - Heap-Buffer Overflow in Blit1to4 pertaining to SDL_blit_1.c
* @@ -, +, @@
* Reject 2, 3, 5, 6, 7-bpp BMP images
* Fixed bug 4544 - SDL2.m4 SDL2.framework patch made it impossible to fail detection
* Fixed bug 4525 - Fix crash in ALSA_HotplugThread caused by bad return value check
* Fixed DualShock 3 mapping
* Fixed bug 4511 - SDL_gamecontrollerdb Mapping for Sony Playstation USB controller
* Fixed bug 4450 - SDL_mouse.c fails to compile with CMake generated Visual Studio files if SDL_VIDEO_VULKAN 0/undefined
* emscripten: force resize event when pixel ratio changes
* CVE-2019-7637: Fix in integer overflow in SDL_CalculatePitch
* Fixed configure error if pkg modules aren't available
* Fixed Mac OS X build
* Fixed iOS build
* Fixed Visual Studio build
* testgesture: Make the background gray.
* Added support for building SDL as a dynamic library on iOS
* Added support for building SDL as a dynamic library on tvOS
* Fixed declaration of SDL_main_func for C++
* Fixed building with C++
* Fixed building with C++
* Fixed archiving the SDL dynamic library on iOS and tvOS
* Fixed Windows RT build
* Didn't need to add SDL_windows.h include, that was already included
* Fixed Visual Studio build
* Hopefully fixed the mingw32 build
* opengles2: Fix static analysis warning.
* Backed out changeset ffd52bb02bcc
* coreaudio: Set audio callback thread priority.
* Handle potentially calling SDL_JoystickUpdate() and SDL_JoystickQuit() at the same time.
* configure.in: Rename to configure.ac to fix an 'aclocal' warning
* docs: Replace references to configure.in with configure.ac
* configure.in: Rename configure.ac to fix an 'aclocal' warning
* Bug 4576: handle mapping of TouchEvents to MouseEvents at higher level
* Bug 4576: remove touch/mouse duplication for Windows
* Bug 4576: remove touch/mouse duplication for linux/EVDEV
* Bug 4576: remove touch/mouse duplication for Wayland
* Bug 4576: remove touch/mouse duplication for Android
* Bug 4576: fix warning and compile
* Bug 4576: one more warning
* Bug 4576: fix wrong scaling
* Bug 4576: track both FingerId and TrackId
* Add hint SDL_HINT_MOUSE_TOUCH_EVENTS for mouse events to generate touch events
* Android: remove SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH
* Update WhatsNew.txt
* Update WhatsNew.txt
* Android: default SDL_HINT_MOUSE_TOUCH_EVENTS to 1 as previous behaviour
* Android: add hint SDL_HINT_ANDROID_BLOCK_ON_PAUSE
* https://bugzilla.libsdl.org/show_bug.cgi?id=4577
* Set SDL_HINT_MOUSE_TOUCH_EVENTS for iPhone and iPad as well
* Fixed bug 4579 - SDL_android.c s_active not being atomic
* Bug 4581: move tracking appart so it doesn't require the window to have focus
* SDL_HINT_MOUSE_TOUCH_EVENTS: move tracking appart in case of 'window' is null
* Fixed bug 4582 - Maximize/Resize not working on Windows 10
* Fixed bug 4581 - mouse events with SDL_TOUCH_MOUSEID make window lost focus
* Fixed bug 4581 - generate synthetic mouse events at window boundaries
* Fix disabling OpenGL vsync on macOS 10.14.4+ (bug #4575).
* Android: when event loop is not blocking in pause, backup EGL context (Bug 4578)
* hidapi: Add GCN L/R buttons, just in case someone wants them...
* Explicitly load hidapi as a dependency of the SDL library
* macOS: Fix compilation when using the 10.9 SDK or older.
* iOS: Remove code trying to support compilation on the iOS 7 SDK, the deployment target has been set to iOS 8 for years and there's other unconditionally compiled code that depends on newer SDKs so that code is useless.
* configure: Cleaned up audio/video summaries when building for Windows.
* Fixed bug 4580 - Android 8: immersive fullscreen notification causes flickering between fullscreen and non-fullscreen and app is unresponsive
* Only leave fullscreen mode if we're actually going to minimize
* Added a helper function to tell whether or not a window can be minimized
* Android: add static variable initialization in non blocking event loop
* Add a configure option allowing users to choose whether to install sdl2-config
* Use _Exit() when available
* Fix compile errors I hit when building org.libsdl in source2 (part 1 of 2)
* Fix compile errors I hit when building org.libsdl in source2 (part 2 of 2) @saml
* Created Xcode schemes for building on iOS and tvOS
* Change my previous fix based on feedback from dev @saml
* Don't redefine __SSE__ and related macros if they're already defined
* Fixed bug 4566 - Hot-plugging Bluetooth controller causes force-quit on Android
* Remove initial declaration from for loop
* Remove duplicate case value
* Fixed bug 4608 - Android: not getting SDL_WINDOWEVENT_FOCUS_GAINED on start of our app
* Patched to compile.
* [SDL] ios Touch Fix.
* [SDL] iOS fix bug with audio interrupted by a phone call not restoring.
* Windows are not in a minimized state when they are shown
* test: configure/make shouldn't build GL/GLES1/GLES2 programs if unsupported.
* test: added SDLTest_CommonDefaultArgs()
* video: Add Vulkan support for vivante fb
* Fixed bug 3911 - SYSWM generic X11 events missing event data
* Fixed bug 4025 - SDL_Renderer OpenGL : add support for textures ABGR, RGB, BGR
* Fixed bug 4401 - SDL_GetWindowPosition() wrong after SDL_SetWindowPosition() until window is moved on macOS
* Fix WORKING_DIR parameter
* Fixed bug 4436 - [OpenBSD] fix D-pad
* Fixed bug 4469 - make SDL_CreateTextureFromSurface pick a more appropriate format
* Fixed bug 4474 - Add support for an ASUS Gamepad variation
* Patched to compile in C89 mode.
* vulkan: Patched to compile on Visual Studio.
* vulkan: Swapped out a free() that should have been an SDL_free().
* Fixed mouse focus for touch events on iOS
* Added support for Bluetooth keyboards on iOS
* Fix use-after-free when pumping the event loop after SDL_DestroyWindow()
* Fixed bug 4639 - CMake build does not generate libhidapi.so for Android
* Use Supexec() to query EdDI version. Fixes for Coldfire CPU build.
* Fix SHIFT + Fx reporting in GEM. Contributed by Miro Kropacek
* Improved iOS Bluetooth keyboard support
* Android: minimum size for IME, so that it takes focus
* Fixed hiding the Android virtual keyboard when the return key is pressed
* Return an error if both mouse relative mode and mouse warping are unavailable, instead of asserting.
* Fixed static and buzzing when trying to use floating point audio on the OpenSL ES audio driver.
* Use the OpenSL ES audio driver by default on Android, as it has the lowest latency.
* Added a function to get the current Android SDK version at runtime
* iOS: return SDL_GetWindowSize from SDL_GL_GetDrawableSize if there's no GLES view in the window (matches the behaviour of SDL_GL_GetDrawableSize on other platforms). Addresses bug #4629.
* test: unify all the command line usage logging.
* Fixed bug 4171 - SDL_GetQueuedAudioSize is broken with WASAPI
* Fixed bug 4656 - SDL_evdev.c uses Linux specific integer types
* Use SDL sized types
* Fixed bug 4655 - evdev is available on FreeBSD, check in 'configure' limited to Linux
* Added support for the Rotor Riot gamepad, and upcoming Xbox and PS4 controller support on iOS and tvOS
* Potential fix for a crash we're seeing on Android that should in theory never happen.
* Protect against NULL device in the Android hidapi implementation
* Fixed surround sound channel setup for Android OpenSL ES audio driver
* OpenSL ES audio cleanup and added a note with low latency audio discussion
* Fixed Android build warning
* Ignore Xbox One S gamepads with older firmware in HIDAPI
* Fixed bug 4443 - Incorrect scan code reported for numpad 5
* Fixed bug 4642 - Rework SDL_netbsdaudio to improve performance
* Fixed bug 4605 - WASAPI_WaitDevice hang
* Fixed bug 4603 - The iOS Test Xcode project file needs to add the metal framework
* Fixed bug 4600 - Dualshock 4 touchpad press is not detectable with SDL_JoystickGetButton
* Fixed bug 4594 - Fix install location of CMake targets on Apple platforms
* Fixed bug 4593 - Respect CMake's BUILD_SHARED_LIBS default behavior
* Fixed bug 4583 - PollAllValues appears to use an incorrect index for all axes above 0x18
* Fixed bug 4557 - SDL_SIMDAlloc and *Free should be in the public interface
* Add mapping for Chinese-made Xbox Controller
* Backed out Ben's chinese Xbox controller patch, as the generic catch-all for Xbox controllers should handle it.
* cocoa: Fix assert to use SDL_assert
* Fixed bug 4533 - Update ANGLE to load d3dcompiler_47.dll instead of d3dcompiler_46.dll
* Fixed bug 4526 - replace SDL_RW* macros with functions for using in bindings
* CVE-2019-7572: Fix a buffer overread in IMA_ADPCM_nibble
* CVE-2019-7578: Fix a buffer overread in InitIMA_ADPCM
* CVE-2019-7578: Fix a buffer overread in InitIMA_ADPCM
* Fixed bug 4294 - Audio: perform more validation on conversion request
* Temporary fix for bug 4254 - a _lot_ of strict aliasing warnings
* Fixed bug 4041 - Android, SDL_Renderer OpenGLES 1 is loading GLESv2 library
* Fixed bug 3894 - Fuzzing crashes for SDL_LoadWAV
* Fixed build
* Fixed compiler warning
* Cleanup on bug 3894 - Fuzzing crashes for SDL_LoadWAV
* Add notes for SDL_WinRTRunApp and SDL2-WinRTResources for non-C++ projects
* Fixed bug 4658 - iOS 12 fullscreen flag and SDL_HINT_IOS_HIDE_HOME_INDICATOR not working
* cocoa: report proper input IDs for mouse/touch events.
* Fixed bug 4641 - clang and clang-cl builds on windows create -Wpragma-pack warnings
* Fixed bug 4662 - SDL failed to build due to error LNK2019: unresolved external symbol _memset referenced in function _IMA_ADPCM_Decode with MSVC on Windows
* CVE-2019-7574: Fix a buffer overread in IMA_ADPCM_decode
* CVE-2019-7577: Fix a buffer overread in MS_ADPCM_decode
* CVE-2019-7577: Fix a buffer overread in MS_ADPCM_nibble and MS_ADPCM_decode
* CVE-2019-7572: Fix a buffer overwrite in IMA_ADPCM_decode
* CVE-2019-7573, CVE-2019-7576: Fix buffer overreads in InitMS_ADPCM
* Add mapping for Chinese-made Xbox Controller
* CVE-2019-7575: Fix a buffer overwrite in MS_ADPCM_decode
* Android: fix typo calling onBackPressed() (Bug 4657)
* Android: add MinimizeWindow function (Bug 4580, 4657)
* windows: Drop WM_ACTIVATE when window is hidden, but only if being activated.
* windows: Don't let Visual Studio insert an implicit dependency on memset().
* video: fixed compiler warning on Visual Studio.
* testoverlay2: Changed some C runtime calls to be SDL equivalents.
* Android: revert wrong fix typo calling onBackPressed() (Bug 4657)
* Android: fix coordinates for Surface.ROTATION_180
* CVE-2019-7635: Reject BMP images with pixel colors out the palette
* Fix build with the 10.10 SDK
* software: Correctly track viewport and cliprect.
* Fixed bug 4570 - Support Vulkan Portability rather than MoltenVK specifically
* Fixed bug 4615 - RPM Build fails due to unpackaged files
* cocoa: Backed out CVDisplayLink code for macOS vsync.
* assert: mark SDL_ExitProcess as SDL_NORETURN again.
* SDL_Wave: missing field 'length' initializer
* fix permissions
* wayland: HiDPI support
* Fixed bug 4665 - Add support for single touch evdev devices
* Fixed bug 4486 - Segfault when pressing a trigger on the Steam Controller (Linux)
* The hat index passed to the application should be zero-based with no holes
* Better patch to make it more clear what's going on
* assert: Fixed some compiler warnings.
* vulkan: Fixed use-after-free bug.
* wave: Fixed static analysis warning about dead assignment.
* macOS: Fix the coordinate space of SDL_GetDisplayUsableBounds (thanks Tim!)
* cocoa: Revised synthesized mouse/touch event strategy.
* cocoa: Another attempt at synthesized mouse/touch events.
* Check src alignment for S32_to_F32 conversions
* audio: patched to compile.
* audio: Fix ARM NEON audio converter bugs.
* audio: Attempt to fix build on ARM versions of Visual Studio.
* Worked around "Undefined symbol: ___isPlatformVersionAtLeast()" link error on Xcode 11 beta
* Added support for Xbox and PS4 wireless controllers on iOS and tvOS
* A few minor changes to placate static analysis.
* cocoa: ignore compiler warnings about OpenGL being deprecated.
* assert: Possibly fixing compiler warning on Android.
* assert: Another attempt to quiet compiler warnings.
* iOS: remove some code which could affect the state of UIViews that aren't owned by SDL.
* Fix synthetically generated mouse events getting lost forever after the device orientation changes (or the window is otherwise resized) while a finger is touching the screen.
* Fixed bug 4667 - Build errors on Linux when building without Threads support
* Updated version to 2.0.10
* Removed extraneous fprintf() call
* Fixed bug 4669: Android software renderer, black screen when window resizes
* Android: revert previous commit (Bug 4669)
* Android: prevent using SW_GetOutputSize with software renderer (Bug 4669)
* Android: prevent ignoring surfaceChanged() in MultiWindow
* Make sure we haven't changed the size of the SDL_Event structure and broken binary compatibility.
* Added patch notes for 2.0.10
* Added a patch note about batched rendering
* Android: revert commit SW_GetOutputSize, again (Bug 4669)
* Android: try to fix resize with software rendering (bug 4669)
* Android: resize with software rendering, reverted again (Bug 4669)
* Fixed 4669 - Using the software SDL_Renderer on Android leads to GL errors & black screen when window resizes
* Fixed potential double-free in mouse cleanup code
* cocoa: Patched to compile and also handle possible malloc failure.
* Fixed bug 4624 - KMS/DRM fails on FreeBSD because /dev/dri/card* nodes are symlinks
* Fixed compiler warning
* Only warp the mouse to set focus if we're definitely going into relative mode
* opengl: Be more robust in failing cases.
* Fixed building DMG archive on Mac OS X
* wayland: Fixed C99-style variable declaration inside for-loop.
* KMSDRM: fix compilation on linux, no d_namlen (Bug 4624)
* KMSDRM: fix inverted strcmp, remove useless if test (Bug 4624)
* Use SDL C runtime functions
* Fixed bug 4672 - Warnings in SDL_LogEvent()
* Enable Raspberry Pi video by default
* Fixed bug 4684 - GLES1 variables missing under Android with CMake
* Android: export Lock/Unlock activity API
* fix permissions
* update version in os/2 makefile
* define __ARM_NEON for Windows only if _M_ARM or _M_ARM64 is defined.  fixes Visual Studio builds.
* windows: Call GetWindowText() with the correct parameters (thanks, Zebediah!)
* cocoa: Check for capslock in -[NSResponder flagsChanged], not with IOKit.
* Android: explicitly expand Android_GLES_MakeCurrent/Android_GLES_CreateContext
* Add an "error" label in SDL_CreateRenderer (no op)
* Android: concurrency issues, make sure Activity is in running State when calling
* Fixed bug 4436 - [OpenBSD] fix D-pad
* Fixed bug 4683 - SDL_atomic infinite recursion on armv6/armv5 w/ thumb
* Limit the compile error to the case where we actually define the memory barrier macro as the function
* Fixed memory barrier macro check so it isn't quite so fragile
* Documented that the SDL_RW* macros no longer exist, and you can't use an older SDL library if you build with SDL 2.0.10.
* Made it more explicit that 2.0.10 and newer are required for the SDL_RW* functions
* iOS: Fix the window size not being set properly when Split View is used on an iPad (bug #4586).
* dbus: Add org.freedesktop.ScreenSaver.SimulateUserActivity support.
* dbus: Don't SimulateUserActivity if we're already inhibiting the screensaver.
* raspberry: Fixed missing mouse cursor (thanks, Joe!)
* cocoa: Don't report trackpad mouse events as synthesized touches.
* raspberry: Actually commit the whole patch.  :)  (Thanks, Joe!)
* Fixed bug 4708 - testdropfile: double-free
* Fixed bug 4702 - Android back button does not send SDL_KEYDOWN event
* Fixed bug 4707 - SDL_SetRelativeMouseMode fails on Vivante
* Fixed bug 4710 - audio/alsa: avoid configuring hardware parameters with only a single period
* cocoa: Another attempt at mouse vs touch support.
* Ignore synthetic mouse events generated for touchscreens
* configure: Windows and macOS now respect --enable-hidapi.
* cmake: Added HIDAPI support.
* fix permissions
* SDL_Mouse/Touch: discard synthetic events when hints are not set.
* x11: set some modality things on message boxes with parent windows.
* x11: prevent a synthetic mouse event when using a touchscreen
* cocoa: Set keyboard mod state correctly when turning off capslock.
* cmake: Add setupapi library to Windows build dependencies (hidapi needs it).
* ios: Fixed MFi guide button not being detected (thanks, Caleb!).
* macOS: Fix SDL_GL_CreateContext/MakeCurrent on non-main threads causing a Main Thread Checker warning when built with Xcode 11 / the macOS 10.15 SDK.
* Blacklist Corsair device causing hang
* Fixed bug 4723 - Generic Xbox pad controller bindings seem odd/broken
* Fixed bug 4704 - SDL_HINT_ANDROID_SEPERATE_MOUSE_AND_TOUCH on Windows?
* Allow hotplugging joysticks without udev
* Added support for the Victrix Pro Fight Stick for PS4
* Add linked list of opened HID devices to prevent accessing already freed devices in device removal callback that is sometimes called even after being unregistered
* Merged latest changes from Steam into controller_type.h
* Fixed build error
* Fixed bug 4726 - Fix for tvOS GetPrefPath
* Copypaste SDL_NSLog to UIKit backend, document it as such
* hidapi: Zero out new hid_device_info structs

(nia)

2019-07-27 15:14:55 UTC MAIN commitmail json YAML

doc: Updated audio/mpg123 to 1.25.11

(nia)

2019-07-27 15:14:40 UTC MAIN commitmail json YAML

mpg123: Update to 1.25.11

libmpg123:
* Fix out-of-bounds reads in ID3 parser for unsynced frames. (oss-fuzz-bug 15852)
* Fix out-of-bounds read for RVA2 frames with non-delimited identifier. (oss-fuzz-bug 15852)
* Fix implementation-defined parsing of RVA2 values. (oss-fuzz-bug 15862)
* Fix undefined parsing of APE header for skipping. Also prevent endless loop on premature end of supposed APE header. (oss-fuzz-bug 15864)
* Fix some syntax to make pedantic compiler happy.

The serious bugs trigger Denial of Service either via the nasty endless
loop in supposed APE tags or by crashes if the invalid reads hit a
diagnostic by the OS or, more likely, a security mechanism like the
sanitizer instrumentation that enabled finding the bugs.

I do not have CVE numbers for these bugs.
I rather fix the bugs than name them. Just update, will you?

(nia)

2019-07-27 15:02:55 UTC MAIN commitmail json YAML

koruri-ttf: Update HOMEPAGE

(nia)

2019-07-27 14:52:52 UTC MAIN commitmail json YAML

koruri-ttf: Update PLIST

(nia)

2019-07-27 14:52:40 UTC MAIN commitmail json YAML

doc: Updated fonts/koruri-ttf to 20180915

(nia)

2019-07-27 14:52:26 UTC MAIN commitmail json YAML

koruri-ttf: Update to 20180915

Various updates to the source fonts including support for specific
codepoints used by Android.

Use mk/fonts.mk.

(nia)

2019-07-27 14:05:39 UTC MAIN commitmail json YAML

doc: Updated net/mikutter to 3.9.2

(tsutsui)

2019-07-27 14:05:14 UTC MAIN commitmail json YAML

mikutter: update to 3.9.2.

Upstream changes:

mikutter 3.9.2

* possible crash on Mastodon custom posting
* compatibility issue of receive_user_screen_names
* thanks Shibafu Midorino
* possible crash on adding accounts
* thanks ahiru

(tsutsui)

2019-07-27 14:04:21 UTC MAIN commitmail json YAML

doc: Updated devel/cdk to 5.0.20190303

(nia)

2019-07-27 14:04:07 UTC MAIN commitmail json YAML

cdk: Update to 5.0-20190303

Changes:

2019/03/03
+ deprecate installCDKLibrary rule by install.libs, which is used in
  the newer shared-library macros.
+ conditionally-comment action lines for the part of install-rules
  which conflict with the newer shared-library rules (report by Tom
  Brownridge).

2019/02/24
+ use HDR_ROOTNAME rather than PACKAGE in top-level makefile, to
  simplify building cdk and cdkw packages with non-conflicting paths.
+ add "check" rule to top-level makefile, for testing Arch Linux
  package.
+ modify test-package for RPMs to work with SUSE and Mageia.

2019/02/20
+ updated rpm spec-file, for test-builds.
+ added pkgsrc files, for test-builds.
+ updated FreeBSD port-files, for test-builds.
+ add getCdkTitle, which uses new display encoding "<#10>" for newline
  in the example which demonstrates it, mentry_ex2 (prompted by
  discussion with St辿phane Goujet).
+ fix similar memory leaks in setCDKRadioItems and setCDKSelectionItems
+ fix memory leak in setCDKScrollItems (report by St辿phane Goujet).
+ make functionKey parameter to getchCDKObject optional
  (suggested by St辿phane Goujet).
+ modify test-packages to adjust includes in cdk.h when using test
  package for ncurses6 which would confuse test-package for cdk-perl.
+ change shlib-version in test-package to "abi", for better
  compatibility with the test-package for cdk-perl.
+ add manpage for cdk5-config
+ documentation improvements (report by St辿phane Goujet).
+ add check in drawCDKScrollCurrent() in case the list is not
  initialized (report by St辿phane Goujet).
+ modify writeCharAttrib to replace the color in the target cell rather
  than OR'ing it from the source-attribute (patch by Aarian P. Aleahmad)
+ add a null-pointer check in viewer.c's PatternNotFound() function
  (report by "c").
+ improve macros/markup in manpages.
+ updated configure macros, from lynx and ncurses development:
  CF_ADD_INCDIR, CF_CC_ENV_FLAGS, CF_CURSES_CPPFLAGS, CF_CURSES_LIBS,
  CF_FIND_LINKAGE, CF_GCC_WARNINGS, CF_GNU_SOURCE, CF_LD_RPATH_OPT,
  CF_NCURSES_CONFIG, CF_PDCURSES_X11, CF_POSIX_C_SOURCE, CF_PROG_EXT,
  CF_SHARED_OPTS, CF_TRY_XOPEN_SOURCE, CF_WITH_VERSIONED_SYMS,
  CF_XOPEN_CURSES, CF_XOPEN_SOURCE, CF_X_ATHENA_CPPFLAGS
+ update config.guess, config.sub

(nia)

2019-07-27 13:40:50 UTC MAIN commitmail json YAML

doc: Updated devel/ccache to 3.7.2

(nia)

2019-07-27 13:40:36 UTC MAIN commitmail json YAML

ccache: Update to 3.7.2

Bug fixes

* The compiler option -gdwarf* no longer forces ���run_second_cpp = true���.
* Added verification that the value passed to the -o/--set-config option
  is valid.
* Fixed detection of precompiled headers in the depend mode.
* Bail out on too hard Clang option -ftime-trace.
* ccache now updates the correct stats file when adding/updating manifest
  files.
  This bug previously made the file and size statistics counters incorrect
  over time.
* Fixed warnings from Clang about unused arguments during preprocessing.
* Unknown manifest versions are now handled gracefully in --dump-manifest.
* Fixed make check with ���funny��� locales.

Documentation

* Added a hint about not running autogen.sh when building from a release
  archive.
* Mention that xsltproc is needed when building from the source repository.

(nia)

2019-07-27 13:26:48 UTC MAIN commitmail json YAML

web2c: Require ptexenc 1.3.7

Build fails with 1.3.4, as reported by Oskar.

(gdt)

2019-07-27 08:01:43 UTC MAIN commitmail json YAML

2019-07-27 00:40:50 UTC MAIN commitmail json YAML

Fix nls option packaging

Reported by mueller6721 on pkgsrc-users mailing list.
Use gettext-lib from pkgsrc instead of builtin one.
This fixes PLIST problem only.

(ryoon)

2019-07-26 23:35:09 UTC MAIN commitmail json YAML

2019-07-26 23:30:16 UTC MAIN commitmail json YAML

doc: Updated x11/mlterm to 3.8.8nb4

(rin)

2019-07-26 23:28:43 UTC MAIN commitmail json YAML

Revert partially the previous:
"- Add better handling for 24-bpp display"

NetBSD does not set fbi_subtype.fbi_rgbmasks.alpha_size correctly.

This also has been reported upstream.

Rebump PKGREVISION.

(rin)

2019-07-26 22:54:41 UTC MAIN commitmail json YAML

Note update of net/ldns to 1.7.1.

(he)

2019-07-26 22:53:58 UTC MAIN commitmail json YAML

Update to ldns version 1.7.1.

Pkgsrc changes:
* Adapt to patches adopted upstream.

Upstream changes:
* bugfix: Manage verification paths for OpenSSL >= 1.1.0
  Thanks Marco Davids
* bugfix #4106: find the SDK on MacOS X <= 10.6
  Thanks Bill Cole
* bugfix #4155: ldns-config contains never used variables
  Thanks Petr Men#�k
* bugfix #4221: drill -x crashes with malformed IPv4 address
  Thanks Oleksandr Tymoshenko
* bugfix #3437: CDS & CDNSKEY RRsets should be signed with the KSK
  Thanks Tony Finch
* bugfix #1566, #1568, #1569, #1570: Potential NULL Dereferences
  Thanks Bill Parker
* bugfix #1260: Anticipate strchr returning NULL on unfound char
  Thanks Stephan Zeisberg
* bugfix #1257: Free after reallocing to 0 size
  Thanks Stephan Zeisberg
* bugfix #1256: Check parse limit before t increment
  Thanks Stephan Zeisberg
* bugfix #1245: Only one signature per RRset needs to be valid with
  ldns-verify-zone.  Thanks Emil Natan.
* ldns-notify can use all supported hash algorithms with -y.
* bugfix #1209: make install ldns.pc file
  Thanks Oleksandr Natalenko
* bugfix #1218: Only chase DS if signer is parent of owner.
  Thanks Emil Natan
* bugfix #617: Retry WKS service and protocol names lower case.
  Thanks Siali Yan
* Spelling errors in binaries and man pages
  Thanks Andreas Schulze
* removed duplicate condition in ldns_udp_send_query.
* ldns_wire2pkt: fix null pointer dereference if pkt allocation fails
  and fix memory leak with more EDNS sections
  Thanks Jan Vcelak
* bugfix #1399: ldns_pkt2wire() Python binding is broken.
  Thanks James Raftery
* ED25519 and ED448 support. Default is to autodetect support in
  OpenSSL.  Disable with --disable-ed25519 and --disable-ed448.
* ldns-notify: can have IPv6 address as argument.
* Fix time sensitive TSIG compare vulnerability.
* Fix that ldns-testns ignores sigpipe.
* Fix that ldns-notify sets the query RR as question RR, this
  removes the wrong TTL and 0 rdata from the packet printout.
* Allow -T flag to be used together with drill -x
* Python bindings compile with swig 4.0
  Thanks Jitka Plesn�kov�
* bugfix #4248: drill -DT fails for CNAME domain
  Thanks Thom Wiggers
* bugfix #4214: Various fixes and leaks found by coverity.
  Thanks Petr Men#�k
* Feature #3394: An -I option to ldns-notify to specify a source
  IP address to send to notify from.  Thanks Geert Hendrickx
* Bugfix #279: New API functions ldns_udp_connect2,
  ldns_tcp_connect2, ldns_udp_bgsend2 and ldns_tcp_bgsend2,
  that return -1 on failure and allow socket number 0
  to be returned too.  Thanks Joerg Sonnenberger
* Bugfix #1447: More verbose reporting of chasing problems with
  ldns-verify-zone.  Thanks Stephane Guedon
* OpenSSL engine support with ldns-signzone.
  See also https://penzin.net/ldns-signzone/
  Many thanks Vadim Penzin.
* Various improvements found with shellcheck.
  Thanks Jeffrey Walton
* PR #36 Update manpage of ldns-notify to mention algorithm
  support with TSIG.  Thanks Anand Buddhdev
* Compile warnings with signed char input to to_lower()
  and is_digit() with NetBSD.  Thanks H蛆ard Eidnes
* Missing Makefile.PL in DNS-LDNS perl module contribution.
  Thanks Jaap Akkerhuis

(he)

2019-07-26 19:33:33 UTC MAIN commitmail json YAML

Fix build problems on systems that don't have blacklistd.  Since
this is a build fix, no PKGREVISION bump is needed.

(jnemeth)

2019-07-26 18:12:47 UTC MAIN commitmail json YAML

py-tyle: remove

Upstream deprecated it and is not even supporting the newer replacement.

(wiz)

2019-07-26 15:41:43 UTC MAIN commitmail json YAML

2019-07-26 15:31:24 UTC MAIN commitmail json YAML

doc: Updated audio/vamp-plugin-sdk to 2.8.0

(nia)

2019-07-26 15:31:08 UTC MAIN commitmail json YAML

vamp-plugin-sdk: Update to 2.8.0

Version 2.8, 2019-02-07 (maintenance and minor feature release)

  * When running in a 32-bit process within 64-bit Windows (WoW64),
    use the VAMP_PATH_32 environment variable instead of VAMP_PATH
    (hosts running in this context already use "Program Files (x86)"
    instead of Program Files)
  * Fix off-by-one rounding errors in frame-to-ns conversions. Unlike
    the other changes here which are invisible to plugin code, this
    change can lead to different results in the lowest significant
    figures from existing plugins if relinked against the newer code
  * Fix path environment variable character encoding handling on
    Windows
  * Fix theoretical possibility of integer overflow in RealTime
    constructor
  * Fix use of undefined behaviour in PluginRateExtractor

Version 2.7.1, 2017-03-06 (maintenance release)

  * Fix inclusion mechanism for FFTs which could cause a host
    application to crash in certain circumstances due to
    conflicting versions of C-linkage symbols

Version 2.7, 2017-02-24 (maintenance and minor feature release)

  * Add ability to PluginLoader to list plugins only in (or not in)
    certain library files
  * Fix fixed-sample-rate output timestamps in printout from the
    simple host, and add regression test script using test plugin
  * Switch the convenience FFT interface for plugin usage from the
    very slow reference implementation previously provided, to the
    somewhat faster KissFFT
  * Add a top-secret compiler flag to switch internal FFTs to single-
    precision only
  * Fix some small but long-standing memory leaks and minor bugs

(nia)

2019-07-26 11:47:00 UTC MAIN commitmail json YAML

jack: Add BDB_ACCEPTED to buildlink3.mk

(nia)

2019-07-26 11:32:07 UTC MAIN commitmail json YAML

etlegacy-data: set LICENSE and add it to licenses/

(wiz)

2019-07-26 10:32:32 UTC MAIN commitmail json YAML

u-boot-odroid-c2: use absolute pathnames for running meson firmware tools

(tnn)

2019-07-26 10:25:15 UTC MAIN commitmail json YAML

u-boot-bananapi-r2: add a CHECK_PORTABILITY_SKIP

(tnn)

2019-07-26 10:22:07 UTC MAIN commitmail json YAML

u-boot: sanitize UBOOT_VERION before it goes in PKGNAME

fixes wrong PKGBASE for u-boot-bananapi-r2

(tnn)

2019-07-26 09:59:27 UTC MAIN commitmail json YAML

mk/ocaml.mk: don't assume MAKE_JOBS is defined

(tnn)

2019-07-26 09:46:42 UTC MAIN commitmail json YAML

geeqie: Bump PKGREVISION for default options switch.

(nia)

2019-07-26 09:44:03 UTC MAIN commitmail json YAML

geeqie: Switch to gtk3 by default.

"Is the gtk3 port useful? Then please switch to it by default." - wiz

(nia)

2019-07-26 09:36:58 UTC MAIN commitmail json YAML

kakoune: Link against -lsocket -lnsl on SunOS

(nia)

2019-07-26 09:10:41 UTC MAIN commitmail json YAML

2019-07-25 21:32:15 UTC MAIN commitmail json YAML

doc: Updated sysutils/xfce4-thunar to 1.8.8

(gutteridge)

2019-07-25 21:31:23 UTC MAIN commitmail json YAML

xfce4-thunar: update to 1.8.8

1.8.8
=====
- Do not register "send to" as last used app (Bug #14118)
- Use https where possible
- Dont restart the folder monitor on each refresh (Bug #13364)
- Fix XML declaratation in uca.xml (Bug #13623)
- Always show the executable checkbox (Bug #15605)
- Replace Trash action with Delete as needed (Bug #15352)
- Translation updates: Armenian, Finnish, Kazakh,
Portuguese (Brazil), Swedish, Thai, Turkish

(gutteridge)

2019-07-25 19:12:55 UTC MAIN commitmail json YAML

openjdk8: set the DISTNAME & PKGNAME based on GITHUB_TAG

(tnn)

2019-07-25 19:08:30 UTC MAIN commitmail json YAML

openjdk8: PLIST: g/c dup entries

(tnn)

2019-07-25 19:06:28 UTC MAIN commitmail json YAML

binutils: whitespace

(tnn)

2019-07-25 16:49:54 UTC MAIN commitmail json YAML

Removed devel/intellij-idea-ce

(ryoon)

2019-07-25 16:48:41 UTC MAIN commitmail json YAML

Disable intellij-idea-ce

(ryoon)

2019-07-25 16:47:22 UTC MAIN commitmail json YAML

2019-07-25 15:34:48 UTC MAIN commitmail json YAML

kakoune: Include string.h for FD_ZERO's memcpy needs on illumos.

(nia)

2019-07-25 13:43:57 UTC MAIN commitmail json YAML

doc: Added games/etlegacy-data version 2.60b

(nia)

2019-07-25 13:43:38 UTC MAIN commitmail json YAML

Add games/etlegacy-data.

Enemy Territory: Legacy is an open source project that aims to create
a fully compatible client and server for the popular online FPS game
Wolfenstein:  Enemy Territory.

This package contains the official data files for Wolfenstein:  Enemy
Territory provided by Splash Damage. They are installed to a location
that makes them immediately usable by etlegacy.

This includes pak0.pk3, pak1.pk3, and pak2.pk3, as well as associated
documentation.

This content is distributed without charge, but not available under a
free license.

(nia)

2019-07-25 12:50:35 UTC MAIN commitmail json YAML

Updated security/putty to 0.72

(ryoon)

2019-07-25 12:50:06 UTC MAIN commitmail json YAML

Update to 0.72

Changelog:
This is a SECURITY UPDATE, fixing vulnerabilities in the obsolete SSH-1
protocol. It also includes many bug fixes over 0.71. We recommend that
everybody update.

Vulnerabilities fixed in this release include:

- A malicious SSH-1 server could trigger a buffer overrun by sending
  extremely short RSA keys, or certain bad packet length fields.
  Either of these could happen before host key verification, so even
  if you trust the server you *intended* to connect to, you would
  still be at risk.

  (However, the SSH-1 protocol is obsolete, and recent versions of
  PuTTY do not try it by default, so you are only at risk if you work
  with old servers and have explicitly configured SSH-1.)

- If a malicious process found a way to impersonate Pageant, then it
  could cause an integer overflow in any of the SSH client tools
  (PuTTY, Plink, PSCP, PSFTP) which accessed the malicious Pageant.

Other security-related bug fixes include:

- The 'trust sigil' system introduced in PuTTY 0.71 to protect
  against server spoofing attacks had multiple bugs. Trust sigils
  were not turned off after login in the SSH-1 and Rlogin protocols,
  and not turned back on if you used the Restart Session command.
  Both are now fixed.

Other bug fixes include:

- Kerberos key exchange could crash at the start of an SSH session
  in the presence of a third-party Windows provider such as
  MIT Kerberos for Windows, and could also crash if the server sent
  an ordinary SSH host key as part of the Kerberos exchange.

- In SSH-2 keyboard-interactive authentication, one of the message
  fields sent by the server (namely the 'instructions' message) was
  accidentally never displayed to the user.

- When using SSH-2 connection sharing, pasting text into a downstream
  PuTTY window that included a line longer than 16Kb could cause that
  window's connection to be closed.

- When using PSCP in old-fashioned SCP mode, downloading files
  specified by a wildcard could cause a newline character to be
  appended to the downloaded file names. Also, using the -p option to
  preserve file times failed with a spurious error message.

- On Windows, the numeric keypad key that should generate '.' or ','
  depending on keyboard layout was always generating '.'.

- RSA keys generated by PuTTYgen could be 1 bit shorter than
  requested. (Harmless, but a regression in 0.71 compared to 0.70.)

(ryoon)

2019-07-25 12:00:55 UTC MAIN commitmail json YAML

doc: Updated lang/openjdk8 to 1.8.222

(tnn)

2019-07-25 12:00:08 UTC MAIN commitmail json YAML

openjdk8: switch upstream to the openjdk BSD community effort at github

This repo is a continuation of the bsd-port tree, still maintained by
the FreeBSD ports java people.
It is forked from (and merges regularly from) AdoptOpenJDK.
They accept patches for other BSDs, so we should see if we have anything
in our tree worth contributing.

As a side effect, this changes updates openjdk8 to u222.

(tnn)

2019-07-25 09:29:32 UTC MAIN commitmail json YAML

gdk-pixbuf2: Add xgettext to USE_TOOLS.

(nia)

2019-07-25 09:03:12 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd to 8.0.1

(roy)

2019-07-25 09:03:00 UTC MAIN commitmail json YAML

Import dhcpcd-8.0.1 with the following changes:

  *  Compile fixes for various build options on various platforms
  *  IPv4LL is fixed on NetBSD-8
  *  script buffers are freed on forking

(roy)

2019-07-24 20:32:59 UTC MAIN commitmail json YAML

doc: Updated wm/ctwm to 4.0.3

(rhialto)

2019-07-24 20:31:43 UTC MAIN commitmail json YAML

This is a minor bugfix update to 4.0.2 release.  It includes a couple
of minor bugfixes done following 4.0.2, and a fix for crashes in OTP
triggered by fullscreen windows with transients.  See CHANGES in the
tarball or at http://www.ctwm.org/CHANGES.html for details.

(rhialto)

2019-07-24 19:44:55 UTC MAIN commitmail json YAML

qt5-qtbase: Fix package creation with gtk3 option.

(nia)

2019-07-24 19:07:22 UTC MAIN commitmail json YAML

doc: Updated textproc/aspell to 0.60.6.1nb9

(rin)

2019-07-24 19:04:29 UTC MAIN commitmail json YAML

NetBSD curses has been fixed since 8.1.
So, ncurses is no longer required.

Bump PKGREVISION.

(rin)

2019-07-24 18:14:42 UTC MAIN commitmail json YAML

Use https for dovecot.org.

(nia)

2019-07-24 18:11:04 UTC MAIN commitmail json YAML

Use https for audiocoding.com.

(nia)

2019-07-24 17:43:02 UTC MAIN commitmail json YAML

kakoune: Add c++17 to USE_LANGUAGES

(nia)

2019-07-24 17:40:19 UTC MAIN commitmail json YAML

doc: Updated net/enet to 1.3.14

(nia)

2019-07-24 17:40:03 UTC MAIN commitmail json YAML

enet: Update to 1.3.14

Changes:

* bug fix for enet_peer_disconnect_later()
* use getaddrinfo and getnameinfo where available
* miscellenous cleanups

(nia)

2019-07-24 17:25:52 UTC MAIN commitmail json YAML

doc: Updated x11/dunst to 1.4.1

(nia)

2019-07-24 17:25:35 UTC MAIN commitmail json YAML

dunst: Update to 1.4.1

Fixed:

* max_icon_size not working with dynamic width (#614)
* Failure to parse color strings with trailing comments in the config (#626)
* Negative width in geometry being ignored (#628)
* Incorrect handling of the argument terminator -- in dunstify
* Crash when changing DPI while no notifications are displayed (#630)
* Fullscreen status change not being detected in some cases (#613)

(nia)

2019-07-24 17:20:16 UTC MAIN commitmail json YAML

doc: Updated graphics/feh to 3.2.1

(nia)

2019-07-24 17:19:57 UTC MAIN commitmail json YAML

feh: Update to 3.2.1

Changes:

* Use --no-fehbg option in ~/.fehbg. This fixes cases where an X11 setup
  change may inadvertently alter the commandline stored in .fehbg.
* Fix insufficient error handling when updating ~/.fehbg. Previously, a
  stat() error may have caused .fehbg to be update with excessive file
  permissions (patch by Tobias Stoeckmann)
* Fix TOCTTOU when setting the file mode of ~/.fehbg (patch by Tobias
  Stoeckmann)

(nia)

2019-07-24 17:02:28 UTC MAIN commitmail json YAML

TODO: Remove kakoune

(nia)

2019-07-24 17:02:07 UTC MAIN commitmail json YAML

2019-07-24 17:01:32 UTC MAIN commitmail json YAML

doc: Added editors/kakoune version 2019.07.01

(nia)

2019-07-24 17:01:02 UTC MAIN commitmail json YAML

Add editors/kakoune.

Kakoune is a code editor that implements Vi's "keystrokes as a text editing
language" model. As it's also a modal editor, it is somewhat similar to the
Vim editor (after which Kakoune was originally inspired).

Kakoune can operate in two modes, normal and insertion. In insertion mode,
keys are directly inserted into the current buffer. In normal mode, keys
are used to manipulate the current selection and to enter insertion mode.

Kakoune has a strong focus on interactivity, most commands provide immediate
and incremental results, while still being competitive (as in keystroke
count) with Vim.

Kakoune works on selections, which are oriented, inclusive range of characters,
selections have an anchor and a cursor character. Most commands move both
of them, except when extending selection where the anchor character stays
fixed and the cursor one moves around.

(nia)

2019-07-24 17:00:35 UTC MAIN commitmail json YAML

2019-07-24 14:40:00 UTC MAIN commitmail json YAML

Updated editors/OmegaT to 4.3.0

(ryoon)

2019-07-24 14:11:26 UTC MAIN commitmail json YAML

Bump PKGREVISION

For modified "patch-src_video_SDL__pixels.c" patch.

(micha)

2019-07-24 14:08:23 UTC MAIN commitmail json YAML

Fixed patch-src_video_SDL__pixels.c for NetBSD 7

Declaration of local variable 'byte' moved out of for loop because this syntax
requires C99 (breaks e.g. NetBSD 7 because LANGUAGES= c99 is not defined by
package).

(micha)

2019-07-24 14:01:09 UTC MAIN commitmail json YAML

Update to 4.3.0

Changelog:
OmegaT 4.3.0 is the new standard version of OmegaT.

Compared with 4.2.0, it has 6 enhancements and 8 bug fixes. Highlights include:

The Insert key toggles a new Overwrite mode in the editor.

There were several critical bug fixes related to team projects.

Problems upgrading existing installations on Windows via the installer have been addressed.

Compared with 3.6.0 update 11, it has 129 enhancements and 65 bug fixes. Highlights include:

Team projects were redesigned. Synchronisation is no more restricted to one repository location. This allows, for instance, to create multilingual team projects without duplicating the source documents, or to get files to translate directly online, not only from Subversion and Git, but also from HTTP(S). Complex mappings can be written.

Panes have now action menus, and there is a new Segment Properties pane (use Restore Main Window to make it appear if necessary). There is now a notification system, to alert the user when a given pane has content (e.g., Comments).

OmegaT now has a visual aligner. It aligns files in all formats recognized by OmegaT, thus allowing keeping formatting. After a first automatic step (parameters can be fine-tuned) , it is possible to adjust the alignment with split, merge and edit.

The auto-completer now includes history prediction and completion, which means auto-completion is now available even without glossary entries or user-entered abbreviations. It is possible to disable individually auto-completer views.

A new Issues window replaces the old Tag validation window. In it, it is possible to check tags as before, but also spell checking and LanguageTool issues. It is extensible, with the possible of adding issue "providers" to the Issues window, for instance with a script.

Preferences are now unified in a new dialog under Options > Preferences.

It is now possible to define credentials for machine translation and the TaaS services in the preferences and to store them securely.

The ExternalFinder plugin (https://github.com/hiohiohio/omegat-plugin-externalfinder) is now integrated in OmegaT with a full user interface.

Any bilingual files (in a format supported by OmegaT) can now be used as a translation memory in the /tm folder. This applies to OmegaT bilingual formats (PO and Mozilla .lang files) but also to the Okapi Filters plugin bilingual formats such as XLIFF (it requires version 1.3-m32 and above of the plugin).

OmegaT can now check automatically for updates. If a new version is detected, the user will be directed to the download page.

OmegaT can now run on Java 11. Note that Java 8 remains the recommended version, and all "with JRE" distributions continue to bundle the Java 8 JRE.

OmegaT 4.2.0 brings 5 enhancements and 1 bug fix.

There is now a separate color for "enforced" TM matches in the Editor.

Apache Ivy is now included with OmegaT to allow Groovy scripts to fetch external libraries.

OmegaT can now run on Java 11. Note that Java 8 remains the recommended version, and all "with JRE" distributions continue to bundle the Java 8 JRE.

Spelling dictionaries without a region ("fr", not "fr-FR") now show up as available when installing.

Basic autocompletion is now available in the Scripting window (Ctrl+Enter).

Signed installers for Windows are now available. Signing indicates that the author of the software is a known entity, and that the software has not been modified. Note that the developer will be shown as "Aaron Madlon-Kay", the OmegaT project manager, rather than "OmegaT" because OmegaT is not a legal entity.

Plugin classes are now only loaded once, even if multiple copies are installed.

The Brazilian Portuguese, Croatian, Dutch, French, Italian, Russian, Simplified Chinese, and Turkish localisations were updated.

The OmegaT Project always welcomes developers, localisers and users to contribute their experience, knowledge and insights to the software we release.

(ryoon)

2019-07-24 13:54:25 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 68.0.1

(ryoon)

2019-07-24 13:54:03 UTC MAIN commitmail json YAML

Update to 68.0.1

* Sync with www/firefox-68.0.1

(ryoon)

2019-07-24 13:53:22 UTC MAIN commitmail json YAML

Updated www/firefox to 68.0.1

(ryoon)

2019-07-24 13:52:52 UTC MAIN commitmail json YAML

Update to 68.0.1

Changelog:
Fixed
    Fixed missing Full Screen button when watching videos in full
    screen mode on HBO GO (bug 1562837)

    Fixed a bug causing incorrect messages to appear for some
    locales when sites try to request the use of the Storage Access
    API (bug 1558503)

    Users in Russian regions may have their default search engine
    changed (bug 1565315)

    Built-in search engines in some locales do not function correctly
    (bug 1565779)

(ryoon)

2019-07-24 11:16:22 UTC MAIN commitmail json YAML

doc: Updated shells/oksh to 6.5

(maya)

2019-07-24 11:15:41 UTC MAIN commitmail json YAML

oksh: update to 6.5

Note release version goes backwards. Version now follows openbsd version
numbering.

No changes available.
Patched to eliminate compilation warnings on netbsd.

(maya)

2019-07-24 10:08:29 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd to 8.0.0

(roy)

2019-07-24 10:08:17 UTC MAIN commitmail json YAML

Import dhcpcd-8.0.0 with the following changes:

  *  ARP now supports many requests
  *  Routing tables now use Red-Black Trees
  *  Script variables are no longer allocated manually
  *  DHCP addresses are added with vltime of the lease time and pltime
    of the rebind time (Linux only)

(roy)

2019-07-24 10:03:34 UTC MAIN commitmail json YAML

openjdk8: revert previous which didn't work w/ SunOS /bin/sh printf builtin

(tnn)

2019-07-24 03:50:06 UTC MAIN commitmail json YAML

doc: Updated mail/squirrelmail to 1.4.23pre14832

(taca)

2019-07-24 03:49:35 UTC MAIN commitmail json YAML

mail/squirrelmail: update to 1.4.23pre14832

Update squirrelmail to 1.4.23pre14832.

- Changed anti-CSRF security token lifetime to be session-based.
- Added favicon and ability for admins to use their own by setting
  $head_tag_extra in config_local.php (see documented comments in,
  for example, src/webmail.php)
- Altered hook types "do_hook_function" and "concat_hook_function"
  such that the ultimate hook return value (in its current state,
  as computed (or not) by the plugins that have executed previously)
  is both globalized and passed as an additional argument to each
  plugin.  This allows plugins to cooperate better and not overwrite
  each other's return values.
- Updated SVG handling, closing several related vulnerabilities
  (#2831) [CVE-2018-14950] [CVE-2018-14951] [CVE-2018-14952]
  [CVE-2018-14953] [CVE-2018-14954] [CVE-2018-14955]
- Added IMAP ID command (RFC2971), sent after every login - use
  by setting $imap_id_command_args in config/config_local.php
  (see notes in functions/imap_general.php for more details)
- Fixed PHP7 warnings (#2847)
- Added handling for RCDATA and RAWTEXT elements in HTML sanitizer
  [CVE-2019-12970]

(taca)

2019-07-24 02:43:05 UTC MAIN commitmail json YAML

doc: Updated x11/mlterm to 3.8.8nb3

(rin)

2019-07-24 02:39:58 UTC MAIN commitmail json YAML

2019-07-23 22:58:46 UTC MAIN commitmail json YAML

Remove SHA1 hashes for non-existent patches.

(brook)

2019-07-23 20:33:51 UTC MAIN commitmail json YAML

Update to Clojure 1.8.0

1 New and Improved Features

1.1 Direct Linking

Direct linking can be enabled with -Dclojure.compiler.direct-linking=true

Direct linking allows functions compiled with direct linking on to make direct static method calls to most other functions, instead of going through the var and the Fn object. This can enable further optimization by the jit, at a cost in dynamism. In particular, directly-linked calls will not see redefinitions.

With this change, clojure.core itself is compiled with direct linking and therefore other namespaces cannot redefine core fns and have those redefinitions seen by core code.

A new metadata key ^:redef is provided. A function declared with this key can be redefined and will never be direct linked. Also, functions declared as ^:dynamic will never be direct linked.

CLJ-1809
CLJ-1805
CLJ-1854
CLJ-1856
1.2 String Functions

Several new string functions were added to clojure.string to increase portability and reduce the need for Java interop calls:

index-of - search for the index of a char or string in a string

last-index-of - search for the index of a char or string backwards in a string

starts-with? - true if string starts with a substring

ends-with? - true if string ends with a substring

includes? - true if string includes a substring

CLJ-1449

1.3 Socket Server and REPL

The Clojure runtime now has the ability to start a socket server at initialization based on system properties. One expected use for this is serving a socket-based REPL, but it also has many other potential uses for dynamically adding server capability to existing programs without code changes.

A socket server will be started for each JVM system property like clojure.server.<server-name>. The value for this property is an edn map representing the configuration of the socket server with the following properties:

address - host or address, defaults to loopback
port - positive integer, required
accept - namespaced symbol of function to invoke on socket accept, required
args - sequential collection of args to pass to accept
bind-err - defaults to true, binds *err* to socket out stream
server-daemon - defaults to true, socket server thread doesn't block exit
client-daemon - defaults to true, socket client thread doesn't block exit
Additionally, there is a repl function provided that is slightly customized for use with the socket server in clojure.core.server/repl.

Following is an example of starting a socket server with a repl listener. This can be added to any existing Clojure program to allow it to accept external REPL clients.

-Dclojure.server.repl="{:port 5555 :accept clojure.core.server/repl}"
An example client you can use to connect to this socket repl is telnet:

$ telnet 127.0.0.1 5555
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
user=> (println "hello")
hello
See:

CLJ-1671
CLJ-1853
Socket REPL design page
CLJ-1829
2 Enhancements

2.1 Error handling

CLJ-1778 let-bound namespace-qualified bindings should throw (if not map destructuring)
CLJ-1456 Compiler now errors if too few or too many arguments to throw
CLJ-1282 quote now throws if passed more or less than one arg
CLJ-1210 Improved error message for (clojure.java.io/reader nil)
2.2 Documentation strings

CLJ-1060 'list*' returns not a list
CLJ-1722 Typo in the docstring of 'with-bindings'
CLJ-1769 Docstrings for *' and +' refer to * and +
CLJ-1414 sort and sort-by now indicate sort is stable in docstring
2.3 Performance

CLJ-703 Improve writeClassFile performance
CLJ-1765 areduce performance improvements
CLJ-1724 Remove unnecessary call to seq() in LazySeq.hashCode()
CLJ-1295 Improved array-map dissoc performance
CLJ-1277 Speed up printing of time instants with type hints
CLJ-1259 Speed up pprint and cl-format with type hints
CLJ-668 Improve slurp performance by using StringWriter and jio/copy
2.4 Other enhancements

CLJ-1208 Optionally require namespace on defrecord class init
CLJ-1823 Document new :load-ns option to defrecord/deftype
CLJ-1810 ATransientMap now marked public
CLJ-1653 str of an empty list should be "()"
CLJ-1567 Removed unused local in condp implementation
CLJ-1351 Unused swapThunk method was being emitted for fns with keyword callsites
CLJ-1329 Removed unused local in PersistentVector.cons()
CLJ-1831 Add clojure.core/map-entry? predicate
CLJ-1845 Make clojure.core/load dynamic so it can be redef'ed even with direct linking
3 Bug Fixes

CLJ-130 Namespace metadata lost in AOT compile
CLJ-1134 star-directive in clojure.pprint/cl-format with at-prefix ("~n@*") does not obey its specification
CLJ-1137 Metadata on a def gets evaluated twice
CLJ-1157 Classes generated by gen-class aren't loadable from remote codebase
CLJ-1225 quot overflow issues around Long/MIN_VALUE for BigInt
CLJ-1313 Correct a few unit tests
CLJ-1319 array-map fails lazily if passed an odd number of arguments
CLJ-1361 pprint with code-dispatch incorrectly prints a simple ns macro call
CLJ-1390 pprint a GregorianCalendar results in Arity exception
CLJ-1399 field name unmunged when recreating deftypes serialized into bytecode
CLJ-1485 clojure.test.junit/with-junit-output doesn't handle multiple expressions
CLJ-1528 clojure.test/inc-report-counter is not thread-safe
CLJ-1533 invokePrim path does not take into account var or form meta
CLJ-1562 some->,some->>,cond->,cond->> and as-> doesn't work with (recur)
CLJ-1565 pprint produces infinite output for a protocol
CLJ-1588 StackOverflow in clojure.test macroexpand with are and anon fn
CLJ-1644 into-array fails for sequences starting with nil
CLJ-1645 protocol class does not set the source file
CLJ-1657 proxy bytecode calls super methods of abstract classes
CLJ-1659 compile leaks files
CLJ-1761 clojure.core/run! does not always return nil per docstring
CLJ-1782 Spelling mistake in clojure.test/use-fixtures
CLJ-1785 Reader conditionals throw when returning nil
CLJ-1766 Serializing+deserializing lists breaks their hash
CLJ-1609 Edge case in Reflector's search for a public method declaration
CLJ-1586 Compiler doesn't preserve metadata for LazySeq literals
CLJ-1232 Functions with non-qualified return type hints will now work without import from other namespace
CLJ-1812 Fix test failure on windows due to line endings
CLJ-1380 3-arg ExceptionInfo constructor permitted nil data
CLJ-1226 set! of a deftype field using field-access syntax caused ClassCastException
Records and types without fields eval to empty map
CLJ-1827 Fix reflection warning introduced in CLJ-1259
CLJ-1453 Ensure that all Iterator implementations throw NoSuchElementException on next() when exhausted
CLJ-1868 Avoid compiler NPE when checking class return type

(sevan)

2019-07-23 17:20:01 UTC MAIN commitmail json YAML

2019-07-23 16:45:39 UTC MAIN commitmail json YAML

doc: Updated print/poppler to 0.79.0

(wiz)

2019-07-23 16:45:18 UTC MAIN commitmail json YAML

poppler*: update to 0.79.0

Release 0.79.0:
        core:
        * Fix regression on TextSelectionPainter
        * Fix parsing of DefaultAppearance
        * Fix memory leak in PostScriptFunction
        * Fix crashes in fuzzed files

        qt5:
        * Implemented support for setIcon by changing appearance
        * Added option to set the form available to print
        * QString::null is deprecated, use QString()
        * Replace deprecated qStableSort with std::stable_sort

        build system:
        * Turn README into README.md and expand it

Release 0.78.0:
        core:
        * Fix line annotation arrows for usage in dimensioning
        * Handle Ink annots without an InkList but with an AP
        * Fix typos preventing parsing of Movie start and duration
        * Fix crash on malformed files

        glib:
        * Add poppler_document_create_dests_tree()
        * Don't use the deprecated g_type_class_add_private()
        * Document the differences between render() and render_for_printing()
        * Fix introspection for poppler_document_new_from_data
        * Don't create PopplerInputStream with length 0. Issue #414
        * Document G_IO_ERROR as a possible error condition
        * docs: Add index for API new in 0.78

        build system:
        * Fixes cross compilation of gir in Void Linux
        * Add -Wshadow to the default warning flags
        * install pkg-config pc files if pkg-config is found

Release 0.77.0:
        core:
        * Fix crash on signature handling. Issue #766
        * Fix small memory leak in SignatureHandler::getCertificateInfo
        * Splash: Restrict filling of overlapping boxes. Issue #750
        * Fix crash on malformed files

        qt5:
        * Fix optional content handling with exclusive layers

        cpp:
        * Make render_page thread-safe

        utils:
        * pdfsig: Fix small memory leak
        * pdftotext: Fix typo in manpage

(wiz)

2019-07-23 16:40:06 UTC MAIN commitmail json YAML

filezilla: needs c++17, mark it as such, and bump GCC_REQD to 7

(wiz)

2019-07-23 16:28:36 UTC MAIN commitmail json YAML

net/libfilezilla: Set GCC_REQD=7 for C++17

Also, use the new c++17 keyword in USE_LANGUAGES.

This commit is not expected to change the produced binaries on any
system where it built before.

(gdt)

2019-07-23 16:19:16 UTC MAIN commitmail json YAML

doc: Remove duplicate change caused by temporary cvs server hiccup.

(jperkin)

2019-07-23 16:18:31 UTC MAIN commitmail json YAML

doc: Updated net/rabbitmq to 3.7.16

(jperkin)

2019-07-23 16:12:39 UTC MAIN commitmail json YAML

2019-07-23 15:12:52 UTC MAIN commitmail json YAML

doc: Updated mail/dovecot2-pigeonhole to 0.5.7.1

(taca)

2019-07-23 15:12:22 UTC MAIN commitmail json YAML

mail/dovecot2-pigeonhole: update to 0.5.7.1

v0.5.7.1 2019-07-23  Timo Sirainen <timo.sirainen@open-xchange.com>

- dsync: Sieve script syncing failed if mailbox attributes weren't
  enabled.

(taca)

2019-07-23 15:11:54 UTC MAIN commitmail json YAML

doc: Updated mail/dovecot2 to 2.3.7.1

(taca)

2019-07-23 15:11:24 UTC MAIN commitmail json YAML

mail/dovecot2: update to 2.3.7.1

v2.3.7.1 2019-07-23  Timo Sirainen <timo.sirainen@open-xchange.com>

- Fix TCP_NODELAY errors being logged on non-Linux OSes
- lmtp proxy: Fix assert-crash when client uses BODY=8BITMIME
- Remove wrongly added checks in namespace prefix checking

(taca)

2019-07-23 13:57:04 UTC MAIN commitmail json YAML

mk/compiler.mk: Add c++17

We have a new language making its way into pkgsrc: C++17!  Add gnu++17
and c++17 to the list of _CXX_STD_VERSIONS.

(gdt)

2019-07-23 13:16:09 UTC MAIN commitmail json YAML

Move NetBSD-produced rust bootstrap files to ${MASTER_SITE_LOCAL:=rust/},
i.e. cdn.NetBSD.org (which pulls from ftp.NetBSD.org).

(he)

2019-07-23 13:06:23 UTC pkgsrc-2019Q2 commitmail json YAML

Pullup tickets #6007 to #6011

(bsiegert)

2019-07-23 13:05:46 UTC pkgsrc-2019Q2 commitmail json YAML

Pullup ticket #6011 - requested by fox
audio/fasttracker2: update, i386 build fix

Revisions pulled up:
- audio/fasttracker2/Makefile                                  1.28-1.30
- audio/fasttracker2/distinfo                                  1.27-1.29
- audio/fasttracker2/patches/patch-src_ft2__header.h            1.1
- audio/fasttracker2/patches/patch-src_ft2__sample__ed.c        1.1

---
  Module Name:    pkgsrc
  Committed By:  fox
  Date:          Sat Jul  6 16:11:35 UTC 2019

  Modified Files:
          pkgsrc/audio/fasttracker2: Makefile distinfo

  Log Message:
  fasttracker2: update to b161

  Changes since b160

  Beta #161 - 04.07.2019
  - Bugfix: If you held down a sample data loop pin while a system request was
    about to be shown, the loop pins would act strange lateron.
  - Bugfix: Fixed a MIDI-related memory leak when pressing "Load config." in the
    Config screen.
  - Bugfix: The palette editor scrollbar thumbs would not draw properly when
    dragging them.
  - Bugfix: Attempting to sample in stereo (Smp. Ed.) at the last sample slot
    would result in a crash.
  - Bugfix: Using keyboard shortcuts to interact with a system request/message
    could trigger an unwanted "note key up" event after the box closed. (déjà vu)
  - The palette editor is now rewritten to behave exactly like original FT2
  - Code cleanup
  - Updated src\gfxdata\bmp\readme.txt

---
  Module Name:    pkgsrc
  Committed By:  fox
  Date:          Sat Jul 13 21:39:35 UTC 2019

  Modified Files:
          pkgsrc/audio/fasttracker2: Makefile distinfo

  Log Message:
  fasttracker2: update to b162

  Changes since b161

  Beta #162 - 12.07.2019
  - Added a "Hardware mouse" option in Config -> Layout
  - Changed the help text a little ("Problems/FAQ" and "Known bugs")

---
  Module Name:    pkgsrc
  Committed By:  fox
  Date:          Mon Jul 22 23:38:47 UTC 2019

  Modified Files:
          pkgsrc/audio/fasttracker2: Makefile distinfo
  Added Files:
          pkgsrc/audio/fasttracker2/patches: patch-src_ft2__header.h
              patch-src_ft2__sample__ed.c

  Log Message:
  fasttracker2: Fixes build failures.

  Fixes build failures in i386 platforms where SSE option is not available.

  Fix suggested by leot@NetBSD.org

(bsiegert)

2019-07-23 11:26:32 UTC pkgsrc-2019Q2 commitmail json YAML

Pullup ticket #6010 - requested by rillig
bootstrap: Solaris 10 build fix (PR pkg/54349)

Revisions pulled up:
- bootstrap/bootstrap                                          1.269

---
  Module Name:    pkgsrc
  Committed By:  rillig
  Date:          Sun Jul 21 20:14:06 UTC 2019

  Modified Files:
          pkgsrc/bootstrap: bootstrap

  Log Message:
  bootstrap/bootstrap: fix bootstrap on Solaris 10

  Fixes pkg/54349.

(bsiegert)