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


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




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 18:09:25 UTC Now

2019-11-19 21:30:44 UTC MAIN commitmail json YAML

doc: Added textproc/yq version 2.9.2

(maya)

2019-11-19 21:30:15 UTC MAIN commitmail json YAML

Add yq version 2.9.2

Command-line YAML/XML processor - jq wrapper for YAML and XML documents

(maya)

2019-11-19 18:42:41 UTC MAIN commitmail json YAML

Add missing PLIST entry for nls (cs/pg_verify_checksums-11.mo).

(schmonz)

2019-11-19 18:16:30 UTC MAIN commitmail json YAML

doc: Updated wm/ratpoison to 1.4.9

(nia)

2019-11-19 18:16:09 UTC MAIN commitmail json YAML

ratpoison: Update to 1.4.8

Changes since 1.4.8

* Incompatible changes

** command `compat' and the various def* compat commands were removed

** `msgwait', `rudeness', `startupmessage', `warp' are now variables
The msgwait, rudeness, startup_message and warp commands will stay
around for a few releases.  Upgrade your config file now!

* Feature/misc changes

** XRandR support
ratpoison now uses XRandR to detect screens additions/removals at
runtime.  The Xinerama support has been removed.

** the focus* commands can be used to navigate across screens

** window completion match by substring, case-insensitive

** new variable `framemsgwait'
Timeout (in seconds) for the `Current frame' message window.
If set to -1, no message is shown.

** better `select' error handling

** the command `set' with no argument dumps a list of all variables/values

** unknown commands are now logged as warnings to stdout too
Should help debugging a config file.

** various cleanups and minor bugfixes

* Packaging changes

** ratpoison now depends on libXrandr instead of libXinerama

** ratpoison doesn't link against libhistory by default any more
Use ./configure --enable-history to force the use of said library.

** no ChangeLog file
Please use the git repository instead.  Savannah offers a web interface.

** no more timestamps in compiled code
Should help reproducible builds.

(nia)

2019-11-19 17:07:43 UTC MAIN commitmail json YAML

doc: Updated sysutils/bup to 0.30

(gdt)

2019-11-19 16:54:19 UTC MAIN commitmail json YAML

gnucash: remove -Werror

This recently broke the build again on -current, disable it generally.

(wiz)

2019-11-19 16:20:24 UTC MAIN commitmail json YAML

Substitute CLAMAV_DBDIR (the point of patch-etc.clam*.conf.sample)

(prlw1)

2019-11-19 16:15:46 UTC MAIN commitmail json YAML

doc: Updated www/drupal8 to 8.7.10

(prlw1)

2019-11-19 16:15:18 UTC MAIN commitmail json YAML

Update drupal8 to 8.7.10

Symfony http-foundation has been updated to version 3.4.35 in this
release. This includes an upstream security release which does not
impact Drupal core.

Core versioning support in *.info.yml files since 8.7.7

Drupal 8.7.7 introduces a new core_version_requirement key to
*.info.yml files, allowing contributed modules to specify specific
versions for Drupal core compatiblity, as well as to indicate that
they are compatible with both Drupal 8 and the forthcoming Drupal
9 release. See the change record for more details.  Important
accessibility fix to the Toolbar

This releases resolves a significant accessibility bug which
prevented toolbar links from working with some screen readers.
Websites which need to support administrators who use assistive
technology are strongly recommended to upgrade. If in doubt, assume
this is the case, particularly in larger organizations. Discussing
the issue with staff from IT user-support, disabled employee support,
and human resources teams is advisable.  Internal change to entity
and field definition update events

It is now possible to install a new field storage definition during
a fieldable entity type update. Event subscribers for entity type
and field definition update events will now be passed the updated
definitions rather than the outdated ones. Code relying on this
buggy behavior may need adjustment.

(prlw1)

2019-11-19 15:01:25 UTC MAIN commitmail json YAML

sysutils/bup: Update to 0.30

packaging changes: switch to 0.30 man tarball

Notable changes in 0.30 as compared to 0.29.3
=============================================

May require attention
---------------------

* The minimum `git` version required is now 1.5.6.

* The `prune-older` command now keeps the most recent save in each
  period group (day, week, month, ...) rather than the oldest.

* `bup` now adds a zero-padded suffix to the names of saves with the
  same timestamp (e.g. 1970-01-01-214640-07) in order to avoid
  duplicates.  The sequence number currently represents the save's
  reversed position in default `git rev-list` order, so that given:

      /foo/1970-01-01-214640-09
      /foo/1970-01-01-214640-10

  In the normal case, the -10 save would be the next save made after
  -09 (and the -09 save would be the single parent commit for -10).

* `bup` is not currently compatible with Python 3 and will now refuse
  to run if the Python version is not 2 unless
  `BUP_ALLOW_UNEXPECTED_PYTHON_VERSION=true` is set in the environment
  (which can be useful for development and testing).

* `bup ls -s` now reports the tree hash for commits unless
  `--commit-hash` is also specified.

General
-------

* `bup get` has been added.  This command allows the transfer or
  rewriting of data within and between repositories, local or remote.
  Among other things, it can be used to append remote saves to a local
  branch, which by extension supports merging repositories.  See
  `bup-get(1)` for further information, and please note, this is a new
  *EXPERIMENTAL* command that can (intentionally) modify your data in
  destructive ways.  It is potentially much more dangerous than most
  `bup` commands.  Treat with caution.

* `bup` can now restore directly from a remote repository via `bup
  restore -r host:path ...`.  See `bup-restore(1)` for more
  information.

* `bup ls` can now report information for remote repositories via `bup
  ls -r host:path ...`.  See `bup-ls(1)` for more information.

* `bup` should respect the git pack.packSizeLimit setting when writing
  packfiles, though at the moment it will only affect a remote
  repository when the option is set there directly.

* `bup save` now stores the size for all links and normal files.  For
  directories saved using this new format retrieving file sizes for
  larger files should be notably less expensive.  Among other things
  this may improve the performance of commands like `bup ls -l` or
  `find /some/fuse/dir -ls`.

* The VFS (Virtual File System) that underlies many operations, and
  provides the basis for commands like `restore`, `ls`, etc. has been
  rewritten in a way that makes remote repository access easier,
  should decrease the memory footprint in some cases (e.g. for bup
  fuse), and should make it easier to provide more selective caching.
  At the moment, data is just evicted at random once a threshold is
  reached.

* A `--noop <--blobs|--tree>` option has been added to `bup split`
  which prints the resulting id without storing the data in the
  repository.

Bugs
----

* The way `bup` handles output from subprocesses (diagnostics,
  progress, etc.) has been adjusted in a way that should make it less
  likely that bup might continue running after the main process has
  exited, say via a C-c (SIGINT).

* `bup` should now respect the specified compression level when
  writing to a remote repository.

* `bup restore` now creates FIFOs with mkfifo, not mknod, which is
  more portable.  The previous approach did not work correctly on (at
  least) some versions of NetBSD.

* `bup` should no longer just crash when it encounters a commit with a
  "mergetag" header.  For the moment, it just ignores them, and
  they'll be discarded whenever `bup` rewrites a commit, say via the
  `rm`, `prune-older`, or `get` commands.

* The bloom command should now end progress messages with \r, not \n,
  which avoids leaving spurious output lines behind at exit.

* A missing space has been added to the `bup split --bench` output.

* Various Python version compatibility problems have been fixed,
  including some of the incompatibilities introduced by Python 3.

* Some issues with mincore on WSL have been fixed.

* Some Android build incompatibilities have been fixed.

Build system
------------

* The tests no longer assume pwd is in /bin.

* The tests should be less sensitive to the locale.

* `test-meta` should no longer try to apply chattr +T to files.  'T'
  only works for directories, and newer Linux kernels actually reject
  the attempt (as of at least 4.12, and maybe 4.10).

* `test-rm` should no longer fail when newer versions of git
  automatically create packed-refs.

* `test-sparse-files` should be less likely to fail when run inside a
  container.

* `test-index-check-device` and `test-xdev` now use separate files for
  their loopback mounts.  Previously each was mounting the same image
  twice, which could produce the same device number.

Thanks to (at least)
====================

Alexander Barton, Artem Leshchev, Ben Kelly, Fabian 'xx4h' Melters,
Greg Troxel, Jamie Wyrick, Julien Goodwin, Mateusz Konieczny,
Nathaniel Filardo, Patrick Rouleau, Paul Kronenwetter, Rob Browning,
Robert Evans, Tim Riemenschneider, and bedhanger

(gdt)

2019-11-19 14:33:17 UTC MAIN commitmail json YAML

doc: Updated converters/bdf2psf to 1.194

(fcambus)

2019-11-19 14:33:04 UTC MAIN commitmail json YAML

bdf2psf: update to 1.194.

ChangeLog:

  * keyboard_present: don't check for Linux 1.x.  Thanks, Ansgar!
  * Portuguese (pt.po) by Miguel Figueiredo
  * Tamil (ta.po) by leela
  * Traditional Chinese (zh_TW.po) by Walter Cheuk

(fcambus)

2019-11-19 14:31:23 UTC MAIN commitmail json YAML

2019-11-19 14:25:07 UTC MAIN commitmail json YAML

doc: Updated graphics/ansilove to 4.0.5

(fcambus)

2019-11-19 14:24:54 UTC MAIN commitmail json YAML

ansilove: update to 4.0.5.

ChangeLog:

AnsiLove/C 4.0.5 (2019-11-19)

- Add ENABLE_SECCOMP build option, to allow building seccomp support
  conditionally
- Disable seccomp by default, it needs more testing on non !amd64 platforms
- Use ${CMAKE_INSTALL_BINDIR} instead of hardcoding 'bin'

(fcambus)

2019-11-19 14:23:15 UTC MAIN commitmail json YAML

doc: Updated graphics/libansilove to 1.1.6

(fcambus)

2019-11-19 14:23:02 UTC MAIN commitmail json YAML

libansilove: update to 1.1.6.

ChangeLog:

libansilove 1.1.6 (2019-11-18)

- Use CMAKE_INSTALL_{LIB,INCLUDE}DIR instead of hardcoding directories
- Introduce a XBIN_PALETTE_LENGTH macro
- Use XBIN_HEADER_LENGTH and XBIN_PALETTE_LENGTH macros instead of magic
  numbers
- Add another format validation check (palette size) in the XBin loader

(fcambus)

2019-11-19 14:21:27 UTC MAIN commitmail json YAML

xfwp: remove

Another obsolete technology demonstration.

(wiz)

2019-11-19 14:09:35 UTC MAIN commitmail json YAML

xrx: remove

This was a technology demonstration from the 1990s that didn't take off.

(wiz)

2019-11-19 13:31:05 UTC MAIN commitmail json YAML

kjumpingcube: Fix path to libkdegames.

(jperkin)

2019-11-19 13:17:30 UTC MAIN commitmail json YAML

Updated www/p5-App-Nopaste to 1.013
Updated www/p5-HTML-Form to 6.05
Updated www/p5-HTMLObject to 2.30
Updated www/p5-HTTP-Cookies to 6.05
Updated www/p5-HTTP-OAI to 4.10
Updated www/p5-LWP-ConsoleLogger to 0.000042
Updated www/p5-LWP-MediaTypes to 6.04

(mef)

2019-11-19 13:08:36 UTC MAIN commitmail json YAML

(www/p5-LWP-MediaTypes) Updated to 6.0.4

6.04      2019-03-20 13:01:15Z
    - Full release of changes in 6.03

6.03      2019-03-19 16:44:17Z (TRIAL RELEASE)
    - Convert release process to Dist::Zilla
    - Allow File::Temp handles to be guessed correctly (GH#1) (Wesley
      Schwengle)

(mef)

2019-11-19 13:06:16 UTC MAIN commitmail json YAML

(www/p5-LWP-ConsoleLogger) Updated from 0.000039 to 0.000042

0.000042  2019-06-12 15:15:52Z
    -  Don't rely on Mojo to be installed in tests (GH#18) (Olaf Alders)

0.000041  2019-06-12 12:31:03Z
    - Bump minimum Mojo version required for tests (GH#17) (Olaf Alders)
    - Add support for Mojo::UserAgent to LWP::ConsoleLogger::Everywhere ((GH#16) simbabque)

0.000040  2019-06-11 01:22:03Z
    - Add support for Mojo::UserAgent (GH#14) (Gregory Oschwald)

(mef)

2019-11-19 12:10:06 UTC MAIN commitmail json YAML

(www/p5-HTTP-OAI) Udated to 4.10

4.10  2019-10-16 16:18:38 CEST
  - Support 429 Too Many Requests (RFC6585)

(mef)

2019-11-19 12:06:36 UTC MAIN commitmail json YAML

(www/p5-HTTP-Cookies) Updated to 6.05

6.05      2019-10-24 02:21:51Z
    - Fix GH#32 by checking for " as well as ; when splitting. (GH#49) (colinnewell)
    - Fix GH#48 update documentation about $version (GH#55) (Dave Menninger)
    - Fix broken README badge (GH#54) (Alex Peters)
    - Whenever possible, use an absolute four digit year for Time::Local (GH#52) (Olaf Alders)
    - Add test case for Issue #26 (GH#45) (George-NG)
    - Long numbers (GH#47) (pludlamCVL)
    - Cookies.pm: die if close on $fh in ->save fails (GH#46) (MCRayRay)
    - Replace "use vars" with "our" (GH#43) (James Raspass)
    - Fixed minor typo in the pod for HTTP::Cookies. (GH#39) (Mohammad S Anwar)

(mef)

2019-11-19 12:03:08 UTC MAIN commitmail json YAML

(www/p5-HTMLObject) Updated to 2.30

(from README, not from Changes)
NOTE: 2.30 fixed a dependency in Makefile.PL and is addressing the OSX ACL
files that got included in the tarball and break modern make instances.

(mef)

2019-11-19 11:51:43 UTC MAIN commitmail json YAML

(www/p5-HTML-Form) Updated 6.0.5

6.05      2019-10-04 20:28:20Z
    - Update pod as requested in [RT#87689] (GH#16) (Lance Wicks and Julien
      Fiegehenn)

(mef)

2019-11-19 11:33:49 UTC MAIN commitmail json YAML

www/cliqz - Bumps rust version

Reviewed by: maya@

(fox)

2019-11-19 11:32:20 UTC MAIN commitmail json YAML

www/firefox - Bumps rust version

Reviewed by: maya@

(fox)

2019-11-19 11:25:39 UTC MAIN commitmail json YAML

doc: Updated www/logswan to 2.1.2

(fcambus)

2019-11-19 11:25:27 UTC MAIN commitmail json YAML

logswan: update to 2.1.2.

Logswan 2.1.2 (2019-11-19)

- Add ENABLE_SECCOMP build option, to allow building seccomp support
  conditionally
- Disable seccomp by default, it needs more testing on non !amd64 platforms
- Use ${CMAKE_INSTALL_BINDIR} instead of hardcoding 'bin'

(fcambus)

2019-11-19 11:17:41 UTC MAIN commitmail json YAML

doc: Updated misc/ansiweather to 1.15.0

(fcambus)

2019-11-19 11:17:28 UTC MAIN commitmail json YAML

ansiweather: update to 1.15.0.

AnsiWeather 1.15.0 (2019-11-14)

- Use HTTPS for performing weather API calls

(fcambus)

2019-11-19 10:11:32 UTC MAIN commitmail json YAML

Note update of net/unbound to 1.9.5.

(he)

2019-11-19 10:10:44 UTC MAIN commitmail json YAML

Update unbound to version 1.9.5

Pkgsrc changes:
* None.

Upstream changes:

Bug Fixes:
- Fix CVE-2019-18934.  A vulnerability might cause shell code execution
  with use of the "ipsecmod" feature under specific conditions.

(he)

2019-11-19 07:37:06 UTC MAIN commitmail json YAML

doc/CHANGES: fix update date for url2pkg

(rillig)

2019-11-19 06:51:49 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 19.3.9

(rillig)

2019-11-19 06:51:39 UTC MAIN commitmail json YAML

2019-11-19 05:56:45 UTC MAIN commitmail json YAML

Updated databases/postgresqlNN

(adam)

2019-11-19 05:56:20 UTC MAIN commitmail json YAML

postgresql12: reset revision

(adam)

2019-11-19 05:54:53 UTC MAIN commitmail json YAML

postgresqlNN: updated to 12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25

PostgreSQL 12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25 Released!

PostgreSQL 9.4 EOL Approaching

PostgreSQL 9.4 will stop receiving fixes on February 13, 2020, which is the next planned cumulative update release. Please see our versioning policy for more information.

Bug Fixes and Improvements

This update also fixes over 50 bugs that were reported in the last several months. Some of these issues affect only version 12, but may also affect all supported versions.

Some of these fixes include:

Fix crash that occurs when ALTER TABLE adds a column without a default value along with other changes that require a table rewrite
Several fixes for REINDEX CONCURRENTLY.
Fix for VACUUM that would cause it to fail under a specific case involving a still-running transaction.
Fix for a memory leak that could occur when VACUUM runs on a GiST index.
Fix for an error that occurred when running CLUSTER on an expression index.
Fix failure for SET CONSTRAINTS ... DEFERRED on partitioned tables.
Several fixes for the creation and dropping of indexes on partitioned tables.
Fix for partition-wise joins that could lead to planner failures.
Ensure that offset expressions in WINDOW clauses are processed when a query's expressions are manipulated.
Fix misbehavior of bitshiftright() where it failed to zero out padding space in the last byte if the bit string length is not a multiple of 8. For how to correct your data, please see the "Updating" section.
Ensure an empty string that is evaluated by the position() functions returns 1, as per the SQL standard.
Fix for a parallel query failure when it is unable to request a background worker.
Fix crash triggered by a case involving a BEFORE UPDATE trigger.
Display the correct error when a query tries to access a TOAST table.
Allow encoding conversion to succeed on strings with output up to 1GB. Previously there was hard limit of 0.25GB on the input string.
Ensure that temporary WAL and history files are removed at the end of archive recovery.
Avoid failure in archive recovery if recovery_min_apply_delay is enabled.
Ignore restore_command, recovery_end_command, and recovery_min_apply_delay settings during crash recovery.
Several fixes for logical replication, including a failure when the publisher and subscriber had different REPLICA IDENTITY columns set.
Correctly timestamp replication messages for logical decoding, which in the broken case would lead to pg_stat_subscription.last_msg_send_time set to NULL.
Several fixes for libpq, including one that improves PostgreSQL 12 compatibility.
Several pg_upgrade fixes.
Fix how a parallel restore handles foreign key constraints on partitioned tables to ensure they are not created too soon.
pg_dump now outputs similarly named triggers and RLS policies in order based on table name, instead of OID.
Fix pg_rewind to not update the contents of pg_control when using the --dry-run option.

This update also contains tzdata release 2019c for DST law changes in Fiji and Norfolk Island. Historical corrections for Alberta, Austria, Belgium, British Columbia, Cambodia, Hong Kong, Indiana (Perry County), Kaliningrad, Kentucky, Michigan, Norfolk Island, South Korea, and Turkey.

(adam)

2019-11-19 05:37:57 UTC MAIN commitmail json YAML

Added py-pyobjc-framework-MetalKit

(adam)

2019-11-19 05:36:44 UTC MAIN commitmail json YAML

py-pyobjc: Python 2.7 is not supported

(adam)

2019-11-19 05:26:31 UTC MAIN commitmail json YAML

doc: Updated mail/roundcube to 1.3.10nb1

(wiz)

2019-11-19 05:26:21 UTC MAIN commitmail json YAML

roundcube: install 'installer' directory for easier installation/upgrade

Depend on php-zip for zip support.

Bump PKGREVISION.

(wiz)

2019-11-18 20:47:24 UTC MAIN commitmail json YAML

doc: Updated lang/erlang to 22.1.7

(nia)

2019-11-18 20:46:02 UTC MAIN commitmail json YAML

erlang: Update to 22.1.7

Potential Incompatibilities

    Mnesia: Transactions with sticky locks could with async_asym transactions be committed in the wrong order, since asym transactions are spawned on the remote nodes. To fix this bug the communication protocol between mnesia nodes had to be updated, thus mnesia will no longer be able to connect to nodes earlier than mnesia-4.14 ,first realeased in OTP-19.0.
    Stdlib: Debugging of time-outs in gen_statem has been improved. Starting a time-out is now logged in sys:log and sys:trace. Running time-outs are visible in server crash logs, and with sys:get_status. Due to this system events {start_timer, Action, State} and {insert_timout, Event, State} have been added, which may surprise tools that rely on the format of these events. New features: The EventContent of a running time-out can be updated with {TimeoutType, update, NewEventContent}. Running time-outs can be cancelled with {TimeoutType, cancel} which is more readable than using Time = infinity.{rel, Name, Vsn, RelApps, Opts}.

Highlights

Compiler:

    erlc can now automatically use a compile server to avoid starting an Erlang system for each file to be compiled in a multi-file project. See the documentation for how to enable it.

Standard libraries:

    SSL: Basic support for TLS 1.3 Client for experimental use. For more information see the Standards Compliance chapter of the User's Guide.
    crypto: The Message Authentication Codes (MAC) CMAC, HMAC and Poly1305 are unified into common functions in the New Crypto API. See the manual for CRYPTO. cipher_info/1 functions returns maps with information about the hash or cipher in the argument.

(nia)

2019-11-18 20:01:35 UTC MAIN commitmail json YAML

Updated emulators/fs-uae

(adam)

2019-11-18 20:01:03 UTC MAIN commitmail json YAML

fs-uae: updated to 3.0.2

Changes in FS-UAE Launcher 3.0.2
Another fix for global WHDLoad quit key.
Fixed a misleading warning when cyberstorm ROM was not found (3.0.1).

Changes in FS-UAE 3.0.1:
Fix video scaling when restoring from fullscreen on Windows.

Changes in FS-UAE Launcher 3.0.1:
Scanner bug prevented Conquests of the Longbow WHDLoad to be recognized.
The correct kickstart wasn窶冲 always loaded.
Cloanto ROMs were not always decrypted.
Fix for global WHDLoad quit key.

(adam)

2019-11-18 19:45:14 UTC MAIN commitmail json YAML

Updated x11/py-qt5

(adam)

2019-11-18 19:44:51 UTC MAIN commitmail json YAML

py-qt5: updated to 5.13.2

PyQt v5.13.2 has been released. This is a minor bug-fix and feature release. There are corresponding releases of the other PyQt dependent packages. All packages can now be built with SIP v5. All wheels bundle Qt v5.13.2.

(adam)

2019-11-18 18:46:08 UTC MAIN commitmail json YAML

kde4: dont mix pattern matching and >=

(markd)

2019-11-18 18:34:38 UTC MAIN commitmail json YAML

doc: Updated www/gnurl to 7.67.0

(ng0)

2019-11-18 18:34:10 UTC MAIN commitmail json YAML

gnurl: Update to 7.67.0

Changelog:

Changes:
7.67.0
------
This release includes the following changes:

o curl: added --no-progress-meter
o setopt: CURLMOPT_MAX_CONCURRENT_STREAMS is new
o urlapi: CURLU_NO_AUTHORITY allows empty authority/host part

This release includes the following bugfixes:

o BINDINGS: five new bindings addded
o CURLOPT_TIMEOUT.3: Clarify transfer timeout time includes queue time
o CURLOPT_TIMEOUT.3: remove the mention of "minutes"
o ESNI: initial build/setup support
o FTP: FTPFILE_NOCWD: avoid redundant CWDs
o FTP: allow "rubbish" prepended to the SIZE response
o FTP: remove trailing slash from path for LIST/MLSD
o FTP: skip CWD to entry dir when target is absolute
o FTP: url-decode path before evaluation
o HTTP3.md: move -p for mkdir, remove -j for make
o HTTP3: fix invalid use of sendto for connected UDP socket
o HTTP3: fix ngtcp2 Windows build
o HTTP3: fix prefix parameter for ngtcp2 build
o HTTP3: fix typo somehere1 > somewhere1
o HTTP3: show an --alt-svc using example too
o INSTALL: add missing space for configure commands
o INSTALL: add vcpkg installation instructions
o README: minor grammar fix
o altsvc: accept quoted ma and persist values
o altsvc: both backends run h3-23 now
o appveyor: Add MSVC ARM64 build
o appveyor: Use two parallel compilation on appveyor with CMake
o appveyor: add --disable-proxy autotools build
o appveyor: add 32-bit MinGW-w64 build
o appveyor: add a winbuild
o appveyor: add a winbuild that uses VS2017
o appveyor: make winbuilds with DEBUG=no/yes and VS 2015/2017
o appveyor: publish artifacts on appveyor
o appveyor: upgrade VS2017 to VS2019
o asyn-thread: make use of Curl_socketpair() where available
o asyn-thread: s/AF_LOCAL/AF_UNIX for Solaris
o build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO defines
o checksrc: fix uninitialized variable warning
o chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING error
o cirrus: Increase the git clone depth
o cirrus: Switch the FreeBSD 11.x build to 11.3 and add a 13.0 build
o cirrus: switch off blackhole status on the freebsd CI machines
o cleanups: 21 various PVS-Studio warnings
o configure: only say ipv6 enabled when the variable is set
o configure: remove all cyassl references
o conn-reuse: requests wanting NTLM can reuse non-NTLM connections
o connect: return CURLE_OPERATION_TIMEDOUT for errno == ETIMEDOUT
o connect: silence sign-compare warning
o cookie: avoid harmless use after free
o cookie: pass in the correct cookie amount to qsort()
o cookies: change argument type for Curl_flush_cookies
o cookies: using a share with cookies shouldn't enable the cookie engine
o copyrights: update copyright notices to 2019
o curl: create easy handles on-demand and not ahead of time
o curl: ensure HTTP 429 triggers --retry
o curl: exit the create_transfers loop on errors
o curl: fix memory leaked by parse_metalink()
o curl: load large files with -d @ much faster
o docs/HTTP3: fix `--with-ssl` ngtcp2 configure flag
o docs: added multi-event.c example
o docs: disambiguate CURLUPART_HOST is for host name (ie no port)
o docs: note on failed handles not being counted by curl_multi_perform
o doh: allow only http and https in debug mode
o doh: avoid truncating DNS QTYPE to lower octet
o doh: clean up dangling DOH memory on easy close
o doh: fix (harmless) buffer overrun
o doh: fix undefined behaviour and open up for gcc and clang optimization
o doh: return early if there is no time left
o examples/sslbackend: fix -Wchar-subscripts warning
o examples: remove the "this exact code has not been verified"
o git: add tests/server/disabled to .gitignore
o gnutls: make gnutls_bye() not wait for response on shutdown
o http2: expire a timeout at end of stream
o http2: prevent dup'ed handles to send dummy PRIORITY frames
o http2: relax verification of :authority in push promise requests
o http2_recv: a closed stream trumps pause state
o http: lowercase headernames for HTTP/2 and HTTP/3
o ldap: Stop using wide char version of ldapp_err2string
o ldap: fix OOM error on missing query string
o mbedtls: add error message for cert validity starting in the future
o mime: when disabled, avoid C99 macro
o ngtcp2: adapt to API change
o ngtcp2: compile with latest ngtcp2 + nghttp3 draft-23
o ngtcp2: remove fprintf() calls
o openssl: close_notify on the FTP data connection doesn't mean closure
o openssl: fix compiler warning with LibreSSL
o openssl: use strerror on SSL_ERROR_SYSCALL
o os400: getpeername() and getsockname() return ebcdic AF_UNIX sockaddr
o parsedate: fix date parsing disabled builds
o quiche: don't close connection at end of stream
o quiche: persist connection details (fixes -I with --http3)
o quiche: set 'drain' when returning without having drained the queues
o quiche: update HTTP/3 config creation to new API
o redirect: handle redirects to absolute URLs containing spaces
o runtests: get textaware info from curl instead of perl
o schannel: reverse the order of certinfo insertions
o schannel_verify: Fix concurrent openings of CA file
o security: silence conversion warning
o setopt: handle ALTSVC set to NULL
o setopt: make it easier to add new enum values
o setopt: store CURLOPT_RTSP_SERVER_CSEQ correctly
o smb: check for full size message before reading message details
o smbserver: fix Python 3 compatibility
o socks: Fix destination host shown on SOCKS5 error
o test1162: disable MSYS2's POSIX path conversion
o test1591: fix spelling of http feature
o tests: add `connect to non-listen` keywords
o tests: fix narrowing conversion warnings
o tests: fix the test 3001 cert failures
o tests: makes tests succeed when using --disable-proxy
o tests: use %FILE_PWD for file:// URLs
o tests: use port 2 instead of 60000 for a safer non-listening port
o tool_operate: Fix retry sleep time shown to user when Retry-After
o travis: Add an ARM64 build
o url: Curl_free_request_state() should also free doh handles
o url: don't set appconnect time for non-ssl/non-ssh connections
o url: fix the NULL hostname compiler warning
o url: normalize CURLINFO_EFFECTIVE_URL
o url: only reuse TLS connections with matching pinning
o urlapi: avoid index underflow for short ipv6 hostnames
o urlapi: fix URL encoding when setting a full URL
o urlapi: fix unused variable warning
o urlapi: question mark within fragment is still fragment
o urldata: use 'bool' for the bit type on MSVC compilers
o vtls: Fix comment typo about macosx-version-min compiler flag
o vtls: fix narrowing conversion warnings
o winbuild/MakefileBuild.vc: Add vssh
o winbuild/MakefileBuild.vc: Fix line endings
o winbuild: Add manifest to curl.exe for proper OS version detection
o winbuild: add ENABLE_UNICODE option

(ng0)

2019-11-18 17:05:51 UTC MAIN commitmail json YAML

Updated devel/py-pyobjc; Added devel/py-pyobjc-framework-MetalKit

(adam)

2019-11-18 17:05:06 UTC MAIN commitmail json YAML

2019-11-18 17:04:55 UTC MAIN commitmail json YAML

py-pyobjc-core: patch setup.py

(adam)

2019-11-18 17:03:17 UTC MAIN commitmail json YAML

py-pyobjc: updated to 6.1

Version 6.1
Updated for the macOS 10.15.1 SDK (Xcode 11.2)
Fix reference counting in -[OC_PythonData length], which resulted in use-after-free.
Fix problems found in pyobjc-core by the clang static analyser

Version 6.0.1
Remove debug print accidently left in production
Surpress “-Wunguarded-availability” warnings in the extension AppKit._inlines

Version 6.0
Removed Python 2 support from the C extension in pyobjc-core
Reformatted code in pyobjc-core:
- Use “black” for Python code
- Use “clang-format” for Objective-C code
Updated bindings for macOS 10.15 (Xcode 11.0)
The userspace driver frameworks introduced in macOS 10.15 (DriverKit and related frameworks) will not be exposed through PyObjC. Please let me know if you have a good use case for using these frameworks with Python.
Add new framework wrappers for all other new frameworks in macOS 10.15:

AuthenticationServices
CoreHaptics
CoreMotion
DeviceCheck
ExecutionPolicy
FileProvider
FileProviderUI
LinkPresentation
OSLog
PencilKit
PushKit
QuickLookThumbnailing
Speech
SoundAnalysis
SystemExtensions
Add new framework wrappers for a number of older frameworks:

MetalKit (new in macOS 10.11)
Fix crash when creating NSData objects on macOS 10.15

(adam)

2019-11-18 16:20:23 UTC MAIN commitmail json YAML

Remove USE_RAKE

Remove USE_RAKE.  It was used to control dependency to ruby-rake package
befor ruby 2.0 days.  Now all ruby*-base package contains rake command and
USE_RAKE is already not used in any where.

(taca)

2019-11-18 16:20:03 UTC MAIN commitmail json YAML

iortcw: Fix lost PLIST variables

(nia)

2019-11-18 16:08:22 UTC MAIN commitmail json YAML

doc: Updated sysutils/capistrano to 3.11.2

(taca)

2019-11-18 16:07:20 UTC MAIN commitmail json YAML

sysutils/capistrano: update to 3.11.2

Update capistrano to 3.11.2.

pkgsr changes:

* Drop use of USE_RAKE.
* Add "USE_LANGUAGES= # none".

3.11.1 (2019-08-29)

* #2027: Batch rm -rf calls in deploy:cleanup to fix an error when there are
  too many old releases @azin634

3.11.2 (2019-09-29)

Housekeeping

* Eliminate double CI builds on PRs (#2035) @mattbrictson
* Update gemspec with correct release notes URL, etc. (#2036) @mattbrictson
* Automatically maintain release notes using GitHub Actions (#2034)
  @mattbrictson
* Use a stub for $stdin during testing (#2033) @mattbrictson
* Upgrade nokogiri to fix security warning (#2031) @mattbrictson
* Exclude danger to fix Ruby 2.0.0 CI error (#2030) @mattbrictson

(taca)

2019-11-18 15:52:43 UTC MAIN commitmail json YAML

doc: Updated security/ruby-sshkit to 1.20.0

(taca)

2019-11-18 15:52:19 UTC MAIN commitmail json YAML

security/ruby-sshkit: update to 1.20.0

Update ruby-sshkit package to 1.20.0.

## [1.20.0][] (2019-08-03)

  * [#468](https://github.com/capistrano/sshkit/pull/468): Make `upload!` take a `:verbosity` option like `exec` does - [@grosser](https://github.com/grosser)

## [1.19.1][] (2019-07-02)

  * [#465](https://github.com/capistrano/sshkit/pull/456): Fix a regression in 1.19.0 that prevented `~` from being used in Capistrano paths, e.g. `:deploy_to`, etc. - [@grosser](https://github.com/grosser)

## [1.19.0][] (2019-06-30)

  * [#455](https://github.com/capistrano/sshkit/pull/455): Ensure UUID of commands are stable in logging - [@lazyatom](https://github.com/lazyatom)
  * [#453](https://github.com/capistrano/sshkit/pull/453): `as` and `within` now properly escape their user/group/path arguments, and the command nested within an `as` block is now properly escaped before passing to `sh -c`. In the unlikely case that you were manually escaping commands passed to SSHKit as a workaround, you will no longer need to do this. See [#458](https://github.com/capistrano/sshkit/issues/458) for examples of what has been fixed. - [@grosser](https://github.com/grosser)
  * [#460](https://github.com/capistrano/sshkit/pull/460): Handle IPv6 addresses without port - [@will-in-wi](https://github.com/will-in-wi)

## [1.18.2][] (2019-02-03)

  * [#448](https://github.com/capistrano/sshkit/pull/448): Fix misbehaving connection eviction loop when disabling connection pooling - [Sebastian Cohnen](https://github.com/tisba)

## [1.18.1][] (2019-01-26)

  * [#447](https://github.com/capistrano/sshkit/pull/447): Fix broken thread safety by widening critical section - [Takumasa Ochi](https://github.com/aeroastro)

(taca)

2019-11-18 15:45:19 UTC MAIN commitmail json YAML

doc: Updated security/ruby-ruby-openid to 2.9.2

(taca)

2019-11-18 15:44:37 UTC MAIN commitmail json YAML

security/ruby-ruby-openid: update to 2.9.2

Update ruby-ruby-openid package to version 2.9.2.

## 2.9.2

* Perform all checks before verifying endpoints.
  [#126](https://github.com/openid/ruby-openid/pull/126)

## 2.9.1

* Updated CHANGELOG.md

## 2.9.0

* Remove deprecated `autorequire` from gemspec.
  [#123](https://github.com/openid/ruby-openid/pull/123)
* Rescue from `Yadis::XRI::XRIHTTPError` on discovery.
  [#106](https://github.com/openid/ruby-openid/pull/106)
* Avoid SSRF for claimed_id request.
  [#121](https://github.com/openid/ruby-openid/pull/121)
* Updated documentation.
  [#115](https://github.com/openid/ruby-openid/pull/115), [#116](https://github.com/openid/ruby-openid/pull/116), [#117](https://github.com/openid/ruby-openid/pull/117), [#118](https://github.com/openid/ruby-openid/pull/118)
* Reduce warnings output in test runs.
  [#119](https://github.com/openid/ruby-openid/pull/119)
* Drop deprecated option from gemspec.
  [#120](https://github.com/openid/ruby-openid/pull/120)
* Remove circular require.
  [#113](https://github.com/openid/ruby-openid/pull/113)
* Updated Travis CI config with Ruby 2.6
  [#114](https://github.com/openid/ruby-openid/pull/114)
* Simplify Bundler require; remove need for extra `:require`.
  [#112](https://github.com/openid/ruby-openid/pull/112)

## 2.8.0

* Fix `admin/mkassoc` script.
  See https://github.com/openid/ruby-openid/pull/103
* Allow specifying timeout for `OpenID::StandardFetcher` in environment variables.
  See https://github.com/openid/ruby-openid/pull/109
* Fixed some documentation.
  See https://github.com/openid/ruby-openid/pull/111
* Fixed example server.
  See https://github.com/openid/ruby-openid/pull/91
* Fixed tests.
  See https://github.com/openid/ruby-openid/pull/86
* Misc. changes to the CI setup.
  See
  - https://github.com/openid/ruby-openid/pull/110
  - https://github.com/openid/ruby-openid/pull/108
  - https://github.com/openid/ruby-openid/pull/107

(taca)

2019-11-18 15:42:52 UTC MAIN commitmail json YAML

doc: Updated net/php-baikal to 0.6.1

(wiz)

2019-11-18 15:42:42 UTC MAIN commitmail json YAML

php73-baikal: update to 0.6.1.

0.6.1 (2019-11-13)
------------------

* Fixed sync issues with Thunderbird
* Ships with sabre/dav 4.0.2

(wiz)

2019-11-18 14:24:08 UTC MAIN commitmail json YAML

TODO: digikam update done

(wiz)

2019-11-18 14:23:55 UTC MAIN commitmail json YAML

digikam: fix path to dependencies (toto, we're not in wip anymore!)

(wiz)

2019-11-18 13:38:15 UTC MAIN commitmail json YAML

Update sysutils/p5-Unburden-Home-Dir to latest patch release
While here, fix dependencies

(hauke)

2019-11-18 12:28:04 UTC MAIN commitmail json YAML

(www/p5-App-Nopaste) Updated to 1.013

1.013  2019-07-23 02:00:06Z
        - amended instructions in App::Nopaste::Service::Gist regarding
          creating a gist authorization token
        - --copy now works with Control-V on X windows (PR#17, Shlomi Fish)

(mef)

2019-11-18 12:24:38 UTC MAIN commitmail json YAML

Added www/p5-Browser-Open version 0.04

(mef)

2019-11-18 12:21:57 UTC MAIN commitmail json YAML

www/p5-Browser-Open: import p5-Browser-Open-0.04

The functions optionaly exported by this module allows you to open URLs in
the user browser.

A set of known commands per OS-name is tested for presence, and the first
one found is executed. With an optional parameter, all known commands are
checked.

The "open_browser" uses the system() function to execute the command. If
you want more control, you can get the command with the "open_browser_cmd"
or "open_browser_cmd_all" functions and then use whatever method you want
to execute it.

(mef)

2019-11-18 12:09:43 UTC MAIN commitmail json YAML

Updated www/firefox68 to 68.2.0nb1

(ryoon)

2019-11-18 12:09:15 UTC MAIN commitmail json YAML

2019-11-18 12:08:10 UTC MAIN commitmail json YAML

2019-11-18 11:12:48 UTC MAIN commitmail json YAML

update kde games to qt5/kf5 versions

(markd)

2019-11-18 11:00:59 UTC MAIN commitmail json YAML

www/cliqz: Adds missing tool dependency py-sqlite3.

- Fixes bulk build breakages.
- Pointed out by <mef> bulk builds.

(fox)

2019-11-18 10:59:23 UTC MAIN commitmail json YAML

kde4: allow qt5/kf5 versioms of games

(markd)

2019-11-18 10:53:01 UTC MAIN commitmail json YAML

Updated security/py-OpenSSL, security/py-asn1

(adam)

2019-11-18 10:52:39 UTC MAIN commitmail json YAML

py-asn1: updated to 0.4.8

Revision 0.4.8:
- Added ability of combining `SingleValueConstraint` and
  `PermittedAlphabetConstraint` objects into one for proper modeling
  `FROM ... EXCEPT ...` ASN.1 clause.

(adam)

2019-11-18 10:52:24 UTC MAIN commitmail json YAML

2019-11-18 10:51:31 UTC MAIN commitmail json YAML

py-OpenSSL: updated to 19.1.0

19.1.0:
Backward-incompatible changes:
- Removed deprecated ContextType, ConnectionType, PKeyType, X509NameType, X509ReqType, X509Type, X509StoreType, CRLType, PKCS7Type, PKCS12Type, and NetscapeSPKIType aliases.
  Use the classes without the Type suffix instead.
- The minimum cryptography version is now 2.8 due to issues on macOS with a transitive dependency.

Deprecations:
- Deprecated OpenSSL.SSL.Context.set_npn_advertise_callback, OpenSSL.SSL.Context.set_npn_select_callback, and OpenSSL.SSL.Connection.get_next_proto_negotiated.
  ALPN should be used instead.

Changes:
- Support bytearray in SSL.Connection.send() by using cffi's from_buffer.
- The OpenSSL.SSL.Context.set_alpn_select_callback can return a new NO_OVERLAPPING_PROTOCOLS sentinel value
  to allow a TLS handshake to complete without an application protocol.

(adam)

2019-11-18 10:50:16 UTC MAIN commitmail json YAML

2019-11-18 10:48:29 UTC MAIN commitmail json YAML

2019-11-18 10:45:29 UTC MAIN commitmail json YAML

2019-11-18 10:43:59 UTC MAIN commitmail json YAML

2019-11-18 10:42:07 UTC MAIN commitmail json YAML

2019-11-18 10:40:18 UTC MAIN commitmail json YAML

2019-11-18 10:38:24 UTC MAIN commitmail json YAML

2019-11-18 10:35:57 UTC MAIN commitmail json YAML

2019-11-18 10:31:19 UTC MAIN commitmail json YAML

2019-11-18 10:26:31 UTC MAIN commitmail json YAML

2019-11-18 10:24:27 UTC MAIN commitmail json YAML

2019-11-18 10:22:31 UTC MAIN commitmail json YAML

2019-11-18 10:20:59 UTC MAIN commitmail json YAML

2019-11-18 10:18:47 UTC MAIN commitmail json YAML

2019-11-18 10:16:59 UTC MAIN commitmail json YAML

2019-11-18 10:15:15 UTC MAIN commitmail json YAML

2019-11-18 10:13:28 UTC MAIN commitmail json YAML

2019-11-18 10:11:43 UTC MAIN commitmail json YAML

2019-11-18 10:09:51 UTC MAIN commitmail json YAML

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

2019-11-18 10:05:35 UTC MAIN commitmail json YAML

2019-11-18 10:03:37 UTC MAIN commitmail json YAML

2019-11-18 10:01:55 UTC MAIN commitmail json YAML

2019-11-18 09:59:54 UTC MAIN commitmail json YAML

2019-11-18 09:54:19 UTC MAIN commitmail json YAML

2019-11-18 09:45:20 UTC MAIN commitmail json YAML

2019-11-18 09:43:41 UTC MAIN commitmail json YAML

2019-11-18 09:41:53 UTC MAIN commitmail json YAML

2019-11-18 09:40:12 UTC MAIN commitmail json YAML

2019-11-18 09:38:17 UTC MAIN commitmail json YAML

2019-11-18 09:36:25 UTC MAIN commitmail json YAML

2019-11-18 09:34:13 UTC MAIN commitmail json YAML

2019-11-18 09:31:49 UTC MAIN commitmail json YAML

2019-11-18 09:29:32 UTC MAIN commitmail json YAML

2019-11-18 09:27:27 UTC MAIN commitmail json YAML

2019-11-18 09:25:36 UTC MAIN commitmail json YAML

bovo: s/wip/games/

(markd)

2019-11-18 09:23:45 UTC MAIN commitmail json YAML

bovo: update distinfo for last

(markd)

2019-11-18 09:22:21 UTC MAIN commitmail json YAML

bovo: update to 19.08.3    qt5/kf5 version

(markd)

2019-11-18 09:19:49 UTC MAIN commitmail json YAML

2019-11-18 09:16:45 UTC MAIN commitmail json YAML

2019-11-18 09:11:50 UTC MAIN commitmail json YAML

2019-11-18 09:05:09 UTC MAIN commitmail json YAML

Updated converters/py-simplejson, devel/py-test5

(adam)

2019-11-18 09:04:48 UTC MAIN commitmail json YAML

py-test5: updated to 5.2.4

pytest 5.2.4:
Bug Fixes
- Fix incorrect discovery of non-test ``__init__.py`` files.
- Revert "The first test in a package (``__init__.py``) marked with ``@pytest.mark.skip`` is now correctly skipped.".

(adam)

2019-11-18 09:03:03 UTC MAIN commitmail json YAML

py-simplejson: updated to 3.17.0

Version 3.17.0:
* Updated documentation to be Python 3 first, and
  have removed documentation notes about version changes
  that occurred more than five years ago.
* Update build matrix for Python 3.8

(adam)

2019-11-18 08:07:14 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint4 to 4.193.2

(rillig)

2019-11-18 08:06:59 UTC MAIN commitmail json YAML

pkgtools/pkglint4: update to 4.193.2

Changes since 4.193.1:

Disabled unreliable check about possible typos in variable names. For
example, in pkgtools/url2pkg the variable TEST_DEPENDS was flagged even
though it is well-known.

Disabled unreliable check about unknown shell commands. For example, in
pkgtools/pkglint4 all commands from ${PREFIX} are ok, but were still
flagged.

(rillig)

2019-11-18 08:02:15 UTC MAIN commitmail json YAML

Updated misc/py-anita to 2.1

(gson)

2019-11-18 08:00:49 UTC MAIN commitmail json YAML

misc/py-anita: update to 2.1.

Changes from 2.0:

Add support for the newly added rescue set.

Deal with the sysinst changes of 2019-11-16.

Add support for macppc targets, based on a patch from Joerg
Sonnenberger.

Fix failure to install the sharesrc set due to curses optimization.

(gson)

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

pkgtools/url2pkg: add unit test for USE_TOOLS

(rillig)

2019-11-18 07:51:06 UTC MAIN commitmail json YAML

doc: Updated pkgtools/url2pkg to 19.3.7

(rillig)

2019-11-18 07:50:51 UTC MAIN commitmail json YAML

pkgtools/url2pkg: update to 19.3.7

Changes since 19.3.6:

Detect whether the package uses GNU Make, based on the top-level
Makefile.

(rillig)

2019-11-18 04:52:00 UTC MAIN commitmail json YAML

x11/enlightenment: drop redundant sentence in DESCR

(gutteridge)

2019-11-18 04:47:33 UTC MAIN commitmail json YAML

doc: Updated www/py-webcolors to 1.10

(gutteridge)

2019-11-18 04:47:09 UTC MAIN commitmail json YAML

py-webcolors: update to version 1.10

Change log:

Version 1.10, released 2019-09-08
---------------------------------

No bug fixes or new features.

Other changes
~~~~~~~~~~~~~

* Similar to the change in version 1.9 which normalized conversions to
  named colors for `gray`/`grey` to always use the `gray` variant, the
  other named grays of CSS3 now normalize to the `gray` spelling. This
  affects the following colors: `darkgray`/`darkgrey`,
  `darkslategray`/`darkslategrey`, `dimgray`/`dimgrey`,
  `lightgray`/`lightgrey`, `lightslategray`/`lightslategrey`,
  `slategray`/`slategrey`.

Version 1.9.1, released 2019-06-07
----------------------------------

Bugs fixed
~~~~~~~~~~

* The `__version__` attribute of the installed webcolors module,
  although not documented or referenced anywhere, was accidentally not
  updated in the 1.9 release. It has now been updated (and now
  indicates 1.9.1).

Version 1.9, released 2019-06-01
--------------------------------

No bug fixes.

New features
~~~~~~~~~~~~

* Added :ref:`a set of constants to use when referring to
  specifications that define color names <spec-constants>`.

Other changes
~~~~~~~~~~~~~

* When asked to provide a color name, using the CSS3/SVG set of names,
  for the hexadecimal value `#808080`, the integer triplet `rgb(128,
  128, 128)`, or the percentage triplet `rgb(50%, 50%, 50%)`,
  webcolors now always returns `u'gray'`, never `u'grey'`. Previously,
  the behavior could be inconsistent as it depended on the Python
  version in use; `u'gray'` was picked because it was the spelling
  variant used in HTML 4, CSS1, and CSS2.

Version 1.8.1, released 2018-02-12
----------------------------------

The 1.8.1 release is a repackaging of 1.8 to produce both source
(.tar.gz) and binary (.whl) package formats, following reports that
the source-package-only release of 1.8 was causing installation issues
for some users. See `issue 6 in the repository
<https://github.com/ubernostrum/webcolors/issues/6>`_ for details.

Version 1.8, released 2018-02-08
--------------------------------

No bug fixes.

New features
~~~~~~~~~~~~

* Added the :class:`~webcolors.IntegerRGB`,
  :class:`~webcolors.PercentRGB`, and
  :class:`~webcolors.HTML5SimpleColor` named tuples.

Other changes
~~~~~~~~~~~~~

* Drop support for Python 3.3 (Python core team no longer maintains
  3.3).

* Mark support for Python 3.6.

* :ref:`The full verification tests <full-verification>` now run
  correctly on Python 3.

Version 1.7, released 2016-11-25
--------------------------------

No new features or bugfixes.

Other changes
~~~~~~~~~~~~~

* Drop support for Python 2.6 (Python core team no longer maintains
  2.6).

* Mark support for Python 3.4.

* On Python 3, the use of :class:`str` for all functions which take
  string arguments is now mandatory. Attempted use of :class:`bytes`
  will raise an exception. On Python 2, use of bytestrings is still
  permitted.

Version 1.5.1, released 2015-11-23
----------------------------------

No new features.

Bug fixes
~~~~~~~~~

* Corrected multiple typos in documentation.

Version 1.5, released 2015-03-07
--------------------------------

No bug fixes.

New features
~~~~~~~~~~~~

* Python 3 support: webcolors now supports Python 3.3.

* Added :ref:`HTML5 color algorithms <html5-algorithms>`.

Other changes
~~~~~~~~~~~~~

* Packaging improvements.

(gutteridge)

2019-11-18 04:41:34 UTC MAIN commitmail json YAML

py-blockdiag: mark additional test dependencies

Update the list of test dependencies to reflect the current state of
the package. While here, also deal with a PLIST issue that pkglint
reported.

(gutteridge)

2019-11-17 23:11:21 UTC MAIN commitmail json YAML

Updated emulators/ski to 1.3.2nb15

(scole)

2019-11-17 23:05:20 UTC MAIN commitmail json YAML

2019-11-17 21:44:34 UTC MAIN commitmail json YAML

2019-11-17 21:41:35 UTC MAIN commitmail json YAML

doc: Updated chat/py-hangups to 0.4.10

(leot)

2019-11-17 21:41:13 UTC MAIN commitmail json YAML

py-hangups: Update to 0.4.10

Changes:
0.4.10
------
- fix "Response payload is not completed" errors
- bump maximum supported protobuf version
- fix Conversation.get_events returning events newer than the provided
  event ID rather than older
- extend default user detection

(leot)

2019-11-17 21:23:03 UTC MAIN commitmail json YAML

doc: Updated print/cups to 2.3.0

(leot)

2019-11-17 21:22:47 UTC MAIN commitmail json YAML

doc: Updated print/cups-base to 2.3.0

(leot)

2019-11-17 21:22:03 UTC MAIN commitmail json YAML

cups{,-base}: Update to 2.3.0

Changes:
2.3.0
-----
- CVE-2019-8696 and CVE-2019-8675: Fixed SNMP buffer overflows
  (rdar://51685251)
- Added a GPL2/LGPL2 exception to the new CUPS license terms.
- Documentation updates (Issue #5604)
- Localization updates (Issue #5637)
- Fixed a bug in the scheduler job cleanup code (Issue #5588)
- Fixed builds when there is no TLS library (Issue #5590)
- Eliminated some new GCC compiler warnings (Issue #5591)
- Removed dead code from the scheduler (Issue #5593)
- "make" failed with GZIP options (Issue #5595)
- Fixed potential excess logging from the scheduler when removing job files
  (Issue #5597)
- Fixed a NULL pointer dereference bug in `httpGetSubField2` (Issue #5598)
- Added FIPS-140 workarounds for GNU TLS (Issue #5601, Issue #5622)
- The scheduler no longer provides a default value for the description
  (Issue #5603)
- The scheduler now logs jobs held for authentication using the error level so
  it is clear what happened (Issue #5604)
- The `lpadmin` command did not always update the PPD file for changes to the
  `cupsIPPSupplies` and `cupsSNMPSupplies` keywords (Issue #5610)
- The scheduler now uses both the group's membership list as well as the
  various OS-specific membership functions to determine whether a user belongs
  to a named group (Issue #5613)
- Added USB quirks rule for HP LaserJet 1015 (Issue #5617)
- Fixed some PPD parser issues (Issue #5623, Issue #5624)
- The IPP parser no longer allows invalid member attributes in collections
  (Issue #5630)
- The configure script now treats the "wheel" group as a potential system
  group (Issue #5638)
- Fixed a USB printing issue on macOS (rdar://31433931)
- Fixed IPP buffer overflow (rdar://50035411)
- Fixed memory disclosure issue in the scheduler (rdar://51373853)
- Fixed DoS issues in the scheduler (rdar://51373929)
- Fixed an issue with unsupported "sides" values in the IPP backend
  (rdar://51775322)
- The scheduler would restart continuously when idle and printers were not
  shared (rdar://52561199)
- Fixed an issue with `EXPECT !name WITH-VALUE ...` tests.
- Fixed a command ordering issue in the Zebra ZPL driver.
- Fixed a memory leak in `ppdOpen`.

(leot)

2019-11-17 19:22:01 UTC MAIN commitmail json YAML

evolution: Needs itstool

(nia)

2019-11-17 17:57:10 UTC MAIN commitmail json YAML

doc: Added games/iortcw version 1.51c

(nia)

2019-11-17 17:56:48 UTC MAIN commitmail json YAML

Add games/iortcw.

Return to Castle Wolfenstein is a World War II-based first person shooter
with occult themes, developed by Gray Matter Interactive and released in
2001.

iortcw merges features and fixes from the ioquake3 version of the id Tech
3 game engine into the open source release of Return to Castle Wolfenstein.

A copy of the Return to Castle Wolfenstein data files is required to play
iortcw.

(nia)

2019-11-17 17:34:30 UTC MAIN commitmail json YAML

doc: Updated www/cliqz to 1.30.0

(fox)

2019-11-17 17:32:23 UTC MAIN commitmail json YAML

www/cliqz: Updates to 1.30.0

- Bumps versions of dependencies.

Changes (since 1.29.3):

Cliqz Browser release 1.30.0 includes all changes of Firefox's latest version 70
with additional Cliqz improvements and bug fixes.

New Features

    * Browse undisturbed at last: Thanks to the new Cookie Pop-up Blocker,
      websites no longer bother you with cookie consent notices. Once activated,
      consent requests for data collection are automatically denied if
      possible. Otherwise, the cookie pop-up is simply hidden.

Improvements

    * Cliqz got updated to Firefox 70.0.1 with various improvements and fixes.
    * Thanks to code optimizations, the Cliqz Browser now starts up to 20%
      faster (with an existing profile).
    * Cliqz now displays websites opened in Forget Mode in a separate browser
      window. Therefore, normal and private tabs are more strictly
      separated. This makes it easier for you to differentiate between them, and
      further strengthens your privacy. Forget Tabs are no longer supported.
    * The completely redesigned Onboarding makes the initial setup of the Cliqz
      Browser easier by guiding you step-by-step through the most important
      settings.

Fixes

    * Various bugs with themes have been fixed.
    * Instead of Firefox's built-in tracking protection, the Cliqz Browser uses
      our superior anti-tracking technology.
    * Cliqz continues to use the built-in password manager instead of Firefox
      Lockwise to manage login data and passwords.

(fox)

2019-11-17 16:20:26 UTC MAIN commitmail json YAML

doc: Added games/openrct2 version 0.2.4

(nia)

2019-11-17 16:19:57 UTC MAIN commitmail json YAML

Add games/openrct2.

OpenRCT2 is an open source reimplementation of the game engine used by
RollerCoaster Tycoon 2 (RCT2).

The gameplay revolves around building and maintaining an amusement park
containing attractions, shops and facilities. The player must try to make
a profit and maintain a good park reputation whilst keeping the guests happy.

OpenRCT2 allows for both scenario and sandbox play. Scenarios require the
player to complete a certain objective in a set time limit whilst sandbox
allows the player to build a more flexible park with optionally no restrictions
or finance.

OpenRCT2 requires a copy of RollerCoaster Tycoon 2 to play.

(nia)

2019-11-17 14:09:42 UTC MAIN commitmail json YAML

doc: Updated sysutils/bchunk to 1.2.2

(nia)

2019-11-17 13:44:00 UTC MAIN commitmail json YAML

TODO: assign cups-base to myself

(leot)

2019-11-17 13:28:22 UTC MAIN commitmail json YAML

(www/p5-Apache2-AuthCookieDBI) remove patch, sorry

(mef)

2019-11-17 13:27:28 UTC MAIN commitmail json YAML

doc: Updated sysutils/intel-microcode-netbsd to 201901115

(msaitoh)

2019-11-17 13:25:06 UTC MAIN commitmail json YAML

Updated www/p5-Apache2-AuthCookieDBI to 2.18

(mef)

2019-11-17 13:19:52 UTC MAIN commitmail json YAML

(www/p5-Apache2-AuthCookieDBI) Updated to 2.18

(pkgsrc)
- patch is incorporated, dropped. See below.

(upstream)
2.18 - Sat Aug 17 12:35:38 PDT 2019
    - Fix https://github.com/matisse/Apache-AuthCookieDBI/issues/3
      "DBI_CryptType crypt does not appear to work"
      Changes by Ed Sabol https://github.com/esabol

(mef)

2019-11-17 13:19:21 UTC MAIN commitmail json YAML

Update intel-microcode-netbsd to 20191115.

== 20191115 Release ==
-- Updates upon 20191113 release --
Processor            Identifier    Version      Products
Model        Stepping F-MO-S/PI      Old->New
---- new platforms ----------------------------------------

---- updated platforms ------------------------------------
SKL-U/Y      D0      6-4e-3/c0 000000d4->000000d6 Core Gen6 Mobile
SKL-U23e    K1      6-4e-3/c0 000000d4->000000d6 Core Gen6 Mobile
SKL-H/S/E3  N0/R0/S0 6-5e-3/36 000000d4->000000d6 Core Gen6
AML-Y22      H0      6-8e-9/10 000000c6->000000ca Core Gen8 Mobile
KBL-U/Y      H0      6-8e-9/c0 000000c6->000000ca Core Gen7 Mobile
KBL-U23e    J1      6-8e-9/c0 000000c6->000000ca Core Gen7 Mobile
CFL-U43e    D0      6-8e-a/c0 000000c6->000000ca Core Gen8 Mobile
KBL-R U      Y0      6-8e-a/c0 000000c6->000000ca Core Gen8 Mobile
WHL-U        W0      6-8e-b/d0 000000c6->000000ca Core Gen8 Mobile
AML-Y42      V0      6-8e-c/94 000000c6->000000ca Core Gen10 Mobile
WHL-U        V0      6-8e-c/94 000000c6->000000ca Core Gen8 Mobile
CML-U42      V0      6-8e-c/94 000000c6->000000ca Core Gen10 Mobile
KBL-G/H/S/X/E3 B0    6-9e-9/2a 000000c6->000000ca Core Gen7 Desktop, Mobile, Xeon E3 v6
CFL-H/S/E3  U0      6-9e-a/22 000000c6->000000ca Core Gen8 Desktop, Mobile, Xeon E
CFL-S        B0      6-9e-b/02 000000c6->000000ca Core Gen8
CFL-S        P0      6-9e-c/22 000000c6->000000ca Core Gen9 Desktop
CFL-H/S/E3  R0      6-9e-d/22 000000c6->000000ca Core Gen9 Desktop, Mobile, Xeon E
CML-U62      A0      6-a6-0/80 000000c6->000000ca Core Gen10 Mobile

---- removed platforms ------------------------------------

(msaitoh)

2019-11-17 13:07:03 UTC MAIN commitmail json YAML

bchunk: Update to 1.2.2

1.2.2 - Nov 14 2017 - Hessu

Fixes CVE-2017-15953, a heap-based buffer overflow.
Fix provided by Yegor Timoshenko.

Fixes CVE-2017-15955, Access violation near NULL on destination
operand and crash when processing a malformed CUE (.cue) file.
Fix provided by Yegor Timoshenko.

Fix wrong track size calculation when having multiple tracks in
one image. (Closes debian bug: #261274).
Fix provided by Piotr Kaczuba.

Clarify manual page for input/output file types
Improvement from Reuben Thomas, debian bug: #503151

(nia)

2019-11-17 12:40:43 UTC MAIN commitmail json YAML

Updated sysutils/p5-Server-Starter to 0.35
Updated sysutils/psftools to 1.0.13
Updated sysutils/rdfind to 1.4.1

(mef)

2019-11-17 12:38:52 UTC MAIN commitmail json YAML

(sysutils/rdfind) Updated 1.3.4 to 1.4.1

2018-11-12 Paul Dreik <rdfind@pauldreik.se>
        * release of 1.4.1
        * fixes build failure on 32 bit platforms
        * tests: fix bad test logic in hardlink fail test
2018-11-09 Paul Dreik <rdfind@pauldreik.se>
        * release of 1.4.0
        * improve error message when failing to make symlink.
          See Github bug #5.
2018-10-28 Paul Dreik <rdfind@pauldreik.se>
        * release of 1.4.0-alpha0
        * cleanup of source to remove compiler warnings
          and switch to c++11
        * failure of making hard links will not delete the deduplicated
          file, if pssible. See Github bug #5.
        * failure of making symlinks will not delete the deduplicated
          file, if possible. See Github bug #5.
        * added option -minsize to optionally ignore files under a
          certain size. See Github bug #1
        * add sha256 support - see Debian Bug 815120 and Github #7
          the default checksum is now sha1 instead of md5
        * better error messages when -dryrun is misused. See Github #8
          and Debian Bug 754663
        * performance: pruning empty files earlier and other improvements.
          "rdfind -checksum sha1 /usr /usr" goes from 5.9 to 4.86 seconds on the
          author's machine, with hot filesystem cache.
        * increase size of integer types to be able to handle more than INTMAX
          files.
        * add deterministic mode, enabled by default. See Github issue #13 and
          Debian Bug 795790. When enabled, makes the program insensitive to the
          order of files when listing directories.
2017-01-04 Paul Dreik <rdfind@pauldreik.se>
        * release 1.3.5
        * source cleanup like removing obsolete comments, formatting.
        * fix man page typo on dryrun
        * console output showing how much space that can be saved
          is now properly capitalized. as you may have noted, I do not
          really like uppercase...
        * make check now works again (for some reason, it broke. maybe
          due to autotools updates)
2014-08-23 Paul Dreik <rdfind@pauldreik.se>
        * fix bug in using sha1 even if md5 is selected

(mef)

2019-11-17 12:35:41 UTC MAIN commitmail json YAML

(sysutils/psftools) Updated 1.0.7 to 1.0.13

(pkgsrc change)
- Add LICENSE = gnu-gpl-v2

(upstream changes)
2019-07-05 John Elliott

        * psftools-1.0.13 released.

2019-05-17 John Elliott

        * zx2psf: Added 'move1' mode to zx2psf - like 'bare' but remaps the
                pound and copyright to their ISO-8859-1 positions. [Damien
                Guard]

2019-03-19 John Elliott

        * psftools-1.0.12 released.

        * fnt2psf: Changed the Windows 1.x font extract to seek to the
        character bitmap rather than assuming it directly follows the
        widths table.

2017-03-17 John Elliott

        * cpi2psf: Was unable to parse LCD.CPI from Toshiba MS-DOS 3.30,
                which is slightly out of spec.
        * Updated GEM codepage now that there's a Unicode dingbat for 'bell'.
        (U+1F514).

2012-01-81 John Elliott

        * loadpsf: Support for Wang PC colour and mono video cards. Does
                  not support 'CGDC' or 'IBM emulation' card types.

2010-11-14 John Elliott

        * Updated build scripts to a more recent autoconf / automake.

2009-05-03 John Elliott

        * loadpsf: Added support for Compaq Portable plasma displays.

2008-06-21 John Elliott

        * psftools-1.0.8 released.
        * psfs2mda: Created new utility to build an MDA character ROM image.
        * mda2psf: Added a --compaq option to match the --compaq option in
          psfs2mda(1).

(mef)

2019-11-17 12:29:45 UTC MAIN commitmail json YAML

(sysutils/p5-Server-Starter) Updated to 0.35

0.35 2019-09-21T13:50:02Z
  - add support for UDP #52

(mef)

2019-11-17 12:11:01 UTC MAIN commitmail json YAML

doc: Updated sysutils/fzf to 0.18.0

(mef)

2019-11-17 12:10:38 UTC MAIN commitmail json YAML

(sysutils/fzf) Updated from 0.17.3 to 0.18.0 (one items fails at make test)

0.18.0
------

- Added placeholder expression for zero-based item index: `{n}` and `{+n}`
    - `fzf --preview 'echo {n}: {}'`
- Added color option for the gutter: `--color gutter:-1`
- Added `--no-unicode` option for drawing borders in non-Unicode, ASCII
  characters
- `FZF_PREVIEW_LINES` and `FZF_PREVIEW_COLUMNS` are exported to preview process
    - fzf still overrides `LINES` and `COLUMNS` as before, but they may be
      reset by the default shell.
- Bug fixes and improvements
    - See https://github.com/junegunn/fzf/milestone/14?closed=1
- Built with Go 1.12.1

0.17.5
------

- Bug fixes and improvements
    - See https://github.com/junegunn/fzf/milestone/13?closed=1
- Search query longer than the screen width is allowed (up to 300 chars)
- Built with Go 1.11.1

0.17.4
------

- Added `--layout` option with a new layout called `reverse-list`.
    - `--layout=reverse` is a synonym for `--reverse`
    - `--layout=default` is a synonym for `--no-reverse`
- Preview window will be updated even when there is no match for the query
  if any of the placeholder expressions (e.g. `{q}`, `{+}`) evaluates to
  a non-empty string.
- More keys for binding: `shift-{up,down}`, `alt-{up,down,left,right}`
- fzf can now start even when `/dev/tty` is not available by making an
  educated guess.
- Updated the default command for Windows.
- Fixes and improvements on bash/zsh completion
- install and uninstall scripts now supports generating files under
  `XDG_CONFIG_HOME` on `--xdg` flag.

See https://github.com/junegunn/fzf/milestone/12?closed=1 for the full list of
changes.

(mef)

2019-11-17 12:01:02 UTC MAIN commitmail json YAML

xplanet: remove parts in description not required.

(ng0)

2019-11-17 11:58:27 UTC MAIN commitmail json YAML

doc: Updated sysutils/etckeeper to 1.18.10

(mef)

2019-11-17 11:57:16 UTC MAIN commitmail json YAML

(sysutils/etckeeper) Updated from 1.18.8 to 1.18.10

(from debian/changelog)
etckeeper (1.18.10) unstable; urgency=medium

  * Avoid post-install failing when ps is from busybox or another
    version not supporting procps-specific options.
  * Use ps --no-headers rather than problimatic -h option.

-- Joey Hess <id@joeyh.name>  Sun, 23 Dec 2018 13:05:44 -0400

etckeeper (1.18.9) unstable; urgency=medium

  * When run during a package installation, include in the commit
    message the command line that caused etckeeper to run.
    Thanks, Laszlo Gombos

-- Joey Hess <id@joeyh.name>  Wed, 12 Dec 2018 01:01:05 -0400

(mef)

2019-11-17 11:50:38 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 68.2.1nb1

(ryoon)

2019-11-17 11:50:01 UTC MAIN commitmail json YAML

2019-11-17 11:26:33 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.9.4, fluidsynth-2.0.9, gmime3-3.2.5, py-asn1-0.4.8,
  py-asn1-modules-0.2.8, py-gstreamer1-1.16.1, qemu-4.1.1.

(wiz)

2019-11-17 11:11:21 UTC MAIN commitmail json YAML

rspamd: guess correction for weird BUILDLINK_FNAME_TRANSFORM

(wiz)

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

kde application updates

(markd)

2019-11-17 09:11:21 UTC MAIN commitmail json YAML

2019-11-17 08:59:53 UTC MAIN commitmail json YAML

2019-11-17 08:53:25 UTC MAIN commitmail json YAML

2019-11-17 08:48:32 UTC MAIN commitmail json YAML

2019-11-17 08:40:01 UTC pkgsrc-2019Q3 commitmail json YAML

2019-11-17 08:30:22 UTC pkgsrc-2019Q3 commitmail json YAML

Pullup ticket #6083 - requested by leot
lang/go112: security update
lang/go: update available version

Revisions pulled up:
- lang/go/version.mk                                            1.70
- lang/go112/PLIST                                              1.8
- lang/go112/distinfo                                          1.8

Revision bump for:
- archivers/go-xz/Makefile
- chat/coyim/Makefile
- chat/matterircd/Makefile
- databases/go-etcd/Makefile
- databases/go-ldap/Makefile
- databases/influxdb/Makefile
- databases/postgres_exporter/Makefile
- databases/prometheus/Makefile
- devel/git-lfs/Makefile
- devel/go-afero/Makefile
- devel/go-amber/Makefile
- devel/go-appengine/Makefile
- devel/go-assert/Makefile
- devel/go-blackfriday/Makefile
- devel/go-buffruneio/Makefile
- devel/go-cast/Makefile
- devel/go-check/Makefile
- devel/go-cli/Makefile
- devel/go-cobra/Makefile
- devel/go-colorable/Makefile
- devel/go-colortext/Makefile
- devel/go-colour/Makefile
- devel/go-consul-api/Makefile
- devel/go-debounce/Makefile
- devel/go-ed25519/Makefile
- devel/go-emoji/Makefile
- devel/go-errors/Makefile
- devel/go-flags-svent/Makefile
- devel/go-fnmatch/Makefile
- devel/go-fs/Makefile
- devel/go-fsnotify/Makefile
- devel/go-fsync/Makefile
- devel/go-gitmap/Makefile
- devel/go-glog/Makefile
- devel/go-gls/Makefile
- devel/go-gocode/Makefile
- devel/go-godef/Makefile
- devel/go-godirwalk/Makefile
- devel/go-godotenv/Makefile
- devel/go-golang-lru/Makefile
- devel/go-goorgeous/Makefile
- devel/go-gopkgs/Makefile
- devel/go-goptlib/Makefile
- devel/go-goreturns/Makefile
- devel/go-gox/Makefile
- devel/go-hashstructure/Makefile
- devel/go-homedir/Makefile
- devel/go-humanize/Makefile
- devel/go-i18n/Makefile
- devel/go-immutable-radix/Makefile
- devel/go-ini/Makefile
- devel/go-iochan/Makefile
- devel/go-isatty/Makefile
- devel/go-jwalterweatherman/Makefile
- devel/go-kingpin.v3-unstable/Makefile
- devel/go-locker/Makefile
- devel/go-logrus/Makefile
- devel/go-mapstructure/Makefile
- devel/go-mapstructure-bep/Makefile
- devel/go-mow-cli/Makefile
- devel/go-nbreader/Makefile
- devel/go-nitro/Makefile
- devel/go-osext/Makefile
- devel/go-pflag/Makefile
- devel/go-properties/Makefile
- devel/go-protobuf/Makefile
- devel/go-purell/Makefile
- devel/go-ratelimit/Makefile
- devel/go-repr/Makefile
- devel/go-review/Makefile
- devel/go-sanitized_anchor_name/Makefile
- devel/go-shellwords/Makefile
- devel/go-shuffle/Makefile
- devel/go-siphash/Makefile
- devel/go-sync/Makefile
- devel/go-sys/Makefile
- devel/go-termbox/Makefile
- devel/go-testify/Makefile
- devel/go-thrift/Makefile
- devel/go-tools/Makefile
- devel/go-try/Makefile
- devel/go-viper/Makefile
- devel/go-yaml/Makefile
- devel/golint/Makefile
- devel/google-api-go-client/Makefile
- graphics/go-image/Makefile
- graphics/go-imaging/Makefile
- graphics/go-resize/Makefile
- graphics/go-smartcrop/Makefile
- lang/go-hcl/Makefile
- mail/postforward/Makefile
- math/go-stats/Makefile
- math/go-units/Makefile
- misc/go-genproto/Makefile
- misc/go-genproto-googleapis-rpc/Makefile
- net/aws-sdk-go/Makefile
- net/dnscrypt-proxy2/Makefile
- net/gcloud-golang-metadata/Makefile
- net/go-dns/Makefile
- net/go-dnstap/Makefile
- net/go-framestream/Makefile
- net/go-grpc/Makefile
- net/go-net/Makefile
- net/go-ovh/Makefile
- net/go-websocket/Makefile
- net/hub/Makefile
- net/obfs4proxy/Makefile
- net/syncthing/Makefile
- pkgtools/pkglint/Makefile
- security/2fa/Makefile
- security/go-asn1-ber/Makefile
- security/go-crypt/Makefile
- security/go-crypto/Makefile
- security/go-mkcert/Makefile
- security/go-oauth2/Makefile
- security/go-sftp/Makefile
- security/vault/Makefile
- sysutils/beats/Makefile
- sysutils/consul/Makefile
- sysutils/fzf/Makefile
- sysutils/goreman/Makefile
- sysutils/lf/Makefile
- sysutils/node_exporter/Makefile
- sysutils/vultr/Makefile
- textproc/go-chroma/Makefile
- textproc/go-diff/Makefile
- textproc/go-glob/Makefile
- textproc/go-inflect/Makefile
- textproc/go-md2man/Makefile
- textproc/go-mmark/Makefile
- textproc/go-prose/Makefile
- textproc/go-regexp2/Makefile
- textproc/go-runewidth/Makefile
- textproc/go-sentences/Makefile
- textproc/go-tablewriter/Makefile
- textproc/go-text/Makefile
- textproc/sift/Makefile
- www/caddy/Makefile
- www/gitea/Makefile
- www/go-ace/Makefile
- www/go-cssmin/Makefile
- www/go-gogs-client/Makefile
- www/go-gohtml/Makefile
- www/go-libsass/Makefile
- www/go-minify/Makefile
- www/go-parse/Makefile
- www/go-spritewell/Makefile
- www/go-tocss/Makefile
- www/go-toml-burntsushi/Makefile
- www/go-toml-pelletier/Makefile
- www/go-urlesc/Makefile
- www/go-webhooks/Makefile
- www/grafana/Makefile
- www/hugo/Makefile
- www/pup/Makefile

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  bsiegert
  Date:          Fri Oct 18 14:48:29 UTC 2019

  Modified Files:
          pkgsrc/lang/go: version.mk
          pkgsrc/lang/go112: PLIST distinfo

  Log Message:
  Update go112 to 1.12.12.

  qo1.12.11 (released 2019/10/17) includes security fixes to the crypto/dsa
  package. See the Go 1.12.11 milestone on our issue tracker for details.

  go1.12.12 (released 2019/10/17) includes fixes to the go command, runtime,
  syscall and net packages. See the Go 1.12.12 milestone on our issue tracker
  for details.

  To generate a diff of this commit:
  cvs rdiff -u -r1.69 -r1.70 pkgsrc/lang/go/version.mk
  cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/go112/PLIST pkgsrc/lang/go112/distinfo

(spz)

2019-11-17 06:38:54 UTC MAIN commitmail json YAML

kde4: allow qt5/kf5 versions of some packages

(markd)

2019-11-17 06:23:28 UTC MAIN commitmail json YAML

time: add kcalutils

(markd)

2019-11-17 06:22:26 UTC MAIN commitmail json YAML

kcalutils: add version 19.08.3

This library provides a set of utility functions that help applications
access and use calendar data via the KCalendarCore library.

(markd)

2019-11-17 06:17:46 UTC MAIN commitmail json YAML

misc: add kidentitymanagement

(markd)

2019-11-17 06:16:24 UTC MAIN commitmail json YAML

2019-11-17 06:03:09 UTC MAIN commitmail json YAML

textproc: add kpimtextedit

(markd)

2019-11-17 06:01:46 UTC MAIN commitmail json YAML

kpimtextedit: add version 19.08.3

MTextedit provides a textedit with PIM-specific features.

KPIMTextedit is a library that provides an enchanced text edit class,
see TextEdit.  This text is highlighted with a EMailQuoteHighlighter.

(markd)

2019-11-17 05:54:13 UTC MAIN commitmail json YAML

misc: add kdav

(markd)

2019-11-17 05:52:26 UTC MAIN commitmail json YAML

kdav: add version 19.08.3

This is an DAV protocol implemention with KJobs.

Calendars and todos are supported, using either GroupDAV
or CalDAV, and contacts are supported using GroupDAV or
CardDAV.

(markd)

2019-11-17 05:48:43 UTC MAIN commitmail json YAML

databases: add kldap

(markd)

2019-11-17 05:47:49 UTC MAIN commitmail json YAML

2019-11-17 05:42:30 UTC MAIN commitmail json YAML

mail: add kimap kmbox kmime ksmtp

(markd)

2019-11-17 05:40:26 UTC MAIN commitmail json YAML

2019-11-17 05:40:20 UTC pkgsrc-2019Q3 commitmail json YAML

Pullup ticket #6080 - requested by bouyer
geography/opencpn: build fix

Revisions pulled up:
- geography/opencpn/Makefile                                    1.37

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Sun Oct 27 17:44:33 UTC 2019

  Modified Files:
  pkgsrc/geography/opencpn: Makefile

  Log Message:
  Hack to make it build with new pango (pango-coverage.h does
  #include <hb.h>)

  To generate a diff of this commit:
  cvs rdiff -u -r1.36 -r1.37 pkgsrc/geography/opencpn/Makefile

(spz)

2019-11-17 05:38:04 UTC MAIN commitmail json YAML

kmbox: add version 19.08.3

KMBox provides API to access emails in storages in the MBox format

(markd)

2019-11-17 05:34:51 UTC MAIN commitmail json YAML

2019-11-17 05:32:25 UTC MAIN commitmail json YAML

kmime: add version 19.08.3

Library for handling mail messages and newsgroup articles

(markd)