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 (2h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 22:51:14 UTC Now

2020-08-12 14:14:48 UTC MAIN commitmail json YAML

editors/emacs27: import emacs27-27.1

GNU Emacs is an extensible, customizable editor textand more.  At its
core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing.  The
features of GNU Emacs include:

- Content-sensitive editing modes, including syntax coloring, for a
  wide variety of file types including plain text, source code, and
  HTML.
- Complete built-in documentation, including a tutorial for new users.
- Support for many languages and their scripts, including all scripts,
  Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao,
  Ethiopian, and some Indian scripts.
- Highly customizable, using Emacs Lisp code or a graphical
  customization interface.
- A large number of extensions that add other functionality, including
  a project planner, mail and news reader, debugger interface,
  calendar, and more.  Many of these extensions are distributed with
  GNU Emacs; others are available separately.

This package contains Emacs version 27.

(ryoon)

2020-08-12 14:10:11 UTC MAIN commitmail json YAML

Add CMAKE_INSTALL_NAME_DIR, a package-settable variable containing the
destination directory to install shlibs. It's used on macOS by
install_name_tool(1). The default is ${PREFIX}/lib.

(schmonz)

2020-08-12 12:17:05 UTC MAIN commitmail json YAML

doc: Updated time/todotxt to 2.12.0

(leot)

2020-08-12 12:16:54 UTC MAIN commitmail json YAML

todotxt: Update to 2.12.0

Changes:
2.12.0
------
### Added
- Added default priority variable `TODOTXT_PRIORITY_ON_ADD` ([#246])
- Added `done` option as alias of `do` ([#169])
- Added macOS 10.15.x support ([#300])
- Highlighting of dates, metadata and item numbers ([#264])
- Minimal config file / default filenames (todo.txt, done.txt, report.txt)
  ([#289])
- Enable file completion for add-on actions via `_todo_file{1,2,3}_actions`
  ([#270])
- Allow to customize what can be before / inside / after `+project` and
  `@context` ([#271])

### Changed
- Read the task's name and uses as default ([#249])
- Updated interpreter reference to use environment variable ([#160])
- Allow setting of bash completion path ([#301])

### Fixes
- Fixed no end-of-line bug. Supports todos with no end-of-line. ([#295])

(leot)

2020-08-12 11:40:30 UTC MAIN commitmail json YAML

doc: Updated net/minitube to 3.5

(ryoon)

2020-08-12 11:39:55 UTC MAIN commitmail json YAML

2020-08-12 10:31:37 UTC MAIN commitmail json YAML

doc: Updated lang/openjdk11 to 1.11.0.8.10

(ryoon)

2020-08-12 10:30:59 UTC MAIN commitmail json YAML

doc: Updated devel/nspr to 4.27

(ryoon)

2020-08-12 10:30:29 UTC MAIN commitmail json YAML

doc: Updated misc/libreoffice to 7.0.0.3

(ryoon)

2020-08-12 10:29:50 UTC MAIN commitmail json YAML

doc: Updated devel/mdds to 1.6.0

(ryoon)

2020-08-12 08:32:06 UTC MAIN commitmail json YAML

Updated databases/openldap, databases/lmdb

(adam)

2020-08-12 08:31:13 UTC MAIN commitmail json YAML

2020-08-12 06:53:51 UTC MAIN commitmail json YAML

Updated www/nginx-devel, lang/nodejs

(adam)

2020-08-12 06:53:28 UTC MAIN commitmail json YAML

nodejs: updated to 14.8.0

Version 14.8.0 (Current)

Notable Changes

- (SEMVER-MINOR) async_hooks: add AsyncResource.bind utility (James M Snell)
- deps: update to uvwasi 0.0.10 (Colin Ihrig)
- doc: add Ricky Zhou to collaborators (rickyes)
- doc: add release key for Ruy Adorno (Ruy Adorno)
- doc: add DerekNonGeneric to collaborators (Derek Lewis)
- (SEMVER-MINOR) module: unflag Top-Level Await (Myles Borins)
- (SEMVER-MINOR) n-api: support type-tagging objects (Gabriel Schulhof)
- (SEMVER-MINOR) n-api,src: provide asynchronous cleanup hooks (Anna Henningsen)

Commits

- async_hooks: avoid GC tracking of AsyncResource in ALS (Gerhard Stoebich)
- async_hooks: avoid unneeded AsyncResource creation (Gerhard Stoebich)
- async_hooks: improve property descriptors in als.bind (Gerhard Stoebich)
- (SEMVER-MINOR) async_hooks: add AsyncResource.bind utility (James M Snell)
- async_hooks: don't read resource if ALS is disabled (Gerhard Stoebich)
- async_hooks: fix id assignment in fast-path promise hook (Andrey Pechkurov)
- async_hooks: fix resource stack for deep stacks (Anna Henningsen)
- async_hooks: execute destroy hooks earlier (Gerhard Stoebich)
- async_hooks: don't reuse resource in HttpAgent when queued (Andrey Pechkurov)
- benchmark: always throw the same Error instance (Anna Henningsen)
- build: do not run auto-start-ci on forks (Evan Lucas)
- build: run CI on release branches (Shelley Vohr)
- build: enable build for node-v8 push (gengjiawen)
- build: increase startCI verbosity and fix job name (Mary Marchini)
- build: don't run auto-start-ci on push (Mary Marchini)
- build: fix auto-start-ci script path (Mary Marchini)
- build: auto start Jenkins CI via PR labels (Mary Marchini)
- build: toolchain.gypi and node_gyp.py cleanup (iandrc)
- console: document the behavior of console.assert() (iandrc)
- crypto: add OP flag constants added in OpenSSL v1.1.1 (Mateusz Krawczuk)
- deps: update to uvwasi 0.0.10 (Colin Ihrig)
- doc: use _Static method_ instead of _Class Method_ (Rich Trott)
- doc: tidy some addons.md text (Rich Trott)
- doc: use _Class Method_ in async_hooks.md (Rich Trott)
- doc: add Ricky Zhou to collaborators (rickyes)
- doc: edit process.title note for brevity and clarity (Rich Trott)
- doc: update fs.watch() availability for IBM i (iandrc)
- doc: fix typo in path.md (aetheryx)
- doc: add release key for Ruy Adorno (Ruy Adorno)
- doc: clarify process.title inconsistencies (Corey Butler)
- doc: document the connection event for HTTP2 & TLS servers (Tim Perry)
- doc: mention null special-case for napi\_typeof (Ren辿e Kooi)
- doc: add DerekNonGeneric to collaborators (Derek Lewis)
- doc: revise N-API versions matrix text (Rich Trott)
- doc: clarify N-API version 1 (Michael Dawson)
- doc: use consistent spelling for "falsy" (Rich Trott)
- doc: simplify and clarify console.assert() documentation (Rich Trott)
- doc: use consistent capitalization for addons (Rich Trott)
- doc: add mmarchini pronouns (Mary Marchini)
- doc: update mmarchini contact info (Mary Marchini)
- doc: update .mailmap for mmarchini (Mary Marchini)
- doc: use sentence-case for headers in SECURITY.md (Rich Trott)
- esm: fix hook mistypes and links to types (Derek Lewis)
- http: reset headers timeout on headers complete (Robert Nagy)
- http: provide keep-alive timeout response header (Robert Nagy)
- lib: use non-symbols in isURLInstance check (Shelley Vohr)
- lib: absorb path error cases (Gireesh Punathil)
- meta: uncomment all codeowners (Mary Marchini)
- meta: enable http2 team for CODEOWNERS (Rich Trott)
- module: handle Top-Level Await non-fulfills better (Anna Henningsen)
- (SEMVER-MINOR) module: unflag Top-Level Await (Myles Borins)
- n-api: fix use-after-free with napi_remove_async_cleanup_hook (Anna Henningsen)
- (SEMVER-MINOR) n-api: support type-tagging objects (Gabriel Schulhof)
- n-api: simplify bigint-from-word creation (Gabriel Schulhof)
- (SEMVER-MINOR) n-api,src: provide asynchronous cleanup hooks (Anna Henningsen)
- net: don't return the stream object from onStreamRead (Robey Pointer)
- policy: increase tests via permutation matrix (Bradley Meck)
- repl: use _Node.js_ in user-facing REPL text (Rich Trott)
- repl: use _REPL_ in user-facing text (Rich Trott)
- repl: improve static import error message in repl (Myles Borins)
- repl: give repl entries unique names (Bradley Meck)
- src: fix linter failures (Anna Henningsen)
- src: spin shutdown loop while immediates are pending (Anna Henningsen)
- src: fix size underflow in CallbackQueue (Anna Henningsen)
- src: fix unused namespace member in node_util (Andrey Pechkurov)
- test: fix wrong method call (gengjiawen)
- test: add debugging for callbacks in test-https-foafssl.js (Rich Trott)
- test: add debugging for test-https-foafssl.js (Rich Trott)
- test: convert most N-API tests from C++ to C (Gabriel Schulhof)
- test: replace flaky pummel regression tests (Anna Henningsen)
- test: change Fixes: to Refs: (Rich Trott)
- test: fix flaky http-parser-timeout-reset (Robert Nagy)
- test: remove unneeded flag check in test-vm-memleak (Rich Trott)
- tools: fix C++ import checker argument expansion (Anna Henningsen)
- tools: update ESLint to 7.6.0 (Colin Ihrig)
- tools: add meta.fixable to fixable lint rules (Colin Ihrig)
- util: print External address from inspect (unknown)
- wasi: add __wasi_fd_filestat_set_times() test

(adam)

2020-08-12 06:52:13 UTC MAIN commitmail json YAML

nginx-devel: updated to 1.19.2

Changes with nginx 1.19.2

*) Change: now nginx starts closing keepalive connections before all
  free worker connections are exhausted, and logs a warning about this
  to the error log.

*) Change: optimization of client request body reading when using
  chunked transfer encoding.

*) Bugfix: memory leak if the "ssl_ocsp" directive was used.

*) Bugfix: "zero size buf in output" alerts might appear in logs if a
  FastCGI server returned an incorrect response; the bug had appeared
  in 1.19.1.

*) Bugfix: a segmentation fault might occur in a worker process if
  different large_client_header_buffers sizes were used in different
  virtual servers.

*) Bugfix: SSL shutdown might not work.

*) Bugfix: "SSL_shutdown() failed (SSL: ... bad write retry)" messages
  might appear in logs.

*) Bugfix: in the ngx_http_slice_module.

*) Bugfix: in the ngx_http_xslt_filter_module.

(adam)

2020-08-12 00:18:27 UTC MAIN commitmail json YAML

parallel/fastflow: Replace bash in scripts

(brook)

2020-08-11 20:34:46 UTC MAIN commitmail json YAML

2020-08-11 20:32:59 UTC MAIN commitmail json YAML

fixes.html: Expand Github versioning guide

Split section on Github commits into two:

1. Commits before the first release (recommend 0.0.0.N)
2. Commits between releases (use git describe --tags)

Also clean up indentation and remove zero-width space chars that were not
rendering properly.

(bacon)

2020-08-11 18:48:57 UTC MAIN commitmail json YAML

Don't force debugging. Don't record compiler invocation. Bump revision.

(joerg)

2020-08-11 18:48:10 UTC MAIN commitmail json YAML

2020-08-11 18:47:40 UTC MAIN commitmail json YAML

2020-08-11 18:47:14 UTC MAIN commitmail json YAML

2020-08-11 18:46:10 UTC MAIN commitmail json YAML

2020-08-11 18:45:25 UTC MAIN commitmail json YAML

2020-08-11 18:44:53 UTC MAIN commitmail json YAML

asyncio is not supported by Python 2.

(joerg)

2020-08-11 18:44:01 UTC MAIN commitmail json YAML

py-tqdm doesn't support Python 2.7.

(joerg)

2020-08-11 18:43:20 UTC MAIN commitmail json YAML

2020-08-11 18:42:49 UTC MAIN commitmail json YAML

Python is necessary for the build. Reference it correctly.

(joerg)

2020-08-11 18:41:55 UTC MAIN commitmail json YAML

2020-08-11 18:41:26 UTC MAIN commitmail json YAML

2020-08-11 18:40:45 UTC MAIN commitmail json YAML

Install a script as script, so it doesn't get stripped.

(joerg)

2020-08-11 18:06:10 UTC MAIN commitmail json YAML

net/mosquitto: Adjust patch comments (NFC)

Hunk to drop -ldl on NetBSD has been applied upstream.

Add \todo items on hunk about SunOS ldflags to 1) explain the change
and 2) file it upstream.

(gdt)

2020-08-11 17:18:59 UTC MAIN commitmail json YAML

Dropping a dependency warrants a PKGREVISION bump.

(hauke)

2020-08-11 16:15:46 UTC MAIN commitmail json YAML

2020-08-11 16:12:57 UTC MAIN commitmail json YAML

nspr: Update to 4.27

Changelog:
NSPR 4.27 contains the following changes:
- The macOS platform code for shared library loading was
  changed to support macOS 11.
  If the absolute path parameter given to PR_LoadLibrary
  begins with either /System/ or /usr/lib/ then no test is
  performed if the library exists at a file.
- An include statement for a Windows system library header
  was added

(ryoon)

2020-08-11 16:07:39 UTC MAIN commitmail json YAML

libreoffice: Update to 7.0.0.3

* Support Python 3.8.

Changelog:
Summary of Other New Features

GENERAL

- New icon theme, the default on macOS: Sukapura
- New shapes galleries: arrows, diagrams, icons and more...
- Glow and soft edge effects for objects

WRITER

- Navigator is easier to use, with more context menus
- Semi-transparent text is now supported
- Bookmarks can now be displayed in-line in text
- Padded numbering in lists, for consistency
- Better handling of quotation marks and apostrophes

CALC

- New functions for non-volatile random number generation
- Keyboard shortcut added for autosum

IMPRESS & DRAW

- Semi-transparent text is supported here too
- Subscripts now return to the default of 8%
- PDFs larger than 500 cm can now be generated

(ryoon)

2020-08-11 16:03:49 UTC MAIN commitmail json YAML

mdds: Update to 1.6.0

Changelog:
    multi_type_vector
        switched to using binary search on block position lookup, which
        significantly improves element access performance in general,
        at the expense of slight performance degradation on block shifting.

    added support for lcov, to visualize test coverage.

(ryoon)

2020-08-11 16:02:23 UTC MAIN commitmail json YAML

doc: Updated multimedia/adobe-flash-player to 32.0.0.414

(tsutsui)

2020-08-11 16:02:08 UTC MAIN commitmail json YAML

2020-08-11 15:29:26 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-cairo to 1.16.6

(tsutsui)

2020-08-11 15:29:11 UTC MAIN commitmail json YAML

ruby-cairo: update to 1.16.6.

Upstream changes (from NEWS)

Release 1.16.6 (2020-07-23) Sutou Kouhei <kou@cozmixng.org>
============================================================

Improvements
------------

  * Specified GPL 2.0 or later explicitly in gemspec.
    [GitHub#62][Reported by Gabriel Mazetto]

  * Added more metadata to gem.
    [GitHub#63][Patch by Gabriel Mazetto]

Fixes
-----

  * Windows: Fixed a link error.
    [GitHub#ruby-gnome/ruby-gnome#1402][Reported by dsisnero]

Thanks
------

  * Gabriel Mazetto

  * dsisnero

(tsutsui)

2020-08-11 15:01:07 UTC MAIN commitmail json YAML

Since the Java guiserver has been removed in 10.7.2, there is no
reason to depend this package on a (rather heavyweight) Java VM.

(hauke)

2020-08-11 13:38:26 UTC MAIN commitmail json YAML

doc: Updated filesystems/fuse-ext2 to 0.0.10

(nia)

2020-08-11 13:38:14 UTC MAIN commitmail json YAML

fuse-ext2: Update to 0.0.10

this is a settlement release for fuse-ext2.

limitations:

    disabled multithread support by default for fuse.
    write support is disabled by default, use '-o rw+' option for to enable writing. and use at your own risk.

Mon Mar 30 19:17:44 EEST 2015
- version 0.0.9
- fix write tests for pjdfstest
- fix ext2fs_file_*, need to open/release in every file operation

Mon Mar 28 10:21:43 EEST 2015
- version 0.0.8 - lazarus, raised from dead
- use e2fsprogs from system (mac, linux)
- fix build routines for new systems (mac, linux)
- switch to osxfuse (mac)

(nia)

2020-08-11 12:45:54 UTC MAIN commitmail json YAML

Up to 10.12.6 at least, the Mac OS X linker, does not support "-no_warn_inits".

(hauke)

2020-08-11 12:40:54 UTC MAIN commitmail json YAML

Make sure we build with gnutls on Darwin, too, instead of the native
ssl libraries. The latter does not work well with older
(Apple-desupported) Darwin versions.

(hauke)

2020-08-11 12:26:52 UTC MAIN commitmail json YAML

doc: Updated net/mosquitto to 1.6.11

(gdt)

2020-08-11 12:26:41 UTC MAIN commitmail json YAML

net/mosquitto: Update to 1.6.11

pkgsrc changes: none
upstream changes: bugfixes

(gdt)

2020-08-11 12:13:45 UTC MAIN commitmail json YAML

SDL2: include jack in buildlink

(nia)

2020-08-11 12:13:32 UTC MAIN commitmail json YAML

ffmpeg2: Remove openssl option.

This does not support OpenSSL 1.1.

Only effects (and fixes) builds using custom options to force
the use of OpenSSL, e.g. joyent's

(nia)

2020-08-11 10:03:57 UTC MAIN commitmail json YAML

graphviz: fix PLIST

When swig is not pulled in, two files are not created. Fix PLIST logic
in that case.

(wiz)

2020-08-11 06:36:50 UTC MAIN commitmail json YAML

Updated devel/py-prompt_toolkit2, net/py-responses

(adam)

2020-08-11 06:36:08 UTC MAIN commitmail json YAML

py-responses: updated to 0.10.16

0.10.16
- Add a requirements pin to urllib3. This helps prevent broken install states where
  cookie usage fails.

(adam)

2020-08-11 06:34:54 UTC MAIN commitmail json YAML

py-prompt_toolkit2: updated to 3.0.6

3.0.6:

New features:
- The SSH/Telnet adaptors have been refactored and improved in several ways.
  * Handle terminal types for both telnet and SSH sessions.
  * Added pipe input abstraction. (base class for `PosixPipeInput` and
    `Win32PipeInput`).
  * The color depth logic has been refactored and moved to the `Output`
    implementations. Added `get_default_color_depth` method to `Output`
    objects.
  * All line feets are now preceded by a carriage return in the telnet
    connection stdout.
- Introduce `REPLACE_SINGLE` input mode for Vi key bindings.
- Improvements to the checkbox implementation:
    * Hide the scrollbar for a single checkbox.
    * Added a "checked" setter to the checkbox.
- Expose `KeyPressEvent` in key_binding/__init__.py (often used in type
  annotations).
- The renderer has been optimized so that no trailing spaces are generated
  (this improves copying in some terminals).

Fixes:
- Ignore F21..F24 key bindings by default.
- Fix auto_suggest key bindings when suggestion text is empty.
- Bugfix in SIGWINCH handling.
- Handle bug in HSplit/VSplit when the number of children is zero.
- Bugfix in CPR handling in renderer. Proper cancellation of pending tasks.
- Ensure rprompt aligns with input.
- Use `sys.stdin.encoding` for decoding stdin stream.

(adam)

2020-08-11 05:58:29 UTC MAIN commitmail json YAML

(math/py-numpy) INSTALL.rst.txt says Cython >= 0.29.21

(mef)

2020-08-10 23:20:18 UTC MAIN commitmail json YAML

Updated lang/sbcl to version 2.0.7.

(rjs)

2020-08-10 23:18:52 UTC MAIN commitmail json YAML

Update to version 2.0.7.

Allow it to be built with lang/abcl. Remove build dependency on lang/sbcl
if bootstrapping.

Changes since version 1.5.7

New in version 2.0.7

    * minor incompatible change: SB-THREAD:THREAD-OS-TID returns NIL
      for a thread which has exited.
    * minor incompatible change: OPEN no longer calls TRUENAME
      implicitly on a string filespec prior to issuing an open()
      system call.
    * minor incompatible change: PATHNAME is no longer a STRUCTURE-OBJECT.
    * documentation: HASH-FUNCTION is a function
      designator. (#1888028, reported by Jacek Zlydach)
    * bug fix: eliminated a potential garbage-collector deadlock when
      linking with TCMalloc.
    * bug fix: foreign threads (those not made by
      SB-THREAD:MAKE-THREAD) can not crash with a "GC_PENDING, but
      why?" error when returning back from Lisp into the foreign
      caller.
    * bug fix: sb-fasteval crashed trying to install a JIT-compiled
      DEFSTRUCT accessor in a locked package.
    * bug fix: removed misuse of putwc() which caused stdio streams to
      drop characters.
    * bug fix: the "maximum interrupt nesting depth exceeded" error
      generated in the C runtime is significantly less likely to
      occur.
    * bug fix: sb-sprof should no longer segfault from calling
      pthread_kill() on a nonexistent thread.
    * bug fix: a portability issue arising from various build hosts
      (#1886255, reported by Pierre Neidhart)
    * bug fix: spurious compiler warnings from REDUCE with
      :INITIAL-VALUE. (#1885515, reported by Michael South)
    * bug fix: an inconsistency between class hierarchies and the type
      system under some circumstances involving
      redefinition. (#1886397, reported by Atilla Lendvai)
    * bug fix: the USE-VALUE restart for OPEN on non-existent files is
      more likely to function as expected. (#1886587)
    * bug fix: various invalid inputs to ROTATE-BYTE no longer cause
      compiler errors. (#1887164, #1888152)
    * optimization: PPC64 on linux uses the __thread annotation on C
      variables in preference to pthread_setspecific() and
      pthread_getspecific().

New in version 2.0.6

    * planned incompatible change: the defined symbols in the
      Metaobject Protocol, currently accessible from both SB-MOP and
      SB-PCL packages, will in a later release be no longer exported
      from SB-PCL.
    * platform support:
        * better support for dynamic-extent on the SPARC architecture.
        * bug fix for loading very large core files.
        * bug fix for logior and logxor on PPC64.
    * enhancement: EQUALP on structure instances uses code specialized
      to each structure type, inlining comparison of non-pointer
      slots.
    * enhancement: some standard operators, such as
      WITH-OUTPUT-TO-STRING and CHANGE-CLASS, have been adapted to use
      dynamic-extent temporary objects, and so cons less garbage on
      the heap.
    * enhancement: read tables are more space- and speed efficient
    * bug fix: stream conditions with dynamic-extent streams have the
      stream replaced by a stub. (reported by Matt Kaufmann)
    * bug fix: garbage collections triggered from foreign callbacks
      crashed. (#1884403, reported by Andrew Kent)
    * bug fix: compiler failure in compiling MAKE-LIST. (#1881349)
    * bug fix: using the debugger from frames with calls to functions
      with unsupplied optional arguments is less likely to cause heap
      corruption. (#1883745)

New in version 2.0.5

    * platform support:
* experimental support for ARM32 and ARM64 on OpenBSD
* better musl libc support. (#1768368, thanks to Eric Timmons)
* more correct use of futexes on 64-bit Linux. (#1876825,
          reported by Ilya Perminov)
* restore building on current Solaris. (#1881393, thanks to
          Shawn Ellis)
    * enhancement: CMUCL-style START-BLOCK and END-BLOCK declarations
      are now supported for block compiling forms at a sub-file
      granularity.
    * enhancement: IPv6 support in sb-bsd-sockets is enabled on Windows.
    * minor change: *compile-print* now makes it more clear what block
      compilation is actually doing. The default output is now
      slightly more verbose as a result.
    * bug fix: number keys in EQUALP hash tables are correctly
      hashed. (#1878653, reported by Syll)
    * bug fix: EQness is better preserved given partial sharing of
      list contents in the file compiler. (#1583753, reported by Denis
      Budyak)
    * bug fix: the peephole pass neglected to preserve jump table
      labels. (#1876485)
    * bug fix: fix compiler crash in block compilation merging of
      toplevel lambdas. (#1865336, reported by il71)
    * bug fix: sb-introspect's function-lambda-arglist is better at
      extracting default values of nested macro arguments. (#1876194)
    * bug fix: RESTART-BIND's body is an implicit progn, and so does
      not accept declarations. (#1876303, reported by Michal Herda)
    * optimization: EQUAL hash tables with keys involving
      structure-objects will have fewer systematic collisions.

New in version 2.0.4

    * platform support:
* 32-bit RISC-V is now fully supported. Unlike other ports,
          its backend is entirely shared with 64-bit RISC-V.
* native threads are now supported on RISC-V.
* fix and add some x86-64 vector instructions. (reported by
          Shubhamkar Ayare)
* improve pointer representation on ppc64 for low-level
          performance improvement.
* threads are more stable on big-endian ppc64
    * enhancement: forward-referenced type tests can now be open-coded
      by using block compilation. The result is that mutually
      referential defstructs are now efficiently compiled in block
      compilation mode, superseding a lighter mechanism that worked in
      fewer contexts. However, that lighter mechanism has been
      removed, so for now, users who want to efficiently compile
      mutually referential defstructs must explicitly opt-in using
      block compilation.
    * bug fix: defstructs with empty initforms in the sbcl source are
      now explicitly intiialized with NIL, as that is undefined
      behavior under ANSI. This helps cross compilation hosts which do
      not implicitly initialize empty initform slots to NIL. (Thanks
      to Karsten Poeck)
    * bug fix: backtracing through assembly routines now works
      properly on RISC-V.
    * bug fix: ASH no longer gets miscompiled in certain edge cases on RISC-V.
    * bug fix: &MORE args have been slightly optimized and are more
      correct on RISC-V.
    * bug fix: unused local functions with &REST/&KEY/&OPTIONAL now
      also issue a deletion note.
    * bug fix: APPLY on a large list ("large" being in excess of 2k to
      16k items depending on the platform) can no longer crash the
      gencgc collector.
    * bug fix: sb-concurrency FRLOCK algorithm has been corrected. (#1087955)
    * bug fix: block compilation now respects inlining declarations
      better (like CMUCL).
    * optimization: hashing of structures with raw slots for EQUALP
      hash tables has been improved.

New in version 2.0.3

    * incompatible change: the external format now defaults to UTF-8
      and is not affected by LANG. SB-EXT:*DEFAULT-EXTERNAL-FORMAT* is
      now the only way to change it.
    * minor incompatible change: the undocumented :EPHEMERAL argument
      to MAKE-THREAD has been removed.
    * minor incompatible change: DECLARE type testing of structure
      types when the SAFETY optimization quality is less than SPEED
      (but greater than 0) is precise, rather than merely testing that
      an object is a (general) STRUCTURE-OBJECT.
    * platform support
* respect sunos platform assembler flag handling
* riscv architecture can be detected during the build
* enabled the sb-dynamic-core feature on riscv, sparc, and
          made it unconditional everywhere
* cheneygc is an option for arm and arm64
    * enhancement: the installed sbcl executable tree can be renamed
      or moved without risk of incorrectly referencing a '.core' file
      from an obsolete path. (#666086)
    * optimization: transform (values-list (list one-item)) to (values
      one-item) as multiple items were already recognized.

New in version 2.0.2

    * new feature: CMUCL-style block compilation support has been
      added, allowing whole program optimization. It has been
      documented in a new section of the manual entitled "Advanced
      Compiler Use and Efficiency Hints". In particular, users of
      block compilation will find a large speedup for numerical code,
      as functions which call or return floating point values will
      keep everything unboxed.
    * bug fix: in CHANGE-CLASS, handle non-standard
      slot-value-using-class for :INSTANCE and :CLASS slots
      better. (reported by Shinmera on #sbcl)
    * bug fix: REMHASH in an EQUAL or EQUALP hash-table works
      correctly on a key for which EQUAL (respectively EQUALP) is
      reduced to EQ. (#1865094)
    * bug fix: do not emit a warning for DEFCLASS slots with
      mismatched :TYPE and :INITFORM when the class has a non-standard
      metaclass.
    * bug fix: DISASSEMBLE on SPARC is less likely to spuriously
      annotate code sequences as error traps.

New in version 2.0.1

    * minor incompatible change: some symbols have been removed from
      *FEATURES* based on a determination of which should be
      impermissible to examine via #+ and #- reader macros in
      user-written code.
    * optimization: DEFSTRUCT copiers including COPY-STRUCTURE are
      able to stack-allocate the result when declared dynamic-extent.
    * bug fix: loop analysis code more robust. In particular, loop
      nesting depth is computed more accurately, improving the
      register allocation around loops.

New in version 2.0.0

    * minor incompatible change: heap relocation now works on
      Windows. Since this feature now works on all platforms, it is
      enabled unconditionally and the :RELOCATABLE-HEAP symbol no
      longer appears on *FEATURES* in any builds. (Thanks to Lu鱈s
      Borges de Oliveira)
    * enhancement: malformed type specifiers and occurrences of
      deprecated types in :TYPE initargs of DEFCLASS and
      DEFINE-CONDITION slot specifications are detected and result in
      compile-time errors and warnings respectively.
    * enhancement: parallel contrib building, controlled by
      SBCL_MAKE_JOBS=-jX the same as for the C runtime.
    * bug fix: add a walker template for WITH-SOURCE-FORM.
    * bug fix: start the summary of a compilation unit on a fresh
      line. (Thanks to Zach Beane)
    * bug fix: on Windows, PARSE-NATIVE-NAMESTRING produces an
      absolute directory when parsing a bare drive name and
      :AS-DIRECTORY is specified. (Thanks to Lu鱈s Borges de Oliveira)
    * bug fix: on RISCV, the runtime is linked with libz if the core
      compression feature is requested. (Thanks to Andreas Schwab)
    * bug fix: ADJOIN using an EQL test and a KEY function only
      transforms into an EQ test if the key function returns values
      for which EQ and EQL are guaranteed to be the same.
    * optimizations:
* the instruction sequence for multiple-value calls is more
          efficient on x86-64.
* the direction flag is now unused on x86 and x86-64 when
          handling an unknown number of return values. (Thanks to
          Fanael Linithien)
* the x86-64 backend is better able to use memory operands for
          arithmetic operations.
* compilation of TYPECASE to a jump table is enabled when all
          the types being tested are frozen.
* compilation of CASE and ECASE into a jump table has been
          implemented on 32- and 64-bit powerpc platforms.
* the implementation of Unicode normalization has been sped up.
* pretty-printing dispatch on conses is faster, particularly
          with the standard pretty-print dispatch table. Deeply-nested
          forms should also pretty-print faster.

New in version 1.5.9

    * platform support:
* a message intended to be more helpful will be displayed for
        an mmap failure on OpenBSD.
* the soft-float ABI on ARM32 is better supported, in
          particular in returning double floats from calls into C.
    * optimizations:
* CASE and ECASE with symbols as keys may be optimized into a
          vector lookup if all result forms are quoted or
          self-evaluating objects.
* CASE and ECASE can be optimized into a jump table on the
          x86[-64] backends with arbitrary result forms provided that
          the clause keys are either all fixnums, all characters, or
          all symbols.
* a number of forms are converted to use CASE in circumstances
          where that makes sense, including calls to POSITION, MEMQ
          and MEMBER, and TYPECASE where the types are MEMBER/EQL
          types.
* POSITION of a variable symbol in a constant sequence of
          symbols is converted to CASE and thence to a jump table.
* TYPECASE of a variable where the clauses are member types is
          converted to CASE and thence to a jump table.
* a number of slow instructions are no longer used on x86 and
          x86-64 machines. (Thanks to Fanael Linithien)
* the compiler is better at tracking the implications of
          branches after EQ and EQL tests.
* parsing &KEY lists is slightly less register-intensive.
* a pattern-based peephole optimizer pass has been added,
          running some simple transformations on the x86-64 backend.
    * enhancements: more thorough compile-time type checking of
      various initforms (defclass, &key, defstruct).
    * bug fix: unions of complicated CONS types are less likely to
      cause an infinite loop. (#1799719)
    * bug fix: DESCRIBE on functions not named by extended function
      designators no longer signals a type error. (#1850531, reported
      by Michal Herda)

New in version 1.5.8

    * platform support:
        * support for Mac OS X Catalina
* improvements in interoperability with C code compiled with
          memory sanitization options
* libsbcl.so links to zlib when sb-core-compression is
          enabled. (#1845763, thanks to Juan M. Bello-Rivas)
* workarounds for BSD issues around mmap() and
          pthread_attr_setstack(). (#1845936) support SSE for bzero if
          available on OpenBSD
    * optimizations:
* improved type understanding and translations for division
          operators (including TRUNCATE, GCD, LCM).
* sequential comparisons and branches can elide intermediate
          comparisons. (#1847284)
* convert EQUAL and EQUALP to EQL if either of the arguments
          is a type for which the structural equality predicate is
          identical to the simpler equality check. (#1848583)
* internal operators implementing string comparisons produce
          simpler-to-consume values. (#1848776)
    * bug fix: inspecting adjustable arrays and vectors with fill
      pointers works better. (#1846191, reported by Yves Pagani)

(rjs)

2020-08-10 22:33:07 UTC MAIN commitmail json YAML

doc: note update of mail/roundcube t 1.4.8

Update roundcube packages to 1.4.8.

mail/roundcube
mail/roundcube-plugin-enigma
mail/roundcube-plugin-password
mail/roundcube-plugin-zipdownload

(taca)

2020-08-10 22:30:41 UTC MAIN commitmail json YAML

mail/roundcube: update to 1.4.8

Update roundcube to 1.4.8, security release.

RELEASE 1.4.8
-------------
- Security: Fix potential XSS issue in HTML editor of the identity signature input (#7507)
- Managesieve: Fix too-small input field in Elastic when using custom headers (#7498)
- Fix support for an error as a string in message_before_send hook (#7475)
- Elastic: Fix redundant scrollbar in plain text editor on mail reply (#7500)
- Elastic: Fix deleted and replied+forwarded icons on messages list (#7503)
- Managesieve: Allow angle brackets in out-of-office message body (#7518)
- Fix bug in conversion of email addresses to mailto links in plain text messages (#7526)
- Fix format=flowed formatting on plain text part derived from the HTML content (#7504)
- Fix incorrect rewriting of internal links in HTML content (#7512)
- Fix handling links without defined protocol (#7454)
- Fix paging of search results on IMAP servers with no SORT capability (#7462)
- Fix detecting special folders on servers with both SPECIAL-USE and LIST-STATUS (#7525)
- Security: Fix cross-site scripting (XSS) via HTML messages with malicious svg content [CVE-2020-16145]
- Security: Fix cross-site scripting (XSS) via HTML messages with malicious math content

(taca)

2020-08-10 20:54:45 UTC MAIN commitmail json YAML

php-baikal: This needs php-json, depend on it.

Bump PKGREVISION.

(wiz)

2020-08-10 18:19:00 UTC MAIN commitmail json YAML

doc: Added biology/R-popbio version 2.7

(brook)

2020-08-10 18:18:46 UTC MAIN commitmail json YAML

biology/R-popbio: import R-popbio-2.7

Construct and analyze projection matrix models from a demography study
of marked individuals classified by age or stage. The package covers
methods described in Matrix Population Models by Caswell (2001) and
Quantitative Conservation Biology by Morris and Doak (2002).

(brook)

2020-08-10 16:59:12 UTC MAIN commitmail json YAML

doc: Updated graphics/kvantum to 0.16.1

(pin)

2020-08-10 16:58:29 UTC MAIN commitmail json YAML

graphics/kvantum: update to 0.16.1

V0.16.1
---------
* Consider a toolbar stylable if it contains a tabbar that isn't inside the
same window.
* Be more explicit about the color group when getting colors from the standard
palette.

(pin)

2020-08-10 14:45:53 UTC MAIN commitmail json YAML

janet: CFLAGS.NetBSD no longer needed here

(nia)

2020-08-10 14:43:32 UTC MAIN commitmail json YAML

Updated devel/py-joblib, textproc/py-nltk

(adam)

2020-08-10 14:43:10 UTC MAIN commitmail json YAML

py-nltk: updated to 3.5

Version 3.5
* add support for Python 3.8
* drop support for Python 2
* create NLTK's own Tokenizer class distinct from the Treebank reference tokeniser
* update Vader sentiment analyser
* fix JSON serialization of some PoS taggers
* minor improvements in grammar.CFG, Vader, pl196x corpus reader, StringTokenizer
* change implementation <= and >= for FreqDist so they are partial orders
* make FreqDist iterable
* correctly handle Penn Treebank trees with a unlabeled branching top node.

(adam)

2020-08-10 14:41:37 UTC MAIN commitmail json YAML

py-joblib: updated to 0.16.0

Release 0.16.0
--------------

- Fix a problem in the constructors of of Parallel backends classes that
  inherit from the `AutoBatchingMixin` that prevented the dask backend to
  properly batch short tasks.

- Fix a problem in the way the joblib dask backend batches calls that would
  badly interact with the dask callable pickling cache and lead to wrong
  results or errors.

- Prevent a dask.distributed bug from surfacing in joblib's dask backend
  during nested Parallel calls (due to joblib's auto-scattering feature)

- Workaround for a race condition after Parallel calls with the dask backend
  that would cause low level warnings from asyncio coroutines:

(adam)

2020-08-10 13:49:55 UTC MAIN commitmail json YAML

doc: Updated net/bftpd to 5.6

(nia)

2020-08-10 13:49:16 UTC MAIN commitmail json YAML

bftpd: Update to 5.6

Jesse Smith <jessefrgsmith@yahoo.ca> -> 5.6
- When Bftpd is run with the -n flag (no configuration file)
          default ratio settings prevented files from downloading.
          Samuel Hsu has patched Bftpd to assume no ratio ("") is
          treated the same as "none" or no restrictions.
- Fixed potential overflow in buffer for directory listing.
- Used calloc() and single strlen() call to avoid having
  a string without a NULL terminator mystring library.

(nia)

2020-08-10 13:46:15 UTC MAIN commitmail json YAML

Update multimedia/sickgear to 0.21.42

Changes:

0.21.40:
* Change allow Python 3.8.5

0.21.41:
* Update NZBGet extension 2.5 to 2.6

0.21.42:
* Fix SickBeard search API compatibility issue

(js)

2020-08-10 11:23:50 UTC MAIN commitmail json YAML

redis: remove trailing space in startup script

(wiz)

2020-08-10 08:55:11 UTC MAIN commitmail json YAML

doc: Updated geography/R-deldir to 0.1.28

(mef)

2020-08-10 08:54:59 UTC MAIN commitmail json YAML

(geography/R-deldir) Updated 0.1.28

Version 0.1-28

Removed a browser() call that I'd left lying around in deldir().
  Grrrrrr!!!!

15/07/2020

(mef)

2020-08-10 06:57:13 UTC MAIN commitmail json YAML

Updated misc/py-stdnum, www/py-hstspreload

(adam)

2020-08-10 06:56:56 UTC MAIN commitmail json YAML

py-hstspreload: updated to 2020.8.8

2020.8.8:
Sync with Chromium.

(adam)

2020-08-10 06:55:46 UTC MAIN commitmail json YAML

py-stdnum: updated to 1.14

changes from 1.13 to 1.14
-------------------------

* Add modules for the following number formats:

  - УНП, UNP (Учетный номер плательщика, the Belarus VAT number)
  - AIC (Italian code for identification of drugs) (thanks Fabrizio Montanari)
  - Company Number (מספר חברה, or short ח.פ. Israeli company number)
    (thanks Leandro Regueiro)
  - NIT (Número de Identificación Tributaria, El Salvador tax number)
    (thanks Leandro Regueiro)
  - USCC (Unified Social Credit Code, 统一社会信用代码, China tax number)
    (thanks Leandro Regueiro)
  - UEN (Singapore's Unique Entity Number) (thanks Leandro Regueiro)
  - BRN (사업자 등록 번호, South Korea Business Registration Number)
    (thanks Leandro Regueiro)
  - MST (Mã số thuế, Vietnam tax number) (thanks Leandro Regueiro)
  - NPWP (Nomor Pokok Wajib Pajak, Indonesian VAT Number)
    (thanks Leandro Regueiro)
  - UBN (Unified Business Number, 統一編號, Taiwanese tax number)
    (thanks Leandro Regueiro)
  - UTR (United Kingdom Unique Taxpayer Reference) (thanks Mohammed Salman)
  - ONRC (Ordine din Registrul Comerţului, Romanian Trade Register identifier)
    (thanks dotbit1)
  - GS1-128 (Standard to encode product information in Code 128 barcodes)
    (thanks Sergi Almacellas Abellana)
  - VATIN (International value added tax identification number)
    (thanks Leandro Regueiro)

* Fix missing Dominican Republic NCF document types (thanks Gustavo Valverde)
* Fix issue with extra plus or minus in Swedish Personnummer
  (thanks balderman)
* Update Dominican Republic DGII endpoint (thanks Gustavo Valverde)
* Support validating temporary Finnish personal identity codes
  (thanks Aleksi Hoffman)
* Fix misleading docstring in se.personnummer.get_birth_date()
  (thanks Leon Sandøy)
* Improve birth date validation in Danish CPR (thanks Leon Sandøy)
* Add birth date validating in Norwegian Fødselsnummer (thanks Leon Sandøy)
* Add missing vat aliases for a number of countries (thanks Leandro Regueiro)
* Use HTTPS instead of HTTP fox VIES lookups (thanks grzekru)
* Switch to HTTPS URLs where possible
* Support 6 as third digit in Ecuadorian CI (thanks Christopher Ormaza)
* Add an online check for South Korean BRN
* Fix unescaping in Dominican Republic RNC online check (thanks evaldez89)
* Support foreign residents for Romanian CNP (thanks dotbit1)

(adam)

2020-08-10 06:13:43 UTC MAIN commitmail json YAML

Updated databases/py-asyncpg, databases/py-ldap3

(adam)

2020-08-10 06:12:08 UTC MAIN commitmail json YAML

py-ldap3: updated to 2.8

2.8:
- new feature: SafeSync strategy (SAFE_SYNC) for using a synchronous Connection object in a multi-threading program
- new feature: LDIF_LINE_LENGTH for specifying line length wrapping in ldif-content output (default to 78 as per RFC 2849)
- fixed requirements for pyasn1
- fixed regression for ldapi connections
- fixed issue with lazy connection requesting server info on every operation
- fixed searching by objectGUID in hex format (thanks Matt)
- added iso_format parameter to utils.format_json to return dates in ISO format (thanks Hugh)
- fixed issue with Referral attributes not returned by the referral server (thanks Nazarii)
- fixed lost error message in auto_bind (thanks cfelder)
- fixed delete_old_dn in mock connections (thanks kpinc)
- fixed a ResourceWarning with lazy connections
- fixed entry_to_json() that in python2 modified the original entry value (thanks Dirk-Jan)
- tests desnt' raise Exception if real server is not present

(adam)

2020-08-10 06:11:17 UTC MAIN commitmail json YAML

py-asyncpg: updated to 0.21.0

asyncpg v0.21.0

Improvements

Add support for password functions (useful for RDS IAM auth)
Add support for connection termination listeners
Update CI matrix, aarch64 builds

Fixes

Fix possible uninitalized pointer access on unexpected array
message data (CVE-2020-17446)
Fix Connection class _copy_in private method
Bump pgproto to fix compilation issues
Improve pool documentation examples
Update usage.rst
Fix links in connection documentation
Fix usage documentation for hstore
Fix compiler warnings

(adam)

2020-08-09 23:37:32 UTC MAIN commitmail json YAML

2020-08-09 23:18:31 UTC MAIN commitmail json YAML

pbulk-0.70: store end of build in epoche format too

This is nicer for using bulk builds as benchmark as it doesn't require
parsing dates.

(joerg)

2020-08-09 23:16:48 UTC MAIN commitmail json YAML

Don't depend on openssl.cnf to exist.

(joerg)

2020-08-09 23:15:48 UTC MAIN commitmail json YAML

Needs a newer ipython which doesn't support Python 3.6. Adjust.

(joerg)

2020-08-09 23:14:29 UTC MAIN commitmail json YAML

2020-08-09 23:12:13 UTC MAIN commitmail json YAML

2020-08-09 22:14:36 UTC MAIN commitmail json YAML

2020-08-09 22:11:46 UTC MAIN commitmail json YAML

doc: Updated lang/nim to 1.2.6

(nikita)

2020-08-09 22:11:29 UTC MAIN commitmail json YAML

nim: Update to 1.2.6

Changelog extracted from the unspecific changelog.md on the 1.2.6 tag.
Unable to get a Changelog diff for 1.2.4 and 1.2.6.

# v1.4.0 - yyyy-mm-dd

## Standard library additions and changes

  For `net` and `nativesockets`, an `inheritable` flag has been added to all
  `proc`s that create sockets, allowing the user to control whether the
  resulting socket is inheritable. This flag is provided to ease the writing of
  multi-process servers, where sockets inheritance is desired.

  For a transistion period, define `nimInheritHandles` to enable file handle
  inheritance by default. This flag does **not** affect the `selectors` module
  due to the differing semantics between operating systems.

  `system.setInheritable` and `nativesockets.setInheritable` is also introduced
  for setting file handle or socket inheritance. Not all platform have these
  `proc`s defined.

- The file descriptors created for internal bookkeeping by `ioselector_kqueue`
  and `ioselector_epoll` will no longer be leaked to child processes.

- `strutils.formatFloat` with `precision = 0` has been restored to the version
  1 behaviour that produces a trailing dot, e.g. `formatFloat(3.14159, precision = 0)`
  is now `3.`, not `3`.
- `critbits` adds `commonPrefixLen`.

- `relativePath(rel, abs)` and `relativePath(abs, rel)` used to silently give wrong results
  (see #13222); instead they now use `getCurrentDir` to resolve those cases,
  and this can now throw in edge cases where `getCurrentDir` throws.
  `relativePath` also now works for js with `-d:nodejs`.

- JavaScript and NimScript standard library changes: `streams.StringStream` is
  now supported in JavaScript, with the limitation that any buffer `pointer`s
  used must be castable to `ptr string`, any incompatible pointer type will not
  work. The `lexbase` and `streams` modules used to fail to compile on
  NimScript due to a bug, but this has been fixed.

  The following modules now compile on both JS and NimScript: `parsecsv`,
  `parsecfg`, `parsesql`, `xmlparser`, `htmlparser` and `ropes`. Additionally
  supported for JS is `cstrutils.startsWith` and `cstrutils.endsWith`, for
  NimScript: `json`, `parsejson`, `strtabs` and `unidecode`.

- Added `streams.readStr` and `streams.peekStr` overloads to
  accept an existing string to modify, which avoids memory
  allocations, similar to `streams.readLine` (#13857).

- Added high-level `asyncnet.sendTo` and `asyncnet.recvFrom`. UDP functionality.

- `paramCount` & `paramStr` are now defined in os.nim instead of nimscript.nim for nimscript/nimble.
- `dollars.$` now works for unsigned ints with `nim js`

- Improvements to the `bitops` module, including bitslices, non-mutating versions
  of the original masking functions, `mask`/`masked`, and varargs support for
  `bitand`, `bitor`, and `bitxor`.

- `sugar.=>` and `sugar.->` changes: Previously `(x, y: int)` was transformed
  into `(x: auto, y: int)`, it now becomes `(x: int, y: int)` in consistency
  with regular proc definitions (although you cannot use semicolons).

  Pragmas and using a name are now allowed on the lefthand side of `=>`. Here
  is an aggregate example of these changes:
  ```nim
  import sugar

  foo(x, y: int) {.noSideEffect.} => x + y

  # is transformed into

  proc foo(x: int, y: int): auto {.noSideEffect.} = x + y
  ```
- The fields of `times.DateTime` are now private, and are accessed with getters and deprecated setters.

- The `times` module now handles the default value for `DateTime` more consistently. Most procs raise an assertion error when given
  an uninitialized `DateTime`, the exceptions are `==` and `$` (which returns `"Uninitialized DateTime"`). The proc `times.isInitialized`
  has been added which can be used to check if a `DateTime` has been initialized.

- Fix a bug where calling `close` on io streams in osproc.startProcess was a noop and led to
  hangs if a process had both reads from stdin and writes (eg to stdout).

- The callback that is passed to `system.onThreadDestruction` must now be `.raises: []`.
- The callback that is assigned to `system.onUnhandledException` must now be `.gcsafe`.

- `osproc.execCmdEx` now takes an optional `input` for stdin, `workingDir` and `env`
  parameters.

- Added a `ssl_config` module containing lists of secure ciphers as recommended by
  [Mozilla OpSec](https://wiki.mozilla.org/Security/Server_Side_TLS)

- `net.newContext` now defaults to the list of ciphers targeting
  ["Intermediate compatibility"](https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28recommended.29)
  per Mozilla's recommendation instead of `ALL`. This change should protect
  users from the use of weak and insecure ciphers while still provides
  adequate compatibility with the majority of the Internet.

- A new module `std/jsonutils` with hookable `jsonTo,toJson,fromJson` operations for json
  serialization/deserialization of custom types was added.

- A new proc `heapqueue.find[T](heap: HeapQueue[T], x: T): int` to get index of element ``x``
  was added.
- Added `rstgen.rstToLatex` convenience proc for `renderRstToOut` and `initRstGenerator`
  with `outLatex` output.
- Added `os.normalizeExe`, e.g.: `koch` => `./koch`.
- `macros.newLit` now preserves named vs unnamed tuples; use `-d:nimHasWorkaround14720`
  to keep old behavior.
- Added `random.gauss`, that uses the ratio of uniforms method of sampling from a Gaussian distribution.
- Added `typetraits.elementType` to get element type of an iterable.
- `typetraits.$` changes: `$(int,)` is now `"(int,)"` instead of `"(int)"`;
  `$tuple[]` is now `"tuple[]"` instead of `"tuple"`;
  `$((int, float), int)` is now `"((int, float), int)"` instead of `"(tuple of (int, float), int)"`
- Added `macros.extractDocCommentsAndRunnables` helper

- `strformat.fmt` and `strformat.&` support `= specifier`. `fmt"{expr=}"` now
  expands to `fmt"expr={expr}"`.
- deprecations: `os.existsDir` => `dirExists`, `os.existsFile` => `fileExists`

- Added `jsre` module, [Regular Expressions for the JavaScript target.](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions)
- Made `maxLines` argument `Positive` in `logging.newRollingFileLogger`,
  because negative values will result in a new file being created for each logged
  line which doesn't make sense.
- Changed `log` in `logging` to use proper log level on JavaScript target,
  e.g. `debug` uses `console.debug`, `info` uses `console.info`, `warn` uses `console.warn`, etc.
- Tables, HashSets, SharedTables and deques don't require anymore that the passed
  initial size must be a power of two - this is done internally.
  Proc `rightSize` for Tables and HashSets is deprecated, as it is not needed anymore.
  `CountTable.inc` takes `val: int` again not `val: Positive`; I.e. it can "count down" again.
- Removed deprecated symbols from `macros` module, deprecated as far back as `0.15`.

## Language changes
- In newruntime it is now allowed to assign discriminator field without restrictions as long as case object doesn't have custom destructor. Discriminator value doesn't have to be a constant either. If you have custom destructor for case object and you do want to freely assign discriminator fields, it is recommended to refactor object into 2 objects like this:
  ```nim
  type
    MyObj = object
      case kind: bool
        of true: y: ptr UncheckedArray[float]
        of false: z: seq[int]

  proc `=destroy`(x: MyObj) =
    if x.kind and x.y != nil:
      deallocShared(x.y)
      x.y = nil
  ```
  Refactor into:
  ```nim
  type
    MySubObj = object
      val: ptr UncheckedArray[float]
    MyObj = object
      case kind: bool
      of true: y: MySubObj
      of false: z: seq[int]

  proc `=destroy`(x: MySubObj) =
    if x.val != nil:
      deallocShared(x.val)
      x.val = nil
  ```

(nikita)

2020-08-09 21:40:43 UTC MAIN commitmail json YAML

pkgtools/pkg_install: fix pkglint warning about CHECK_PERMS

(rillig)

2020-08-09 21:37:26 UTC MAIN commitmail json YAML

pkgtools/libkver: fix a few pkglint warnings

(rillig)

2020-08-09 19:11:32 UTC MAIN commitmail json YAML

2020-08-09 19:03:57 UTC MAIN commitmail json YAML

doc: Updated devel/gearmand to 1.1.19.1

(nia)

2020-08-09 19:03:37 UTC MAIN commitmail json YAML

gearmand: Update to 1.1.19.1

    Fixing compiler warnings and incorporating security scan results
    Dropped OSX from automated testing
    Various fixes from the community

(nia)

2020-08-09 18:17:43 UTC MAIN commitmail json YAML

luakit: Don't rely on git for versioning

(nia)

2020-08-09 17:32:13 UTC MAIN commitmail json YAML

Unbreak bulk builds by adding R-rgdal.

(joerg)

2020-08-09 17:25:52 UTC MAIN commitmail json YAML

doc: Added www/luakit version 2.2

(nia)

2020-08-09 17:25:37 UTC MAIN commitmail json YAML

www: Add luakit

Luakit is a highly configurable browser framework based on the WebKit web
content engine and the GTK+ toolkit. It is very fast, extensible with Lua,
and licensed under the GNU GPLv3 license. It is primarily targeted at
power users, developers and anyone who wants to have fine-grained control
over their web browser's behaviour and interface.

(nia)

2020-08-09 17:11:46 UTC MAIN commitmail json YAML

geography/R-maps: remove MASTER_SITES

MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.

(brook)

2020-08-09 17:08:55 UTC MAIN commitmail json YAML

math/R-tensor: remove MASTER_SITES

MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.

(brook)

2020-08-09 17:07:33 UTC MAIN commitmail json YAML

math/R-goftest: remove MASTER_SITES

MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.

(brook)

2020-08-09 17:06:32 UTC MAIN commitmail json YAML

net/bind916: fix PLIST

Fix PLIST when lmdb option is not enabled (case of default).

Noted by Marc Baudoin via private e-mail.

(taca)

2020-08-09 17:05:12 UTC MAIN commitmail json YAML

math/R-LearnBayes: remove MASTER_SITES

MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.

(brook)

2020-08-09 17:02:39 UTC MAIN commitmail json YAML

graphics/R-polyclip: remove MASTER_SITES

MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.

(brook)

2020-08-09 17:00:09 UTC MAIN commitmail json YAML

geography/R-mapdata: remove MASTER_SITES

MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.

(brook)

2020-08-09 16:57:20 UTC MAIN commitmail json YAML

geography/R-geosphere: remove MASTER_SITES

MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.

(brook)

2020-08-09 16:50:13 UTC MAIN commitmail json YAML

Add URLs to the MASTER_SITE_R_CRAN list

At some point CRAN added the https protocol to its repositories, but
this was never reflected in MASTER_SITE_R_CRAN.  Add analogues for
all the http sites with responsive https servers.

(brook)

2020-08-09 16:45:23 UTC MAIN commitmail json YAML

math/R-psych: remove MASTER_SITES

MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not be
defined in a Makefile for an R package.

(brook)

2020-08-09 16:42:15 UTC MAIN commitmail json YAML

math/R-mnormt: remove MASTER_SITES

MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not be
define in a Makefile for an R package.

(brook)

2020-08-09 16:38:53 UTC MAIN commitmail json YAML

geography/R-deldir: remove MASTER_SITES

MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.

(brook)

2020-08-09 16:04:44 UTC MAIN commitmail json YAML

graphics/graphviz: fix build with BSD make

BSD make does not know the $< variable in explicit rules, it only knows
it for inference rules like ".c.o".  This resulted in $< expanding to an
empty string, which in turn got the build stuck because it tried to read
from stdin.  But not in parallel mode, where stdin was redirected to an
empty file, resulting in an empty PostScript file being installed.

Fixes PR pkg/55539.

(rillig)

2020-08-09 15:51:21 UTC MAIN commitmail json YAML

doc: Added parallel/fastflow version 3.0.0

(brook)

2020-08-09 15:51:07 UTC MAIN commitmail json YAML

parallel/fastflow: import fastflow-3.0.0

FastFlow: high-performance parallel patterns and building blocks in C++

FastFlow is a programming library implemented in modern C++ and
targeting multi/many-cores (there exists an experimental version based
on ZeroMQ targeting distributed systems). It offers both a set of
high-level ready-to-use parallel patterns and a set of mechanisms and
composable components (called building blocks) to support low-latency
and high-throughput data-flow streaming networks.

FastFlow simplifies the development of parallel applications modelled
as a structured directed graph of processing nodes. The graph of
concurrent nodes is constructed by the assembly of sequential and
parallel building blocks as well as higher-level easy-to-use
components (i.e. parallel patterns) modelling typical schemas of
parallel computations (e.g., pipeline, task-farm, parallel-for,
etc.). FastFlow efficiency stems from the optimized implementation of
the base communication and synchronization mechanisms and from its
layered software design.

(brook)

2020-08-09 15:44:53 UTC MAIN commitmail json YAML

doc: Updated graphics/imlib2 to 1.7.0

(nia)

2020-08-09 15:44:44 UTC MAIN commitmail json YAML

imlib2: Update to 1.7.0

***
*** Version 1.7.0 ***
***

Alexander Volkov (3):
      GIF loader: Don't close file descriptor twice
      Introduce imlib_load_image_from_fd()
      Don't rescan loaders

Kim Woelders (49):
      XPM loader: Major speedup for cpp > 2
      imlib2_load: Properly check non-full loads (load data too)
      imlib2_load: Use getopt()
      imlib2_load: Add repeated load option
      Simplify __imlib_FileExtension()
      Refactor many __imlib_File...() functions to use common __imlib_FileStat()
      Drop the __imlib_IsRealFile() file check in __imlib_File...() functions
      image.c: Add some space for readability
      image.c: Remove some unnecessary clearing of calloc'ed structs
      image.c: Rework some obscure file name stuff in __imlib_SaveImage()
      image.c: Don't strdup() real_name when not necessary in __imlib_LoadImage()
      image.c: Use real_file to get file time
      image.c: Introduce __imlib_ErrorFromErrno()
      image.c: Use loader return value, not im->w to determine load success
      Loader cleanups
      Saver cleanups
      image.c/h: Cleanups
      image.c: Move image tag functions to separate file
      image.c: Move loader functions to separate file
      image.c: Enable non-dirty pixmap cache cleaning
      image.c: Minor refactoring of pixmap cache cleaners
      image.c: Move data_memory_func assignment to better place
      imlib2_view: Various tweaks
      Fix loader cleanup breakage (gif)
      image.c: Remove redundant pixmap unref
      image.c: Add infrastructure to simplify progress handling
      Loaders: Simplify/fix progress handling
      Savers: Simplify progress handling
      Introduce __imlib_LoadEmbedded()
      Introduce __imlib_LoaderSetFormats()
      Make ImlibLoader struct opaque
      autogen.sh: Add -n as alternative to NOCONFIGURE
      Fix enum conversion warnings (gcc10)
      JPG, PNG loaders: Avoid clobber warnings
      Add a couple of consts
      TIFF loader: Minor speedup
      ID3 loader: Some mostly cosmetic rearrangements
      GZ, BZ2 loaders: Accept more file names
      __imlib_FileExtension: Use basename if there are no dots
      Revert "JPG, PNG loaders: Avoid clobber warnings"
      JPG, PNG loaders: Avoid clobber warnings - Take N+1
      Add infrastructure for new loader entry - load2()
      Move loaders to load2()
      Reduce number of stat() calls during load
      configure.ac: Drop initial config.cache removal
      imlib2_load: Optionally use imlib_load_image_fd()
      Fix build without X11
      Remove a couple of unused includes
      1.7.0

Tobias Stoeckmann (2):
      ICO loader: Do not crash on invalid files
      ICO loader: Handle malloc failures

(nia)

2020-08-09 15:40:42 UTC MAIN commitmail json YAML

doc: Updated multimedia/libvdpau to 1.4

(nia)

2020-08-09 15:40:32 UTC MAIN commitmail json YAML

libvdpau: Update to 1.4

"This version adds 10,12-Bit decode support to VDPAU API""""

(nia)

2020-08-09 15:38:32 UTC MAIN commitmail json YAML

doc: Added geography/R-rnaturalearthhires version 0.2.0

(brook)

2020-08-09 15:38:15 UTC MAIN commitmail json YAML

geography/R-rnaturalearthhires: import R-rnaturalearthhires-0.2.0

High Resolution World Vector Map Data from Natural Earth used in rnaturalearth.

Facilitates mapping by making natural earth map data from
http://www.naturalearthdata.com/ more easily available to R
users. Focuses on vector data.

(brook)

2020-08-09 15:33:26 UTC MAIN commitmail json YAML

doc: Updated devel/libidn to 1.36

(nia)

2020-08-09 15:33:14 UTC MAIN commitmail json YAML

libidn: Update to 1.36

* Version 1.36 (released 2020-07-22)

** Fix unlikely memory leak in idna_to_unicode_4z4z().
Patch from Miroslav Lichvar <mlichvar@redhat.com>.

** Check codepoint validity in punycode_decode() and punycode_decode().
Reported-by: Mike Schiffman (Farsight Security, Inc.).

** tld: Add U+00EF to .nl TLD table.
Reported by Trond Haugen <trond.haugen@norid.no>.

** Indent code.

** Translation fixes.

** Update gnulib files.

** API and ABI is backwards compatible with the previous version.

(nia)

2020-08-09 15:32:06 UTC MAIN commitmail json YAML

doc: Added geography/R-rnaturalearth version 0.1.0

(brook)

2020-08-09 15:31:52 UTC MAIN commitmail json YAML

geography/R-rnaturalearth: import R-rnaturalearth-0.1.0

Facilitates mapping by making natural earth map data from
<http://www.naturalearthdata.com/> more easily available to R users.

(brook)

2020-08-09 15:29:11 UTC MAIN commitmail json YAML

doc: Added geography/R-rnaturalearthdata version 0.1.0

(brook)

2020-08-09 15:28:57 UTC MAIN commitmail json YAML

geography/R-rnaturalearthdata: import R-rnaturalearthdata-0.1.0

Vector map data from <http://www.naturalearthdata.com/>. Access
functions are provided in the accompanying package 'rnaturalearth'.

(brook)

2020-08-09 15:27:57 UTC MAIN commitmail json YAML

doc: Updated www/libmicrohttpd to 0.9.71

(nia)

2020-08-09 15:27:47 UTC MAIN commitmail json YAML

libmicrohttpd: Update to 0.9.71

Sun 28 Jun 2020 09:36:01 PM CEST
        Fix buffer overflow issue in URL parser.
        Releasing libmicrohttpd 0.9.71. -CG

Tue 16 Jun 2020 08:44:22 PM CEST
    Add logic to try again if GNUtls uncork() fails. -CG

Wed 10 Jun 2020 09:44:29 PM CEST
    Fixed PostProcessor bug discovered by MD, which given certain parser
    boundaries caused the returned values to be wrong. -CG/MD

Wed 08 Apr 2020 10:53:01 PM CEST
    Introduce `enum MHD_Result` for #MHD_YES/#MHD_NO to avoid using 'int' so much.
    Note that this change WILL cause compiler warnings until (most) MHD callbacks
    in application code change their return type from 'int' to 'enum MHD_Result'.
    That said, avoiding possible confusions of different enums is going to make
    the code more robust in the future. For conditional compilation, test
    for "MHD_VERSION >= 0x00097002". -CG

Tue 07 Apr 2020 02:58:39 PM BRT
    Fixed #5501 (Added example for how to provide a tiny threaded websocket server). -SC

Tue 31 Mar 2020 02:36:40 PM BRT
    Fixed #6142 (applied several spelling fixes). -DKG/-SC

Sat 07 Mar 2020 05:20:33 PM CET
    Fixed #6090 (misc. severe socket handling bugs on OS X). -CG

(nia)

2020-08-09 15:27:35 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-gettext to 3.3.6

(taca)

2020-08-09 15:26:52 UTC MAIN commitmail json YAML

devel/ruby-gettext: update to 3.3.6

Update ruby-gettext to 3.3.6.

## 3.3.6: 2020-08-04 {#version-3-3-6}

### Improvements

  * erb: Added support for `-%>`.
    [GitHub#77][Reported by lremes]

  * Removed ChangeLog.
    [GitHub#76][Reported by Will Stephenson]

  * Don't assume `RbConfig::CONFIG["datadir"]` is available. For
    example, TruffleRuby doesn't provide it.

### Thanks

  * lremes

  * Will Stephenson

(taca)

2020-08-09 15:26:14 UTC MAIN commitmail json YAML

Add geography/R-stars.

(brook)

2020-08-09 15:25:02 UTC MAIN commitmail json YAML

doc: Added geography/R-stars version 0.4.3

(brook)

2020-08-09 15:24:46 UTC MAIN commitmail json YAML

geography/R-stars: import R-stars-0.4.3

Reading, manipulating, writing and plotting spatiotemporal arrays
(raster and vector data cubes) in 'R', using 'GDAL' bindings provided
by 'sf', and 'NetCDF' bindings by 'ncmeta' and 'RNetCDF'.

(brook)

2020-08-09 15:23:39 UTC MAIN commitmail json YAML

doc: Updated devel/libgee to 0.20.3

(nia)

2020-08-09 15:23:28 UTC MAIN commitmail json YAML

libgee: Update to 0.20.3

libgee 0.20.3
=============
* Minor warning fixes for newer valac
* Guard GLib.Cond.wait/wait_until calls against spurious or stolen wakeups

libgee 0.20.2
=============
* Minor build fixes

(nia)

2020-08-09 15:21:20 UTC MAIN commitmail json YAML

doc: Added net/bind916 version 9.16.5

(taca)

2020-08-09 15:20:54 UTC MAIN commitmail json YAML

net/Makefile: add and enable bind916

(taca)

2020-08-09 15:20:22 UTC MAIN commitmail json YAML

net/bind916: add version 9.16.5 package

Add bind916 version 9.16.5 package (BIND 9.16.5).

BIND, the Berkeley Internet Name Daemon.  This package contains the BIND
9.16 release.

  * New dnssec-policy statement to configure a key and signing policy for
    zones, enabling automatic key regeneration and rollover.
  * New network manager based on libuv.
  * Added support for the new GeoIP2 geolocation API, libmaxminddb.
  * Improved DNSSEC trust anchor configuration using the trust-anchors
    statement, permitting configuration of trust anchors in DS as well as
    DNSKEY format.
  * YAML output for dig, mdig, and delv.

(taca)

2020-08-09 15:19:55 UTC MAIN commitmail json YAML

doc: Added geography/R-osmdata version 0.1.3

(brook)

2020-08-09 15:19:41 UTC MAIN commitmail json YAML

geography/R-osmdata: import R-osmdata-0.1.3

Download and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp'
objects.  'OSM' data are extracted from the 'Overpass' web server and
processed with very fast 'C++' routines for return to 'R'.

(brook)

2020-08-09 15:19:15 UTC MAIN commitmail json YAML

doc: Updated graphics/libgdiplus to 6.0.5

(nia)

2020-08-09 15:17:06 UTC MAIN commitmail json YAML

doc: Added geography/R-osmar version 1.1.7

(brook)

2020-08-09 15:16:52 UTC MAIN commitmail json YAML

geography/R-osmar: import R-osmar-1.1.7

This package provides infrastructure to access OpenStreetMap data from
different sources, to work with the data in common R manner, and to
convert data into available infrastructure provided by existing R
packages (e.g., into sp and igraph objects).

(brook)

2020-08-09 15:14:30 UTC MAIN commitmail json YAML

doc: Added geography/R-ggspatial version 1.0.3

(brook)

2020-08-09 15:14:14 UTC MAIN commitmail json YAML

geography/R-ggspatial: import R-ggspatial-1.0.3

Spatial data plus the power of the ggplot2 framework means easier
mapping when input data are already in the form of spatial objects.

(brook)

2020-08-09 15:11:40 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-bindata to 2.4.8

(taca)

2020-08-09 15:11:16 UTC MAIN commitmail json YAML

devel/ruby-bindata: update to 2.4.8

Update ruby-bindata to 2.4.8.

== Version 2.4.8 (2020-07-21)

* Bug fix array self assignment.  Thanks to Spencer McIntyre.
* Bug fix Stringz max_length.  Thanks to cdelafuente-r7.

(taca)

2020-08-09 15:08:49 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-backports to 3.18.1

(taca)

2020-08-09 15:08:26 UTC MAIN commitmail json YAML

devel/ruby-backports: update to 3.18.1

Update ruby-backports to 3.18.1.

3.18.1 - 2020-06-23

* Update dependency

3.18.0 - 2020-06-22

* Require per ruby version / all requires now check RUBY_VERSION to be
  more efficient [#149]

(taca)

2020-08-09 15:07:44 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.35.0

(taca)

2020-08-09 15:07:25 UTC MAIN commitmail json YAML

doc: Updated net/syncthing to 1.7.1

(nia)

2020-08-09 15:07:20 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.35.0

Update ruby-sequel to 5.35.0.

=== 5.35.0 (2020-08-01)

* Recognize another disconnect error in the oracle adapter (sterlzbd) (#1705)

* Consider all associations with :dataset options as instance-specific associations (jeremyevans)

* Make Model.finalize_associations not break with instance-specific associations (jeremyevans)

* Make association placeholder loader consider block if instance_specific: false association option is used (jeremyevans)

* Copy composite unique constraints when emulating alter table operations on SQLite (jeremyevans) (#1704)

* Add instance_specific_default plugin for setting default association :instance_specific value, or warning/raising for cases where it is not specified (jeremyevans)

* Make Model.plugin issue deprecation warning if loading plugin with arguments and block if plugin does not accept arguments/block (jeremyevans)

* Make validation_class_methods consider all :if, :allow_missing, :allow_nil, and :allow_blank settings, instead of just the first (jeremyevans)

* Include hash entries with nil keys in Dataset#to_dot output in to_dot extension (jeremyevans)

* Remove unneeded conditionals from plugins and extensions (jeremyevans)

* Fix exception class in run_transaction_hooks extension if calling run_after_{commit,rollback}_hooks outside of a transaction (jeremyevans)

=== 5.34.0 (2020-07-01)

* Make eager_graph work correctly if called with no associations (jeremyevans)

* Make :ruby eager limit strategy handle cases where there is no limit or
  offset (jeremyevans)

* Do not keep a reference to a Sequel::Database instance that raises an
  exception during initialization (jeremyevans)

* Make Database#pool.all_connections not yield for a single connection pool
  in disconnected state (jeremyevans)

* Raise an exception if trying to disconnect a server that doesn't exist in
  the sharded connection pools (jeremyevans)

* Support :refresh option when calling *_pks getter method in the
  association_pks plugin (jeremyevans)

* Support caching of repeated calls to *_pks getter method in the association_pks plugin using :cache_pks association option (jeremyevans)

* Add *_pks_dataset methods for one_to_many and many_to_many associations
  when using the association_pks plugin (jeremyevans)

(taca)

2020-08-09 15:07:15 UTC MAIN commitmail json YAML

syncthing: Update to 1.7.1

This hotfix release fixes an issue with block validation.

Bugfixes:

    #6827: syncthing 1.6.1 -> 1.7.0 fails on "failed validating data"

v1.7.0

This release performs a database migration to optimize for clusters with
many devices.

Bugfixes:

    #6552: panic: Stop called more than once on ... created by nat.Service
    #6564: Closing an already removed connection causes GUI error message
    #6646: Misleading error message when to be deleted dir contains receive-only changes
    #6653: panic: nil pointer dereference in leveldb.(*DB).isClosed()
    #6654: panic: runtime error: index out of range in processNeeded()
    #6655: panic: nil pointer dereference in checkUpgrade()
    #6679: QUIC listener is not added when default TCP port is unavailable
    #6697: Malformed listen address causes hang on startup
    #6706: Changing a folder in web UI removes introduced-by info

Enhancements:

    #1830: "Folder path missing" when folder path is a junction
    #4703: Suggest setting up auth on initial startup
    #5910: Add Badger database backend for testing and consideration
    #6372: Reduce database size by optimizing version list storage

Other issues:

    #6608: Data race in Windows fs watcher tests
    #6625: TestRequestRemoteRenameChanged is racy/flaky

(nia)

2020-08-09 15:06:09 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-awesome_nested_set to 3.2.1

(taca)

2020-08-09 15:05:22 UTC MAIN commitmail json YAML

databases/ruby-awesome_nested_set: update to 3.2.1

Update ruby-awesome_nested_set to 3.2.1.

3.2.1
* Don't reload in after_save callback. [Petrik de Heus](https://github.com/p8)
* Fix deprecation warning "Passing a range to `#in` is deprecated". [Konstantin Mochalov](https://github.com/kolen)
* [Compare to 3.2.0](https://github.com/collectiveidea/awesome_nested_set/compare/v3.2.0...v3.2.1)

(taca)

2020-08-09 15:04:39 UTC MAIN commitmail json YAML

doc: Updated archivers/ruby-ffi-libarchive to 1.0.3

(taca)

2020-08-09 15:03:44 UTC MAIN commitmail json YAML

doc: Updated games/7kaa to 2.15.4p1

(nia)

2020-08-09 15:03:41 UTC MAIN commitmail json YAML

archivers/ruby-ffi-libarchive: update to 1.0.3

Update ruby-ffi-libarchive to 1.0.3.

1.0.3 (2020-06-26)

* Optionally clone entries when iterating through an archive #30 (jatoben)
* Replace specific types with more generic equivalents. #32 (phiggins)
* Modern expeditor / buildkite setup #33 (tas50)

(taca)

2020-08-09 15:03:29 UTC MAIN commitmail json YAML

7kaa: Update to 2.15.4p1

"This is a patch release to fix a few issues with 2.15.4. All users should
upgrade."

(nia)

2020-08-09 15:02:30 UTC MAIN commitmail json YAML

doc: Updated www/apache24 to 2.4.46

(taca)

2020-08-09 15:01:55 UTC MAIN commitmail json YAML

www/apache24: update to 2.4.46

Update apache24 to 2.4.46 (Apache HTTPD 2.4.46).  It fixes several
security problems:

CVE-2020-9490: Push Diary Crash on Specifically Crafted HTTP/2 Header
CVE-2020-11984: mod_uwsgi buffer overlow
CVE-2020-11985: CWE-345: Insufficient verification of data authenticity
CVE-2020-11993: Push Diary Crash on Specifically Crafted HTTP/2 Header

pkgsrc changes: reduce warnings by SUBST_* processing.

Changes with Apache 2.4.46
  *) mod_proxy_fcgi: Fix build warnings for Windows platform
    [Eric Covener, Christophe Jaillet]

Changes with Apache 2.4.45

  *) mod_http2: remove support for abandoned http-wg draft
    <https://datatracker.ietf.org/doc/draft-kazuho-h2-cache-digest/>.
    [Stefan Eissing]

Changes with Apache 2.4.44

  *) mod_proxy_uwsgi: Error out on HTTP header larger than 16K (hard
    protocol limit).  [Yann Ylavic]

  *) mod_http2:
    Fixes <https://github.com/icing/mod_h2/issues/200>:
    "LimitRequestFields 0" now disables the limit, as documented.
    Fixes <https://github.com/icing/mod_h2/issues/201>:
    Do not count repeated headers with same name against the field
    count limit. The are merged internally, as if sent in a single HTTP/1 line.
    [Stefan Eissing]

  *) mod_http2: Avoid segfaults in case of handling certain responses for
    already aborted connections.  [Stefan Eissing, Ruediger Pluem]

  *) mod_http2: The module now handles master/secondary connections and has marked
    methods according to use. [Stefan Eissing]

  *) core: Drop an invalid Last-Modified header value coming
    from a FCGI/CGI script instead of replacing it with Unix epoch.
    [Yann Ylavic, Luca Toscano]

  *) Add support for strict content-length parsing through addition of
    ap_parse_strict_length() [Yann Ylavic]

  *) mod_proxy_fcgi: ProxyFCGISetEnvIf unsets variables when expression
    evaluates to false.  PR64365. [Michael K旦nig <mail ikoenig.net>]

  *) mod_proxy_http: flush spooled request body in one go to avoid
    leaking (or long lived) temporary file. PR 64452. [Yann Ylavic]

  *) mod_ssl: Fix a race condition and possible crash when using a proxy client
    certificate (SSLProxyMachineCertificateFile).
    [Armin Abfalterer <a.abfalterer gmail.com>]

  *) mod_ssl: Fix memory leak in stapling code. PR63687. [Stefan Eissing]

  *) mod_http2: Fixed regression that no longer set H2_STREAM_ID and H2_STREAM_TAG.
    PR64330 [Stefan Eissing]

  *) mod_http2: Fixed regression that caused connections to close when mod_reqtimeout
    was configured with a handshake timeout. Fixes gitub issue #196.
    [Stefan Eissing]

  *) mod_proxy_http2: the "ping" proxy parameter
    (see <https://httpd.apache.org/docs/2.4/mod/mod_proxy.html>) is now used
    when checking the liveliness of a new or reused h2 connection to the backend.
    With short durations, this makes load-balancing more responsive. The module
    will hold back requests until ping conditions are met, using features of the
    HTTP/2 protocol alone. [Ruediger Pluem, Stefan Eissing]

  *) core: httpd is no longer linked against -lsystemd if mod_systemd
    is enabled (and built as a DSO).  [Rainer Jung]

  *) mod_proxy_http2: respect ProxyTimeout settings on backend connections
    while waiting on incoming data. [Ruediger Pluem, Stefan Eissing]

(taca)

2020-08-09 14:38:18 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-mgba to 0.8.2

(nia)

2020-08-09 14:37:33 UTC MAIN commitmail json YAML

doc: Updated emulators/mgba to 0.8.3

(nia)

2020-08-09 14:37:22 UTC MAIN commitmail json YAML

mgba: Update to 0.8.3

0.8.3: (2020-08-03)
Emulation fixes:
- ARM: Fix LDM^ writeback to user-mode register
- ARM: Fix LDM^ {pc} differences (fixes mgba.io/i/1698)
- ARM: Fix edge case with Thumb SBC flags (fixes mgba.io/i/1818)
- GB MBC: Fix MBC1 RAM enable bit selection
- GB MBC: Fix MBC2 bit selection
- GB Memory: Fix OAM DMA from top 8 kB
- GB Video: Always initialize palette
- GBA Savedata: Fix potential corruption when loading a 1Mbit flash save
- GBA Video: Fix invalid read in mode 4 mosaic
- GBA Video: Fix color of disabled screen
- SM83: Fix flags on little endian PowerPC
Other fixes:
- All: Correct format strings for some numbers on Windows (fixes mgba.io/i/1794)
- All: Correct more format strings on Windows (fixes mgba.io/i/1817)
- ARM: Fix decoder detection of branches with ALU and LDR instrctions
- CMake: Fix build with libzip 1.7
- CMake: Add missing dllexports.h file to dev installation
- GB Core: Fix extracting SRAM when none is present
- GBA: Fix leak if attempting to load BIOS multiple times
- GBA Memory: Fix instability on Wii when using AGBPrint
- GBA Savedata: Fix extracting save when not yet configured in-game
- Qt: Fix file handle leak on opening an invalid ROM
- Qt: Fix Italian RTC translation (fixes mgba.io/i/1798)
- Qt: Add missing option for Wisdom Tree in overrides list
- Qt: Fix stability regression on AMD drivers (fixes mgba.io/i/1791)
- Util: Fix crash if PNG header fails to write
Misc:
- FFmpeg: Use range coder for FFV1 to reduce output size
- Qt: Add per-page scrolling to memory view (fixes mgba.io/i/1795)
- Qt: Add setting to display ROM filename in title (closes mgba.io/i/1784)

(nia)

2020-08-09 11:37:50 UTC MAIN commitmail json YAML

desktop-file-utils: Remove a patch for removed file

(ryoon)

2020-08-09 10:10:12 UTC MAIN commitmail json YAML

doc: Updated net/rclone to 1.52.3

(leot)

2020-08-09 10:10:01 UTC MAIN commitmail json YAML

rclone: Update to 1.52.3

Changes:
1.52.3
------
* Bug Fixes
* docs
  * Disable smart typography (eg en-dash) in MANUAL.* and man page
    (Nick Craig-Wood)
  * Update install.md to reflect minimum Go version (Evan Harris)
  * Update install from source instructions (Nick Craig-Wood)
  * make_manual: Support SOURCE_DATE_EPOCH (Morten Linderud)
* log: Fix --use-json-log going to stderr not --log-file on Windows
  (Nick Craig-Wood)
* serve dlna: Fix file list on Samsung Series 6+ TVs (Matteo Pietro Dazzi)
* sync: Fix deadlock with --track-renames-strategy modtime (Nick Craig-Wood)
* Cache
* Fix moveto/copyto remote:file remote:file2 (Nick Craig-Wood)
* Drive
* Stop using root_folder_id as a cache (Nick Craig-Wood)
* Make dangling shortcuts appear in listings (Nick Craig-Wood)
* Drop "Disabling ListR" messages down to debug (Nick Craig-Wood)
* Workaround and policy for Google Drive API (Dmitry Ustalov)
* FTP
* Add note to docs about home vs root directory selection (Nick Craig-Wood)
* Onedrive
* Fix reverting to Copy when Move would have worked (Nick Craig-Wood)
* Avoid comma rendered in URL in onedrive.md (Kevin)
* Pcloud
* Fix oauth on European region "eapi.pcloud.com" (Nick Craig-Wood)
* S3
* Fix bucket Region auto detection when Region unset in config (Nick Craig-Wood)

(leot)

2020-08-09 09:05:08 UTC MAIN commitmail json YAML

doc: Updated audio/solfege to 3.22.2nb6

(schmonz)

2020-08-09 09:04:54 UTC MAIN commitmail json YAML

Add missing dependency on py-sqlite3. On macOS, add dependency on
timidity for MIDI, and remove the one on vorbis-tools (I've never needed
to try playing an .ogg in GNU Solfege). Basic functionality once again
works nearly by default on macOS, modulo needing to install patches for
timidity. Bump PKGREVISION.

(schmonz)

2020-08-09 08:46:30 UTC MAIN commitmail json YAML

doc/TODO: add some

+ apache24-2.4.46, gopls-0.4.4, hiredis-1.0.0, musescore-3.5,
  polkit-0.117, py-parso-0.8.0, py-setuptools-49.2.1 [drops python-2.x
  support], rclone-1.52.3.

(wiz)

2020-08-09 00:53:12 UTC MAIN commitmail json YAML

Fix ICU option. Disable benchmarking as it requires git and external
downloads. Require gtk-doc for documentation to match PLIST.

(joerg)

2020-08-09 00:01:09 UTC MAIN commitmail json YAML

2020-08-09 00:00:56 UTC MAIN commitmail json YAML

No longer supports Python 3.6

(joerg)

2020-08-08 23:48:33 UTC MAIN commitmail json YAML

Switch to pypi for the distfile, the github release is not directly usable.

(joerg)

2020-08-08 23:35:33 UTC MAIN commitmail json YAML

doc: Added geography/R-spData version 0.3.3

(brook)

2020-08-08 23:35:17 UTC MAIN commitmail json YAML

geography/R-spData: import R-spData-0.3.3

Diverse spatial datasets for demonstrating, benchmarking and teaching
spatial data analysis. It includes R data of class sf (defined by the
package 'sf'), Spatial ('sp'), and nb ('spdep'). Unlike other spatial
data packages such as 'rnaturalearth' and 'maps', it also contains
data stored in a range of file formats including GeoJSON, ESRI
Shapefile and GeoPackage. Some of the datasets are designed to
illustrate specific analysis techniques. cycle_hire() and
cycle_hire_osm(), for example, is designed to illustrate point pattern
analysis techniques.

(brook)

2020-08-08 23:32:24 UTC MAIN commitmail json YAML

doc: Added geography/R-lwgeom version 0.2.5

(brook)

2020-08-08 23:32:09 UTC MAIN commitmail json YAML

geography/R-lwgeom: import R-lwgeom-0.2.5

Access to selected functions found in 'liblwgeom'
<https://github.com/postgis/postgis/tree/master/liblwgeom>, the
light-weight geometry library used by 'PostGIS' <http://postgis.net/>.

(brook)

2020-08-08 23:28:22 UTC MAIN commitmail json YAML

doc: Added geography/R-raster version 3.0.12

(brook)

2020-08-08 23:28:07 UTC MAIN commitmail json YAML

geography/R-raster: import R-raster-3.0.12

Reading, writing, manipulating, analyzing and modeling of gridded
spatial data. The package implements basic and high-level functions.
Processing of very large files is supported. There is a also support
for vector data operations such as intersections. See the manual and
tutorials on <https://rspatial.org/> to get started.

(brook)

2020-08-08 23:23:04 UTC MAIN commitmail json YAML

Add geography/R-rosm.

(brook)

2020-08-08 23:21:54 UTC MAIN commitmail json YAML

doc: Added geography/R-rosm version 0.2.5

(brook)

2020-08-08 23:21:36 UTC MAIN commitmail json YAML

geography/R-rosm: import R-rosm-0.2.5

Download and plot Open Street Map <http://www.openstreetmap.org/>,
Bing Maps <http://www.bing.com/maps> and other tiled map sources. Use
to create basemaps quickly and add hillshade to vector-based maps.

(brook)

2020-08-08 23:19:19 UTC MAIN commitmail json YAML

doc: Added geography/R-rgdal version 1.4.8

(brook)

2020-08-08 23:19:05 UTC MAIN commitmail json YAML

geography/R-rgdal: import R-rgdal-1.4.8

Provides bindings to the 'Geospatial' Data Abstraction Library
('GDAL') (>= 1.11.4) and access to projection/transformation
operations from the 'PROJ.4' library. The 'GDAL' and 'PROJ.4'
libraries are external to the package, and, when installing the
package from source, must be correctly installed first. From 'rgdal'
1.4.1, provision is made for 'PROJ6' accommodation, with 'PROJ6'
functionality to follow; from 1.4.1 'rgdal' will build and function
when 'PROJ' >= 6. Both 'GDAL' raster and 'OGR' vector map data can be
imported into R, and 'GDAL' raster data and 'OGR' vector data
exported. Use is made of classes defined in the 'sp' package. Windows
and Mac Intel OS X binaries (including 'GDAL', 'PROJ.4' and 'Expat')
are provided on 'CRAN'.

(brook)

2020-08-08 23:12:39 UTC MAIN commitmail json YAML

doc: Added geography/R-sf version 0.9.5

(brook)

2020-08-08 23:12:18 UTC MAIN commitmail json YAML

geography/R-sf: import R-sf-0.9.5

Support for simple features, a standardized way to encode spatial
vector data. Binds to 'GDAL' for reading and writing data, to 'GEOS'
for geometrical operations, and to 'PROJ' for projection conversions
and datum transformations. Optionally uses the 's2' package for
spherical geometry operations on geographic coordinates.

(brook)

2020-08-08 22:54:48 UTC MAIN commitmail json YAML

doc: Updated graphics/ncview to 2.1.7

(brook)

2020-08-08 22:53:15 UTC MAIN commitmail json YAML

doc: Added math/R-units version 0.6.5

(brook)

2020-08-08 22:52:57 UTC MAIN commitmail json YAML

math/R-units: import R-units-0.6.5

Support for measurement units in R vectors, matrices and arrays:
automatic propagation, conversion, derivation and simplification of
units; raising errors in case of unit incompatibility. Compatible with
the POSIXct, Date and difftime classes. Uses the UNIDATA udunits
library and unit database for unit compatibility checking and
conversion.

(brook)

2020-08-08 22:40:59 UTC MAIN commitmail json YAML

2020-08-08 22:18:27 UTC MAIN commitmail json YAML

graphics/ncview: update to 2.1.7.

2.0: 21 Jan 2010

* ncview now REQUIRES netcdf version 4 with full HDF5 support.  I am not
  going to maintain two code bases, one of which supports netcdf-4 and
  one of which doesn't.  If you need a vesion of ncview that works even
  without a full netcdf v4/HDF-5 install, use ncview version 1.93h.

* If a udunits library is supplied, ncview now requires that it be the
  udunits-2 library.  Support for the udunits-1 library has been dropped.

* Many thanks to Magnus Hagdorn for changes to the package that make it
  more compatible with GNU standards!  All failures in that respect are
  mine; Magnus' contributions were exemplary.

1.93d: 13 June 2008

* Thanks to Seth Olsen for contributing the code to sort the variables
  menus.

(brook)

2020-08-08 22:02:47 UTC MAIN commitmail json YAML

doc: Updated wm/i3 to 4.18.2

(nia)

2020-08-08 22:02:37 UTC MAIN commitmail json YAML

i3: Update to 4.18.2

┌──────────────────────────────┐
│ Release notes for i3 v4.18.2 │
└──────────────────────────────┘

This is i3 v4.18.2. This version is considered stable. All users of i3 are
strongly encouraged to upgrade.

This is a bugfix release for v4.18.

┌────────────────────────────┐
│ Bugfixes                  │
└────────────────────────────┘

  • floating_maybe_reassign_ws: only re-focus if previously focused
    (fixes a focus issue with KDE notifications)
  • get_output_by_name: guard output->primary with require_active
  • i3bar: fix Xorg memory leak

┌────────────────────────────┐
│ Thanks!                    │
└────────────────────────────┘

Thanks for testing, bugfixes, discussions and everything I forgot go out to:

  Orestis Floros

-- Michael Stapelberg, 2020-07-26

(nia)

2020-08-08 21:59:07 UTC MAIN commitmail json YAML

doc: Updated sysutils/neofetch to 7.1.0

(nia)

2020-08-08 21:58:57 UTC MAIN commitmail json YAML

neofetch: Update to 7.1.0

NOTE

* This list isn't complete. There have been more changes
  and fixes than are listed here. This release contains a
  lot of bug fixes.

* [distro] added support for latest macOS.
* [distro] added automatic detection for Ubuntu flavours.
* [uptime] fixed seconds on Linux.
* [desktop environment] enabled version output by default.
* [distro] now displays whether -current or -release when OpenBSD is detected.
* [distro] added support for OpenStage Linux.
* [theme] change gtk3 config order.
* [distro] split AOSC into OS and OS/Retro.
* [distro] added support for openmamba
* [general] added support for OIL shell.
* [distro] added support for Alter Linux
* [distro] added support for Serene Linux
* [window manager] added support for xmonad.
* [packages] sped up guix.
* [shell] added es shell support.
* [distro] added support for OS Elbrus.
* [distro] added support for sambabox.
* [disk] fixed bug with disk entries and spaces in filenames.
* [resolution] multi-monitor Windows support.
* [distro] added support for Venom Linux.
* [song] added playerctl support.
* [general] updated iOS device information.
* [distro] added support for Hash Linux.
* [distro] added support for Garuda Linux.
* [window manager] added support for x11fs.
* [song] added Tauon Music Box support.
* [distro] added support for DarkOS.
* [song] added support for Olivia player.
* [distro] added support for ITX.
* [resolution] fixed output when monitor connected but turned off.
* [ascii] added logo for Ubuntu Cinnamon.
* [distro] added support for OpenEuler.
* [terminal] added support for Windows terminal.
* [memory] added support for changing output unit (kb, mb, gb).
* [wallpaper] added LXQT support.

(nia)

2020-08-08 21:57:42 UTC MAIN commitmail json YAML

doc: Updated math/udunits to 2.2.26

(brook)

2020-08-08 21:55:54 UTC MAIN commitmail json YAML

math/udunits: update to udunits2 v2.2.26.

The UDUNITS-2 package differs from the previous UDUNITS package in the
following ways:

    Support for non-ASCII characters. The original UDUNITS package only
    supports the ASCII character set. The UDUNITS-2 package supports
    the following character sets: ASCII, ISO 8859-1 (Latin 1), and the
    UTF-8 encoding of ISO 10646 (Unicode). This means that unit string
    specifications like "µ°F·Ω⁻¹" are now supported (your viewer
    must support UTF-8 to display this string correctly).

    Support for logarithmic units. The unit string specification
    "0.1 lg(re 1 mW)" specifies a deciBel unit with a one milliwatt
    reference level.  Meteorologists should note that the unit "dBZ"
    (i.e., "0.1 lg(re um^3)") is now supported.

    Persistent value converters. It is now possible to obtain a converter
    data-object, which can be used to convert numeric values in one
    unit to numeric values in another, compatible unit. The values can
    be float, double, or one-dimensional arrays of floats or doubles.

    Improved API. Due to the above changes, it was not possible to keep
    the application programming interface of the original UDUNITS
    package.  Beginning with version 2.1.0, however, the package
    contains a thin UDUNITS API to the UDUNITS-2 library, so code
    written to the original API can simply be recompiled and relinked
    against the new package.  Because the original UDUNITS API uses the
    "utUnit" data-structure and the UDUNITS-2 API uses pointers to
    "ut_unit" data-structures, a small memory-leak is possible in code
    that creates many units.  This leak can be avoided by calling the
    new method utFree(utUnit*) when the unit is no longer needed.

    XML unit database. The unit database is encoded using human-readable
    XML rather than a custom format. The XML parser included in the
    package supports an <import> element to allow easy and convenient
    customization.

One thing that has not changed is that all unit string specifications
understood by the original UDUNITS package are also understood by the
new UDUNITS-2 package.

(brook)

2020-08-08 21:37:07 UTC MAIN commitmail json YAML

doc: Updated emulators/dosbox-x to 0.83.4

(nia)

2020-08-08 21:36:38 UTC MAIN commitmail json YAML

dosbox-x: Update to 0.83.4

0.83.4
  - Fixed loading saved states in fullscreen mode with
    the "aspect=true" setting. (Wengier)
  - Added config option "saveslot" to select default
    save slot (1-10). The timestamps for the saved
    states will also be shown in the menu. (Wengier)
  - Added key mapper for sending the Ctrl+Alt+Del key,
    with HOST(F11/F12)+Del by default. (Wengier)
  - Added dosbox-x.conf setting to ignore the EGA/VGA
    "extended memory" bit. It was originally defined
    back when stock EGA/VGA cards could ship with 64KB
    of memory. The option is needed for DOS games that
    accidentally clear the bit when using unchained
    256-color modes (Mr. Blobby).
  - Added new default value "auto" for the setting
    "usescancodesauto" (in [sdl] section of the config
    file) to work around issues with non-US keyboard
    layouts on SDL1 builds. (Wengier)
  - Added code pages 808, 850, 852, 853, 855, 857,
    858, 869, 872 for host to guest codepage mapping
    on mounted local or overlay drives. (Wengier)
  - The mapper options "Increase recording volume" and
    "Decrease recording volume" as well as function
    "Show sound levels" (from MIXER command) appear
    now as menu items (under "Sound") too. (Wengier)
  - Fixed inputting of ASCII character 224 and 240
    in Windows SDL2 or MinGW builds. (Wengier)
  - Fixed possible DPMI error when running Windows
    98 installation from the DOSBox-X shell without
    using a batch file. (Wengier)
  - Fixed a bug in the FAT driver that can cause
    a byte to get lost if writing up to the end of
    a cluster, which seems to be behind the
    corruption with program group files when running
    Windows for Workgroups 3.11 from DOSBox-X shell.
    [https://github.com/joncampbell123/dosbox-x/issues/1758#issuecomment-665193066]
  - Unknown INT 2Fh calls are now debug output, not
    an error.
  - Added VESA BIOS mode 68h alias as indicated on
    the Vogons forum.
  - Fixed handling of config commands with spaces
    when the "shell configuration as commands"
    setting is enabled (quotes are needed in such
    cases). Also added "Config options as commands"
    toggle menu (under "DOS") to enable/disable the
    feature from menu. It is disabled by default to
    avoid name clash with other programs. (Wengier)
  - Added "Enable quick reboot" toggle menu (under
    "DOS") so that when enabled, DOS restart calls
    will reboot the emulated DOS (integrated or
    guest DOS) instead of the virtual machine in
    DOSBox-X. Also, you could change the default
    setting for this by setting the new "quick
    reboot" config option in "dos" section (Wengier)
  - Added new "Reboot guest system" menu item (under
    "Main") to reboot the kernel of the integrated
    DOS or the guest DOS directly. The previous menu
    item "Reset guest system" has been renamed to
    "Reset virtual machine" which will restart the
    virtual machine in DOSBox-X instead. (Wengier)
  - Added "Reported DOS version" sub-menu (under
    "DOS") to dynamically change the reported DOS
    version (3.3, 5.0, 6.22, 7.1, or custom). This
    may enable/disable long filename (LFN) support
    with the default "lfn=auto" setting. (Wengier)
  - LS is now an external command appearing on drive
    Z: as LS.COM instead of a builtin shell command.
    This avoids name clash with game "Links LS 97"
    which has the main executable named LS.EXE. Also
    fixed minor issues in this command. (Wengier)
  - Fixed the game "Disney's Duck Tales: the Quest
    for Gold" not able to start. (Wengier)
  - Improved Configuration GUI's handling of "4dos"
    and "config" sections. Also added the "Save..."
    button just before the "Close" button. (Wengier)
  - Added "euro" config option (in [render] section)
    to display Euro symbol instead of the specified
    ASCII character in any code page. (Wengier)
  - PC-98 CG MMIO writes fixed to limit writes only
    to the user-defined areas, same as the IO writes.
    This fixes "Niko Niko" that appears to write a
    few too many 0xE1 bytes when filling text
    attribute RAM and into the CG MMIO region.
  - With -winrun command-line option or the setting
    "startcmd=true" (Windows only), you can now
    directly launch Windows programs on mounted local
    or overlay drives to run on the host. The option
    "startwait=false" can be used to disable waiting
    for Windows programs after started. This can also
    be toggled from the "DOS" menu. (Wengier)
  - Added START command to run commands on Windows
    host system. The /MAX, /MIN, /HID options can
    be used to run the specified program maximized,
    minimized, or hidden (they can be shortened to
    +, -, _ respectively). This command is disabled
    by default, but can be enabled by either the
    "startcmd" config option (in [dos] section) or
    the -winrun command-line option (which will also
    enable the CLIP$ device for Windows clipboard
    support). START will run commands listed in the
    "startincon" config option (separated by space)
    in the Windows Command Prompt and wait for a key
    press before exiting. (Wengier)
  - Added SHELL= option to the [config] section in
    dosbox-x.conf to specify an alternative shell,
    e.g. "SHELL=4DOS.COM". (Wengier)
  - Added built-in 4DOS 8.00 shell for 4DOS features
    and capabilities. There is now a [4dos] section
    in the dosbox-x.conf file to act as the 4DOS.INI
    config file if you use this shell. (Wengier)
  - Added "Mouse wheel movements" menu (under "Main")
    to enable or disable the mouse wheel movements
    to arrow (up/down etc) feature. (Wengier)
  - Added "Quick right mouse button copy/paste" menu
    item toggle to allow quick Windows clipboard copy
    and paste via the right mouse button without any
    key modifier that may have been specified by the
    config option "clip_key_modifier". (Wengier)
  - Fixed mounting a directory with command-line like
    "dosbox-x .", and fixed mounting disk images with
    spaces via the "Drive" menu on Windows. (Wengier)
  - Added "mountwarning" config setting so you could
    optionally disable the warning when attempting to
    mount C:\ in Windows or / otherwise. (Wengier)
  - IMGMOUNT now assumes "-fs none" automatically if
    a drive number is specified instead of a drive
    letter. Moreover, it will assume the image file
    name "IMGMAKE.IMG" if no filename is specified by
    the user. Also improved the command's handling of
    El Torito floppy drives, e.g. you can use option
    "-bootcd d" instead of "-el-torito d". (Wengier)
  - IMGMAKE warning replaced to indicate a general
    incompatibility between MS-DOS/SCANDISK and
    cluster sizes 64KB or larger.
  - IMGMAKE command will now use the image file name
    "IMGMAKE.IMG" if no file name is specified (either
    in the mounted local directory or in the DOSBox-X
    program directory if the current directory is not
    a local directory). The command now also supports
    a -force option to force overwrite the image file
    if it already exists. Furthermore, IMGMAKE will
    delete the generated image file if an error occurs
    during the image file creation. (Wengier)

(nia)

2020-08-08 21:24:52 UTC MAIN commitmail json YAML

doc: Updated net/libtorrent-rasterbar to 1.2.8

(nia)