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 (48m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 16:48:16 UTC Now

2019-04-23 09:52:00 UTC MAIN commitmail json YAML

doc: Updated x11/libdrm to 2.4.98

(wiz)

2019-04-23 09:51:48 UTC MAIN commitmail json YAML

libdrm: update to 2.4.98.

This release adds marketing names for AMDGPU devices, a fallback path in
drmDevice for devices lacking OF data and drmIsMaster API, amongst other
changes.

(wiz)

2019-04-23 09:51:33 UTC MAIN commitmail json YAML

py-urllib3: updated to 1.25

1.25:
* Require and validate certificates by default when using HTTPS.
* Upgraded urllib3.utils.parse_url() to be RFC 3986 compliant.
* Added support for key_password for HTTPSConnectionPool to use
  encrypted key_file without creating your own SSLContext object.
* Add TLSv1.3 support to CPython, pyOpenSSL, and SecureTransport SSLContext
  implementations.
* Switched the default multipart header encoder from RFC 2231 to HTML 5 working draft.
* Fixed issue where OpenSSL would block if an encrypted client private key was
  given and no password was given. Instead an SSLError is raised.
* Added support for Brotli content encoding. It is enabled automatically if
  brotlipy package is installed which can be requested with
  urllib3[brotli] extra.
* Drop ciphers using DSS key exchange from default TLS cipher suites.
  Improve default ciphers when using SecureTransport.
* Implemented a more efficient HTTPResponse.__iter__() method.

(adam)

2019-04-23 09:39:13 UTC MAIN commitmail json YAML

py-setuptools: updated to 41.0.1

v41.0.1
* Fixed issue with the PEP 517 backend that prevented building a wheel when the dist/ directory contained existing .whl files.
* In test.paths_on_python_path, avoid adding unnecessary duplicates to the PYTHONPATH.
* In package_index, now honor "current directory" during a checkout of git and hg repositories under Windows

(adam)

2019-04-23 09:29:37 UTC MAIN commitmail json YAML

Updated lang/perl5, devel/cmake

(adam)

2019-04-23 09:29:08 UTC MAIN commitmail json YAML

cmake: updated to 3.14.3

Changes in 3.14.3 since 3.14.2:
* FindOpenGL: look for GLVND libraries with a libglvnd suffix
* FindBoost: Add support for MSVC toolset version 14.2
* IRSL: Update redist directory for VS 2019 update 1
* VS: Provide the default platform name to project code
* FindQt3: Restore missing lib and bin path suffixes
* FindBoost: Fix detection with version suffixes on Gentoo

(adam)

2019-04-23 09:28:21 UTC MAIN commitmail json YAML

perl5: patch-aa should be gone

(adam)

2019-04-23 09:27:46 UTC MAIN commitmail json YAML

perl5: updated to 5.28.2

NAME
      perldelta - what is new for perl v5.28.2

DESCRIPTION
      This document describes differences between the 5.28.1 release and the 5.28.2 release.

      If you are upgrading from an earlier release such as 5.28.0, first read perl5281delta, which describes
      differences between 5.28.0 and 5.28.1.

Incompatible Changes
  Any set of digits in the Common script are legal in a script run of another script
      There are several sets of digits in the Common script.  "[0-9]" is the most familiar.  But there are also
      "[\x{FF10}-\x{FF19}]" (FULLWIDTH DIGIT ZERO - FULLWIDTH DIGIT NINE), and several sets for use in
      mathematical notation, such as the MATHEMATICAL DOUBLE-STRUCK DIGITs.  Any of these sets should be able to
      appear in script runs of, say, Greek.  But the previous design overlooked all but the ASCII digits "[0-9]",
      so the design was flawed.  This has been fixed, so is both a bug fix and an incompatibility.

      All digits in a run still have to come from the same set of ten digits.

Modules and Pragmata
  Updated Modules and Pragmata
      o  Module::CoreList has been upgraded from version 5.20181129_28 to 5.20190419.

      o  PerlIO::scalar has been upgraded from version 0.29 to 0.30.

      o  Storable has been upgraded from version 3.08 to 3.08_01.

Platform Support
  Platform-Specific Notes
      Windows
          The Windows Server 2003 SP1 Platform SDK build, with its early x64 compiler and tools, was accidentally
          broken in Perl 5.27.9.  This has now been fixed.

      Mac OS X
          Perl's build and testing process on Mac OS X for "-Duseshrplib" builds is now compatible with Mac OS X
          System Integrity Protection (SIP).

          SIP prevents binaries in /bin (and a few other places) being passed the "DYLD_LIBRARY_PATH" environment
          variable.  For our purposes this prevents "DYLD_LIBRARY_PATH" from being passed to the shell, which
          prevents that variable being passed to the testing or build process, so running "perl" couldn't find
          libperl.dylib.

          To work around that, the initial build of the perl executable expects to find libperl.dylib in the build
          directory, and the library path is then adjusted during installation to point to the installed library.

Selected Bug Fixes
      o  If an in-place edit is still in progress during global destruction and the process exit code (as stored
          in $?) is zero, perl will now treat the in-place edit as successful, replacing the input file with any
          output produced.

          This allows code like:

            perl -i -ne 'print "Foo"; last'

          to replace the input file, while code like:

            perl -i -ne 'print "Foo"; die'

          will not.

      o  A regression in Perl 5.28 caused the following code to fail

            close(STDIN); open(CHILD, "|wc -l")'

          because the child's stdin would be closed on exec.  This has now been fixed.

      o  "pack "u", "invalid uuencoding"" now properly NUL terminates the zero-length SV produced.

      o  Failing to compile a format now aborts compilation.  Like other errors in sub-parses this could leave
          the parser in a strange state, possibly crashing perl if compilation continued.

      o  See "Any set of digits in the Common script are legal in a script run of another script".

(adam)

2019-04-23 07:42:53 UTC MAIN commitmail json YAML

samba4: update Linux-specific PLIST entries

from mmoll in https://github.com/NetBSD/pkgsrc/pull/46
I am not adding the SunOS part because the files are in the non-OS specific
PLIST, now (the SunOS entries seem to be duplicated)

(maya)

2019-04-23 06:04:54 UTC MAIN commitmail json YAML

doc: Updated www/gitea to 1.8.0

(nia)

2019-04-23 06:04:41 UTC MAIN commitmail json YAML

gitea: Update to 1.8.0

Changes from 1.7.5:

    SECURITY
        Prevent remote code execution vulnerability with mirror repo URL settings (#6593) (#6594)
        Resolve 2FA bypass on API (#6676) (#6674)
        Prevent the creation of empty sessions for non-logged in users (#6690) (#6677)
    BREAKING
        Add "ghost" and "notifications" to list of reserved user names. (#6208)
        Change sqlite DB path default to data directory (#6198)
        Adds MustChangePassword to user create/edit API (#6193)
        Disable redirect for i18n (#5910)
        Releases API paging (#5831)
        Allow Macaron to be set to log through to gitea.log (#5667)
        Don't close issues via commits on non-default branch (#5622)
    FEATURE
        Add regenerate secret feature for oauth2 (#6291)
        Expose issue stopwatch toggling via API (#5970)
        Add other session providers (#5963)
        Pull request conflict files detection (#5951)
        Integrate OAuth2 Provider (#5378)
        Implement "conversation lock" for issue comments (#5073)
        Feature: Archive repos (#5009)
        Discord Oauth2 support (#4476)
        Allow to set organization visibility (public, internal, private) (#1763)
        Added URL mapping for Release attachments like on github.com (#1707)
    ENHANCEMENT
        Add support for client basic auth for exchanging access tokens (#6293)
        Add ability to sort issues by due date (#6206) (#6244)
        Style tweaks to issue selection (#6196)
        Increase Username and Orgname MaxSize 35 -> 40 (#6178)
        Coverage profile with multiple packages (#6167)
        Split setting.go to multiple files (#6154)
        Allow labels to contain emoji (#6063)
        Disable git fsck for mirrored repos by default (#6018)
        Add default time out for git operations (#6015)
        Split setting.go as multiple files (#6014)
        Make dashboard navbar and footer full-width (#6013)
        Add lang specific font stacks for CJK (#6007)
        Fix header menu misalignment (#6002)
        Enhance closed PR and Issue status in the list (#6000)
        Make navbar full width (#5998)
        Add option to close issues via commit on a non master branch (#5992)
        Support n as a line highlight prefix (#5987)
        Search for org repos (#3031) (#5986)
        Minor UI tweaks (#5980)
        Use native golang SSH library but ssh-keygen when enable built-in SSH server to remove dependent on that command lines (#5976)
        Dashboard tweaks (#5974)
        Fixes for repo topic editor (#5971)
        Display the branch name in the commit view (#5950)
        handle milestone events for issues and PR (#5947)
        Add label names as filter in issue search api (#5946)
        Repo header tweaks (#5945)
        Better support for long repo names (#5932)
        Fix wrapping long code lines (#5927)
        Change GPG Validation colors and remove inline CSS (#5404) (#5896)
        Fix "pulls.blocked_by_approvals" text (#5879)
        Rename reject to 'request changes' (#5858)
        Move input fields to add members to a team and repos to a team (#5853)
        Config option to disable automatic repo watching (#5852)
        New Issue ?body= query (#5851)
        Add API to list tags (#5850)
        Pagination for git tree API (#5838)
        Add InternalTokenURI to load InternalToken from an external file (#5812)
        Allow markdown files to read from the LFS (#5787)
        Add the ability to use multiple labels as filters (#5786)
        Adjust log settings when a user is not found. (#5771)
        Log IP of failed ssh connection (#5766)
        Moved defaults in defaults.go to setting.go (#5764)
        Make DB connect more robust (#5738)
        Add Default Pull Request Title (#5735)
        Refactor repo.isBare to repo.isEmpty #5629 (#5714)
        Add flag to skip repository dumping (#5695)
        Prioritize "readme.md" (#5691)
        Improve "Fork button" for guests by showing a pop up asking them to log in before forking (#5690)
        Allow for user specific themes (#5668)
        Display branch name in delete branch confirmation modal. (#5654)
        New API routes added (#5594)
        Refactor notification for indexer (#5111)
        Refactor mail notification (#5110)
        Show email if the authenticated user owns the profile page being requested for (#4981)
        Optimize pulls merging (#4921)
        Sort Repositories widget by most recently updated (#3963) (#4599)
        Allow markdown table to scroll (#4401)
        Automatically clear stopwatch on merging a PR (#4327)
        Add the Owner Name to differentiate when merging (#3807)
        Add title attributes to all items in the repo list viewer (#6258) (#6650)
    BUGFIXES
        Fix dropdown icon padding (#6651) (#6654)
        Fix wrong GPG expire date (#6643) (#6644)
        Fix forking an empty repository (#6637) (#6653)
        Remove call to EscapePound .Link as it is already escaped (#6656) (#6666)
        Properly escape on the redirect from the web editor (#6657) (#6667)
        Allow resend of confirmation email when logged in (#6482) (#6486)
        Fix mail notification when close/reopen issue (#6581) (#6588)
        Change API commit summary to full message (#6591) (#6592)
        Add option to disable refresh token invalidation (#6584) (#6587)
        Fix bug user search API pagesize didn't obey ExplorePagingNum (#6579) (#6586)
        Fix new repo alignment (#6583) (#6585)
        Prevent server 500 on compare branches with no common history (#6555) (#6558)
        Properly escape release attachment URL (#6512) (#6523)
        Hacky fix for alignment of the create-organization dialog (#6455) (#6462)
        Disable benchmarking during tag events on DroneIO (#6365) (#6366)
        Make sure units of a team are returned (#6379) (#6381)
        Don't Unescape redirect_to cookie value (#6399) (#6401)
        Fix dump table name error and add some test for dump database (#6394) (#6402)
        Fix migration v82 to ignore unsynced tags between database and git data; Add missing is_archived column on repository table (#6387) (#6403)
        Display correct error for invalid mirror interval (#6414) (#6429)
        Clean up ref name rules (#6437) (#6439)
        Fix Hook & HookList in Swagger (#6432) (#6440)
        Change order that PostProcess Processors are run (#6445) (#6447)
        Clean up various use of escape/unescape functions for URL generation (#6334)
        Return 409 when creating repo if it already exists. (#6330)
        Add same changes from issues page to milestone->issues page (#6328)
        Fix ParsePatch function to work with quoted diff --git strings (#6323)
        Fix reported issue in repo description (#6306)
        Use url.PathEscape to escape the branchname (#6304)
        Add robots.txt as reserved username (#6272)
        Replace linkRegex with xurls library (#6261)
        Remove visitLinksForShortLinks features (#6257)
        Add unit types to repo action URL to correctly show 404 when archived (#6247)
        Check organization visibility before everything else (#6234) (#6235)
        Prevent double-close of issues (#6233)
        Override xorm type mapping for U2F counter (#6232)
        Add isAdmin to user API response (#6231)
        Update git vendor to fix wrong release commit id and add migrations (#6224)
        Fix fork button (#6223)
        Fix renames over redirects (#6216)
        Fix display dashboard even if require to change password (#6214)
        Create a repo redirect when transferring ownership (#6210) (#6211)
        Fix issue update race condition (#6194)
        Fix bug when migrate repository 500 when repo is existed (#6188)
        Fix scrollbar always present on page body (#6177)
        Fix bug when set indexer as db and add tests (#6173)
        Modify linkRegex to require http|https (#6171)
        Fix bug user could change private repository to public when force private enabled. (#6156)
        Fix admin list user/org API (#6143)
        Make repo creation for API similar to UI (#6142)
        Make document body a flexbox (#6139)
        Refactor issue indexer, add some testing and fix a bug (#6131)
        Load Issue attributes for API call (#6122)
        Fix bug when update owner team then visit team's repo return 404 (#6119)
        Fix heatmap and repository menu display in Internet Explorer 9+ (#6117)
        Show private organization for admin, fix #6111 (#6112)
        Fix prohibit login check on authorization (#6106)
        Move to ldap.v3 to fix #5928 (#6105)
        Remove use MakeAssigneeList in webhooks to fix deadlock (#6102)
        Allow display of LFS stored Readme.md on directory page (#6073) (#6099)
        Make sure labels are actually returned (#6053)
        Fix panic: template: repo/issue/list:210: unexpected "=" in operand (#6041)
        After deleting a repo on admin panel, UI should remember the last sort type (#6033)
        Default create repository on organisation on its dashboard (#6026)
        Swagger: Remove spaces in MergePullRequestOption enum (#6016)
        Fix metrics auth token detection (#6006)
        Fix repo header issues (#5995)
        Fix bug when deleting a linked account will removed all (#5989)
        Make organization dropdown scrollable when using mouse wheel (#5988)
        Fix empty ssh key importing in ldap (#5984)
        Admin config page mailertype setting option update (#5973)
        Fix redirect loop during forced password change (#5965)
        Show user who created the repository instead of the organisation in action feed (#5948)
        Remove all CommitStatus when a repo is deleted (#5940)
        Fix ssh deploy and user key constraints (#1357) (#5939)
        Fix log output (#5938)
        Set PusherName and PusherID to owner on deploy key to fix pushing with deploy keys (#5935)
        Fix compare button (#5929)
        Fix bug when read public repo lfs file (#5912)
        Only allow local login if password is non-empty (#5906)
        Recover panic in orgmode.Render if bad orgfile (#4982) (#5903)
        Provide better panic handling (#5902)
        Respect value of REQUIRE_SIGNIN_VIEW (#5901)
        Show a 404 not a 500 if a repo does not exist (#5900)
        Ensure repo is loaded in mailer (Completely fix #5891) (#5895)
        Ensure issue.Poster is loaded in mailIssueCommentToParticipants (#5891)
        Correct footer height if screen-width is to small (fixes #5878) (#5889)
        In gitea serv switch off console logger to fix #5866 (#5887)
        Don't allow pull requests to be created on an archived repository (#5883)
        Support reviews on a deleted file path (#5880)
        Fix compare button on upstream repo leading to 404 (#5877)
        Fix null pointer on not logged in attempt to Sudo (#5872)
        Fix new release creation API to allow empty target (#5870)
        Fix an error while adding a dependency via UI. (#5862)
        Fix failing migration v67 (#5849)
        Fix delete correct temp directory (#5839)
        Make sure .git/info is created before generating .git/info/sparse-che… (#5825)
        Fix topics saving internal error and disable for archived repos (#5821)
        Fix TLS errors when using acme/autocert for local connections (#5820)
        When creating new repository fsck option should be enabled (#5817)
        Request for public keys only if LDAP attribute is set (#5816)
        Fix serving of raw wiki files other than .md (#5814)
        Fix migration 78 error mssql (#5791)
        Disallow empty titles (#5785)
        Fix the v78 migration script (#5776)
        Ensure valid git author names passed in signatures (#5774)
        Fix wrong assumption where a user is always said to have unassigned (her)himself (#5769)
        Upgrade go-sql-driver/mysql to fix invalid connection error (#5748)
        Fixing PostgreSQL dump creation (#5747)
        Add proper CORS preflight origin validation (#5740)
        Disable auto-migrate in docker container (#5730)
        In basic auth check for tokens before call UserSignIn (#5725)
        Pooled and buffered gzip implementation (#5722)
        Ensure that sessions are passed into queries that could use the database to prevent deadlocks (#5718)
        Keep file permissions during database migration (#5707)
        Use correct value for "MSpan Structures Obtained" #4742 (#5706)
        Refactor editor upload, update and delete to use git plumbing and add LFS support (#5702)
        Update xorm to fix issue #5659 and #5651 (#5680)
        Fix public will not be reused as public key after deleting as deploy key (#5671)
        When redirecting, clean the path (#5669)
        Don't list an issue on its own dependency list UI. (#5658)
        Fix commit page showing status for current default branch (#5649) (#5650)
        Only count users own actions for heatmap contributions (#5647)
        Fix sqlite deadlock when assigning to a PR (#5640)
        Refactor issue indexer (#5363)
    TESTING
        Run benchmark at tag to track performances (#6035)
        Add test environment for MySQL8 (#5234)
    BUILD
        Use go 1.12 for tests and deprecate go 1.9 (#6186)
        Makefile changes for Windows and easier development (#6103)
        Update bleve dependency to latest master revision (#6100)
        Switch to more recent build of xgo (#6070)
        Add autoprefixer to css build (#6029)
        Update the version of less (#6010)
        Make log mailer for testing (#5893)
    DOCS
        Add more tests and docs for issue indexer, add db indexer type for searching from database (#6144)
        update default value of --must-change-password cli flag (#6032)
        Update and expand information about building Gitea (#6019)
        Update U2F Section of app.ini.sample (#5994)
        Update swagger for release API pagination (#5841)
        Added docs for the tree api (#5834)
    MISC
        Add single commit API support (#5843)
        Add missing GET teams endpoints (#5382)
        Migrate database if app.ini found (#5290)

Changes from 1.7.4:

    SECURITY
        Prevent remote code execution vulnerability with mirror repo URL settings (#6593) (#6595)
    BUGFIXES
        Allow resend of confirmation email when logged in (#6482) (#6487)

(nia)

2019-04-21 21:41:33 UTC MAIN commitmail json YAML

doc/TODO: docbook2mdoc-1.0.0 update is present in wip (add [wip] comment)

(leot)

2019-04-21 21:33:38 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.8.41, cbindgen-0.8.3, docbook2mdoc-1.0.0,
  ffmpeg3-3.4.6, gstreamer1-1.16.0, libdrm-2.4.98, lz4-1.9.0,
  orc-0.4.29, pcre2-10.33, perl5-5.28.2, py-cairo-1.18.1,
  py-pygit2-0.28.1, spice-protocol-0.14.0.

(wiz)

2019-04-21 16:25:38 UTC MAIN commitmail json YAML

Import security fixes for libosip2

This adds patches for the following CVE entries:
- CVE-2016-10324
- CVE-2016-10325
- CVE-2016-10326
- CVE-2017-7853

All patches were obtained from Debian and verified to match upstream.

While there, rename and comment the previous patch.

Bumps PKGREVISION.

XXX pull-up

(khorben)

2019-04-21 16:03:21 UTC MAIN commitmail json YAML

libreoffice: harfbuzz-2.4.0.tar.bz2 checksum is wrong for some reason

use "canonical" checksum from fonts/harfbuzz

(tnn)

2019-04-20 17:43:55 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 5.7.5

(rillig)

2019-04-20 17:43:25 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 5.7.5

Changes since 5.7.4:

* Warn about invalid variable uses in directives like
  .if and .for

* Do not warn when a package-settable variable is assigned using the ?=
  operator before including bsd.prefs.mk. This warning only makes sense
  for user-settable and system-provided variables.

* The parser for variable uses like ${VAR:@v@${v:Q}} is more robust now,
  which reduces the number of parse errors and leads to more appropriate
  diagnostics, in cases like ${URL:Mftp://*}, which should really be
  ${URL:Mftp\://*}.

* The valid values for OPSYS are now determined by the files in
  mk/platform instead of allowing arbitrary identifiers. This catches a
  few instances where "Solaris" is used instead of the correct "SunOS".

* Setting USE_LANGUAGES only has an effect if mk/compiler.mk has not yet
  been included. In all other cases, pkglint warns now.

* Missing entries in doc/CHANGES produce a note now. This will lead to
  more accurate statistics for the release notes.

(rillig)

2019-04-20 17:27:50 UTC MAIN commitmail json YAML

doc/TODO: + calibre-3.41.2, ripgrep-11.0.1.

(wiz)

2019-04-20 16:39:14 UTC MAIN commitmail json YAML

webkit-gtk: Fix opengl option

ENABLE_WEBGL was renamed to ENABLE_OPENGL, adjust options.mk accordingly.

(leot)

2019-04-20 16:32:42 UTC MAIN commitmail json YAML

mk: fix pkglint warnings about ambiguous variables

When a Makefile fragment contains $0, this means a Makefile variable, not
a shell or AWK variable.

The bug in ccc.mk survived unnoticed for almost 15 years. The bug in
gnu-configure.mk for MirBSD got only half as old.

(rillig)

2019-04-20 15:06:28 UTC MAIN commitmail json YAML

doc: Updated pkgtools/x11-links to 1.16

(leot)

2019-04-20 15:06:14 UTC MAIN commitmail json YAML

x11-links: Update to 1.16

Thanks to <maya>!

Changes:
1.16
----
- Add a missing MesaLib header file (include/EGL/eglextchromium.h),

(leot)

2019-04-20 13:59:07 UTC MAIN commitmail json YAML

audio/celt: fix OPSYS name from Solaris to SunOS

(rillig)

2019-04-20 12:47:13 UTC MAIN commitmail json YAML

Updated devel/R-Rcpp to 1.0.1

(wen)

2019-04-20 12:46:05 UTC MAIN commitmail json YAML

Update to 1.0.1

Upstream changes:
Changes in Rcpp version 1.0.1 (2019-03-17)

    Changes in Rcpp API:

        Subsetting is no longer limited by an integer range (William Nolan in #920 fixing #919).

        Error messages from subsetting are now more informative (Qiang and Dirk).

        Shelter increases count only on non-null objects (Dirk in #940 as suggested by Stepan Sindelar in #935).

        AttributeProxy::set() and a few related setters get Shiled<> to ensure rchk is happy (Romain in #947) fixing #946).

    Changes in Rcpp Attributes:

        A new plugin was added for C++20 (Dirk in #927)

        Fixed an issue where 'stale' symbols could become registered in RcppExports.cpp, leading to linker errors and other related issues (Kevin in #939 fixing #733 and #934).

        The wrapper macro gets an UNPROTECT to ensure rchk is happy (Romain in #949) fixing #948).

    Changes in Rcpp Documentation:

        Three small corrections were added in the 'Rcpp Quickref' vignette (Zhuoer Dong in #933 fixing #932).

        The Rcpp-modules vignette now has documentation for .factory (Ralf Stubner in #938 fixing #937).

    Changes in Rcpp Deployment:

        Travis CI again reports to CodeCov.io (Dirk and Ralf Stubner in #942 fixing #941).

(wen)

2019-04-20 12:35:04 UTC MAIN commitmail json YAML

Updated security/p5-Net-DNS-SEC to 1.12

(wen)

2019-04-20 12:32:26 UTC MAIN commitmail json YAML

Update to 1.12

Upstream changes:
**** 1.12 Mar 19, 2019

        Avoid use of EC_POINT_set_affine_coordinates_GFp which is
        deprecated in OpenSSL 3.0.0

        Reduce level of support for OpenSSL non-LTS releases.

(wen)

2019-04-20 10:26:49 UTC MAIN commitmail json YAML

doc: Updated textproc/translate-shell to 0.9.6.10

(leot)

2019-04-20 10:04:20 UTC MAIN commitmail json YAML

doc: Updated fonts/twemoji-color-font-ttf to 12.0.1

(nia)

2019-04-20 10:04:07 UTC MAIN commitmail json YAML

twemoji-color-font-ttf: Update to 12.0.1

Synced with twitter - 230 new codepoints from Unicode 12.

(nia)

2019-04-20 09:41:45 UTC MAIN commitmail json YAML

translate-shell: Update to 0.9.6.10

Changes:
0.9.6.10
--------
- (Google Translate only) Show gender-specific translations (#274)
- Support multiple source languages (#281)
- GNU awk 5.0.0 compatibility (#285)
- Fix for virtual emulators that have own BiDi support, e.g., konsole (#288)
- New option: `-bidi` (enforce bidirectional conversion, #288)
- New options: `-4`, `-6` (choose manually IPv4 or IPv6 connection, #287)
- Support the use of language aliases for TTS
- New option: `-no-browser` (do not open the web browser, #295)
- New option: `-join-sentence` (treat all arguments as one single sentence,
  #294)
- Multiple fixes

(leot)

2019-04-20 07:39:34 UTC MAIN commitmail json YAML

Updated net/p5-RT-Client-REST to 0.56

(wen)

2019-04-20 07:38:05 UTC MAIN commitmail json YAML

Update to 0.56

Upstream changes:
0.56 Mon Dec 24 2018 "Dean Hamstead" <dean@fragfest.com.au>
  - Fix for GH#18 (more fixes)

0.55 Sat Dec 08 2018 "Dean Hamstead" <dean@fragfest.com.au>
  - Fix for GH#18

(wen)

2019-04-20 07:27:51 UTC MAIN commitmail json YAML

Updated net/p5-Net-DNS to 1.20

(wen)

2019-04-20 07:26:07 UTC MAIN commitmail json YAML

Update to 1.20

Upstream changes:
**** 1.20 Mar 22, 2019

        Revise documentation examples to use AAAA instead of A records.

        TSIG MAC representation changed to Base64 (align with BIND).

        Update Parameters.pm to resync with IANA registry.

        Refactor resolver test scripts.

Fix rt.cpan.org #128081

        Recurse.pm fails to resolve domain ���kickboxingireland.ie���

Fix rt.cpan.org #127307

        Provide a more informative exception report if application code
        has no "use Net::DNS::SEC" declaration but nevertheless attempts
        to invoke the DNSSEC sign or verify features.

(wen)

2019-04-20 06:46:30 UTC MAIN commitmail json YAML

So long, lame-license!

(maya)

2019-04-20 06:39:49 UTC MAIN commitmail json YAML

lame: patent expired, so now we can license this as just gnu-lgpl-v2.
(yay!)

(maya)

2019-04-20 04:43:07 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN to 2.26

(wen)

2019-04-20 04:42:18 UTC MAIN commitmail json YAML

Update to 2.26

Upstream changes:
2019-03-19  k  <andk@cpan.org>

        * release 2.26

        * testfix release, no functional change

        * 97-run.t is now skipped when test is run by root user because
        perldoc often fails for root user (thanks to Binarus for
        reporting)

        * small additions to distroprefs and to the Makefile.PL

(wen)

2019-04-20 04:35:34 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Perl-Releases to 3.96

(wen)

2019-04-20 04:34:33 UTC MAIN commitmail json YAML

Update to 3.96

Upstream changes:
version 3.96 at 2019-04-19 21:36:20 +0000
-----------------------------------------

  Change: faf2a2a5c9a85cfb0ee5645487f71a28fcd10840
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2019-04-19 22:36:20 +0000

    Updated for v5.28.2

-----------------------------------------
version 3.94 at 2019-04-05 20:02:23 +0000
-----------------------------------------

  Change: e38fb7ceae828e5df49826bd65925b7ff9ad0c84
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2019-04-05 21:02:23 +0000

    Updated for v5.28.2-RC1

-----------------------------------------
version 3.92 at 2019-03-21 12:42:54 +0000
-----------------------------------------

  Change: 1dba54b9bfd13635b550ba3c7d750fa30c802590
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2019-03-21 12:42:54 +0000

    Updated for v5.29.9

(wen)

2019-04-20 04:31:41 UTC MAIN commitmail json YAML

Updated devel/p5-Coro to 6.54

(wen)

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

Update to 6.54

Upstream changes:
6.54  Sun Dec 16 11:06:07 CET 2018
        - reinstate Coro::Select::select prototype - it breaks more than it fixes.

6.53  Sun Dec 16 10:33:15 CET 2018
        - the autogenerated prototypes of Coro::AIO now add ";" at the end
          to avoid generating named unary operators and messing up parsing
          (mostly affects aio_mlockall 4 | 8 which was parsed as
          (aio_mlockall 4) | 8).
        - do not use a prototype for select in Coro::Select, as CORE::select also
          doesn't have one.

(wen)

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

Updated devel/p5-Config-IniFiles to 3.000002

(wen)

2019-04-20 04:20:18 UTC MAIN commitmail json YAML

Update to 3.000002

Upstream changes:
3.000002    2019-03-14
    * Fix error with missing here doc end marker
        - Thanks to Igor Korchynskyi .

(wen)

2019-04-20 04:18:35 UTC MAIN commitmail json YAML

Updated devel/p5-Config-Grammar to 1.13

(wen)

2019-04-20 04:17:55 UTC MAIN commitmail json YAML

Update to 1.13

Upstream changes:
2019-03-20

    * Released 1.13
    * Fix spelling error in manpage (fixes #3, patch by Salvatore Bonaccorso)
    * Use encoding in Dynamic.pm as well (Fritz Zaucker)

(wen)

2019-04-20 03:51:04 UTC MAIN commitmail json YAML

Updated www/p5-libwww to 6.38

(wen)

2019-04-20 03:50:18 UTC MAIN commitmail json YAML

Update to 6.38
Update DEPENDS

Upstream changes:
6.38      2019-03-25 18:58:58Z
    - Update Net::HTTP dependency from 6.07 to 6.18 (GH#310) (Olaf Alders)
    - Remove s.c.o. from SYNOPSIS (GH#308) (Olaf Alders)

6.37      2019-03-06 20:49:26Z
    - Improve ->add_handler documentation (GH #272) (Julien Fiegehenn)
    - Alter our rule set to allow IPv6 proxy hosts beginning with [. (GH #237)
    - Add a jigsaw test for 307 redirects (GH#285) (Nik LaBelle)

(wen)

2019-04-20 02:50:17 UTC MAIN commitmail json YAML

Updated devel/p5-Net-CIDR to 0.20

(wen)

2019-04-20 02:49:25 UTC MAIN commitmail json YAML

Update to 0.20

Upstream changes:
0.20

2019-04-16  Sam Varshavchik  <mrsam@courier-mta.com>

        * _ipcmp: handle comparison of mixed IPv4 and IPv6-specified
        addresses, allowing cidrlookup() to look up IPv6-mapped IPv4 addresses
        in IPv4 address ranges, and vice versa.

(wen)

2019-04-19 23:53:50 UTC MAIN commitmail json YAML

Updated devel/p5-PPIx-Regexp to 0.064

(wen)

2019-04-19 23:53:06 UTC MAIN commitmail json YAML

Update to 0.064

Upstream changes:
0.064          2019-04-01      T. R. Wyant
    Empty \p{} should be an error.

    \x{} and \x{ non-hex } should be errors under "use re 'strict'"

    \o{} should be an error

    \o{ non-octal } should be an error under "use re 'strict'"

    Support wildcard Unicode property values. These were added in
    5.29.9.

    Add eg/find-variable-length-lookarounds

    Add convenience method extract_regexps(). This is a static method
    on PPIx::Regexp that takes as its argument a PPI::Document and
    manufactures PPIx::Regexp objects out of anything that parses to a
    regexp of some sort.

    Don't run illegal character tests before Perl 5.18 unless we're
    author testing, because they are noisy. I think the issue is not the
    Perl version per se, but the version of Unicode; Perl5180delta says
    it shipped with Unicode 6.2.

(wen)

2019-04-19 23:51:03 UTC MAIN commitmail json YAML

Updated devel/p5-Term-Encoding to 0.03

(wen)

2019-04-19 23:49:46 UTC MAIN commitmail json YAML

Update to 0.03

Upstream changes:
0.03  2019-03-21 23:25:34 PDT
        - Repackaged with Milla

(wen)

2019-04-19 23:47:45 UTC MAIN commitmail json YAML

Updated devel/p5-Test-CheckManifest to 1.42

(wen)

2019-04-19 23:47:01 UTC MAIN commitmail json YAML

Update to 1.42

Upstream changes:
1.42    2019-02-22 17:41:00

      * add section in doc that explains how to replace test scripts using Test::CheckManifest
      * stable release with all the changes from the test releases

1.41_04 2019-02-21 15:12:00

      * fix test failure on Win32 - use "plan skip_all" instead of "skip '...'"
      * update dist.ini

1.41_03 2019-02-21 09:27:00

      * optimize ok_manifest()
      * add more tests for find_home()

1.41_02 2019-02-20 13:37:00

      * more debugging stuff

1.41_01 2019-02-20 09:50:00

      * use regexes to silence warnings
      * add debugging stuff to debug win32 failures

1.41  2019-02-19 10:53:00

      * improve tests
      * Removed regex warnings on windows box as reported by CPANTESTERS (Thanks to manwar)

1.39  2019-02-14 07:28:00

      * release 1.39

1.38_02 2018-12-23 11:32:00

      * fix test failures (thanks to manwar and LorenzoTa)

1.38_01 2018-12-21 14:30:00

      * more tests
      * refactor code

(wen)

2019-04-19 23:41:33 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Needs to 0.002006

(wen)

2019-04-19 23:40:28 UTC MAIN commitmail json YAML

Update to 0.002006

Upstream changes:
0.002006 - 2019-04-04
  - added additional references to related modules in pod
  - various internal cleanups
  - fix backwards compatibility with earlier versions of version.pm
  - fix output from test script when tests fail
  - added note about RELEASE_TESTING to test message on forced failures

(wen)

2019-04-19 18:31:15 UTC MAIN commitmail json YAML

doc: Updated editors/nano to 4.1

(wiedi)

2019-04-19 18:30:41 UTC MAIN commitmail json YAML

nano: update to 4.1

2019.04.15 - GNU nano 4.1 "Qué corchos será eso?"
• By default, a newline character is again automatically added at the
  end of a buffer, to produce valid POSIX text files by default, but
  also to get back the easy adding of text at the bottom.
• The now unneeded option --finalnewline (-f) has been removed.
• Syntax files are read in alphabetical order when globbing, so that
  the precedence of syntaxes becomes predictable.
• In the C syntax, preprocessor directives are highlighted differently.
• M-S now toggles soft wrapping, and M-N toggles line numbers.
• The jumpy-scrolling toggle has been removed.
• The legacy keystrokes ^W^Y and ^W^V are recognized again.
• Executing an external command is disallowed when in view mode.
• Problems with resizing during external or speller commands were fixed.

(wiedi)

2019-04-19 18:01:11 UTC MAIN commitmail json YAML

Updated archivers/brotli

(adam)

2019-04-19 17:56:52 UTC MAIN commitmail json YAML

2019-04-19 14:57:40 UTC MAIN commitmail json YAML

Updated converters/p5-Sereal to 4.007

(wen)

2019-04-19 14:56:32 UTC MAIN commitmail json YAML

Update to 4.007

Upstream changes:
4.007 Tues Apr 9, 2019
    * Sereal: restore write_sereal(), read_sereal() as aliases to write_sereal_file()
      and read_sereal_file(). Better tests for exported subs. Add SRL_UNCOMPRESSED,
      SRL_SNAPPY, SRL_ZLIB, SRL_ZSTD exports.
    * Decoder: tweak docs for looks_like_sereal/scalar_looks_like_sereal

4.006 Mon Apr 8, 2019
    * Sereal: fix read_sereal_file(),

(wen)

2019-04-19 14:47:37 UTC MAIN commitmail json YAML

Updated converters/p5-Sereal-Encoder to 4.007

(wen)

2019-04-19 14:46:28 UTC MAIN commitmail json YAML

Updated converters/p5-Sereal-Decoder to 4.007

(wen)

2019-04-19 14:45:22 UTC MAIN commitmail json YAML

Update to 4.007

Upstream changes:
4.007 Tues Apr 9, 2019
    * Version bump only

4.006 Mon Apr 8, 2019
    * Version bump only

(wen)

2019-04-19 14:36:06 UTC MAIN commitmail json YAML

Update to 4.007

Upstream changes:
4.007 Tues Apr 9, 2019
    * Tweak docs for looks_like_sereal/scalar_looks_like_sereal

4.006 Mon Apr 8, 2019
    * Version bump only

(wen)

2019-04-19 14:20:46 UTC MAIN commitmail json YAML

Updated converters/p5-JSON-XS to 4.02

(wen)

2019-04-19 14:19:21 UTC MAIN commitmail json YAML

Update to 4.02

Upstream changes:
4.02 Wed Mar  6 08:31:24 CET 2019
        - undo the fix from 4.01, it breaks more things than it fixes
          (another tetscase by Wesley Schwengle).
        - try a proper fix this time.

(wen)

2019-04-19 14:10:25 UTC MAIN commitmail json YAML

Added www/cliqz version 1.26.3

(fox)

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

2019-04-19 14:05:56 UTC MAIN commitmail json YAML

Added cliqz to Makefile SUBDIRs

(fox)

2019-04-19 14:02:03 UTC MAIN commitmail json YAML

Import of cliqz-1.26.3 as www/cliqz

Cliqz develops novel Internet browsers that incorporate features
such as search and anti-tracking. Cliqz desktop browser is based
on Mozilla Firefox.

Cliqz pre-installs the Cliqz add-on, which causes search terms to
be sent to Cliqz as the default search engine. In addition the
HTTPS Everywhere addon is installed, and an addon to manage consent.

(fox)

2019-04-19 13:46:39 UTC MAIN commitmail json YAML

2019-04-19 13:43:28 UTC MAIN commitmail json YAML

Fix a thinko.

Pointed out by Benjamin Lorenz via PR pkg/54128, thanks! (and thanks
to <joerg>)

(leot)

2019-04-19 10:41:43 UTC MAIN commitmail json YAML

Added sysutils/u-boot-libretech-cc version 2018.11

(jmcneill)

2019-04-19 10:39:53 UTC MAIN commitmail json YAML

2019-04-19 10:31:30 UTC MAIN commitmail json YAML

Updated archivers/p5-Archive-Any to 0.0946

(wen)

2019-04-19 10:30:35 UTC MAIN commitmail json YAML

Update to 0.0946

Upstream changes:
0.0946    2019-04-05 20:11:47Z
    - Added copyright holder/year meta to dist.ini. (GH#6) (Mohammad S Anwar)
    - Auto generate META.yml using the plugin [MetaYAML]. (GH#8) (Mohammad S
      Anwar)

(wen)

2019-04-19 10:25:50 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-PPPort to 3.45

(wen)

2019-04-19 10:23:44 UTC MAIN commitmail json YAML

Update to 3.45

Upstream changes:
3.45 - 2019-03-19

  * Restore missing unit tests from the previous release.

(wen)

2019-04-19 10:07:54 UTC MAIN commitmail json YAML

Updated net/py-grpcio-tools, time/py-tempora, devel/py-typed-ast, lang/py-mypy

(adam)

2019-04-19 10:07:18 UTC MAIN commitmail json YAML

py-mypy: updated to 0.701

0.701:
Unknown changes

(adam)

2019-04-19 10:04:54 UTC MAIN commitmail json YAML

2019-04-19 10:01:13 UTC MAIN commitmail json YAML

py-tempora: updated to 1.14.1

1.14.1
Fix failing doctest in parse_timedelta.

(adam)

2019-04-19 09:58:50 UTC MAIN commitmail json YAML

2019-04-19 09:28:45 UTC MAIN commitmail json YAML

powder-toy: harden the initialization script, avoiding sh -e and quoting
more.

advice from kre, thanks.

(nia)

2019-04-19 07:46:15 UTC MAIN commitmail json YAML

Updated net/grpc, net/py-grpcio

(adam)

2019-04-19 07:32:14 UTC MAIN commitmail json YAML

py-grpcio: also remove unused patch

(adam)

2019-04-19 07:31:47 UTC MAIN commitmail json YAML

py-grpcio: updated to 1.20.0

Release v1.20.0
Add Python example for error handling.
python docs: details are UTF-8 encodable, not just ASCII.
Use C-Core API to perform time conversion.
Use correct C integer types in Cython.
Add the missing grpc_cfstream dependency.
Strip Python wheel binary.
Simplify batch operations event interpretation.
add enter_graceful_shutdown() to health service.

(adam)

2019-04-19 07:15:36 UTC MAIN commitmail json YAML

grpc: updated to 1.20.0

Release v1.20.0
This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core
Fix bug in CFStream endpoint.
Fix a NULL deref in tcp_client_windows.cc.
Avoid using grpc_core::Executor when the background poller is available.
Update the c-ares submodule to the 1.15 release.
Remove unnecessary hack which causes data races.
Fix Potentially Dangerous Typo - locked function being run outside of combiner.
Trace log the status of every c-ares lookup; cleanup error handling.
Add SPIFFE security stack to gRPC .
Nuking the poll-cv polling engine.
Backport 18201 to fix "symbol not found: _ares_library_init" error in Bazel on MacOS build.
Run run_after_write closures in h2 once write action is done.
Transition into state CONNECTING when we start name resolution.
Support "darwin_x86_64" CPU in cares.BUILD.
Move grpc_shutdown internals to a detached thread.
Fix c-ares on Windows "DNS resolution failure" triggered by logging.
Disable c-ares on Android.

C++
Global Interceptor Registration allowed only once.
cmake fix: builds disabled by CODEGEN=OFF should not be installed.
cmake: when cross-compiling, the host grpc_cpp_plugin should be used.

(adam)

2019-04-19 05:35:22 UTC MAIN commitmail json YAML

Updated mail/dovecot2

(adam)

2019-04-19 05:35:04 UTC MAIN commitmail json YAML

dovecot2: updated to 2.3.5.2

v2.3.5.2
* CVE-2019-10691: Trying to login with 8bit username containing
  invalid UTF8 input causes auth process to crash if auth policy is
  enabled. This could be used rather easily to cause a DoS. Similar
  crash also happens during mail delivery when using invalid UTF8 in
  From or Subject header when OX push notification driver is used.

(adam)

2019-04-19 02:06:08 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to version 2.149

(fox)

2019-04-19 02:05:14 UTC MAIN commitmail json YAML

fasttracker2: update to b149

Changes since b148:

Beta #149 - 18.04.2019 (updated the same day)
- Bug fix: If the window is minimized while you double-click on an associated
  module in your OS, maximize the window before asking if you want to discard
  unsaved changes.
>> Updates:
- Updated rtmidi to version 4.0
- Windows: Updated SDL to version 2.0.9 (finally found a way to prevent a
  serious bug with 2.0.9, hence why I have been using 2.0.8 for a long time).
- Increased "volume toolbox" (Smp. Ed.) range from -200..200% to -500..500%
- Windows: Default Disk Op. directory is now "\Users\username"

(fox)

2019-04-18 19:18:02 UTC MAIN commitmail json YAML

2019-04-18 17:04:44 UTC MAIN commitmail json YAML

doc: Updated misc/libcdio to 2.1.0

(gdt)

2019-04-18 17:04:37 UTC MAIN commitmail json YAML

misc/libcdio: Update to 2.1.0

Note that upstream no longer builds cdda-player on NetBSD or OpenBSD.

version 2.1.0
=============
2019-04-17 Holy Wednesday

Most (all?) of the improvements and bug fixes are thanks to Thomas Schmitt and Edd Barrett. This release introduces an OpenBSD driver, courtesy of Edd Barrett, based on the NetBSD driver.

- NetBSD driver fixes. Switch from MSF addressing to LBA addressing in driver. (Edd Barrett and Jasper Lievisse Adriaanse)
- Fix handling in drivers,libcdio-paranoia and `cd-info` when starting track number is greater than 1. (Edd Barrett and Thomas Schmitt)
- More tolerant of non-compliant ISOs such as openSUSE Leap 15.0.
- `cdda-player` fixes, such as adding a missing `-d` in cdda-player help (Thomas Schmitt and Edd Barrett)
- `cdtext_list_languages_v2()` to be preferred over now deprecated `cdtext_list_languages()`. New API call `cdtext_set_language_index()`. (Thomas Schmitt)
- Add `read-disc-struct` example program to show how to use a MMC `DVD_READ_DISC_STRUCTURE`. (Thomas Schmitt)
- Various errors in driver reading turned into warnings. (Edd Barrett and Thomas Schmitt)
- Some code cleanups and documentation improvements.
- Bugs:
* [Bug 53170: I/O leak when we can't read ISO file ](https://savannah.gnu.org/bugs/index.php?53170)
* [Bug 53928: Cdtext not displayed in case of `CDTEXT_LANGUAGE_UNKNOWN`](https://savannah.gnu.org/bugs/index.php?3929)
* [Bug 53929: cd-text with invalid characters failing to convert to utf8](https://savannah.gnu.org/bugs/index.php?3928)

(gdt)

2019-04-18 10:10:28 UTC MAIN commitmail json YAML

Updated databases/sqlite3

(adam)

2019-04-18 10:10:03 UTC MAIN commitmail json YAML

sqlite3: updated to 3.28.0

SQLite Release 3.28.0:

Enhanced window functions:
Add support the EXCLUDE clause.
Add support for window chaining.
Add support for GROUPS frames.
Add support for "<expr> PRECEDING" and "<expr> FOLLOWING" boundaries in RANGE frames.
Added the new sqlite3_stmt_isexplain(S) interface for determining whether or not a prepared statement is an EXPLAIN.
Enhanced VACUUM INTO so that it works for read-only databases.
New query optimizations:
Enable the LIKE optimization for cases when the ESCAPE keyword is present and PRAGMA case_sensitive_like is on.
In queries that are driven by a partial index, avoid unnecessary tests of the constraint named in the WHERE clause of the partial index, since we know that constraint must always be true.
Enhancements to the TCL Interface:
Added the -returntype option to the function method.
Added the new bind_fallback method.
Enhancements to the CLI:
Added support for bound parameters and the .parameter command.
Fix the readfile() function so that it returns an empty BLOB rather than throwing an out-of-memory error when reading an empty file.
Fix the writefile() function so that when it creates new directories along the path of a new file, it gives them umask permissions rather than the same permissions as the file.
Change --update option in the .archive command so that it skips files that are already in the archive and are unchanged. Add the new --insert option that works like --update used to work.
Added the fossildelta.c extension that can create, apply, and deconstruct the Fossil DVCS file delta format that is used by the RBU extension.
Added the SQLITE_DBCONFIG_WRITABLE_SCHEMA verb for the sqlite3_db_config() interface, that does the same work as PRAGMA writable_schema without using the SQL parser.
Added the sqlite3_value_frombind() API for determining if the argument to an SQL function is from a bound parameter.
Security and compatibilities enhancements to fts3_tokenizer():
The fts3_tokenizer() function always returns NULL unless either the legacy application-defined FTS3 tokenizers interface are enabled using the sqlite3_db_config(SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER) setting, or unless the first argument to fts3_tokenizer() is a bound parameter.
The two-argument version of fts3_tokenizer() accepts a pointer to the tokenizer method object even without the sqlite3_db_config(SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER) setting if the second argument is a bound parameter
Improved robustness against corrupt database files.
Miscellaneous performance enhancements

(adam)

2019-04-18 10:07:34 UTC MAIN commitmail json YAML

Bump revision because of tdb 1.3.8 -> 1.4.0 update. Avoids errors such as:
/usr/pkg/lib/libtdb.so.1: version TDB_1.2.2 required by /usr/pkg/sbin/smbd not defined

if tdb is updated, but samba is not rebuilt against it.

(sborrill)

2019-04-18 10:00:33 UTC MAIN commitmail json YAML

Updated x11/gtk3, databases/go-ldap

(adam)

2019-04-18 10:00:15 UTC MAIN commitmail json YAML

go-ldap: updated to 3.0.3

v3.0.3:
* Added check for controlvalue
* Fixed tests

(adam)

2019-04-18 09:59:35 UTC MAIN commitmail json YAML

gtk3: updated to 3.24.8

Overview of Changes in GTK+ 3.24.8
* Color editor: don't warn if editing is cancelled
* Always redraw on allocate - not doing so is
  not safe when any widget can have a background
* Use GLSL 3.30 for shaders
* Quartz: add a preliminary GdkGLContext implementation
* Win32: Fix a bug that prevented storing printer driver prefs
* Wayland: properly place window menus
* GtkApplication: support session state changes in
  sandboxes, using the inhibit portal
* Fix a problem with autostart notification
* Places: Show loop devices as reported by gvfs
* Translation updates:
  Brazilian Portuguese
  Catalan
  Czech
  German
  Hungarian
  Indonesian
  Italian
  Polish
  Romanian
  Spanish
  Swedish
  Turkish

Overview of Changes in GTK+ 3.24.7
* Undeprecate gtk_window_present

Overview of Changes in GTK+ 3.24.6
* Link against fribidi
* Broadway: Ensure focus on click
* Fix some compiler warnings
* Improve menu positioning with move-to-rect
* Improve activation of the onscreen keyboard
* Use C locale when generating code
* Treeview: Make sure separator nodes have height > 0
* theme
- Fix some inconsistences for radii
* quartz:
- Full-screen only normal windows
- Restore key-window switching when changing windows
- Change monitor geometry calculation
- search: Limit the cop of Spotlight search
* Translation updates:
Basque
Dutch
Finnish
Icelandic
Kazakh
Korean
Romanian
Serbian
Slovenian

(adam)

2019-04-18 09:15:08 UTC MAIN commitmail json YAML

emulators/snes9x-gtk: try to ensure networking libs get included on SunOS

(nia)

2019-04-18 09:12:41 UTC MAIN commitmail json YAML

2019-04-18 08:41:13 UTC MAIN commitmail json YAML

Updated www/py-asgiref, www/py-urllib3

(adam)

2019-04-18 08:40:56 UTC MAIN commitmail json YAML

py-urllib3: updated to 1.24.2

1.24.2:
* Don't load system certificates by default when any other ca_certs, ca_certs_dir or
  ssl_context parameters are specified.
* Remove Authorization header regardless of case when redirecting to cross-site.
* Add support for IPv6 addresses in subjectAltName section of certificates.

(adam)

2019-04-18 08:37:28 UTC MAIN commitmail json YAML

py-asgiref: updated to 3.1.2

3.1.2:
* New thread_critical argument to Local to tell it to not inherit contexts
  across threads/tasks.
* Local now inherits across any number of sync_to_async to async_to_sync calls
  nested inside each other

3.1.1:
* Local now cleans up storage of old threads and tasks to prevent a memory leak.

3.1.0:
* Added asgiref.local module to provide threading.local drop-in replacement.

3.0.0:
* Updated to match new ASGI 3.0 spec
* Compatibility library added that allows adapting ASGI 2 apps into ASGI 3 apps
  losslessly

(adam)

2019-04-18 07:48:01 UTC MAIN commitmail json YAML

Updated devel/physfs, devel/libuv

(adam)

2019-04-18 07:47:34 UTC MAIN commitmail json YAML

libuv: updated to 1.28.0

Version 1.28.0
* unix,win: add uv_gettimeofday()
* unix,win: add uv_fs_{open,read,close}dir()
* unix: fix uv_interface_addresses()
* fs: remove macOS-specific copyfile(3)
* fs: add test for copyfile() respecting permissions
* build: partially revert 5234b1c43a
* zos: fix setsockopt error when using AF_UNIX
* unix: suppress EINTR/EINPROGRESS in uv_fs_close()
* build: use cmake APPLE variable to detect platform
* distcheck: remove duplicate test/ entry
* unix: remove unused cmpxchgl() function
* unix: support sockaddr_un in uv_udp_send()
* unix: guard use of PTHREAD_STACK_MIN
* unix,win: introduce uv_timeval64_t
* doc: document uv_timeval_t and uv_timeval64_t

(adam)

2019-04-18 07:38:53 UTC MAIN commitmail json YAML

physfs: updated to 3.0.2

3.0.2:
Fixed compiler warning.
windows: Workaround for WinXP systems.
Only flush file handles on close if they were opened for writing.
Added some whitespace to test a fix to revision control.
Updated copyright year for 2019.

(adam)

2019-04-18 07:22:27 UTC MAIN commitmail json YAML

Updated www/nghttp2, www/nginx-devel

(adam)

2019-04-18 07:22:08 UTC MAIN commitmail json YAML

nginx-devel: updated to 1.5.12

Changes with nginx 1.15.12:
*) Bugfix: a segmentation fault might occur in a worker process if
  variables were used in the "ssl_certificate" or "ssl_certificate_key"
  directives and OCSP stapling was enabled.

Changes with nginx 1.15.11:
*) Bugfix: in the "ssl_stapling_file" directive on Windows.

(adam)

2019-04-18 07:19:06 UTC MAIN commitmail json YAML

nghttp2: updated to 1.38.0

lib
This release fixes the bug that on_header callback is still called after stream is closed.

third-party
http-parser is upgraded to v2.9.1.

nghttpx
This release fixes the bug that authority and path altered by per-pattern mruby script can affect backend selection on retry.
It also fixes the bug that HTTP/1.1 chunked request stalls.
Now nghttpx does not log authorization request header field value with -LINFO.
Now nghttpx can be built with modern LibreSSL.

(adam)

2019-04-17 23:47:38 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd to 7.2.0

(roy)

2019-04-17 23:47:27 UTC MAIN commitmail json YAML

Import dhcpcd-7.2.0 with the following changes:
  *  build: latest gmake-3 works once more
  *  build: exits on error in a subdir
  *  BSD: PF_LINK sockets now closed when no longer needed
  *  BSD: Fix detecting interface for scoped routes
  *  Solaris: Many, many, many fixes - pretty much works now
  *  script: Allow "" to mean /dev/null
  *  script: Add static routers and routes to env
  *  DHCP: outbound interface is no longer dictated with IP_PKTINFO
  *  DHCP: BPF sockets now closed when no longer needed
  *  DHCPv6: Allow nooption dhcp6_unicast to work
  *  DHCPv6: Don't spam syslog if we always get the same error
  *  route: Log pid which deleted routes of interest

(roy)

2019-04-17 18:04:42 UTC MAIN commitmail json YAML

doc: Updated x11/arandr to 0.1.10

(tsutsui)

2019-04-17 18:04:20 UTC MAIN commitmail json YAML

arandr: update to 0.1.10.

Changelog:
https://gitlab.com/arandr/arandr/commit/43faec00c0feca3f00b0acbae048de14f02c6d21

Version 0.1.10

* Ported to Python 3 and PyGObject (by actionless)
* Metacity keybindings removed
* New translations
  - Finnish
  - Hebrew
  - Indonesian
  - Kurdish Sorani
  - Norwegian Bokmal
* Updated translations
  - Breton
  - Czech
  - French
  - Galego
  - Galician
  - Greek
  - Japanese
  - Kannada
  - Lithuanian
  - Romanian
  - Sardinian
  - Slovak
  - Swedish
  - Turkish
  - Chinese (Traditional)

(tsutsui)

2019-04-17 16:33:59 UTC MAIN commitmail json YAML

doc: Updated lang/ruby26{-base} to 2.6.3

(taca)

2019-04-17 16:33:10 UTC MAIN commitmail json YAML

lang/ruby26-base: update to 2.6.3

Update ruby26{,-base} to 2.6.3.  Here is release announce:

Ruby 2.6.3 Released
Posted by naruse on 17 Apr 2019

Ruby 2.6.3 has been released.

This release adds support for New Japanese Era “令和” (Reiwa). It updates
the Unicode version to 12.1 beta (#15195), and updates date library (#15742).

This release also includes some bug fixes. See details commit logs.

(taca)

2019-04-17 12:18:50 UTC MAIN commitmail json YAML

py-uncompyle6: update DEPENDS

(adam)

2019-04-17 12:17:51 UTC MAIN commitmail json YAML

Updated devel/py-xdis, lang/py-uncompyle6

(adam)

2019-04-17 12:17:31 UTC MAIN commitmail json YAML

py-uncompyle6: updated to 3.3.0

release-3.3.0
First cut at Python 3.8 (many bugs remain)
Reinstate -c | --compile (compile before disassembly) option
The usual smattering of bug and doc fixes

(adam)

2019-04-17 12:16:05 UTC MAIN commitmail json YAML

py-xdis: updated to 4.0.0

release-4.0.0
Expand is_jump_target to True, 'loop', False. This is the reason for the version bump
Remove deprecated opcodes_pypyDD.py files. Use opcode_DDpypy instead.
Fix bug in setting jump offset in wordcode (3.6+) relative jumps.
Note that this works now in Python 3.8 (dev)
Add 3.6{,.1}pypy version
Dry opcodes 3.6 - 3.8

(adam)

2019-04-17 11:23:02 UTC MAIN commitmail json YAML

Updated print/cups-filters

(adam)

2019-04-17 11:22:35 UTC MAIN commitmail json YAML

cups-filters updated to 1.22.5

CHANGES IN V1.22.5
- foomatic-rip: Changed Ghostscript call to count pages in a
  PDF file to use "runpdfbegin" and not the undocumented
  Ghostscript internal "pdfdict", so that it works with
  Ghostscript 9.27 and later

CHANGES IN V1.22.4
- cups-browsed: Fix broken trailing space removal on
  "NickName"
- pdftops: Emit PostScript Level 2 instead of Level 3 for
  Brother PostScript printers as at least some of them
  report to support level 3 but ontly work with Level 2
- bannertopdf: When multiplying the page for N-up or Duplex
  printing one page too much was generated.

CHANGES IN V1.22.3
- libcupsfilters: Added error checks for processing GIF, to
  avoid crashes or hangs on broken GIF files.
- cups-browsed: Added hint to the man page and configuration
  file that with "DebugLogging stderr" the logging output goes
  to journal or syslog if cups-browsed is running as system
  service.

CHANGES IN V1.22.2
- cups-browsed: Let distribution of jobs sent to queues with
  "implicitclass" backend (usually clusters) be done by a
  "job-state" CUPS notification and not by
  "printer-state-changed" any more. The "job-state"
  notification already contains the job ID. Before we had to
  poll the job ID from CUPS via IPP which was sometimes
  unreliable.
- imagetopdf, imagetoraster, pdftopdf, libcupsfilters: Added
  new page scaling options: "fill" scales the input page
  (typically a photo) so that the output page (typically with
  different aspect ratio) gets completely filled, aloowing for
  some content of the input page getting lost. "crop-to-fit"
  allows for easy printing of documents on slightly different
  output page sizes (A4 <-> Letter) maintaining the size and
  centering and cropping into the destination page.
- cups-browsed: Do not do IPP request for printer-is-shared
  option for remote cups queues with CUPS 2.2.x and newer.
- cups-browsed: Fix crash bug when reading "Cluster"
  directive from configuration file.
- driverless: Updated man page as now also Mopria and
  Wi-Fi Direct printers are supported. Mentioned also
  ippusbxd.

CHANGES IN V1.22.1
- braille: Use sort command with LC_ALL=C for reproducibility
  of the genrated files, needed for distribution packaging.
- cups-browsed, driverless: When polling the printer's
  capabilities via get-printer-attributes IPP request for
  driverless printing, use the attributes "all" and
  "media-col-database". Without "all" some printers do not
  report "urf-supported" and without "media-col-database" not
  all paper size and marging info gets reported.
- braille: Document how to rework output before
  embossing.

CHANGES IN V1.22.0
- pdftopdf: Use QPDF for flattening interactive PDF forms
- pdftopdf: Fixed bug of closing temporary file prematurely
  when external PDF form flattening utilities fail
- pdftoopvp: More fixes for building with Poppler 0.72
- pdftoraster, pdftoijs, pdftoopvp: Removed support for
  Poppler 0.18
- cups-browsed: Fixed crash in applying the BrowseFilter
  cups-browsed.conf directives

(adam)

2019-04-17 10:44:49 UTC MAIN commitmail json YAML

doc: Updated graphics/ImageMagick to 7.0.8.40

(wiz)

2019-04-17 10:44:36 UTC MAIN commitmail json YAML

ImageMagick: update to 7.0.8.40.

2019-04-12  7.0.8-40 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-40, GIT revision 15513:1a235853a:20190412

2019-04-10  7.0.8-40 Cristy  <quetzlzacatenango@image...>
  * Fixed a number of issues (reference
    https://imagemagick.org/discourse-server/viewforum.php?f=3).
  * Fixed a number of issues (reference
    https://github.com/ImageMagick/ImageMagick/issues).

2019-04-07  7.0.8-39 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-39, GIT revision 15489:6120f8bc1:20190406

2019-04-06  7.0.8-39 Cristy  <quetzlzacatenango@image...>
  * The -layers option compared pixels inocorrectly as opacity rather than
    alpha.
  * The -preview raise option now returns expected results.
  * Initialise ghostscript instances with NULL (reference
    https://github.com/ImageMagick/ImageMagick/pull/1538).

(wiz)

2019-04-17 10:02:14 UTC MAIN commitmail json YAML

doc: Updated shells/zsh-autosuggestions to 0.5.2

(wiz)

2019-04-17 10:02:01 UTC MAIN commitmail json YAML

zsh-autosuggestions: update to 0.5.2.

## v0.5.2
- Allow disabling automatic widget re-binding for better performance (#418)
- Fix async suggestions when `SH_WORD_SPLIT` is set
- Refactor async mode to use process substitution instead of zpty (#417)

## v0.5.1
- Speed up widget rebinding (#413)
- Clean up global variable creations (#403)
- Respect user's set options when running original widget (#402)

(wiz)

2019-04-17 10:01:17 UTC MAIN commitmail json YAML

doc: Updated lang/vala to 0.44.3

(wiz)

2019-04-17 10:01:05 UTC MAIN commitmail json YAML

vala: update to 0.44.3.

Vala 0.44.3
===========
* Regression and bug fixes:
  - codegen: Always assign original variable when consuming instance to destroy
    [#781]
  - build: Require --with-cgraph configure flag when cross-compiling [#775]

* Bindings:
  - gdk-3.0,gtk+-3.0: Update from 3.24.7+
  - gtk4: Update to 3.94.0+2594593d
  - gstreamer: Update from 1.15.2+ git master
  - pango: Fix StringBuilder parameter of scan_word()

(wiz)

2019-04-17 09:48:37 UTC MAIN commitmail json YAML

doc: Updated www/py-mechanize to 0.4.2

(wiz)

2019-04-17 09:48:23 UTC MAIN commitmail json YAML

py-mechanize: update to 0.4.2.

Changes not found.

(wiz)

2019-04-17 09:42:56 UTC MAIN commitmail json YAML

doc: Updated www/http-parser to 2.9.2

(wiz)

2019-04-17 09:42:45 UTC MAIN commitmail json YAML

http-parser: update to 2.9.2.

Changes not found.

(wiz)

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

doc: Updated print/cups-base to 2.2.11

(wiz)

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

cups: update to 2.2.11

Changes in CUPS v2.2.11
-----------------------

- Running ppdmerge with the same input and output filenames did not work as
  advertised (Issue #5455)
- Fixed a potential memory leak when reading at the end of a file (Issue #5473)
- Fixed potential unaligned accesses in the string pool (Issue #5474)
- Fixed a potential memory leak when loading a PPD file (Issue #5475)
- Added a USB quirks rule for the Lexmark E120n (Issue #5478)
- Updated the USB quirks rule for Zebra label printers (Issue #5395)
- Fixed a compile error on Linux (Issue #5483)
- The lpadmin command, web interface, and scheduler all queried an IPP
  Everywhere printer differently, resulting in different PPDs for the same
  printer (Issue #5484)
- Fixed an issue with the self-signed certificates generated by GNU TLS
  (Issue #5506)
- The `ippValidateAttribute` function did not catch all instances of invalid
  UTF-8 strings (Issue #5509)
- Non-Kerberized printing to Windows via IPP was broken (Issue #5515)
- The scheduler no longer stops a printer if an error occurs when a job is
  canceled or aborted (Issue #5517)
- Added a USB quirks rule for the DYMO 450 Turbo (Issue #5521)
- Added a USB quirks rule for Xerox printers (Issue #5523)
- The scheduler's self-signed certificate did not include all of the alternate
  names for the server when using GNU TLS (Issue #5525)
- Fixed compiler warnings with newer versions of GCC (Issue #5532, Issue #5533)
- Fixed some PPD caching and IPP Everywhere PPD accounting/password bugs
  (Issue #5535)
- Fixed `PreserveJobHistory` bug with time values (Issue #5538)
- Media size matching now uses a tolerance of 0.5mm (rdar://33822024)
- The lpadmin command would hang with a bad PPD file (rdar://41495016)
- Fixed a potential crash bug in cups-driverd (rdar://46625579)
- Fixed a performance regression with large PPDs (rdar://47040759)
- The scheduler did not always idle exit as quickly as it could.

(wiz)

2019-04-17 09:35:45 UTC MAIN commitmail json YAML

doc: actually, the rust update was on the 14th, fix entry

(wiz)

2019-04-17 09:34:10 UTC MAIN commitmail json YAML

doc: note yesterday's rust update to 1.34.0

(wiz)

2019-04-17 08:29:07 UTC MAIN commitmail json YAML

Updated graphics/jbig2dec, print/ghostscript-agpl

(adam)

2019-04-17 08:28:44 UTC MAIN commitmail json YAML

ghostscript-agpl: updated to 9.27

Version 9.27:
Highlights in this release include:

We have extensively cleaned up the Postscript name space: removing access to internal and/or undocumented Postscript operators, procedures and data. This has benefits for security and maintainability.

We have added a new "product": "gpdl". This is a rethink/redesign of the old "language_switch" product (pspcl6), and includes all the interpreters we develop based on the Ghostscript graphics library: Postscript, PDF, PCL6, PXL and XPS. This is experimental, and should be considered of beta testing quality, and thus is not built by default: it can be built by using the "experimental" target.

gpdl uses a heuristic to judge the file type being passed to it. In general, it supports most of the widely used command line options for each interpreter, but compatibility is not complete (the practicalities of swapping interpreters means it is unlikely that full parity of command line options will be possible).

Fontmap can now reference invidual fonts in a TrueType Collection for font subsitution. Previously, a Fontmap entry could only reference a TrueType collection and use the default (first) font. Now, the Fontmap syntax allows for specifying a specific index in a TTC. See the comments at the top of (the default) Fontmap.GS for details.

IMPORTANT: We are in the process of forking LittleCMS. LCMS2 is not thread safe, and cannot be made thread safe without breaking the ABI. Our fork will be thread safe, and include performance enhancements (these changes have all be been offered and rejected upstream). We will maintain compatibility between Ghostscript and LCMS2 for a time, but not in perpetuity. Our fork will be available as its own package separately from Ghostscript (and MuPDF).

The usual round of bug fixes, compatibility changes, and incremental improvements.

(adam)

2019-04-17 08:27:20 UTC MAIN commitmail json YAML

jbig2dec: updated to 0.16

Version 0.16:
* API change allowing for library users to get the custom allocator
  so it may be freed if necessary. This is useful if the allocator
  is extended with e.g. a custom pointer needed by the allocator
  callbacks.

(adam)

2019-04-17 07:05:32 UTC MAIN commitmail json YAML

doc: Updated graphics/png to 1.6.37

(wiz)

2019-04-17 07:05:21 UTC MAIN commitmail json YAML

png: update to 1.6.37.

This is largely a bugfix-only release. Most importantly, it contains
a fix for a use-after-free vulnerability (CVE-2019-7317) affecting
the simplified libpng API, and a fix for a memory leak affecting the
ARM NEON implementation of the palette-to-RGB(A) expansion.

(wiz)

2019-04-16 19:30:55 UTC MAIN commitmail json YAML

filesystems/fuse-ntfs-3g: Use libfuse on NetBSD

Due to not fully understood reasons, perhaps use of the low-level FUSE
API, or perhaps using a different FUSE high-level API version, this
package fails to build with NetBSD's librefuse.  It does build when
linked against filesystems/fuse, so do that.

Not tested, but building is an improvement over not building.
(This commit only changes the build on NetBSD.)

(gdt)

2019-04-16 18:41:21 UTC MAIN commitmail json YAML

2019-04-16 18:30:50 UTC MAIN commitmail json YAML

doc: Updated lang/go112 to 1.12.4

(bsiegert)

2019-04-16 18:30:27 UTC MAIN commitmail json YAML

Update go112 to 1.12.4.

go1.12.2 (released 2019/04/05) includes fixes to the compiler, the go command,
the runtime, and the doc, net, net/http/httputil, and os packages. See the Go
1.12.2 milestone on our issue tracker for details.

go1.12.3 (released 2019/04/08) was accidentally released without its intended
fix. It is identical to go1.12.2, except for its version number. The intended
fix is in go1.12.4.

go1.12.4 (released 2019/04/11) fixes an issue where using the prebuilt binary
releases on older versions of GNU/Linux led to failures when linking programs
that used cgo. Only Linux users who hit this issue need to update.

(bsiegert)

2019-04-16 18:18:53 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20190417

(leot)

2019-04-16 18:18:38 UTC MAIN commitmail json YAML

youtube-dl: Update to 20190417

Changes:
version 2019.04.17

Extractors
* [openload] Randomize User-Agent (closes #20688)
+ [openload] Add support for oladblock domains (#20471)
* [adn] Fix subtitle extraction (#12724)
+ [aol] Add support for localized websites
+ [yahoo] Add support GYAO episode URLs
+ [yahoo] Add support for streaming.yahoo.co.jp (#5811, #7098)
+ [yahoo] Add support for gyao.yahoo.co.jp
* [aenetworks] Fix history topic extraction and extract more formats
+ [cbs] Extract smpte and vtt subtitles
+ [streamango] Add support for streamcherry.com (#20592)
+ [yourporn] Add support for sxyprn.com (#20646)
* [mgtv] Fix extraction (#20650)
* [linkedin:learning] Use urljoin for form action URL (#20431)
+ [gdc] Add support for kaltura embeds (#20575)
* [dispeak] Improve mp4 bitrate extraction
* [kaltura] Sanitize embed URLs
* [jwplatfom] Do not match manifest URLs (#20596)
* [aol] Restrict URL regular expression and improve format extraction
+ [tiktok] Add support for new URL schema (#20573)
+ [stv:player] Add support for player.stv.tv (#20586)

(leot)

2019-04-16 18:14:24 UTC MAIN commitmail json YAML

doc: Updated lang/go111 to 1.11.9

(bsiegert)

2019-04-16 18:13:49 UTC MAIN commitmail json YAML

Update go111 to 1.11.9.

go1.11.7 (released 2019/04/05) includes fixes to the runtime and the net
packages. See the Go 1.11.7 milestone on our issue tracker for details.

go1.11.8 (released 2019/04/08) was accidentally released without its intended
fix. It is identical to go1.11.7, except for its version number. The intended
fix is in go1.11.9.

go1.11.9 (released 2019/04/11) fixes an issue where using the prebuilt binary
releases on older versions of GNU/Linux led to failures when linking programs
that used cgo. Only Linux users who hit this issue need to update.

(bsiegert)

2019-04-16 11:49:46 UTC MAIN commitmail json YAML

Updated security/gpa to 0.10.0

(ryoon)

2019-04-16 11:49:23 UTC MAIN commitmail json YAML

Update to 0.10.0

Changelog:
Noteworthy changes in version 0.10.0 (2018-10-16)
-------------------------------------------------

* Added key manager context menu items to copy the key fingerprint
  and the secret key to the clipboard.

* Added "Details" buttons to many error popups to show raw
  diagnostic output from gpg.

* Changed the "Retrieve Key" dialog to first try the Web Key
  Directory if a mail address is given.  Only if this lookup fails
  the keyservers are searched.

* Added a user-ID notebook page to show per user-ID info.

* Made location of locale dir under Windows more flexible.

* Fixed crash on filename conversion error.  [#2185]

* Fixed listing of key algos in the subkey windows.  [#3405]

* Removed lazy loading of the secret keyring.  [#3748]

Release-info: https://dev.gnupg.org/T4186

(ryoon)

2019-04-16 11:44:04 UTC MAIN commitmail json YAML

Updated lang/gawk to 5.0.0

(ryoon)

2019-04-16 11:43:29 UTC MAIN commitmail json YAML

Update to 5.0.0

Changelog:
Changes from 4.2.1 to 5.0.0
---------------------------

1. Support for the POSIX standard %a and %A printf formats has been added.

2. The test infrastructure has been greatly improved, simplifying the
  contents of test/Makefile.am and making it possible to generate
  pc/Makefile.tst from test/Makefile.in.

3. The regex routines have been replaced with those from GNULIB, allowing
  me to stop carrying forward decades of changes against the original
  ones from GLIBC.

4. Infrastructure upgrades: Bison 3.3, Automake 1.16.1, Gettext 0.19.8.1,
  makeinfo 6.5.

5. The undocumented configure option and code that enabled the use of
  non-English "letters" in identifiers is now gone.

6. The `--with-whiny-user-strftime' configuration option is now gone.

7. The code now makes some stronger assumptions about a C99 environment.

8. PROCINFO["platform"] yields a string indicating the platform for
  which gawk was compiled.

9. Writing to elements of SYMTAB that are not variable names now
  causes a fatal error. THIS CHANGES BEHAVIOR.

10. Comment handling in the pretty-printer has been reworked almost completely
    from scratch. As a result, comments in many corner cases that were
    previously lost are now included in the formatted output.

11. Namespaces have been implemented! See the manual.  One consequence of this
    is that files included with -i, read with -f, and command line program
    segments must all be self-contained syntactic units. E.g., you can no
    longer do something like this:

  gawk -e 'BEGIN {' -e 'print "hello" }'

12. Gawk now uses the locale settings for ignoring case in single byte
    locales, instead of hardwiring in Latin-1.

13. A number of bugs, some of them quite significant, have been fixed.
    See the ChangeLog for details.

(ryoon)

2019-04-16 11:34:39 UTC MAIN commitmail json YAML

Fix packaging under native Linux

(ryoon)

2019-04-16 11:33:46 UTC MAIN commitmail json YAML

Updated editors/OmegaT to 4.1.5.04nb1

(ryoon)

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

2019-04-16 07:50:36 UTC MAIN commitmail json YAML

Updated multimedia/mkvtoolnix, devel/memcached

(adam)

2019-04-16 07:50:19 UTC MAIN commitmail json YAML

memcached: updated to 1.5.13

1.5.13:
Fixes
- Basic implementation of TLS for memcached.
- Improve Get And Touch documentation

New Features
- TLS support!

(adam)

2019-04-16 07:21:49 UTC MAIN commitmail json YAML

mkvtoolnix: updated to 33.1.0

Version 33.1.0 "Primrose"

Bug fixes
* MKVToolNix GUI: multiplexer: Windows: using UNC paths
  (e.g. \\server\Videos) when the option "automatically set the destination
  file name" was set in the preferences, the GUI would create a destination
  file name with forward slashes (e.g. //server/Videos/outputfile.mkv), a
  syntax not supported by mkvmerge.
* build system: the programs were accidentally built without stack protection
  (-fstack-protector-strong) on recent versions of gcc and clang.

Version 33.0.0 "A Little Bit of Madness"

Bug fixes
* mkvinfo: when using the --size option, mkvinfo will now report the
  correctly if an element has an unknown size.
* MKVToolNix GUI: info tool: clusters with an unknown size will now be read
  and displayed correctly.
* MKVToolNix GUI: multiplexer: Windows: trying to open Blu-ray index or
  playlist files failed when the path to the files contained symbolic links
  (e.g. when mounting a drive in a sub-folder via Windows' disk management
  utility).
* MKVToolNix GUI: multiplexer: if a destination file names ends with a number
  in parenthesis (e.g. a year such as "(2017)"), that number will not be
  stripped anymore during the process of ensuring the destination file name is
  unique. Only those suffixes added automatically in prior attempts to make
  the file name unique will be removed.
* MKVToolNix GUI: multiplexer: Windows: the GUI will let the user change the
  drive letter part of the destination file name freely again and only verify
  its validity right before starting to mux/adding to the job queue. Before it
  tried to force that into something valid, often resulting in unintentional
  paths (such as "C:\users\…\DC\files\…").

(adam)

2019-04-16 07:19:02 UTC MAIN commitmail json YAML

Updated devel/py-hypothesis, devel/py-test, devel/py-mako

(adam)

2019-04-16 07:18:33 UTC MAIN commitmail json YAML

py-mako: updated to 1.0.9

1.0.9:
Further corrected the previous fix for 287 as it relied upon an attribute that is monkeypatched by Python窶冱 ast module for some reason, which fails if ast hasn窶冲 been imported; the correct attribute Constant.value is now used. Also note the issue was mis-numbered in the previous changelog note.

(adam)

2019-04-16 07:17:07 UTC MAIN commitmail json YAML

py-test: updated to 4.4.1

pytest 4.4.1:
Bug Fixes
* Environment variables are properly restored when using pytester窶冱 testdir fixture.
* Fix regression with --pdbcls, which stopped working with local modules in 4.0.0.
* Produce a warning when unknown keywords are passed to pytest.param(...).
* Invalidate import caches with monkeypatch.syspath_prepend, which is required with namespace packages being used.

(adam)

2019-04-16 07:14:00 UTC MAIN commitmail json YAML

py-hypothesis: updated to 4.17.0

4.17.0
This release adds the strategy :func:~hypothesis.extra.numpy.broadcastable_shapes, which generates array shapes that are broadcast-compatible with a provided shape.

4.16.0
This release allows :func:~hypothesis.strategies.register_type_strategy to be used with :obj:python:typing.NewType instances. This may be useful to e.g. provide only positive integers for :func:from_type(UserId) <hypothesis.strategies.from_type> with a UserId = NewType('UserId', int) type.

4.15.0
This release supports passing a :class:~python:datetime.timedelta as the :obj:~hypothesis.settings.deadline setting, so you no longer have to remember that the number is in milliseconds (:issue:1900).

Thanks to Damon Francisco for this change!

4.14.7
This patch makes the type annotations on hypothesis.extra.dateutil compatible with :pypi:mypy 0.700.

4.14.6
This release fixes a bug introduced in :ref:Hypothesis 4.14.3 <v4.14.3> that would sometimes cause :func:sampled_from(...).filter(...) <hypothesis.strategies.sampled_from> to encounter an internal assertion failure when there are three or fewer elements, and every element is rejected by the filter.

4.14.5
This patch takes the previous efficiency improvements to :func:sampled_from(...).filter(...) <hypothesis.strategies.sampled_from> strategies that reject most elements, and generalises them to also apply to sampled_from(...).filter(...).filter(...) and longer chains of filters.

4.14.4
This release fixes a bug that prevented :func:~hypothesis.strategies.random_module from correctly restoring the previous state of the random module.

The random state was instead being restored to a temporary deterministic state, which accidentally caused subsequent tests to see the same random values across multiple test runs.

4.14.3
This patch adds an internal special case to make :func:sampled_from(...).filter(...) <hypothesis.strategies.sampled_from> much more efficient when the filter rejects most elements

(adam)

2019-04-16 06:53:26 UTC MAIN commitmail json YAML

Bump the various bootstrap kits for NetBSD to 1.34.0.

(he)

2019-04-15 22:29:21 UTC MAIN commitmail json YAML

doc: Updated graphics/ristretto to 0.8.4

(gutteridge)

2019-04-15 22:28:36 UTC MAIN commitmail json YAML

ristretto: update to 0.8.4

0.8.4
=====
- Add missing field initializers
- Instead of thumbnails, the same icons with a crossed red circle (bug #13419)
- Resolve g_type_class_add_private() deprecation
- Glib-Critical errors to stdout: Source ID X was not found when attempting to
  remove it (bug #15268)
- Fix memory leak (bug #12034)
- Show file size in the status bar (bug #14791)
- Fix opening of PPM files (bug #14709)

* Translation updates:
  Arabic (ar), Asturian (ast), Belarusian (be), Bulgarian (bg), Catalan (ca),
  Czech (cs), Danish (da), German (de), Greek (el), English (United Kingdom)
  (en_GB), Spanish (es), Basque (eu), Finnish (fi), French (fr), Galician (gl),
  Hebrew (he), Croatian (hr), Hungarian (hu), Indonesian (id), Icelandic (is),
  Italian (it), Japanese (ja), Kazakh (kk), Korean (ko), Lithuanian (lt), Malay
  (ms), Norwegian Bokm奪l (nb), Dutch (nl), Occitan (oc), Polish (pl), Portuguese
  (pt), Portuguese (Brazil) (pt_BR), Romanian (ro), Russian (ru), Slovak (sk),
  Slovenian (sl), Albanian (sq), Serbian (sr), Swedish (sv), Telugu (te), Thai
  (th), Turkish (tr), Uighur (ug), Ukrainian (uk), Chinese (China) (zh_CN),
  Chinese (Taiwan) (zh_TW)

(gutteridge)

2019-04-15 16:23:45 UTC MAIN commitmail json YAML

Updated net/knot to 2.8.1

(ryoon)

2019-04-15 16:23:03 UTC MAIN commitmail json YAML

Update to 2.8.1

Changelog:
Knot DNS 2.8.1 (2019-04-09)
===========================

Improvements:
-------------
- Possible zone transaction is aborted by zone events to avoid inconsistency
- Added log message if no persistent config DB is available during 'conf-begin'
- New environment setting 'KNOT_VERSION_FORMAT=release' for extended version suppression
- Various improvements in the documentation

Bugfixes:
---------
- Broken NSEC3-wildcard-nonexistence proof after NSEC3 re-salt
- Glue records under delegation are sometimes signed
- RRL doesn't work correctly on big-endian architectures
- NSEC3 not re-salted during AXFR refresh
- Failed to sign new zone contents if added dynamically #641
- NSEC3 opt-out signing doesn't work in some cases
- Broken NSEC3 chain after adding new sub-delegations
- Redundant SOA RRSIG on slave if RRSIG TTL changed on master
- Sometimes confusing log error message for NOTIFY event
- Improper include for LMDB #638

Knot DNS 2.8.0 (2019-03-05)
===========================

Features:
---------
- New offline-KSK mode of operation
- Configurable multithreaded DNSSEC signing for large zones
- Extended ACL configuration for dynamic updates
- New knotc trigger 'zone-key-rollover' for immediate DNSKEY rollover
- Added support for OPENPGPKEY, CSYNC, SMIMEA, and ZONEMD RR types
- New 'double-ds' option for CDS/CDNSKEY publication

Improvements:
-------------
- Significant speed-up of zone updates
- Knotc supports force option in the interactive mode
- Copy-on-write support for QP-trie (Thanks to Tony Finch)
- Unified and more efficient LMDB layer for journal, timer, and KASP databases
- DS check event is re-planned according to KASP even when purged timers
- Module DNS Cookies supports explicit Server Secret configuration
- Zone mtime is verified against full-precision timestamp (Thanks to Daniel Kahn Gillmor)
- Extended logging (loaded SOA serials, refresh duration, tiny cleanup)
- Relaxed fixed-length condition for DNSSEC key ID
- Extended semantic checks for DNAME and NS RR types
- Added support for FreeBSD's SO_REUSEPORT_LB
- Improved performance of geoip module
- Various improvements in the documentation

Compatibility:
--------------
- Changed configuration default for 'cds-cdnskey-publish' to 'rollover'
- Journal DB format changes are not downgrade-compatible
- Keymgr no longer prints DS for algorithm SHA-1

(ryoon)

2019-04-15 14:35:12 UTC MAIN commitmail json YAML

ruby-tk: remove reference to ruby 2.3

(wiz)

2019-04-15 14:28:35 UTC MAIN commitmail json YAML

doc: undo remove of x11/ruby-tk

(taca)

2019-04-15 14:27:49 UTC MAIN commitmail json YAML

x11/Makefile: revive ruby-tk

(taca)

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

x11/ruby-tk: revert package remove

Revert ruby-tk package remove.  It is stiil required by lang/ruby22.

(taca)

2019-04-15 14:25:25 UTC MAIN commitmail json YAML

Add missing buildlink3.mk to enable dependencies to lang/openjdk-bin

(ryoon)

2019-04-15 10:21:19 UTC MAIN commitmail json YAML

doc: Updated net/mitmproxy to 4.0.4nb1

(leot)

2019-04-15 10:19:55 UTC MAIN commitmail json YAML

mitmproxy: Add a patch to fix with newer py-wsproto API changes in >=0.13.0

Unfortunately the .orig file is also installed, add a post-install:
target to clean `*.orig' left.

Bump PKGREVISION

(Accidentally uncommitted in the previous commit, sorry!)

(leot)

2019-04-15 10:19:04 UTC MAIN commitmail json YAML

mitmproxy: Add a patch to fix with newer py-wsproto API changes in >=0.13.0

Unfortunately the .orig file is also installed, add a post-install:
target to clean `*.orig' left.

Bump PKGREVISION

(leot)

2019-04-15 08:31:10 UTC MAIN commitmail json YAML

2019-04-15 08:27:59 UTC MAIN commitmail json YAML

Updated devel/py-cython, devel/py-autopep8

(adam)

2019-04-15 08:27:42 UTC MAIN commitmail json YAML

py-autopep8: updated to 1.4.4

version 1.4.4
* fix bugs
* Don't write the file unless there are changes
* update configuration documentation

(adam)

2019-04-15 08:18:38 UTC MAIN commitmail json YAML

py-cython: updated to 0.29.7

0.29.7:
Bugs fixed
* Crash when the shared Cython config module gets unloaded and another Cython
  module reports an exceptions.  Cython now makes sure it keeps an owned reference
  to the module.
* Resolved a C89 compilation problem when enabling the fast-gil sharing feature.
* Coverage reporting did not include the signature line of cdef functions.
* Casting a GIL-requiring function into a nogil function now issues a warning.
* Generators and coroutines were missing their return type annotation.

(adam)

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

Updated devel/cmake, databases/py-psycopg2, databases/py-peewee

(adam)

2019-04-15 07:03:50 UTC MAIN commitmail json YAML

py-peewee: updated to 3.9.4

3.9.4:

* Add Model.bulk_update() method for bulk-updating fields across multiple
  model instances.
* Add lazy_load parameter to ForeignKeyField. When initialized with
  lazy_load=False, the foreign-key will not use an additional query to
  resolve the related model instance. Instead, if the related model instance is
  not available, the underlying FK column value is returned (behaving like the
  "_id" descriptor).
* Added Model.truncate_table() method.
* The reflection and pwiz extensions now attempt to be smarter about
  converting database table and column names into snake-case. To disable this,
  you can set snake_case=False when calling the Introspector.introspect()
  method or use the -L (legacy naming) option with the pwiz script.
* Bulk insert via insert_many() no longer require specification of the
  fields argument when the inserted rows are lists/tuples. In that case, the
  fields will be inferred to be all model fields except any auto-increment id.
* Add DatabaseProxy, which implements several of the Database class context
  managers. This allows you to reference some of the special features of the
  database object without directly needing to initialize the proxy first.
* Add support for window function frame exclusion and added built-in support
  for the GROUPS frame type.
* Add support for chaining window functions by extending a previously-declared
  window function.
* Playhouse Postgresql extension TSVectorField.match() method supports an
  additional argument plain, which can be used to control the parsing of the
  TS query.
* Added very minimal JSONField to the playhouse MySQL extension.

(adam)

2019-04-15 07:01:23 UTC MAIN commitmail json YAML

py-psycopg2: updated to 2.8.2

2.8.2:
Fixed "there's no async cursor" error polling a connection with no cursor.
Fixed RealDictCursor when there are repeated columns.
Fixed RealDictRow modifiability.
Binary packages built with OpenSSL 1.1.1b. Should fix concurrency problems.

(adam)

2019-04-15 06:59:08 UTC MAIN commitmail json YAML

cmake: updated to 3.14.2

Changes in 3.14.2 since 3.14.1:
* MSVC: Fix MSVC_TOOLSET_VERSION for VS 2019 v142 toolset
* ARMCC: Do not identify ARMClang as ARMCC
* IRSL: Fix discovery of VS 2019 v142 toolset redistributables
* Tests: Clarify hand-written cases in RunCMake.ParseImplicitIncludeInfo
* Tests: Teach RunCMake.ParseImplicitIncludeInfo to match output by regex
* Fix implicit include directory extraction for adaptive relative paths
* Xcode: Factor out duplicate source group code into lambda
* Xcode: Avoid mutating App Bundle targets during generation
* cmake-gui: Fix icon overlay on windows
* Modules/CTest: Fix SubmitURL
* cmake-gui: Fix theme on Windows with Qt >= 5.10

(adam)

2019-04-15 06:11:33 UTC MAIN commitmail json YAML

2019-04-14 21:53:28 UTC MAIN commitmail json YAML

doc: Updated net/mrtg to 2.17.7

(jnemeth)

2019-04-14 21:50:36 UTC MAIN commitmail json YAML

Update to MRTG 2.17.7:

Changes 2.17.7, 2018-07-12
--------------------------
From: Martin Sechny, shenk.sk
* update to HTML 5 template in bin/mrtg, checked by HTML+CSS W3C validator
* corrected style in HTML template: color with background-color
  (workaround for missing text color property in mrtg.cfg)

Changes 2.17.6, 2014-12-02
--------------------------
From: tobi
* add --descr=ifname option to indexmaker
* fix parsing of global option in cfgmaker
* add dcn id to cfgmaker (baed on input from Pawel Golaszeswski)

From: Steve Alligood <steve@betterlinux.com>
* make sure threshval does not get clobberd

Changes 2.17.5, 2012-04-26
--------------------------
From: Pavel Gulchouck <gul@gul.kiev.ua>
* fix for kmg option coredump

(jnemeth)

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

doc: Updated net/hub to 2.11.2

(leot)

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

hub: Update to 2.11.2

Changes:
2.11.2
------
  * Avoid crash in hub remote argument parsing
  * Fix hub -C mydir merge <URL> by propagating global git arguments to Before/
    After chains
  * Preserve tilde ~ character in man pages

2.11.1
------
  * Fix non-draft pull requests for certain repositories

2.11.0
------
  * Create draft pull requests with hub pull-request --draft
    Draft pull requests are considered work in progress: they don't
    automatically request others for review and they are not mergeable while in
    their draft state.

2.10.2
------
  * Fix compatibility with git when run with no arguments: hub --git-dir=.git
  * Fix issue/PR --format %L output in no-color mode

2.10.1
------
  * Fix writing over existing cache files in hub api
  * Allow repository names that start with a - character
  * List api among custom hub commands in help

(leot)

2019-04-14 18:20:02 UTC MAIN commitmail json YAML

sratom: set USE_LANGUAGES=c99 to make it build on NetBSD 7

(gson)

2019-04-14 17:37:33 UTC MAIN commitmail json YAML

Fix typo in patch, reported by Greg A. Woods in PR pkg/54119.
While ipxe/src/net/fcels.c is build, it part of a library archive and
as none of its functions are used it's not inclued in the final link.
That's why calling the nonexistant suzeif() here doesn't matters.

(bouyer)

2019-04-14 15:40:23 UTC MAIN commitmail json YAML

lang/ruby: remove support for ruby23

Remove support for ruby23.

(taca)

2019-04-14 15:37:41 UTC MAIN commitmail json YAML

doc: note remove of ruby23 packages

lang/ruby23
lang/ruby23-base
x11/ruby-tk

(taca)