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 (22m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 14:20:48 UTC Now

2017-02-14 08:05:30 UTC MAIN commitmail json YAML

Version 2.12.02

Fix preprocessor errors, especially %error and %warning, inside %if statements.
Fix relative relocations in 32-bit Mach-O.
More Codeview debug format fixes.
If the MASM PTR keyword is encountered, issue a warning. This is much more likely to indicate a MASM-ism encountered in NASM than it is a valid label. This warning can be suppressed with -w-ptr, the [warning] directive (see section 2.1.24) or by the macro definition %idefine ptr %??.
When an error or a warning comes from the expansion of a multi-line macro, display the file and line numbers for the expanded macros. Macros defined with .nolist do not get displayed.
Add macros ilog2fw() and ilog2cw() to the ifunc macro package.

(adam)

2017-02-14 07:35:38 UTC MAIN commitmail json YAML

Added www/py-pystache version 0.5.4. Updated www/py-static to 1.1.1.

(adam)

2017-02-14 07:35:06 UTC MAIN commitmail json YAML

2017-02-14 07:33:27 UTC MAIN commitmail json YAML

Added www/py-pystache version 0.5.4

Pystache is a Python implementation of Mustache. Mustache is
a framework-agnostic, logic-free templating system inspired by ctemplate and
et. Like ctemplate, Mustache "emphasizes separating logic from presentation:
it is impossible to embed application logic in this template language."

(adam)

2017-02-14 00:40:24 UTC MAIN commitmail json YAML

Added security/py-acme-tiny version 0.0.20170214

(khorben)

2017-02-14 00:39:17 UTC MAIN commitmail json YAML

Register py-acme-tiny

(khorben)

2017-02-14 00:38:56 UTC MAIN commitmail json YAML

Import acme-tiny's latest commit (versioned as 0.0.20170214)

This is a tiny, auditable script that you can throw on your server to issue and
renew Let's Encrypt certificates. Since it has to be run on your server and
have access to your private Let's Encrypt account key, I tried to make it as
tiny as possible (currently less than 200 lines). The only prerequisites are
python and openssl.

Tested successfully on NetBSD 7.0.2 (i386).

"please import!" wiz@

(khorben)

2017-02-13 22:03:36 UTC MAIN commitmail json YAML

Updated devel/py-serpent to 1.16

(adam)

2017-02-13 21:59:10 UTC MAIN commitmail json YAML

2017-02-13 21:52:48 UTC MAIN commitmail json YAML

Updated textproc/py-markdown to 2.6.8; www/py-djangorestframework to 3.5.4

(adam)

2017-02-13 21:52:17 UTC MAIN commitmail json YAML

Changes 3.5.4:
The 3.5 release is the second in a planned series that is addressing schema generation, hypermedia support, API client libraries, and finally realtime support.

(adam)

2017-02-13 21:42:50 UTC MAIN commitmail json YAML

2017-02-13 21:31:44 UTC MAIN commitmail json YAML

Added textproc/py-mistune version 0.7.3; textproc/py-m2r version 0.1.5; devel/py-automat version 0.5.0; devel/py-queuelib version 1.4.2; devel/py-pydispatcher version 2.0.5; www/py-w3lib version 1.17.0; www/py-parsel version 1.1.0; www/py-scrapy version 1.3.2

(adam)

2017-02-13 21:25:33 UTC MAIN commitmail json YAML

Added www/py-scrapy version 1.3.2

Scrapy is a fast high-level web crawling and web scraping framework, used to
crawl websites and extract structured data from their pages. It can be used for
a wide range of purposes, from data mining to monitoring and automated testing.

(adam)

2017-02-13 21:21:09 UTC MAIN commitmail json YAML

Added www/py-parsel version 1.1.0

Parsel is a library to extract data from HTML and XML using XPath and CSS
selectors.

Features:
* Extract text using CSS or XPath selectors
* Regular expression helper methods

(adam)

2017-02-13 21:19:51 UTC MAIN commitmail json YAML

This is a Python library of web-related functions, such as:
* remove comments, or tags from HTML snippets
* extract base url from HTML snippets
* translate entites on HTML strings
* convert raw HTTP headers to dicts and vice-versa
* construct HTTP auth header
* converting HTML pages to unicode
* sanitize urls (like browsers do)
* extract arguments from urls

(adam)

2017-02-13 21:18:15 UTC MAIN commitmail json YAML

Added devel/py-pydispatcher version 2.0.5

Dispatcher mechanism for creating event models

PyDispatcher is an enhanced version of Patrick K. O'Brien's original
dispatcher.py module. It provides the Python programmer with a robust mechanism
for event routing within various application contexts.

Included in the package are the robustapply and saferef modules, which provide
the ability to selectively apply arguments to callable objects and to reference
instance methods using weak-references.

(adam)

2017-02-13 21:15:41 UTC MAIN commitmail json YAML

Added devel/py-queuelib version 1.4.2

Queuelib is a collection of persistent (disk-based) queues for Python.

Queuelib goals are speed and simplicity. It was originally part of the Scrapy
framework and stripped out on its own library.

(adam)

2017-02-13 21:13:11 UTC MAIN commitmail json YAML

Added devel/py-automat version 0.5.0

Automat is a library for concise, idiomatic Python expression of finite-state
automata (particularly deterministic finite-state transducers).

(adam)

2017-02-13 21:10:12 UTC MAIN commitmail json YAML

Change CATEGORIES to textproc

(adam)

2017-02-13 21:08:29 UTC MAIN commitmail json YAML

Added textproc/py-m2r version 0.1.5

M2R converts a markdown file including reST markups to a valid reST format.

Features:
* Basic markdown and some extensions
  o inline/block-level raw html
  o fenced-code block
  o tables
  o footnotes ([^1])
* Inline- and Block-level reST markups
  o single- and multi-line directives (.. directive::)
  o inline-roles (:code:`print(1)` ...)
  o ref-link (see `ref`_)
  o footnotes ([#fn]_)
  o math extension inspired by recommonmark
* Sphinx extension
  o add markdown support for sphinx
  o mdinclude directive to include markdown from md or reST files

(adam)

2017-02-13 21:06:21 UTC MAIN commitmail json YAML

Added textproc/py-mistune version 0.7.3

The fastest markdown parser in pure Python with renderer features, inspired by
marked.

Features:
* Pure Python. Tested in Python 2.6+, Python 3.3+ and PyPy.
* Very Fast. It is the fastest in all pure Python markdown parsers.
* More Features. Table, footnotes, autolink, fenced code etc.

(adam)

2017-02-13 19:59:49 UTC MAIN commitmail json YAML

Updated sysutils/rsyslog to 8.24.0

(fhajny)

2017-02-13 19:59:36 UTC MAIN commitmail json YAML

Update sysutils/rsyslog to 8.24.0.

Changelog (abridged):

- rsyslog now builds on AIX
- mmdblookup: new maxminddb lookup message modify plugin
- mmrm1stspace: new module; removes first space in MSG if present
- KSI signature provider: file permissions can now be specified
- omzmq: new features
- change: when the hostname is empty, we now use "localhost-empty-hostname"
- omelasticsearch: remove "asyncrepl" config parameter
- omfwd: Add support for bind-to-device (see below on same for imudp)
- imudp: Add support for bind-to-device
- imudp: limit rcvbufsize parameter to max 1GiB
- rainerscript: implement new "call_indirect" statement
- bugfix imjournal: make state file handling more robust
- bugfix core: lookup table reload was not properly integrated
- bugfix core: potential dealock on shutdown
- bugfix ommongodb: did not work in v8 due to invalid indirection
- bugfix ommongodb: fix tryResume handling
- bugfix omfwd: retry processing was not done correctly, could stall
- bugfix imuxsock: segfault non shutdown when $OmitLocalLogging is on

(fhajny)

2017-02-13 19:08:20 UTC MAIN commitmail json YAML

Enable rsyslog-relp

(fhajny)

2017-02-13 19:07:49 UTC MAIN commitmail json YAML

Added sysutils/rsyslog-relp version 8.23.0

(fhajny)

2017-02-13 19:07:36 UTC MAIN commitmail json YAML

Import rsyslog RELP modules as sysutils/rsyslog-relp.

rsyslog modules for receiving and sending of RELP protocol messages.

(fhajny)

2017-02-13 19:06:08 UTC pkgsrc-2016Q4 commitmail json YAML

2017-02-13 18:59:59 UTC MAIN commitmail json YAML

Updated textproc/py-cssselect to 1.0.1; devel/py-attrs to 16.3.0; net/py-twisted to 17.1.0

(adam)

2017-02-13 18:59:04 UTC MAIN commitmail json YAML

Twisted Core 17.1.0 (2017-02-04)
================================

Features
--------
- Added a new interface,
  twisted.internet.interfaces.IHostnameResolver, which is an
  improvement to twisted.internet.interfaces.IResolverSimple that
  supports resolving multiple addresses as well as resolving IPv6
  addresses.  This is a native, asynchronous, Twisted analogue to
  getaddrinfo. (bug-4362)
- twisted.web.client.Agent now uses HostnameEndpoint internally; as a
  consequence, it now supports IPv6, as well as making connections
  faster and more reliably to hosts that have more than one DNS name.
  (bug-6712)
- twisted.internet.ssl.CertificateOptions now has the new constructor
  argument 'raiseMinimumTo', allowing you to increase the minimum TLS
  version to this version or Twisted's default, whichever is higher.
  The additional new constructor arguments 'lowerMaximumSecurityTo'
  and 'insecurelyLowerMinimumTo' allow finer grained control over
  negotiated versions that don't honour Twisted's defaults, for
  working around broken peers, at the cost of reducing the security
  of the TLS it will negotiate. (bug-6800)
- twisted.internet.ssl.CertificateOptions now sets the OpenSSL
  context's mode to MODE_RELEASE_BUFFERS, which will free the
  read/write buffers on idle TLS connections to save memory. (bug-8247)
- trial --help-reactors will only list reactors which can be
  imported.  (bug-8745)
- twisted.internet.endpoints.HostnameEndpoint now uses the passed
  reactor's implementation of
  twisted.internet.interfaces.IReactorPluggableResolver to resolve
  hostnames rather than its own deferToThread/getaddrinfo wrapper;
  this makes its hostname resolution pluggable via a public API.
  (bug-8922)
- twisted.internet.reactor.spawnProcess now does not emit a
  deprecation warning on Unicode arguments. It will encode Unicode
  arguments down to bytes using the filesystem encoding on UNIX and
  Python 2 on Windows, and pass Unicode through unchanged on Python 3
  on Windows. (bug-8941)
- twisted.trial._dist.test.test_distreporter now works on Python 3.
  (bug-8943)

Bugfixes
--------
- trial --help-reactors will now display iocp and win32er reactors
  with Python 3. (bug-8745)
- twisted.logger._flatten.flattenEvent now handles log_format being
  None instead of assuming the value is always a string. (bug-8860)
- twisted.protocol.ftp is now Python 3 compatible (bug-8865)
- twisted.names.client.Resolver can now resolve names with IPv6 DNS
  servers. (bug-8877)
- twisted.application.internet.ClientService now waits for existing
  connections to disconnect before trying to connect again when
  restarting. (bug-8899)
- twisted.internet.unix.Server.doRead and
  twisted.internet.unix.Client.doRead no longer fail if recvmsg's
  ancilliary data contains more than one file descriptor. (bug-8911)
- twist on Python 3 now correctly prints the help text when given no
  plugin to run. (bug-8918)
- twisted.python.sendmsg.sendmsg no longer segfaults on Linux +
  Python 2. (bug-8969)
- IHandshakeListener providers connected via SSL4ClientEndpoint will
  now have their handshakeCompleted methods called. (bug-8973)
- The twist script now respects the --reactor option. (bug-8983)
- Fix crash when using SynchronousTestCase with Warning object which
  does not store a string as its first argument (like
  libmysqlclient). (bug-9005)
- twisted.python.compat.execfile() does not open files with the
  deprecated 'U' flag on Python 3. (bug-9012)

Deprecations and Removals
-------------------------
- twisted.internet.ssl.CertificateOption's 'method' constructor
  argument is now deprecated, in favour of the new 'raiseMinimumTo',
  'lowerMaximumSecurityTo', and 'insecurelyLowerMinimumTo' arguments.
  (bug-6800)
- twisted.protocols.telnet (not to be confused with the supported
  twisted.conch.telnet), deprecated since Twisted 2.5, has been
  removed. (bug-8925)
- twisted.application.strports.parse, as well as the deprecated
  default arguments in strports.service/listen, deprecated since
  Twisted 10.2, has been removed. (bug-8926)
- twisted.web.client.getPage and twisted.web.client.downloadPage have
  been deprecated in favour of https://pypi.org/project/treq and
  twisted.web.client.Agent. (bug-8960)
- twisted.internet.defer.timeout is deprecated in favor of
  twisted.internet.defer.Deferred.addTimeout (bug-8971)

(adam)

2017-02-13 18:57:06 UTC MAIN commitmail json YAML

Changes 16.3.0:
* Attributes now can have user-defined metadata which greatly improves attrs���s extensibility.

* Allow for a __attrs_post_init__ method that ��� if defined ��� will get called at the end of the attrs-generated __init__ method.

* Add @attr.s(str=True) that will optionally create a __str__ method that is identical to __repr__. This is mainly useful with Exceptions and other classes that rely on a useful __str__ implementation but overwrite the default one through a poor own one. Default Python class behavior is to use __repr__ as __str__ anyways.

If you tried using attrs with Exceptions and were puzzled by the tracebacks: this option is for you.

* Don���t overwrite __name__ with __qualname__ for attr.s(slots=True) classes.

(adam)

2017-02-13 18:35:38 UTC MAIN commitmail json YAML

2017-02-13 18:34:02 UTC MAIN commitmail json YAML

Added devel/librelp version 1.2.12

(fhajny)

2017-02-13 18:33:49 UTC MAIN commitmail json YAML

2017-02-13 18:33:24 UTC MAIN commitmail json YAML

Import librelp 1.2.12 as devel/librelp.

librelp is a core protocol library for RELP, the "reliable event
logging protocol". It was created to provide ultra-reliable
delivery of syslog messages and is quite good at that.

(fhajny)

2017-02-13 17:58:47 UTC MAIN commitmail json YAML

2017-02-13 17:49:46 UTC MAIN commitmail json YAML

2017-02-13 17:45:11 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.17.0

(adam)

2017-02-13 17:44:01 UTC MAIN commitmail json YAML

SQLite Release 3.17.0 On 2017-02-13
* Approximately 25% better performance from the R-Tree extension.
* Uses compiler built-ins (ex: __builtin_bswap32() or _byteswap_ulong()) for byteswapping when available.
* Uses the sqlite3_blob key/value access object instead of SQL for pulling content out of R-Tree nodes
* Other miscellaneous enhancements such as loop unrolling.
* Add the SQLITE_DEFAULT_LOOKASIDE compile-time option.
* Increase the default lookaside size from 512,125 to 1200,100 as this provides better performance while only adding 56KB of extra memory per connection. Memory-sensitive applications can restore the old default at compile-time, start-time, or run-time.
* Use compiler built-ins __builtin_sub_overflow(), __builtin_add_overflow(), and __builtin_mul_overflow() when available. (All compiler built-ins can be omitted with the SQLITE_DISABLE_INTRINSIC compile-time option.)
* Added the SQLITE_ENABLE_NULL_TRIM compile-time option, which can result in significantly smaller database files for some applications, at the risk of being incompatible with older versions of SQLite.
* Change SQLITE_DEFAULT_PCACHE_INITSZ from 100 to 20, for improved performance.
* Added the SQLITE_UINT64_TYPE compile-time option as an analog to SQLITE_INT64_TYPE.
* Perform some UPDATE operations in a single pass instead of in two passes.
* Enhance the session extension to support WITHOUT ROWID tables.
* Fixed performance problems and potential stack overflows when creating views from multi-row VALUES clauses with hundreds of thousands of rows.
* Added the sha1.c extension.
* In the command-line shell, enhance the ".mode" command so that it restores the default column and row separators for modes "line", "list", "column", and "tcl".
* Enhance the SQLITE_DIRECT_OVERFLOW_READ option so that it works in WAL mode as long as the pages being read are not in the WAL file.
* Enhance the LEMON parser generator so that it can store the parser object as a stack variable rather than allocating space from the heap and make use of that enhancement in the amalgamation.
* Other performance improvements. Uses about 6.5% fewer CPU cycles.

Bug Fixes:
* Throw an error if the ON clause of a LEFT JOIN references tables to the right of the ON clause. This is the same behavior as PostgreSQL. Formerly, SQLite silently converted the LEFT JOIN into an INNER JOIN.
* Use the correct affinity for columns of automatic indexes.
* Ensure that the sqlite3_blob_reopen() interface can correctly handle short rows.

(adam)

2017-02-13 17:28:15 UTC MAIN commitmail json YAML

Added time/py-tempora version 1.6.1; net/py-portend version 1.8; www/py-cheroot version 5.1.0. Updated www/py-cherrypy to 10.1.0.

(adam)

2017-02-13 17:24:30 UTC MAIN commitmail json YAML

Changes 10.1.0:
* Bump to cheroot 5.1.0.
* 794: Prefer setting max-age for session cookie
  expiration, moving MSIE hack into a function
  documenting its purpose.

(adam)

2017-02-13 17:22:07 UTC MAIN commitmail json YAML

Added www/py-cheroot version 5.1.0:

Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.

(adam)

2017-02-13 17:20:35 UTC MAIN commitmail json YAML

Changed category from www to time

(adam)

2017-02-13 17:20:06 UTC MAIN commitmail json YAML

Added net/py-portend version 1.8:

Use portend to monitor TCP ports for bound or unbound states.

For example, to wait for a port to be occupied, timing out after 3 seconds::

portend.occupied('www.pkgsrc.org', 80, timeout=3)

Or to wait for a port to be free, timing out after 5 seconds::

portend.free('::1', 80, timeout=5)

The portend may also be executed directly. If the function succeeds, it
returns nothing and exits with a status of 0. If it fails, it prints a
message and exits with a status of 1. For example::

python -m portend localhost:31923 free
(exits immediately)

python -m portend -t 1 localhost:31923 occupied
(one second passes)
Port 31923 not bound on localhost.

(adam)

2017-02-13 17:15:00 UTC MAIN commitmail json YAML

Added time/py-tempora version 1.6.1

Objects and routines pertaining to date and time (tempora).

Modules include:
- tempora (top level package module) contains miscellaneous
  utilities and constants.
- timing contains routines for measuring and profiling.
- schedule contains an event scheduler.

(adam)

2017-02-13 15:03:12 UTC MAIN commitmail json YAML

Updated time/khal to 0.9.2

(wiz)

2017-02-13 15:03:02 UTC MAIN commitmail json YAML

Updated khal to 0.9.2.

0.9.2
=====
released 2017-02-13

* FIX if weekstart != 0 ikhal would show wrong weekday names
* FIX allday events added with `khal new DATE TIMEDELTA` (e.g., 2017-01-18 3d)
  were lasting one day too long
* FIX no more crashes when using timezones that have a constant UTC offset (like
  UTC itself)
* FIX updated outdated zsh completion file
* FIX display search results for events with neither DTEND nor DURATION
* FIX display search results that are all-day events
* in ikhal, update the date-titles on date change
* FIX printing a new event's path if [default] print_new = path
* FIX width of calendar in `khal calendar` was off by two if locale.weeknumbers
  was set to "right"

* CHANGED default `agenda_day_format` to include the actual date of the day

* NEW configuration option: [view]dynamic_days = True, if set to False, ikhal's
  right column behaves similar as it did in 0.8.x

(wiz)

2017-02-13 14:23:16 UTC MAIN commitmail json YAML

Updated security/vault to 0.6.5

(fhajny)

2017-02-13 14:23:08 UTC MAIN commitmail json YAML

Update security/vault to 0.6.5.

FEATURES:

- Okta Authentication: A new Okta authentication backend allows you to use
  Okta usernames and passwords to authenticate to Vault. If provided with an
  appropriate Okta API token, group membership can be queried to assign
  policies; users and groups can be defined locally as well.
- RADIUS Authentication: A new RADIUS authentication backend allows using
  a RADIUS server to authenticate to Vault. Policies can be configured for
  specific users or for any authenticated user.
- Exportable Transit Keys: Keys in `transit` can now be marked as
  `exportable` at creation time. This allows a properly ACL'd user to retrieve
  the associated signing key, encryption key, or HMAC key. The `exportable`
  value is returned on a key policy read and cannot be changed, so if a key is
  marked `exportable` it will always be exportable, and if it is not it will
  never be exportable.
- Batch Transit Operations: `encrypt`, `decrypt` and `rewrap` operations
  in the transit backend now support processing multiple input items in one
  call, returning the output of each item in the response.
- Configurable Audited HTTP Headers: You can now specify headers that you
  want to have included in each audit entry, along with whether each header
  should be HMAC'd or kept plaintext. This can be useful for adding additional
  client or network metadata to the audit logs.
- Transit Backend UI (Enterprise): Vault Enterprise UI now supports the transit
  backend, allowing creation, viewing and editing of named keys as well as using
  those keys to perform supported transit operations directly in the UI.
- Socket Audit Backend A new socket audit backend allows audit logs to be sent
  through TCP, UDP, or UNIX Sockets.

IMPROVEMENTS:

- auth/aws-ec2: Add support for cross-account auth using STS
- auth/aws-ec2: Support issuing periodic tokens
- auth/github: Support listing teams and users
- auth/ldap: Support adding policies to local users directly, in addition to
  local groups
- command/server: Add ability to select and prefer server cipher suites
- core: Add a nonce to unseal operations as a check (useful mostly for
  support, not as a security principle)
- duo: Added ability to supply extra context to Duo pushes
- physical/consul: Add option for setting consistency mode on Consul gets
- physical/etcd: Full v3 API support; code will autodetect which API version
  to use. The v3 code path is significantly less complicated and may be much
  more stable.
- secret/pki: Allow specifying OU entries in generated certificate subjects
- secret mount ui (Enterprise): the secret mount list now shows all mounted
  backends even if the UI cannot browse them. Additional backends can now be
  mounted from the UI as well.

BUG FIXES:

- auth/token: Fix regression in 0.6.4 where using token store roles as a
  blacklist (with only `disallowed_policies` set) would not work in most
  circumstances
- physical/s3: Page responses in client so list doesn't truncate
- secret/cassandra: Stop a connection leak that could occur on active node
  failover
- secret/pki: When using `sign-verbatim`, don't require a role and use the
  CSR's common name

(fhajny)

2017-02-13 14:18:31 UTC MAIN commitmail json YAML

Updated lang/nodejs4 to 4.7.3

(fhajny)

2017-02-13 14:18:20 UTC MAIN commitmail json YAML

Update lang/nodejs4 to 4.7.3.

Notable Changes

- deps: upgrade openssl sources to 1.0.2k

(fhajny)

2017-02-13 14:10:53 UTC MAIN commitmail json YAML

Added devel/p5-Net-LDAP-SID version 0.001
Updated devel/p5-MooseX-Singleton to 0.30
Updated devel/p5-Log-Dispatch-FileRotate to 1.23
Updated devel/p5-Hash-FieldHash to 0.15
Updated devel/p5-Glib-Object-Introspection to 0.042
Updated devel/p5-File-Save-Home to 0.10
Updated devel/p5-MooX-Types-MooseLike-Numeric to 1.03
Updated devel/p5-File-Find-Object to 0.3.2
Updated devel/p5-File-ChangeNotify to 0.27

(mef)

2017-02-13 14:06:59 UTC MAIN commitmail json YAML

Updated devel/p5-File-ChangeNotify to 0.27
------------------------------------------
0.27  2017-01-30

- Inflating File::ChangeNotify::Default::Watcher into a Moose object with
  Moose 2.2000 would cause an error or warning because of a bug in how it
  defined an attribute. This broke Catalyst::Restarter.

(pkgsrc changes)
- Drop following line, see above
  DEPENDS+=      p5-Moose>=2:../../devel/p5-Moose
- Add following lines for make test
  BUILD_DEPENDS+=        p5-Moo-[0-9]*:../../devel/p5-Moo
  BUILD_DEPENDS+=        p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
  BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
  BUILD_DEPENDS+=        p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable

(mef)

2017-02-13 14:05:58 UTC MAIN commitmail json YAML

Updated lang/nodejs6 to 6.9.5

(fhajny)

2017-02-13 14:05:50 UTC MAIN commitmail json YAML

Update lang/nodejs6 to 6.9.5.

Notable Changes

- deps: upgrade openssl sources to 1.0.2k

(fhajny)

2017-02-13 13:55:31 UTC MAIN commitmail json YAML

Updated lang/nodejs to 7.5.0

(fhajny)

2017-02-13 13:55:23 UTC MAIN commitmail json YAML

Update lang/nodejs to 7.5.0.

Notable changes

- crypto:
  - ability to select cert store at runtime
  - Use system CAs instead of using bundled ones
- deps:
  - upgrade npm to 4.1.2
  - upgrade openssl sources to 1.0.2k
- doc: add basic documentation for WHATWG URL API
- process: add NODE_NO_WARNINGS environment variable
- url: allow use of URL with http.request and https.request

(fhajny)

2017-02-13 13:39:55 UTC MAIN commitmail json YAML

Add support for the Sun linker. Fixes joyent/pkgsrc/issues/455 on SunOS.
Based on jcea's pull request.

(fhajny)

2017-02-13 13:32:54 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MIME to 1.940

(wen)

2017-02-13 13:31:07 UTC MAIN commitmail json YAML

Update to 1.940

Upstream changes:
1.940    2017-01-29 10:33:45-05:00 America/New_York
        - no code changes since 1.939 trial release

1.939    2017-01-14 14:58:44-05:00 America/New_York (TRIAL RELEASE)
        - do not decode MIME headers known to be never encoded (Pali Roh獺r)
        - ...and that includes the Downgraded-* headers (Pali Roh獺r)

1.938    2017-01-01 20:03:38-05:00 America/New_York (TRIAL RELEASE)
        - numerous small fixes to header encoding (thanks, Pali Roh獺r)
          for more details see https://github.com/rjbs/Email-MIME/pull/32
        - When a single-part content type has been provided with multiple
          parts, the user is now warned that the type has been changed to
          multipart/mixed.  This helps catch typos like
          "mutlipart/alternative".

(wen)

2017-02-13 13:18:42 UTC MAIN commitmail json YAML

Updated devel/p5-File-Find-Object to 0.3.2
------------------------------------------
0.3.2  2017-01-13
    - Made the version number consistent across the .pm files.
        - https://bitbucket.org/shlomif/perl-file-find-object/issues/1/wrong-version-number
        - Thanks to aer0 for the report.

0.3.1  2017-01-09
    - Fixed an issue with tracking the depth of the inodes when detecting
    a symlink loop.
        - Detected by several cygwin reports.

(mef)

2017-02-13 13:16:19 UTC MAIN commitmail json YAML

Updated devel/p5-MooX-Types-MooseLike-Numeric to 1.03
-----------------------------------------------------
1.03 - 2017-01-20
    - Add Moo to Build requirements (wpmoore/mendoza)
    - Improve POD (meAmidos)
    - Simplify type constraint tests by making use of subtype (meAmidos)

(mef)

2017-02-13 13:10:43 UTC MAIN commitmail json YAML

Updated devel/p5-File-Save-Home to 0.10
---------------------------------------
0.10 Fri Feb 10 21:25:41 EST 2017

Move into git for version control.  Establish github.com repository.
In restore_subhome_directory_status(), die rather than simply warning
when a directory or file can not be found for removal.  More use of
catdir and catfile to compose paths.

(mef)

2017-02-13 13:03:44 UTC MAIN commitmail json YAML

Updated devel/p5-Glib-Object-Introspection to 0.042
----------------------------------------------------
Overview of changes in Glib::Object::Introspection 0.042
========================================================

* perli11ndoc: put special classes and records into their own category
* perli11ndoc: list functions of enums and bitfields
* perli11ndoc: fix the synopsis formatting for class struct functions
* perli11ndoc: correctly display array and callback parameters/return
  values/fields
* Fix "occuring" typo in POD (Bugzilla #775169)

(mef)

2017-02-13 13:02:11 UTC MAIN commitmail json YAML

SunOS also needs -lresolve. Fixes joyent/pkgsrc/issues/464. Fix misspelling of PKGREVISION.

(fhajny)

2017-02-13 12:58:42 UTC MAIN commitmail json YAML

Updated devel/p5-Hash-FieldHash to 0.15
---------------------------------------
0.15 2017-02-06T01:10:09Z
    - Fix #1: t/orig/03_class.t fails if FamilyTreeInfo-2.3.24 is installed

(mef)

2017-02-13 12:48:02 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Dispatch-FileRotate to 1.23
------------------------------------------------
1.23 Thu Feb 09 2017
    - Issue a warning if the lockfile cannot be opened (Thanks KGOESS)
      [#63544]
    - Fix POD typo (Thanks Anirvan Chatterjee)
(pkgsrc changes)
  - Add LICENSE as ${PERL5_LICENSE}
  - Add BUILD_DEPENDS+= p5-Test-Warn-[0-9]*

(mef)

2017-02-13 12:16:16 UTC MAIN commitmail json YAML

Add p5-Package-DeprecationManager-[0-9]* for BUILD_DEPENDS (make test)

(mef)

2017-02-13 12:06:22 UTC MAIN commitmail json YAML

Add p5-Package-DeprecationManager-[0-9]* for BUILD_DEPENDS (make test)

(mef)

2017-02-13 11:55:36 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Singleton to 0.30
-----------------------------------------
0.30      2016-11-23 04:46:06Z
    - move repository to github Moose organization
    - properly declare test prereqs

(mef)

2017-02-13 11:32:56 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Report to 1.19

(wen)

2017-02-13 11:32:08 UTC MAIN commitmail json YAML

Update to 1.19

Upstream changes:
version 1.19: Thu  9 Feb 17:35:43 CET 2017

Fixes:
- Dancer2 change when a stack-level needs to be skipped for
  reporting the location of the exception [Andrew Beverley]
- more modules optional during Dancer2 tests

Improvements:
- Dancer2 interface changes [Andrew Beverley]
- spell fixes. rt.cpan.org#118561 [Gregor Herrmann, Debian]
- spell fixes. rt.cpan.org#118562 [Gregor Herrmann, Debian]
- free format calls in ::File and ::Syslog get additional info, which
  can be used in line formatting.
- Use Dancer2::Logger::LogReport without Dancer2::Plugin::LogReport
  [Andrew Beverley]

(wen)

2017-02-13 11:23:44 UTC MAIN commitmail json YAML

Updated devel/py-flake8 to 3.3.0

(wen)

2017-02-13 11:22:54 UTC MAIN commitmail json YAML

Update to 3.3.0

Upstream changes:
3.3.0 -- 2017-02-06
You can view the 3.3.0 milestone on GitLab for more details.

Add support for Python 3.6 (via dependencies). Note Flake8 does not
guarantee that all plugins will support Python 3.6.
Added unique error codes for all missing PyFlakes messages. (14 new
codes, see "Error / Violation Codes")
Dramatically improve the performance of Flake8. (See also GitLab!156)
Display the local file path instead of the temporary file path when
using the git hook. (See also GitLab#244)
Add methods to Report class that will be called when Flake8 starts and
finishes processing a file. (See also GitLab#251)
Fix problem where hooks should only check *.py files. (See also
GitLab#268)
Fix handling of SyntaxErrors that do not include physical line information.
(See also GitLab#279)
Update upper bound on PyFlakes to allow for PyFlakes 1.5.0.  (See also
GitLab#290)
Update setuptools integration to less eagerly deduplicate packages.
(See also GitLab#295)
Force flake8 --version to be repeatable between invocations. (See also
GitLab#297)

(wen)

2017-02-13 11:09:59 UTC MAIN commitmail json YAML

Updated devel/py-flakes to 1.5.0

(wen)

2017-02-13 11:08:25 UTC MAIN commitmail json YAML

Update to 1.5.0

Upstream changes:
1.5.0 (2017-01-09)
  - Enable support for PEP 526 annotated assignments

1.4.0 (2016-12-30):
  - Change formatting of ImportStarMessage to be consistent with other errors
  - Support PEP 498 "f-strings"

(wen)

2017-02-13 09:36:15 UTC MAIN commitmail json YAML

Updated pkgtools/gimme to 20170213

(jperkin)

2017-02-13 09:36:04 UTC MAIN commitmail json YAML

Update for pkg_comp move to pkg_comp1.

(jperkin)

2017-02-13 06:47:51 UTC MAIN commitmail json YAML

Updated www/viewvc to 1.1.26 [wiz 2017-02-08]

(wiz)

2017-02-13 06:12:33 UTC pkgsrc-2016Q4 commitmail json YAML

2017-02-13 06:11:34 UTC pkgsrc-2016Q4 commitmail json YAML

Pullup ticket #5199 - requested by leot
print/cups-filters: build fix

Revisions pulled up:
- print/cups-filters/Makefile                                  1.62

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: markd
  Date: Thu Jan 19 10:19:26 UTC 2017

  Modified Files:
  pkgsrc/print/cups-filters: Makefile

  Log Message:
  Fix path to pdftpps.
  mv cups-browsed.conf from correct post install location.

  To generate a diff of this commit:
  cvs rdiff -u -r1.61 -r1.62 pkgsrc/print/cups-filters/Makefile

(spz)

2017-02-13 03:23:38 UTC MAIN commitmail json YAML

Added devel/ruby-cucumber-core version 2.0.0

(minskim)

2017-02-13 03:22:57 UTC MAIN commitmail json YAML

Add ruby-cucumber-core

(minskim)

2017-02-13 03:22:02 UTC MAIN commitmail json YAML

2017-02-13 00:11:56 UTC MAIN commitmail json YAML

Updated sysutils/vifm to 0.8.2nb1

(maya)

2017-02-13 00:11:35 UTC MAIN commitmail json YAML

vifm: remove a patch which has unclear motives (possibly a legacy patch
to fix a compilation problem on netbsd that is no longer relevant) that is
breaking compilation on macos.

PR pkg/51960

(maya)

2017-02-12 22:29:13 UTC MAIN commitmail json YAML

Small PLIST correction

(adam)

2017-02-12 22:02:45 UTC MAIN commitmail json YAML

Updated multimedia/mpv to 0.24.0

(leot)

2017-02-12 22:02:28 UTC MAIN commitmail json YAML

Update multimedia/mpv to mpv-0.24.0

Changes:
Release 0.24.0
==============
Features
--------
Added
~~~~~
- Windows: allow snapping to screen edges (#2248)
- macOS: add border cycling (#2430)
- player: add experimental C plugin interface
- player: add experimental stream recording feature (--record-file)
- player: add prefetching of the next playlist entry (--prefetch-playlist;
  does NOT work with URLs resolved by youtube-dl)
- stream_lavf: add support for data URIs (#4058)
- vaapi: add support for 10-bit video formats (requires patched Mesa and
  capable hardware)
- x11: pseudo HiDPI scaling

Options and Commands
--------------------
Added
~~~~~
- sub: add --sub-justify and --sub-ass-justify options
- sub: add option to force using video resolution for image subtitles
  (--image-subs-video-resolution)

Changed
~~~~~~~
- command: rename framedrop properties
    - drop-frame-count → decoder-frame-drop-count
    - vo-drop-frame-count → frame-drop-count
- input.conf: change "L" to change loop-file by default

Deprecated
~~~~~~~~~~
- --hwdec-preload (replaced with --opengl-hwdec-interop)

Removed
~~~~~~~
- options: drop deprecated --sub-codepage syntax
- options: drop deprecated --vd/--ad codecs selection features
- player: remove --stream-capture option/property

Fixes and Minor Enhancements
----------------------------
- Windows: update the fullscreen state on restoring
- ad_spdif: fix obscure cases of AC3 passthrough (e.g. 44100 Hz AC3)
- ao_oss: use --audio-device if --oss-device isn't set (#4122)
- build: fix --disable-gl if cuda is enabled
- build: rpi: rely on pkgconfig for compiler flags to ease cross compilation
- charset_conv: fallback to interpreting subs as latin1 if iconv fails
- charset_conv: fix "auto" fallback with uchardet not compiled (#3954)
- client API: fix freeze when destroying mpv_handle before mpv_initialize
- client API: fix mpv_set_property() return value before init (#3988)
- command: fix potential crash for script-binding with multi-commands
- command: nicer OSD formatting for loop-file
- command: shorten long playlists on OSD
- config: do not resolve default profile during "include" processing (#4024)
- cuda: fix 10 bit decoding
- cue: accept lower-case cue commands (#4057)
- demux_mkv: any reference makes a frame not a keyframe (fixes seeking in WebM
  files with alpha channel)
- lavfi: slightly better disconnected output handling (#4118)
- lua: close directory after reading its entries (#4045)
- macOS: consistent normalization when searching for external files (#4016)
- macOS: don't change Space on quit in fullscreen (#3957)
- macOS: don't constrain window frame for fullscreen (#4044)
- macOS: don't init displaylink on reconfig (#4031)
- macOS: fix build on OS X 10.9 (#3946)
- macOS: fix color profile retrieval
- macOS: fix displaylink refresh rate retrieval
- macOS: fix dropping of files and URLs (#4036)
- macOS: fix handling of geometry option (#3867)
- macOS: fix unwanted behavior with window level other than the default
  (#1757, #1884)
- macOS: fix window size in certain circumstances
- macOS: properly recover from toggleFullscreen fail (#4035)
- osc: allow playlist buttons when looping (#4092)
- osc: bottom/topbar: clip title instead of stretching
- osc: bottombar/topbar: make chapter markers slightly bigger
- osc: box: clip with ellipsis after too much stretching
- osc: fix crashes related to field eventresponder being nil (#3210)
- player: add .scc subtitle extension
- stream_bluray: use proper 0-based index
- sub: remove .txt as text subtitle extension
- tv: fix segfaults on TV input (#4096)
- vaapi: set libva > 0.39.4 message callbacks to prevent it from printing
  messages to the terminal
- vd_lavc: improved fallback behavior for --hwdec=cuda (#3914)
- vdpau: reject decoding of non-4:2:0 (would decode to garbage)
- vf_lavfi: don't crash with VOs without hardware decoding support (#4064)
- vo_opengl, vo_opengl_cb: better hwdec interop backend selection
- vo_opengl: angle: rewrite with custom swap chain (fixes problems with
  e.g. 24 fps video on 24 Hz monitors, avoids problems with DirectComposition,
  enables "screenshot window" command on Windows 8 and newer)
- vo_opengl: partially fix rotation for 4:2:2 content
- vo_opengl: x11egl: fix alpha mode
- wayland: fix high CPU usage with mpv paused and visible
- ytdl_hook, edl: implement pseudo-DASH support
- ytdl_hook: add non-dash fallbacks to default formats
- ytdl_hook: fix opening hitbox.tv rtmp stream
- ytdl_hook: respect --no-audio, don't force-select track
- ytdl_hook: support livestream segmented DASH VODs
- ytdl_hook: support segmented dash

(leot)

2017-02-12 22:01:02 UTC pkgsrc-2016Q4 commitmail json YAML

pullups 5203 5205 5206 5210 5211

(spz)

2017-02-12 21:59:29 UTC pkgsrc-2016Q4 commitmail json YAML

Pullup ticket #5211 - requested by taca
net/bind99: security update

Revisions pulled up:
- net/bind99/Makefile                                          1.63
- net/bind99/distinfo                                          1.43

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Feb  9 00:50:15 UTC 2017

  Modified Files:
  pkgsrc/net/bind99: Makefile distinfo

  Log Message:
  Update bind99 to 9.9.9pl6 (BIND 9.9.9-P6).

  Security Fixes

        * If a server is configured with a response policy zone (RPZ) that
          rewrites an answer with local data, and is also configured for
          DNS64 address mapping, a NULL pointer can be read triggering a
          server crash. This flaw is disclosed in CVE-2017-3135. [RT #44434]
        * named could mishandle authority sections with missing RRSIGs,
          triggering an assertion failure. This flaw is disclosed in
          CVE-2016-9444. [RT #43632]
        * named mishandled some responses where covering RRSIG records were
          returned without the requested data, resulting in an assertion
          failure. This flaw is disclosed in CVE-2016-9147. [RT #43548]
        * named incorrectly tried to cache TKEY records which could trigger
          an assertion failure when there was a class mismatch. This flaw is
          disclosed in CVE-2016-9131. [RT #43522]
        * It was possible to trigger assertions when processing responses
          containing answers of type DNAME. This flaw is disclosed in
          CVE-2016-8864. [RT #43465]
        * It was possible to trigger an assertion when rendering a message
          using a specially crafted request. This flaw is disclosed in
          CVE-2016-2776. [RT #43139]
        * Calling getrrsetbyname() with a non- absolute name could trigger an
          infinite recursion bug in lwresd or named with lwres configured if,
          when combined with a search list entry from resolv.conf, the
          resulting name is too long. This flaw is disclosed in
          CVE-2016-2775. [RT #42694]

  Feature Changes

        * None.

  Porting Changes

        * None.

  Bug Fixes

        * A synthesized CNAME record appearing in a response before the
          associated DNAME could be cached, when it should not have been.
          This was a regression introduced while addressing CVE-2016-8864.
          [RT #44318]
        * Windows installs were failing due to triggering UAC without the
          installation binary being signed.
        * A race condition in rbt/rbtdb was leading to INSISTs being
          triggered.

  To generate a diff of this commit:
  cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/bind99/Makefile
  cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/bind99/distinfo

(spz)

2017-02-12 21:59:22 UTC pkgsrc-2016Q4 commitmail json YAML

Pullup ticket #5210 - requested by taca
net/bind910: security update

Revisions pulled up:
- net/bind910/Makefile                                          1.29
- net/bind910/distinfo                                          1.22

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Feb  9 00:48:59 UTC 2017

  Modified Files:
  pkgsrc/net/bind910: Makefile distinfo

  Log Message:
  Update bind910 to 9.10.4pl6 (BIND 9.10.4-P6).

  Security Fixes

        * If a server is configured with a response policy zone (RPZ) that
          rewrites an answer with local data, and is also configured for
          DNS64 address mapping, a NULL pointer can be read triggering a
          server crash. This flaw is disclosed in CVE-2017-3135. [RT #44434]
        * named could mishandle authority sections with missing RRSIGs,
          triggering an assertion failure. This flaw is disclosed in
          CVE-2016-9444. [RT #43632]
        * named mishandled some responses where covering RRSIG records were
          returned without the requested data, resulting in an assertion
          failure. This flaw is disclosed in CVE-2016-9147. [RT #43548]
        * named incorrectly tried to cache TKEY records which could trigger
          an assertion failure when there was a class mismatch. This flaw is
          disclosed in CVE-2016-9131. [RT #43522]
        * It was possible to trigger assertions when processing responses
          containing answers of type DNAME. This flaw is disclosed in
          CVE-2016-8864. [RT #43465]
        * Added the ability to specify the maximum number of records
          permitted in a zone (max-records #;). This provides a mechanism to
          block overly large zone transfers, which is a potential risk with
          slave zones from other parties, as described in CVE-2016-6170. [RT
          #42143]
        * It was possible to trigger an assertion when rendering a message
          using a specially crafted request. This flaw is disclosed in
          CVE-2016-2776. [RT #43139]
        * Calling getrrsetbyname() with a non absolute name could trigger an
          infinite recursion bug in lwresd or named with lwres configured if,
          when combined with a search list entry from resolv.conf, the
          resulting name is too long. This flaw is disclosed in
          CVE-2016-2775. [RT #42694]

  New Features

        * named now provides feedback to the owners of zones which have trust
          anchors configured (trusted-keys, managed-keys, dnssec-validation
          auto; and dnssec-lookaside auto;) by sending a daily query which
          encodes the keyids of the configured trust anchors for the zone.
          This is controlled by trust-anchor-telemetry and defaults to yes.
        * A new tcp-only option has been added to server clauses, to indicate
          that UDP should not be used when sending queries to a specified IP
          address or prefix.

  Feature Changes

        * The built in mangaged keys for the global root zone have been
          updated to include the upcoming key signing key (keyid 20326).
        * The ISC DNSSEC Lookaside Validation (DLV) service is scheduled to
          be disabled in 2017. A warning is now logged when named is
          configured to use this service, either explicitly or via
          dnssec-lookaside auto;. [RT #42207]
        * If an ACL is specified with an address prefix in which the prefix
          length is longer than the address portion (for example,
          192.0.2.1/8), named will now log a warning. In future releases this
          will be a fatal configuration error. [RT #43367]

  Bug Fixes

        * A synthesized CNAME record appearing in a response before the
          associated DNAME could be cached, when it should not have been.
          This was a regression introduced while addressing CVE-2016-8864.
          [RT #44318]
        * Named could deadlock there were multiple changes to NSEC/NSEC3
          parameters for a zone being processed at the same time. [RT #42770]
        * Named could trigger a assertion when sending notify messages. [RT
          #44019]
        * Fixed a crash when calling rndc stats on some Windows builds: some
          Visual Studio compilers generate code that crashes when the "%z"
          printf() format specifier is used. [RT #42380]
        * Windows installs were failing due to triggering UAC without the
          installation binary being signed.
        * A change in the internal binary representation of the RBT database
          node structure enabled a race condition to occur (especially when
          BIND was built with certain compilers or optimizer settings),
          leading to inconsistent database state which caused random
          assertion failures. [RT #42380]
        * Referencing a nonexistent zone in a response-policy statement could
          cause an assertion failure during configuration. [RT #43787]
        * rndc addzone could cause a crash when attempting to add a zone with
          a type other than master or slave. Such zones are now rejected. [RT
          #43665]
        * named could hang when encountering log file names with large
          apparent gaps in version number (for example, when files exist
          called "logfile.0", "logfile.1", and "logfile.1482954169"). This is
          now handled correctly. [RT #38688]
        * If a zone was updated while named was processing a query for
          nonexistent data, it could return out-of-sync NSEC3 records causing
          potential DNSSEC validation failure. [RT #43247]
        * named could crash when loading a zone which had RRISG records whose
          expiry fields were far enough apart to cause an integer overflow
          when comparing them. [RT #40571]
        * The arpaname and named-rrchecker commands were not installed into
          the correct prefix/bin directory. [RT #42910]
        * When receiving a response from an authoritative server with a TTL
          value of zero, named> will now only use that response once, to
          answer the currently active clients that were waiting for it.
          Previously, such response could be cached and reused for up to one
          second. [RT #42142]
        * named-checkconf now checks the rate-limit clause for correctness.
          [RT #42970]
        * Corrected a bug in the rndc control channel that could allow a read
          past the end of a buffer, crashing named. Thanks to Lian Yihan for
          reporting this error.

  Maintenance

        * The built-in root hints have been updated to include IPv6 addresses
          for B.ROOT-SERVERS.NET (2001:500:84::b), E.ROOT-SERVERS.NET
          (2001:500:a8::e) and G.ROOT-SERVERS.NET (2001:500:12::d0d).

  To generate a diff of this commit:
  cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/bind910/Makefile
  cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/bind910/distinfo

(spz)

2017-02-12 21:50:52 UTC MAIN commitmail json YAML

Updated graphics/dcraw to 9.27.0; graphics/ImageMagick6 to 6.9.7.7; graphics/pfstools to 2.0.5

(adam)

2017-02-12 21:50:17 UTC MAIN commitmail json YAML

Changes 2.0.5:
This is a bug fix release, addressing issues in Octave interface, newer compilers and with some HDR file formats.

(adam)

2017-02-12 21:41:52 UTC MAIN commitmail json YAML

2017-02-12 21:38:25 UTC pkgsrc-2016Q4 commitmail json YAML

Pullup ticket #5203 - requested by maya
lang/php70: build fix
lang/php71: build fix

Revisions pulled up:
- lang/php70/Makefile                                          1.5
- lang/php71/Makefile                                          1.6

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Sun Jan 22 11:37:29 UTC 2017

  Modified Files:
          pkgsrc/lang/php70: Makefile

  Log Message:
  php70: add workaround requested in PR pkg/51787, pcre-jit segfaults on
  non-amd64 (i386, SPARC - at least). disable it until PHP, add note that
  it's mostly relevant for PCRE1 8.38, so if PHP updates to PCRE2 as they
  plan, it will be irrelevant.

  >From Joern Clausen / cmb@php

  To generate a diff of this commit:
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/php70/Makefile

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Sun Jan 22 11:42:22 UTC 2017

  Modified Files:
          pkgsrc/lang/php71: Makefile

  Log Message:
  php71: add workaround requested in PR pkg/51787, pcre-jit segfaults on
  non-amd64 (i386, SPARC - at least). disable it until PHP, add note that
  it's mostly relevant for PCRE1 8.38, so if PHP updates to PCRE2 as they
  plan, it will be irrelevant.

  >From Joern Clausen / cmb@php

  To generate a diff of this commit:
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/php71/Makefile

(spz)

2017-02-12 20:28:23 UTC MAIN commitmail json YAML

Changes 9.27.0:
Added "-o 6" for ACES colorspace.
Copied color matrices from DNG Converter 9.5.1.
Support the Canon EOS 80D & IXUS 160, Fuji X-E2 & X-E2S & X-Pro2

(adam)

2017-02-12 18:57:21 UTC MAIN commitmail json YAML

Added textproc/verify-synopsis version 1.0

(wiz)

2017-02-12 18:57:10 UTC MAIN commitmail json YAML

+ verify-synopsis

(wiz)

2017-02-12 18:56:54 UTC MAIN commitmail json YAML

2017-02-12 15:28:37 UTC pkgsrc-2016Q4 commitmail json YAML

Pullup ticket #5206 - requested by bsiegert
sysutils/webmin: security update
sysutils/wbm-*: security update

Revisions pulled up:
- sysutils/wbm-apache/Makefile                                  1.12
- sysutils/wbm-apache/PLIST                                    1.10
- sysutils/wbm-apache/distinfo                                  1.10
- sysutils/wbm-at/Makefile                                      1.7
- sysutils/wbm-at/PLIST                                        1.7
- sysutils/wbm-at/distinfo                                      1.9
- sysutils/wbm-bandwidth/Makefile                              1.6
- sysutils/wbm-bandwidth/PLIST                                  1.7
- sysutils/wbm-bandwidth/distinfo                              1.9
- sysutils/wbm-bind8/Makefile                                  1.10
- sysutils/wbm-bind8/PLIST                                      1.11
- sysutils/wbm-bind8/distinfo                                  1.10
- sysutils/wbm-change-user/Makefile                            1.7
- sysutils/wbm-change-user/PLIST                                1.7
- sysutils/wbm-change-user/distinfo                            1.9
- sysutils/wbm-cluster-copy/Makefile                            1.8
- sysutils/wbm-cluster-copy/PLIST                              1.5
- sysutils/wbm-cluster-copy/distinfo                            1.9
- sysutils/wbm-cluster-cron/Makefile                            1.8
- sysutils/wbm-cluster-cron/PLIST                              1.6
- sysutils/wbm-cluster-cron/distinfo                            1.9
- sysutils/wbm-cluster-passwd/Makefile                          1.6
- sysutils/wbm-cluster-passwd/PLIST                            1.5
- sysutils/wbm-cluster-passwd/distinfo                          1.9
- sysutils/wbm-cluster-shell/Makefile                          1.7
- sysutils/wbm-cluster-shell/PLIST                              1.5
- sysutils/wbm-cluster-shell/distinfo                          1.9
- sysutils/wbm-cluster-useradmin/Makefile                      1.7
- sysutils/wbm-cluster-useradmin/PLIST                          1.5
- sysutils/wbm-cluster-useradmin/distinfo                      1.9
- sysutils/wbm-cluster-webmin/Makefile                          1.7
- sysutils/wbm-cluster-webmin/PLIST                            1.5
- sysutils/wbm-cluster-webmin/distinfo                          1.9
- sysutils/wbm-custom/Makefile                                  1.7
- sysutils/wbm-custom/PLIST                                    1.6
- sysutils/wbm-custom/distinfo                                  1.9
- sysutils/wbm-cyrus-imapd/Makefile                            1.12
- sysutils/wbm-dhcpd/Makefile                                  1.7
- sysutils/wbm-dhcpd/PLIST                                      1.7
- sysutils/wbm-dhcpd/distinfo                                  1.9
- sysutils/wbm-dovecot/Makefile                                1.7
- sysutils/wbm-dovecot/PLIST                                    1.7
- sysutils/wbm-dovecot/distinfo                                1.9
- sysutils/wbm-fetchmail/Makefile                              1.7
- sysutils/wbm-fetchmail/PLIST                                  1.7
- sysutils/wbm-fetchmail/distinfo                              1.9
- sysutils/wbm-file/Makefile                                    1.7
- sysutils/wbm-file/PLIST                                      1.7
- sysutils/wbm-file/distinfo                                    1.9
- sysutils/wbm-htaccess-htpasswd/Makefile                      1.6
- sysutils/wbm-htaccess-htpasswd/PLIST                          1.7
- sysutils/wbm-htaccess-htpasswd/distinfo                      1.9
- sysutils/wbm-inetd/Makefile                                  1.7
- sysutils/wbm-inetd/PLIST                                      1.8
- sysutils/wbm-inetd/distinfo                                  1.9
- sysutils/wbm-ipfilter/Makefile                                1.6
- sysutils/wbm-ipfilter/PLIST                                  1.4
- sysutils/wbm-ipfilter/distinfo                                1.10
- sysutils/wbm-ipfilter/patches/patch-ab                        1.8
- sysutils/wbm-ldap-useradmin/Makefile                          1.6
- sysutils/wbm-ldap-useradmin/PLIST                            1.7
- sysutils/wbm-ldap-useradmin/distinfo                          1.9
- sysutils/wbm-lpadmin/Makefile                                1.7
- sysutils/wbm-lpadmin/PLIST                                    1.7
- sysutils/wbm-lpadmin/distinfo                                1.9
- sysutils/wbm-mailboxes/Makefile                              1.7
- sysutils/wbm-mailboxes/PLIST                                  1.8
- sysutils/wbm-mailboxes/distinfo                              1.9
- sysutils/wbm-mount/Makefile                                  1.7
- sysutils/wbm-mount/PLIST                                      1.7
- sysutils/wbm-mount/distinfo                                  1.9
- sysutils/wbm-mysql/Makefile                                  1.7
- sysutils/wbm-mysql/PLIST                                      1.7
- sysutils/wbm-mysql/distinfo                                  1.9
- sysutils/wbm-net/Makefile                                    1.7
- sysutils/wbm-net/PLIST                                        1.9
- sysutils/wbm-net/distinfo                                    1.9
- sysutils/wbm-openslp/Makefile                                1.7
- sysutils/wbm-openslp/PLIST                                    1.6
- sysutils/wbm-openslp/distinfo                                1.9
- sysutils/wbm-passwd/Makefile                                  1.7
- sysutils/wbm-postfix/Makefile                                1.8
- sysutils/wbm-postfix/PLIST                                    1.7
- sysutils/wbm-postfix/distinfo                                1.9
- sysutils/wbm-postgresql/Makefile                              1.7
- sysutils/wbm-postgresql/PLIST                                1.9
- sysutils/wbm-postgresql/distinfo                              1.9
- sysutils/wbm-qmailadmin/Makefile                              1.7
- sysutils/wbm-qmailadmin/PLIST                                1.6
- sysutils/wbm-qmailadmin/distinfo                              1.9
- sysutils/wbm-quota/Makefile                                  1.7
- sysutils/wbm-quota/PLIST                                      1.6
- sysutils/wbm-quota/distinfo                                  1.9
- sysutils/wbm-sendmail/Makefile                                1.7
- sysutils/wbm-sendmail/PLIST                                  1.6
- sysutils/wbm-sendmail/distinfo                                1.9
- sysutils/wbm-shell/Makefile                                  1.7
- sysutils/wbm-shell/PLIST                                      1.6
- sysutils/wbm-shell/distinfo                                  1.9
- sysutils/wbm-sshd/Makefile                                    1.7
- sysutils/wbm-sshd/PLIST                                      1.7
- sysutils/wbm-sshd/distinfo                                    1.9
- sysutils/wbm-status/Makefile                                  1.7
- sysutils/wbm-status/PLIST                                    1.6
- sysutils/wbm-status/distinfo                                  1.9
- sysutils/wbm-syslog/Makefile                                  1.7
- sysutils/wbm-syslog/PLIST                                    1.6
- sysutils/wbm-syslog/distinfo                                  1.9
- sysutils/wbm-telnet/Makefile                                  1.7
- sysutils/wbm-telnet/PLIST                                    1.6
- sysutils/wbm-telnet/distinfo                                  1.9
- sysutils/wbm-time/Makefile                                    1.8
- sysutils/wbm-time/PLIST                                      1.7
- sysutils/wbm-time/distinfo                                    1.11
- sysutils/wbm-tunnel/Makefile                                  1.7
- sysutils/wbm-tunnel/PLIST                                    1.5
- sysutils/wbm-tunnel/distinfo                                  1.9
- sysutils/wbm-useradmin/Makefile                              1.7
- sysutils/wbm-useradmin/PLIST                                  1.7
- sysutils/wbm-useradmin/distinfo                              1.9
- sysutils/wbm-virtual-server/Makefile                          1.6
- sysutils/webmin/Makefile                                      1.45
- sysutils/webmin/PLIST                                        1.19
- sysutils/webmin/distinfo                                      1.22
- sysutils/webmin/patches/patch-aa                              1.9
- sysutils/webmin/patches/patch-ac                              1.6
- sysutils/webmin/patches/patch-ag                              1.5
- sysutils/webmin/version.mk                                    1.7
- sysutils/webmin/wbm.mk                                        1.13

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  mef
  Date:          Wed Feb  1 12:54:59 UTC 2017

  Modified Files:
          pkgsrc/sysutils/wbm-apache: Makefile
          pkgsrc/sysutils/wbm-at: Makefile
          pkgsrc/sysutils/wbm-bandwidth: Makefile
          pkgsrc/sysutils/wbm-bind8: Makefile
          pkgsrc/sysutils/wbm-change-user: Makefile
          pkgsrc/sysutils/wbm-cluster-copy: Makefile
          pkgsrc/sysutils/wbm-cluster-cron: Makefile
          pkgsrc/sysutils/wbm-cluster-passwd: Makefile
          pkgsrc/sysutils/wbm-cluster-shell: Makefile
          pkgsrc/sysutils/wbm-cluster-useradmin: Makefile
          pkgsrc/sysutils/wbm-cluster-webmin: Makefile
          pkgsrc/sysutils/wbm-custom: Makefile
          pkgsrc/sysutils/wbm-cyrus-imapd: Makefile
          pkgsrc/sysutils/wbm-dhcpd: Makefile
          pkgsrc/sysutils/wbm-dovecot: Makefile
          pkgsrc/sysutils/wbm-fetchmail: Makefile
          pkgsrc/sysutils/wbm-file: Makefile
          pkgsrc/sysutils/wbm-htaccess-htpasswd: Makefile
          pkgsrc/sysutils/wbm-inetd: Makefile
          pkgsrc/sysutils/wbm-ipfilter: Makefile
          pkgsrc/sysutils/wbm-ldap-useradmin: Makefile
          pkgsrc/sysutils/wbm-lpadmin: Makefile
          pkgsrc/sysutils/wbm-mailboxes: Makefile
          pkgsrc/sysutils/wbm-mount: Makefile
          pkgsrc/sysutils/wbm-mysql: Makefile
          pkgsrc/sysutils/wbm-net: Makefile
          pkgsrc/sysutils/wbm-openslp: Makefile
          pkgsrc/sysutils/wbm-passwd: Makefile
          pkgsrc/sysutils/wbm-postfix: Makefile
          pkgsrc/sysutils/wbm-postgresql: Makefile
          pkgsrc/sysutils/wbm-qmailadmin: Makefile
          pkgsrc/sysutils/wbm-quota: Makefile
          pkgsrc/sysutils/wbm-sendmail: Makefile
          pkgsrc/sysutils/wbm-shell: Makefile
          pkgsrc/sysutils/wbm-sshd: Makefile
          pkgsrc/sysutils/wbm-status: Makefile
          pkgsrc/sysutils/wbm-syslog: Makefile
          pkgsrc/sysutils/wbm-telnet: Makefile
          pkgsrc/sysutils/wbm-time: Makefile
          pkgsrc/sysutils/wbm-tunnel: Makefile
          pkgsrc/sysutils/wbm-useradmin: Makefile
          pkgsrc/sysutils/wbm-virtual-server: Makefile

  Log Message:
  Preparing update sysutils/wbm-* 1.600 to 1.831, remove PKGREVISION

  To generate a diff of this commit:
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/wbm-apache/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-at/Makefile
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-bandwidth/Makefile
  cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/wbm-bind8/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-change-user/Makefile
  cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/wbm-cluster-copy/Makefile
  cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/wbm-cluster-cron/Makefile
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-cluster-passwd/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-cluster-shell/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-cluster-useradmin/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-cluster-webmin/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-custom/Makefile
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/wbm-cyrus-imapd/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-dhcpd/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-dovecot/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-fetchmail/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-file/Makefile
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-htaccess-htpasswd/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-inetd/Makefile
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-ipfilter/Makefile
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-ldap-useradmin/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-lpadmin/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-mailboxes/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-mount/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-mysql/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-net/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-openslp/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-passwd/Makefile
  cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/wbm-postfix/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-postgresql/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-qmailadmin/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-quota/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-sendmail/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-shell/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-sshd/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-status/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-syslog/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-telnet/Makefile
  cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/wbm-time/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-tunnel/Makefile
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-useradmin/Makefile
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-virtual-server/Makefile

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  mef
  Date:          Wed Feb  1 13:00:44 UTC 2017

  Modified Files:
          pkgsrc/sysutils/wbm-apache: PLIST distinfo
          pkgsrc/sysutils/wbm-at: PLIST distinfo
          pkgsrc/sysutils/wbm-bandwidth: PLIST distinfo
          pkgsrc/sysutils/wbm-bind8: PLIST distinfo
          pkgsrc/sysutils/wbm-change-user: PLIST distinfo
          pkgsrc/sysutils/wbm-cluster-copy: PLIST distinfo
          pkgsrc/sysutils/wbm-cluster-cron: PLIST distinfo
          pkgsrc/sysutils/wbm-cluster-passwd: PLIST distinfo
          pkgsrc/sysutils/wbm-cluster-shell: PLIST distinfo
          pkgsrc/sysutils/wbm-cluster-useradmin: PLIST distinfo
          pkgsrc/sysutils/wbm-cluster-webmin: PLIST distinfo
          pkgsrc/sysutils/wbm-custom: PLIST distinfo
          pkgsrc/sysutils/wbm-dhcpd: PLIST distinfo
          pkgsrc/sysutils/wbm-dovecot: PLIST distinfo
          pkgsrc/sysutils/wbm-fetchmail: PLIST distinfo
          pkgsrc/sysutils/wbm-file: PLIST distinfo
          pkgsrc/sysutils/wbm-htaccess-htpasswd: PLIST distinfo
          pkgsrc/sysutils/wbm-inetd: PLIST distinfo
          pkgsrc/sysutils/wbm-ipfilter: PLIST distinfo
          pkgsrc/sysutils/wbm-ipfilter/patches: patch-ab
          pkgsrc/sysutils/wbm-ldap-useradmin: PLIST distinfo
          pkgsrc/sysutils/wbm-lpadmin: PLIST distinfo
          pkgsrc/sysutils/wbm-mailboxes: PLIST distinfo
          pkgsrc/sysutils/wbm-mount: PLIST distinfo
          pkgsrc/sysutils/wbm-mysql: PLIST distinfo
          pkgsrc/sysutils/wbm-net: PLIST distinfo
          pkgsrc/sysutils/wbm-openslp: PLIST distinfo
          pkgsrc/sysutils/wbm-postfix: PLIST distinfo
          pkgsrc/sysutils/wbm-postgresql: PLIST distinfo
          pkgsrc/sysutils/wbm-qmailadmin: PLIST distinfo
          pkgsrc/sysutils/wbm-quota: PLIST distinfo
          pkgsrc/sysutils/wbm-sendmail: PLIST distinfo
          pkgsrc/sysutils/wbm-shell: PLIST distinfo
          pkgsrc/sysutils/wbm-sshd: PLIST distinfo
          pkgsrc/sysutils/wbm-status: PLIST distinfo
          pkgsrc/sysutils/wbm-syslog: PLIST distinfo
          pkgsrc/sysutils/wbm-telnet: PLIST distinfo
          pkgsrc/sysutils/wbm-time: PLIST distinfo
          pkgsrc/sysutils/wbm-tunnel: PLIST distinfo
          pkgsrc/sysutils/wbm-useradmin: PLIST distinfo
          pkgsrc/sysutils/webmin: Makefile PLIST distinfo version.mk wbm.mk
          pkgsrc/sysutils/webmin/patches: patch-aa patch-ac patch-ag

  Log Message:
  Updated sysutils/webmin and wbm-* from 1.600 to 1.831
  --------------------------------------
  ---- Changes since 1.590 ----
  The titles for existing clone modules can now be changed on the Module
  Titles page.

  ---- Changes since 1.610 ----
  - Added a page for viewing and running Webmin scheduled functions.
  - Added a section to the Sending Email page to verify that the
    configured mail server settings work.

  ---- Changes since 1.620 ----
  Added a setting to the Web Server Options page to control if redirects
  use just a path, or the full URL.

  ---- Changes since 1.640 ----
  Actions on the Webmin Scheduled Functions page can now be clicked on
  to change the time the function runs at.

  ---- Changes since 1.650 ----
  Added an SSL option to use only ciphers with perfect forward secrecy.
  Added support for two-factor authentication using Authy or Google Authenticator.

  ---- Changes since 1.660 ----
  Updated the UI on several pages to use the standard Webmin library,
  for a more consistent look.

  ---- Changes since 1.730 ----
  Added an option to use an SSL connection when Webmin sends email, for
  connecting to remote mail servers like Gmail that don't allow
  unencrypted SMTP.

  ---- Changes since 1.770 ----
  An SSL certificate can now be requested from Let's Encrypt using a new
  tab on the SSL Encryption page.

  ---- Changes since 1.780 ----
  Added an option for automatically renewing Let's Encrypt certificates.
  If the Let's Encrypt client is not installed, Webmin will use its own
  built-in client code to request a certificate.

  ---- Changes since 1.800 ----
  Added an option to the logging page for sending Webmin action log
  messages via email.

  ---- Changes since 1.810 ----
  The Let's Encrypt key size can now be customized.
  When Perfect Forward Secrecy ciphers are selected, the required DH
  params file is now created and used by Webmin.

  To generate a diff of this commit:
  cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/wbm-apache/PLIST \
      pkgsrc/sysutils/wbm-apache/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-at/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-at/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-bandwidth/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-bandwidth/distinfo
  cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/wbm-bind8/PLIST
  cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/wbm-bind8/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-change-user/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-change-user/distinfo
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/wbm-cluster-copy/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-cluster-copy/distinfo
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-cluster-cron/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-cluster-cron/distinfo
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/wbm-cluster-passwd/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-cluster-passwd/distinfo
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/wbm-cluster-shell/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-cluster-shell/distinfo
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/wbm-cluster-useradmin/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-cluster-useradmin/distinfo
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/wbm-cluster-webmin/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-cluster-webmin/distinfo
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-custom/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-custom/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-dhcpd/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-dhcpd/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-dovecot/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-dovecot/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-fetchmail/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-fetchmail/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-file/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-file/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-htaccess-htpasswd/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-htaccess-htpasswd/distinfo
  cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/wbm-inetd/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-inetd/distinfo
  cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/wbm-ipfilter/PLIST
  cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/wbm-ipfilter/distinfo
  cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/wbm-ipfilter/patches/patch-ab
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-ldap-useradmin/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-ldap-useradmin/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-lpadmin/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-lpadmin/distinfo
  cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/wbm-mailboxes/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-mailboxes/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-mount/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-mount/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-mysql/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-mysql/distinfo
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-net/PLIST \
      pkgsrc/sysutils/wbm-net/distinfo
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-openslp/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-openslp/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-postfix/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-postfix/distinfo
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-postgresql/PLIST \
      pkgsrc/sysutils/wbm-postgresql/distinfo
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-qmailadmin/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-qmailadmin/distinfo
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-quota/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-quota/distinfo
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-sendmail/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-sendmail/distinfo
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-shell/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-shell/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-sshd/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-sshd/distinfo
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-status/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-status/distinfo
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-syslog/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-syslog/distinfo
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/wbm-telnet/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-telnet/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-time/PLIST
  cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/wbm-time/distinfo
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/wbm-tunnel/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-tunnel/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/wbm-useradmin/PLIST
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/wbm-useradmin/distinfo
  cvs rdiff -u -r1.44 -r1.45 pkgsrc/sysutils/webmin/Makefile
  cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/webmin/PLIST
  cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/webmin/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/webmin/version.mk
  cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/webmin/wbm.mk
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/webmin/patches/patch-aa
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/webmin/patches/patch-ac
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/webmin/patches/patch-ag

(spz)

2017-02-12 13:40:36 UTC pkgsrc-2016Q4 commitmail json YAML

Pullup ticket #5205 - requested by bsiegert
net/tcpdump: security update

Revisions pulled up:
- net/tcpdump/Makefile                                          1.43
- net/tcpdump/distinfo                                          1.25

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Thu Feb  2 18:08:29 UTC 2017

  Modified Files:
          pkgsrc/net/tcpdump: Makefile distinfo

  Log Message:
  tcpdump: update to 4.9.0

  fixes the most crazy number of buffer overflow CVEs in printing
  functions (41 of them).

  changelog
  Wednesday January 18, 2017 devel.fx.lebail%orange.fr@localhost
    Summary for 4.9.0 tcpdump release
      General updates:
      Improve separation frontend/backend (tcpdump/libnetdissect)
      Don't require IPv6 library support in order to support IPv6 addresses
      Introduce data types to use for integral values in packet structures
      Fix display of timestamps with -tt, -ttt and -ttttt options
      Fix some heap overflows found with American Fuzzy Lop by Hanno Boeck and others
          (More information in the log with CVE-2016-* and CVE-2017-*)
      Change the way protocols print link-layer addresses (Fix heap overflows
          in CALM-FAST and GeoNetworking printers)
      Pass correct caplen value to ether_print() and some other functions
      Fix lookup_nsap() to match what isonsap_string() expects
      Clean up relative time stamp printing (Fix an array overflow)
      Fix some alignment issues with GCC on Solaris 10 SPARC
      Add some ND_TTEST_/ND_TCHECK_ macros to simplify writing bounds checks
      Add a fn_printztn() which returns the number of bytes processed
      Add nd_init() and nd_cleanup() functions. Improve libsmi support
      Add CONTRIBUTING file
      Add a summary comment in all printers
      Compile with more warning options in devel mode if supported (-Wcast-qual, ...)
      Fix some leaks found by Valgrind/Memcheck
      Fix a bunch of de-constifications
      Squelch some Coverity warnings and some compiler warnings
      Update Coverity and Travis-CI setup
      Update Visual Studio files

      Frontend:
      Fix capsicum support to work with zerocopy buffers in bpf
      Try opening interfaces by name first, then by name-as-index
      Work around pcap_create() failures fetching time stamp type lists
      Fix a segmentation fault with 'tcpdump -J'
      Improve addrtostr6() bounds checking
      Add exit_tcpdump() function
      Don't drop CAP_SYS_CHROOT before chrooting
      Fixes issue where statistics not reported when -G and -W options used

      New printers supporting:
      Generic Protocol Extension for VXLAN (VXLAN-GPE)
      Home Networking Control Protocol (HNCP), RFCs 7787 and 7788
      Locator/Identifier Separation Protocol (LISP), type 3 and type 4 packets
      Marvell Extended Distributed Switch Architecture header (MEDSA)
      Network Service Header (NSH)
      REdis Serialization Protocol (RESP)

      Updated printers:
      802.11: Beginnings of 11ac radiotap support
      802.11: Check the Protected bit for management frames
      802.11: Do bounds checking on last_presentp before dereferencing it (Fix a heap overflow)
      802.11: Fix the radiotap printer to handle the special bits correctly
      802.11: If we have the MCS field, it's 11n
      802.11: Only print unknown frame type or subtype messages once
      802.11: Radiotap dBm values get printed as dB; Update a test output accordingly
      802.11: Source and destination addresses were backwards
      AH: Add a bounds check
      AH: Report to our caller that dissection failed if a bounds check fails
      AP1394: Print src > dst, not dst > src
      ARP: Don't assume the target hardware address is <= 6 octets long (Fix a heap overflow)
      ATALK: Add bounds and length checks (Fix heap overflows)
      ATM: Add some bounds checks (Fix a heap overflow)
      ATM: Fix an incorrect bounds check
      BFD: Update specification from draft to RFC 5880
      BFD: Update to print optional authentication field
      BGP: Add decoding of ADD-PATH capability
      BGP: Add support for the AIGP attribute (RFC7311)
      BGP: Print LARGE_COMMUNITY Path Attribute
      BGP: Update BGP numbers from IANA; Print minor values for FSM notification
      BOOTP: Add a bounds check
      Babel: Add decoder for source-specific extension
      CDP: Filter out non-printable characters
      CFM: Fixes to match the IEEE standard, additional bounds and length checks
      CSLIP: Add more bounds checks (Fix a heap overflow)
      ClassicalIPoATM: Add a bounds check on LLC+SNAP header (Fix a heap overflow)
      DHCP: Fix MUDURL and TZ options
      DHCPv6: Process MUDURL and TZ options
      DHCPv6: Update Status Codes with RFCs/IANA names
      DNS: Represent the "DNSSEC OK" bit as "DO" instead of "OK". Add a test case
      DTP: Improve packet integrity checks
      EGP: Fix bounds checks
      ESP: Don't use OpenSSL_add_all_algorithms() in OpenSSL 1.1.0 or later
      ESP: Handle OpenSSL 1.1.x
      Ethernet: Add some bounds checking before calling isoclns_print (Fix a heap overflow)
      Ethernet: Print the Length/Type field as length when needed
      FDDI: Fix -e output for FDDI
      FR: Add some packet-length checks and improve Q.933 printing (Fix heap overflows)
      GRE: Add some bounds checks (Fix heap overflows)
      Geneve: Fix error message with invalid option length; Update list option classes
      HNCP: Fix incorrect time interval format. Fix handling of IPv4 prefixes
      ICMP6: Fetch a 32-bit big-endian quantity with EXTRACT_32BITS()
      ICMP6: dagid is always an IPv6 address, not an opaque 128-bit string
      IGMP: Add a length check
      IP: Add a bounds check (Fix a heap overflow)
      IP: Check before fetching the protocol version (Fix a heap overflow)
      IP: Don't try to dissect if IP version != 4 (Fix a heap overflow)
      IP: Stop processing IPPROTO_ values once we hit IPPROTO_IPCOMP
      IPComp: Check whether we have the CPI before we fetch it (Fix a heap overflow)
      IPoFC: Fix -e output (IP-over-Fibre Channel)
      IPv6: Don't overwrite the destination IPv6 address for routing headers
      IPv6: Fix header printing
      IPv6: Stop processing IPPROTO_ values once we hit IPPROTO_IPCOMP
      ISAKMP: Clean up parsing of IKEv2 Security Associations
      ISOCLNS/IS-IS: Add support for Purge Originator Identifier (RFC6232) and test cases
      ISOCLNS/IS-IS: Don't overwrite packet data when checking the signature
      ISOCLNS/IS-IS: Filter out non-printable characters
      ISOCLNS/IS-IS: Fix segmentation faults
      ISOCLNS/IS-IS: Have signature_verify() do the copying and clearing
      ISOCLNS: Add some bounds checks
      Juniper: Make sure a Juniper header TLV isn't bigger than what's left in the packet (Fix a heap overflow)
      LLC/SNAP: With -e, print the LLC header before the SNAP header; without it, cut the SNAP header
      LLC: Add a bounds check (Fix a heap overflow)
      LLC: Clean up printing of LLC packets
      LLC: Fix the printing of RFC 948-style IP packets
      LLC: Skip the LLC and SNAP headers with -x for 802.11 and some other protocols
      LLDP: Implement IANA OUI and LLDP MUD option
      MPLS LSP ping: Update printing for RFC 4379, bug fixes, more bounds checks
      MPLS: "length" is now the *remaining* packet length
      MPLS: Add bounds and length checks (Fix a heap overflow)
      NFS: Add a test that makes unaligned accesses
      NFS: Don't assume the ONC RPC header is nicely aligned
      NFS: Don't overflow the Opaque_Handle buffer (Fix a segmentation fault)
      NFS: Don't run past the end of an NFSv3 file handle
      OLSR: Add a test to cover a HNA sgw case
      OLSR: Fix 'Advertised networks' count
      OLSR: Fix printing of smart-gateway HNAs in IPv4
      OSPF: Add a bounds check for the Hello packet options
      OSPF: Do more bounds checking
      OSPF: Fix a segmentation fault
      OSPF: Fix printing 'ospf_topology_values' default
      OTV: Add missing bounds checks
      PGM: Print the formatted IP address, not the raw binary address, as a string
      PIM: Add some bounds checking (Fix a heap overflow)
      PIMv2: Fix checksumming of Register messages
      PPI: Pass an adjusted struct pcap_pkthdr to the sub-printer
      PPP: Add some bounds checks (Fix a heap overflow)
      PPP: Report invalid PAP AACK/ANAK packets
      Q.933: Add a missing bounds check
      RADIUS: Add Value 13 "VLAN" to Tunnel-Type attribute
      RADIUS: Filter out non-printable characters
      RADIUS: Translate UDP/1700 as RADIUS
      RESP: Do better checking of RESP packets
      RPKI-RTR: Add a return value check for "fn_printn" call
      RPKI-RTR: Remove printing when truncated condition already detected
      RPL: Fix 'Consistency Check' control code
      RPL: Fix suboption print
      RSVP: An INTEGRITY object in a submessage covers only the submessage
      RSVP: Fix an infinite loop; Add bounds and length checks
      RSVP: Fix some if statements missing brackets
      RSVP: Have signature_verify() do the copying and clearing
      RTCP: Add some bounds checks
      RTP: Add some bounds checks, fix two segmentation faults
      SCTP: Do more bounds checking
      SFLOW: Fix bounds checking
      SLOW: Fix bugs, add checks
      SMB: Before fetching the flags2 field, make sure we have it
      SMB: Do bounds checks on NBNS resource types and resource data lengths
      SNMP: Clean up the "have libsmi but no modules loaded" case
      SNMP: Clean up the object abbreviation list and fix the code to match them
      SNMP: Do bounds checks when printing character and octet strings
      SNMP: Improve ASN.1 bounds checks
      SNMP: More bounds and length checks
      STP: Add a bunch of bounds checks, and fix some printing (Fix heap overflows)
      STP: Filter out non-printable characters
      TCP: Add bounds and length checks for packets with TCP option 20
      TCP: Correct TCP option Kind value for TCP Auth and add SCPS-TP
      TCP: Fix two bounds checks (Fix heap overflows)
      TCP: Make sure we have the data offset field before fetching it (Fix a heap overflow)
      TCP: Put TCP-AO option decoding right
      TFTP: Don't use strchr() to scan packet data (Fix a heap overflow)
      Telnet: Add some bounds checks
      TokenRing: Fix -e output
      UDLD: Fix an infinite loop
      UDP: Add a bounds check (Fix a heap overflow)
      UDP: Check against the packet length first
      UDP: Don't do the DDP-over-UDP heuristic check up front
      VAT: Add some bounds checks
      VTP: Add a test on Mgmt Domain Name length
      VTP: Add bounds checks and filter out non-printable characters
      VXLAN: Add a bound check and a test case
      ZeroMQ: Fix an infinite loop

  Tuesday October 25, 2016 mcr%sandelman.ca@localhost
    Summary for 4.8.1 tcpdump release
          Fix "-x" for Apple PKTAP and PPI packets
          Use PRIx64 to print a 64-bit number in hex.
          Printer for HNCP (RFCs 7787 and 7788).
          dagid is always an IPv6 address, not an opaque 128-bit string, and other fixes to RPL printer.
          RSVP: Add bounds and length checks
          OSPF: Do more bounds checking
          Handle OpenSSL 1.1.x.
          Initial support for the REdis Serialization Protocol known as RESP.
          Add printing function for Generic Protocol Extension for VXLAN
              draft-ietf-nvo3-vxlan-gpe-01
          Network Service Header: draft-ietf-sfc-nsh-01
          Don't recompile the filter if the new file has the same DLT.
          Pass an adjusted struct pcap_pkthdr to the sub-printer.
          Add three test cases for already fixed CVEs
              CVE-2014-8767: OLSR
              CVE-2014-8768: Geonet
              CVE-2014-8769: AODV
          Don't do the DDP-over-UDP heuristic first: GitHub issue #499.
          Use the new debugging routines in libpcap.
          Harmonize TCP source or destination ports tests with UDP ones
          Introduce data types to use for integral values in packet structures.
          RSVP: Fix an infinite loop
          Support of Type 3 and Type 4 LISP packets.
          Don't require IPv6 library support in order to support IPv6 addresses.
          Many many changes to support libnetdissect usage.
          Add a test that makes unaligned accesses: GitHub issue #478.
          add a DNSSEC test case: GH #445 and GH #467.
          BGP: add decoding of ADD-PATH capability
          fixes to LLC header printing, and RFC948-style IP packets ----------------------------------------------------------------------

  To generate a diff of this commit:
  cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/tcpdump/Makefile
  cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/tcpdump/distinfo

(spz)

2017-02-12 12:58:14 UTC MAIN commitmail json YAML

Add p5-Log-Any-[0-9]* on BUILD_DEPENDS+ for make test

(mef)

2017-02-12 11:08:13 UTC MAIN commitmail json YAML

Remove outdated master sites.

Remove NEW/ folder. We should only ever need / and /OLD/

(wiz)

2017-02-12 11:04:46 UTC MAIN commitmail json YAML

Remove obsolete master sites.

(wiz)

2017-02-12 10:48:55 UTC MAIN commitmail json YAML

Move pkgtools/pkg_comp to pkgtools/pkg_comp1.

This is to make room for pkg_comp 2.0, which is coming soon.  The new release
is significantly different from the 1.x series in features (supports multiple
platforms, bootstrap, and pbulk) but also comes with a different configuration
syntax.

(jmmv)

2017-02-12 10:29:04 UTC MAIN commitmail json YAML

Updated www/awstats to 7.6

(adam)

2017-02-12 10:27:41 UTC MAIN commitmail json YAML

Changes 7.6:
- Security fix: "|" not allowed into DirLang parameter.
- Security fix: More restrictive rule for using AWSTATS_ENABLE_CONFIG_DIR.
- Update robots database.
- Fix OS database.
- Update/fix of documentation.
- Add missing country flag for "el".
- Add partial support for pure-ftpd stats format in method field.
- Add support for macOS Sierra.
- Add web fonts to default NotPageList, add support for GPX and JSON files

(adam)

2017-02-12 10:26:41 UTC MAIN commitmail json YAML

+ libepoxy-1.4, libopenmpt-0.2.7561beta20.5, meld-3.17.0, mpv-0.24.0,
  py-anki2-2.0.42, py-flake8-3.3.0, py-test-runner-2.11.1,
  py-twisted-17.1.0, vim-8.0.0326, vim-share-8.0.0326, x264-devel-20170211.

(wiz)

2017-02-12 10:26:03 UTC MAIN commitmail json YAML

Import p5-Net-LDAP-SID-0.001 as devel/p5-Net-LDAP-SID.

METHODS
- new
  Constructor. Can pass either the binary or string representation of the SID.
- as_string
  Returns string representation of SID.
- as_binary
  Returns binary representation of SID.

(mef)

2017-02-12 07:36:27 UTC MAIN commitmail json YAML

Fix non-gtk3 (gtk2) packaging

(ryoon)

2017-02-12 06:52:24 UTC MAIN commitmail json YAML

Enable gdk-pixbuf2 module. Ride previous revbump

(ryoon)

2017-02-12 06:45:59 UTC MAIN commitmail json YAML

Updated misc/libreoffice to 5.3.0.3nb4

(ryoon)

2017-02-12 06:45:20 UTC MAIN commitmail json YAML

Disable the use of harfbuzz and graphite2 from pkgsrc. Bump PKGREVISION

(ryoon)

2017-02-12 06:27:04 UTC MAIN commitmail json YAML

FIx buildlink3.mk to remove graphite2 support

(ryoon)

2017-02-12 06:26:18 UTC MAIN commitmail json YAML

2017-02-12 05:12:33 UTC MAIN commitmail json YAML

Updated misc/ruby-ohai to 8.23.0

(mef)

2017-02-12 05:11:57 UTC MAIN commitmail json YAML

Updated misc/ruby-ohai to 8.23.0
--------------------------------
## [8.23.0](https://github.com/chef/ohai/tree/8.23.0) (2017-01-23)

**Implemented enhancements:**
- C Plugin: Expand GCC data & only shellout to gcc if Xcode is installed on macOS
- Improve debug logging in multiple plugins
- Detect guests running on Veertu hypervisor
- Properly detect Cumulus Linux platform / version
- Fetch AWS Account ID from metadata

**Fixed bugs:**
- Fix log level selection when running the ohai command
- updating cloud plugin to populate azure private_ip as it's currently nil

## [v8.22.1](https://github.com/chef/ohai/tree/v8.22.1) (2016-12-07)

**Implemented enhancements:**
- Pull the complete version string of Erlang
- Add sysconf plugin to expose system configuration variables

## [8.22.0](https://github.com/chef/ohai/tree/8.22.0) (2016-11-30)

**Implemented enhancements:**
- Detect the global zone of a Solaris system as a virt host even without guests
- Add new haskell language plugin
- Better handle errors in fetching the hostname on darwin (macOS) systems
- Prefer lsb_release tool to /etc/lsb-release data
- Extend set_attribute plugin helper method to set sub-attributes.

**Fixed bugs:**
- Rework / fix logic in the joyent plugin and improve specs
- Avoid  ip_scopes returning tunl/docker interfaces as privateaddress

(mef)

2017-02-12 04:02:22 UTC MAIN commitmail json YAML

Updated www/py-beautifulsoup4 to 4.5.3

(wen)

2017-02-12 04:01:39 UTC MAIN commitmail json YAML

Update to 4.5.3

Upstream changes:
= 4.5.3 (20170102) =

* Fixed foster parenting when html5lib is the tree builder. Thanks to
  Geoffrey Sneddon for a patch and test.

* Fixed yet another problem that caused the html5lib tree builder to
  create a disconnected parse tree. [bug=1629825]

= 4.5.2 (20170102) =

* Apart from the version number, this release is identical to
  4.5.3. Due to user error, it could not be completely uploaded to
  PyPI. Use 4.5.3 instead.

(wen)

2017-02-12 03:24:20 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types to 0.50

(wen)

2017-02-12 03:23:19 UTC MAIN commitmail json YAML

Update to 0.50

Upstream changes:
0.50      2017-02-07 18:59:30Z
        - reverted the is_Fo and to_Foo refactoring again temporarily to
          resolve issues with Sub::Defer

(wen)

2017-02-12 03:18:02 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 7.25

(wen)

2017-02-12 03:16:17 UTC MAIN commitmail json YAML

Update to 7.25

Upstream changes:
7.25  2017-02-09
  - Fixed cleanup bugs in Mojo::IOLoop::Stream.

7.24  2017-02-05
  - Added open method to Mojo::File.
  - Added tempfile function to Mojo::File.
  - Fixed bug in Mojo::Asset::File where the slurp method would not work
    correctly for very large files.

(wen)

2017-02-12 02:30:07 UTC MAIN commitmail json YAML

2017-02-12 02:16:27 UTC MAIN commitmail json YAML

Added mail/courier-unicode version 1.4

(mef)

2017-02-12 02:14:01 UTC MAIN commitmail json YAML

Import courier-unicode-1.4 as mail/courier-unicode.

This library implements several algorithms related to the Unicode Standard:
-  Look up uppercase, lowercase, and titlecase equivalents of a unicode
    character
-  Implementation of grapheme and work breaking rules
-  Implementation of line breaking rules
-  Several ancillary functions, like looking up the unicode character
    that corresponds to some HTML 4.0 entity (such as "&amp;", for example),
    and determining the normal width or a double-width status of a unicode
    character. Also, an adaptation of the iconv(3) API for this unicode
    library
-  Look up the Unicode script property
-  Look up the category property
This library also implements C++ bindings for these algorithms.

(mef)

2017-02-12 01:30:37 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 1.4.2nb1

(ryoon)

2017-02-12 01:29:30 UTC MAIN commitmail json YAML

Disable graphite2 support. Bump PKGREVISION

Enabling graphite2 causes segfault in graphics/librsvg
and SVG support in GTK2 is required for some packages.

(ryoon)

2017-02-12 01:01:30 UTC MAIN commitmail json YAML

Updated net/dante to 1.4.2

(mef)

2017-02-12 01:01:19 UTC MAIN commitmail json YAML

Updated net/dante to 1.4.2
--------------------------
***
***  Monday, February 6, 2017 -- Dante v1.4.2
***

o Support new version of libminiupnp.  Patch from Michele Testa
  <themike@libero.it.example.com>

o Fix memory bug in the client that would lead to a crash when resolving
  hostnames on certain platforms.

  Diagnosis and patch from Jeremie Courreges-Anglas
  <jca@wxcvbn.org.example.org>.  Thank you.

o A new environment variable has been added to aid application
  compatibility with socksify: SOCKS_FORCE_BLOCKING_CONNECT.

  See the socksify manpage for more information.

o Fixed bug in configure that broke compilation with rpmbuild on
  newer Linux versions. Multiple bug reports received, thanks
  to everyone that reported this problem.

o Add glibc-devel as Dante rpm requirement.  Requires entry for
  librt, used by socksify.  Suggested by <ealogar@gmail.com.example.com>.
  Also needed for libdl.so.

o Various NetBSD configure and server related fixes.
  Thanks to Anthony Howe <achowe@snert.com.example.com> for bug
  reports and testing.

o Corrected srchost values in examples/sockd.conf.
  Thanks to Danesh Pajoh, Babak <Babak.DaneshPajoh@gwl.ca.example.com>
  for bug report.

o Various build fixes, affecting RHEL 7 and potentially other platforms.
  Thanks to Thomas Petazzoni <thomas.petazzoni@free-electrons.com.example.com>
  for submitting related patch.

o Updates to hostid/TCP_IPA code to use newer API version.

o Added check for OpenBSD getpwnam_shadow().

o Added workaround for __FD_ELT() fortify related bug in recent glibc
  versions.

(mef)

2017-02-11 23:28:29 UTC MAIN commitmail json YAML

Updated net/gst-rtsp-server to 1.10.3

(prlw1)

2017-02-11 23:28:04 UTC MAIN commitmail json YAML

2017-02-11 22:27:49 UTC MAIN commitmail json YAML

Updated print/podofo to 0.9.5

(adam)

2017-02-11 22:27:00 UTC MAIN commitmail json YAML

PoDoFo 0.9.5 was released today, after over 6 months of development and with the help of many new contributors.

As there are so many improvements, patches and fixes that made it into this release, we are not able to list them, so please stick with the svn log.

(adam)

2017-02-11 21:13:54 UTC MAIN commitmail json YAML

Note update of www/lighttpd to 1.4.45nb1.

(he)

2017-02-11 21:13:08 UTC MAIN commitmail json YAML

2017-02-11 16:08:31 UTC MAIN commitmail json YAML

As macOS Sierra still ships with a broken "awk" and "sed" use the
pkgsrc variants as we do under Mac OS X El Capitan.

(tron)

2017-02-11 15:25:49 UTC MAIN commitmail json YAML

Updated sysutils/lsof to 4.89

(rodent)

2017-02-11 15:25:38 UTC MAIN commitmail json YAML

* The July 7, 2015 revision (4.89): corrects an error I made in applying a
  Solaris 11 patch; supports latest version of FreeBSD 11.0-CURRENT; adjusts
  for a missing bool typdef on i386 FreeBSD 10.0; fixes Linux UNIX socket
  search by name bug; adds Linux display of UNIX socket endpoint information;
  makes vm defintiions once again visible on FreeBSD 11.

(rodent)

2017-02-11 15:10:33 UTC MAIN commitmail json YAML

The checksum recorded for the ".tar.gz" file in this package doesn't match
the checksum on any of the master sites.

Fix thys by switching to the ".tar.xz" file which is smaller and provide a
correct checksum. I've compared the SHA256 checksum my copy of against the
one list in the file "sha256sums.asc" on the master site and they match.

(tron)

2017-02-11 14:25:56 UTC MAIN commitmail json YAML

Updated multimedia/bitstream to 1.2

(adam)

2017-02-11 14:24:37 UTC MAIN commitmail json YAML

Changes 1.2:
- Add partial support for ITU-T H.265
- Add support for DVB-VBI
- Add support for SCTE 104
- Add support for SMPTE 2010
- Add support for SMPTE RDD 08 (OP-47 subtitles)
- Add support for SMPTE 291
- Add support for SMPTE 337
- Add support for RFC 4175 video
- Add support for hbrmt 2022-6
- Add support for RTP RFC 2250
- Improve support of RTCP
- Fix character set for Chinese DVB strings
- Fix A/52 bitrate table

(adam)

2017-02-11 12:12:25 UTC MAIN commitmail json YAML

Add gtk3 (cairo-gtk3) option for seamonkey.
Default build is unchanged with gtk2 (cairo-gtk2)

(abs)

2017-02-11 12:12:02 UTC MAIN commitmail json YAML

Add gtk3 (cairo-gtk3) option for firefox.
Default build is unchanged with gtk2 (cairo-gtk2)

(abs)

2017-02-11 11:28:04 UTC MAIN commitmail json YAML

Updated math/p5-Math-BigInt to 1.999809
Updated math/p5-Math-BigInt-GMP to 1.6004
Updated math/p5-Math-GMP to 2.14
Updated math/p5-Math-MatrixReal to 2.13
Updated math/p5-Spreadsheet-Read to 0.69
Updated math/p5-Math-BaseCnv to 1.14

(mef)

2017-02-11 11:26:42 UTC MAIN commitmail json YAML

Updated math/p5-Math-BaseCnv 1.8 to 1.14
-----------------------------------------
- 1.14 G7UM6iSk Sat Jul 30 06:44:28:46 -0500 2016
      * synchronized README and Changes to updated POD

- 1.12 G7OMKBCn Sun Jul 24 20:11:12:49 -0500 2016
      * added digit set 'b96' as a reordering of 'asc'

- 1.10 G7OMF3ZT Sun Jul 24 15:03:35:29 -0500 2016
      * added new digit sets from Math::Base::Convert

      * switched all old hex() to distinct new heX() and updated POD to
      reflect

      * fixed META license to match POD and resolve issue:
      <HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=60122> (Thanks again
      xenoterracide.)

      * removed PT from VERSION to resolve issue:
      <HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=60275> (Thanks
      Alexandr.)

(mef)

2017-02-11 11:23:39 UTC MAIN commitmail json YAML

Updated math/p5-Spreadsheet-Read 0.66 to 0.69
----------------------------------------
0.69    - 02 Dec 2016, H.Merijn Brand
    * Several OO fixes, more tests, more docs

0.68    - 29 Nov 2016, H.Merijn Brand
    * List non-core modules/version used on very verbose in xlscat
    * Option to export all sheets in a spreadsheet to CSV (UTF-8 only)
    * Add OO interface
    * Feature: add new spreadsheets to existing book (even of different types)

0.67    - 17 Jun 2016, H.Merijn Brand
    * CPANTESTERS showed that some versions really messed op numeric/percentage

(mef)

2017-02-11 11:17:54 UTC MAIN commitmail json YAML

Updated math/p5-Math-MatrixReal to 2.13
---------------------------------------
Changes in v2.13 - Jonathan "Duke" Leto
September 2015
--------------------------
    * Fix bug where as_list() did not work correctly for non-square matrices.
      Reported by Elia Liiti辰inen in RT #116968

(mef)

2017-02-11 11:14:45 UTC MAIN commitmail json YAML

Updated math/p5-Math-GMP 2.11 to 2.14
-------------------------------------
2.14  2017-02-01 Shlomif
    - Hopefully fix the GPG signature.
        - https://rt.cpan.org/Ticket/Display.html?id=120062
        - Thanks to Pavel Mateja for the report.

2.13  2016-11-18 Shlomif
    - Fix the tests on older libgmps.
        - See https://rt.cpan.org/Ticket/Display.html?id=118816
        - Thanks to Hugo van der Sanden for the patches.
    - Refactoring of the test suite.

2.12  2016-11-09 Shlomif
    - Add support for testing methods that return lists.
    - Add broot, brootrem, bsqrtrem, is_perfect_power, is_perfect_square
        - Thanks to Hugo van der Sanden for the patches
        - https://rt.cpan.org/Ticket/Display.html?id=118677

(mef)

2017-02-11 11:09:26 UTC MAIN commitmail json YAML

Updated math/p5-Math-BigInt-GMP to 1.6004
-----------------------------------------
2017-02-05 v1.6004 pjacklam
* Fix typos in POD.
* Update link in SUPPORT section.
* Minor improvements to the documentation (POD).

(mef)

2017-02-11 11:06:22 UTC MAIN commitmail json YAML

Updated math/p5-Math-BigInt to 1.999809
---------------------------------------
2017-02-10 v1.999809 pjacklam

* When a new method is added to Math::BigInt or Math::BigFloat, and this new
  method requires a new backend library method, die with a suitable error
  message if the installed backend library does not support this new method.
  The error message says that the method requires a newer version of the
  backend library.

* Fix typos in Math::BigFloat and Math::BigInt.

* Add bfib() and blucas() to Math::BigInt. They return Fibonacci and Lucas
  numbers, respectively. The actual computation of the numbers is done by the
  backend library. Documented both methods in POD. Add test files bfib-mbi.t
  and blucas-mbi.t.

* Add _fib() and _lucas() to Math::BigInt::Lib. They return Fibonacci and
  Lucas numbers, respectively. Document both methods in POD. Add test files
  author-lib-arithmetic-unary-_fib.t and author-lib-arithmetic-unary-_lucas.t.

(mef)

2017-02-11 10:22:08 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2 to 2.8.11; multimedia/ffmpeg3 to 3.2.4; databases/postgresql92 to 9.2.20; databases/postgresql93 to 9.3.16; databases/postgresql94 to 9.4.11; databases/postgresql95 to 9.5.6; databases/postgresql96 to 9.6.2

(adam)

2017-02-11 10:18:53 UTC MAIN commitmail json YAML

The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months.

(adam)

2017-02-11 09:39:20 UTC MAIN commitmail json YAML

Updated print/mupdf to 1.10anb4

(leot)

2017-02-11 09:39:05 UTC MAIN commitmail json YAML

2017-02-11 09:21:02 UTC MAIN commitmail json YAML

version 2.8.11
- avcodec/h264_slice: Clear ref_counts on redundant slices
- lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid
- lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr
- avcodec/pictordec: Fix logic error
- avcodec/movtextdec: Fix decode_styl() cleanup
- lavf/matroskadec: fix is_keyframe for early Blocks
- configure: bump year
- avcodec/pngdec: Check trns more completely
- avcodec/interplayvideo: Move parameter change check up
- avcodec/mjpegdec: Check for for the bitstream end in mjpeg_decode_scan_progressive_ac()
- avformat/flacdec: Check avio_read result when reading flac block header.
- avcodec/utils: correct align value for interplay
- avcodec/vp56: Check for the bitstream end, pass error codes on
- avcodec/mjpegdec: Check remaining bitstream in ljpeg_decode_yuv_scan()
- avcodec/pngdec: Fix off by 1 size in decode_zbuf()
- avformat/avidec: skip odml master index chunks in avi_sync
- avcodec/mjpegdec: Check for rgb before flipping
- avutil/random_seed: Reduce the time needed on systems with very low precision clock()
- avutil/random_seed: Improve get_generic_seed() with higher precision clock()
- avformat/utils: Print verbose error message if stream count exceeds max_streams
- avformat/options_table: Set the default maximum number of streams to 1000
- avutil: Add av_image_check_size2()
- avformat: Add max_streams option
- avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be allocated
- avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory()
- avformat/oggdec: Skip streams in duration correction that did not had their duration set.
- avcodec/ffv1enc: Fix size of first slice
- pgssubdec: reset rle_data_len/rle_remaining_len on allocation error

(adam)

2017-02-11 09:12:42 UTC MAIN commitmail json YAML

version 3.2.4:
- avcodec/h264_slice: Clear ref_counts on redundant slices
- lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid
- lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr
- avcodec/pictordec: Fix logic error
- ffserver_config: Setup codecpar in add_codec()
- Changelog: fix typos

(adam)

2017-02-11 09:05:42 UTC MAIN commitmail json YAML

Updated multimedia/mpv to 0.23.0nb5

(leot)

2017-02-11 09:05:27 UTC MAIN commitmail json YAML

mpv needs devel/libiconv too
Bump PKGREVISION

Pointed out by <sevan>'s FreeBSD 10.3 bulk build

(leot)

2017-02-11 08:49:09 UTC MAIN commitmail json YAML

Updated misc/libreoffice to 5.3.0.3nb3

(ryoon)

2017-02-11 08:48:44 UTC MAIN commitmail json YAML

Use harfbuzz with graphite2 support from pkgsrc. Bump PKGREVISION

(ryoon)

2017-02-11 08:44:41 UTC MAIN commitmail json YAML

Updated graphics/librsvg to 2.40.15nb3

(ryoon)

2017-02-11 08:44:09 UTC MAIN commitmail json YAML

Disable gdk-pixbuf2 module to avoid segfault from gdk-pixbuf-query-loaders
on NetBSD/amd64 current at least.

Bump PKGREVISION.

(ryoon)

2017-02-11 08:27:58 UTC MAIN commitmail json YAML

Updated www/firefox to 51.0.1nb2

(ryoon)

2017-02-11 08:27:33 UTC MAIN commitmail json YAML

Remove assert to enable alsa-plugins-oss audio playback. Bump PKGREVISION

Your NetBSD system should have ~/.asoundrc like as follows.
However OSS audio playback is not ver stable.

pcm.oss {
type oss
device /dev/audio
}

pcm.!default {
type plug
slave {
pcm oss
format S16_LE
}
}

ctl.!default {
        type oss
        device /dev/mixer
}

(ryoon)

2017-02-11 08:10:52 UTC MAIN commitmail json YAML

Updated mail/thunderbird-l10n to 45.7.0

(ryoon)

2017-02-11 08:10:28 UTC MAIN commitmail json YAML

2017-02-11 08:09:44 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 45.7.0

(ryoon)

2017-02-11 08:09:08 UTC MAIN commitmail json YAML

Update to 45.7.0

Changelog:
    Fixed Message preview pane non-functional after IMAP folder was renamed or moved
    Fixed "Move To" button on "Search Messages" panel not working
    Fixed Message sent to "undisclosed recipients" shows no recipient (non-functional since Thunderbird version 38)
    Fixed Calendar: No way to accept/decline email invitations when sent and received messages are stored in the same folder
    Fixed Various security fixes

Security fixes:
#CVE-2017-5375: Excessive JIT code allocation allows bypass of ASLR and DEP
#CVE-2017-5376: Use-after-free in XSL
#CVE-2017-5378: Pointer and frame data leakage of Javascript objects
#CVE-2017-5380: Potential use-after-free during DOM manipulations
#CVE-2017-5390: Insecure communication methods in Developer Tools JSON viewer
#CVE-2017-5396: Use-after-free with Media Decoder
#CVE-2017-5383: Location bar spoofing with unicode characters
#CVE-2017-5373: Memory safety bugs fixed in Thunderbird 45.7

(ryoon)

2017-02-11 07:25:43 UTC MAIN commitmail json YAML

Updated devel/nss to 3.29

(ryoon)

2017-02-11 07:24:55 UTC MAIN commitmail json YAML

Update to 3.29

Changelog:
Notable Changes:
================
* Fixed a NSS 3.28 regression in the signature scheme flexibility that
causes connectivity issues between iOS 8 clients and NSS servers with ECDSA
certificates (bug1334114
<https://bugzilla.mozilla.org/show_bug.cgi?id=1334114>).

(ryoon)

2017-02-11 02:52:23 UTC MAIN commitmail json YAML

Updated net/bing to 1.1.3

(mef)

2017-02-11 02:51:53 UTC MAIN commitmail json YAML

Updated net/bing to 1.0.4 to 1.1.3
----------------------------------
Release 1.1.3:
- The RTT measurement on Win32 is now on a par with that of Unix, i.e.
  the precision is in the order of 10 microseconds.
- bing has been made more portable. You should have fewer problems
  compiling bing 1.1.3 on your platform.
- bing now displays Mbps or Kbps as most sensible.

Release 1.1.2:
- All the icmp specific code has been put in the "mod_icmp" module.
  The bing core accesses this code via the interface defined in
  "mod_icmp.h".
- The files layout has been modified to accomodate the Unix/Win32
  duality. This layout is not yet really satisfactory.
- The code has been "cleaned". The process if far from being
  finished yet (imho).
- Pierre added two options '-u' and 'f'
- bing now supports multiple hosts on the command line, not only two.
- Also read the ChangeLog.

(mef)

2017-02-11 02:30:07 UTC MAIN commitmail json YAML

2017-02-11 02:29:48 UTC MAIN commitmail json YAML

Updated net/bird{,6} 1.4.5 to 1.6.3
-----------------------------------
Version 1.6.3 (2016-12-21)
  o Large BGP communities
  o BFD authentication (MD5, SHA1)
  o SHA1 and SHA2 authentication for RIP and OSPF
  o Improved documentation
  o Several bug fixes

Version 1.6.2 (2016-09-29)
  o Fixes serious bug introduced in the previous version

Version 1.6.1 (2016-09-22)
  o Support for IPv6 ECMP
  o Better handling of IPv6 tentative addresses
  o Several updates and fixes in Babel protocol
  o Filter: New !~ operator
  o Filter: ASN ranges in bgpmask
  o KRT: New kernel protocol option 'metric'
  o KRT: New route attribute 'krt_scope'
  o Improved BIRD help messages
  o Fixes memory leak in BGP multipath
  o Fixes handling of empty path segments in BGP AS_PATH
  o Several bug fixes

Version 1.6.0 (2016-04-29)
  o Major RIP protocol redesign
  o New Babel routing protocol
  o BGP multipath support
  o KRT: Add support for plenty of kernel route metrics
  o KRT: Allow more than 256 routing tables
  o Static: Allow to specify attributes for static routes
  o Static: Support for BFD controlled static routes
  o FreeBSD: Setup password for BGP MD5 authentication
  o IO: Remove socket number limit
  o Plenty of bug fixes

  Upgrade notes:

  For RIP, most protocol options were moved to interface blocks.

Version 1.5.0 (2015-04-20)
  o Major OSPF protocol redesign.
  o OSPFv2 multi-instance extension (RFC 6549).
  o BGP AS-wide unique router ID (RFC 6286).
  o BGP enhanced route refresh (RFC 7313).
  o Link state support in BGP.
  o Latency tracking and internal watchdog.
  o Uses high port range for BFD on BSD.
  o Increase max symbol length to 64.
  o Allows to define unnamed protocols from templates.
  o Fixes two serious bugs in BGP.
  o Several bugfixes and minor improvements.
  o Several minor option changes:
    - OSPF: Protocol-wide 'instance id' option added.
    - BGP: Parameters to option 'neighbor' extended.
    - BGP: Separate option 'interface' added.
    - BGP: Option 'start delay time' renamed to 'connect delay time'.
    - BGP: Option 'route limit' deprecated.

  Upgrade notes:

  For OSPF, there are deep internal changes, but user-visible changes
  are limited to log messages and minor changes in formatting of command
  output.

  For BGP, version 1.5.0 is essentially a minor release. There are two
  deprecated options ('start delay time' and 'route limit') and some
  minor formatting changes.

(mef)

2017-02-11 02:11:42 UTC MAIN commitmail json YAML

Updated net/arping to 2.18

(mef)

2017-02-11 02:11:31 UTC MAIN commitmail json YAML

Update net/arping to 2.18.
--------------------------
Explicit ChangeLog not found, but diff between source may say
following changes.
2.17
----
  usage: arping [ -0aAbdDeFpPqrRuUv ] [ -w <us> ]

  -w    Time to wait between pings, in microseconds.
  -W    Same as -w, but in floating point seconds.
2.18
----
  usage: arping [ -0aAbdDeFpPqrRuUv ] [ -w <sec> ]

  -w sec Specify a timeout before ping exits regardless of how many
    packets have been sent or received.
  -W sec Time to wait between pings.

(mef)

2017-02-11 02:08:31 UTC MAIN commitmail json YAML

Added devel/radamsa version 0.5

(kamil)

2017-02-11 02:08:16 UTC MAIN commitmail json YAML

Import radamsa-0.5 as devel/radamsa.

Radamsa is a test case generator for robustness testing, a.k.a. a fuzzer. It is
typically used to test how well a program can withstand malformed and
potentially malicious inputs. It works by reading sample files of valid data
and generating interestringly different outputs from them. The main selling
points of radamsa are that it has already found a slew of bugs in programs that
actually matter, it is easily scriptable and easy to get up and running.

(kamil)

2017-02-11 01:41:43 UTC MAIN commitmail json YAML

Added lang/owl-lisp version 0.1.13

(kamil)

2017-02-11 01:40:27 UTC MAIN commitmail json YAML

Import owl-lisp-0.1.13 as lang/owl-lisp.

Owl Lisp is a purely functional dialect of Scheme. It is based on the
applicable subset of R7RS standard, extending it mainly with threads and data
structures necessary for purely functional operation. Owl can be used on most
UNIX-like systems, such as Linux, BSDs and OS X. Programs are typically
compiled via C to standalone binaries, so Owl isn't needed to run programs
written in it.

Owl project originally got started both as an attempt to extend R5RS Scheme
with some necessary features, such as threads and modules, and as an experiment
on how being purely functional influences the runtime and use of an applicative
order purely functional language. While things have been added to Scheme, Owl
tries to keep the core language as simple as possible.

Implementationwise the goal was to get a small portable system which could be
used to ship programs easily. This is currently accomplished by using a small
register-based virtual machine, which can be extended with program-specific
instructions to reduce interpretive overhead.

(kamil)

2017-02-11 01:35:43 UTC MAIN commitmail json YAML

Updated devel/ropper to 1.10.10

(mef)

2017-02-11 01:35:27 UTC MAIN commitmail json YAML

Updated devel/ropper 1.9.5 to 1.10.10
  (compiled from github commit log with tag: line)
-------------------------------------
(v1.10.9) Merge pull request #46 from sashs/dev @Sascha Schirra
(v1.10.8) Merge pull request #44 from sashs/dev @Sascha Schirra
(v1.10.6) Bugfix: 'str' object has no attribute 'dataDirectory' @Sascha Schirra
(v1.10.5) Merge pull request #41 from sashs/dev @Sascha Schirra
(v1.10.4) cache implementation changed @Sascha Schirra
(v1.10.2) Merge pull request #30 from sashs/dev @Sascha Schirra
(v1.10.1) version and description changed @Sascha Schirra
(v1.10.0) Bugfix: crash when try to print stack_pivots and no gadgets are loaded @Sascha Schirra
(v1.9.11) Merge pull request #29 from sashs/dev @Sascha Schirra

(mef)

2017-02-11 00:29:52 UTC MAIN commitmail json YAML

Updated devel/reposurgeon to 3.41

(mef)

2017-02-11 00:29:37 UTC MAIN commitmail json YAML

Updated devel/reposurgeon to 3.41
---------------------------------
3.41: 2016-02-10::
    Fix fatal error in reposurgeon version command (introduced in 3.40).
    In repocutter, the pathrename command now hacks svn:mergeinfo properties.
    'split' adds a ".split" suffix to any legacy ID in the new commit.
    More control over prefix stripping in the "path sup" command.
    Add --notagify option to expunge command.
    Repair implementation of "split at".
    Add "tag create" command.

(mef)

2017-02-10 23:11:18 UTC MAIN commitmail json YAML

Updated math/R-quantreg to 5.29

(mef)

2017-02-10 23:11:05 UTC MAIN commitmail json YAML

Updated math/R-quantreg  5.21 to 5.29
-------------------------------------
  From: https://cran.r-project.org/web/packages/quantreg/ChangeLog
5.21

1.  Allowed ... to be passed in plot.summary.crqs.

2.  Fixed namespace bug in dynrq, and added an Edgeworth wacky AR(1) example
to dynrq.Rd.

3.  Fixed rqss bug about length of residual vector

5.23

1.  Added a "cluster" option for summary.rq() when using the bootstrap option
this option implements the wild gradient bootstrap method of Hagemann (2016).
See boot.rq for further details.  [Needs further testing.]

2.  Added a sfn method for rq models, and in the process modified somewhat
the return object for both rq.fit.sfn and rq.fit.sfnc so that it is compatible
with other rq.fit objects.

5.24

1.  Reverted to the old fortran versions of srqfn.f and srqfnc.f, ie removed
Martin Maechler's C versions, in preparation for some new sparse forms of the
bootstrapping functions.  Made a couple of slight changes in the return object
for these functions.

2.  Fixed a sihttps://cran.r-project.org/web/packages/quantreg/ChangeLoggn error in the cluster option pointed out in an email of
Andreas on May 9 2016.

3.  Added jackknife option to boot.rq for the proposal of Portnoy.

4.  Adapted boot.rq and friends so that when there are multiple taus
summary.rqs reuses the same randomization  for each of the taus to facilitate
joint inference with the bootstrap realizations.

5.25

1.  When method = "sfn"  store model$x in sparse form.  Then when
bootstrapping use method = "sfn" rather than the usual "br" method.

2.  When using the "cluster" option for bootstrap allow "sfn" as above.

3.  When na.action = "omit"  and length(fit$na.action) > 0, then omit
these values from the strata indicator "cluster".  This would seem to
help bring together the survey package and quantreg as desired by
email correspondance with donald706.

5.26

1.  Fixed long line per Kurt's suggestion.

2.  Added some comments about method "sfn" in the man page for rq.

5.27

1.  removed lines that cat'd taus from rqprocess in the khmal.R

2.  fixed environment problem in nlrq, according to suggestion of
Vaidotas Zemlys-Balevicius email August 9 2016.

5.28

1.  Cleaned up the fortran source a bit in accordance with Kurt's mandate
of late August 2016.  There are still some offensive items mainly in crq.f
that should be dealt with, but I wasn't able to dig into this at the moment.

(mef)

2017-02-10 23:03:20 UTC MAIN commitmail json YAML

Updated lang/lua53 to version 5.3.4.

(alnsn)

2017-02-10 23:01:49 UTC MAIN commitmail json YAML

Update lang/lua53 to version 5.3.4.

Lua 5.3.4 fixes all bugs listed in
        http://www.lua.org/bugs.html#5.3.3

1. Expression list with four or more expressions in a 'for' loop can crash
  the interpreter.
  reported by Marco Scho:pl on 17 Jun 2016. existed since 5.2. fixed in 5.3.4.

2. Checking a format for os.date may read pass the format string.
  reported by Nagaev Boris on 10 Jul 2016. existed since 5.3.3. fixed in 5.3.4.

3. Lua can generate wrong code in functions with too many constants.
  reported by Marco Scho:pl on 17 Jul 2016. existed since 5.3.3. fixed in 5.3.4.

4. When a coroutine tries to resume a non-suspended coroutine, it can do some
  mess (and break C assertions) before detecting the error.
  reported by Marco Scho:pl on 20 Jul 2016. fixed in 5.3.4.

Lua 5.3.4 also contains several internal improvements and
includes a revised reference manual:
http://www.lua.org/manual/5.3/

(alnsn)

2017-02-10 22:58:42 UTC MAIN commitmail json YAML

Updated net/p5-Nmap-Parser to 1.330

(mef)

2017-02-10 22:58:30 UTC MAIN commitmail json YAML

Updated net/p5-Nmap-Parser to 1.330
-----------------------------------
Changes for 1.33
    - Add tcp_port_state_ttl() function for export from nmap xml results. Thanks to @matrix.
    - Document fixes thanks to @zOrg1331

Changes for 1.32
    - Updated website: https://github.com/modernistik/Nmap-Parser
    - Eliminate global variables %D - thanks to bonsaiviking

(mef)

2017-02-10 20:10:31 UTC MAIN commitmail json YAML

Updated www/cgit to 1.1

(roy)

2017-02-10 20:10:15 UTC MAIN commitmail json YAML

Update to cgit-1.1.
Changes include:

* Single-child trees are now elided into single links. Instead of having to
  click through depths of links, now a single link will to to the maximum
  point of depth.

* Continuing our commitment to supporting kernel.org, we've adopted some of
  their style changes in our CSS, now allowing for colored even/odd table rows
  with a nice hover effect.

* Snapshot name prettification is now consistent, so that the 'v' prefix
  stripping only occurs when it won't create any collisions. This is a slight
  change of behavior, but I imagine cases of folks relying on the old broken
  behavior are few and far between.

* We now use Git 2.10.2 internally, which has brought with it numerous
  cleanups and a gradual shift away from 20 byte uchar arrays and toward the
  newer "object_id" structure.

(roy)

2017-02-10 19:59:50 UTC MAIN commitmail json YAML

Correct directory name of gperftools docs

(minskim)

2017-02-10 11:01:48 UTC MAIN commitmail json YAML

Add buildlink support.
This will aid subsequent module builds

(cherry)

2017-02-10 10:39:23 UTC MAIN commitmail json YAML

Note update of comms/conserver8 to 8.2.1nb4.

(he)

2017-02-10 10:38:42 UTC MAIN commitmail json YAML

Um, need bsd.prefs.mk before testing ${OPSYS}.

(he)

2017-02-10 10:35:06 UTC MAIN commitmail json YAML

Don't enable the inet6 option on the various BSDs, since their stack
require separate inet6 and inet sockets, and conserver as of 8.2.1
doesn't do that.
Bump PKGREVISION.

(he)

2017-02-10 08:41:25 UTC MAIN commitmail json YAML

Enable build of ssl_crtd if ssl option selected. This is required for dynamic
certificate generation when using SSL Bump.
http://wiki.squid-cache.org/ConfigExamples/Intercept/SslBumpExplicit

(sborrill)