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


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




switch to index mode

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

2024-05-13 04:33:51 UTC Now

2019-03-07 09:22:48 UTC MAIN commitmail json YAML

npm: updated to 6.9.0

6.9.0:
FEATURES
* Time traveling installs using the --before flag.
* Add support for package aliases. This allows packages to be installed under a
  different directory than the package name listed in package.json, and adds a
  new dependency type to allow this to be done for registry dependencies.
* Always save package-lock.json when using --package-lock-only.
* Make empty-string run-scripts run successfully as a no-op.
* Match git semver ranges when flattening the tree.
* Re-enable updating local packages.

BUGFIXES
* Set modified to undefined in npm view when time is not available. This
  fixes a bug where npm view would crash on certain third-party registries.
* Print out tar version in install.sh only when the flag is supported not all
  the tar implementations support --version flag. This allows the install script
  to work in OpenBSD, for example.
* Fix typo in error message for npm stars.
* Strip version info from pkg on E404. This improves the error messaging format.

DOCS
* Add npm add as alias to npm install in docs.
* Fix link to RFC 10 in the changelog.
* Describe exit codes in npm-audit docs.

(adam)

2019-03-07 08:47:45 UTC MAIN commitmail json YAML

nodejs: updated to 10.15.3

Version 10.15.3 'Dubnium' (LTS)
Notable Changes
doc: add antsmartian to collaborators
http: fix error check in Execute()
stream: fix end-of-stream for HTTP/2

(adam)

2019-03-07 04:07:54 UTC MAIN commitmail json YAML

delete file missed during package deletion on Feb. 16th

(jnemeth)

2019-03-07 03:56:20 UTC MAIN commitmail json YAML

caja-dropbox: fix patch checksums

(gutteridge)

2019-03-07 03:42:35 UTC MAIN commitmail json YAML

delete file missed yesterday

(jnemeth)

2019-03-07 01:26:46 UTC MAIN commitmail json YAML

mate-session-manager: simplify patch (NFCI)

I misconstrued a detail about systemd handling code elsewhere in the
file by over-thinking things, and introduced some redundancies here.

(gutteridge)

2019-03-06 22:04:55 UTC MAIN commitmail json YAML

Revert last, redundant with older fix.

(joerg)

2019-03-06 21:51:25 UTC MAIN commitmail json YAML

Ensure correct client linking when option liblqr is enabled.

(joerg)

2019-03-06 21:39:17 UTC MAIN commitmail json YAML

Update the NetBSD/aarch64 bootstrap kit to target 8.99.35 dated 2019-03-05.

(he)

2019-03-06 21:36:48 UTC MAIN commitmail json YAML

Needs tex-lamda-lists and tex-xkeyval. Bump revision.

(joerg)

2019-03-06 21:36:04 UTC MAIN commitmail json YAML

Needs tex-listofitems. Bump revision

(joerg)

2019-03-06 21:13:14 UTC MAIN commitmail json YAML

doc: Updated net/vpnc-script to 20190116

(schmonz)

2019-03-06 21:13:09 UTC MAIN commitmail json YAML

Update to 20190116. From the changelog:

- Add IPv6 DNS addresses using "netsh interface ipv6 add dns" command
- Add attempt-reconnect invocation

(schmonz)

2019-03-06 18:44:31 UTC MAIN commitmail json YAML

Updated databases/py-peewee, devel/py-isort, devel/py-astroid, net/py-amqp, net/py-kombu

(adam)

2019-03-06 18:43:55 UTC MAIN commitmail json YAML

py-kombu: updated to 4.4.0

4.4.0:
- Restore bz2 import checks in compression module.
  The checks were removed in celery/kombu-938 <https://github.com/celery/kombu/pull/938>_ due to assumption that it only affected Jython.
  However, bz2 support can be missing in Pythons built without bz2 support.
- Fix regression that occurred in 4.3.0
  when parsing  Redis Sentinel master URI containing password.
- Handle the case when only one Redis Sentinel node is provided.
- Support SSL URL parameters correctly for rediss:// URIs.
- Revert celery/kombu-954 <https://github.com/celery/kombu/pull/954>_.
  Instead bump the required redis-py dependency to 3.2.0
  to include this fix andymccurdy/redis-py@4e1e748 <https://github.com/andymccurdy/redis-py/commit/4e1e74809235edc19e03edb79c97c80a3e4e9eca>_.
- Added support for broadcasting using a regular expression pattern
  or a glob pattern to multiple Pidboxes.

(adam)

2019-03-06 18:42:16 UTC MAIN commitmail json YAML

py-amqp: updated to 2.4.2

2.4.2:
- Added support for the Cygwin platform
- Correct offset incrementation when parsing bitmaps.
- Consequent bitmaps are now parsed correctly.
  Previously the bit counter was reset with every bit.
  We now reset it once per 8 bits, when we consume the next byte.

(adam)

2019-03-06 18:39:43 UTC MAIN commitmail json YAML

py-astroid: updated to 2.2.4

What's New in astroid 2.2.4?
* Latest typed_ast gets installed for all CPython versions.

(adam)

2019-03-06 18:37:59 UTC MAIN commitmail json YAML

py-isort: updated to 4.3.12

4.3.12:
- Fix error caused when virtual environment not detected

4.3.11:
- Fixed issue: confused by symlinks pointing to virtualenv gives FIRSTPARTY not THIRDPARTY
- Fixed issue: current version skips every file on travis
- Additional caching to reduce performance regression introduced in 4.3.5
- Improved handling of pex files and other binary Python files

(adam)

2019-03-06 18:36:13 UTC MAIN commitmail json YAML

py-peewee: updated to 3.9.2

3.9.2:
This release contains a fix for a test that was failing when 3.9.1 was tagged and released.

3.9.1:
Includes a bugfix for an AttributeError that occurs when using MySQL with the MySQLdb client.

(adam)

2019-03-06 17:02:32 UTC MAIN commitmail json YAML

doc: Updated print/zathura to 0.4.3

(leot)

2019-03-06 17:02:20 UTC MAIN commitmail json YAML

zathura: Update to 0.4.3

Changes:
0.4.3
-----
- Various fixes and improvements
- Updated translations

0.4.2
-----
- Various fixes and improvements
- Updated translations

(leot)

2019-03-06 16:57:33 UTC MAIN commitmail json YAML

doc: Updated graphics/girara to 0.3.2

(leot)

2019-03-06 16:57:21 UTC MAIN commitmail json YAML

girara: Update to 0.3.2

Changes:
0.3.2
-----
- Various fixes and improvements
- Update transations

(leot)

2019-03-06 16:51:53 UTC MAIN commitmail json YAML

Add patch to fix build for rust 1.33.0;
trim_left_matches has been superseded by trim_start_matches.

(rin)

2019-03-06 15:08:14 UTC pkgsrc-2018Q4 commitmail json YAML

Latest round of pullup tickets

(bsiegert)

2019-03-06 15:06:57 UTC pkgsrc-2018Q4 commitmail json YAML

Pullup ticket #5922 - requested by schmonz
www/ikiwiki: security fix

Revisions pulled up:
- www/ikiwiki/Makefile                                          1.161-1.162
- www/ikiwiki/distinfo                                          1.132

---
  Module Name:    pkgsrc
  Committed By:  schmonz
  Date:          Thu Feb 28 22:00:49 UTC 2019

  Modified Files:
          pkgsrc/www/ikiwiki: Makefile distinfo

  Log Message:
  Update to ikiwiki. From the changelog:

  * aggregate: Use LWPx::ParanoidAgent if available.
    Previously blogspam, openid and pinger used this module if available,
    but aggregate did not. This prevents server-side request forgery or
    local file disclosure, and mitigates denial of service when slow
    "tarpit" URLs are accessed.
    (CVE-2019-9187)
  * blogspam, openid, pinger: Use a HTTP proxy if configured, even if
    LWPx::ParanoidAgent is installed.
    Previously, only aggregate would obey proxy configuration. If a proxy
    is used, the proxy (not ikiwiki) is responsible for preventing attacks
    like CVE-2019-9187.
  * aggregate, blogspam, openid, pinger: Do not access non-http, non-https
    URLs.
    Previously, these plugins would have allowed non-HTTP-based requests if
    LWPx::ParanoidAgent was not installed. Preventing file URIs avoids local
    file disclosure, and preventing other rarely-used URI schemes like
    gopher mitigates request forgery attacks.
  * aggregate, openid, pinger: Document LWPx::ParanoidAgent as strongly
    recommended.
    These plugins can request attacker-controlled URLs in some site
    configurations.
  * blogspam: Document LWPx::ParanoidAgent as desirable.
    This plugin doesn't request attacker-controlled URLs, so it's
    non-critical here.
  * blogspam, openid, pinger: Consistently use cookiejar if configured.
    Previously, these plugins would only obey this configuration if
    LWPx::ParanoidAgent was not installed, but this appears to have been
    unintended.
  * po: Always filter .po files.
    The po plugin in previous ikiwiki releases made the second and
    subsequent filter call per (page, destpage) pair into a no-op,
    apparently in an attempt to prevent *recursive* filtering (which as
    far as we can tell can't happen anyway), with the undesired effect
    of interpreting the raw .po file as page content (e.g. Markdown)
    if it was inlined into the same page twice, which is apparently
    something that tails.org does. Simplify this by deleting the code
    that prevented repeated filtering. Thanks, intrigeri
    (Closes: #911356)

---
  Module Name: pkgsrc
  Committed By: schmonz
  Date: Thu Feb 28 22:20:01 UTC 2019

  Modified Files:
  pkgsrc/www/ikiwiki: Makefile

  Log Message:
  Add dependency on p5-LWPx-ParanoidAgent. Ride recent version bump.

(bsiegert)

2019-03-06 14:35:57 UTC MAIN commitmail json YAML

doc: Updated geography/libgeotiff to 1.4.3

(gdt)

2019-03-06 14:35:49 UTC MAIN commitmail json YAML

geography/libgeotiff: Update to 1.4.3

Upstream does not publish NEWS and there do not appear to be any release notes.
Skimming the changelog, this is
  bugfixes
  update to EPSG database
  withdrawal of a test program that should not have been installed
  listgeo/applygeo to extract and apply georeferencing

(Note that this works with proj 5; it still uses the deprecated proj_api.h.)

(gdt)

2019-03-06 14:09:10 UTC MAIN commitmail json YAML

py-hg-evolve: update to 8.4.0nb1.

Switch to distutils.mk.

(wiz)

2019-03-06 14:00:40 UTC MAIN commitmail json YAML

doc: Updated x11/xf86-video-amdgpu to 19.0.0

(wiz)

2019-03-06 14:00:30 UTC MAIN commitmail json YAML

xf86-video-amdgpu: update to 19.0.0.

I'm pleased to announce the 19.0.0 release of xf86-video-amdgpu, the
Xorg driver for AMD Radeon GPUs supported by the amdgpu kernel driver.
This release supports xserver versions 1.13-1.20.

Highlights:

* Support for FreeSync variable refresh rate (this also requires the
  amdgpu driver from kernel 5.0 or newer, and radeonsi from Mesa 19.0 or
  newer).
* Various TearFree related fixes and robustness improvements.
* Support for scanout buffers using DCC colour compression.
* Up to six independent instances per GPU are now supported in "Zaphod"
  style multi-head configurations.

Plus other improvements and fixes. Thanks to everybody who contributed
to this release in any way!

Mario Kleiner (1):
      Fix crash when page flipping in multi-X-Screen/Zaphod mode

Michel Dè¾°nzer (53):
      Post-release version bump
      Convert README to markdown
      Handle pending scanout update in drmmode_crtc_scanout_free
      Make wait_pending_flip / handle_deferred symmetric in set_mode_major
      Cast return value of amdgpu_get_marketing_name to char*
      Fix --disable-glamor build
      Add GitLab CI configuration
      Fix condition for calling set_pixmap_bo in drmmode_xf86crtc_resize
      Allow up to six instances in Zaphod mode
      Detect and fix up non-premultiplied cursor data
      glamor: Can work at depth >= 15 with current xserver Git master
      man: This driver supports colour depths 8, 15 and 16
      Add README.md to EXTRA_DIST
      Relax detection of non-premultiplied alpha cursor data
      Use drm_abort_one in drm_queue_handler
      Explicitly keep track of whether a DRM event is for a flip or not
      Move deferred vblank events to separate drm_vblank_deferred list
      Skip gamma correction of cursor data if premultiplied R/G/B > alpha
      Generate docker image as part of CI pipeline
      Perform scanout buffer update immediately if drmmode_wait_vblank fails
      Cancel pending scanout update in drmmode_crtc_scanout_update
      Automatically try re-enabling TearFree after a flip failed
      Don't use GBM for allocating HW cursor BOs
      Drop AMDGPUInfoRec::cursor_buffer array
      Use drmIoctl in drmmode_show_cursor
      Update cursor position in drmmode_show_cursor if hotspot changed
      Use two HW cursor buffers per CRTC
      Don't clear info->flip_window in present_unflip
      Remove superfluous vrr_flipping field and clean up related code
      gitlab-ci: Use kaniko instead of docker-in-docker for image generation
      Only call drmmode_uevent_init if RandR is enabled
      Only call drmmode_validate_leases if RandR is enabled
      dri3: Flush if necessary in dri3_fd_from_pixmap
      dri2: Flush in dri2_create_buffer2 after calling glamor_set_pixmap_bo
      glamor: Avoid glamor_create_pixmap for pixmaps backing windows
      Don't allow TearFree scanout flips to complete in the same vblank period
      Only update drmmode_crtc->flip_pending after actually submitting a flip
      Call drmHandleEvent again if it was interrupted by a signal
      Keep waiting for a pending flip if drm_handle_event returns 0
      gitlab-ci: Only run docker-image stage if relevant source files change
      gitlab-ci: Don't rely on $CI_PROJECT_NAME
      Don't register a window private if VRR is disabled
      Don't enable the VRR support code for GPU screens
      Wrap change/delete window property request handlers
      Make use of property request wrappers for VRR property
      Call amdgpu_present_set_screen_vrr from amdgpu_vrr_property_update
      present: Check that flip and screen pixmap pitches match
      dri2: Call drm_queue_handle_deferred in dri2_deferred_event
      Revert "gitlab-ci: Only run docker-image stage if relevant source files change"
      Revert "Remove set but unused amdgpu_dri2::pKernelDRMVersion"
      Make drmmode_cm_enabled an inline function
      present: Don't check tiling parameters with DC & DRM minor version >= 31
      Bump version for the 19.0.0 release

Nicholas Kazlauskas (2):
      Check last flip window instead of screen root before flipping
      Support CRTC variable refresh for windows using Present flips

(wiz)

2019-03-06 13:43:24 UTC pkgsrc-2018Q4 commitmail json YAML

Pullup ticket #5916 - requested by maya
www/webkit-gtk: security fix (remote code execution)

Revisions pulled up:
- www/webkit-gtk/Makefile                                      1.156-1.157
- www/webkit-gtk/PLIST                                          1.46
- www/webkit-gtk/distinfo                                      1.115-1.116
- www/webkit-gtk/patches/patch-Source_JavaScriptCore_dfg_DFGDoesGC.cpp 1.1

---
  Module Name:    pkgsrc
  Committed By:  leot
  Date:          Sat Feb  9 11:29:45 UTC 2019

  Modified Files:
          pkgsrc/www/webkit-gtk: Makefile PLIST distinfo

  Log Message:
  webkit-gtk: Update to 2.22.6

  pkgsrc changes:
    - Set USE_GCC_RUNTIME to depends on gcc6-libs when pkgsrc gcc is used
      (XXX: Not tested and not clear if currently mk/compiler/gcc.mk DTRT
      XXX: regarding (if not, that's probably why firefox/mozilla-common.mk
      XXX: abuses USE_PKGSRC_GCC_RUNTIME!))

  Changes:
  WebKitGTK+ 2.22.6
  =================
    - Make kinetic scrolling slow down smoothly when reaching the ends of
      pages, instead of abruptly, to better match the GTK+ behaviour.
    - Fix Web inspector magnifier under Wayland.
    - Fix garbled rendering of some websites (e.g. YouTube) while scrolling
      under X11.
    - Fix several crashes, race conditions, and rendering issues.

---
  Module Name: pkgsrc
  Committed By: maya
  Date: Thu Feb 21 18:52:15 UTC 2019

  Modified Files:
  pkgsrc/www/webkit-gtk: Makefile distinfo
  Added Files:
  pkgsrc/www/webkit-gtk/patches:
      patch-Source_JavaScriptCore_dfg_DFGDoesGC.cpp

  Log Message:
  webkit-gtk: backport upstream patch. security fix.

  Subject: [PATCH] Fix DFG doesGC() for CompareEq/Less/LessEq/Greater/GreaterEq
    and CompareStrictEq nodes. https://bugs.webkit.org/show_bug.cgi?id=194800
    <rdar://problem/48183773>

  Reviewed by Yusuke Suzuki.

  Fix doesGC() for the following nodes:

      CompareEq:
      CompareLess:
      CompareLessEq:
      CompareGreater:
      CompareGreaterEq:
      CompareStrictEq:
          Only return false (i.e. does not GC) for child node use kinds that have
          been vetted to not do anything that can GC.  For all other use kinds
          (including StringUse and BigIntUse), we return true (i.e. does GC).

  * dfg/DFGDoesGC.cpp:
  (JSC::DFG::doesGC):

  This was published alongside with exploit code claiming it is remote
  code execution, but I don't understand what the exploit is doing.

  bump PKGREVISION

(bsiegert)

2019-03-06 13:12:26 UTC MAIN commitmail json YAML

jbig2enc, py-hg-evolve

(joerg)

2019-03-06 13:11:56 UTC MAIN commitmail json YAML

Update hg-evolve to 8.4.0:

8.4.0 -- 2019-12-22
-------------------

  * compat: add compatibility with Mercurial 4.9
  * compat: drop compatibility with Mercurial 4.3
  * evolve: avoid potential crash when stabilizing orphan merges
  * evolve: pick right destination in split+prune cases issue5686 (hg-4.9 only)
  * evolve: prioritize --rev/--any/--all option over obsolete working directory
  * fold: concatenate commit message in revision order
  * next: evolve aspiring children by default (use --no-evolve to skip)
  * next: pick lower part of a split as destination
  * push: have `--publish` overrule the `auto-publish` config
  * split: accept file patterns
  * split: improve and update the user prompt (BC)
  * split: make it possible to drop change during a split
  * split: no longer accept revision without --rev (BC)
  * split: support for non interactive splits

topic 0.13.0

  * stack: introduce a --children flag (see help for details)
  * stack: support for '#stack[idx]' absolute indexing in revset (hg-4.9+ only)
  * topic: support for '#topic[idx]' relative indexing in revset (hg-4.9+ only)
  * topic: make --age compatible with the usual other display for `hg topic`
  * topics: improve the message around topic changes

8.3.3 -- 2018-12-24
-------------------

  * evolve: properly detect unresolved merge conflict (issue-5966)
  * evolve: fix possible crash when the repo changes during evolve (issue-6028)
  * test: avoid leaking `hg serve` process
  * topic: fix error message for the `ngtip` revset

8.3.2 -- 2018-11-27
-------------------

  * evolve: not longer attempt to translate revision's descriptions (issue6016)
  * evolve: fix compatibility with mercurial 4.8's narrow extension.
  * pick: fix summary help text
  * topic: only use pager when it make senses

8.3.1 -- 2018-10-25
-------------------

  * evolve+topic: fix possible crash during content-divergence evolution
  * use "new" unstabilities vocabulary in help
  * compat: compatibility with Mercurial 4.8rc0

8.3.0 -- 2018-10-12
-------------------

  * evolve: avoid redundant output when handling linear orphans
  * evolve: use stack alias s# in `hg evolve` messages
  * next, prev: use stack alias s# when relevant
  * rewind: add an undo alias
  * caches: skip warming the stablerange cache on strip in "auto" mode
  * topic: properly register the '{topicidx}' for mercurial <= 4.5

  * pullbundle: experimental extension to slice pull in multiple slices whose
                associated bundle can be cached. The extensions is shipped
                alongside evolve only for convenience. It it requires data
                structures that currently live in the evolve extensions.

8.2.1 -- 2018-09-14
-------------------

  * obshashrange: issue the "long stable cache" update message only once
  * obshashrange: reduce impact of cache invalidation from many new obsmarkers
  * caches: properly silence permission error related to caches

8.2.0 -- 2018-09-03
-------------------

  * prune: rename `--biject` flag to `--pair` (old flag is kept as an alias)
  * pick: rename the "grab" command to "pick" to avoid ambiguity with graft
  * discovery: enable obshashrange based discovery by default

topic

  * revset: `topic("patterns")` now handle standard patterns ("re:", etc)
  * revset: `topic(REVS)` matches revisions with same topic as REVS
  * topic: using `s#` alias instead of `t#` and `b#` alias
          (compat with old form is preserved)

8.1.2 -- 2018-08-28
-------------------

  * obshashrange: improved robusness of the cache under heavy load
  * obshashrange: force recomputation of the final obshash related cache
                  (to make sure people benefit from the 8.1.1 fixes)

8.1.1 -- 2018-08-21
-------------------

  * clone: fix possible crash when using clone bundle and forcing cache warming
  * evolve: properly set second parent during conflict (issue5927)
  * next: delete the evolvestate after aborting interrupted `next --evolve`
  * next: fix topic restriction when passing --evolve
  * obshashrange: fix speed and consistency issues during cache invalidation
  * obshashrange: properly persist all caches involved in obshashrange discovery
  * prune: improve documentation

8.1.0 -- 2018-08-03
-------------------

  * compatibility with mercurial 4.7
  * evolve: improve multiple aspect of content-divergence resolution
            * branch changes handling,
            * parent changes handling,
            * description changes handling,
            * divergent stack handling,
            * improved resume, stop and abort of divergent resolution
  * evolve: improved automatic resolution of phase-divergence

  * evolve: add a --update and --no-update flag to evolve to control final
            working copy parent
  * evolve: show `hg help evolve.interrupted-evolve` in error when conflicts
  * evolve: show unfinished state information in `hg status -v` (issue5886)
  * evolve: move bookmarks also when updating to successors (issue5923)
  * evolve: improve orphan resolution when combined with divergence (issue5946)
  * amend: abort `--patch` by saving an empty file (issue5925)
  *
  * evolve: add a new `--no-update` flag to keep working copy on the initial
            revision.
  * evolve: new help section dedicated to resuming operation interrupted by
            merge conflit, `hg help evolve.interrupted`.
  * obslog: --filternonlocal

  * rewind: first limited version of `rewind` command to restore stack of commit to a
            precusors state (check command help for detail and limitation)

topic (0.10.0)

  * display a hint when a topic becomes empty

(joerg)

2019-03-06 13:07:58 UTC MAIN commitmail json YAML

Add uwsgi-sse_offload option for integrating the redis pubsub to Server
Sent Event bridge patch. Defaults to off.

(joerg)

2019-03-06 13:00:28 UTC MAIN commitmail json YAML

2019-03-06 13:00:03 UTC MAIN commitmail json YAML

Add jbig2enc-0.29pre:

jbig2enc is a encoder for the JBIG2 image compression format.  JBIG2 is
designed for lossy and lossless encoding of monochrome images at
moderately high resolutions.  For scanned paper documents, compression
ratios on the order of 100:1 are often seen.

(joerg)

2019-03-06 12:17:53 UTC MAIN commitmail json YAML

Updated mail/offlineimap to 7.2.3

(ryoon)

2019-03-06 12:17:25 UTC MAIN commitmail json YAML

Update to 7.2.3

Changelog:
### OfflineIMAP v7.2.3 (2019-02-17)

#### Notes

A tiny release for one minor bug fix.

This release was tested by:

- Nicolas Sebrecht

#### Authors

- Mart Lubbers (1)

#### Fixes

- add checks in curses ui for small windows. [Mart Lubbers]

### OfflineIMAP v7.2.2 (2018-12-22)

#### Notes

With this release offlineimap can renew the token for OAUTH2. There is better
integration for ArchLinux and OSX. SSL configuration options are more
consistent.

There are bug fixes about maxage and GSSAPI.

The imaplib2 library looks discontinued. I wonder we'll have no other choice
than maintaining our own fork.

This release was tested by:

- Nicolas Sebrecht

#### Authors

- Nicolas Sebrecht (5)
- Philippe Loctaux (4)
- Benedikt Heine (2)
- Carnë Draug (2)
- Frode Aannevik (1)
- Robbie Harwood (1)

#### Features

- 2890dec Added ssl certfile on osx for openssl pacakge on homebrew. [Philippe Loctaux]
- 761e10e Add Archlinux to list of supported distros. [Philippe Loctaux]

#### Fixes

- 8692799 Fix expired oauth2_access_token. [Frode Aannevik]
- 096aa07 Handle empty token with complete GSSAPI context. [Robbie Harwood]
- a51064e maxage: always compute the remote cache list for min_uid. [Nicolas Sebrecht]
- 698ec64 offlineimap.conf: minor fixes. [Nicolas Sebrecht]
- af3a35a offlineimap/utilis/distro.py: indentation fix. [Philippe Loctaux]
- d3ba837 Fix typo in exception message. [Benedikt Heine]
- c9005cd Check if username is provided before trying plain authentication.. [Carnë Draug]

#### Changes

- 5f9474e Print username instead of accountname when asking for password. [Carnë Draug]
- ce9a198 Chain tls_level and ssl_version only if ssl is enabled. [Benedikt Heine]
- 6ef5937 docs/website-doc.sh: minor improvements in comments of versions.yml. [Nicolas Sebrecht]
- 4544bb1 contrib/release.py: minor UI improvement. [Nicolas Sebrecht]
- d930125 fix dates in copyright lines. [Nicolas Sebrecht]

### OfflineIMAP v7.2.1 (2018-06-16)

#### Notes

This new version introduces interesting features. The fingerprints now accepts
hashes in sha224, sha256, sha384 and sha512 to improve the compatibility with
IMAP servers.

There's a new script in ./contrib to store passwords with GPG.

The new GSSAPI library for kerberos gets a fix about authentication. Gmail
labels can now have parenthesis and the hostname can have path separators in
theirs names.

There's a lot of other minors improvements to make offlineimap better
(in the documentation, UI, configuration file and the code).

This release was tested by:

- Nicolas Sebrecht

Thanks to all the contributors. A lot of patches are first time contributions to
this project. This is very pleasant.

Special thanks to Ilias Tsitsimpis, Eygene Ryabinkin, Chris Coleman our long
time contributors involved in this release and Sebastian Spaeth who is still
paying for the domain name!

#### Authors

- Nicolas Sebrecht (9)
- velleto (6)
- Chris Coleman (1)
- Edgar HIPP (1)
- Eygene Ryabinkin (1)
- Lorenzo (1)
- Michael Billington (1)
- Robbie Harwood (1)

#### Features

- Script to store passwords in a file with GPG or using OSX's secure keychain. [Lorenzo]
- Added support for sha512, sha384, sha256, sha224 hashing algorithms to calculate server certificate fingerprints.. [velleto]

#### Fixes

- Pass username through in GSSAPI connections. [Robbie Harwood]
- Gmail: allow parenthesis in labels. [Nicolas Sebrecht]
- Correct typographical errors in offlineimap.conf. [Michael Billington]
- Create filenames with no path separators in them. [Eygene Ryabinkin]

#### Changes

- imapserver: fix copyright line. [Nicolas Sebrecht]
- Available hashes added to documentation.. [velleto]
- Documented the now allowed use of colon separated fingerprints with examples.. [velleto]
- Allow users to keep colons between each hex pair of server certificate fingerprint in configuration file.. [velleto]
- Removed uneccessary call of list() on zip() object.. [velleto]
- Changed the 'exception raised' message, to be more understandable.. [velleto]
- Make CTRL-C message more clear. [Edgar HIPP]
- setup: add long_description. [Nicolas Sebrecht]
- offlineimap.conf: fix comment about gssapi. [Nicolas Sebrecht]
- Add self to maintainers. Update email address.. [Chris Coleman]
- Makefile: targz: don't set the abbrev in the archive directory name. [Nicolas Sebrecht]
- contrib: learn to build website/_uploads. [Nicolas Sebrecht]
- docs/website-doc.sh: limit the number of exported versions in _data/announces.yml. [Nicolas Sebrecht]
- Makefile: targz: update files. [Nicolas Sebrecht]
- Makefile: clean: remove __pycache__ directories. [Nicolas Sebrecht]

### OfflineIMAP v7.2.0 (2018-04-07)

#### Notes

The biggest change with this release is the introduction of automated tests;
thanks to Chris from http://www.espacenetworks.com.

Robbie Hardwood from RedHat switched the GSSAPI dependency from pykerberos to
python-gssapi because it's more active and has more pleasant interface.

The shebang is fixed back to python2 to fix issues on some environments.

The UI was improved to show both the local and remote foldernames (usefull when
nametrans is enabled).

Thanks to all the contributors.

This release was tested by:

- Nicolas Sebrecht
- Remi Locherer

#### Authors

- Nicolas Sebrecht (9)
- Musashi69 (1)
- Robbie Harwood (1)
- chris001 (1)

#### Features

- Autmomated testing using Travis and CodeCov.io!. [chris001]
- README: travis: add badge for the next branch. [Nicolas Sebrecht]
- travis: add notification to gitter room OfflineIMAP/offlineimap. [Nicolas Sebrecht]

#### Fixes

- offlineimap.py: fix shebang to python2. [Nicolas Sebrecht]
- bin/offlineimap: fix shebang to env python2. [Nicolas Sebrecht]

#### Changes

- Port to python-gssapi from pykerberos. [Robbie Harwood]
- requirements: add gssapi as optional dependency. [Nicolas Sebrecht]
- make UI output show local AND remote dirs involved. [Musashi69]
- maxsyncaccounts: improve documentation. [Nicolas Sebrecht]

### OfflineIMAP v7.1.5 (2018-01-13)

#### Notes

This minor release fixes a bug about maxage failing to upload some emails. Also,
this introduces the snapcraft.yaml to package offlineimap with this packaging
system.

This release was tested by:

- Nicolas Sebrecht
- Remi Locherer

#### Authors

- Nicolas Sebrecht (4)
- Evan Dandrea (1)
- John Ferlito (1)

#### Features

- Initial commit of snapcraft.yaml. [Evan Dandrea]

#### Fixes

- maxage: don't consider negative UIDs when computing min UID. [Nicolas Sebrecht]
- Add missing space to output string. [John Ferlito]

#### Changes

- folder: IMAP: improve search logging. [Nicolas Sebrecht]
- no UIDPLUS: improve logging on failures. [Nicolas Sebrecht]
- github: remove the trick to download the PR. [Nicolas Sebrecht]

### OfflineIMAP v7.1.4 (2017-10-29)

#### Notes

Here is a bugfix release for v7.1.3. Two regressions got fixes and the
--delete-folder CLI option now expects an UTF-8 folder name when utf8foldernames
is enabled.

This release was tested by:

- Nicolas Sebrecht

#### Authors

- Nicolas Sebrecht (5)
- Thomas Merkel (1)

#### Fixes

- utf8foldernames: fix missing decode argument. [Nicolas Sebrecht]
- Fix: if any tunnel (preauth_tunnel or transport_tunnel) the hostname should not be required. [Thomas Merkel]

#### Changes

- utf8foldernames: support --delete-folder with UTF-8 folder name. [Nicolas Sebrecht]
- contrib/release.py improvements

### OfflineIMAP v7.1.3 (2017-10-08)

#### Notes

This release introduces a new experimental utf8foldernames configuration option.

We already had the "tricky" decodefoldernames which is now deprecated. The new
code is the correct implementation for this feature. The changes are neat and
rather small. All the users having decodefoldernames are requested to move to
utf8foldernames. This requires to update almost all the functions like
nametrans, folderfilter, etc, because they work on the UTF-8 encoding. See the
documentation for more. Thank you Urs Liska for this contribution!

In the long run, the idea is to:

1. Remove decodefoldernames in favour of utf8foldernames.
2. Promote utf8foldernames up to stable.
3. Turn utf8foldernames on by default.

Currently, folders with non-ASCII characters in their name have to be fully
re-downloaded. So, there's a bit more work to be done to have (3) and maybe (2).

Also, this release includes a fix about remotehost and transporttunnel that
would require some testing. Thanks Thomas Merkel!

There are documentation improvements, improved errors and minor code cleanups,
too.

This release was tested by:

- Nicolas Sebrecht
- Remi Locherer

#### Authors

- Nicolas Sebrecht (11)
- Urs Liska (8)
- Thomas Merkel (1)

#### Features

- utf8: implement utf8foldernames option. [Urs Liska]
- utf8: document new feature, deprecate old one. [Urs Liska]

#### Fixes

- remotehost should not be required if transporttunnel is used. [Thomas Merkel]
- accounts: error out when no folder to sync. [Nicolas Sebrecht]
- sqlite: provide better message error for insert. [Nicolas Sebrecht]
- folder: Gmail: fix copyright header. [Nicolas Sebrecht]

#### Changes

- man: remove mention of experimental support for python 3. [Nicolas Sebrecht]
- man: mention the supported directions of the syncs. [Nicolas Sebrecht]
- folder: Gmail: remove dead code. [Nicolas Sebrecht]
- upcoming.py: get header template from external file. [Nicolas Sebrecht]
- upcoming.py: display a message with the filename once written. [Nicolas Sebrecht]
- contrib/helpers: sort testers by name. [Nicolas Sebrecht]
- Remove some unnecessary whitespace (in existing code). [Urs Liska]
- MAINTAINERS: Rainer is not currently active. [Nicolas Sebrecht]

### OfflineIMAP v7.1.2 (2017-07-10)

#### Notes

This release introduces better Davmail support, better reliability when in
IMAP/IMAP mode, better output on some errors, and minor fixes. The provided
systemd files are improved.

The imaplib2 requirement is now v2.57.

Remi Locherer is joining our tester team. Great!

Starting with this release, the feedbacks from the testers are recorded in the
release notes, the git logs and the Changelog. Thanks to all of them for
improving the releases.

This release was tested by:

- benutzer193
- Nicolas Sebrecht
- Remi Locherer

#### Authors

- Nicolas Sebrecht (20)
- Hugo Osvaldo Barrera (5)
- Alvaro Pereyra (1)
- benutzer193 (1)

#### Features

- contrib/release.py: consider positive feedbacks from testers. [Nicolas Sebrecht]
- Introduce the github CODEOWNERS file. [Nicolas Sebrecht]
- IMAP/IMAP: continue to sync if the local side does not return a valid UID on upload. [Nicolas Sebrecht]

#### Fixes

- folder/IMAP: introduce dedicated parsing for davmail (not supporting UIDPLUS). [Nicolas Sebrecht]
- offlineimap.conf: minor typo fix. [Alvaro Pereyra]
- Respect systemd conventions for timers. [Hugo Osvaldo Barrera]
- Use a pre-existing target for systemd services. [Hugo Osvaldo Barrera]
- Remove invalid systemd setting. [Hugo Osvaldo Barrera]
- systemd: remove unused watchdog functionality. [benutzer193]
- gitignore generated css file. [Nicolas Sebrecht]
- Changelog: fix syntax. [Nicolas Sebrecht]

#### Changes

- Increase imaplib2 requirement from v2.55 to v2.57. [Nicolas Sebrecht]
- folder/IMAP: improve the warning when we can't parse the returned UID. [Nicolas Sebrecht]
- Provide more details in error message when SSL fails on non-standard port. [Nicolas Sebrecht]
- Use basic logger (since systemd picks up stdout). [Hugo Osvaldo Barrera]
- Explain how to override systemd values. [Hugo Osvaldo Barrera]
- systemd: add documentation entry in configuration files. [Nicolas Sebrecht]
- offlineimap.conf: ssl must be disabled to force STARTTLS in some cases. [Nicolas Sebrecht]
- Advise singlethreadperfolder when offlineimap hangs. [Nicolas Sebrecht]
- offlineimap.conf: minor improvements. [Nicolas Sebrecht]
- contrib: more release automation. [Nicolas Sebrecht]
- MAINTAINERS: Remi Locherer joins the team of testers. [Nicolas Sebrecht]
- systemd: README: credit Hugo as contributor. [Nicolas Sebrecht]

### OfflineIMAP v7.1.1 (2017-05-28)

#### Notes

This release has some interesting fixes, including one for the Blinkenlights UI.

Otherwise, there is no big change since the previous version.

Furthermore, this release was tested by:

- Remi Locherer

#### Authors

- Nicolas Sebrecht (17)
- Chris Coleman (1)
- Ilias Tsitsimpis (1)
- Maximilian Kaul (1)
- benutzer193 (1)
- Ævar Arnfjörð Bjarmason (1)

#### Features

- contrib: introduce a tool to produce the "upcoming notes". [Nicolas Sebrecht]
- contrib: secure HTTPS test internet is connected.. [Chris Coleman]
- Env info (used by -V and banner): add openssl version. [Nicolas Sebrecht]
- docs: learn to build html files for the manual pages. [Nicolas Sebrecht]

#### Fixes

- Acquire lock before updating the CursesLogHandler window. [Ilias Tsitsimpis]
- maxage: use the remote folder first to compute min_uid. [Nicolas Sebrecht]
- Fix systemd.timer: initialize timer after boot. [benutzer193]
- XOAUTH2: don't try this authentication method when not configured. [Nicolas Sebrecht]
- mbnames: don't duplicate entries in autorefresh mode. [Nicolas Sebrecht]
- docs: update the instructions for creating OAuth projects for GMail. [Ævar Arnfjörð Bjarmason]
- Fixed typo in doc: tls_1_2 => tls1_2. [Maximilian Kaul]
- IMAP: UIDPLUS: correctly warn about weird responses from some servers. [Nicolas Sebrecht]
- website-doc: force copy of the new HTML generated man pages. [Nicolas Sebrecht]
- Makefile: fix clean target. [Nicolas Sebrecht]

#### Changes

- MAINTAINERS: benutzer193 joins the testers team. [Nicolas Sebrecht]
- IMAP: UIDPLUS: improve error message on response error for new UID. [Nicolas Sebrecht]
- Display the imaplib and python versions for each normal run. [Nicolas Sebrecht]
- imapserver: provide some SSL info while in imap debug mode. [Nicolas Sebrecht]
- manual: improve the documentation about sqlite migration. [Nicolas Sebrecht]
- documentation: add entry for faulting folders with Microsoft servers. [Nicolas Sebrecht]
- website-doc.sh: add hint on API removal. [Nicolas Sebrecht]
- README: refactorize sections. [Nicolas Sebrecht]

(ryoon)

2019-03-06 10:38:31 UTC MAIN commitmail json YAML

doc: Updated misc/ocaml-opaline to 0.3.2

(jaapb)

2019-03-06 10:38:22 UTC MAIN commitmail json YAML

Updated misc/ocaml-opaline to version 0.3.2.

Adds a -verbose option that helps with debugging.

(jaapb)

2019-03-06 10:07:36 UTC MAIN commitmail json YAML

npm: remove entirely commented out section

(maya)

2019-03-06 09:42:27 UTC MAIN commitmail json YAML

doc: Updated lang/npm to 6.8.0nb1

(maya)

2019-03-06 09:42:09 UTC MAIN commitmail json YAML

npm: use a different way to install to PKGMANDIR.
(Moving a relative symlink to another directory breaks it)

bump PKGREVISION

(maya)

2019-03-06 09:37:41 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_base to 0.12.0

(jaapb)

2019-03-06 09:37:23 UTC MAIN commitmail json YAML

2019-03-06 09:36:49 UTC MAIN commitmail json YAML

Updated devel/ocaml-base to version 0.12.0.

The package is now compatible with dune 1.7.

There are other improvements (the CHANGES file is not up to date); they
are minor, though.

(jaapb)

2019-03-06 09:28:43 UTC MAIN commitmail json YAML

doc: Updated lang/coq to 8.9.0

(jaapb)

2019-03-06 09:28:23 UTC MAIN commitmail json YAML

Updated lang/coq to version 8.9.0.

Many improvements and fixes, but none that appear to break compatibility.
For more details see the CHANGES file.

(jaapb)

2019-03-06 08:48:49 UTC MAIN commitmail json YAML

Updated databases/py-peewee, net/py-tldextract

(adam)

2019-03-06 08:48:31 UTC MAIN commitmail json YAML

py-tldextract: updated to 2.2.1

2.2.1:
Bugfixes
Ignore case on punycode prefix check
Drop support for EOL Python 2.6
Improve sundry doc and README bits

(adam)

2019-03-06 08:37:57 UTC MAIN commitmail json YAML

py-peewee: updated to 3.9.0

3.9.0:
New and improved stuff
Added new document describing how to use peewee interactively.
Added convenience functions for generating model classes from a pre-existing database, printing model definitions and printing CREATE TABLE sql for a model. See the "use peewee interactively" section for details.
Added a __str__ implementation to all Query subclasses which converts the query to a string and interpolates the parameters.
Improvements to sqlite_ext.JSONField regarding the serialization of data, as well as the addition of options to override the JSON serialization and de-serialization functions.
Added index_type parameter to Field
Added DatabaseProxy, which allows one to use database-specific decorators with an uninitialized Proxy object.
Added support for INSERT ... ON CONFLICT when the conflict target is a partial index (e.g., contains a WHERE clause). The OnConflict and on_conflict() APIs now take an additional conflict_where parameter to represent the WHERE clause of the partial index in question.
Enhanced the playhouse.kv extension to use efficient upsert for all database engines. Previously upsert was only supported for sqlite and mysql.
Re-added the orwhere() query filtering method, which will append the given expressions using OR instead of AND.
Added some new examples to the examples/ directory
Added select_from() API for wrapping a query and selecting one or more columns from the wrapped subquery. Docs.
Added documentation on using row values.
Removed the (defunct) "speedups" C extension, which as of 3.8.2 only contained a barely-faster function for quoting entities.

Bugfixes
Fix bug in SQL generation when there was a subquery that used a common table expressions.
Enhanced prefetch() and fixed bug that could occur when mixing self-referential foreign-keys and model aliases.
MariaDB 10.3.3 introduces backwards-incompatible changes to the SQL used for upsert. Peewee now introspects the MySQL server version at connection time to ensure proper handling of version-specific features.
Fixed bug where TimestampField would treat zero values as None when reading from the database.

(adam)

2019-03-06 08:19:15 UTC MAIN commitmail json YAML

pluma: reflect revised patch-configure

Missed in previous update. Ride update.

(gutteridge)

2019-03-06 08:14:33 UTC MAIN commitmail json YAML

mate-session-manager: regenerate distinfo for patch change

(gutteridge)

2019-03-06 08:12:36 UTC MAIN commitmail json YAML

2019-03-06 08:03:35 UTC MAIN commitmail json YAML

doc: Updated editors/pluma to 1.22.0

(gutteridge)

2019-03-06 08:03:22 UTC MAIN commitmail json YAML

pluma: update to 1.22

### pluma 1.22.0

    tx: sync with transifex
    Add update-authors.pl script which helps to update pluma.about
    Read authors (updated) from pluma.about file
    show enchant version when configure
    Replace the deprecated enchant_dict_add_to_pwl with enchant_dict_add.
    Make translatable the documenters in the about dialog
    Ensure proper translation of the about dialog title
    initial travis support
    Add License button in About Pluma dialog
    Make translatable the copyright in about dialog
    Update Documenters
    remove type & url attr of ulink in translation
    remove deprecated help section: Opening a File from a URI
    eggsmclient: avoid deprecated 'g_type_class_add_private'
    addresses #391 - gets snippet window size before destroying it
    simple bug fix of misplaced underscore
    disable deprecation warnings for distcheck
    move appdata to metainfo directory
    pluma-utils: Fix memory leak
    pluma-window: Fix memory leaks

(gutteridge)

2019-03-06 08:01:04 UTC MAIN commitmail json YAML

doc: Updated x11/mozo to 1.22.0

(gutteridge)

2019-03-06 08:00:47 UTC MAIN commitmail json YAML

mozo: update to 1.22

### mozo 1.22.0

  * Translations update
  * Fix menu entry can not move
  * Initialize Travis CI support

(gutteridge)

2019-03-06 07:58:34 UTC MAIN commitmail json YAML

doc: Updated misc/mate-utils to 1.22.0

(gutteridge)

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

mate-utils: update to 1.22

### mate-utils 1.22.0

  * Translations update
  * Initialize Travis CI support
  * Make translatable the copyright in about dialog
  * enable translations for  ca@valencia again
  * help - bump docbook 4.5
  * eggsmclient: avoid deprecated 'g_type_class_add_private'
  * move appdata to metainfo directory

(gutteridge)

2019-03-06 07:55:16 UTC MAIN commitmail json YAML

doc: Updated net/mate-user-share to 1.22.0

(gutteridge)

2019-03-06 07:55:01 UTC MAIN commitmail json YAML

mate-user-share: update to 1.22

### mate-user-share 1.22.0

  * Translations update
  * Use the same legal.xml file
  * Initialize Travis CI support

(gutteridge)

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

doc: Updated x11/mate-terminal to 1.22.0

(gutteridge)

2019-03-06 07:51:05 UTC MAIN commitmail json YAML

mate-terminal: update to 1.22

### mate-terminal 1.22.0

  * Translations update
  * Initialize Travis CI support
  * Remove unused files in help dir
  * Remove generated files
  * Add update-authors.pl which helps to update terminal.about
  * Update authors
  * Update Documenters
  * drop umtp suport
  * Help - Window title when MATE Terminal is started for first time
  * Help - alternative text for tabbed window picture
  * Help - TERM=xterm-256color
  * eggsmclient: avoid deprecated 'g_type_class_add_private'
  * src/terminal-screen.c: Set TERM to 'xterm-256color' (instead of just 'xterm').
  * move appdata to metainfo directory

(gutteridge)

2019-03-06 07:48:38 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-system-monitor to 1.22.0

(gutteridge)

2019-03-06 07:48:28 UTC MAIN commitmail json YAML

mate-system-monitor: update to 1.22

### mate-system-monitor 1.22.0

  * Translations update
    Initialize Travis CI support
    Ensure proper translation of the about dialog title
    License text in About dialog
    Make translatable the copyright in about dialog
    Update Catalan screenshot
    Help - Priority preset values, including custom value
    procman: avoid deprecated 'g_settings_list_keys'

(gutteridge)

2019-03-06 07:42:21 UTC MAIN commitmail json YAML

doc: Updated x11/mate-settings-daemon to 1.22.0

(gutteridge)

2019-03-06 07:42:04 UTC MAIN commitmail json YAML

mate-settings-daemon: update to 1.22

### mate-settings-daemon 1.22.0

  * update translations
  * Initialize travis support
  * disable deprecation warnings for distcheck
  * media-keys: Execute default calculator application defined by schema

(gutteridge)

2019-03-06 07:38:10 UTC MAIN commitmail json YAML

doc: Updated x11/mate-session-manager to 1.22.0

(gutteridge)

2019-03-06 07:37:52 UTC MAIN commitmail json YAML

mate-session-manager: update to 1.22

### mate-session-manager 1.22.0

  * Translations update
  * initial travis-CI support
  * manager: restart user bus if last graphical session
  * systemd: add api for detecting if this is the last session for a user
  * gsm: Disconnect all dbus clients when dbus is disconnected
  * manager: don't wait for all clients to exit before exiting
  * [gsm-autostart-app] Migrate from dbus-glib to gdbus
  * gsm-app-dialog: make the seconds translatables in the spinbutton
  * disable deprecation warnings for distcheck
  * change app startup dalay where it in system path
  * Remove X-GNOME-Autostart-Delay support
  * Add a delay setting to Startup Manager
  * gsm-properties-dialog: avoid 'gtk_dialog_add_buttons' with stock ids
  * avoid 'gtk_dialog_add_button' with stock ids
  * mate-session-save: show icon in error dialog
  * Migrate from dbus-glib to gdbus
  * gsm-inhibit-dialog.ui: avoid deprecated GtkVBox
  * session-properties.ui: avoid deprecations
  * gsm-manager: avoid deprecated 'g_settings_list_schemas'
  * Avoid compile warning for g_type_class_add_private
  * Only show application name when run with --version
  * Strip outer single quotes from string value returned by gsettings in mate-wm script.
  * replace deprecated gdk_error_trap functions
  * Fixed typo in --logout-dialog option

(gutteridge)

2019-03-06 07:34:22 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-sensors-applet to 1.22.0

(gutteridge)

2019-03-06 07:34:13 UTC MAIN commitmail json YAML

mate-sensors-applet: update to 1.22

### mate-sensors-applet 1.22.0

  * Translations update
  * Initialize Travis CI support
  * Make translatable the copyright in about dialog

(gutteridge)

2019-03-06 07:31:55 UTC MAIN commitmail json YAML

doc: Updated x11/mate-screensaver to 1.22.0

(gutteridge)

2019-03-06 07:31:46 UTC MAIN commitmail json YAML

mate-screensaver: update to 1.22

### mate-screensaver 1.22.0

  * Translations update
  * Initialize Travis CI support
  * Make translatable the auth-username-label in lock-dialog-default.ui
  * mate-screensaver-command: Support unlocking (--unlock) the screensaver via CLI.
  * disable deprecation warnings for distcheck
  * fade: fix fade computation math
  * fix more GdkScreen related deprecations
  * gs-grab-x11: replace deprecated gdk_error_trap_push/pop
  * gs-visual-gl: replace deprecated gdk_error_trap_push/pop
  * Remove "monitor" pointer from debug information
  * lock-plug: Only scale lock-screen widgets on older versions of GTK
  * gs-lock-plug: avoid deprecated 'gdk_keymap_get_default'

(gutteridge)

2019-03-06 07:29:59 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-power-manager to 1.22.0

(gutteridge)

2019-03-06 07:29:46 UTC MAIN commitmail json YAML

mate-power-manager: update to 1.22

### mate-power-manager 1.22.0

  * Translations update
  * Initialize Travis CI support
  * use libtool generated during build instead of external one

(gutteridge)

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

doc: Updated security/mate-polkit to 1.22.0

(gutteridge)

2019-03-06 07:26:18 UTC MAIN commitmail json YAML

mate-polkit: update to 1.22

### mate-polkit 1.22.0

  * Translations update
  * Initialize Travis CI support

(gutteridge)

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

doc: Updated sysutils/mate-notification-daemon to 1.22.0

(gutteridge)

2019-03-06 07:23:51 UTC MAIN commitmail json YAML

mate-notification-daemon: update to 1.22

### mate-notification-daemon 1.22.0

  * Translations update
  * initial travis-CI support
  * disable deprecation warnings for distcheck
  * Avoid compile warning for g_type_class_add_private

(gutteridge)

2019-03-06 07:21:57 UTC MAIN commitmail json YAML

doc: Updated wm/mate-netbook to 1.22.0

(gutteridge)

2019-03-06 07:21:47 UTC MAIN commitmail json YAML

mate-netbook: update to 1.22

### mate-netbook 1.22.0

  * Initialize Travis CI support

(gutteridge)

2019-03-06 07:18:25 UTC MAIN commitmail json YAML

doc: Updated x11/mate-menus to 1.22.0

(gutteridge)

2019-03-06 07:18:16 UTC MAIN commitmail json YAML

mate-menus: update to 1.22

### mate-menus 1.22.0

  * Translations update
  * initial travis-ci support
  * Switch to modern realpath()
  * disable deprecation warnings for distcheck
  * drop Python support leftovers

(gutteridge)

2019-03-06 07:15:11 UTC MAIN commitmail json YAML

doc: Updated multimedia/mate-media to 1.22.0

(gutteridge)

2019-03-06 07:14:56 UTC MAIN commitmail json YAML

mate-media: update to 1.22

### mate-media 1.22.0

  * Translations update
  * Initialize Travis CI support
  * disable deprecation warnings for distcheck

(gutteridge)

2019-03-06 07:13:10 UTC MAIN commitmail json YAML

doc: Updated x11/mate-indicator-applet to 1.22.0

(gutteridge)

2019-03-06 07:13:00 UTC MAIN commitmail json YAML

mate-indicator-applet: update to 1.22

### mate-indicator-applet 1.22.0

  * bump version

(gutteridge)

2019-03-06 07:10:58 UTC MAIN commitmail json YAML

doc: Updated graphics/mate-icon-theme to 1.22.0

(gutteridge)

2019-03-06 07:10:48 UTC MAIN commitmail json YAML

mate-icon-theme: update to 1.22

### mate-icon-theme 1.22.0

  * Translations update
  * Initialize Travis CI support

(gutteridge)

2019-03-06 07:04:26 UTC MAIN commitmail json YAML

doc: Updated x11/mate-desktop to 1.22.0

(gutteridge)

2019-03-06 07:04:10 UTC MAIN commitmail json YAML

mate-desktop: update to 1.22

### mate-desktop 1.22.0

  * Translations update
  * Fixed make distcheck fail on debian.
  * mate-colorsel: avoid deprecated 'gtk_widget_modify_bg'
  * Initialize travis support
  * [mate-rr] Avoid deprecated g_type_class_add_private
  * Avoid deprecated g_type_class_add_private
  * [mate-colorsel] Avoid deprecated g_type_class_add_private
  * mate-bg: avoid deprecated 'g_settings_list_keys'
  * update copyright  to 2019
  * disable deprecation warnings for distcheck
  * mate-bg: Corrected some comments
  * schemas: Define schema for a default calculator

(gutteridge)

2019-03-06 06:59:56 UTC MAIN commitmail json YAML

doc: Updated x11/mate-control-center to 1.22.0

(gutteridge)

2019-03-06 06:59:44 UTC MAIN commitmail json YAML

mate-control-center: update to 1.22

### mate-control-center 1.22.0

  * Translations update
  * Initialize travis support
  * eggcellrendererkeys: avoid deprecated 'gtk_widget_modify_bg/fg'
  * Update MCC help
  * default-applications: Use more common icon names for Office documents
  * mate-display-properties: Migrate from dbus-glib to GDBus
  * Fix the runtime warning about gtk_widget_destroy.
  * Fixed number of cols error after reload menus.
  * Fixed crash when install/remove application.
  * capplets/mouse: .svg files instead .png in doubleclick artwork
  * capplets/mouse: New doubleclick artwork with mate logo
  * disable deprecation warnings for distcheck
  * default-applications: Fix assertion failture on g_icon_to_string
  * default-applications: Add a widget for a default calculator application
  * default-applications: Use the selected word processor for RTF as well

(gutteridge)

2019-03-06 06:57:14 UTC MAIN commitmail json YAML

doc: Updated devel/mate-common to 1.22.0

(gutteridge)

2019-03-06 06:57:05 UTC MAIN commitmail json YAML

mate-common: update to 1.22

### mate-common 1.22.0

  * initial Travis-CI

(gutteridge)

2019-03-06 06:55:26 UTC MAIN commitmail json YAML

doc: Updated misc/mate-calc to 1.22.0

(gutteridge)

2019-03-06 06:55:14 UTC MAIN commitmail json YAML

mate-calc: update to 1.22

### mate-calc 1.22.0

  * Translations update
  * Initialize Travis CI support
  * math-window: update copyright year to 2019
  * Increase accuracy range to 15
  * math-display: avoid deprecated 'gtk_widget_modify_bg'
  * currency-manager: avoid deprecated 'g_type_class_add_private'
  * currency: avoid deprecated 'g_type_class_add_private'
  * math-equation: avoid deprecated 'g_type_class_add_private'
  * unit-manager: avoid deprecated 'g_type_class_add_private'
  * unit-category: avoid deprecated 'g_type_class_add_private'
  * unit: avoid deprecated 'g_type_class_add_private'
  * mp-serializer: avoid deprecated 'g_type_class_add_private'
  * math-variable-popup: avoid deprecated 'g_type_class_add_private'
  * math-preferences: avoid deprecated 'g_type_class_add_private'
  * math-variables: avoid deprecated 'g_type_class_add_private'
  * math-converter: avoid deprecated 'g_type_class_add_private'
  * math-buttons: avoid deprecated 'g_type_class_add_private'
  * math-window: avoid deprecated 'g_type_class_add_private'
  * Remove dublicated assignment
  * disable deprecation warnings for distcheck
  * math-display: avoid deprecated 'g_type_class_add_private'
  * math-window: Fix memory leak
  * math-display.c: avoid deprecated 'gtk_widget_ensure_style' (#66)
  * data: update appdata directory
  * ui files: add missing icons in titles to dialogs
  * buttons-programming.ui: Fix buttons
  * Use make functions for HELP_LINGUAS
  * Write equation using MathML
  * Fix application name
  * Fix repeated words
  * tx: add help for user-guide to transifex config
  * Copy equation as ASCII text

(gutteridge)

2019-03-06 06:52:33 UTC MAIN commitmail json YAML

doc: Updated graphics/mate-backgrounds to 1.22.0

(gutteridge)

2019-03-06 06:52:21 UTC MAIN commitmail json YAML

mate-backgrounds: update to 1.22

### mate-backgrounds 1.22.0

  * Initialize Travis CI support

(gutteridge)

2019-03-06 06:48:36 UTC MAIN commitmail json YAML

doc: Updated x11/mate-applets to 1.22.0

(gutteridge)

2019-03-06 06:48:22 UTC MAIN commitmail json YAML

mate-applets: update to 1.22

### mate-applets 1.22.0

  * update translations
  * Issues reported by translators
  * multiload: ignore priviledged mount points
  * disable deprecation warnings for distcheck
  * Silent output when building.
  * Support git.mk to generate .gitignore

(gutteridge)

2019-03-06 06:40:31 UTC MAIN commitmail json YAML

doc: Updated misc/libmateweather to 1.22.0

(gutteridge)

2019-03-06 06:40:20 UTC MAIN commitmail json YAML

libmateweather: update to 1.22

### libmateweather 1.22.0

  * Translations update
  * Initialize Travis CI support
  * disable deprecation warnings for distcheck
  * locations: Clean up municipalities of Puerto Rico

(gutteridge)

2019-03-06 06:37:58 UTC MAIN commitmail json YAML

doc: Updated x11/libmatekbd to 1.22.0

(gutteridge)

2019-03-06 06:37:47 UTC MAIN commitmail json YAML

libmatekbd: update to 1.22

### libmatekbd 1.22.0

  * sync with transifex
  * Initialize Travis CI support
  * rename g_strv_equal to matekbd_strv_equal

(gutteridge)

2019-03-06 06:34:37 UTC MAIN commitmail json YAML

doc: Updated graphics/eom to 1.22.0

(gutteridge)

2019-03-06 06:34:22 UTC MAIN commitmail json YAML

eom: update to 1.22

### eom 1.22.0

  * tx: sync with transifex
  * Add update-authors.pl script which helps to update eom.about
  * Read authors (updated) and documenters (updated) from eom.about gresource
  * Initialize Travis CI support
  * Ensure proper translation of the about dialog title
  * Make translatable the copyright in about dialog
  * Help - fix gui labels
  * disable deprecation warnings for distcheck
  * Update the appdata XML file
  * Use make functions for HELP_LINGUAS
  * Fix url of ulink to point to mate-user-guide
  * Update Catalan screenhots
  * Fix spelling and grammar mistakes
  * Update eom_start_window.png
  * tx: add eom help to transifex config
  * Reduce the number of g_file_query_info calls at start-up
  * EomImage: Remove unused constructor
  * fix a memory leak

(gutteridge)

2019-03-06 06:30:54 UTC MAIN commitmail json YAML

doc: Updated archivers/engrampa to 1.22.0

(gutteridge)

2019-03-06 06:29:42 UTC MAIN commitmail json YAML

engrampa: update to 1.22

### engrampa 1.22.0

  * Translations update
  * Avoid array index out of bounds parsing dpkg-deb --info
  * warning: Use of memory after it is freed
  * Read authors (updated) from engrampa.about gresource
  * Enable Travis CI
  * eggsmclient: avoid deprecated 'g_type_class_add_private'
  * update copyright year to 2019
  * rar/unrar: Fix: "overwrite existing files" disabled must work
  * fix fr-command-cfile.c: fr_process_set_working_dir
  * fr-command-cfile.c: fix indentation
  * Added test integrity for brotli
  * Added test integrity for the cfile compressors: gzip, bzip2, etc.
  * move appdata to metainfo directory
  * fr-window: show the pause button only if the dialog is working
  * disable deprecation warnings for distcheck
  * fr-window: avoid 'gtk_dialog_add_button' with stock ids
  * fr-window: hide the progress bar if the process is paused
  * fr-window: change the info label if process is paused/resumed
  * fr-window: little improvements in the look of pause/resume button
  * Adding pause and start functions
  * Fix implementation and use of the alternative package name lookup
  * Added support for brotli (*.tar.br) compressed tar archives
  * Add brotli support
  * Use make functions for HELP_LINGUAS
  * Replace -Dokumentationteam
  * Replace -Dokumentationsprojekt with Documentation Project
  * Manual: Update file format descriptions using shared-mime-info
  * Fix url of ulinks to point to mate-user-guide
  * UNIX and Linux systems -> Linux and UNIX-like systems
  * tx: add atril help to transifex config
  * Add the ability to support 'unar' over .zip archives
  * Add support for OpenDocument formats
  * UI: on the properties dialog, focus the Close button instead of the Help button by default

(gutteridge)

2019-03-06 06:24:36 UTC MAIN commitmail json YAML

doc: Updated sysutils/caja-dropbox to 1.22.0

(gutteridge)

2019-03-06 06:24:17 UTC MAIN commitmail json YAML

caja-dropbox: update to 1.22

### caja-dropbox 1.22.0

  * fix distcheck about caja_extension_dir
  * Initialize Travis CI support
  * Fix distcheck fail
  * use only Python 3 during the build to complete the migration
  * migrate from python2 to python3 of rst2man.py
  * remove more -u modifier for dropbox-cli

### caja-dropbox 1.21.0

  * Python 3 update for dropbox-cli
  * Add Keywords entry to desktop file
  * Use cross-compilation-safe pkg-config macro.
  * Remove deprecated glib2.0 API calls
  * Use GIR bindings instead of pygtk
  * fix UnicodeWarning when exclude command is used with non-latin args
  * Update to redesigned icons
  * small caja-dropbox.in fixes
  * Add a new "dropbox update" command
  * Unlink files that are going to be replaced by the unpack
  * Validate that Dropbox runs after downloading it
  * Use python-gpg instead of python-gpgme
  * Explicitly load using python2 interpreter
  * Refer to .dropbox-dist in only one place
  * fixed 'exclude command raise UnicodeDecodeError'
  * Avoid reading or writing invalid memory addresses
  * Display link url on status
  * Update dropbox.py with shmodel, proxy, and throttle features.
  * update Copyright year

(gutteridge)

2019-03-06 06:18:31 UTC MAIN commitmail json YAML

doc: Updated sysutils/caja-extensions to 1.22.0

(gutteridge)

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

caja-extensions: update to 1.22

Change log:

  * Translations update
  * Initialize Travis CI support
  * require caja >= 1.21.3

(gutteridge)

2019-03-06 06:12:23 UTC MAIN commitmail json YAML

doc: Updated sysutils/caja to 1.22.0

(gutteridge)

2019-03-06 06:09:01 UTC MAIN commitmail json YAML

doc: Updated print/atril to 1.22.0

(gutteridge)

2019-03-06 06:08:16 UTC MAIN commitmail json YAML

atril: remove duplicated CONFIGURE_ARGS setting in Makefile

Ride previous revision. Also, the change log was missed in my previous
commit.

Change log:

  * update translations
  * Add update-authors.pl script which helps to update atril.about
  * Read authors (updated) from atril.about gresource
  * Initialize Travis CI support
  * Update Documenters
  * [ephy-zoom-control] Avoid deprecated g_type_class_add_private
  * [ephy-zoom-action] Avoid deprecated g_type_class_add_private
  * Add pixbuf, tiff and xps TypeDescription to POTFILES.in
  * eggsmclient: avoid deprecated 'g_type_class_add_private'
  * move appdata to metainfo directory
  * message-area: set a11y object name from actual icon name
  * shell: remove duplicate condition check
  * tiff: fix possible NULL pointer dereference
  * pdf: add missing break statement
  * libdocument: drop useless freeing of NULL pointer
  * comics: fix incorrect mimetype saying to open and thumbnail all rarfiles
  * disable deprecation warnings for distcheck

(gutteridge)

2019-03-06 06:02:25 UTC MAIN commitmail json YAML

caja: update to version 1.22

Change log:

  * update translations
  * Add update-authors.pl script which helps to update atril.about
  * Read authors (updated) from atril.about gresource
  * Initialize Travis CI support
  * Update Documenters
  * [ephy-zoom-control] Avoid deprecated g_type_class_add_private
  * [ephy-zoom-action] Avoid deprecated g_type_class_add_private
  * Add pixbuf, tiff and xps TypeDescription to POTFILES.in
  * eggsmclient: avoid deprecated 'g_type_class_add_private'
  * move appdata to metainfo directory
  * message-area: set a11y object name from actual icon name
  * shell: remove duplicate condition check
  * tiff: fix possible NULL pointer dereference
  * pdf: add missing break statement
  * libdocument: drop useless freeing of NULL pointer
  * comics: fix incorrect mimetype saying to open and thumbnail all rarfiles
  * disable deprecation warnings for distcheck

(gutteridge)

2019-03-06 05:48:55 UTC MAIN commitmail json YAML

atril: update to version 1.22

While here, fix the PLIST to reflect the optionally installed
components, too.

(gutteridge)

2019-03-06 05:47:42 UTC MAIN commitmail json YAML

2019-03-05 22:35:31 UTC MAIN commitmail json YAML

www/ruby-jquery-rails: fix DEPENDS format

Fix DEPENDS format which was missing minimum version spec.

(taca)

2019-03-05 21:17:17 UTC MAIN commitmail json YAML

2019-03-05 21:05:00 UTC MAIN commitmail json YAML

Correct x11-links, and add overpass.

(maya)

2019-03-05 21:02:50 UTC MAIN commitmail json YAML

2019-03-05 21:02:03 UTC MAIN commitmail json YAML

overpass: add overpass version 3.0.3

Open source web font family, inspired by Highway Gothic.
Sponsored by Red Hat and designed by Delve Fonts.

(maya)

2019-03-05 20:00:26 UTC MAIN commitmail json YAML

2019-03-05 19:56:50 UTC MAIN commitmail json YAML

x11-links 1.15: update for not-yet-committed netbsd mesa update.
while here, sort files.

pointed out by jakllsch, thanks!

(maya)

2019-03-05 19:40:33 UTC MAIN commitmail json YAML

Updated texstproc/ocaml-csv for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 19:39:00 UTC MAIN commitmail json YAML

doc: Updated security/ocaml-safepass to 3.0nb3

(jaapb)

2019-03-05 19:38:49 UTC MAIN commitmail json YAML

Updated security/ocaml-safepass for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 19:36:32 UTC MAIN commitmail json YAML

Updated devel/scons, databases/mongodb

(adam)

2019-03-05 19:35:58 UTC MAIN commitmail json YAML

pkgsrc/databases/mongodb/Makefile@1.33 / diff
pkgsrc/databases/mongodb/PLIST@1.3 / diff
pkgsrc/databases/mongodb/distinfo@1.24 / diff
pkgsrc/databases/mongodb/options.mk@1.4 / diff
pkgsrc/databases/mongodb/patches/patch-SConstruct@1.8 / diff
pkgsrc/databases/mongodb/patches/patch-debian_mongod.conf deleted
pkgsrc/databases/mongodb/patches/patch-site__scons_mongo_platform.py@1.1 / diff
pkgsrc/databases/mongodb/patches/patch-site__scons_site__tools_libtool.py@1.1 / diff
pkgsrc/databases/mongodb/patches/patch-src_mongo_base_initializer.h@1.2 / diff
pkgsrc/databases/mongodb/patches/patch-src_mongo_db_dbwebserver.cpp deleted
pkgsrc/databases/mongodb/patches/patch-src_mongo_db_fts_unicode_string.cpp deleted
pkgsrc/databases/mongodb/patches/patch-src_mongo_db_matcher_expression__leaf.cpp@1.2 / diff
pkgsrc/databases/mongodb/patches/patch-src_mongo_db_repl_master__slave.cpp deleted
pkgsrc/databases/mongodb/patches/patch-src_mongo_db_repl_oplog__fetcher.cpp deleted
pkgsrc/databases/mongodb/patches/patch-src_mongo_installer_msi_SConscript deleted
pkgsrc/databases/mongodb/patches/patch-src_mongo_platform_random.cpp@1.4 / diff
pkgsrc/databases/mongodb/patches/patch-src_mongo_platform_stack__locator__dragonfly.cpp deleted
pkgsrc/databases/mongodb/patches/patch-src_mongo_platform_stack__locator__netbsd.cpp@1.2 / diff
pkgsrc/databases/mongodb/patches/patch-src_mongo_shell_bench.cpp deleted
pkgsrc/databases/mongodb/patches/patch-src_mongo_shell_linenoise__utf8.h@1.4 / diff
      :
(more 12 files)
mongodb: updated to 4.0.6

4.0.6:
Issues fixed:
SERVER-37778: Platform Support: Add Community & Enterprise Ubuntu 18.04 (zSeries)
SERVER-37777: Platform Support: Add Community SLES12 (zSeries)
SERVER-37775: Platform Support: Add Community RHEL7 (zSeries)
SERVER-39180: Wrong initial chunk owner shard can be selected when sharding non-empty collection with pre-created zones
SERVER-32146: Log slow oplog entry application
SERVER-38293: Make listDatabases understand collection privileges
SERVER-38887: Mongo.getDBs() does not correctly inspect privileges

4.0.5:
Issues fixed:
SERVER-36437: The dbstats command should lock the database in MODE_IS instead of MODE_S
SERVER-37182: Different values when referencing whole object vs. a field of that object after $arrayToObject
SERVER-37200: $match stage following $listSessions not working against mongos
SERVER-37557: Add startup warning about enableMajorityReadConcern and usage of arbiters

4.0.4:
Issues fixed:
SERVER-26854: LockStats for sub-operations should not include time for previous sub ops
SERVER-35323: sessionId matching ignores userId part of the lsid
SERVER-37058: Update with numeric field names inside an array can cause validation to fail
SERVER-37132: Negation of $in with regex can incorrectly plan from the cache, leading to missing query results
TOOLS-2069: mongoreplay does not support SCRAM-SHA-256
TOOLS-2131: mongorestore hang in replaying oplog with 窶殿rchive and 窶登plogReplay option

4.0.3:
Issues fixed:
SERVER-19815: Make repair more robust with the WiredTiger storage engine
SERVER-35989: db.collection.countDocuments() and db.collection.estimatedDocumentCount() helpers
SERVER-36982: Reintroduce enableMajorityReadConcern:false server parameter

4.0.2:
Issues fixed:
SERVER-35720: Allow zones to be created on non-existent collection
SERVER-35441: drop/dropDatabase does not cleanup config.tags
SERVER-36102: Create initial chunks on appropriate shards for zoned sharding
SERVER-36070: Aggregation with $out results in error when Auditing is enabled
SERVER-34846: Covered index with collated field returns incorrect result when collation not involved in match or sort
SERVER-34664: Commands that are unsupported in a transaction should error

4.0.1:
Issues fixed:
SERVER-33000: Platform Support: add Ubuntu 18.04.
SERVER-34933: PCRE verb support.
SERVER-35101: Handle bindIp argument that contains whitespaces.
SERVER-36027: Enterprise build does not recognize the --redactClientLogData flag.

(adam)

2019-03-05 19:30:01 UTC MAIN commitmail json YAML

scons: updated to 3.0.4

RELEASE 3.0.4:
- Improve finding of Microsoft compiler: add a 'products' wildcard
  in case 2017 Build Tools only is installed as it is considered a separate
  product from the default Visual Studio
- Add TEMPFILESUFFIX to allow a customizable filename extension.
- Improved support for VC14.1 and Visual Studio 2017, as well as arm and arm64 targets.
- Initial support for ARM targets with Visual Studio 2017
- Update TempFileMunge class to use PRINT_CMD_LINE_FUNC
- Enhance cpp scanner regex logic to detect if/elif expressions without whitespaces but
  parenthesis like "#if(defined FOO)" or "#elif!(BAR)" correctly.

RELEASE 3.0.3:
NOTE: 3.0.2 release was dropped because there was a packaging bug. Please consider all 3.0.2
    content.
- Fixes to packaging logic.  Ensuring the SCons.Tool.clangCommon module is added
  to the release packages.
- Modify scons.bat script to check for scons python script without .py extension if no file
  scons.py exists. This enables an all platform wheel to work.
- Update doc examples to work with Python 3.5+:  map() now returns an iterable instead of a list.

(adam)

2019-03-05 18:53:26 UTC MAIN commitmail json YAML

doc: Updated net/ocaml-ipaddr to 3.1.0

(jaapb)

2019-03-05 18:53:16 UTC MAIN commitmail json YAML

Updated net/ocaml-ipaddr to version 3.1.0.

Package is now compatible with dune 1.7.

Several backwards incompatible changes in version 3.0.0:
- sexp serialisers removed from main interface;
- macaddr module now in separate opam package;
- replace of_string/bytes functions with rresult types;
- use sexplib0 instead of the full sexp library;
- changes to function signatures.

Full details in the CHANGES.md file; there are also several minor changes.

(jaapb)

2019-03-05 18:36:37 UTC MAIN commitmail json YAML

doc: Updated misc/ocaml-opam to 2.0.3

(jaapb)

2019-03-05 18:36:24 UTC MAIN commitmail json YAML

Updated misc/ocaml-opam to version 2.0.3.

Package is now compatible with dune 1.7.

Other upstream changes are minor; see the CHANGES file.

(jaapb)

2019-03-05 18:30:53 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-extlib to 1.7.6

(jaapb)

2019-03-05 18:30:38 UTC MAIN commitmail json YAML

Updated devel/ocaml-extlib to version 1.7.6.

Minor fixes; see the CHANGES file for details.

(jaapb)

2019-03-05 18:23:41 UTC MAIN commitmail json YAML

doc: Updated devel/pcre-ocaml to 7.4.1

(jaapb)

2019-03-05 18:23:31 UTC MAIN commitmail json YAML

Updated devel/pcre-ocaml to version 7.4.1.

Package is now compatible with dune 1.7.

Main upstream changes are support for DFAs.

(jaapb)

2019-03-05 18:21:16 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-yojson to 1.7.0

(jaapb)

2019-03-05 18:21:04 UTC MAIN commitmail json YAML

Updated devel/ocaml-yojson to version 1.7.0.

Package is now compatible with dune 1.7.

Main change is that json types are now replaced by their t aliases;
there are some other minor bugfixes and changes as well. Full details in
the CHANGES.md file.

(jaapb)

2019-03-05 18:17:34 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-sexplib to 0.12.0

(jaapb)

2019-03-05 18:17:19 UTC MAIN commitmail json YAML

Updated devel/ocaml-sexplib to version 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date; upstream changes are minor only.

(jaapb)

2019-03-05 18:10:01 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_optcomp to 0.12.0

(jaapb)

2019-03-05 18:09:51 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_optcomp to version 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date; upstream changes are minor only.

(jaapb)

2019-03-05 18:08:00 UTC MAIN commitmail json YAML

Updated devel/ocaml-hash to version 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date; upstream changes are minor only.

(jaapb)

2019-03-05 18:06:35 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_sexp_conv to 0.12.0

(jaapb)

2019-03-05 18:06:23 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_sexp_conv to version 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date; upstream changes are minor only.

(jaapb)

2019-03-05 18:03:52 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_enumerate to 0.12.0

(jaapb)

2019-03-05 18:03:41 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_enumerate to version 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date, but other changes are minor.

(jaapb)

2019-03-05 17:59:50 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_compare to 0.12.0

(jaapb)

2019-03-05 17:59:40 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_compare to version 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date, but other changes are minor.

(jaapb)

2019-03-05 17:57:46 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppxlib to 0.5.0

(jaapb)

2019-03-05 17:57:36 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppxlib to version 0.5.0.

Package is now compatible with dune 1.7.

Other minor changes, bugfixes and additions, see CHANGES.md in the
distfile.

(jaapb)

2019-03-05 17:51:54 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-parsexp to 0.12.0

(jaapb)

2019-03-05 17:51:42 UTC MAIN commitmail json YAML

Updated devel/ocaml-parsexp to verison 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date, but changes are minor.

(jaapb)

2019-03-05 17:48:22 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-lwt_ssl to 1.1.2nb4

(jaapb)

2019-03-05 17:48:09 UTC MAIN commitmail json YAML

Updated devel/ocaml-lwt_ssl for dune compatiblity.

Package compatible with dune 1.7; revbump.
Also put Makefile variables in canonical order.

(jaapb)

2019-03-05 17:44:50 UTC MAIN commitmail json YAML

Updated security/ocaml-ssl for dune compatiblity.

Package is now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:43:19 UTC MAIN commitmail json YAML

Updated devel/ocaml-lwt_react for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:42:36 UTC MAIN commitmail json YAML

Updated devel/ocaml-lwt_ppx for dune compatibility.

Package is now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:41:13 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-lwt_camlp4 to 20180325nb4

(jaapb)

2019-03-05 17:41:04 UTC MAIN commitmail json YAML

Updated package devel/ocaml-lwt_camlp4 for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:38:39 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-compiler-libs to 0.11.0nb4

(jaapb)

2019-03-05 17:38:30 UTC MAIN commitmail json YAML

Updated devel/ocaml-compiler-libs for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:37:22 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-biniou to 1.2.0nb5

(jaapb)

2019-03-05 17:37:11 UTC MAIN commitmail json YAML

Updated devel/ocaml-biniou for dune compatibility.

Pacakge now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:36:02 UTC MAIN commitmail json YAML

doc: Updated textproc/ocaml-easy-format to 1.3.1nb1

(jaapb)

2019-03-05 17:35:52 UTC MAIN commitmail json YAML

Updated textproc/ocaml-easy-format for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:34:31 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-base64 to 3.1.0

(jaapb)

2019-03-05 17:34:16 UTC MAIN commitmail json YAML

Updated devel/ocaml-base64 to version 3.1.0.

The package is now compatible with dune 1.7.

Several API-breaking changes in version 3.0.0: module renames and
changes in function signatures.

Other, more minor bugfixes and additions.

(jaapb)

2019-03-05 17:31:13 UTC MAIN commitmail json YAML

doc: Updated devel/js_of_ocaml to 3.3.0nb1

(jaapb)

2019-03-05 17:31:04 UTC MAIN commitmail json YAML

Updated devel/js_of_ocaml for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:27:22 UTC MAIN commitmail json YAML

Updated package Makefile for devel/ocaml-ppx_deriving

Replaced a DEPENDS= by a buildlink3.mk include. No upstream changes.

(jaapb)

2019-03-05 17:16:45 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-lwt_log to 1.1.0nb4

(jaapb)

2019-03-05 17:16:32 UTC MAIN commitmail json YAML

Updated devel/ocaml-lwt_log for dune compatibility.

Package is now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:15:08 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-reactiveData to 0.2.2

(jaapb)

2019-03-05 17:14:52 UTC MAIN commitmail json YAML

Updated package devel/ocaml-reactiveData to version 0.2.2.

Minor bugfixes and additions.

(jaapb)

2019-03-05 17:10:18 UTC MAIN commitmail json YAML

doc: Updated textproc/ocaml-tyxml to 4.3.0nb1

(jaapb)

2019-03-05 17:10:05 UTC MAIN commitmail json YAML

Updated textproc/ocaml-tyxml for dune compatibility.

Package is now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:08:20 UTC MAIN commitmail json YAML

doc: Updated textproc/ocaml-markup to 0.8.0nb1

(jaapb)

2019-03-05 17:08:08 UTC MAIN commitmail json YAML

Updated textproc/ocaml-markup for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

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

doc: Updated textproc/ocaml-uutf to 1.0.2

(jaapb)

2019-03-05 17:06:52 UTC MAIN commitmail json YAML

Updated package textproc/ocaml-uutf to version 1.0.2.

Minor bugfix (substring folding).

(jaapb)

2019-03-05 17:05:46 UTC MAIN commitmail json YAML

Bump version after pkg update.

(hauke)

2019-03-05 16:58:31 UTC MAIN commitmail json YAML

Back out dependency that options.mk already takes care of (thanks,
leot@).

(hauke)

2019-03-05 16:56:27 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-lwt to 4.1.0nb3

(jaapb)

2019-03-05 16:56:16 UTC MAIN commitmail json YAML

Updated devel/ocaml-lwt for dune compatibility.

Package now compatible with dune 1.7; revbump..

(jaapb)

2019-03-05 16:54:03 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-cppo to 1.6.5nb1

(jaapb)

2019-03-05 16:53:49 UTC MAIN commitmail json YAML

Updated package devel/ocaml-cppo for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 16:51:27 UTC MAIN commitmail json YAML

doc: Updated mail/dovecot2 to 2.3.5

(hauke)

2019-03-05 16:51:04 UTC MAIN commitmail json YAML

Update mail/dovecot2 to v2.3.5.

From the upstream release-note:

NEWS:

+ Lua push notification driver: mail keywords and flags are provided
in MessageNew and MessageAppend events.
+ submission: Implement support for plugins.
+ auth: When auth_policy_log_only=yes, only log what the policy server
response would do without actually doing it.
+ auth: Always log policy server decisions with auth_verbose=yes
- v2.3.[34]: doveadm log errors: Output was missing user/session
- lda: Debug log lines could have shown slightly corrupted
- login proxy: Login processes may have crashed in various ways when
login_proxy_max_disconnect_delay was set.
- imap: Fix crash with Maildir+zlib if client disconnects during APPEND
- lmtp proxy: Fix potential assert-crash
- lmtp/submission: Fix crash when SMTP client transaction times out
- submission: Split large XCLIENT commands to 512 bytes per command,
so Postfix accepts them.
- submission: Fix crash when client sends invalid BURL command
- submission: relay backend: VRFY command: Avoid forwarding 500 and
502 replies back to client.
- lib-http: Fix potential assert-crash when DNS lookup fails
- lib-fts: Fix search query generation when one language ignores a
token (e.g. via stopwords).

(hauke)

2019-03-05 16:51:03 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-re to 1.8.0nb1

(jaapb)

2019-03-05 16:50:45 UTC MAIN commitmail json YAML

Updated devel/ocaml-re for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 16:35:41 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_tools_versioned to 5.2.1nb1

(jaapb)

2019-03-05 16:35:29 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_tools_versioned for dune compatibility.

Package is now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 16:33:56 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-migrate-parsetree to 1.2.0

(jaapb)