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

2024-05-13 06:00:32 UTC Now

2019-05-03 10:54:38 UTC MAIN commitmail json YAML

2019-05-03 10:53:31 UTC MAIN commitmail json YAML

add help pages

(sevan)

2019-05-03 10:50:13 UTC MAIN commitmail json YAML

2019-05-03 10:50:08 UTC MAIN commitmail json YAML

doc: Updated misc/tmux to 2.9a

(triaxx)

2019-05-03 10:49:35 UTC MAIN commitmail json YAML

tmux: update to 2.9a

pkgsrc changes:
---------------
* patches removed, since applied upstream

upstream changes:
-----------------
CHANGES FROM 2.9 to 2.9a

* Fix bugs in select-pane and the main-horizontal and main-vertical layouts.

CHANGES FROM 2.8 to 2.9

* Attempt to preserve horizontal cursor position as well as vertical with
  reflow.

* Rewrite main-vertical and horizontal and change layouts to better handle the
  case where all panes won't fit into the window size, reduce problems with
  pane border status lines and fix other bugs mostly found by Thomas Sattler.

* Add format variables for the default formats in the various modes
  (tree_mode_format and so on) and add a -a flag to display-message to list
  variables with values.

* Add a -v flag to display-message to show verbose messages as the format is
  parsed, this allows formats to be debugged

* Add support for HPA (\033[`).

* Add support for origin mode (\033[?6h).

* No longer clear history on RIS.

* Extend the #[] style syntax and use that together with previous format
  changes to allow the status line to be entirely configured with a single
  option.

  Now that it is possible to configure their content, enable the existing code
  that lets the status line be multiple lines in height. The status option can
  now take a value of 2, 3, 4 or 5 (as well as the previous on or off) to
  configure more than one line. The new status-format array option configures
  the format of each line, the default just references the existing status-*
  options, although some of the more obscure status options may be eliminated
  in time.

  Additions to the #[] syntax are: "align" to specify alignment (left, centre,
  right), "list" for the window list and "range" to configure ranges of text
  for the mouse bindings.

  The "align" keyword can also be used to specify alignment of entries in tree
  mode and the pane status lines.

* Add E: and T: format modifiers to expand a format twice (useful to expand the
  value of an option).

* The individual -fg, -bg and -attr options have been removed; they
  were superseded by -style options in tmux 1.9.

* Allow more than one mode to be opened in a pane. Modes are kept on a stack
  and retrieved if the same mode is entered again. Exiting the active mode goes
  back to the previous one.

* When showing command output in copy mode, call it view mode instead (affects
  pane_mode format).

* Add -b to display-panes like run-shell.

* Handle UTF-8 in word-separators option.

* New "terminal" colour allowing options to use the terminal default colour
  rather than inheriting the default from a parent option.

* Do not move the cursor in copy mode when the mouse wheel is used.

* Use the same working directory rules for jobs as new windows rather than
  always starting in the user's home.

* Allow panes to be one line or column in size.

* Go to last line when goto-line number is out of range in copy mode.

* Yank previously cut text if any with C-y in the command prompt, only use the
  buffer if no text has been cut.

* Add q: format modifier to quote shell special characters.

* Add StatusLeft and StatusRight mouse locations (keys such as
  MouseDown1StatusLeft) for the status-left and status-right areas of the
  status line.

* Add -Z to find-window.

* Support for windows larger than the client. This adds two new options,
  window-size and default-size, and a new command, resize-window. The
  force-width and force-height options and the session_width and session_height
  formats have been removed.

  The new window-size option tells tmux how to work out the size of windows:
  largest means it picks the size of the largest session, smallest the smallest
  session (similar to the old behaviour) and manual means that it does not
  automatically resize windows. aggressive-resize modifies the choice of
  session for largest and smallest as it did before.

  If a window is in a session attached to a client that is too small, only part
  of the window is shown. tmux attempts to keep the cursor visible, so the part
  of the window displayed is changed as the cursor moves (with a small delay,
  to try and avoid excess redrawing when applications redraw status lines or
  similar that are not currently visible).

  Drawing windows which are larger than the client is not as efficient as those
  which fit, particularly when the cursor moves, so it is recommended to avoid
  using this on slow machines or networks (set window-size to smallest or
  manual).

  The resize-window command can be used to resize a window manually. If it is
  used, the window-size option is automatically set to manual for the window
  (undo this with "setw -u window-size"). resize-window works in a similar way
  to resize-pane (-U -D -L -R -x -y flags) but also has -a and -A flags. -a
  sets the window to the size of the smallest client (what it would be if
  window-size was smallest) and -A the largest.

  For the same behaviour as force-width or force-height, use resize-window -x
  or -y.

  If the global window-size option is set to manual, the default-size option is
  used for new windows. If -x or -y is used with new-session, that sets the
  default-size option for the new session.

  The maximum size of a window is 10000x10000. But expect applications to
  complain and higher memory use if making a window that big. The minimum size
  is the size required for the current layout including borders.

  The refresh-client command can be used to pan around a window, -U -D -L -R
  moves up, down, left or right and -c returns to automatic cursor
tracking. The position is reset when the current window is changed.

(triaxx)

2019-05-03 10:35:37 UTC MAIN commitmail json YAML

Drop the use of compression in CVS.
"Do not use the cvs `-z` flag. The data stream gets out of sync,
leading to corruption on the client, or causing the client to hang
completely."

(sevan)

2019-05-03 08:46:58 UTC MAIN commitmail json YAML

doc: Updated net/tor to 0.4.0.5

(wiz)

2019-05-03 08:45:52 UTC MAIN commitmail json YAML

tor: update to 0.4.0.5.

Changes in version 0.4.0.5 - 2019-05-02
  This is the first stable release in the 0.4.0.x series. It contains
  improvements for power management and bootstrap reporting, as well as
  preliminary backend support for circuit padding to prevent some kinds
  of traffic analysis. It also continues our work in refactoring Tor for
  long-term maintainability.

  Per our support policy, we will support the 0.4.0.x series for nine
  months, or until three months after the release of a stable 0.4.1.x:
  whichever is longer. If you need longer-term support, please stick
  with 0.3.5.x, which will we plan to support until Feb 2022.

  Below are the changes since 0.3.5.7. For a complete list of changes
  since 0.4.0.4-rc, see the ChangeLog file.

  o Major features (battery management, client, dormant mode):
    - When Tor is running as a client, and it is unused for a long time,
      it can now enter a "dormant" state. When Tor is dormant, it avoids
      network and CPU activity until it is reawoken either by a user
      request or by a controller command. For more information, see the
      configuration options starting with "Dormant". Implements tickets
      2149 and 28335.
    - The client's memory of whether it is "dormant", and how long it
      has spent idle, persists across invocations. Implements
      ticket 28624.
    - There is a DormantOnFirstStartup option that integrators can use
      if they expect that in many cases, Tor will be installed but
      not used.

  o Major features (bootstrap reporting):
    - When reporting bootstrap progress, report the first connection
      uniformly, regardless of whether it's a connection for building
      application circuits. This allows finer-grained reporting of early
      progress than previously possible, with the improvements of ticket
      27169. Closes tickets 27167 and 27103. Addresses ticket 27308.
    - When reporting bootstrap progress, treat connecting to a proxy or
      pluggable transport as separate from having successfully used that
      proxy or pluggable transport to connect to a relay. Closes tickets
      27100 and 28884.

  o Major features (circuit padding):
    - Implement preliminary support for the circuit padding portion of
      Proposal 254. The implementation supports Adaptive Padding (aka
      WTF-PAD) state machines for use between experimental clients and
      relays. Support is also provided for APE-style state machines that
      use probability distributions instead of histograms to specify
      inter-packet delay. At the moment, Tor does not provide any
      padding state machines that are used in normal operation: for now,
      this feature exists solely for experimentation. Closes
      ticket 28142.

  o Major features (refactoring):
    - Tor now uses an explicit list of its own subsystems when
      initializing and shutting down. Previously, these systems were
      managed implicitly in various places throughout the codebase.
      (There may still be some subsystems using the old system.) Closes
      ticket 28330.

  o Major bugfixes (cell scheduler, KIST, security):
    - Make KIST consider the outbuf length when computing what it can
      put in the outbuf. Previously, KIST acted as though the outbuf
      were empty, which could lead to the outbuf becoming too full. It
      is possible that an attacker could exploit this bug to cause a Tor
      client or relay to run out of memory and crash. Fixes bug 29168;
      bugfix on 0.3.2.1-alpha. This issue is also being tracked as
      TROVE-2019-001 and CVE-2019-8955.

  o Major bugfixes (networking):
    - Gracefully handle empty username/password fields in SOCKS5
      username/password auth messsage and allow SOCKS5 handshake to
      continue. Previously, we had rejected these handshakes, breaking
      certain applications. Fixes bug 29175; bugfix on 0.3.5.1-alpha.

  o Major bugfixes (NSS, relay):
    - When running with NSS, disable TLS 1.2 ciphersuites that use
      SHA384 for their PRF. Due to an NSS bug, the TLS key exporters for
      these ciphersuites don't work -- which caused relays to fail to
      handshake with one another when these ciphersuites were enabled.
      Fixes bug 29241; bugfix on 0.3.5.1-alpha.

  o Major bugfixes (windows, startup):
    - When reading a consensus file from disk, detect whether it was
      written in text mode, and re-read it in text mode if so. Always
      write consensus files in binary mode so that we can map them into
      memory later. Previously, we had written in text mode, which
      confused us when we tried to map the file on windows. Fixes bug
      28614; bugfix on 0.4.0.1-alpha.

  o Minor features (address selection):
    - Treat the subnet 100.64.0.0/10 as public for some purposes;
      private for others. This subnet is the RFC 6598 (Carrier Grade
      NAT) IP range, and is deployed by many ISPs as an alternative to
      RFC 1918 that does not break existing internal networks. Tor now
      blocks SOCKS and control ports on these addresses and warns users
      if client ports or ExtORPorts are listening on a RFC 6598 address.
      Closes ticket 28525. Patch by Neel Chauhan.

  o Minor features (bandwidth authority):
    - Make bandwidth authorities ignore relays that are reported in the
      bandwidth file with the flag "vote=0". This change allows us to
      report unmeasured relays for diagnostic reasons without including
      their bandwidth in the bandwidth authorities' vote. Closes
      ticket 29806.
    - When a directory authority is using a bandwidth file to obtain the
      bandwidth values that will be included in the next vote, serve
      this bandwidth file at /tor/status-vote/next/bandwidth. Closes
      ticket 21377.

  o Minor features (bootstrap reporting):
    - When reporting bootstrap progress, stop distinguishing between
      situations where only internal paths are available and situations
      where external paths are available. Previously, Tor would often
      erroneously report that it had only internal paths. Closes
      ticket 27402.

  o Minor features (compilation):
    - Compile correctly when OpenSSL is built with engine support
      disabled, or with deprecated APIs disabled. Closes ticket 29026.
      Patches from "Mangix".

  o Minor features (continuous integration):
    - On Travis Rust builds, cleanup Rust registry and refrain from
      caching the "target/" directory to speed up builds. Resolves
      issue 29962.
    - Log Python version during each Travis CI job. Resolves
      issue 28551.
    - In Travis, tell timelimit to use stem's backtrace signals, and
      launch python directly from timelimit, so python receives the
      signals from timelimit, rather than make. Closes ticket 30117.

  o Minor features (controller):
    - Add a DROPOWNERSHIP command to undo the effects of TAKEOWNERSHIP.
      Implements ticket 28843.

  o Minor features (developer tooling):
    - Check that bugfix versions in changes files look like Tor versions
      from the versions spec. Warn when bugfixes claim to be on a future
      release. Closes ticket 27761.
    - Provide a git pre-commit hook that disallows commiting if we have
      any failures in our code and changelog formatting checks. It is
      now available in scripts/maint/pre-commit.git-hook. Implements
      feature 28976.
    - Provide a git hook script to prevent "fixup!" and "squash!"
      commits from ending up in the master branch, as scripts/main/pre-
      push.git-hook. Closes ticket 27993.

  o Minor features (diagnostic):
    - Add more diagnostic log messages in an attempt to solve the issue
      of NUL bytes appearing in a microdescriptor cache. Related to
      ticket 28223.

  o Minor features (directory authority):
    - When a directory authority is using a bandwidth file to obtain
      bandwidth values, include the digest of that file in the vote.
      Closes ticket 26698.
    - Directory authorities support a new consensus algorithm, under
      which the family lines in microdescriptors are encoded in a
      canonical form. This change makes family lines more compressible
      in transit, and on the client. Closes ticket 28266; implements
      proposal 298.

  o Minor features (directory authority, relay):
    - Authorities now vote on a "StaleDesc" flag to indicate that a
      relay's descriptor is so old that the relay should upload again
      soon. Relays treat this flag as a signal to upload a new
      descriptor. This flag will eventually let us remove the
      'published' date from routerstatus entries, and make our consensus
      diffs much smaller. Closes ticket 26770; implements proposal 293.

  o Minor features (dormant mode):
    - Add a DormantCanceledByStartup option to tell Tor that it should
      treat a startup event as cancelling any previous dormant state.
      Integrators should use this option with caution: it should only be
      used if Tor is being started because of something that the user
      did, and not if Tor is being automatically started in the
      background. Closes ticket 29357.

  o Minor features (fallback directory mirrors):
    - Update the fallback whitelist based on operator opt-ins and opt-
      outs. Closes ticket 24805, patch by Phoul.

  o Minor features (FreeBSD):
    - On FreeBSD-based systems, warn relay operators if the
      "net.inet.ip.random_id" sysctl (IP ID randomization) is disabled.
      Closes ticket 28518.

  o Minor features (geoip):
    - Update geoip and geoip6 to the April 2 2019 Maxmind GeoLite2
      Country database. Closes ticket 29992.

  o Minor features (HTTP standards compliance):
    - Stop sending the header "Content-type: application/octet-stream"
      along with transparently compressed documents: this confused
      browsers. Closes ticket 28100.

  o Minor features (IPv6):
    - We add an option ClientAutoIPv6ORPort, to make clients randomly
      prefer a node's IPv4 or IPv6 ORPort. The random preference is set
      every time a node is loaded from a new consensus or bridge config.
      We expect that this option will enable clients to bootstrap more
      quickly without having to determine whether they support IPv4,
      IPv6, or both. Closes ticket 27490. Patch by Neel Chauhan.
    - When using addrs_in_same_network_family(), avoid choosing circuit
      paths that pass through the same IPv6 subnet more than once.
      Previously, we only checked IPv4 subnets. Closes ticket 24393.
      Patch by Neel Chauhan.

  o Minor features (log messages):
    - Improve log message in v3 onion services that could print out
      negative revision counters. Closes ticket 27707. Patch
      by "ffmancera".

  o Minor features (memory usage):
    - Save memory by storing microdescriptor family lists with a more
      compact representation. Closes ticket 27359.
    - Tor clients now use mmap() to read consensus files from disk, so
      that they no longer need keep the full text of a consensus in
      memory when parsing it or applying a diff. Closes ticket 27244.

  o Minor features (NSS, diagnostic):
    - Try to log an error from NSS (if there is any) and a more useful
      description of our situation if we are using NSS and a call to
      SSL_ExportKeyingMaterial() fails. Diagnostic for ticket 29241.

  o Minor features (parsing):
    - Directory authorities now validate that router descriptors and
      ExtraInfo documents are in a valid subset of UTF-8, and reject
      them if they are not. Closes ticket 27367.

  o Minor features (performance):
    - Cache the results of summarize_protocol_flags(), so that we don't
      have to parse the same protocol-versions string over and over.
      This should save us a huge number of malloc calls on startup, and
      may reduce memory fragmentation with some allocators. Closes
      ticket 27225.
    - Remove a needless memset() call from get_token_arguments, thereby
      speeding up the tokenization of directory objects by about 20%.
      Closes ticket 28852.
    - Replace parse_short_policy() with a faster implementation, to
      improve microdescriptor parsing time. Closes ticket 28853.
    - Speed up directory parsing a little by avoiding use of the non-
      inlined strcmp_len() function. Closes ticket 28856.
    - Speed up microdescriptor parsing by about 30%, to help improve
      startup time. Closes ticket 28839.

  o Minor features (pluggable transports):
    - Add support for emitting STATUS updates to Tor's control port from
      a pluggable transport process. Closes ticket 28846.
    - Add support for logging to Tor's logging subsystem from a
      pluggable transport process. Closes ticket 28180.

  o Minor features (process management):
    - Add a new process API for handling child processes. This new API
      allows Tor to have bi-directional communication with child
      processes on both Unix and Windows. Closes ticket 28179.
    - Use the subsystem manager to initialize and shut down the process
      module. Closes ticket 28847.

  o Minor features (relay):
    - When listing relay families, list them in canonical form including
      the relay's own identity, and try to give a more useful set of
      warnings. Part of ticket 28266 and proposal 298.

  o Minor features (required protocols):
    - Before exiting because of a missing required protocol, Tor will
      now check the publication time of the consensus, and not exit
      unless the consensus is newer than the Tor program's own release
      date. Previously, Tor would not check the consensus publication
      time, and so might exit because of a missing protocol that might
      no longer be required in a current consensus. Implements proposal
      297; closes ticket 27735.

  o Minor features (testing):
    - Treat all unexpected ERR and BUG messages as test failures. Closes
      ticket 28668.
    - Allow a HeartbeatPeriod of less than 30 minutes in testing Tor
      networks. Closes ticket 28840. Patch by Rob Jansen.
    - Use the approx_time() function when setting the "Expires" header
      in directory replies, to make them more testable. Needed for
      ticket 30001.

  o Minor bugfixes (security):
    - Fix a potential double free bug when reading huge bandwidth files.
      The issue is not exploitable in the current Tor network because
      the vulnerable code is only reached when directory authorities
      read bandwidth files, but bandwidth files come from a trusted
      source (usually the authorities themselves). Furthermore, the
      issue is only exploitable in rare (non-POSIX) 32-bit architectures,
      which are not used by any of the current authorities. Fixes bug
      30040; bugfix on 0.3.5.1-alpha. Bug found and fixed by
      Tobias Stoeckmann.
    - Verify in more places that we are not about to create a buffer
      with more than INT_MAX bytes, to avoid possible OOB access in the
      event of bugs. Fixes bug 30041; bugfix on 0.2.0.16. Found and
      fixed by Tobias Stoeckmann.

  o Minor bugfix (continuous integration):
    - Reset coverage state on disk after Travis CI has finished. This
      should prevent future coverage merge errors from causing the test
      suite for the "process" subsystem to fail. The process subsystem
      was introduced in 0.4.0.1-alpha. Fixes bug 29036; bugfix
      on 0.2.9.15.
    - Terminate test-stem if it takes more than 9.5 minutes to run.
      (Travis terminates the job after 10 minutes of no output.)
      Diagnostic for 29437. Fixes bug 30011; bugfix on 0.3.5.4-alpha.

  o Minor bugfixes (build, compatibility, rust):
    - Update Cargo.lock file to match the version made by the latest
      version of Rust, so that "make distcheck" will pass again. Fixes
      bug 29244; bugfix on 0.3.3.4-alpha.

  o Minor bugfixes (C correctness):
    - Fix an unlikely memory leak in consensus_diff_apply(). Fixes bug
      29824; bugfix on 0.3.1.1-alpha. This is Coverity warning
      CID 1444119.

  o Minor bugfixes (client, clock skew):
    - Bootstrap successfully even when Tor's clock is behind the clocks
      on the authorities. Fixes bug 28591; bugfix on 0.2.0.9-alpha.
    - Select guards even if the consensus has expired, as long as the
      consensus is still reasonably live. Fixes bug 24661; bugfix
      on 0.3.0.1-alpha.

  o Minor bugfixes (compilation):
    - Fix compilation warnings in test_circuitpadding.c. Fixes bug
      29169; bugfix on 0.4.0.1-alpha.
    - Silence a compiler warning in test-memwipe.c on OpenBSD. Fixes bug
      29145; bugfix on 0.2.9.3-alpha. Patch from Kris Katterjohn.
    - Compile correctly on OpenBSD; previously, we were missing some
      headers required in order to detect it properly. Fixes bug 28938;
      bugfix on 0.3.5.1-alpha. Patch from Kris Katterjohn.

  o Minor bugfixes (directory clients):
    - Mark outdated dirservers when Tor only has a reasonably live
      consensus. Fixes bug 28569; bugfix on 0.3.2.5-alpha.

  o Minor bugfixes (directory mirrors):
    - Even when a directory mirror's clock is behind the clocks on the
      authorities, we now allow the mirror to serve "future"
      consensuses. Fixes bug 28654; bugfix on 0.3.0.1-alpha.

  o Minor bugfixes (DNS):
    - Gracefully handle an empty or absent resolve.conf file by falling
      back to using "localhost" as a DNS server (and hoping it works).
      Previously, we would just stop running as an exit. Fixes bug
      21900; bugfix on 0.2.1.10-alpha.

  o Minor bugfixes (documentation):
    - Describe the contents of the v3 onion service client authorization
      files correctly: They hold public keys, not private keys. Fixes
      bug 28979; bugfix on 0.3.5.1-alpha. Spotted by "Felixix".

  o Minor bugfixes (guards):
    - In count_acceptable_nodes(), the minimum number is now one bridge
      or guard node, and two non-guard nodes for a circuit. Previously,
      we had added up the sum of all nodes with a descriptor, but that
      could cause us to build failing circuits when we had either too
      many bridges or not enough guard nodes. Fixes bug 25885; bugfix on
      0.3.6.1-alpha. Patch by Neel Chauhan.

  o Minor bugfixes (IPv6):
    - Fix tor_ersatz_socketpair on IPv6-only systems. Previously, the
      IPv6 socket was bound using an address family of AF_INET instead
      of AF_INET6. Fixes bug 28995; bugfix on 0.3.5.1-alpha. Patch from
      Kris Katterjohn.

  o Minor bugfixes (linux seccomp sandbox):
    - Fix startup crash when experimental sandbox support is enabled.
      Fixes bug 29150; bugfix on 0.4.0.1-alpha. Patch by Peter Gerber.

  o Minor bugfixes (logging):
    - Correct a misleading error message when IPv4Only or IPv6Only is
      used but the resolved address can not be interpreted as an address
      of the specified IP version. Fixes bug 13221; bugfix on
      0.2.3.9-alpha. Patch from Kris Katterjohn.
    - Log the correct port number for listening sockets when "auto" is
      used to let Tor pick the port number. Previously, port 0 was
      logged instead of the actual port number. Fixes bug 29144; bugfix
      on 0.3.5.1-alpha. Patch from Kris Katterjohn.
    - Stop logging a BUG() warning when Tor is waiting for exit
      descriptors. Fixes bug 28656; bugfix on 0.3.5.1-alpha.
    - Avoid logging that we are relaxing a circuit timeout when that
      timeout is fixed. Fixes bug 28698; bugfix on 0.2.4.7-alpha.
    - Log more information at "warning" level when unable to read a
      private key; log more information at "info" level when unable to
      read a public key. We had warnings here before, but they were lost
      during our NSS work. Fixes bug 29042; bugfix on 0.3.5.1-alpha.
    - Rework rep_hist_log_link_protocol_counts() to iterate through all
      link protocol versions when logging incoming/outgoing connection
      counts. Tor no longer skips version 5, and we won't have to
      remember to update this function when new link protocol version is
      developed. Fixes bug 28920; bugfix on 0.2.6.10.

  o Minor bugfixes (memory management):
    - Refactor the shared random state's memory management so that it
      actually takes ownership of the shared random value pointers.
      Fixes bug 29706; bugfix on 0.2.9.1-alpha.
    - Stop leaking parts of the shared random state in the shared-random
      unit tests. Fixes bug 29599; bugfix on 0.2.9.1-alpha.

  o Minor bugfixes (misc):
    - The amount of total available physical memory is now determined
      using the sysctl identifier HW_PHYSMEM (rather than HW_USERMEM)
      when it is defined and a 64-bit variant is not available. Fixes
      bug 28981; bugfix on 0.2.5.4-alpha. Patch from Kris Katterjohn.

  o Minor bugfixes (networking):
    - Introduce additional checks into tor_addr_parse() to reject
      certain incorrect inputs that previously were not detected. Fixes
      bug 23082; bugfix on 0.2.0.10-alpha.

  o Minor bugfixes (onion service v3, client):
    - Stop logging a "BUG()" warning and stacktrace when we find a SOCKS
      connection waiting for a descriptor that we actually have in the
      cache. It turns out that this can actually happen, though it is
      rare. Now, tor will recover and retry the descriptor. Fixes bug
      28669; bugfix on 0.3.2.4-alpha.

  o Minor bugfixes (onion services):
    - Avoid crashing if ClientOnionAuthDir (incorrectly) contains more
      than one private key for a hidden service. Fixes bug 29040; bugfix
      on 0.3.5.1-alpha.
    - In hs_cache_store_as_client() log an HSDesc we failed to parse at
      "debug" level. Tor used to log it as a warning, which caused very
      long log lines to appear for some users. Fixes bug 29135; bugfix
      on 0.3.2.1-alpha.
    - Stop logging "Tried to establish rendezvous on non-OR circuit..."
      as a warning. Instead, log it as a protocol warning, because there
      is nothing that relay operators can do to fix it. Fixes bug 29029;
      bugfix on 0.2.5.7-rc.

  o Minor bugfixes (periodic events):
    - Refrain from calling routerlist_remove_old_routers() from
      check_descriptor_callback(). Instead, create a new hourly periodic
      event. Fixes bug 27929; bugfix on 0.2.8.1-alpha.

  o Minor bugfixes (pluggable transports):
    - Make sure that data is continously read from standard output and
      standard error pipes of a pluggable transport child-process, to
      avoid deadlocking when a pipe's buffer is full. Fixes bug 26360;
      bugfix on 0.2.3.6-alpha.

  o Minor bugfixes (rust):
    - Abort on panic in all build profiles, instead of potentially
      unwinding into C code. Fixes bug 27199; bugfix on 0.3.3.1-alpha.

  o Minor bugfixes (scheduler):
    - When re-adding channels to the pending list, check the correct
      channel's sched_heap_idx. This issue has had no effect in mainline
      Tor, but could have led to bugs down the road in improved versions
      of our circuit scheduling code. Fixes bug 29508; bugfix
      on 0.3.2.10.

  o Minor bugfixes (shellcheck):
    - Look for scripts in their correct locations during "make
      shellcheck". Previously we had looked in the wrong place during
      out-of-tree builds. Fixes bug 30263; bugfix on 0.4.0.1-alpha.

  o Minor bugfixes (single onion services):
    - Allow connections to single onion services to remain idle without
      being disconnected. Previously, relays acting as rendezvous points
      for single onion services were mistakenly closing idle rendezvous
      circuits after 60 seconds, thinking that they were unused
      directory-fetching circuits that had served their purpose. Fixes
      bug 29665; bugfix on 0.2.1.26.

  o Minor bugfixes (stats):
    - When ExtraInfoStatistics is 0, stop including PaddingStatistics in
      relay and bridge extra-info documents. Fixes bug 29017; bugfix
      on 0.3.1.1-alpha.

  o Minor bugfixes (testing):
    - Backport the 0.3.4 src/test/test-network.sh to 0.2.9. We need a
      recent test-network.sh to use new chutney features in CI. Fixes
      bug 29703; bugfix on 0.2.9.1-alpha.
    - Fix a test failure on Windows caused by an unexpected "BUG"
      warning in our tests for tor_gmtime_r(-1). Fixes bug 29922; bugfix
      on 0.2.9.3-alpha.
    - Downgrade some LOG_ERR messages in the address/* tests to
      warnings. The LOG_ERR messages were occurring when we had no
      configured network. We were failing the unit tests, because we
      backported 28668 to 0.3.5.8, but did not backport 29530. Fixes bug
      29530; bugfix on 0.3.5.8.
    - Fix our gcov wrapper script to look for object files at the
      correct locations. Fixes bug 29435; bugfix on 0.3.5.1-alpha.
    - Decrease the false positive rate of stochastic probability
      distribution tests. Fixes bug 29693; bugfix on 0.4.0.1-alpha.
    - Fix intermittent failures on an adaptive padding test. Fixes one
      case of bug 29122; bugfix on 0.4.0.1-alpha.
    - Disable an unstable circuit-padding test that was failing
      intermittently because of an ill-defined small histogram. Such
      histograms will be allowed again after 29298 is implemented. Fixes
      a second case of bug 29122; bugfix on 0.4.0.1-alpha.
    - Detect and suppress "bug" warnings from the util/time test on
      Windows. Fixes bug 29161; bugfix on 0.2.9.3-alpha.
    - Do not log an error-level message if we fail to find an IPv6
      network interface from the unit tests. Fixes bug 29160; bugfix
      on 0.2.7.3-rc.
    - Instead of relying on hs_free_all() to clean up all onion service
      objects in test_build_descriptors(), we now deallocate them one by
      one. This lets Coverity know that we are not leaking memory there
      and fixes CID 1442277. Fixes bug 28989; bugfix on 0.3.5.1-alpha.
    - Check the time in the "Expires" header using approx_time(). Fixes
      bug 30001; bugfix on 0.4.0.4-rc.

  o Minor bugfixes (TLS protocol):
    - When classifying a client's selection of TLS ciphers, if the
      client ciphers are not yet available, do not cache the result.
      Previously, we had cached the unavailability of the cipher list
      and never looked again, which in turn led us to assume that the
      client only supported the ancient V1 link protocol. This, in turn,
      was causing Stem integration tests to stall in some cases. Fixes
      bug 30021; bugfix on 0.2.4.8-alpha.

  o Minor bugfixes (UI):
    - Lower log level of unlink() errors during bootstrap. Fixes bug
      29930; bugfix on 0.4.0.1-alpha.

  o Minor bugfixes (usability):
    - Stop saying "Your Guard ..." in pathbias_measure_{use,close}_rate().
      Some users took this phrasing to mean that the mentioned guard was
      under their control or responsibility, which it is not. Fixes bug
      28895; bugfix on Tor 0.3.0.1-alpha.

  o Minor bugfixes (Windows, CI):
    - Skip the Appveyor 32-bit Windows Server 2016 job, and 64-bit
      Windows Server 2012 R2 job. The remaining 2 jobs still provide
      coverage of 64/32-bit, and Windows Server 2016/2012 R2. Also set
      fast_finish, so failed jobs terminate the build immediately. Fixes
      bug 29601; bugfix on 0.3.5.4-alpha.

  o Code simplification and refactoring:
    - Introduce a connection_dir_buf_add() helper function that detects
      whether compression is in use, and adds a string accordingly.
      Resolves issue 28816.
    - Refactor handle_get_next_bandwidth() to use
      connection_dir_buf_add(). Implements ticket 29897.
    - Reimplement NETINFO cell parsing and generation to rely on
      trunnel-generated wire format handling code. Closes ticket 27325.
    - Remove unnecessary unsafe code from the Rust macro "cstr!". Closes
      ticket 28077.
    - Rework SOCKS wire format handling to rely on trunnel-generated
      parsing/generation code. Resolves ticket 27620.
    - Split out bootstrap progress reporting from control.c into a
      separate file. Part of ticket 27402.
    - The .may_include files that we use to describe our directory-by-
      directory dependency structure now describe a noncircular
      dependency graph over the directories that they cover. Our
      checkIncludes.py tool now enforces this noncircularity. Closes
      ticket 28362.

  o Documentation:
    - Clarify that Tor performs stream isolation among *Port listeners
      by default. Resolves issue 29121.
    - In the manpage entry describing MapAddress torrc setting, use
      example IP addresses from ranges specified for use in documentation
      by RFC 5737. Resolves issue 28623.
    - Mention that you cannot add a new onion service if Tor is already
      running with Sandbox enabled. Closes ticket 28560.
    - Improve ControlPort documentation. Mention that it accepts
      address:port pairs, and can be used multiple times. Closes
      ticket 28805.
    - Document the exact output of "tor --version". Closes ticket 28889.

  o Removed features:
    - Remove the old check-tor script. Resolves issue 29072.
    - Stop responding to the 'GETINFO status/version/num-concurring' and
      'GETINFO status/version/num-versioning' control port commands, as
      those were deprecated back in 0.2.0.30. Also stop listing them in
      output of 'GETINFO info/names'. Resolves ticket 28757.
    - The scripts used to generate and maintain the list of fallback
      directories have been extracted into a new "fallback-scripts"
      repository. Closes ticket 27914.

  o Testing:
    - Run shellcheck for scripts in the in scripts/ directory. Closes
      ticket 28058.
    - Add unit tests for tokenize_string() and get_next_token()
      functions. Resolves ticket 27625.

  o Code simplification and refactoring (onion service v3):
    - Consolidate the authorized client descriptor cookie computation
      code from client and service into one function. Closes
      ticket 27549.

  o Code simplification and refactoring (shell scripts):
    - Cleanup scan-build.sh to silence shellcheck warnings. Closes
      ticket 28007.
    - Fix issues that shellcheck found in chutney-git-bisect.sh.
      Resolves ticket 28006.
    - Fix issues that shellcheck found in updateRustDependencies.sh.
      Resolves ticket 28012.
    - Fix shellcheck warnings in cov-diff script. Resolves issue 28009.
    - Fix shellcheck warnings in run_calltool.sh. Resolves ticket 28011.
    - Fix shellcheck warnings in run_trunnel.sh. Resolves issue 28010.
    - Fix shellcheck warnings in scripts/test/coverage. Resolves
      issue 28008.

(wiz)

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

lang/perl5: do not use -delete option of find(1)

Do not use -delete option of find(1).  It is not supported on Solaris's
native find(1) reported by Sad Clouds.

(taca)

2019-05-03 08:31:41 UTC MAIN commitmail json YAML

doc: Updated lang/php71 to 7.1.29

(taca)

2019-05-03 08:31:09 UTC MAIN commitmail json YAML

lang/php71: Update to 7.1.29

Update php71 to 7.1.29.

02 May 2019, PHP 7.1.29

- EXIF
. Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
  (CVE-2019-11036) (Stas)

- Mail
. Fixed bug #77821 (Potential heap corruption in TSendMail()). (cmb)

04 Apr 2019, PHP 7.1.28

- EXIF:
  . Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (CVE-2019-11034)
    (Stas)
  . Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value).
(CVE-2019-11035) (Stas)

- SQLite3:
  . Added sqlite3.defensive INI directive. (BohwaZ)

(taca)

2019-05-03 07:45:45 UTC MAIN commitmail json YAML

doc: Updated net/dnscrypt-proxy2 to 2.0.23

(nia)

2019-05-03 07:45:31 UTC MAIN commitmail json YAML

net/dnscrypt-proxy2: Update to version 2.0.23

Changes since 2.0.22:

- .onion servers are now automatically ignored if Tor routing is not
enabled.
- Caching of server addresses has been improved, especially when
using proxies.
- DNSCrypt communications are now automatically forced to using TCP
when a SOCKS proxy has been set up.

(nia)

2019-05-02 22:13:28 UTC MAIN commitmail json YAML

2019-05-02 22:12:34 UTC MAIN commitmail json YAML

2019-05-02 22:11:34 UTC MAIN commitmail json YAML

2019-05-02 22:06:15 UTC MAIN commitmail json YAML

python: Remove reference to python-3.4.

(wiz)

2019-05-02 20:29:46 UTC MAIN commitmail json YAML

adapta-gtk-theme: Use TOOL_DEPENDS.

(nia)

2019-05-02 20:27:43 UTC MAIN commitmail json YAML

2019-05-02 19:08:53 UTC MAIN commitmail json YAML

doc: Updated geography/gpsbabel to 1.6.0

(gdt)

2019-05-02 19:01:17 UTC MAIN commitmail json YAML

2019-05-02 18:26:04 UTC MAIN commitmail json YAML

Updated lang/polyml to 5.7.1.

(alnsn)

2019-05-02 18:24:58 UTC MAIN commitmail json YAML

Update to version 5.7.1. Switch to github releases.

Major Changes

  This release fixes a number of bugs and timing issues in version 5.7 mainly related to the code-generator.

(alnsn)

2019-05-02 15:50:01 UTC MAIN commitmail json YAML

Updated fonts/ipaexfont to 00401

(ryoon)

2019-05-02 15:49:16 UTC MAIN commitmail json YAML

Update to 00401

* Use fonts.mk framework

Changelog:
00401: (2019-04)
* Add U+32FF (SQUARE ERA NAME REIWA) character
* Update fontRevision in head table to 4.010
* Update ID0 (Copyright) in name table to 2003-2019
* Update ID3 (Unique Font Identifier) in name table to
  IPAexMincho Version 004.01 and IPAexGothic Version 004.01
* Update ID5 (Version) in name table Version to 004.01

00301: (2015-10)
* Implement SVS for 93 compatible Kanji characters
* Fix glyphs of U+26FF8 and U+663B
* Update nameID=2 to Regular
* Update fontRevision in head table to 3.010
* Update ID0 (Copyright) in name table to 2003-2015
* Update ID3 (Unique Font Identifier) in name table to
  IPAexMincho Version 003.01 and IPAexGothic Version 003.01
* Update ID5 (Version) in name table Version to 003.01

(ryoon)

2019-05-02 15:31:25 UTC MAIN commitmail json YAML

doc: Updated sysutils/coreutils to 8.29nb2

(jperkin)

2019-05-02 15:31:16 UTC MAIN commitmail json YAML

coreutils: Report uname -o as "illumos" where appropriate.

Fixes joyent/pkgsrc#195.  Bump PKGREVISION.

(jperkin)

2019-05-02 13:46:45 UTC MAIN commitmail json YAML

doc: Updated lang/php73 to 7.3.5

(taca)

2019-05-02 13:45:28 UTC MAIN commitmail json YAML

lang/php73: update to 7.3.5

Update php73 to 7.3.5.

02 May 2019, PHP 7.3.5

- Core:
  . Fixed bug #77903 (ArrayIterator stops iterating after offsetSet call).
    (Nikita)

- CLI:
  . Fixed bug #77794 (Incorrect Date header format in built-in server).
    (kelunik)

- EXIF
  . Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
    (CVE-2019-11036) (Stas)

- Interbase:
  . Fixed bug #72175 (Impossibility of creating multiple connections to
    Interbase with php 7.x). (Nikita)

- Intl:
  . Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale
    = null). (Nikita)

- litespeed:
  . LiteSpeed SAPI 7.3.1, better process management, new API function
    litespeed_finish_request(). (George Wang)

- LDAP:
  . Fixed bug #77869 (Core dump when using server controls) (mcmic)

- Mail
  . Fixed bug #77821 (Potential heap corruption in TSendMail()). (cmb)

- mbstring:
  . Implemented FR #72777 (Implement regex stack limits for mbregex functions).
    (Yasuo Ohgaki, Stas)

- MySQLi:
  . Fixed bug #77773 (Unbuffered queries leak memory - MySQLi / mysqlnd).
    (Nikita)

- PCRE:
  . Fixed bug #77827 (preg_match does not ignore \r in regex flags). (requinix,
    cmb)

- PDO:
  . Fixed bug #77849 (Disable cloning of PDO handle/connection objects).
    (camporter)

- phpdbg:
  . Fixed bug #76801 (too many open files). (alekitto)
  . Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints).
    (krakjoe)
  . Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)

- Reflection:
  . Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). (Nikita)
  . Fixed bug #77882 (Different behavior: always calls destructor). (Nikita)

- Standard:
  . Fixed bug #77793 (Segmentation fault in extract() when overwriting
    reference with itself). (Nikita)
  . Fixed bug #77844 (Crash due to null pointer in parse_ini_string with
    INI_SCANNER_TYPED). (Nikita)
  . Fixed bug #77853 (Inconsistent substr_compare behaviour with empty
    haystack). (Nikita)

(taca)

2019-05-02 13:44:17 UTC MAIN commitmail json YAML

doc: Updated lang/php72 to 7.2.18

(taca)

2019-05-02 13:43:38 UTC MAIN commitmail json YAML

lang/php72: update to 7.2.18

Update php72 to update to 7.2.18.

02 May 2019, PHP 7.2.18

- CLI:
  . Fixed bug #77794 (Incorrect Date header format in built-in server).
    (kelunik)

- EXIF
  . Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
    (CVE-2019-11036) (Stas)

- Interbase:
  . Fixed bug #72175 (Impossibility of creating multiple connections to
    Interbase with php 7.x). (Nikita)

- Intl:
  . Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale
    = null). (Nikita)

- litespeed:
  . LiteSpeed SAPI 7.3.1, better process management, new API function
    litespeed_finish_request(). (George Wang)

- Mail
  . Fixed bug #77821 (Potential heap corruption in TSendMail()). (cmb)

- PCRE:
  . Fixed bug #77827 (preg_match does not ignore \r in regex flags). (requinix,
    cmb)

- PDO:
  . Fixed bug #77849 (Disable cloning of PDO handle/connection objects).
    (camporter)

- phpdbg:
  . Fixed bug #76801 (too many open files). (alekitto)
  . Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints).
    (krakjoe)
  . Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)

- Reflection:
  . Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). (Nikita)
  . Fixed bug #77882 (Different behavior: always calls destructor). (Nikita)

- Standard:
  . Fixed bug #77680 (recursive mkdir on ftp stream wrapper is incorrect).
    (Vlad Temian)
  . Fixed bug #77844 (Crash due to null pointer in parse_ini_string with
    INI_SCANNER_TYPED). (Nikita)
  . Fixed bug #77853 (Inconsistent substr_compare behaviour with empty
    haystack). (Nikita)

(taca)

2019-05-02 13:31:53 UTC MAIN commitmail json YAML

doc: Updated net/bind912 to 9.12.4pl1nb1

(taca)

2019-05-02 13:31:07 UTC MAIN commitmail json YAML

net/bind912: fix an error when reloading configuration

Fix an error when reloading configuration.  There is on more check to
"directory" in option statement is writable.

Bump PKGREVISION.

(taca)

2019-05-02 13:30:19 UTC MAIN commitmail json YAML

doc: Updated net/bind914 to 9.14.1nb1

(taca)

2019-05-02 13:29:53 UTC MAIN commitmail json YAML

net/bind914: fix an error when reloading configuration

Fix an error when reloading configuration.  There is on more check to
"directory" in option statement is writable.

Bump PKGREVISION.

(taca)

2019-05-02 12:50:42 UTC MAIN commitmail json YAML

python37: fix find_library() on SunOS

Help find_library find pkgsrc libs also on SunOS.
While here pull in http://bugs.python.org/issue23287 like Oracle Solaris and
OpenIndiana already do.

(wiedi)

2019-05-02 11:25:49 UTC MAIN commitmail json YAML

Updated print/qpdf to 8.4.1

(ryoon)

2019-05-02 11:25:23 UTC MAIN commitmail json YAML

Update to 8.4.1

Changelog:
This is qpdf version 8.4.1. It contains a small handful of minor
CLI enhancements and a few bug fixes from 8.4.0 including handling
of Unicode filenames in Windows, a performance bug with --split-pages
and a few others. For a full list of changes, please see the release
notes.

(ryoon)

2019-05-02 10:59:25 UTC MAIN commitmail json YAML

doc: Updated databases/openldap-client to 2.4.47nb1

(jperkin)

2019-05-02 10:59:13 UTC MAIN commitmail json YAML

openldap-client: Fix FD_SETSIZE on SunOS 64-bit.

The OS default is 64k but OpenLDAP sets a hardcoded limit of 4k.  Bump
PKGREVISION.

(jperkin)

2019-05-02 10:11:09 UTC MAIN commitmail json YAML

doc: Updated archivers/py-zstandard to 0.11.0nb1

(wiz)

2019-05-02 10:10:56 UTC MAIN commitmail json YAML

2019-05-02 09:41:26 UTC MAIN commitmail json YAML

Updated www/py-autobahn, devel/py-nose2, security/py-trustme

(adam)

2019-05-02 09:41:04 UTC MAIN commitmail json YAML

py-trustme: updated to 0.5.1

0.5.1:
Unknown changes

(adam)

2019-05-02 09:38:23 UTC MAIN commitmail json YAML

py-nose2: updated to 0.9.1

0.9.1

Changed
* the prof plugin now uses `cProfile` instead of `hotshot` for profiling, and
  therefore now supports python versions which do not include `hotshot`
* skipped tests now include the user's reason in junit XML's `message` field

Fixed
* the prettyassert plugin mishandled multi-line function definitions
* Using a plugin's CLI flag when the plugin is already enabled via config no
  longer errors -- it is a no-op instead

(adam)

2019-05-02 09:37:01 UTC MAIN commitmail json YAML

py-autobahn: updated to 19.3.3

19.3.3
fix: RegisterOptions should have details|bool parameter
new: WAMP callee disclosure
new: WAMP forward_for in more message types; expose forward_for in options/details types
new: expose underlying serializer modules on WAMP object serializers
fix: WAMP-cryptosign fix base64 encodings, add hex encoding

19.3.2
fix: import guards for flatbuffers (missed in CI as we run with "all deps installed" there)

19.3.1
new: add experimental support for WAMP-FlatBuffers serializer: EVENT and PUBLISH messages for now only
new: add FlatBuffers schema for WAMP messages
fix: improve serializer package preference behavior depending on CPy vs PyPy
fix: relax protocol violations: ignore unknown INTERRUPT and GOODBYE already sent; reduce log noise
fix: skipping Yield message if transport gets closed before success callback is called
fix: integer division in logging in py3
fix: Await tasks after they've been cancelled in autobahn.asycio.component.nicely_exit

(adam)

2019-05-02 09:29:56 UTC MAIN commitmail json YAML

Removed lang/py34-html-docs, lang/py35-html-docs

(adam)

2019-05-02 09:28:53 UTC MAIN commitmail json YAML

2019-05-02 09:27:09 UTC MAIN commitmail json YAML

2019-05-02 09:18:28 UTC MAIN commitmail json YAML

Forget about Python 3.5

(adam)

2019-05-02 09:16:48 UTC MAIN commitmail json YAML

2019-05-02 08:58:01 UTC MAIN commitmail json YAML

opencv-contrib-face: regen distinfo to add new patch in opencv/patches

(wiz)

2019-05-02 08:55:26 UTC MAIN commitmail json YAML

crudesaml: add SHA512 checksum to distinfo

(wiz)

2019-05-02 08:55:15 UTC MAIN commitmail json YAML

2019-05-02 08:53:00 UTC MAIN commitmail json YAML

uvscan: remove

Distfile does not exist and was not redistributable.
Package was marked BROKEN for this reason for some time.
Newer version available, package could be re-added if someone is interested.
(Last update was 2007.)

(wiz)

2019-05-02 08:49:36 UTC MAIN commitmail json YAML

memconf: remove

Distfile from package not available.
Newer version is available, so can be re-added if someone is interested.
(last update was 2010)

(wiz)

2019-05-02 08:43:23 UTC MAIN commitmail json YAML

2019-05-02 08:40:21 UTC MAIN commitmail json YAML

Updated devel/py-isort, devel/py-xdis, textproc/py-jsbeautifier, www/py-hyperframe

(adam)

2019-05-02 08:38:40 UTC MAIN commitmail json YAML

2019-05-02 08:38:18 UTC MAIN commitmail json YAML

acroread7: remove

distfile not available, and not supposed to redistributed.

(wiz)

2019-05-02 08:37:53 UTC MAIN commitmail json YAML

py-hyperframe: updated to 5.2.0

5.2.0:
API Changes (Backward-compatible)
- Add a new ENABLE_CONNECT_PROTOCOL settings paramter.

Other Changes
- Fix collections.abc deprecation.
- Drop support for Python 3.3 and support 3.7.

(adam)

2019-05-02 08:37:25 UTC MAIN commitmail json YAML

2019-05-02 08:36:11 UTC MAIN commitmail json YAML

2019-05-02 08:35:09 UTC MAIN commitmail json YAML

py-jsbeautifier: updated to 1.10.0

v1.10.0
Added templating setting to control when template languages are recognized. All languages are off by default in Javascript and on by default in HTML.

Closed Issues
beautifying scss selector with colon in it adds space
Javascript multiline comments duplicates
Tokenizer crashes if the input terminates with a dot character.
stop reformatting valid css \! into invalid \ !
wrong indent for unclosed <? - need to support disabling templating
Beautify inserts space before exclamation mark in comment <!-- in css <style>
'less' mixins parameter formatting problem
Change css tests to use 4 space indenting instead of tabs
Braces after case get pushed onto new line
Extra space in pseudo-elements and pseudo-classes selectors
LESS formatting - mixins with multiple variables
Bug in less format

(adam)

2019-05-02 08:32:15 UTC MAIN commitmail json YAML

py-xdis: updated to 4.0.1

release-4.0.1
Add magics.IS_PYPY3 and correct is_pypy()
disassemble PyPY3 versions correctly

(adam)

2019-05-02 08:31:03 UTC MAIN commitmail json YAML

py-isort: updated to 4.3.18

4.3.18:
- Fixed an issue with parsing files that contain unicode characters in Python 2
- Fixed issue 924 - Pulling in pip internals causes depreciation warning
- Fixed issue 938 - Providing a way to filter explicitly passed in files via configuration settings (`--filter-files`)
- Improved interoperability with toml configuration files

(adam)

2019-05-02 08:28:38 UTC MAIN commitmail json YAML

2019-05-02 08:27:20 UTC MAIN commitmail json YAML

bind914: remove patch that probably was not supposed to be cvs added

Not listed in distinfo

(wiz)

2019-05-02 08:26:26 UTC MAIN commitmail json YAML

gcc-aux: add SHA512 checksums for bootstraps

(wiz)

2019-05-02 08:24:08 UTC MAIN commitmail json YAML

jini: remove

Distfile not available and was not allowed to be mirrored.

(wiz)

2019-05-02 08:21:49 UTC MAIN commitmail json YAML

ghc7: manually add SHA512 checksums for two bootstrap files

XXX: some bootstraps (e.g. solaris) seem to be missing completely
from distinfo. I'll leave this for someone on those platforms who cares

(wiz)

2019-05-02 08:16:06 UTC MAIN commitmail json YAML

pvs: add solaris checksum

(wiz)

2019-05-02 07:58:03 UTC MAIN commitmail json YAML

xanim: remove

This program used binary objects for the codes; these object files are from
1999 or earlier. The original site for this program has long disappeared, and
AFAICT there is one mirror left with only a part of the files this package
would like to use.

Use a source-code player like mpv or mplayer or ffmplay instead.

(wiz)

2019-05-02 07:46:36 UTC MAIN commitmail json YAML

tkicb: remove package

Distfile is not available and was not supposed to be mirrored.
Last update was before 2001.

(wiz)

2019-05-02 01:16:28 UTC MAIN commitmail json YAML

firefox: remove lingering references to Python 3.5

Remove lingering references to Python 3.5 in mozilla-common.mk. (This
code could perhaps be condensed, but, though Python 3.7 is now the
default, soon enough there'll be a Python 3.8, and so on.)

(gutteridge)

2019-05-01 22:47:05 UTC MAIN commitmail json YAML

doc/TODO: + hdf-4.2.14

(wiz)

2019-05-01 22:40:21 UTC MAIN commitmail json YAML

doc: Updated devel/hdf5 to 1.10.4nb1

(bacon)

2019-05-01 22:39:29 UTC MAIN commitmail json YAML

devel/hdf5: Enable szip support by default

Support was off by default due to non-distributable archivers/szip dependency.
Replaced with BSD-licensed archivers/libaec, containing drop-in replacement
szip library.

(bacon)

2019-05-01 22:11:12 UTC MAIN commitmail json YAML

archivers/szip: Add suggestion to DESCR to use libaec instead

libaec is BSD licensed while szip is not redistributable

(bacon)

2019-05-01 20:22:14 UTC MAIN commitmail json YAML

doc: Updated geography/gpsd to 3.18.1

(gdt)

2019-05-01 20:22:02 UTC MAIN commitmail json YAML

geography/gpsd: Update to 3.18.1

pkgsrc changes:
  - adapt to scons
  - patch upstream SConstruct to respect needed pkgsrc variables
  - patch upstream's use of "#!/usr/bin/env python"
  - other minor build adaptations

Upstream changes not in NEWS:

  libgpsd (header, lib, pc, man page) is no longer installed.  (This
  was an internal interface.)

Upstream NEWS:

3.18.1: 2018-10-19 (Gary E. Miller <gem@rellim.com>)
  Fix some installation issues.
  A few minor updates to ubxtool and driver_ubx.
  Add contrib/skyview2svg

3.18: 2018-10-02 (Gary E. Miller <gem@rellim.com>)
  Add ECEF support to ievermore, italk,Skytraq, SiRF, U-blox drivers.
  Add ECEF support to JSON, cgps and xgps.
  Add GREIS (Javad) driver from Virgin Orbit.
  Add CLI tools zerk and ubxtool to manage JAVAD and u-blox GPS.
  Add gnssid:svid to satellite_t, cgps and xgps.  PRN will die.
  Add gnssid:svid to JSON, cgps and xgps.
  Add stricter version checking (more to todo).
  More and better regression tests.
  Better Python dependency checking, at build time and runtime.
  Fix several buffer issues.
  New polar plots, and improved statistice, in gpsprof.
  gpsd master/slave mode works, first time ever.
  All isnan() changed to !isfinite(), fixing many bugs.
  Client-side Python libraries may automatically reconnect
  Too many other bug fixes and improvements to mention.
  Over 1,000 commits from 46 different commiters.

3.17: 2017-09-07 (Eric S. Raymond <esr@snark.thyrsus.com>)
  Repair support for non-NMEA devices requring active probing
  (e.g. Garmin USB GPSes). Apply OS X build fixes.  Fix a SiRF driver
  bug that occasionally confused NTP.  Support for Spectratime iSync
  GRClok and LNRClok oscillators. gpxlogger can reconnect when
  the GPS loses the fix. xgps and xgpsspeed moved to python-gi,
  getting shut of the deprecated pygtk2 bindings. Default mode for
  xgpsspeed is now the more interesting nautical display. gpsmon
  includes the hostname with the device display. gpsprof now has
  centimeter precision.

3.16: 2016-01-08 (Eric S. Raymond <esr@snark.thyrsus.com>)
  Test rebuilds for mid-2015 leapsecond bump. Regression tests will
  run even if "python" in Python 3.  Build correctly on systems where
  -ltinfo is split from -lncurses. Avoid some rare overflow conditions
  in PPS code.  Fix bugs in JSON sat-view parsing due to the JSON
  parser stuffing ints into shorts.  Various small fixes to AIS
  interpretation.  Prevent a memory leak in long-running gpsmon
  instances.  Fix Savannah bug #45270: serial driver does not work
  properly on pipes.  Fix Savannah bug #44648: GPSD won't build if
  CCFLAGS contains options that are only compatible with the
  cros1s-compiler. Fix Savannah bug #45342: SConstruct generates wrong
  *.pc files.  Fix Savannah bug #46495: gpsd_poll may crash due to
  unitialized pointer (probably due to buggy FD_ISSET on host
  system). Fix Savannah bug #46648: gpsd crashes and buffer overflow
  is reported when terminated.  Fix Savannah bug #46802: AIVDM to CSV
  is broken in some weird cases. Fix Savannah bug #46804: JSON
  satellite view parsing is somewhat broken.

3.15: 2015-06-03 (Eric S. Raymond <esr@snark.thyrsus.com>)
  Fix a rare crash bug related to devices becoming inaccessible while timed out.
  Accept NMEA 4.1 GSV sentences with the trailing signal-ID field.
  Fixed incorrect decode of south latitudes in AIS Type 17 messages.
  splint has been retired; this removes almost 2KLOC of annotations.
  chrpath is no longer a build dependency. Corrected Beidou/QZNSS display
  in the Python clients so the graphics don't look like SBAS.

3.14: 2015-03-14 (Eric S. Raymond <esr@snark.thyrsus.com>)
  The Pi Day release, 3.14 on 3/14 2015 at 9:26. Longer timeouts on test clients.
  Skyview support for the Beidou and QZSS constellations in the NMEA0183 driver.
  ntpmon rename to ntpshmmon - it doesn't actually monitor NTP itself.
  New HOWTO on the website: "Introduction to Time Service".

3.13: 2015-02-26 (Eric S. Raymond <esr@snark.thyrsus.com>)
  compiler.h inclusion removed for gps.h so it's standalone for /usr/include.
  TOFF JSON report gives the offset between GPS top of second and clock time.
  A new ntpmon tool supports capturing clock samples from NTP SHM segments.

3.12: 2015-02-22 (Eric S. Raymond <esr@snark.thyrsus.com>)
  The daemon's power utilization has been reduced by changing from
  non-blocking to blocking I/O; this may be significant on mobile devices.
  Better protection against false matches of Inland AIS messages; this
  required a libgps version bump to 22 (as a side effect, per-device
  footprint has decreased). PPS feature is no longer marked
  experimental/unstable.  Sentence tag fields have been dropped from
  the JSON reports. GNSS and GLONASS SKY reports are now
  merged. Addressed versions of AIS Type 25 and 26 are now
  handled. The 'nmea' build option is now 'nmea0183'. New 'minimal'
  option sets all boolean options not explicitly set on the build
  command line to false.  The 'limited_max_devices' option is now
  'max_devices'; the 'limited_max_clients' option is now 'max_clients'
  The previously deprecated 'libQgpsmm' option has been removed; use 'qt'.
  A bug fix for error modeling when NMEA 0183 reports empty DOP
  fields.  On OS X, the "osx-pl203" driver has been explicitly listed
  as unsupported. The last remnants of the old pre-JSON query protocol
  have been removed from the client library.

3.11: 2014-07-23 (Eric S. Raymond <esr@snark.thyrsus.com>)
  A bug that prevented track interpolation has been fixed.
  We now get vertical error position and speed estimates from the
  u-blox driver rather than having to interpolate them.
  Some unusual AIS talker IDs (NMEA 4.0 station classes) are supported.
  chrpath is no longer a dependency for building and testing, and
  now defaults to 'no'.  Full systemd support.  Fixes for handling
  large PPS offsets. Improved recovery from device flakeouts,
  gpsmon argument parsing.

3.10: 2013-11-22 (Eric S. Raymond <esr@snark.thyrsus.com>)
  AIS: Adds gps2udp, an AIS data relay, split24 option supports
  passing through Type 24 halves; support for Inland AIS; "scaled" no
  longer controls dumping of controlled-vocabulary fields; instead,
  the're always dumped numerically and as text, with text in an
  attribute name generated by appending "_text" to the name of the
  base attribute. The packetizer's handling of write boundaries not
  coinciding with packet boundaries is improved.  Better support for
  mode and speed switching in the UBX driver.  PPS message now ships
  nsec. PPS events are visible in gpsmon. Time-reporting fix to TSIP.

3.9: 2013-05-01 (Eric S. Raymond <esr@snark.thyrsus.com>)
  Note to packagers: this is an urgent release that fixes a possible
  DoS or security hole!  Armor the AIS driver against an implausible
  overrun attack.  A (different) fix for our first malformed-packet
  crash since about 2007. Minor improvements to the NMEA2000
  driver. New FAQ entry on how to know WAAS/EGNOS is working.
  New -u and -uu options enable usec timestamps on gpspipe output.

3.8: 2013-02-25 (Eric S. Raymond <esr@snark.thyrsus.com>)
  Fix various minor errors in the AIVDM/AIVDO description. Repair the
  xmlto support in the build system. Add two more regression
  tests. Significant improvements to NMEA2000 support. Upgrade the PHP
  client to v3 of the Google Maps API. Support for the Telit SL869
  chipset. Added a nautical-style display to xgpsspeed. Minor
  improvements to leapsecond.py.

3.7: 2012-07-02 (Eric S. Raymond <esr@snark.thyrsus.com>)
  Snap release to get the midnight change in the default leap-second
  constant out the door.  Port tests now pass on all Debian supported
  architectures, including the Sparc and s390 that were giving us
  trouble before. Pre-2003 Delorme Earthmate works again.

3.6: 2012-05-23 (Eric S. Raymond <esr@snark.thyrsus.com>)
  It's the Fernando Poo Day release.  Code has zero detectible defects
  under Coverity scanning and cppcheck 1.52; this is mainly a cleanup
  release to get those minor fixes into the field.  If a leap-second
  warning is available from GPS subframe information it is passed to
  ntpd. NMEA2000 is now supported via the Linux kernel CAN interface.
  There's a chrpath=no config option for distribution makers, so
  chrpath is no longer a build dependency; see build.txt for
  explanation.

3.5: 2012-04-14 (Eric S. Raymond <esr@snark.thyrsus.com>)
  Use pselect when it's available to cut down on wakeups and improve
  signal handling.  New {PPS} message exporting clock drift. The AIVDM
  driver now handles up to 16 interleaved 24A and 24B pair-halves.
  The NMEA driver interprets depth-sounder returns from SDDBT and
  reports them as negative altitudes. The pps-pin option is gone, the
  PPS code now just accepts any handshake pin. A bug that sometimes
  caused RTCM packets to be dropped rather than relayed is fixed.

3.4: 2012-01-12 (Eric S. Raymond <esr@snark.thyrsus.com>)
  Don't barf when chrpath is not available, fall back to static linking;
  helps people not running Linux.

3.3: 2011-10-29 (Eric S. Raymond <esr@snark.thyrsus.com>)
  Improvements to build and release-procedure documentation. Make
  sirf=no build work again. Main reason for this release is to make
  chrpath a mandatory build dependency and explain why in the build
  documentation.

3.2: 2011-10-25 (Eric S. Raymond <esr@snark.thyrsus.com>)
  In the build recipe, (1) set pkgconfig properly for 64-bit Fedora
  systems, (2) clean up various derived files including *.pyc on scons
  -c, (3) add an option to disable stripping of binaries (strip=no),
  (4) for embedded targets, add an option to disable building Python
  support (python=no), (5) make the help for gpsd_group and gpsd_user
  a little clearer, (6) add a force_global option to build gpsd to
  listen to all addresses (rather than just loopback). The packet
  sniffer now accepts NMEA packets with the ECDIS packet leader 'EC'.
  SBAS satellites are now properly use-flagged in SiRF and UBX
  skyviews.  The -G option now works under IPv6. Cross-build is now
  officially supported and instructions included.  gpsprof works again
  and does whole-cycle profiling. gpsd.php has Open Street Map
  support.  The pp-on-cts option is replaced by a pps_pin option that
  lets you specify the pin; the default is still DCD. New supported
  device; the Jackson Labs Fury. The chrpath utility has become a
  build prerequisite.

3.1: 2011-07-28 (Eric S. Raymond <esr@snark.thyrsus.com>)
  The Irene release, rocking you like a hurricane and brought to you
  from the storm shelter in my basement. This is a snap release mainly
  to get some scons recipe cleanups out the door.  Parallelized builds
  now work. Small but fatal problems with reconfigure=no, netfeed=no
  and sock_export=no builds have been fixed.  Build recipe ported for
  Fedora, Darwin, FreeBSD and OpenBSD.  libgps now brings -lm with it
  on systems with implicit linking. One old bug fixed (code was
  previously present but broken): Under Linux, gpsd will refrain from
  opening serial or USB devices that another process has open,
  avoiding potential problems with class 0xFF USB devices opened by
  other programs.  One new bug fix: we now use an atof()
  implementation that ignores locale, avoiding problems where decimal
  point is a comma. One new feature: Change -N semantics so it only
  suppresses backgrounding; privileges are now dropped as in normal
  background operation.

3.0: 2011-07-19 (Eric S. Raymond <esr@snark.thyrsus.com>)
  POLL subobject name changes: fixes -> tpv, skyview -> sky.
  Fix a timestamp-clobbering bug in the C library revealed by an
  obscure car-nav device, the MyGuide 3100. The DEVICE 'activated'
  attribute becomes an ISO8601 string; the client libraries will
  still backward-compatibly read a float value. gps_unpack() is
  now a documented part of the library API. There is now a
  shared-memory export from the daemon that can be accessed through
  the C and C++ client libraries.  xgps and cgps may now display
  the Maidenhead grid locator for current lat/lon.  xgps displays
  GST noise statistics if they are available. Codebase now has
  an scons build recipe. Direct support for activation of gpsd from
  Mac OS/X systemd. gpsdecode can now filter reports by RTCM2, RTCM3,
  or AIS message type. NMEA HEHDT is implemented. Remote gpsd instances
  can now be used as data sources via a gpsd:// URL.  There is a client
  for live-feeding GPSD data to Google Earth. The hotplug sequence no
  longer requires Python.

(gdt)

2019-05-01 20:15:59 UTC MAIN commitmail json YAML

devel/ncurses: Add fake pc file

Add support for creating ncurses.pc in the buildlink dir, either by
linking to the base one, or creating a fake one.  More or less copied
from ../libuuid/builtin.mk.

(gdt)

2019-05-01 19:51:45 UTC MAIN commitmail json YAML

hal: try to help ubuntu 14.04 builds.

we rely on libpci to come from pciutils, but it installs to a different
include path than this package expects (it looks for pci/pci.h)

XXX we might want to change this! the reason we namespace is that netbsd
has its own libpci, and to avoid unexpected conflicts.

but the upstream default isn't pci/pci.h, either!

(maya)

2019-05-01 19:31:46 UTC MAIN commitmail json YAML

2019-05-01 18:29:20 UTC MAIN commitmail json YAML

bootstrap: prevent pkgsrcdir, prefix and wrkdir from being symlinks

(rillig)

2019-05-01 18:00:12 UTC MAIN commitmail json YAML

doc: Updated security/openssh to 8.0.1nb1

(maya)

2019-05-01 17:59:56 UTC MAIN commitmail json YAML

openssh: update to 8.0p1

Update provided by Aleksej Lebedev in pkgsrc-wip.

I removed Interix support. We've been moving the patches for a
while, without a real test on Interix. the support for interix
is quite invasive and makes updating this package difficult.

Will reconsider re-adding if I knew we had actual users on
Interix (I strongly suspect we don't).

OpenSSH 8.0 was released on 2019-04-17. It is available from the
mirrors listed at https://www.openssh.com/.

OpenSSH is a 100% complete SSH protocol 2.0 implementation and
includes sftp client and server support.

Once again, we would like to thank the OpenSSH community for their
continued support of the project, especially those who contributed
code or patches, reported bugs, tested snapshots or donated to the
project. More information on donations may be found at:
http://www.openssh.com/donations.html

Security
========

This release contains mitigation for a weakness in the scp(1) tool
and protocol (CVE-2019-6111): when copying files from a remote system
to a local directory, scp(1) did not verify that the filenames that
the server sent matched those requested by the client. This could
allow a hostile server to create or clobber unexpected local files
with attacker-controlled content.

This release adds client-side checking that the filenames sent from
the server match the command-line request,

The scp protocol is outdated, inflexible and not readily fixed. We
recommend the use of more modern protocols like sftp and rsync for
file transfer instead.

Potentially-incompatible changes
================================

This release includes a number of changes that may affect existing
configurations:

* scp(1): Relating to the above changes to scp(1); the scp protocol
  relies on the remote shell for wildcard expansion, so there is no
  infallible way for the client's wildcard matching to perfectly
  reflect the server's. If there is a difference between client and
  server wildcard expansion, the client may refuse files from the
  server. For this reason, we have provided a new "-T" flag to scp
  that disables these client-side checks at the risk of
  reintroducing the attack described above.

* sshd(8): Remove support for obsolete "host/port" syntax. Slash-
  separated host/port was added in 2001 as an alternative to
  host:port syntax for the benefit of IPv6 users. These days there
  are establised standards for this like [::1]:22 and the slash
  syntax is easily mistaken for CIDR notation, which OpenSSH
  supports for some things. Remove the slash notation from
  ListenAddress and PermitOpen; bz#2335

Changes since OpenSSH 7.9
=========================

This release is focused on new features and internal refactoring.

New Features
------------

* ssh(1), ssh-agent(1), ssh-add(1): Add support for ECDSA keys in
  PKCS#11 tokens.

* ssh(1), sshd(8): Add experimental quantum-computing resistant
  key exchange method, based on a combination of Streamlined NTRU
  Prime 4591^761 and X25519.

* ssh-keygen(1): Increase the default RSA key size to 3072 bits,
  following NIST Special Publication 800-57's guidance for a
  128-bit equivalent symmetric security level.

* ssh(1): Allow "PKCS11Provider=none" to override later instances of
  the PKCS11Provider directive in ssh_config; bz#2974

* sshd(8): Add a log message for situations where a connection is
  dropped for attempting to run a command but a sshd_config
  ForceCommand=internal-sftp restriction is in effect; bz#2960

* ssh(1): When prompting whether to record a new host key, accept
  the key fingerprint as a synonym for "yes". This allows the user
  to paste a fingerprint obtained out of band at the prompt and
  have the client do the comparison for you.

* ssh-keygen(1): When signing multiple certificates on a single
  command-line invocation, allow automatically incrementing the
  certificate serial number.

* scp(1), sftp(1): Accept -J option as an alias to ProxyJump on
  the scp and sftp command-lines.

* ssh-agent(1), ssh-pkcs11-helper(8), ssh-add(1): Accept "-v"
  command-line flags to increase the verbosity of output; pass
  verbose flags though to subprocesses, such as ssh-pkcs11-helper
  started from ssh-agent.

* ssh-add(1): Add a "-T" option to allowing testing whether keys in
  an agent are usable by performing a signature and a verification.

* sftp-server(8): Add a "lsetstat@openssh.com" protocol extension
  that replicates the functionality of the existing SSH2_FXP_SETSTAT
  operation but does not follow symlinks. bz#2067

* sftp(1): Add "-h" flag to chown/chgrp/chmod commands to request
  they do not follow symlinks.

* sshd(8): Expose $SSH_CONNECTION in the PAM environment. This makes
  the connection 4-tuple available to PAM modules that wish to use
  it in decision-making. bz#2741

* sshd(8): Add a ssh_config "Match final" predicate Matches in same
  pass as "Match canonical" but doesn't require hostname
  canonicalisation be enabled. bz#2906

* sftp(1): Support a prefix of '@' to suppress echo of sftp batch
  commands; bz#2926

* ssh-keygen(1): When printing certificate contents using
  "ssh-keygen -Lf /path/certificate", include the algorithm that
  the CA used to sign the cert.

Bugfixes
--------

* sshd(8): Fix authentication failures when sshd_config contains
  "AuthenticationMethods any" inside a Match block that overrides
  a more restrictive default.

* sshd(8): Avoid sending duplicate keepalives when ClientAliveCount
  is enabled.

* sshd(8): Fix two race conditions related to SIGHUP daemon restart.
  Remnant file descriptors in recently-forked child processes could
  block the parent sshd's attempt to listen(2) to the configured
  addresses. Also, the restarting parent sshd could exit before any
  child processes that were awaiting their re-execution state had
  completed reading it, leaving them in a fallback path.

* ssh(1): Fix stdout potentially being redirected to /dev/null when
  ProxyCommand=- was in use.

* sshd(8): Avoid sending SIGPIPE to child processes if they attempt
  to write to stderr after their parent processes have exited;
  bz#2071

* ssh(1): Fix bad interaction between the ssh_config ConnectTimeout
  and ConnectionAttempts directives - connection attempts after the
  first were ignoring the requested timeout; bz#2918

* ssh-keyscan(1): Return a non-zero exit status if no keys were
  found; bz#2903

* scp(1): Sanitize scp filenames to allow UTF-8 characters without
  terminal control sequences;  bz#2434

* sshd(8): Fix confusion between ClientAliveInterval and time-based
  RekeyLimit that could cause connections to be incorrectly closed.
  bz#2757

* ssh(1), ssh-add(1): Correct some bugs in PKCS#11 token PIN
  handling at initial token login. The attempt to read the PIN
  could be skipped in some cases, particularly on devices with
  integrated PIN readers. This would lead to an inability to
  retrieve keys from these tokens. bz#2652

* ssh(1), ssh-add(1): Support keys on PKCS#11 tokens that set the
  CKA_ALWAYS_AUTHENTICATE flag by requring a fresh login after the
  C_SignInit operation. bz#2638

* ssh(1): Improve documentation for ProxyJump/-J, clarifying that
  local configuration does not apply to jump hosts.

* ssh-keygen(1): Clarify manual - ssh-keygen -e only writes
  public keys, not private.

* ssh(1), sshd(8): be more strict in processing protocol banners,
  allowing \r characters only immediately before \n.

* Various: fix a number of memory leaks, including bz#2942 and
  bz#2938

* scp(1), sftp(1): fix calculation of initial bandwidth limits.
  Account for bytes written before the timer starts and adjust the
  schedule on which recalculations are performed. Avoids an initial
  burst of traffic and yields more accurate bandwidth limits;
  bz#2927

* sshd(8): Only consider the ext-info-c extension during the initial
  key eschange. It shouldn't be sent in subsequent ones, but if it
  is present we should ignore it. This prevents sshd from sending a
  SSH_MSG_EXT_INFO for REKEX for buggy these clients. bz#2929

* ssh-keygen(1): Clarify manual that ssh-keygen -F (find host in
  authorized_keys) and -R (remove host from authorized_keys) options
  may accept either a bare hostname or a [hostname]:port combo.
  bz#2935

* ssh(1): Don't attempt to connect to empty SSH_AUTH_SOCK; bz#2936

* sshd(8): Silence error messages when sshd fails to load some of
  the default host keys. Failure to load an explicitly-configured
  hostkey is still an error, and failure to load any host key is
  still fatal. pr/103

* ssh(1): Redirect stderr of ProxyCommands to /dev/null when ssh is
  started with ControlPersist; prevents random ProxyCommand output
  from interfering with session output.

* ssh(1): The ssh client was keeping a redundant ssh-agent socket
  (leftover from authentication) around for the life of the
  connection; bz#2912

* sshd(8): Fix bug in HostbasedAcceptedKeyTypes and
  PubkeyAcceptedKeyTypes options. If only RSA-SHA2 siganture types
  were specified, then authentication would always fail for RSA keys
  as the monitor checks only the base key (not the signature
  algorithm) type against *AcceptedKeyTypes. bz#2746

* ssh(1): Request correct signature types from ssh-agent when
  certificate keys and RSA-SHA2 signatures are in use.

Portability
-----------

* sshd(8): On Cygwin, run as SYSTEM where possible, using S4U for
  token creation if it supports MsV1_0 S4U Logon.

* sshd(8): On Cygwin, use custom user/group matching code that
  respects the OS' behaviour of case-insensitive matching.

* sshd(8): Don't set $MAIL if UsePAM=yes as PAM typically specifies
  the user environment if it's enabled; bz#2937

* sshd(8) Cygwin: Change service name to cygsshd to avoid collision
  with Microsoft's OpenSSH port.

* Allow building against OpenSSL -dev (3.x)

* Fix a number of build problems against version configurations and
  versions of OpenSSL. Including bz#2931 and bz#2921

* Improve warnings in cygwin service setup. bz#2922

* Remove hardcoded service name in cygwin setup. bz#2922

(maya)

2019-05-01 17:37:23 UTC MAIN commitmail json YAML

2019-05-01 13:36:28 UTC MAIN commitmail json YAML

Always use devel/byacc

(cheusov)

2019-05-01 13:35:19 UTC MAIN commitmail json YAML

2019-05-01 12:54:34 UTC MAIN commitmail json YAML

Remove mova.org from MASTER_SITES

(cheusov)

2019-05-01 12:51:29 UTC MAIN commitmail json YAML

2019-05-01 12:40:43 UTC MAIN commitmail json YAML

doc: Updated graphics/dx to 4.4.4nb50

(bacon)

2019-05-01 12:40:19 UTC MAIN commitmail json YAML

graphics/dx: Switch from archivers/szip to archivers/libaec

libaec is a BSD-licensed drop-in replacement for the non-redistributable szip

(bacon)

2019-05-01 12:39:25 UTC MAIN commitmail json YAML

2019-05-01 12:39:12 UTC MAIN commitmail json YAML

doc: Updated biology/kallisto to 0.45.0nb1

(bacon)

2019-05-01 12:38:54 UTC MAIN commitmail json YAML

biology/kallisto: Switch from archivers/szip to archivers/libaec

libaec is a BSD-licensed drop-in replacement for the non-redistributable szip

(bacon)

2019-05-01 12:36:53 UTC MAIN commitmail json YAML

doc: Updated devel/hdf to 4.2r4nb3

(bacon)

2019-05-01 12:36:09 UTC MAIN commitmail json YAML

devel/hdf: Switch from archivers/szip to archivers/libaec

libaec is a BSD-licensed drop-in replacement for the non-redistributable szip

(bacon)

2019-05-01 12:23:23 UTC MAIN commitmail json YAML

Update to 0.32.0

  Calculate WARNERR and {CC,CXX}FLAGS.warnerr lazily.  This makes some
  interesting scenaria possible, for example, setting WARNS in
  Makefile.common or Makefile.inc top-level files.

  Feature "prog_gmake": fix fork-bomb seen on FreeBSD 12.0-RELEASE-p3
  due to features of native make(1).

  Fixes for builtins prog_gm4, prog_gmake, prog_gawk and prog_flex
  (multiline output)

  MKC_BUILTINS_*: fix find_n_match function in mkc_check_common.sh

  Minor fixes in examples/hello_{yaxx,calc2}

  Always apply -Werror=implicit-function-declaration for clang.
  This fixes MKC_CHECK_FUNCS on clang-5.0.1 and earlier versions.

  mkc_imp.foreign_autotools.mk: if AT_MAKE is empty set it to "false"

  Get rid of builtin "endianess" (with single N)

  mkc_check_common.sh: always use mkc_which(1) instead of which(1)

  Updates for Lua code in examples/

  BMAKE_REQD check: workaround for broken bmake (seen on Darwin) that
  defines empty MAKE_VERSION

  examples/hello_dictd/test.mk: avoid double-slash in dirs

(cheusov)

2019-05-01 12:21:18 UTC MAIN commitmail json YAML

doc: Updated sysutils/nbase to 7.0.0.4

(cheusov)

2019-05-01 12:21:04 UTC MAIN commitmail json YAML

Update to 7.0.0.4

  A lot of fixes and improvements from previous release in utilities
  and portability code.
  See https://github.com/cheusov/nbase for details.

  Introduce CURSES_LIBNAME build-time variable (see doc/INSTALL)

  Almost all utilities set WARNERR to YES.

  Latest mk-configure is needed for build.

  This release was successfully tested on SunOS-5.11, FreeBSD-12.0.3,
  NetBSD-8 and 8.99, OpenBSD-6.4, Darwin and diverse glibc-based
  Linuxes. GCC and CLang compilers were tested.

(cheusov)

2019-05-01 12:19:35 UTC MAIN commitmail json YAML

doc: Updated devel/mk-configure to 0.32.0

(cheusov)

2019-05-01 10:55:13 UTC MAIN commitmail json YAML

mk/buildlink3: remove references to buildlink2 from the documentation

(rillig)

2019-05-01 09:24:51 UTC MAIN commitmail json YAML

doc: Updated devel/cbindgen to 0.8.4

(wiz)

2019-05-01 09:24:39 UTC MAIN commitmail json YAML

cbindgen: update to 0.8.4.

0.8.4

* Support for package renaming in Cargo.toml
* Improved error messages for |cargo metadata| failures
* Replaced 'test.py' harness with |cargo test|
* Char constants will now be escaped properly
* Visibility of constants will now be respected
* Added a C99 doc comment style

0.8.3

Changes not found.

(wiz)

2019-05-01 08:32:37 UTC MAIN commitmail json YAML

doc: Updated x11/xcb-util-xrm to 1.3

(wiz)

2019-05-01 08:32:26 UTC MAIN commitmail json YAML

xcb-util-xrm: update to 1.3.

commit a485748ec1a1d2125ce25c7cca0ef6062bff8c88
Author: Ingo B端rk <ingo.buerk@tngtech.com>
Date:  Sat Mar 24 18:33:55 2018 +0100

    Update version

commit 0d73c101022f13264605693788e06e75d5900314
Merge: a45b3d0 64ee910
Author: Ingo B端rk <admin@airblader.de>
Date:  Sat Mar 24 18:31:57 2018 +0100

    Merge pull request #80 from Airblader/issue-79

    Correctly collapse multiple consecutive bindings.

commit 64ee910c5bcee0413e465df404af5a4b1674cfd4
Author: Ingo B端rk <ingo.buerk@tngtech.com>
Date:  Sat Mar 24 18:30:08 2018 +0100

    Correctly collapse multiple consecutive bindings.

    As per the specification, if several bindings (".", "*") are following
    each other, they are treated as if there was only a single binding,
    wherein it is treated as "." if and only if all of the consecutive bindings
    were tight ("."); otherwise, it is treated as a single loose ("*") binding.

    fixes #79

(wiz)

2019-05-01 08:25:09 UTC MAIN commitmail json YAML

doc: Updated archivers/zstd to 1.4.0

(wiz)

2019-05-01 08:24:58 UTC MAIN commitmail json YAML

zstd: update to 1.4.0.

v1.4.0
perf: Improve level 1 compression speed in most scenarios by 6% by @gbtucker and @terrelln
api: Move the advanced API, including all functions in the staging section, to the stable section
api: Make ZSTD_e_flush and ZSTD_e_end block for maximum forward progress
api: Rename ZSTD_CCtxParam_getParameter to ZSTD_CCtxParams_getParameter
api: Rename ZSTD_CCtxParam_setParameter to ZSTD_CCtxParams_setParameter
api: Don't export ZSTDMT functions from the shared library by default
api: Require ZSTD_MULTITHREAD to be defined to use ZSTDMT
api: Add ZSTD_decompressBound() to provide an upper bound on decompressed size by @shakeelrao
api: Fix ZSTD_decompressDCtx() corner cases with a dictionary
api: Move ZSTD_getDictID_*() functions to the stable section
api: Add ZSTD_c_literalCompressionMode flag to enable or disable literal compression by @terrelln
api: Allow compression parameters to be set when a dictionary is used
api: Allow setting parameters before or after ZSTD_CCtx_loadDictionary() is called
api: Fix ZSTD_estimateCStreamSize_usingCCtxParams()
api: Setting ZSTD_d_maxWindowLog to 0 means use the default
cli: Ensure that a dictionary is not used to compress itself by @shakeelrao
cli: Add --[no-]compress-literals flag to enable or disable literal compression
doc: Update the examples to use the advanced API
doc: Explain how to transition from old streaming functions to the advanced API in the header
build: Improve the Windows release packages
build: Improve CMake build by @hjmjohnson
build: Build fixes for FreeBSD by @lwhsu
build: Remove redundant warnings by @thatsafunnyname
build: Fix tests on OpenBSD by @bket
build: Extend fuzzer build system to work with the new clang engine
build: CMake now creates the libzstd.so.1 symlink
build: Improve Menson build by @lzutao
misc: Fix symbolic link detection on FreeBSD
misc: Use physical core count for -T0 on FreeBSD by @cemeyer
misc: Fix zstd --list on truncated files by @kostmo
misc: Improve logging in debug mode by @felixhandte
misc: Add CirrusCI tests by @lwhsu
misc: Optimize dictionary memory usage in corner cases
misc: Improve the dictionary builder on small or homogeneous data
misc: Fix spelling across the repo by @jsoref

(wiz)

2019-05-01 07:27:38 UTC MAIN commitmail json YAML

doc: Updated sysutils/spice-protocol to 0.14.0

(wiz)

2019-05-01 07:27:25 UTC MAIN commitmail json YAML

spice-protocol: update to 0.14.0.

Major changes in 0.14.0
=======================
* Bumping minor to show that some types and values were removed
* Regenerate enums.h (from spice.proto) which removes:
* SpicePubkeyType;
* SpiceTunnelServiceType;
* SpiceTunnelIpType;
* SPICE_MSG_TUNNEL_* and SPICE_MSGC_TUNNEL_*
* Add VDAgentGraphicsDeviceInfo message
* Add StreamMsgGraphicsDeviceInfo message
* Add padding to SpiceStat structure

(wiz)

2019-05-01 07:24:04 UTC MAIN commitmail json YAML

doc: Updated devel/py-pygit2 to 0.28.1

(wiz)

2019-05-01 07:23:53 UTC MAIN commitmail json YAML

py-pygit2: update to 0.28.1.

0.28.1 (2019-04-19)
-------------------------

- Now works with pycparser 2.18 and above
  `#846 <https://github.com/libgit2/pygit2/issues/846>`_

- Now ``Repository.write_archive(..)`` keeps the file mode
  `#616 <https://github.com/libgit2/pygit2/issues/616>`_
  `#898 <https://github.com/libgit2/pygit2/pull/898>`_

- New ``Patch.data`` returns the raw contents of the patch as a byte string
  `#790 <https://github.com/libgit2/pygit2/pull/790>`_
  `#893 <https://github.com/libgit2/pygit2/pull/893>`_

- New ``Patch.text`` returns the contents of the patch as a text string,
  deprecates `Patch.patch`
  `#790 <https://github.com/libgit2/pygit2/pull/790>`_
  `#893 <https://github.com/libgit2/pygit2/pull/893>`_

Deprecations:

- ``Patch.patch`` is deprecated, use ``Patch.text`` instead

(wiz)

2019-05-01 07:15:30 UTC MAIN commitmail json YAML

doc: Updated devel/confuse to 3.2.2

(wiz)

2019-05-01 07:15:18 UTC MAIN commitmail json YAML

confuse: update to 3.2.2.

[v3.2.2][] - 2018-08-19
-----------------------

This is a security patch release for CVE-2018-14447.  The vulnerability
affects all releases since v3.1 when the `CFGF_COMMENTS` functionality
was first introduced.

### Fixes
* Issue #109: Out of bounds read in `lexer.l:trim_whitespace()`.

(wiz)

2019-05-01 06:43:08 UTC MAIN commitmail json YAML

doc: Updated x11/ocaml-lablgtk to 2.18.8

(wiz)

2019-05-01 06:41:41 UTC MAIN commitmail json YAML

ocaml-lablgtk: update to 2.18.8.

In Lablgtk-2.18.8:

2019.4.25 [Jacques]
  * release new version, as 2.18.7 fails on 4.08 (boxing problem)

2019.4.12 [Jacques]
  * remove -warn-error to allow compilation on future versions of ocaml

2019.2.15 [Jacques]
  * mark Gdk.PointArray.t and Gdk.SegmentArray.t as [@@ boxed]
    (report by Andre Maroneze)

(wiz)

2019-05-01 05:40:15 UTC MAIN commitmail json YAML

Updated lang/openjdk-bin to 12.0.1

(ryoon)

2019-05-01 05:39:30 UTC MAIN commitmail json YAML

Update to 12.0.1

Changelog:
New Japanese Era Name: Reiwa (JDK-8205432)
core-libs/java.time

An instance representing the new Reiwa era has been added to this update. Unlike other eras, there is no public field for this era. It can be obtained by calling JapaneseEra.of(3) or JapaneseEra.valueOf("Reiwa"). JDK 13 and later will have a new public field to represent this era.

The placeholder name, "NewEra", for the Japanese era that started from May 1st, 2019 has been replaced with the new official name. Applications that relied on the placeholder name (see JDK-8202088) to obtain the new era singleton (JapaneseEra.valueOf("NewEra")) will no longer work.
Added GlobalSign R6 Root Certificate (JDK-8216577)
security-libs/java.security

The following root certificate has been added to the cacerts truststore:

+ GlobalSign
  + globalsignrootcar6

    DN: CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6

(ryoon)

2019-05-01 02:56:51 UTC MAIN commitmail json YAML

doc: Updated x11/xscreensaver to 5.40nb1

(gutteridge)

2019-05-01 02:51:49 UTC MAIN commitmail json YAML

xscreensaver: don't install with SETUID if PAM is enabled

If the (non-default) "pam" option is selected, then don't install this
SETUID, it's not necessary. (Or, to put it differently, do what gnome-
screensaver and mate-screensaver are already doing, which is the same.)

(gutteridge)

2019-05-01 02:37:56 UTC MAIN commitmail json YAML

pam-pwauth_suid: add an additional detail to the MESSAGE file

Right now, a user installing xscreensaver with the "pam" option will
see two messages about how to configure it, one of which comes from
this package. This needs to be disentangled properly, but there are
some broader questions that also apply to gnome-screensaver and mate-
screensaver, so for now, add a bit more detail here just in case. (This
relates to, but doesn't particularly address, PR pkg/50622.)

(gutteridge)

2019-05-01 01:31:51 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to version 2.153

(fox)

2019-05-01 01:30:42 UTC MAIN commitmail json YAML

fasttracker2: update to b153

Changes since b152:

Beta #153 - 29.04.2019
- Fixed a bug where rendering songs to WAV at 192kHz with a low BPM could
  make the program crash.
- Small audio code cleanup

(fox)

2019-04-30 22:14:57 UTC MAIN commitmail json YAML

devel/scons: Explain about common woes

(gdt)

2019-04-30 21:54:54 UTC MAIN commitmail json YAML

doc: Updated emulators/mednafen to 1.22.2

(wiz)

2019-04-30 21:54:41 UTC MAIN commitmail json YAML

mednafen: update to 1.22.2.

-- 1.22.2: --

April 23, 2019:
PSX: Fixed a regression introduced in 1.22.0-UNSTABLE that broke a few PS1 games(e.g. SimCity 2000 and Rise 2).

Fixed issues with inline functions in the QuickLZ code that could cause linker errors when compiling with optimizations disabled.

April 14, 2019:
Apple2: Added basic WOZ 2.0 disk image support.

April 13, 2019:
NGP: Fixed a sequence point rule violation that could cause "Gals' Fighters" to malfunction when Mednafen was compiled with clang,
per tip from stellarporter.

SS: Added the European release of "Theme Park" to the internal database of games to use the data cache read bypass kludge with,
to fix a crash/hang during the intro FMV.

Lynx: Fixed an old heap buffer overflow bug that could be triggered if the emulated game set up registers and RAM in a
certain way.

March 18, 2019:
PCE: Fixed an old bug(looks like from around a decade ago) in the HES playback code; it caused periodic high IRQ latency,
which resulted in timer IRQ-driven DDA playback sounding rougher than it should have.

(wiz)

2019-04-30 21:32:20 UTC MAIN commitmail json YAML

doc: Updated audio/musicpd to 0.21.8

(wiz)

2019-04-30 21:32:04 UTC MAIN commitmail json YAML

musicpd: update to 0.21.8.

ver 0.21.8 (2019/04/23)
* input
  - smbclient: download to buffer instead of throttling transfer
* output
  - httpd: add missing mutex lock
  - httpd: fix use-after-free bug
* playlist
  - soundcloud: fix "Unsupported URI scheme" (0.21.6 regression)
* fix Bonjour bug
* fix build failure with GCC 9
* fix build failure with -Ddatabase=false
* systemd: add user socket unit
* doc: "list file" is deprecated

(wiz)

2019-04-30 21:04:35 UTC MAIN commitmail json YAML

doc: Updated emulators/mame to 0.209

(wiz)

2019-04-30 21:04:20 UTC MAIN commitmail json YAML

mame: update to 0.209.

With another month over, it’s time for another release, and MAME
0.209 is sure to have something to interest everyone. We’ve cracked
the encryption on the Fun World CPU blocks, making Fun World Quiz,
Joker Card, Mega Card, Power Card, Multi Win, Saloon and Nevada
playable. Regular contributor shattered has added Кузьмич-Егорыч
(Kuzmich-Egorych), a Russian Mario Brothers bootleg running on
heavily modified Apple II hardware. In other Apple II news, CD-ROM
drives now work with the Apple II SCSI card, and another batch of
cleanly cracked floppies has been added to the software list. The
NES SimCity prototype has been added to the software list, along
with MMC5 improvements to support it, and better emulation for
Famicom cartridges with on-board sound chips.

Henrik Algestam has continued his Game & Watch work, bringing Popeye
(wide screen) and Zelda to MAME. Chess computer support has been
expanded with Fidelity Chess Challenger 3, and additional versions
of Applied Concepts Boris, and Novag Super Expert and Super Forte.
Newly supported arcade games include Akka Arrh (an Atari title that
failed location testing), Little Casino II, a French version of
Empire City: 1931, and additional versions of Dock Man and Street
Heat. A better LM3900 op-amp model means Money Money and Jack Rabbit
are no longer missing the cassa (bass drum) channel, and mixing
between music and speech is improved.

Bug fixes include the Rockwell AIM 65 being returned to working
order, working support for multiple light guns on Linux from Kiall,
corrected screen freeze behaviour on Deniam hardware from cam900,
and better flashing characters on the Sinclair QL from vilcans.

(wiz)

2019-04-30 17:20:23 UTC MAIN commitmail json YAML

2019-04-30 16:13:42 UTC MAIN commitmail json YAML

ham/gr-osmosdr: Mark python 36 and 37 as not ok

Both 36 and 37 result in build errors.  The package builds ok with 27.

(gdt)

2019-04-30 15:36:15 UTC MAIN commitmail json YAML

graphics/cairomm: remove unknown configure option --disable-docs

The option is named --disable-documentation. Since the documentation is
already in the PLIST and nobody complained about that, it's probably ok.

(rillig)

2019-04-30 15:22:44 UTC MAIN commitmail json YAML

doc: Updated mail/dovecot2-pigeonhole to 0.5.6

(taca)

2019-04-30 15:22:22 UTC MAIN commitmail json YAML

mail/dovecot2-pigeonhole: update to 0.5.6

Update dovecot2-pigeonhole to 0.5.6.

v0.5.6 2019-04-30  Aki Tuomi <aki.tuomi@open-xchange.com>

+ sieve: Redirect loop prevention is sometimes ineffective. Improve
  existing loop detection by also recognizing the
  X-Sieve-Redirected-From header in incoming messages and dropping
  redirect actions when it points to the sending account. This header
  is already added by the redirect action, so this improvement only
  adds an additional use of this header.
- sieve: Prevent execution of implicit keep upon temporary failure
  occurring at runtime.

(taca)

2019-04-30 15:21:31 UTC MAIN commitmail json YAML

doc: Updated mail/dovecot2 to 2.3.6

(taca)

2019-04-30 15:21:06 UTC MAIN commitmail json YAML

mail/dovecot2: update to 2.3.6

Update dovecot2 and dovecot-{gssapi,ldap,mysql,pgsql,sqlite} to 2.3.6.

v2.3.6 2019-04-30  Aki Tuomi <aki.tuomi@open-xchange.com>

* CVE-2019-11494: Submission-login crashed with signal 11 due to null
  pointer access when authentication was aborted by disconnecting.
* CVE-2019-11499: Submission-login crashed when authentication was
  started over TLS secured channel and invalid authentication message
  was sent.
* auth: Support password grant with passdb oauth2.
+ Use system default CAs for outbound TLS connections.
+ Simplify array handling with new helper macros.
+ fts_solr: Enable configuring batch_size and soft_commit features.
- lmtp/submission: Fixed various bugs in XCLIENT handling, including a
  hang when XCLIENT commands were sent infinitely to the remote server.
- lmtp/submission: Forwarded multi-line replies were erroneously sent
  as two replies to the client.
- lib-smtp: client: Message was not guaranteed to contain CRLF
  consistently when CHUNKING was used.
- fts_solr: Plugin was no longer compatible with Solr 7.
- Make it possible to disable certificate checking without
  setting ssl_client_ca_* settings.
- pop3c: SSL support was broken.
- mysql: Closing connection twice lead to crash on some systems.
- auth: Multiple oauth2 passdbs crashed auth process on deinit.
- HTTP client connection errors infrequently triggered a segmentation
  fault when the connection was idle and not used for a particular
  client instance.

(taca)

2019-04-30 14:31:14 UTC MAIN commitmail json YAML

2019-04-30 14:09:52 UTC MAIN commitmail json YAML

2019-04-30 13:22:20 UTC MAIN commitmail json YAML

doc: Updated ham/trustedQSL to 2.4.2

(mef)

2019-04-30 13:22:09 UTC MAIN commitmail json YAML

Upgraded ham/trustedQSL to 2.4.2

Trusted QSL V2.4.2 Release Notes

This version of Trusted QSL (TQSL) has new features as well as
corrections for defects found since TQSL 2.4.1 was released. This
release also includes an update to the most recent TQSL configuration
file.

TQSL 2.4.2 can be installed to upgrade any older version of TQSL. You
do not need to install every release from 2.2 through 2.4, you can
upgrade directly to v2.4.2 in one step.

IMPORTANT NOTE for MacOS users:

TQSL has been built to be compatible with older Mac systems (OSX 10.4
and later) and to work on both PowerPC and Intel CPU Macs. The current
release of OSX (10.14, or Mojave) issues a warning about

TQSL when it is run stating that it is not ���optimized���, and that it
will not work with the next release of OSX. This is forcing us to drop
support for PowerPC systems in order to continue to support Mac
systems. We will freeze TQSL 2.4.x and make it available indefinitely,
but the next major release of TQSL will not work on PowerPC Macs or
Macs running OSX older than Tiger.

On all three supported platforms (Windows, MacOS, and Linux),
installing TQSL 2.4.2 will replace older versions of Trusted QSL while
preserving your Callsign Certificates, Station Locations, and
preferences.  On Windows, simply run the TQSL 2.4.2 installer, which
will automatically uninstall older versions of TQSL (and, if
installed, TQSLCert). On Mac OS X, open the disk image (.dmg) file and
drag the ���Trusted QSL��� folder to your Applications folder. Direct
the installer to ���Replace All���, which will uninstall old files.

For Linux systems, unpack the tar file and read the INSTALL file for
directions.  TQSL 2.4.2 has been ���localized��� to allow use in the
native language of non-English speakers. This could not have been done
without the help of the volunteers who have contributed translations
for TQSL.

Thanks to the following for their assistance:
Chinese: Caros, BH4TXN
Hindi: Manmohan, VU3YBH
German: Andreas DF4WC
Italian: Salvatore IV4FYV
Japanese: Akihiro JL3OXR
Portuguese: Nuno CT2IRY
Russian: Vic US5WE
Spanish: Jordi EA3GCV

The following list describes the major changes in the v2.4.2 release
of Trusted QSL.

TQSL changes
Defects Corrected:

Ensure that the exit status message emitted by TQSL appears in English
so logging programs can use that to detect exit status. In the past,
this could have been output in the local language, making it more
difficult for the calling program to detect whether or not there were
any errors.  Improve setting of ITU and CQ zones when defining a
Station Location. There were many cases where these were left empty,
which means that Station Locations were more likely to not have zones
defined.

Fix issue with Windows updates of TQSL failing when the user's
directory has a space embedded. Note that this is a forwards-looking
fix: this defect is in the existing TQSL 2.4.1, so updates for users
with spaces in their usernames will continue to fail until after 2.4.2
is installed.  Remove spurious error message when run on a system
where the local language is not supported.

Features Added:

When displaying a callsign certificate where the private key is
missing from the local system, specifically state that the private key
is not found. Added a specific message for keys that cannot be opened
to provide the root cause.  Improve the error message for missing
private keys to be more descriptive.  Add the ability to map Cabrillo
modes to user-specified ADIF modes using the cab_modes.dat file in the
TQSL user directory. File has Cabrillo modes (two characters), then an
ADIF mode, comma delimited.  Default file is provided by TQSL and
users can provide their own.  Allow adding translations without making
code changes.

Reinstalling TQSL 2.4.1

Downgrading to TQSL 2.4.1 can be seamlessly performed by uninstalling
TQSL 2.4.2 and reinstalling TQSL 2.4.1.

(mef)

2019-04-30 13:18:46 UTC MAIN commitmail json YAML

Set USE_GCC_RUNTIME as uses libatomic.so (server too)

(abs)

2019-04-30 11:39:37 UTC MAIN commitmail json YAML

Updated misc/libcdio-paranoia, devel/memcached

(adam)

2019-04-30 11:39:17 UTC MAIN commitmail json YAML

memcached: updated to 1.5.14

1.5.14:
Bugfix release. No new features. Fix an extstore test failure introduced in 1.5.13. All other bugs are trivial or older.

Fixes
update -h output for -I (max item size)
fix segfault in "lru" command
fix compile error on centos7
extstore: error adjusting page_size after ext_path
extstore: fix segfault if page_count is too high.
close delete + incr item survival race bug
FreeBSD superpages checking.
FreeBSD capabilities support.
memcached-tool dump fix loss of exp value
Add optional feature support to RPM package building
Fix "qw" in "MemcachedTest.pm" so wait_ext_flush is exported properly

(adam)

2019-04-30 11:36:10 UTC MAIN commitmail json YAML

libcdio-paranoia: updated to 2.0.0

version 10.2+0.95
- Now works with audio CD's that start on a track greater than 1.
- OpenBSD tolerance
- typos in manual page and README
- Do not attempt to call a NULL callback

version 10.2+0.94+2
- Add --force-overread
  Force overreading into the lead-out portion of the disc. This option
  is only applicable when using the "-O" option with a positive sample
  offset value. Many drives are not capable of reading into this
  portion of the disc and attempting to do so on those drives will
  produce read errors and possibly hard lockups

version 10.2+0.94+1
- Fix problem where end of span seems to default to last track.
- Fix NULL pointer dereference that occurs when byte swapping is
  needed.
- Re-silence recently added gcc -Wunused-result warnings
- Use @LIBS@ figured out by autoconf when linking (for -lrt on Linux).
- Incorrect track was getting used in matching.

(adam)

2019-04-30 09:34:45 UTC MAIN commitmail json YAML

Updated sysutils/py-psutil, devel/py-requests-mock

(adam)

2019-04-30 09:34:25 UTC MAIN commitmail json YAML

py-requests-mock: updated to 1.6.0

1.6.0
* Fix PEP8 failure in test\_adapter
* Respect user provided content encoding type
* Update minimum requests version to 2.3
* Added support for purl
* Add testing for Python 3.7 & PyPy3
* Drop \_matcher from request pickled state
* Clarify the pytest configuration documentation
* Update mocker.rst

(adam)

2019-04-30 09:34:04 UTC MAIN commitmail json YAML

py-psutil: Remove obsolete MESSAGE

(wiz)

2019-04-30 09:32:07 UTC MAIN commitmail json YAML

py-psutil: updated to 5.6.2

5.6.2

**Enhancements**
- 604_: [UNIX, Windows] add new psutil.getloadavg() returning system load
- 1404_: [Linux] cpu_count(logical=False) uses a second method (read from
  /sys/devices/system/cpu/cpu[0-9]/topology/core_id) in order to determine
  the number of physical CPUs in case /proc/cpuinfo does not provide this info.
- 1458_: provide coloured test output. Also show failures on KeyboardInterrupt.
- 1464_: various docfixes (always point to python3 doc, fix links, etc.).
- 1473_: [Windows] process IO priority (ionice()) values are now exposed as 4
  new constants: IOPRIO_VERYLOW, IOPRIO_LOW, IOPRIO_NORMAL, IOPRIO_HIGH.
  Also it was not possible to set high I/O priority (not it is).
- 1478_: add make command to re-run tests failed on last run.
  average calculation.

**Bug fixes**
- 1223_: [Windows] boot_time() may return value on Windows XP.
- 1456_: [Linux] cpu_freq() returns None instead of 0.0 when min/max not
  available
- 1462_: [Linux] (tests) make  tests invariant to LANG setting
- 1463_: cpu_distribution.py script was broken.
- 1470_: [Linux] disk_partitions(): fix corner case when /etc/mtab doesn't
  exist.
- 1471_: [SunOS] Process name() and cmdline() can return SystemError.
- 1472_: [Linux] cpu_freq() does not return all CPUs on Rasbperry pi 3.
- 1474_: fix formatting of psutil.tests() which mimicks 'ps aux' output.
- 1475_: [Windows] OSError.winerror attribute wasn't properly checked resuling
  in WindowsError being raised instead of AccessDenied.
- 1477_: [Windows] wrong or absent error handling for private NTSTATUS Windows
  APIs. Different process methods were affected by this.
- 1480_: [Windows] psutil.cpu_count(logical=False) could cause a crash due to
  fixed read violation.
- 1486_: [AIX, SunOS] AttributeError when interacting with Process methods
  involved into oneshot() context.
- 1491_: [SunOS] net_if_addrs(): free() ifap struct on error.
- 1493_: [Linux] cpu_freq(): handle the case where
  /sys/devices/system/cpu/cpufreq/ exists but is empty.

(adam)

2019-04-30 09:26:48 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20190430

(leot)

2019-04-30 09:22:45 UTC MAIN commitmail json YAML

doc: Updated net/cacti-spine to 1.2.2

(hauke)

2019-04-30 09:22:34 UTC MAIN commitmail json YAML

youtube-dl: Update to 20190430

Changes:
version 2019.04.30

Extractors
* [openload] Use real Chrome versions (#20902)
- [youtube] Remove info el for get_video_info request
* [youtube] Improve extraction robustness
- [dramafever] Remove extractor (#20868)
* [adn] Fix subtitle extraction (#12724)
+ [ccc] Extract creator (#20355)
+ [ccc:playlist] Add support for media.ccc.de playlists (#14601, #20355)
+ [sverigesradio] Add support for sverigesradio.se (#18635)
+ [cinemax] Add support for cinemax.com
* [sixplay] Try extracting non-DRM protected manifests (#20849)
+ [youtube] Extract Youtube Music Auto-generated metadata (#20599, #20742)
- [wrzuta] Remove extractor (#20684, #20801)
* [twitch] Prefer source format (#20850)
+ [twitcasting] Add support for private videos (#20843)
* [reddit] Validate thumbnail URL (#20030)
* [yandexmusic] Fix track URL extraction (#20820)

(leot)

2019-04-30 09:22:10 UTC MAIN commitmail json YAML

Update net/cacti-spine to v1.2.2

For the many changes, see <https://cacti.net/spine_changelog.php>.

v1.2.3 is available, but does not sport a configure script. An
autotools dance showered me in error messages, so I didn't bother,
since v1.2.x versions are expected to be compatible.

(hauke)

2019-04-30 09:19:43 UTC MAIN commitmail json YAML

Updated archivers/lz4, graphics/hugin

(adam)

2019-04-30 09:19:25 UTC MAIN commitmail json YAML

hugin: updated to 2019.0.0

Changes since 2018.0.0
Added raw import: It converts the RAW images to TIFF using a raw converter. This can be done by dcraw (requires additional exiftool), RawTherapee or darktable. These programs needs to be installed externally.
Fixes for align_image_stack with EXR images.
Added option for range compression. Can be helpful for LDR panoramas to brighten the shadows before merging, because at this stage the blender has some more information which can be helpful.
New hotkeys for mask editor (change zoom level with 0, 1 and 2).
Expression parser (pto_var and "manipulate image variables" in GUI) can now read also all image variables.
line_find: Ignore lines with low distance to each other to get better coverage. Also use only central part of the panorama for searching for line control points (ignoring zenit/nadir near areas).
pano_modify: Added new switch --projection-parameter to set projection parameters.
Store program settings according to XDG base dir specification (Linux only, needs to compile with wxWidgets 3.1.1 or later).

(adam)

2019-04-30 09:17:39 UTC MAIN commitmail json YAML

lz4: updated to 1.9.1

LZ4 v1.9.1
Changes
fix : decompression functions were reading a few bytes beyond input size
api : fix : lz4frame initializers compatibility with c++
cli : added command --list
build: improved Windows build
build: AIX, by Norman Green

LZ4 v1.9.0
This release brings an assortment of small improvements and bug fixes, as detailed below :
perf: large decompression speed improvement on x86/x64 (up to +20%)
api : changed : _destSize() compression variants are promoted to stable API
api : new : LZ4_initStream(HC), replacing LZ4_resetStream(HC)
api : changed : LZ4_resetStream(HC) as recommended reset function, for better performance on small data
cli : support custom block sizes
build: source code can be amalgamated, by Bing Xu
build: added meson build
build: new build macros : LZ4_DISTANCE_MAX, LZ4_FAST_DEC_LOOP
install: MidnightBSD
install: msys2 on Windows 10

(adam)

2019-04-30 08:48:47 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-parallel to 1.17.0

(tsutsui)

2019-04-30 08:48:28 UTC MAIN commitmail json YAML

ruby-parallel: update to 1.17.0.

No upstream changelog.

(tsutsui)

2019-04-30 08:26:19 UTC MAIN commitmail json YAML

doc: Updated net/mikutter to 3.8.7

(tsutsui)

2019-04-30 08:26:02 UTC MAIN commitmail json YAML

mikutter: update to 3.8.7.

Upstream changelog:

mikutter 3.8.7

* a dead link in a message when Twitter authentication failed
* check quoted_status_permalink for quoted RT on Filterstream
* thanks Izumi Tsutsui
* [twitter] deal with the promised day
* Gtk2 3.3.2
* thanks Akira Ouchi
* [libnotify] notification was not shown when Diva::Model is received

(tsutsui)

2019-04-30 07:59:19 UTC MAIN commitmail json YAML

Updated devel/py-fakefs, fonts/py-fonttools, www/py-djangorestframework, www/py-urllib3

(adam)

2019-04-30 07:58:46 UTC MAIN commitmail json YAML

py-urllib3: updated to 1.25.2

1.25.2:
* Change is_ipaddress to not detect IPvFuture addresses.
* Change parse_url to percent-encode invalid characters within the
  path, query, and target components.

(adam)

2019-04-30 07:57:19 UTC MAIN commitmail json YAML

py-djangorestframework: updated to 3.9.3

3.9.3
This is the last Django REST Framework release that will support Python 2. Be sure to upgrade to Python 3 before upgrading to Django REST Framework 3.10.
Adjusted the compat check for django-guardian to allow the last guardian version (v1.4.9) compatible with Python 2

(adam)

2019-04-30 07:55:33 UTC MAIN commitmail json YAML

py-fonttools: updated to 3.41.0

3.41.0:
- [varLib/cffLib] Added support for building CFF2 variable font from sparse
  masters, or masters with more than one model (multiple VarStore.VarData).
  In cffLib.specializer, added support for CFF2 CharStrings with
  blend operators.
- [subset] Fixed subsetting HVAR and VVAR with --retain-gids option,
  and when advances mapping is null while sidebearings mappings are non-null
- Added otlLib.maxContextCalc module to compute OS/2.usMaxContext value.
  Calculate it automatically when compiling features with feaLib. Added option
  --recalc-max-context to subset module
- [otBase/otTables] Fixed AttributeError on missing OT table fields after
  importing font from TTX
- [Silf] Fixed typo Silf table's decompile method
- [otlLib] Better compress GPOS SinglePos (LookupType 1) subtables

3.40.0:
- [subset] Fixed error while subsetting VVAR with --retain-gids
  option
- [designspaceLib] Use up-to-date default location in findDefault method
- [voltLib] Allow passing file-like object to Parser.
- [arrayTools/glyf] calcIntBounds (used to compute bounding boxes of glyf
  table's glyphs) now uses otRound instead of round3
- [svgLib] Added support for converting more SVG shapes to path d strings
  (ellipse, line, polyline), as well as support for transform attributes.
  Only matrix transformations are currently supported
- [varLib] Added support for building VVAR table from vmtx and VORG
  tables
- [fontBuilder] Enable making CFF2 fonts with post table format 2
- Fixed DeprecationWarning on invalid escape sequences

(adam)

2019-04-30 07:54:21 UTC MAIN commitmail json YAML

py-fakefs: updated to 3.5.8

Version 3.5.8
Another bug-fix release that mainly fixes a regression wih Python 2 that has been introduced in version 3.5.3.

Fixes
regression: patching build-in open under Python 2 broke unit tests
fixed writing to file added with add_real_file
fixed argument name of FakeIOModule.open

Infrastructure
more changes to run tests using python setup.py test under Python 2 regardless of pathlib2 presence

(adam)

2019-04-30 05:57:33 UTC MAIN commitmail json YAML

py-flask-user: fix pasto in DEPENDS

(wiz)

2019-04-30 04:49:38 UTC MAIN commitmail json YAML

lang/python37: remove unknown configure option --with-threads

(rillig)

2019-04-30 04:11:52 UTC MAIN commitmail json YAML

doc: Updated www/drupal8 to 8.6.15

(taca)

2019-04-30 04:11:22 UTC MAIN commitmail json YAML

www/drupal8: update to 8.6.15

Update drupal8 to 8.6.15.

* Fixed security issues:
  - SA-CORE-2019-005
  - SA-CORE-2019-006

(taca)

2019-04-30 04:07:56 UTC MAIN commitmail json YAML

doc: Updated www/drupal7 to 7.66

(taca)

2019-04-30 04:07:37 UTC MAIN commitmail json YAML

www/drupal7: update to 7.66

Update drupal7 to 7.66, security fix.

Drupal 7.66, 2019-04-17
-----------------------
- Fixed security issues:
  - SA-CORE-2019-006

(taca)

2019-04-30 04:06:05 UTC MAIN commitmail json YAML

doc: Updated security/php-pecl-mcrypt to 1.0.2

(taca)

2019-04-30 04:05:45 UTC MAIN commitmail json YAML

security/php-pecl-mcrypt: update to 1.0.2

Changes are not available.  But it seems set correct PHP_MCRYPT_VERSION
instead of PHP's version.

(taca)

2019-04-30 03:59:53 UTC MAIN commitmail json YAML

doc: Note update of mail/roundcube and related pacakges to 1.3.9

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

(taca)

2019-04-30 03:58:45 UTC MAIN commitmail json YAML

mail/roundcube: update to 1.3.9

Update roundcube and related pacakges to 1.3.9.

RELEASE 1.3.9
-------------
- Fix TinyMCE download location (#6694)
- Fix bug where a message/rfc822 part without a filename wasn't listed on the attachments list (#6494)
- Fix handling of empty entries in vCard import (#6564)
- Fix bug in parsing some IMAP command responses that include unsolicited replies (#6577)
- Fix PHP 7.2 compatibility in debug_logger plugin (#6586)
- Fix so ANY record is not used for email domain validation, use A, MX, CNAME, AAAA instead (#6581)
- Fix so mime_content_type check in Installer uses files that should always be available (i.e. from program/resources) (#6599)
- Fix missing CSRF token on a link to download too-big message part (#6621)
- Fix bug when aborting dragging with ESC key didn't stop the move action (#6623)
- Fix bug where next row wasn't selected after deleting a collapsed thread (#6655)

(taca)

2019-04-30 03:55:26 UTC MAIN commitmail json YAML

doc: Removed net/bind910

(taca)

2019-04-30 03:55:10 UTC MAIN commitmail json YAML

2019-04-30 03:54:42 UTC MAIN commitmail json YAML

net/Makefile: delete bind910

(taca)

2019-04-30 03:49:46 UTC MAIN commitmail json YAML

doc: Updated net/nagios-plugins to 2.2.1nb2

(taca)

2019-04-30 03:48:43 UTC MAIN commitmail json YAML

net/nagios-plugins: switch to depends on bind911

Switch to depends on bind911 instead of bind910.  bind910 is EOL and
bind911 is current Extended Support Version.

(taca)

2019-04-30 03:47:02 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/bulk-medium to 20190430

(taca)

2019-04-30 03:46:43 UTC MAIN commitmail json YAML

meta-pkgs/bulk-medium: update to 20190430

* Drop bind910 and Add bind914.

(taca)

2019-04-30 03:45:21 UTC MAIN commitmail json YAML

mk/defaults/options.description: add PKG_OPTIONS description

Add PKG_OPTIONS description:

    - blacklist
    - dlz-filesystem
    - dnstap

(taca)

2019-04-30 03:43:17 UTC MAIN commitmail json YAML

doc: Updated mail/postfix to 3.3.3

Update mail/postfix and related packages to 3.3.3.

mail/postfix
mail/postfix-cdb
mail/postfix-ldap
mail/postfix-lmdb
mail/postfix-mysql
mail/postfix-pcre
mail/postfix-pgsql
mail/postfix-sqlite

(taca)

2019-04-30 03:41:51 UTC MAIN commitmail json YAML

mail/postfix: update to 3.3.3

This announcement concerns fixes for problems that were introduced
with Postfix 3.0 and later. This is the final update for Postfix
3.0.

Fixed in Postfix 3.3 and later:

  * When the master daemon runs with PID=1 (init mode), it will now
    reap child processes from non-Postfix code running in the same
    container, instead of terminating with a panic. Reported by
    Tamas Gerczei.

Fixed in Postfix 3.0 and later:

  * With smtputf8_enable=yes, table lookups could casefold the
    search string when searching a lookup table that does not use
    fixed-string keys (regexp, pcre, tcp, etc.).

  * With the posttls-finger test program, connections to unix-domain
    servers always resulted in "Failed to establish session" even
    after a connection was established. Reported by Jaroslav Skarva.

(taca)

2019-04-30 03:39:22 UTC MAIN commitmail json YAML

doc: Updated mail/fml4 to 4.0.3.20040215nb14

(taca)

2019-04-30 03:38:59 UTC MAIN commitmail json YAML

mail/fml4: fix critical runtime problem

Fix critical runtime problem.

Bump PKGREVISION.

(taca)

2019-04-30 03:35:38 UTC MAIN commitmail json YAML

doc: Added net/bind914 version 9.14.1

(taca)

2019-04-30 03:35:20 UTC MAIN commitmail json YAML

net/Makefile: add and enable bind914

(taca)

2019-04-30 03:34:34 UTC MAIN commitmail json YAML

net/bind914: add version 9.14.1

Add bind914 version 9.14.1 package (BIND 9.14.1).

pkgsrc chagnes:

* Add blacklist support from NetBSD base system.
* Note about required directories.

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

  * A new "plugin" mechanism has been added to allow query functionality
    to be extended using dynamically loadable libraries. The "filter-aaaa"
    feature has been removed from named and is now implemented as a
    plugin.
  * QNAME minimization, as described in RFC 7816, is now supported.
  * Socket and task code has been refactored to improve performance on
    most modern machines.
  * "Root key sentinel" support, enabling validating resolvers to indicate
    via a special query which trust anchors are configured for the root
    zone.
  * Secondary zones can now be configured as "mirror" zones; their
    contents are transferred in as with traditional slave zones, but are
    subject to DNSSEC validation and are not treated as authoritative data
    when answering. This makes it easier to configure a local copy of the
    root zone as described in RFC 7706.
  * The "validate-except" option allows configuration of domains below
    which DNSSEC validation should not be performed.
  * The default value of "dnssec-validation" is now "auto".
  * IDNA2008 is now supported when linking with libidn2.
  * "named -V" now outputs the default paths for files used by named and
    other tools.

(taca)

2019-04-30 03:29:36 UTC MAIN commitmail json YAML

doc: Updated lang/pear to 1.10.9

(taca)

2019-04-30 03:29:07 UTC MAIN commitmail json YAML

lang/pear: update to 1.10.9

Update pear to 1.10.9.  It also contains update of Archive_Tar to 1.4.7
And Console_Getopt to 1.4.2.

PEAR

1.10.8 (2019-03-13 14:45 UTC)

Changelog:

* PR #83: Drop track_errors from options
* PR #84: Fix PHP 8 compatibility issues

1.10.9 (2019-03-13 14:04 UTC)

Changelog:

* PR #85: Fixes static calls for PHP 8
* PR #86: Adjust silencing check for PHP 8
* PR #87: Comparison fixes
* PR #88: Only add bin_dir to PATH if not already there (fixes PHP Bug 75852)

Archive_Tar

1.4.6 (2019-04-08 09:11 UTC)

Changelog:

* Improve path traversal detection for forward and backward slashes

1.4.7 (2019-04-08 09:18 UTC)

Changelog:

* Improved performance by increasing read buffer size

Console_Getopt

1.4.2 (2019-03-18 08:52 UTC)

Changelog:

* Remove use of each(), which is removed in PHP 8

(taca)

2019-04-30 02:52:05 UTC MAIN commitmail json YAML

doc: Updated net/bind911 to 9.11.6pl1

(taca)

2019-04-30 02:51:38 UTC MAIN commitmail json YAML

net/bind911: update to 9.11.6pl1

Update bind911 to 9.11.5pl4 (BIND 9.11.5-P4).

Fix security problem CVE-2018-5743 and overhaul pkgsrc.  Now no need
to change namedb is permission under NetBSD.

* Update note about required directories.
* Drop pkg-config from USE_TOOLS.
* Drop none existing configure arguments and PKG_OPTIONS:
- fetchlimit
- sit

--- 9.11.6-P1 released ---

5200. [security] tcp-clients settings could be exceeded in some cases,
which could lead to exhaustion of file descriptors.
(CVE-2018-5743) [GL #615]

(taca)

2019-04-30 02:46:41 UTC MAIN commitmail json YAML

doc: Updated net/bind912 to 9.12.4pl1

(taca)

2019-04-30 02:46:16 UTC MAIN commitmail json YAML

net/bind912: update to 9.12.4pl1

Update bind912 to 9.12.4pl1 (BIND 9.12.4-P1).

Fix security problem CVE-2018-5743 and CVE-2019-6467 and overhaul pkgsrc.
Now no need to change namedb is permission under NetBSD.

pkgsrc changes:

* Simplify DESCR.
* Update note about required directories.
* Drop pkg-config from USE_TOOLS.
* Drop none existing configure arguments and PKG_OPTIONS:
- fetchlimit
- sit
* Sort PLIST.

Please refer CHANGES file in detail before 9.12.4 release:

--- 9.12.4-P1 released ---

5200. [security] tcp-clients settings could be exceeded in some cases,
which could lead to exhaustion of file descriptors.
(CVE-2018-5743) [GL #615]

5199. [security] In certain configurations, named could crash
if nxdomain-redirect was in use and a redirected
query resulted in an NXDOMAIN from the cache.
(CVE-2019-6467) [GL #880]

5167. [bug] nxdomain-redirect could sometimes lookup the wrong
redirect name. [GL #892]

(taca)

2019-04-30 02:32:29 UTC MAIN commitmail json YAML

doc: Updated emulators/haxm to 1.20190416.0fbaf5e7c21a5749ada0c7eec67ea00e1497f829

(kamil)

2019-04-30 02:32:17 UTC MAIN commitmail json YAML

haxm: Update to the snapshot from 20190416

Upstream changes:
- EFER improvements
- instruction emulator improvements

(kamil)