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

2024-05-12 18:07:26 UTC Now

2018-03-17 23:35:59 UTC pkgsrc-2017Q4 commitmail json YAML

2018-03-17 23:33:53 UTC pkgsrc-2017Q4 commitmail json YAML

Pullup ticket #5725 - requested by maya
www/firefox52: security update

Revisions pulled up:
- www/firefox52/Makefile                                        1.18
- www/firefox52/PLIST                                          1.5
- www/firefox52/distinfo                                        1.11

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Fri Mar 16 22:53:19 UTC 2018

  Modified Files:
          pkgsrc/www/firefox52: Makefile PLIST distinfo

  Log Message:
  firefox52: update to 52.7.2esr

  Fixes multiple memory safety bugs
  remote code execution via vendored libvorbis/tremor.

  https://www.mozilla.org/en-US/security/advisories/mfsa2018-08/

  To generate a diff of this commit:
  cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/firefox52/Makefile
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/firefox52/PLIST
  cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/firefox52/distinfo

(spz)

2018-03-17 23:13:25 UTC MAIN commitmail json YAML

Follow HOMEPAGE redirect

(ryoon)

2018-03-17 23:01:02 UTC MAIN commitmail json YAML

Install patched mwm.fvwmrc to the correct filename

(jmcneill)

2018-03-17 22:39:57 UTC MAIN commitmail json YAML

(cad/py-gdscad) PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36

(mef)

2018-03-17 22:20:13 UTC MAIN commitmail json YAML

Added cad/py-gdscad version 0.4.5

(mef)

2018-03-17 22:15:30 UTC MAIN commitmail json YAML

cad/py-gdscad: import py27-gdsCAD-0.4.5

gdsCAD is a simple, but powerful, Python package for creating, reading, and
manipulating GDSII layout files. It's suitable for scripting and interactive
use. It excels particularly in generating designs with multiple incrementally
adjusted objects. gdsCAD uses matplotlib to visualize everything from individual
geometry primitives to the entire layout.

(mef)

2018-03-17 20:54:12 UTC MAIN commitmail json YAML

doc: Updated textproc/discount to 2.2.3anb3

(schmonz)

2018-03-17 20:54:06 UTC MAIN commitmail json YAML

Cast tolower/isspace/isalpha args to unsigned char to fix self-tests on
NetBSD. Bump PKGREVISION.

(schmonz)

2018-03-17 17:55:13 UTC MAIN commitmail json YAML

firefox: configure whines about outdated nspr/nss, tell pkgsrc about this

(maya)

2018-03-17 17:16:59 UTC MAIN commitmail json YAML

Fix build on Darwin (at least 17.4.0) by including the Darwin makefile
from the "macos" source tarball, which differs from the "linux" one used
here only by which build instructions it contains.

(schmonz)

2018-03-17 16:34:31 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-toml to 0.2.0

(taca)

2018-03-17 16:34:11 UTC MAIN commitmail json YAML

textproc/ruby-toml: update to 0.2.0

0.2.0 2017/11/11

* This fixes Parslet compatibility with newer versions. Rejoice!

(taca)

2018-03-17 16:31:36 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-xslt to 0.9.10

(taca)

2018-03-17 16:31:14 UTC MAIN commitmail json YAML

textproc/ruby-xslt: udpate to 0.9.10

0.9.10 - 2017/10/04

* Removing unneeded rb_define_const to fix libxslt 1.30 compatibility
  XSLT_NORM_SAXON_NAMESPACE is no longer defined in libxslt 1.30

(taca)

2018-03-17 16:29:06 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-xpath to 3.0.0

(taca)

2018-03-17 16:28:45 UTC MAIN commitmail json YAML

textproc/ruby-xpath: update to 3.0.0

3.0.0 - 2017-12-30

Breaking Changes

* Remove xpath/html
* Rename name to qname, closes #76

Added

* Contains word function for matching space separated attributes
* Unary band as alias of not
* not_equals

Fixed

* None

(taca)

2018-03-17 16:27:18 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-stringex to 2.8.4

(taca)

2018-03-17 16:26:41 UTC MAIN commitmail json YAML

textproc/ruby-stringex: update to 2.8.4

* Fix various warnings.
* Fix yaml reserved words.

(taca)

2018-03-17 16:22:06 UTC MAIN commitmail json YAML

doc: Updated www/ruby-loofah to 2.2.0

(taca)

2018-03-17 16:21:48 UTC MAIN commitmail json YAML

www/ruby-loofah: update to 2.2.0

## 2.2.0 / 2018-02-11

Features:

* Support HTML5 `<main>` tag. #133 (Thanks, @MothOnMars!)
* Recognize HTML5 block elements. #136 (Thanks, @MothOnMars!)
* Support SVG `<symbol>` tag. #131 (Thanks, @baopham!)
* Support for whitelisting CSS functions, initially just `calc` and `rgb`. #122/#123/#129 (Thanks, @NikoRoberts!)
* Whitelist CSS property `list-style-type`. #68/#137/#142 (Thanks, @andela-ysanni and @NikoRoberts!)

Bugfixes:

* Properly handle nested `script` tags. #127.

## 2.1.1 / 2017-09-24

Bugfixes:

* Removed warning for unused variable. #124 (Thanks, @y-yagi!)

## 2.1.0 / 2017-09-24

Notes:

* Re-implemented CSS parsing and sanitization using the {crass}[https://github.com/rgrove/crass] library. #91

Features:

* Added :noopener HTML scrubber (Thanks, @tastycode!)
* Support `data` URIs with the following media types: text/plain, text/css, image/png, image/gif, image/jpeg, image/svg+xml. #101, #120. (Thanks, @mrpasquini!)

Bugfixes:

* The :unprintable scrubber now scrubs unprintable characters in CDATA nodes (like `<script>`). #124
* Allow negative values in CSS properties. Restores functionality that was reverted in v2.0.3. #91

(taca)

2018-03-17 16:20:55 UTC MAIN commitmail json YAML

doc: Updated www/ruby-http-form_data to 2.1.0

(taca)

2018-03-17 16:20:25 UTC MAIN commitmail json YAML

www/ruby-http-form_data: update to 2.1.0

## 2.1.0 (2018-03-05)

* [#21](https://github.com/httprb/form_data/pull/21)
  Rewind content at the end of `Readable#to_s`.
  [@janko-m][]

* [#19](https://github.com/httprb/form_data/pull/19)
  Fix buffer encoding.
  [@HoneyryderChuck][]

## 2.0.0 (2017-10-01)

* [#17](https://github.com/httprb/form_data/pull/17)
  Add CRLF character to end of multipart body.
  [@mhickman][]

## 2.0.0.pre2 (2017-05-11)

* [#14](https://github.com/httprb/form_data/pull/14)
  Enable streaming for urlencoded form data.
  [@janko-m][]

## 2.0.0.pre1 (2017-05-10)

* [#12](https://github.com/httprb/form_data.rb/pull/12)
  Enable form data streaming.
  [@janko-m][]

(taca)

2018-03-17 16:19:39 UTC MAIN commitmail json YAML

doc: Updated www/ruby-mustermann to 1.0.2

(taca)

2018-03-17 16:19:19 UTC MAIN commitmail json YAML

www/ruby-mustermann: update to 1.0.2

* **Mustermann 1.0.2** (2017-02-17)
    * Look ahead same patterns as its own when concatenation.  Fixes [sinatra/sinatra#1361](https://github.com/sinatra/sinatra/issues/1361) [@namusyaka](https://github.com/namusyaka)
    * Improve development support and documentation.  [@EdwardBetts](https://github.com/EdwardBetts), [@284km](https://github.com/284km), [@yb66](https://github.com/yb66) and [@garybernhardt](https://github.com/garybernhardt)

(taca)

2018-03-17 16:18:39 UTC MAIN commitmail json YAML

doc: Removed www/ruby-mustermann19

(taca)

2018-03-17 16:18:22 UTC MAIN commitmail json YAML

www/ruby-mustermann19: remove package

Since all packages switch to use www/ruby-mustermann, this package is not
used any more.  So, remove it.

(taca)

2018-03-17 16:17:37 UTC MAIN commitmail json YAML

www/Makefile: remove ruby-mustermann19

(taca)

2018-03-17 16:15:26 UTC MAIN commitmail json YAML

doc: Updated www/ruby-faraday to 0.14.0

(taca)

2018-03-17 16:15:07 UTC MAIN commitmail json YAML

www/ruby-faraday: update to 0.14.0

Faraday 0.14.0 2018/01/20

* If proxy is manually provided, this takes priority over find_proxy (#724)
* Allow overriding env proxy (#754)
* Fixes the behaviour for Excon's open_timeout (not setting write_timeout
  anymore) (#731)
* Remove Typhoeus adapter (#715)
* External Typhoeus Adapter Compatibility (#748)
* Warn about missing adapter when making a request (#743)
* Faraday::Adapter::Test stubs now support entire urls (with host) (#741)
* Handle all connection timeout messages in Patron (#687)

(taca)

2018-03-17 16:12:44 UTC MAIN commitmail json YAML

doc: Updated x11/ruby-tk-gem to 0.2.0

(taca)

2018-03-17 16:12:13 UTC MAIN commitmail json YAML

x11/ruby-tk-gem: update to 0.2.0

0.2.0 2017/08/01

* Update grid.rb to avoid NameError in lib/tk/grid.rb
* Add msys2 library dependency tag in gem metadata

(taca)

2018-03-17 16:09:21 UTC MAIN commitmail json YAML

doc: Updated www/ruby-websocket to 1.2.5

(taca)

2018-03-17 16:09:03 UTC MAIN commitmail json YAML

www/ruby-websocket: update to 1.2.5

## 1.2.5

- make handshake server resilient to non-string Rack env keys

(taca)

2018-03-17 16:08:28 UTC MAIN commitmail json YAML

doc: Updated www/ruby-unicorn to 5.4.0

(taca)

2018-03-17 16:07:55 UTC MAIN commitmail json YAML

www/ruby-unicorn: update to 5.4.0

unicorn 5.4.0 / 2017-12-23

Rack hijack support improves as the app code can capture and use
the Rack `env' privately without copying it (to avoid clobbering
by another client).  Thanks to Sam Saffron for reporting and
testing this new feature:

  https://bogomips.org/unicorn-public/CAAtdryPG3nLuyo0jxfYW1YHu1Q+ZpkLkd4KdWC8vA46B5haZxw@mail.gmail.com/T/

We also now support $DEBUG being set by the Rack app (instead of
relying on the "-d" CLI switch).  Thanks to James P Robinson Jr
for reporting this bug:

  https://bogomips.org/unicorn-public/D6324CB4.7BC3E%25james.robinson3@cigna.com/T/
  (Coincidentally, this fix will be irrelevant for Ruby 2.5
  which requires 'pp' by default)

There's a few minor test cleanups and documentation updates, too.

unicorn 5.3.1 / 2017-10-03

This release fixes an occasional GC problem introduced in v5.3.0
to reduce global variable overhead (commit 979ebcf91705709b)

Thanks to Xuanzhong Wei for the patch which lead to this release:

https://bogomips.org/unicorn-public/20171003182054.76392-1-azrlew@gmail.com/T/#u
https://bogomips.org/unicorn-public/20171003145718.30404-1-azrlew@gmail.com/T/#u

  Xuanzhong Wei (1):
        fix GC issue on rb_global_variable array

(taca)

2018-03-17 16:00:21 UTC MAIN commitmail json YAML

doc: Updated www/ruby-sinatra-contrib to 2.0.1

(taca)

2018-03-17 15:59:55 UTC MAIN commitmail json YAML

www/ruby-sinatra-contrib: update to 2.0.1

2.0.1 2018/02/17

* avoid prefix duplication
* get rid of unnecessary assignment expression
  the `base` does not respond to `conditions` permanently.
* documentation improvement

(taca)

2018-03-17 15:53:55 UTC MAIN commitmail json YAML

doc: Updated www/ruby-sinatra to 2.0.1

(taca)

2018-03-17 15:53:39 UTC MAIN commitmail json YAML

www/ruby-sinatra: update to 2.0.1

2.0.1 / 2018-02-17

* Repair nested namespaces, by avoiding prefix duplication #1322. Fixes #1310
  by Kunpei Sakai

* Add pattern matches to values for Mustermann::Concat #1333. Fixes #1332 by
  Dawa Ometto

* Ship the VERSION file with the gem, to allow local unpacking #1338 by Olle
  Jonsson

* Fix issue with custom error handler on bad request #1351. Fixes #1350 by
  Jordan Owens

* Override Rack::ShowExceptions#pretty to set custom template #1377. Fixes
  #1376 by Jordan Owens

* Enhanced path validation in Windows #1379 by Orange Tsai

* Improve development support and documentation by Faheel Ahmad, Shota Iguchi,
  Olle Jonsson, Manabu Niseki, John Hope, Horacio, Ice-Storm, GraniteRock,
  Raman Skaskevich, Carlos Azuaje, 284km, Dan Rice and Zachary Scott

(taca)

2018-03-17 15:53:00 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rack-protection to 2.0.1

(taca)

2018-03-17 15:52:27 UTC MAIN commitmail json YAML

www/ruby-rack-protection: update to 2.0.1

0.2.1 2018/02/16

* enhanced path validation in Windows

(taca)

2018-03-17 14:49:01 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-yard to 0.9.12

(taca)

2018-03-17 14:48:25 UTC MAIN commitmail json YAML

textproc/ruby-yard: update to 0.9.12

# [0.9.12] - November 26th, 2017

[0.9.12]: https://github.com/lsegal/yard/compare/v0.9.11...v0.9.12

- Be more explicit about lack of support for absolute paths in extra files
  specified by `yard doc` command.

# [0.9.11] - November 23rd, 2017

[0.9.11]: https://github.com/lsegal/yard/compare/v0.9.10...v0.9.11

- Fixed security issue in `--readme` that allowed for arbitrary file reads on
  disk. Credit to ztz <ztz@ztz.me> for discovering this issue.
- Improved styling for inline code blocks (#1142).

# [0.9.10] - November 18th, 2017

[0.9.10]: https://github.com/lsegal/yard/compare/v0.9.9...v0.9.10

- Added `--fail-on-warning` option for `yard doc` which exits with a non-zero
  code if there are any warnings (#1093).
- Added support for parsing inside `Struct.new` blocks (#1099).
- Added support new ripper AST tokens (#1104, #1124).
- Fixed an issue where `@see (obj)` reference tags would fail (#1111)
- Fix sorting in `yard stats` (#1123).

(taca)

2018-03-17 14:47:24 UTC MAIN commitmail json YAML

doc: Updated www/heel to 3.2.0

(taca)

2018-03-17 14:46:45 UTC MAIN commitmail json YAML

www/heel: update to 3.2.0

## Version 3.2.0 - 2018-03-14
* fix missing rack dependency [#17](https://github.com/copiousfreetime/heel/pull/17)
* across the board gem dependency updates
* ruby 2.2 minimum dependency - because of transitive dependencies

(taca)

2018-03-17 14:45:22 UTC MAIN commitmail json YAML

doc: Updated www/ruby-puma to 3.11.3

(taca)

2018-03-17 14:45:05 UTC MAIN commitmail json YAML

www/ruby-puma: update to 3.11.3

Changes are too many to write here, please refer History.md.

(taca)

2018-03-17 14:43:47 UTC MAIN commitmail json YAML

doc: Updated www/ruby-patron to 0.12.1

(taca)

2018-03-17 14:43:29 UTC MAIN commitmail json YAML

www/ruby-patron: update to 0.12.1

### 0.12.1

* Ensure HTTP2 response headers/status lines are correctly handled

### 0.12.0

* Replace StringScanner in HeaderParser with StringIO, fix Webmock regression when the headers string would
  not have an empty CRLF-terminated line at the end - which would cause the parser to return a nil.
* Added `Session#dns_cache_timeout` as a config option for CURLOPT_DNS_CACHE_TIMEOUT

### 0.11.1

* Make sure StringScanner is available to HeaderParser.

### 0.11.0

* Added `Session#progress_callback` which accepts a callable object, which can be used to report session progress during request
  execution.
* Fixed parsing of response headers when multiple responses are involved (redirect chains and HTTP proxies)

### 0.10.0

* Added `Session#low_speed_time` and `Session#low_speed_limit`. When used, they will force libCURL to raise
  a timeout if a certain speed limit is not met performing the request. These can be used for better timeout
  handling. These are available in all libCURL versions. See https://curl.haxx.se/libcurl/c/CURLOPT_LOW_SPEED_TIME.html
  and https://curl.haxx.se/libcurl/c/CURLOPT_LOW_SPEED_LIMIT.html

(taca)

2018-03-17 14:41:36 UTC MAIN commitmail json YAML

doc: note update of ruby-padrino pacakges to 0.14.3

www/ruby-padrino-support
www/ruby-padrino-helpers
www/ruby-padrino-core
www/ruby-padrino-admin
www/ruby-padrino-contrib
www/ruby-padrino-gen
www/ruby-padrino-mailer
www/ruby-padrino

(taca)

2018-03-17 14:39:09 UTC MAIN commitmail json YAML

www/ruby-padrino: update to 0.14.3

0.14.3 (2018-02-23)

* Move to mustermann
* Drop ruby prior to 2.2.2
* update default_inflections
* Fix params handling which broke with Sinatra 2.0.1 by removing guard clause
  to not initialize @params if already defined

0.14.2 (2018-01-02)

* FIX router in non-Padrino applications (@adam12)
* FIX padrino-admin haml layout
* FIX Datamapper tasks (@adam12)
* FIX #1979 default test or spec task
* FIX #2150 refuse invalid database adapters
* FIX #2152 using open without requiring 'open-uri'
* NEW #2161 allow array as tag attribute (@aeris)
* FIX #2163 preserve spaces in args of padrino gen
* update Sequel usage
* update ActiveRecord::Migration usage (@adam12)

(taca)

2018-03-17 14:30:05 UTC MAIN commitmail json YAML

www/ruby-padrino: start update of ruby-padrino to 0.14.3

(taca)

2018-03-17 14:29:08 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-moneta to 1.0.0

(taca)

2018-03-17 14:28:38 UTC MAIN commitmail json YAML

databases/ruby-moneta: update to 1.0.0

1.0.0

* Adapters::Sequel - allow usage of Sequel extensions and connection validation
* ActiveSupport::Cache::MonetaStore - dup options before mutating them
* ActiveSupport::Cache::MonetaStore - allow writing raw values

(taca)

2018-03-17 14:26:40 UTC MAIN commitmail json YAML

doc: Updated www/ruby-capybara to 2.18.0

(taca)

2018-03-17 14:26:23 UTC MAIN commitmail json YAML

www/ruby-capybara: update to 2.18.0

#Version 2.18.0
Release date: 2018-02-12

### Fixed

* Firefox/geckodriver setting of contenteditable childs contents
* Ignore Selenium::WebDriver::Error::SessionNotCreatedError when quitting driver [Tim Connor]

### Removed

* Headless chrome modal JS injection that is no longer needed for Chrome 64+/chromedriver 2.35+

# Version 2.17.0
Release date: 2018-01-02

### Added

* `have_all_of_selectors`, `have_none_of_selectors` RSpec matchers for parity with minitest assertions [Thomas Walpole]

### Fixed

* Allow xpath 3.x gem [Thomas Walpole]
* Issue when drivers returned nil for `current_path` and a matcher was used with a Regexp [Thomas Walpole]
* Error message when visible element not found, but non-visible was [Andy Klimczak]

# Version 2.16.1
Release date: 2017-11-20

### Fixed

* Fix rack_test driver for rack_test 0.7.1/0.8.0 [Thomas Walpole]
* `accept_prompt` response text can contain quotes when using selenium with headless chrome [Thomas Walpole]

# Version 2.16.0
Release date: 2017-11-13

### Added

* Attempt to move element into view when selenium doesn't correctly do it - See PR #1917 [Thomas Walpole]
* `current_path` matchers will now autodetect path vs url based on string to be matched. Deprecates
  `:only_path` in favor of `:ignore_query` option [Thomas Walpole]
* Session#evaluate_async_script [Thomas Walpole]

### Fixed

* Default prompt value when using headless Chrome works correctly [Thomas Walpole]
* Support new modal error returned by selenium-webdriver 3.7 for W3C drivers [Thomas Walpole]
* Calling `respond_to?` on the object passed to `Capybara.configure` block - Issue #1935

# Version 2.15.4
Release date: 2017-10-07

### Fixed
*  Visiting an absolute URL shouldn't overwrite the port when no server or always_include_port=false - Issue #1921

# Version 2.15.3
Release date: 2017-10-03

### Fixed
*  Visiting '/' when Capybara.app_host has a trailing '/' - Issue #1918 [Thomas Walpole]

# Version 2.15.2
Release date: 2017-10-02

### Fixed

*  Include within scope description in element not found/ambiguous errors [Thomas Walpole]
*  Raise error when no activation block is passed to modal methods if using headless chrome [Thomas Walpole]
*  Don't retry element access when inspecting [Ivan Neverov]
*  Don't override a specified port (even if it is default port) in visited url [Thomas Walpole]

(taca)

2018-03-17 14:23:06 UTC MAIN commitmail json YAML

security/ruby-rbnacl: update to 5.0.0

## 5.0.0 (2017-06-13)

* [#159](https://github.com/cryptosphere/rbnacl/pull/159)
  Support the BLAKE2b Initialize-Update-Finalize API.
  ([@fudanchii])

(taca)

2018-03-17 14:21:43 UTC MAIN commitmail json YAML

doc: Updated net/ruby-nio4r to 2.3.0

(taca)

2018-03-17 14:20:59 UTC MAIN commitmail json YAML

net/ruby-nio4r: update to 2.3.0

## 2.3.0 (2018-03-15)

* [#183](https://github.com/socketry/nio4r/pull/183)
  Allow `Monitor#interests` to be nil
  ([@ioquatix])

(taca)

2018-03-17 14:19:59 UTC MAIN commitmail json YAML

doc: Updated math/ruby-spreadsheet to 1.1.7

(taca)

2018-03-17 14:19:38 UTC MAIN commitmail json YAML

math/ruby-spreadsheet: update to 1.1.7
### 1.1.7 / 15.03.2018

commit 34ece5f4e7ab2907c4a8809d96ef2a33b7ccd4b5
Author: Maarten Brouwers <github@murb.nl>
Date:  Thu Mar 15 15:10:23 2018 +0100

* shadowing outer local variable - i

* Running rake resulted in the following warning: `lib/spreadsheet/worksheet.rb:345: warning: shadowing outer local variable - i`; this patch fixes that.

(taca)

2018-03-17 14:18:34 UTC MAIN commitmail json YAML

doc: Updated games/ruby-squib to 0.14.1

(taca)

2018-03-17 14:18:16 UTC MAIN commitmail json YAML

games/ruby-squib: update to 0.14.1

# Squib CHANGELOG
Squib follows [semantic versioning](http://semver.org).

## v0.14.1 / 2018-03-15

Chores:
* Bumped deps: Pango et al. to 3.2.1, Cairo to 1.15.12. (Fixes an issue with Ruby 2.5 and Windows)

(taca)

2018-03-17 14:17:06 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-cairo to 1.15.12

(taca)

2018-03-17 14:16:47 UTC MAIN commitmail json YAML

graphics/ruby-cairo: update to 1.15.12

Release 1.15.12 (2018-03-14) Kouhei Sutou <kou@cozmixng.org>
============================================================

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

  * Re-enabled tests that need Poppler.
    [GitHub#51][Patch by Mamoru TASAKA]

  * Windows: Added Ruby 2.5 support.
    [GitHub#52][Reported by Andy Meneely]

Thanks
------

  * Mamoru TASAKA

  * Andy Meneely

(taca)

2018-03-17 14:15:49 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-simplecov to 0.16.1

(taca)

2018-03-17 14:15:11 UTC MAIN commitmail json YAML

devel/ruby-simplecov: update to 0.16.1

0.16.1 (2018-03-16)
===================

## Bugfixes

* Include the LICENSE in the distributed gem again (accidentally removed in 0.16.0). (thanks @tas50)

0.16.0 (2018-03-15)
===================

## Enhancements

* Relax version constraint on `docile`, per SemVer
* exception that occurred on exit is available as `exit_exception`! See [#639](https://github.com/colszowka/simplecov/pull/639)  (thanks @thomas07vt)
* Performance: processing results now runs from 2.5x to 3.75x faster. See [#662](https://github.com/colszowka/simplecov/pull/662) (thanks @BMorearty & @eregon)
* Decrease gem size by only shipping lib and docs

## Bugfixes

* (breaking) Stop handling string filters as regular expressions, use the dedicated regex filter if you need that behaviour. See [#616](https://github.com/colszowka/simplecov/pull/616) (thanks @yujinakayama)
* Avoid overwriting the last coverage results on unsuccessful test runs. See [#625](https://github.com/colszowka/simplecov/pull/625) (thanks @thomas07vt)
* Don't crash on invalid UTF-8 byte sequences. (thanks @BMorearty)

(taca)

2018-03-17 11:56:56 UTC MAIN commitmail json YAML

doc: Updated chat/hexchat to 2.14.1

(tnn)

2018-03-17 11:56:15 UTC MAIN commitmail json YAML

hexchat: update to 2.14.1

2.14.1 (2018-03-13)
  fix performance regression on Unix
  fix building plugins with some compilers
  add missing gtk pixbuf theme engine in Windows installer

2.14.0 (2018-03-10)
  rewrite build system in Meson
  replace intltool build depenency with gettext >= 0.19.6
  rename data files to use io.github.Hexchat name
  add option (irc_reconnect_rejoin) to disable auto-rejoin on reconnect
  add ability to set custom tray icon separate of app icon
  fix building against OpenSSL 1.1.0
  fix Enchant 2.0+ support
  fix input box theming with Adwaita-dark
  fix custom sounds not respecting omit if away option
  fix detecting if a tray doesn?t exist on x11
  fix cutting off ctcp text after ending \01
  fix /ignore not accepting full hosts
  fix characters getting cut off when their width changes (on Unix)
  fix various possible crashes
  change preference window to be scroll-able
  remove ctrl+w binding by default
  remove mpcinfo plugin
  doat: fix channels with / in them
  fishlim: fix key exchange
  fishlim: fix building against LibreSSL
  sysinfo: fix pci.ids file not being found on some distros
  sysinfo: make libpci optional
  lua: avoid loading the same script multiple times
  update translations
  update libraries on Windows, including Python to 3.6

(tnn)

2018-03-17 11:39:01 UTC MAIN commitmail json YAML

py-meson: set --mandir correctly

(tnn)

2018-03-17 11:07:52 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.3.1

(leot)

2018-03-17 11:07:39 UTC MAIN commitmail json YAML

gallery-dl: Update net/gallery-dl to 1.3.1

Changes:
1.3.1
-----
* Added support for:
  - `mangadex`
  - `artstation`
* Added Cloudflare DDoS protection bypass to `komikcast` extractors
* Changed archive ID formats for `deviantart` folders and collections
* Improved error handling for `deviantart` API calls
* Removed `imgchili` and various smaller image hosts

(leot)

2018-03-17 10:04:22 UTC MAIN commitmail json YAML

doc: Updated sysutils/rkflashtool to 20160324

(tnn)

2018-03-17 10:02:58 UTC MAIN commitmail json YAML

rkflashtool: bump to 20160324

change: support RK3228, RK3229, RK3126

(tnn)

2018-03-17 09:22:06 UTC MAIN commitmail json YAML

2018-03-17 09:14:35 UTC MAIN commitmail json YAML

2018-03-17 09:10:43 UTC MAIN commitmail json YAML

doc: Updated sysutils/xcdroast to 1.18

(tnn)

2018-03-17 09:09:13 UTC MAIN commitmail json YAML

xcdroast: update to 1.18

23.12.17:
* RELEASED X-CD-Roast 1.18
* Bugfix in configure script
22.12.17:
* RELEASED X-CD-Roast 1.17
14.12.17:
* Update desktop icon
29.10.17:
* Fix crash when deleting exactly 50 or a multiple of 50 tracks.
08.10.17:
* Change code to use g_io_channels. (Prepare for GTK3)
07.10.17:
* More GTK3 migration.
* Remove of Mac OS X code since there have been no working cdrtools for
  more than a decade and thus X-CD-Roast cannot be programmed for OS X.
01.10.17:
* Rewrite child processing.
17.09.17:
* More GTK3 migration.
03.09.17:
* Rewrite dialog window placement.
20.08.17:
* Modernize code to display the xcdroast logo (cairo instead of
  pixbuf). Also improve the logo quality.
* Add About-dialog.
23.07.17:
  by Mathias B�ttner:
* Disabled the write mode selector for DVD (and BD) media in "Create"
  and in "Duplicate" menu.
* Disabled "Do not fixate" for multisession writes (not just a warning).
* Added fixed settings for nofixate and multisession in "Duplicate" menu
  as they can't be changed there.
* Updated write mode settings and write options for cdrecord.
* Fixed displaying wrong Disc size if no Audio CD or Mixed Mode CD.
* Added notification if CD-Text will not be written.
* Placed a small logo on top of the sidespace buttons.
* Amended some of the old tooltips.
30.06.17:
* All terms talking about a CD (Compact Disc) are changed simply to
  the word Disc or CD/DVD/BD where meaningful. (by Mathias B�ttner)
17.06.17:
* Resized Dialog windows
14.06.17:
* Removed checks for older cdrecord features
05.06.17:
* Replaced all GtkText by GtkTextView (modernize design)
04.06.17:
* Convert all translation files to UTF-8
31.05.17:
* Replace GtkFileSelection by GtkFileChooser (modernize design)
19.05.17:
* Code cleanup/formatting by Mathias B�ttner
06.05.17:
* rename non-root-mode to user-host-mode, as we now always allow
  non-root users to start X-CD-Roast. The user-host-mode just allows to
  configure which user on which host can use X-CD-Roast.
  (e.g. for computer science labs or server installations)
01.05.17:
* detect the suid-bit settings on the cdrtools or the X-CD-Roast wrapper
  and offer a dialog to fix this automatically
26.04.17:
* Changed JEDEC prefixes to decimal and binary prefixes according to
  IEC 60027-2 (January 1999) to avoid confusion. (by Mathias B�ttner)
17.04.17:
* Paranoia mode: auto setup of lowest read ahead buffer for each drive
  when scanning for new devices (by Mathias B�ttner)
16.04.17:
* wrong cdrtool versions are now reported in a dialog window
  (not just as a warning in the terminal)
* set suid bit on xcdrwrap on 'make install'
15.04.17:
* Fix various gdk-assertion failures
* Fix resize of Read/Write progress window
09.04.17:
* Added new checkbox "audio deemphasis" (by Mathias B�ttner)
04.04.17:
* Updated gettext to 0.19.7
* Updated to autoconf 2.69
* Update to autmake 1.14.1
* use cddb protocol 6 instead of 1, this fixes also charset problems
03.04.17:
* Compile by default without non-root-mode. Currently I rely on
  that the cdrtools have the suid bit already set.
* charset conversion from ISO8859-1 to UTF-8 on Album or Track titles.
02.04.17:
* merged in all patches I received and published on my webpage
  since X-CD-Roast 0.98alpha16. - Many thanks to all contributors!
  (parse_version.patch, change_norwegian_locale.txt, io_compile.patch,
  cdda2wav_version.patch, fix_cddb_hidden_tracks.patch, io_progressbar
  _fix.patch, format-security.patch, suid-perms.patch)
* removed --enable-gtk2 option, this is enabled by default now.
* Renamed norwegian translation file from "no" to "nb".
* Updated galician translation.
01.04.17:
* Lots of input and patches and motivation for an updated xcdroast version
  by Mathias B�ttner from southwestern Germany:
* updated CD/DVD writer/reader default settings in setup menu.
* removed the outdated slider "sectorburst" and added instead
  "size of read ahead buffer" and "minimum overlap of sectors"
  for paranoia mode in the setup menu.
* added new checkbox "suppress a hidden audio track"
* fixed info output and track increment in GTK-window
  'Reading audio tracks' for cdda2wav in paranoia mode.
* changed cdrtools version check to allow only v3.02a09 or higher
  because v3.00a01 - v3.02a07 contain a bug and v2.01 is very outdated
  and may even not compile nowadays.
* fixed xcdroast's mkisofs version detection since v3.02a01.
* changed german translation to new orthography.

(tnn)

2018-03-17 08:03:32 UTC MAIN commitmail json YAML

Updated misc/rhash to 1.3.6, devel/cmake to 3.10.3

(adam)

2018-03-17 08:03:09 UTC MAIN commitmail json YAML

cmake: updated to 3.10.3

CMake 3.10.3
* GoogleTest: Rename TIMEOUT parameter to avoid clash
* Autogen: Fix for the empty source file crash in 3.10.2
* ccmake: fix status line buffer overflow on very wide terminals

(adam)

2018-03-17 08:02:14 UTC MAIN commitmail json YAML

rhash: updated to 1.3.6

RHash v1.3.6:
* support --file-list option
* librhash: speedup sha3
* Bugfix: fix --follow option
* better MSYS and CygWin support
* configuration script
* Bugfix: broken binary hash output
* Bugfix: fix running on WinXP

(adam)

2018-03-17 07:46:39 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Module-FromPerlVer to 0.005005

(wiz)

2018-03-17 07:46:15 UTC MAIN commitmail json YAML

p5-Module-FromPerlVer: update to 0.005005.

-  v0.5.5 Thu Mar 15 20:05:10 CDT 2018

    Fix make-sandbox-dir.

    Fix MANIFEST

    Alwyas remove version, dynamic, sandbox/.git dir's in ./t
    to force running the build code during module packaging.

    Snag path search using File::Spec from FindBin::libs, doesn't
    seem to be any other way to deal with Windows (or VMS).

    Re-factor tests into Test::KwikHak to avoid cut+paste errors.

    Add steparate step to re-extract tarball and use Makefile.PL +
    make all test install prior to upload to verify MANIFEST
    contents (not visible in package, other than that perhaps
    the manifest is more likely to represent the necessary files).

-  v0.5.3 Wed Mar 14 22:18:31 CDT 2018

    Unlink all version.* tmp files.

    Deal with MSW filesystem not using '/' for the root.

    Missing file in MANIFEST.

-  v0.5.2 Wed Mar 14 16:16:10 CDT 2018

    Fix no 5.0 test to account for '5' or '5.'.

    Add test 13-*.t to check full variety of versions with 'no 5',
    hence the improvements in the no-5.0 check.

    Fix MANIFEST.

    Add strict to tests, fix undef vars.

-  v0.5.1 Wed Mar 14 13:43:46 CDT 2018

    Handle edge case "no 5.0.0".

    Search up $Bin for version directory. Simplifies handing standard
    path with test sub-dirs. "version_dir" can be path to any existing
    directory or the path will be searched up $Bin to the root.

    Test cleanups.

    More example output in POD.

-  v0.5.0 Tue Mar 13 18:24:57 CDT 2018

    Working version_from handler.

    Kwikhaks to generate version directory for a variety of
    version formats (make-version-dir) and recover the sandbox
    (make-sandbox-dir).

    Generator for dynamic tests based on version dir's (make-tests).

    The t/bin/make-* files are called from Makefile.PL.

-  v0.4.4 Mon Mar 12 10:14:04 CDT 2018

    Fix botched path in usability for extracting the
    sandbox .git.

-  v0.4.3 Sun Mar 11 14:08:02 CDT 2018

    Added tests, shell script to generate minimal
    sandbox test directory (extracted as necessary
    via 0-usable.t). this needs to be re-run if
    there are changes to the ./version directory.

    Added shell snippets to acquire usable test list
    into MANIFEST. The trick here is grabbing all of
    ./t other than the stub .git directory and including
    the ./t/sandbox/.git.tar file.

(wiz)

2018-03-17 06:58:07 UTC MAIN commitmail json YAML

Updated devel/py-setuptools, devel/py-pip, devel/py-astroid, devel/py-pylint

(adam)

2018-03-17 06:57:25 UTC MAIN commitmail json YAML

py-pylint: updated to 1.8.3

Pylint 1.8.3:
* Fix false positive inconsistent-return-statements message when a
  function is defined under an if statement.
* Exempt __doc__ from triggering a redefined-builtin
  __doc__ can be used to specify a docstring for a module without
  passing it as a first-statement string.
* Don't crash on invalid strings when checking for logging-format-interpolation
* Fix false positive inconsistent-return-statements message by
  avoiding useless exception inference if the exception is not handled.
* Fix false positive undefined-variable for lambda argument in
  class definitions
* Fix false-positive undefined-variable for generated
  comprehension variables in function default arguments

(adam)

2018-03-17 06:52:50 UTC MAIN commitmail json YAML

py-astroid: updated to 1.6.2

1.6.2
* Fix submodule imports from six
* Enhancement of brain_numpy by adding different types from
  numpy.core.numerictypes
* Fix RecursionError for augmented assign
* Stop most inference tip overwrites from happening by using
  predicates on existing inference_tip transforms.
* Add missing attrs special attribute
* Fix contextlib.contextmanager inference for nested context managers

(adam)

2018-03-17 06:51:58 UTC MAIN commitmail json YAML

py-pip: updated to 9.0.2

Released v9.0.2
* Fallback to using SecureTransport on macOS when the linked OpenSSL is too old
  to support TLSv1.2.

(adam)

2018-03-17 06:51:00 UTC MAIN commitmail json YAML

py-setuptools: updated to 38.6.0

38.6.0:
Add support for Metadata 2.1 (PEP 566).

(adam)

2018-03-17 02:49:22 UTC MAIN commitmail json YAML

Updated ham/trustedQSL to 2.3.1

(mef)

2018-03-17 02:45:05 UTC MAIN commitmail json YAML

Updated ham/trusted-QSL (tqsl) to 2.3.1

Trusted QSL V2.3.1 Release Notes

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

TQSL 2.3.1 can be installed to upgrade any older version of TQSL.

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

TQSL 2.3 has been ���localized��� to allow use in the native
language of non-English speakers. This could not have been
done without the help of the volunteers who have contributed
translations for TQSL. Thanks to the following for their
assistance:

Chinese: Caros, BH4TXN
Finnish: Juhani, OH8MXL
German: Andreas DF4WC
Italian: Salvatore IV4FYV
Japanese: Akihiro JL3OXR
Portuguese: Nuno CT2IRY
Russian: Vic US5WE
Spanish: Jordi EA3GCV

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

TQSL changes
Defects Corrected:

- Added 'Saving QSOs' to the messages to be translated.

- When renewing a callsign certificate and backing up to
  earlier pages in the wizard, TQSL could display an unexpected
  page for selecting the certificate type, which is not needed
  for renewals. TQSL will no longer display the unexpected page.

- When editing an ADIF file that has an invalid mode setting,
  TQSL now notifies the user that the mode is being ignored.

- For Unix systems, fix a defect that could cause the password
  prompt to not appear when the system has built the wxWidgets
  system with debug assertions enabled.

- Correct the invocation of the Windows Installer when an
  update is available.

- Correct the counts reported when duplicate QSOs are found
  along with QSOs with other errors.

- Fix formatting of the messages that appear when QSOs change
  values in the station location for duplicate QSOs.

- Correct improperly formatted frequencies from ADIF files
  (values like '7.010.20') to remove the extra periods.

- Revert the change that stripped spaces in the TQSL
  configuration file as that caused newlines to be removed in
  places like the station_data file.

- Fix "OpenSSL error - bad end line" by ensuring that there's
  always a newline starting a new certificate.

Feature Additions:
- Add Finnish translation from Juhani, OH8MXL.

- Add the ADIF satellite name to the pulldown menu in the ADIF
  editor to allow satellites to be more easily looked up.

- Allow 'LIGHT' in a Cabrillo file to represent 300 GHz and above.
- Allow TQSL to build against OpenSSL 1.1.0.
- Add the ability to pull DXCC Entity valid date ranges from the TQSL configuration file.

Reinstalling TQSL 2.3

Downgrading to TQSL 2.3 can be seamlessly performed by
uninstalling TQSL 2.3.1 and reinstalling TQSL 2.3.

(mef)

2018-03-17 01:28:26 UTC MAIN commitmail json YAML

Updated emulators/pearpc to 0.5

(ryoon)

2018-03-17 01:27:55 UTC MAIN commitmail json YAML

Update to 0.5

* Use c++03 to fix build.
* ppc binary is not PaX MPROTECT safe.

Changelog:
version 0.5 (released 13. July 2011):
        - slightly better code for lmw/stmw opcodes
        - use "GNU as" instead of nasm
        - use -mdynamic-no-pic on *darwin
        - fixed some strict-aliasing problems
        - JITC: AMD64 support
        - compiles with gcc 4.3, 4.4, 4.5

(ryoon)

2018-03-17 01:23:20 UTC MAIN commitmail json YAML

2018-03-17 01:22:53 UTC MAIN commitmail json YAML

2018-03-17 01:19:53 UTC MAIN commitmail json YAML

Updated misc/libreoffice to 6.0.2.1nb2

(ryoon)

2018-03-17 01:19:25 UTC MAIN commitmail json YAML

2018-03-17 01:15:09 UTC MAIN commitmail json YAML

Follow HOMEPAGE redirect

(ryoon)

2018-03-17 01:11:12 UTC MAIN commitmail json YAML

Do not repeat hardcoded version number

(ryoon)

2018-03-17 01:07:37 UTC MAIN commitmail json YAML

Updated devel/nss to 3.36

(ryoon)

2018-03-17 01:07:15 UTC MAIN commitmail json YAML

Update to 3.36

* Require devel/nspr-4.19

Changelog:
The NSS team has released Network Security Services (NSS) 3.36,
which is a minor release.

Summary of the major changes included in this release:
- Replaced existing vectorized ChaCha20 code with verified
  HACL* implementation.
- Experimental APIs for TLS session cache handling.

(ryoon)

2018-03-17 01:06:48 UTC MAIN commitmail json YAML

Updated devel/nspr to 4.19

(ryoon)

2018-03-17 01:06:18 UTC MAIN commitmail json YAML

Update to 4.29

Changelog:
NSPR 4.19 contains the following changes:
- changed order of shutdown cleanup to avoid a crash on Mac OSX
- build compatibility with Android NDK r16 and glibc 2.26

(ryoon)

2018-03-17 01:02:20 UTC MAIN commitmail json YAML

Updated www/firefox52-l10n to 52.7.2

(ryoon)

2018-03-17 01:01:49 UTC MAIN commitmail json YAML

2018-03-17 01:00:43 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 59.0.1

(ryoon)

2018-03-17 01:00:20 UTC MAIN commitmail json YAML

Update to 59.0.1

* Sync with www/firefox-59.0.1

(ryoon)

2018-03-17 00:59:57 UTC MAIN commitmail json YAML

Updated www/firefox to 59.0.1

(ryoon)

2018-03-17 00:59:03 UTC MAIN commitmail json YAML

Update to 59.0.1

Changelog:
59.0.1
Security fix
#CVE-2018-5146: Out of bounds memory write in libvorbis

59.0
New
    Performance enhancements:
    - Faster load times for content on the Firefox Home page
    - Faster page load times by loading either from the networked cache
        or the cache on the user's hard drive (Race Cache With Network)
    - Improved graphics rendering using Off-Main-Thread Painting (OMTP)
        for Mac users (OMTP for Windows was released in Firefox 58)

    Drag-and-drop to rearrange Top Sites on the Firefox Home page, and
      customize new windows and tabs in other ways

    Added features for Firefox Screenshots:
    - Basic annotation lets the user draw on and highlight saved screenshots
    - Recropping to change the viewable area of saved screenshots

    Enhanced WebExtensions API including better support for decentralized
      protocols and the ability to dynamically register content scripts

    Improved Real-Time Communications (RTC) capabilities.
    - Implemented RTP Transceiver to give pages more fine grained control
        over calls
    - Implemented features to support large scale conferences

    Added support for W3C specs for pointer events and improved platform
      integration with added device support for mouse, pen, and touch
      screen pointer input

    Added the Ecosia search engine as an option for German Firefox

    Added the Qwant search engine as an option for French Firefox

    Added settings in about:preferences to stop websites from asking to
      send notifications or access your device's camera, microphone, and
      location, while still allowing trusted websites to use these features

Fixed
    Various security fixes

Changed
    Firefox Private Browsing Mode will remove path information from
      referrers to prevent cross-site tracking

Security fixes:
#CVE-2018-5127: Buffer overflow manipulating SVG animatedPathSegList
#CVE-2018-5128: Use-after-free manipulating editor selection ranges
#CVE-2018-5129: Out-of-bounds write with malformed IPC messages
#CVE-2018-5130: Mismatched RTP payload type can trigger memory corruption
#CVE-2018-5131: Fetch API improperly returns cached copies of
  no-store/no-cache resources
#CVE-2018-5132: WebExtension Find API can search privileged pages
#CVE-2018-5133: Value of the app.support.baseURL preference is not properly
  sanitized
#CVE-2018-5134: WebExtensions may use view-source: URLs to bypass content
  restrictions
#CVE-2018-5135: WebExtension browserAction can inject scripts into
  unintended contexts
#CVE-2018-5136: Same-origin policy violation with data: URL shared workers
#CVE-2018-5137: Script content can access legacy extension
  non-contentaccessible resources
#CVE-2018-5138: Android Custom Tab address spoofing through long domain names
#CVE-2018-5140: Moz-icon images accessible to web content through moz-icon:
  protocol
#CVE-2018-5141: DOS attack through notifications Push API
#CVE-2018-5142: Media Capture and Streams API permissions display
  incorrect origin with data: and blob: URLs
#CVE-2018-5143: Self-XSS pasting javascript: URL with embedded tab into
  addressbar
#CVE-2018-5126: Memory safety bugs fixed in Firefox 59
#CVE-2018-5125: Memory safety bugs fixed in Firefox 59 and Firefox ESR 52.7

(ryoon)

2018-03-17 00:23:49 UTC MAIN commitmail json YAML

doc: Updated www/firefox52 to 52.7.2nb1

(maya)

2018-03-17 00:23:15 UTC MAIN commitmail json YAML

2018-03-17 00:06:35 UTC MAIN commitmail json YAML

doc: Updated www/seamonkey to 2.49.2nb3

(maya)

2018-03-17 00:06:17 UTC MAIN commitmail json YAML

seamonkey: also provide patch for tremor (i.e. relevant for ARM) vulnerability

Also backported upstream after the release:
https://hg.mozilla.org/releases/mozilla-esr52/rev/5cd5586a2f48

PKGREVISION++

(maya)

2018-03-16 23:39:54 UTC MAIN commitmail json YAML

Unbreak the option handling. Restore openssl and PCRE option.

(joerg)

2018-03-16 23:39:34 UTC MAIN commitmail json YAML

Override license here, the apache module is under APL2.

(joerg)

2018-03-16 23:33:08 UTC MAIN commitmail json YAML

doc: Updated www/seamonkey to 2.49.2nb2

(maya)

2018-03-16 23:25:56 UTC MAIN commitmail json YAML

seamonkey: apply patch from firefox52 to fix CVE-2018-5146
remote code execution via ogg files.

Note firefox52 nor this patches tremor, so the vulnerability still exists
for ARM (which uses tremor rather than vorbis).

Blind commit. I don't have the resources to build so many firefoxes.
However it is based off firefox52.

PKGREVISION++

(maya)

2018-03-16 23:21:16 UTC pkgsrc-2017Q4 commitmail json YAML

2018-03-16 23:20:00 UTC pkgsrc-2017Q4 commitmail json YAML

Pullup ticket #5724 - requested by maya
audio/tremor: security update

Revisions pulled up:
- audio/tremor/Makefile                                        1.26
- audio/tremor/PLIST                                            1.5
- audio/tremor/distinfo                                        1.8
- audio/tremor/patches/patch-configure.in                      1.1

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: maya
  Date: Fri Mar 16 21:54:13 UTC 2018

  Modified Files:
  pkgsrc/audio/tremor: Makefile PLIST distinfo
  Added Files:
  pkgsrc/audio/tremor/patches: patch-configure.in

  Log Message:
  tremor: update to latest git commit.

  This fixes an out of bound write, but possibly many other changes.
  Unfortunately upstream doesn't do releases for tremor, so I manually
  fetch the tarball and uploaded it.

  To generate a diff of this commit:
  cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/tremor/Makefile
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/tremor/PLIST
  cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/tremor/distinfo
  cvs rdiff -u -r0 -r1.1 pkgsrc/audio/tremor/patches/patch-configure.in

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: maya
  Date: Fri Mar 16 23:02:09 UTC 2018

  Modified Files:
  pkgsrc/audio/tremor/patches: patch-misc.h

  Log Message:
  tremor: add missing patch.
  (Got into cvs problems, sorry.)

  To generate a diff of this commit:
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/tremor/patches/patch-misc.h

(spz)

2018-03-16 23:02:09 UTC MAIN commitmail json YAML

tremor: add missing patch.

(Got into cvs problems, sorry.)

(maya)

2018-03-16 22:53:37 UTC MAIN commitmail json YAML

doc: Updated www/firefox52 to 52.7.2

(maya)

2018-03-16 22:53:19 UTC MAIN commitmail json YAML

firefox52: update to 52.7.2esr

Fixes multiple memory safety bugs
remote code execution via vendored libvorbis/tremor.

https://www.mozilla.org/en-US/security/advisories/mfsa2018-08/

(maya)

2018-03-16 22:07:20 UTC pkgsrc-2017Q4 commitmail json YAML

2018-03-16 22:06:26 UTC pkgsrc-2017Q4 commitmail json YAML

Pullup ticket #5723 - requested by agc
net/rsync: security update

Revisions pulled up:
- net/rsync/Makefile                                            1.107-1.108
- net/rsync/distinfo                                            1.47-1.48
- net/rsync/patches/patch-Makefile.in                          1.2
- net/rsync/patches/patch-ab                                    deleted
- net/rsync/patches/patch-receiver.c                            deleted
- net/rsync/patches/patch-rsync.c                              deleted
- net/rsync/patches/patch-xattrs.c                              deleted

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  snj
  Date:          Sat Jan 27 04:21:18 UTC 2018

  Modified Files:
          pkgsrc/net/rsync: Makefile distinfo
  Added Files:
          pkgsrc/net/rsync/patches: patch-options.c

  Log Message:
  Fix CVE-2018-5764.

  Bump PKGREVISION to 3.

  To generate a diff of this commit:
  cvs rdiff -u -r1.106 -r1.107 pkgsrc/net/rsync/Makefile
  cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/rsync/distinfo
  cvs rdiff -u -r0 -r1.1 pkgsrc/net/rsync/patches/patch-options.c

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  adam
  Date:          Mon Jan 29 11:32:59 UTC 2018

  Modified Files:
          pkgsrc/net/rsync: Makefile distinfo
          pkgsrc/net/rsync/patches: patch-Makefile.in
  Removed Files:
          pkgsrc/net/rsync/patches: patch-ab patch-options.c patch-receiver.c
              patch-rsync.c patch-xattrs.c

  Log Message:
  rsync: updated to 3.1.3

  Changes since 3.1.2:

  SECURITY FIXES:
    - Fixed a buffer overrun in the protocol's handling of xattr names and
      ensure that the received name is null terminated.
    - Fix an issue with --protect-args where the user could specify the arg in
      the protected-arg list and short-circuit some of the arg-sanitizing code.

  BUG FIXES:
    - Don't output about a new backup dir without appropriate info verbosity.
    - Fixed some issues with the sort functions in support/rsyncstats script.
    - Added a way to specify daemon config lists (e.g. users, groups, etc) that
      contain spaces (see "auth users" in the latest rsyncd.conf manpage).
    - If a backup fails (e.g. full disk) rsync exits with an error.
    - Fixed a problem with a doubled --fuzzy option combined with --link-dest.
    - Avoid invalid output in the summary if either the start or end time had
      an error.
    - We don't allow a popt alias to affect the --daemon or --server options.
    - Fix daemon exclude code to disallow attribute changes in addition to
      disallowing transfers.
    - Don't force nanoseconds to match if a non-transferred, non-checksummed
      file only passed the quick-check w/o comparing nanosecods.

  ENHANCEMENTS:
    - Added the ability for rsync to compare nanosecond times in its file-check
      comparisons, and added support nanosecond times on Mac OS X.
    - Added a short-option (-@) for --modify-window.
    - Added the --checksum-choice=NAME[,NAME] option to choose the checksum
      algorithms.
    - Added hashing of xattr names (with using -X) to improve the handling of
      files with large numbers of xattrs.
    - Added a way to filter xattr names using include/exclude/filter rules (see
      the --xattrs option in the manpage for details).
    - Added "daemon chroot|uid|gid" to the daemon config (in addition to the
      old chroot|uid|gid settings that affect the daemon's transfer process).
    - Added "syslog tag" to the daemon configuration.
    - Some manpage improvements.

  DEVELOPER RELATED:
    - Tweak the "make" output when yodl isn't around to create the man pages.
    - Changed an obsolete autoconf compile macro.
    - Support newer yodl versions when converting man pages.

  To generate a diff of this commit:
  cvs rdiff -u -r1.107 -r1.108 pkgsrc/net/rsync/Makefile
  cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/rsync/distinfo
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/rsync/patches/patch-Makefile.in
  cvs rdiff -u -r1.16 -r0 pkgsrc/net/rsync/patches/patch-ab
  cvs rdiff -u -r1.1 -r0 pkgsrc/net/rsync/patches/patch-options.c \
      pkgsrc/net/rsync/patches/patch-receiver.c \
      pkgsrc/net/rsync/patches/patch-rsync.c \
      pkgsrc/net/rsync/patches/patch-xattrs.c

(spz)

2018-03-16 21:54:44 UTC MAIN commitmail json YAML

doc: Updated audio/tremor to 1.0.2.20180316

(maya)

2018-03-16 21:54:13 UTC MAIN commitmail json YAML

tremor: update to latest git commit.

This fixes an out of bound write, but possibly many other changes.
Unfortunately upstream doesn't do releases for tremor, so I manually
fetch the tarball and uploaded it.

(maya)

2018-03-16 21:44:18 UTC pkgsrc-2017Q4 commitmail json YAML

2018-03-16 21:37:30 UTC pkgsrc-2017Q4 commitmail json YAML

Pullup ticket #5722 - requested by maya
audio/libvorbis: security update

Revisions pulled up:
- audio/libvorbis/Makefile                                      1.60
- audio/libvorbis/distinfo                                      1.26

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: maya
  Date: Fri Mar 16 20:23:53 UTC 2018

  Modified Files:
  pkgsrc/audio/libvorbis: Makefile distinfo

  Log Message:
  libvorbis: update to 1.3.6. security fix.

  libvorbis 1.3.6 (2018-03-16) -- "Xiph.Org libVorbis I 20180316 (Now 100% fewer shells)"

  * Fix CVE-2018-5146 - out-of-bounds write on codebook decoding.
  * Fix CVE-2017-14632 - free() on unitialized data
  * Fix CVE-2017-14633 - out-of-bounds read
  * Fix bitrate metadata parsing.
  * Fix out-of-bounds read in codebook parsing.
  * Fix residue vector size in Vorbis I spec.
  * Appveyor support
  * Travis CI support
  * Add secondary CMake build system.
  * Build system fixes

  To generate a diff of this commit:
  cvs rdiff -u -r1.59 -r1.60 pkgsrc/audio/libvorbis/Makefile
  cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/libvorbis/distinfo

(spz)

2018-03-16 21:16:27 UTC MAIN commitmail json YAML

Fix version of last commit (0.1 not 1.0)

(scole)

2018-03-16 21:16:19 UTC pkgsrc-2017Q4 commitmail json YAML

Pullup ticket #5721 - requested by maya
www/curl: security update

Revisions pulled up:
- www/curl/Makefile                                            1.194
- www/curl/PLIST                                                1.68
- www/curl/distinfo                                            1.142

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: wiz
  Date: Wed Mar 14 07:44:24 UTC 2018

  Modified Files:
  pkgsrc/www/curl: Makefile PLIST distinfo

  Log Message:
  curl: update to 7.59.0.

  Curl and libcurl 7.59.0

  This release includes the following changes:

    o curl: add --proxy-pinnedpubkey [10]
    o added: CURLOPT_TIMEVALUE_LARGE and CURLINFO_FILETIME_T [13]
    o CURLOPT_RESOLVE: Add support for multiple IP addresses per entry [37]
    o Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS [37]
    o Add new tool option --happy-eyeballs-timeout-ms [37]
    o Add CURLOPT_RESOLVER_START_FUNCTION and CURLOPT_RESOLVER_START_DATA [39]

  This release includes the following bugfixes:

    o openldap: check ldap_get_attribute_ber() results for NULL before using [50]
    o FTP: reject path components with control codes [51]
    o readwrite: make sure excess reads don't go beyond buffer end [52]
    o lib555: drop text conversion and encode data as ascii codes [1]
    o lib517: make variable static to avoid compiler warning
    o lib544: sync ascii code data with textual data [1]
    o GSKit: restore pinnedpubkey functionality [2]
    o darwinssl: Don't import client certificates into Keychain on macOS [3]
    o parsedate: fix date parsing for systems with 32 bit long [4]
    o openssl: fix pinned public key build error in FIPS mode [5]
    o SChannel/WinSSL: Implement public key pinning [6]
    o cookies: remove verbose "cookie size:" output
    o progress-bar: don't use stderr explicitly, use bar->out [7]
    o Fixes for MSDOS
    o build: open VC15 projects with VS 2017
    o curl_ctype: private is*() type macros and functions [8]
    o configure: set PATH_SEPARATOR to colon for PATH w/o separator [9]
    o winbuild: make linker generate proper PDB [11]
    o curl_easy_reset: clear digest auth state [12]
    o curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6 [14]
    o range: commonize FTP and FILE range handling [15]
    o progress-bar docs: update to match implementation [16]
    o fnmatch: do not match the empty string with a character set
    o fnmatch: accept an alphanum to be followed by a non-alphanum in char set [17]
    o build: fix termios issue on android cross-compile [18]
    o getdate: return -1 for out of range [19]
    o formdata: use the mime-content type function [20]
    o time-cond: fix reading the file modification time on Windows [21]
    o build-openssl.bat: Extend VC15 support to include Enterprise and Professional
    o build-wolfssl.bat: Extend VC15 support to include Enterprise and Professional
    o openssl: Don't add verify locations when verifypeer=0
    o fnmatch: optimize processing of consecutive *s and ?s pattern characters [22]
    o schannel: fix compiler warnings [23]
    o content_encoding: Add "none" alias to "identity" [24]
    o get_posix_time: only check for overflows if they can happen
    o http_chunks: don't write chunks twice with CURLOPT_HTTP_TRANSFER_DECODING [25]
    o README: language fix [26]
    o sha256: build with OpenSSL < 0.9.8 [27]
    o smtp: fix processing of initial dot in data [28]
    o --tlsauthtype: works only if libcurl is built with TLS-SRP support [29]
    o tests: new tests for http raw mode [30]
    o libcurl-security.3: man page discussion security concerns when using libcurl
    o curl_gssapi: make sure this file too uses our *printf()
    o BINDINGS: fix curb link (and remove ruby-curl-multi)
    o nss: use PK11_CreateManagedGenericObject() if available [31]
    o travis: add build with iconv enabled [32]
    o ssh: add two missing state names [33]
    o CURLOPT_HEADERFUNCTION.3: mention folded headers
    o http: fix the max header length detection logic [34]
    o header callback: don't chop headers into smaller pieces [35]
    o CURLOPT_HEADER.3: clarify problems with different data sizes
    o curl --version: show PSL if the run-time lib has it enabled
    o examples/sftpuploadresume: resume upload via CURLOPT_APPEND [36]
    o Return error if called recursively from within callbacks [38]
    o sasl: prefer PLAIN mechanism over LOGIN
    o winbuild: Use CALL to run batch scripts [40]
    o curl_share_setopt.3: connection cache is shared within multi handles
    o winbuild: Use macros for the names of some build utilities [41]
    o projects/README: remove reference to dead IDN link/package [42]
    o lib655: silence compiler warning [43]
    o configure: Fix version check for OpenSSL 1.1.1
    o docs/MANUAL: formfind.pl is not accessible on the site anymore [44]
    o unit1309: fix warning on Windows x64 [45]
    o unit1307: proper cleanup on OOM to fix torture tests
    o curl_ctype: fix macro redefinition warnings
    o build: get CFLAGS (including -werror) used for examples and tests [46]
    o NO_PROXY: fix for IPv6 numericals in the URL [47]
    o krb5: use nondeprecated functions [48]
    o winbuild: prefer documented zlib library names [49]
    o http2: mark the connection for close on GOAWAY [53]
    o limit-rate: kick in even before "limit" data has been received [54]
    o HTTP: allow "header;" to replace an internal header with a blank one [55]
    o http2: verbose output new MAX_CONCURRENT_STREAMS values
    o SECURITY: distros' max embargo time is 14 days
    o curl tool: accept --compressed also if Brotli is enabled and zlib is not
    o WolfSSL: adding TLSv1.3 [56]
    o checksrc.pl: add -i and -m options
    o CURLOPT_COOKIEFILE.3: "-" as file name means stdin

  To generate a diff of this commit:
  cvs rdiff -u -r1.193 -r1.194 pkgsrc/www/curl/Makefile
  cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/curl/PLIST
  cvs rdiff -u -r1.141 -r1.142 pkgsrc/www/curl/distinfo

(spz)

2018-03-16 21:09:56 UTC MAIN commitmail json YAML

Updated chat/line-purple to 0.1nb2

(scole)

2018-03-16 21:06:31 UTC MAIN commitmail json YAML

Update to nb2/20180221 which mainly fixes login issue.

Use boost::make_shared instead of std::make_shared in a few places
where it doesn't compile with netbsd-7/gcc4.8.5.  I'm not sure, there
may be a more portable way to handle.

(scole)

2018-03-16 20:37:10 UTC MAIN commitmail json YAML

libvorbis: add test target.

(maya)

2018-03-16 20:24:27 UTC MAIN commitmail json YAML

doc: Updated audio/libvorbis to 1.3.6

(maya)

2018-03-16 20:23:53 UTC MAIN commitmail json YAML

libvorbis: update to 1.3.6. security fix.

libvorbis 1.3.6 (2018-03-16) -- "Xiph.Org libVorbis I 20180316 (Now 100% fewer shells)"

* Fix CVE-2018-5146 - out-of-bounds write on codebook decoding.
* Fix CVE-2017-14632 - free() on unitialized data
* Fix CVE-2017-14633 - out-of-bounds read
* Fix bitrate metadata parsing.
* Fix out-of-bounds read in codebook parsing.
* Fix residue vector size in Vorbis I spec.
* Appveyor support
* Travis CI support
* Add secondary CMake build system.
* Build system fixes

(maya)

2018-03-16 16:19:14 UTC MAIN commitmail json YAML

doc: Added misc/R-pillar version 1.1.0

(minskim)

2018-03-16 16:19:09 UTC MAIN commitmail json YAML

misc/Makefile: Add R-pillar

(minskim)

2018-03-16 16:19:05 UTC MAIN commitmail json YAML

misc/R-pillar: Import version 1.1.0

Provides a 'pillar' generic designed for formatting columns of data
using the full range of colours provided by modern terminals.

(minskim)

2018-03-16 15:57:48 UTC MAIN commitmail json YAML

databases/ruby-arel: Update distinfo

This should have been done when this package was updated to 9.0.0.

(minskim)

2018-03-16 13:33:59 UTC MAIN commitmail json YAML

Updated devel/py-Spans, devel/py-ddt

(adam)

2018-03-16 13:33:08 UTC MAIN commitmail json YAML

py-ddt: updated to 1.1.2:

1.1.2:
Bug fixes.

(adam)

2018-03-16 13:26:48 UTC MAIN commitmail json YAML

py-Spans: updated to 1.0.1

Version 1.0.1
Fixed PartialOrderingMixin not using __slots__

(adam)

2018-03-16 12:06:12 UTC MAIN commitmail json YAML

doc: Updated databases/py-peewee to 3.1.5

(fhajny)

2018-03-16 12:06:03 UTC MAIN commitmail json YAML

databases/py-peewee: Update to 3.1.5.

## 3.1.5

- Fixed Python 2/3 incompatibility with `itertools.izip_longest()`.

## 3.1.4

- Added `BigAutoField` to support 64-bit auto-incrementing primary
  keys.
- Use Peewee-compatible datetime serialization when exporting JSON
  from a `DataSet`. Previously the JSON export used ISO-8601 by default.
- Added `Database.batch_commit` helper to wrap iterators in chunked
  transactions.

## 3.1.3

- Fixed issue where scope-specific settings were being updated
  in-place instead of copied.
- Fixed bug where setting a `ForeignKeyField` did not add it to the
  model's "dirty" fields list.
- Use pre-fetched data when using `prefetch()` with `ManyToManyField`.
- Use `JSON` data-type for SQLite `JSONField` instances.
- Add a `json_contains` function for use with SQLite `json1`  extension.
- Various documentation updates and additions.

(fhajny)

2018-03-16 11:47:05 UTC MAIN commitmail json YAML

doc: Updated lang/erlang to 20.3

(fhajny)

2018-03-16 11:45:30 UTC MAIN commitmail json YAML

lang/erlang: Update to 20.3.

ssl:
- Added new API functions to facilitate cipher suite
  handling

erts, observer:
- More crash dump info such as: process binary virtual
  heap stats, full info for process causing out-of-mem
  during GC, more port related info, and dirty scheduler
  info.

inets:
- Add support for unix domain sockets in the http client.

(fhajny)

2018-03-16 09:48:37 UTC MAIN commitmail json YAML

Updated textproc/oniguruma, security/libgpg-error

(adam)

2018-03-16 09:48:00 UTC MAIN commitmail json YAML

libgpg-error: updated to 1.28

changes in version 1.28:

* The formerly internal yat2m tool is now installed for a native
  build.

* The new files gpgrt.m4 and gpgrt-config are now installed.  They
  can be used instead of gpg-error.m4 and gpg-error-config.

* New logging functions similar to those used by GnuPG.

* New helper functions for platform abstraction.

(adam)

2018-03-16 08:27:58 UTC MAIN commitmail json YAML

Various ocaml stuff.

(dholland)

2018-03-16 08:26:29 UTC MAIN commitmail json YAML

2018-03-16 08:03:02 UTC MAIN commitmail json YAML

oniguruma: updated to 6.8.0

6.8.0:
Retry-limit-in-match function enabled by default
NEW: configure option --enable-posix-api=no (* enabled by default)
NEW API: onig_search_with_param(), onig_match_with_param()
NEW: Callouts of contents (?{...contents...}) (?{...}[X<>]) (?{{....}})
NEW: Callouts of name (*name) (*name[tag]{args...})
NEW: Builtin callouts (*FAIL) (*MISMATCH) (*ERROR{n}) (*COUNT) (*MAX{n}) etc..

(adam)

2018-03-16 03:45:25 UTC MAIN commitmail json YAML

doc: Updated textproc/discount to 2.2.3anb2

(schmonz)

2018-03-16 03:45:18 UTC MAIN commitmail json YAML

2018-03-15 23:45:34 UTC MAIN commitmail json YAML

doc: Updated x11/xf86-video-ati to 18.0.1

(wiz)

2018-03-15 23:45:25 UTC MAIN commitmail json YAML

xf86-video-ati: update to 18.0.1.

I'm pleased to announce the 18.0.1 release of xf86-video-ati, the Xorg
driver for ATI/AMD Radeon GPUs supported by the radeon kernel driver.
This release supports xserver versions 1.13-1.19. It also works with
xserver 1.20 RC1, so unless something unexpected happens, it should work
with xserver 1.20 as well.

This is a bug-fix release addressing issues in 18.0.0. While those
issues shouldn't affect most users, I recommend that all users of 18.0.0
update to 18.0.1.

* The Xorg process could crash when multiple primary screens are
  configured in xorg.conf.
* TearFree could trigger debugging messages in the pixman library

(wiz)

2018-03-15 23:43:27 UTC MAIN commitmail json YAML

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

(wiz)

2018-03-15 23:43:17 UTC MAIN commitmail json YAML

xf86-video-amdgpu: update to 18.0.1.

I'm pleased to announce the 18.0.1 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.19. It also works with
xserver 1.20 RC1, so unless something unexpected happens, it should work
with xserver 1.20 as well.

This is a bug-fix release addressing issues in 18.0.0. While those
issues shouldn't affect most users, I recommend that all users of 18.0.0
update to 18.0.1.

* The Xorg process could enter an infinite loop after a server reset (in
  configurations where Xorg doesn't terminate when the last client
  disconnects)
* The Xorg process could crash when multiple primary screens are
  configured in xorg.conf.
* TearFree could trigger debugging messages in the pixman library

(wiz)

2018-03-15 22:00:48 UTC MAIN commitmail json YAML

remove the u-boot extraction workaround on case-insensitive filesystems

the QEMU release archive now contains the u-boot roms wrapped in
a tar.bz2 file, so the archive extracts fine anywhere

(jdolecek)

2018-03-15 20:21:52 UTC MAIN commitmail json YAML

Output signatures to the standard output for "-"

This is to reflect the behaviour documented in netpgp(1).

Originally submitted on tech-pkg@ as:
[PATCH 09/11] Output signatures to the standard output for "-"

Only modified for consistency with the coding style; as also applied in
NetBSD's src repository.

(khorben)

2018-03-15 20:14:14 UTC MAIN commitmail json YAML

Correct option "--armor" and document alternate option "--detach"

Originally submitted on tech-pkg@ as:
[PATCH 07/11] Correct option "--armor"
[PATCH 08/11] Also document alternate option "--detach"

As also applied in NetBSD's src repository.

(khorben)

2018-03-15 20:00:43 UTC MAIN commitmail json YAML

Do not use random data for pass-phrases on EOF

Originally submitted on tech-pkg@ as:
[PATCH 04/11] Do not use random data for pass-phrases on EOF

Only modified for consistency with the coding style; as also applied in
NetBSD's src repository.

Tested on NetBSD/amd64.

(khorben)

2018-03-15 19:51:08 UTC MAIN commitmail json YAML

Do not truncate pass-phrases without a newline character

This also fixes a crash when the pass-phrase entered is empty.

Originally submitted on tech-pkg@ as:
[PATCH 02/11] Do not truncate pass-phrases without a newline character

Only modified for consistency with the coding style; as also applied in
NetBSD's src repository.

Tested on NetBSD/amd64.

(khorben)

2018-03-15 19:37:30 UTC MAIN commitmail json YAML

Do not ask for a passphrase when empty

Originally submitted on tech-pkg@ as:
[PATCH 06/11] Do not ask for a passphrase when empty

Only modified for consistency with the coding style; as also applied in
NetBSD's src repository.

Tested on NetBSD/amd64.

(khorben)

2018-03-15 18:37:29 UTC MAIN commitmail json YAML

doc: Added textproc/R-utf8 version 1.1.3

(minskim)

2018-03-15 18:37:23 UTC MAIN commitmail json YAML

textproc/Makefile: Add R-utf8

(minskim)

2018-03-15 18:37:18 UTC MAIN commitmail json YAML

textproc/R-utf8: Import version 1.1.3

Process and print 'UTF-8' encoded international text (Unicode). Input,
validate, normalize, encode, format, and display.

(minskim)

2018-03-15 18:31:58 UTC MAIN commitmail json YAML

postgresql-postgis2: Update todo list

(This does not change any code.)

(gdt)

2018-03-15 12:35:25 UTC MAIN commitmail json YAML

Updated mail/py-authres, time/py-tempora

(adam)

2018-03-15 12:34:54 UTC MAIN commitmail json YAML

py-tempora: updated to 1.11

1.11:
Scheduler now honors daylight savings times in the PeriodicCommands.

(adam)

2018-03-15 12:23:47 UTC MAIN commitmail json YAML

py-authres: updated to 1.1.0

1.1.0:
+ Changed from distutils to setuptools because it's the future
+ Implement RFC 7601 SHOULD to ignore unknown method identifiers (2.7.6):
+ Discard unknown ptypes and associated properties
+ Added tests to document errors raised by different kinds of broken header
  fields

(adam)

2018-03-15 10:58:35 UTC MAIN commitmail json YAML

doc: Updated x11/dmenu to 4.8

(leot)

2018-03-15 10:58:24 UTC MAIN commitmail json YAML

dmenu: Update x11/dmenu to 4.8

Changes:
4.8
---
Features:
- Add key bindings for moving to the word start or end: Mod1+b/^Left and
  Mod1+f/^Right.
- Set class name on menu window (WM_CLASS).

Fixes:
- Fix a possible free of a uninitialize variable in paste().

(leot)

2018-03-15 10:53:01 UTC MAIN commitmail json YAML

doc: Updated x11/st-term to 0.8

(leot)

2018-03-15 10:52:38 UTC MAIN commitmail json YAML

st-term: Update x11/st-term to 0.8

Changes:
0.8
---
There are many features and code that has been rewritten. Particulary
noteworthy is now a more clear separation of the X11/Xft code and the terminal
emulator logic.

Some peole have shown interest in writing a Wayland port, writing specific
(fuzz) tests for the terminal emulator or reusing the terminal emulator code.

(leot)

2018-03-15 10:23:20 UTC MAIN commitmail json YAML

Note update of net/unbound to 1.7.0.

(he)

2018-03-15 10:22:49 UTC MAIN commitmail json YAML

Upgrade unbound to version 1.7.0.

Pkgsrc changes:
* Add libunbound.pc to PLIST.

Upstream changes:

Features
- auth-zone provides a way to configure RFC7706 from unbound.conf,
  eg. with auth-zone: name: "." for-downstream: no for-upstream: yes
  fallback-enabled: yes and masters or a zonefile with data.
- Aggressive use of NSEC implementation. Use cached NSEC records to
  generate NXDOMAIN, NODATA and positive wildcard answers.
- Accept tls-upstream in unbound.conf, the ssl-upstream keyword is
  also recognized and means the same.  Also for tls-port,
  tls-service-key, tls-service-pem, stub-tls-upstream and
  forward-tls-upstream.
- [dnscrypt] introduce dnscrypt-provider-cert-rotated option,
  from Manu Bretelle.
  This option allows handling multiple cert/key pairs while only
  distributing some of them.
  In order to reliably match a client magic with a given key without
  strong assumption as to how those were generated, we need both key and
  cert. Likewise, in order to know which ES version should be used.
  On the other hand, when rotating a cert, it can be desirable to only
  serve the new cert but still be able to handle clients that are still
  using the old certs's public key.
  The `dnscrypt-provider-cert-rotated` allow to instruct unbound to not
  publish the cert as part of the DNS's provider_name's TXT answer.
- Update B root ipv4 address.
- make ip-transparent option work on OpenBSD.
- Fix #2801: Install libunbound.pc.
- ltrace.conf file for libunbound in contrib.
- Fix #3598: Fix swig build issue on rhel6 based system.
  configure --disable-swig-version-check stops the swig version check.

Bug Fixes
- Fix #1749: With harden-referral-path: performance drops, due to
  circular dependency in NS and DS lookups.
- [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert
  duplicates
- Better documentation for cache-max-negative-ttl.
- Fixed libunbound manual typo.
- Fix #1949: [dnscrypt] make provider name mismatch more obvious.
- Fix #2031: Double included headers
- Document that errno is left informative on libunbound config read
  fail.
- iana port update.
- Fix #1913: ub_ctx_config is under circumstances thread-safe.
- Fix #2362: TLS1.3/openssl-1.1.1 not working.
- Fix #2034 - Autoconf and -flto.
- Fix #2141 - for libsodium detect lack of entropy in chroot, print
  a message and exit.
- Fix #2492: Documentation libunbound.
- Fix #2882: Unbound behaviour changes (wrong) when domain-insecure is
  set for stub zone.  It no longer searches for DNSSEC information.
- Fix #3299 - forward CNAME daisy chain is not working
- Fix link failure on OmniOS.
- Check whether --with-libunbound-only is set when using --with-nettle
  or --with-nss.
- Fix qname-minimisation documentation (A QTYPE, not NS)
- Fix that DS queries with referral replies are answered straight
  away, without a repeat query picking the DS from cache.
  The correct reply should have been an answer, the reply is fixed
  by the scrubber to have the answer in the answer section.
- Fix that expiration date checks don't fail with clang -O2.
- Fix queries being leaked above stub when refetching glue.
- Copy query and correctly set flags on REFUSED answers when cache
  snooping is not allowed.
- make depend: code dependencies updated in Makefile.
- Fix #3397: Fix that cachedb could return a partial CNAME chain.
- Fix #3397: Fix that when the cache contains an unsigned DNAME in
  the middle of a cname chain, a result without the DNAME could
  be returned.
- Fix that unbound-checkconf -f flag works with auto-trust-anchor-file
  for startup scripts to get the full pathname(s) of anchor file(s).
- Print fatal errors about remote control setup before log init,
  so that it is printed to console.
- Use NSEC with longest ce to prove wildcard absence.
- Only use *.ce to prove wildcard absence, no longer names.
- Fix unfreed locks in log and arc4random at exit of unbound.
- Fix lock race condition in dns cache dname synthesis.
- Fix #3451: dnstap not building when you have a separate build dir.
  And removed protoc warning, set dnstap.proto syntax to proto2.
- Added tests with wildcard expanded NSEC records (CVE-2017-15105 test)
- Unit test for auth zone https url download.
- tls-cert-bundle option in unbound.conf enables TLS authentication.
- Fixes for clang static analyzer, the missing ; in
  edns-subnet/addrtree.c after the assert made clang analyzer
  produce a failure to analyze it.
- Fix #3505: Documentation for default local zones references
  wrong RFC.
- Fix #3494: local-zone noview can be used to break out of the view
  to the global local zone contents, for queries for that zone.
- Fix for more maintainable code in localzone.
- more robust cachedump rrset routine.
- Save wildcard RRset from answer with original owner for use in
  aggressive NSEC.
- Fixup contrib/fastrpz.patch so that it applies.
- Fix compile without threads, and remove unused variable.
- Fix compile with staticexe and python module.
- Fix nettle compile.
- Fix to check define of DSA for when openssl is without deprecated.
- iana port update.
- Fix #3582: Squelch address already in use log when reuseaddr option
  causes same port to be used twice for tcp connections.
- Reverted fix for #3512, this may not be the best way forward;
  although it could be changed at a later time, to stay similar to
  other implementations.
- Fix for windows compile.
- Fixed contrib/fastrpz.patch, even though this already applied
  cleanly for me, now also for others.
- patch to log creates keytag queries, from A. Schulze.
- patch suggested by Debian lintian: allow to -> allow one to, from
  A. Schulze.
- Attempt to remove warning about trailing whitespace.
- Added documentation for aggressive-nsec: yes.

(he)

2018-03-15 09:31:03 UTC MAIN commitmail json YAML

Updated devel/py-async-timeout, devel/py-hypothesis, www/py-aiohttp, devel/py-cython

(adam)

2018-03-15 09:30:18 UTC MAIN commitmail json YAML

py-cython: updated to 0.28

0.28:
Cdef classes can now multiply inherit from ordinary Python classes.
Type inference is now supported for Pythran compiled NumPy expressions.
The const modifier can be applied to memoryview declarations to allow read-only buffers as input.
C code in the docstring of a cdef extern block is copied verbatimly into the generated file. Patch by Jeroen Demeyer.
When compiling with gcc, the module init function is now tuned for small code size instead of whatever compile flags were provided externally. Cython now also disables some code intensive optimisations in that function to further reduce the code size.
Decorating an async coroutine with @cython.iterable_coroutine changes its type at compile time to make it iterable. While this is not strictly in line with PEP-492, it improves the interoperability with old-style coroutines that use yield from instead of await.
The IPython magic has preliminary support for JupyterLab.
The new TSS C-API in CPython 3.7 is supported and has been backported. Patch by Naotoshi Seo.
Cython knows the new Py_tss_t type defined in PEP-539 and automatically initialises variables declared with that type to Py_tss_NEEDS_INIT, a value which cannot be used outside of static assignments.
The set methods .remove() and .discard() are optimised. Patch by Antoine Pitrou.
dict.pop() is optimised. Original patch by Antoine Pitrou.
Iteration over sets and frozensets is optimised.
Safe integer loops (< range(2^30)) are automatically optimised into C loops.
alist.extend([a,b,c]) is optimised into sequential list.append() calls for short literal sequences.
Calls to builtin methods that are not specifically optimised into C-API calls now use a cache that avoids repeated lookups of the underlying C function.
Single argument function calls can avoid the argument tuple creation in some cases.
Some redundant extension type checks are avoided.
Formatting C enum values in f-strings is faster, as well as some other special cases.
String formatting with the ‘%’ operator is optimised into f-strings in simple cases.
Subscripting (item access) is faster in some cases.
Some bytearray operations have been optimised similar to bytes.
Some PEP-484/526 container type declarations are now considered for loop optimisations.
Indexing into memoryview slices with view[i][j] is now optimised into view[i, j].
Python compatible cython.* types can now be mixed with type declarations in Cython syntax.
Name lookups in the module and in classes are faster.
Python attribute lookups on extension types without instance dict are faster.
Some missing signals were added to libc/signal.pxd. Patch by Jeroen Demeyer.
The warning about repeated extern declarations is now visible by default.
The exception handling of the function types used by CPython’s type slot functions was corrected to match the de-facto standard behaviour, so that code that uses them directly benefits from automatic and correct exception propagation. Patch by Jeroen Demeyer.
Defining the macro CYTHON_NO_PYINIT_EXPORT will prevent the module init function from being exported as symbol, e.g. when linking modules statically in an embedding setup. Patch by AraHaan.

(adam)

2018-03-15 09:29:09 UTC MAIN commitmail json YAML

py-aiohttp: updated to 3.0.9

3.0.9:
Close a connection if an unexpected exception occurs while sending a request

(adam)

2018-03-15 09:08:36 UTC MAIN commitmail json YAML

py-hypothesis: updated to 3.49.1

3.49.1:
This patch fixes our tests for Numpy dtype strategies on big-endian platforms, where the strategy behaved correctly but the test assumed that the native byte order was little-endian.

There is no user impact unless you are running our test suite on big-endian platforms. Thanks to Graham Inggs for reporting :issue:1164.

3.49.0:
This release deprecates passing elements=None to collection strategies, such as :func:~hypothesis.strategies.lists.

Requiring lists(nothing()) or builds(list) instead of lists() means slightly more typing, but also improves the consistency and discoverability of our API - as well as showing how to compose or construct strategies in ways that still work in more complex situations.

Passing a nonzero max_size to a collection strategy where the elements strategy contains no values is now deprecated, and will be an error in a future version. The equivalent with elements=None is already an error.

(adam)

2018-03-15 09:04:44 UTC MAIN commitmail json YAML

py-async-timeout: updated to 2.0.1

2.0.1:
Fix PendingDeprecationWarning on Python 3.7

(adam)

2018-03-15 08:50:45 UTC MAIN commitmail json YAML

Updated textproc/py-lxml

(adam)

2018-03-15 08:38:17 UTC MAIN commitmail json YAML

py-lxml: updated to 4.2.0

4.2.0:
Features added
* SelectElement.value returns more standard-compliant and browser-like defaults for non-multi-selects. If no option is selected, the value of the first option is returned (instead of None). If multiple options are selected, the value of the last one is returned (instead of that of the first one). If no options are present (not standard-compliant) SelectElement.value still returns None.
* The HTMLParser() now supports the huge_tree option. Patch by stranac.

Bugs fixed
* Some XSLT messages were not captured by the transform error log.
* Crash at shutdown after an interrupted iterparse run with XMLSchema validation.

(adam)

2018-03-15 07:16:48 UTC MAIN commitmail json YAML

py-dateutil: Fix BUILD_DEPENDS.

(jperkin)

2018-03-15 07:14:50 UTC MAIN commitmail json YAML

xxdiff-scripts: Fix DEPENDS match.

(jperkin)

2018-03-15 06:08:21 UTC MAIN commitmail json YAML

emacs-current: regen distinfo so checksum matches existing patch

(wiz)

2018-03-15 06:07:56 UTC MAIN commitmail json YAML

2018-03-15 05:14:43 UTC MAIN commitmail json YAML

2018-03-15 05:08:07 UTC MAIN commitmail json YAML

2018-03-15 03:14:27 UTC MAIN commitmail json YAML

doc: Added devel/py-angr version 7.8.2.21

(khorben)

2018-03-15 03:14:17 UTC MAIN commitmail json YAML

2018-03-15 03:13:29 UTC MAIN commitmail json YAML

Import py-angr version 7.8.2.21

angr is a suite of python libraries that let you load a binary and do a lot of
cool things to it:

* Disassembly and intermediate-representation lifting
* Program instrumentation
* Symbolic execution
* Control-flow analysis
* Data-dependency analysis
* Value-set analysis (VSA)

It is maintained by the angr organization on GitHub.

(khorben)

2018-03-15 03:01:10 UTC MAIN commitmail json YAML

Register missing dependency on devel/py-archinfo

Bump PKGREVISION.

(khorben)

2018-03-15 02:57:42 UTC MAIN commitmail json YAML

doc: Added devel/py-archinfo version 7.8.2.21

(khorben)

2018-03-15 02:57:15 UTC MAIN commitmail json YAML

2018-03-15 02:56:54 UTC MAIN commitmail json YAML

Import py-archinfo version 7.8.2.21 from wip

archinfo is a collection of classes that contain architecture-specific
information. It is useful for cross-architecture tools (such as pyvex).

It is maintained by the angr organization on GitHub.

(khorben)

2018-03-15 02:50:31 UTC MAIN commitmail json YAML

doc: Added devel/py-pyvex version 7.8.2.21

(khorben)

2018-03-15 02:50:18 UTC MAIN commitmail json YAML

2018-03-15 02:49:25 UTC MAIN commitmail json YAML

Import py-pyvex version 7.8.2.21 from wip

VEX is an architecture-agnostic, side-effects-free representation of a number
of target machine languages. It abstracts machine code into a representation
designed to make program analysis easier.

PyVEX exposes VEX into Python.

It is maintained by the angr organization on GitHub.

(khorben)

2018-03-15 02:34:17 UTC MAIN commitmail json YAML

doc: Added devel/py-cle version 7.8.2.21

(khorben)