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 (8m)  pkgsrc-2024Q1 (20d)  pkgsrc-2023Q4 (66d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (178d) 

2024-06-06 15:02:51 UTC Now

2018-03-06 08:34:07 UTC MAIN commitmail json YAML

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

(adam)

2018-03-06 08:33:36 UTC MAIN commitmail json YAML

py-test: updated to 3.4.2

Pytest 3.4.2:

Bug Fixes
Removed progress information when capture option is no.
Refactor check of bindir from exists to isdir.
Fix TypeError issue when using approx with a Decimal value.
Fix reference cycle generated when using the request fixture.
[tool:pytest] sections in *.cfg files passed by the -c option are now properly recognized.

Improved Documentation
Add logging plugin to plugins list.

Trivial/Internal Changes
Fix minor typo in fixture.rst

(adam)

2018-03-06 08:06:37 UTC MAIN commitmail json YAML

py-hypothesis: updated to 3.48.1

3.48.1:
This patch will minimize examples that would come out non-minimal in previous versions.

(adam)

2018-03-06 08:03:53 UTC MAIN commitmail json YAML

Updated devel/py-flake8-import-order, devel/py-freezegun

(adam)

2018-03-06 08:02:55 UTC MAIN commitmail json YAML

py-freezegun: updated to 0.3.10

0.3.10:
* Performance improvements
* Coroutine support

(adam)

2018-03-06 08:00:23 UTC MAIN commitmail json YAML

py-flake8-import-order: updated to 0.17.1

0.17.1:
Rebuild of 0.17 with the latest setuptools to fix an enum34 dependency bug.

(adam)

2018-03-06 01:44:04 UTC MAIN commitmail json YAML

doc: Updated math/R to 3.4.3nb2

(minskim)

2018-03-06 01:43:44 UTC MAIN commitmail json YAML

math/R: Use the Accelerate framework if it is available

This package was already using libblas from the Accelerate framework
on Darwin through /usr/lib/libblas.dylib. This change makes it
explicit and removes unnecessary dependencies on math/blas and
math/lapack.

Bump PKGREVISION.

(minskim)

2018-03-05 21:18:12 UTC MAIN commitmail json YAML

2018-03-05 21:17:08 UTC MAIN commitmail json YAML

2018-03-05 16:57:43 UTC MAIN commitmail json YAML

doc: Added math/R-emdbook version 1.3.9

(minskim)

2018-03-05 16:57:38 UTC MAIN commitmail json YAML

math/Makefile: Add R-emdbook

(minskim)

2018-03-05 16:57:36 UTC MAIN commitmail json YAML

math/R-emdbook: Import version 1.3.9

Auxiliary functions and data sets for "Ecological Models and Data", a
book presenting maximum likelihood estimation and related topics for
ecologists.

(minskim)

2018-03-05 16:56:36 UTC MAIN commitmail json YAML

doc: Added math/R-bbmle version 1.0.20

(minskim)

2018-03-05 16:56:29 UTC MAIN commitmail json YAML

math/Makefile: Add R-bbmle

(minskim)

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

math/R-bbmle: Import version 1.0.20

Methods and functions for fitting maximum likelihood models in R. This
package modifies and extends the 'mle' classes in the 'stats4'
package.

(minskim)

2018-03-05 16:52:21 UTC MAIN commitmail json YAML

doc: Added math/R-numDeriv version 2016.8.1

(minskim)

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

math/Makefile: Add R-numDeriv

(minskim)

2018-03-05 16:52:14 UTC MAIN commitmail json YAML

math/R-numDeriv: Import version 2016.8.1

Methods for calculating (usually) accurate numerical first and second
order derivatives. Accurate calculations are done using 'Richardson窶捏'
extrapolation or, when applicable, a complex step derivative is
available. A simple difference method is also provided. Simple
difference is (usually) less accurate but is much quicker than
'Richardson窶捏' extrapolation and provides a useful cross-check.
Methods are provided for real scalar and vector valued functions.

(minskim)

2018-03-05 14:13:56 UTC MAIN commitmail json YAML

Updated www/py-django-photologue

(adam)

2018-03-05 14:13:22 UTC MAIN commitmail json YAML

py-django-photologue: updated to 3.8.1

3.8.1:
- Admin thumbnails were not displaying correctly.

3.8:
- Added support for Django 2.0.
- Dropped support for Django 1.8 and 1.10.
- Did not really work with Django 1.11 - sortedm2m library was broken. Upgraded sortedm2m and it now works with 1.11.
- New translation for Ukranian; updated translation for Spanish.
- Fixed template tag that was broken in Django 1.11.

3.7:
- Now works with Django 1.11. Deprecated support for Django 1.9.
- Fixed the management commands to work in the latest versions of Django.
- Fixed an issue with some photo sizes not being created.
- Updated translations for French and Basque.

3.6:
- Now works with Django 1.10 (to be precise: Photologue worked, but the unit tests did not).
- Updated urlpatterns in docs, tests and example project for Django 1.8+
- Enhance Python 2.7 EXIF info.
- Updated docs (contributed by lizwalsh).
- Fixed command plcreatesize (contributed by Mikel Larreategi).
- Fixed deprecated template settings (contributed by Justin Dugger).
- Updated translations for German and Russian.

3.5.1:
- Photologue 3.5 failed to install under Python 2.7. Looks like distutils does not like files
  with non-ascii filenames.
- Fix for issue 149 - bug with projects that extend ImageModel.

3.5:
- Increased length of 'title' fields to 250 chars in order to store longer title.
- Rotate image before resize, to comply with height/width constraints.
- Added forgotten migration.
- Changing "Photo" image leaves extra files on server.
- Normalize filenames to ASCII so they work across all filesystems.
- Updated Hungarian translation.

(adam)

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

Added www/py-django-sortedm2m, graphics/py-exifread

(adam)

2018-03-05 14:04:33 UTC MAIN commitmail json YAML

2018-03-05 14:00:22 UTC MAIN commitmail json YAML

Updated www/py-selenium, devel/py-hypothesis

(adam)

2018-03-05 13:59:47 UTC MAIN commitmail json YAML

py-django-sortedm2m: added version 1.5.0

sortedm2m is a drop-in replacement for django's own ManyToManyField. The
provided SortedManyToManyField behaves like the original one but remembers
the order of added relations.

(adam)

2018-03-05 13:52:38 UTC MAIN commitmail json YAML

py-hypothesis: updated 3.48.0

3.48.0:
This release improves some "unhappy paths" when using Hypothesis with the standard library :mod:python:unittest module:

* Applying :func:@given <hypothesis.given> to a non-test method which is overridden from :class:python:unittest.TestCase, such as setUp, raises :attr:a new health check <hypothesis.settings.not_a_test_method>. (:issue:991)
* Using :meth:~python:unittest.TestCase.subTest within a test decorated with :func:@given <hypothesis.given> would leak intermediate results when tests were run under the :mod:python:unittest test runner. Individual reporting of failing subtests is now disabled during a test using :func:@given <hypothesis.given>. (:issue:1071)
* :func:@given <hypothesis.given> is still not a class decorator, but the error message if you try using it on a class has been improved.

As a related improvement, using :class:django:django.test.TestCase with :func:@given <hypothesis.given> instead of :class:hypothesis.extra.django.TestCase raises an explicit error instead of running all examples in a single database transaction.

(adam)

2018-03-05 13:47:50 UTC MAIN commitmail json YAML

py-selenium: updated to 3.10.0

Selenium 3.10.0
* make tests to check clicking on disabled element work for w3c compliant drivers
* add docstring for InvalidElementStateException
* Deleting unused imports
* Making python specification in IDEA project more generic
* It should be possible to use a custom safaridriver executable to run Selenium's test suite.

(adam)

2018-03-05 13:36:57 UTC MAIN commitmail json YAML

Updated converters/help2man

(adam)

2018-03-05 13:35:45 UTC MAIN commitmail json YAML

help2man: updated to 1.47.6

help2man 1.47.6:
* Update to debhelper v11.
* Move repository to salsa.debian.org.
* Update Vcs-Git/Vcs-Browser.
* Update standards version to 4.1.3:
  + update config.{guess,sub} at build time
* Add Brazilian Portuguese translation of info page
* Update Hungarian translation
* Update Brazilian Portuguese translation

(adam)

2018-03-05 13:10:04 UTC MAIN commitmail json YAML

doc: Updated devel/p5-FindBin-libs to 2.16

(wiz)

2018-03-05 13:09:56 UTC MAIN commitmail json YAML

p5-FindBin-libs: update to 2.16.

2.16    Sun Feb 25 16:53:30 CST 2018

Replace various hacks in Makefile.PL with Module::FromPerlVer. At this
point there may be multiple versions going forward which use features
of Perl after 5.14; older versions will be frozen (aside from bugfixes).

Note that the new arrangement leaves ./lib out of the tarball: it is
created by Module::FromPerlVer from ./version/<appropriate>/lib when
Makefile.PL is processed.

This file is now CHANGES.

(wiz)

2018-03-05 13:08:32 UTC MAIN commitmail json YAML

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

(wiz)

2018-03-05 13:08:23 UTC MAIN commitmail json YAML

p5-Module-FromPerlVer: update to 0.000005.

Changes not documented.

(wiz)

2018-03-05 13:04:58 UTC MAIN commitmail json YAML

Updated textproc/py-JWT

(adam)

2018-03-05 13:04:05 UTC MAIN commitmail json YAML

py-JWT: updated to 1.6.0

1.6.0:
Changed
Dropped support for python 2.6 and 3.3
An invalid signature now raises an InvalidSignatureError instead of DecodeError

Fixed
Fix over-eager fallback to stdin

Added
Audience parameter now supports iterables

(adam)

2018-03-05 12:51:07 UTC MAIN commitmail json YAML

2018-03-05 12:46:29 UTC MAIN commitmail json YAML

Updated devel/lua-posix to 34.0.4

(ryoon)

2018-03-05 12:46:03 UTC MAIN commitmail json YAML

Update to 34.0.4

Changelog:
## Noteworthy changes in release 34.0.4 (2018-02-20) [stable]

### Bugs Fixed

  - `posix.time.clock_getres`, `posix.time.clock_gettime`
    `posix.time.CLOCK_MONOTONIC`, `posix.time.CLOCK_REALTIME`,
    `posix.time.CLOCK_PROCESS_CPUTIME_ID` and
    `posix.time.CLOCK_THREAD_CPUTIME_ID` are all properly elided
    on macOS again.

  - `spec/spec_helper.lua` now looks in the correct objdir
    for object modules built by luke, instead of hard-coding
    `./linux/?.so`, so specl examples work on macOS and others
    again.

## Noteworthy changes in release 34.0.3 (2018-02-19) [stable]

### Bugs Fixed

  - `posix.deprecated.fadvise` is properly elided on macOS and other
    hosts that have no `posix.fcntl.posix_fadvise` implementation.

## Noteworthy changes in release 34.0.2 (2018-02-17) [stable]

### Incompatible Changes

  - `require 'posix'` (or any of its submodules) always returns a
    populated module table, but no longer sets `_G.posix` or any
    other global symbol on Lua 5.1 (including LuaJIT).  If you were
    relying on this behaviour, please change your require statments
    to an assignment:

    ```lua
    local posix = require 'posix'
    ```

### Bugs Fixed

  - `posix.sys.wait.wait` returns `<childpid>, "running"` when the
    child has not exited yet, and `wait` was called with `WNOHANG`
    set.

  - specs don't fail on valid -1 return values from `posix.sysconf`.

  - loading posix (or any of its submodules) no longer leaks symbols
    into the global namespace on Lua 5.1 (including LuaJIT).

## Noteworthy changes in release 34.0.1 (2017-07-09) [stable]

### Bugs Fixed

  - `posix.sys.socket` works correctly on macOS again.

  - `posix.sys.socket` abstract namespaces work correctly on Linux.

  - `posix.syslog.openlog` keeps a copy of it's ident parameter string
    in the Lua registry to ensure we don't hang on to a dangling
    pointer.

  - latest `build-aux/luke` and upgraded lukefile work correctly on
    macOS now.

## Noteworthy changes in release 34.0 (2017-05-06) [stable]

### Incompatible Changes

  - `posix.syslog` constants `LOG_AUTHPRIV`, `LOG_FTP` and `LOG_SYSLOG`
    are no longer documented, and only defined when supported by the
    host C library.  They are not part of the POSIX API, and prevented
    compilation of luaposix on AIX and Solaris.

  - `getopt.getopt` was a binding to the GNU `getopt_long` extension,
    which is not a POSIX API, and prevents luaposix from compiling on
    hosts that do not provide the extended API.  Instead we now correctly
    bind POSIX getopt(3) in `posix.unistd`.

    If you still have code that uses the old non-POSIX binding, then
    LuaRocks has the Lua only `alt-getopt` module which is very similar,
    and works even when the host C library has no `getopt_long` API;
    alternatively, you should consider migrating to the far more
    powerful Lua-only `optparse` library, also available from LuaRocks.

### New Features

  - Replaced all Autotools and supporting Slingshot code with new Lua-
    based `build-aux/luke` and `lukefile` describing how to compile and
    install everything.  Building with LuaRocks now leverages this too.

  - New `posix.sys.socket.getsockopt` and `posix.sys.socket.getpeername`
    bindings.

  - New `posix.sys.msg.msgctl` binding, and `posix.sys.msg.IPC_RMID`,
    `posix.sys.msg.IPC_SET` and `posix.sys.msg.IPC_STAT` constants to
    use with it.

  - New `posix.unistd.ftruncate` and `posix.unistd.truncate` bindings.

  - `posix.fcntl.fcntl` now accepts undocumented `posix.fcntl.O_TMPFILE`
    value where supported by the host C library.

### Bugs Fixed

  - `posix.unistd.ttyname` now returns an error message in addition to
    `nil` when it fails.

## Noteworthy changes in release 33.4.0 (2016-02-27) [stable]

### Incompatible Changes

  - posix.curses has been split back out into its own separate
    project again.  If you want to upgrade your posix.curses using
    project, something like the following minimal change will work
    equivalently (assuming you have the new lcurses on your package
    path):

    ```lua
    local posix = require 'posix'
    posix.curses = posix.curses or require 'lcurses'
    ```

### New Features

  - New `posix.stdio.rename` binding.

  - New `posix.fcntl.FD_CLOEXEC` flag for `posix.fcntl.fcntl`.

  - New `posix.fcntl.O_CLOEXEC` flag for `posix.fcntl.open`, where
    supported by the underlying system.  Falling back to FD_CLOEXEC is
    an exercise to the caller, so that non-atomicity is surfaced:

    ```lua
    -- without error checking, for clarity
    fd = fcntl.open ("/foo/bar", fcntl.O_CLOEXEC, stat.S_IRWXU)
    if fcntl.O_CLOEXEC == 0 then
      local flags = fcntl.fcntl (fd, fcntl.F_GETFD)
      fcntl.fcntl (fd, fcntl.F_SETFD, bit.bor (flags, fcntl.FD_CLOEXEC)
    end
    ```

  - New `posix.unistd.tcgetpgrp` and `posix.unistd.tcsetpgrp` bindings
    where supported by host C library.

  - `posix.sys.socket` AF_UNIX path handling improvements enable use of
    Linux only abstract namespace sockets.

  - Documentation links now point at the newer OpenGroup issue 7 specs.

### Bugs Fixed

  - Workaround for https://sourceware.org/bugzilla/show_bug.cgi?id=15088.
    Predicate use of POSIX sched.h APIs on presence of sched.h, since glibc
    defines _POSIX_PRIORITY_SCHEDULING erroneously, and musl libc
    provides the sched.h APIs but doesn't define _POSIX_PRIORITY_SCHEDULING.

  - `posix.sys.socket` AF_UNIX APIs pass path arguments by length
    instead of terminating at the first \0 byte.

  - `posix.unistd.readlink` no longer fails when reading a link to an
    unsized buffer or character special device node.

  - `execx` is no longer leaked into the global namespace after loading
    the posix module.

  - `examples/fork2.lua` works correctly again.

  - `posix.timeradd`, `posix.timercmp` and `posix.timersub` correctly
    handle tables from the modern thin wrapper API (posix.sys.time),
    while retaining compatibility with the legacy compatibility wrappers
    (posix.gettimeofday).

## Noteworthy changes in release 33.3.1 (2015-03-01) [stable]

### Incompatible Changes

  - The briefly lived `posix.system` API has been removed.  It was renamed
    to `posix.spawn` shortly after introduction, and can still be accessed
    by the new symbol name.

### Bugs Fixed

  - `local posix = require "posix"` works again, fixing the regression
    introduced in the last release.  The automated Travis checks have been
    improved to catch this sort of bug in future.

## Noteworthy changes in release 33.3.0 (2015-02-28) [stable]

### New Features

  - Improved documentation of `sockaddr` tables for `posix.sys.socket` calls.

  - New `posix.sys.socket.getsockname` binding.

  - Remove the `posix.bit32` library, and use Lua窶冱 built-in `bit32` library.

  - Can now be linked against NetBSD curses, albeit with several functions
    not implemented by that library returning a "not implemented" error as
    a consequence.

  - New functions `popen`, `popen_pipeline` and `pclose` mimic the POSIX
    functions of the same name while allowing tasks to be Lua functions.

  - `fdopen` has been re-added, working on all supported Lua versions.

  - `execx` allows a Lua function or command to be exec窶囘; `spawn` is now
    implemented in terms of it.

### Incompatible Changes

  - The ncurses-only `KEY_MOUSE` definition has been removed from
    `posix.curses`.

### Bugs Fixed

  - `posix.sys.resource` only provides RLIM_SAVED_CUR and RLIM_SAVED_MAX if
    they are defined by the C library (which FreeBSD 10 does not).

  - `posix.dirent.dir` and `posix.dirent.files` now raise a Lua `error()`
    when unable to open the path argument, for orthogonality with `io.lines`.

  - Workaround for manifest key clash between `posix.so` and `posix.lua` in
    LuaRocks.

## Noteworthy changes in release 33.2.1 (2015-01-04) [stable]

### Bugs Fixed

  - Install posix.curses.html documentation file correctly.

## Noteworthy changes in release 33.2.0 (2015-01-03) [stable]

### New Features

  - QNX support.

### Bugs Fixed

  - `posix.time.gmtime` and `posix.time.localtime` specifications now
    work correctly in January too!

## Noteworthy changes in release 33.1.0 (2014-12-19) [stable]

### New Features

  - New `posix.bit32` module with band, bnot and bor functions that can be
    used from any supported Lua release, without worrying about loading an
    external bit operations library.

  - Preliminary Lua 5.3.0 compatibility.

### Bugs Fixed

  - No more 'Bad Hints' errors from `posix.sys.socket.getaddrinfo` on many
    hosts.

  - `stdlib.setenv` accepts a 3rd argument again.

## Noteworthy changes in release 33.0.0 (2014-11-04) [stable]

### New Features

  - The curses library is fully integrated into luaposix, including reasonably
    comprehensive LDoc documentation (certainly much better than the single
    wooly web-page in previous releases).  For backwards compatibility, all
    APIs are re-exported from the `curses` module.

  - Most constants available through luaposix are now listed in the LDocs of
    the submodule that defines them.

  - For backwards compatibility, everything is still lumped together in the
    `posix.???` namespace, but, now raw APIs have been reorganised according to
    the POSIX header files they belong to:

    ```lua
    local posix  = require "posix"
    local fcntl  = require "posix.fcntl"
    local unistd = require "posix.unistd"

    local fd = fcntl.open ("x",
      bit32.bor (posix.O_WRONLY, posix.O_CREAT), "u=rw")
    unistd.write (fd, "Hello, World!\n")
    unistd.close (fd)
    ```

    This makes the documentation easier to navigate, and for a better mapping
    between luaposix APIs and the C functions they wrap, so translating from
    C is now easier than ever.

  - Each of the newly separated submodules is self-contained, and can be copied
    to another project for compiling and/or loading in a custom Lua runtime. If
    you want to make use of this, in addition to the source for the modules you
    copy, you'll also need at least the files `ext/posix/_helpers.c` and
    `ext/include/lua52compat.c`, and also `ext/include/strlcat.c` for one or
    two of them.

  - Where submodule calls return a table representation of a similar C struct
    from a POSIX API, the Lua return tables have an appropriate `_type` field
    metatable entry compatible with lua-stdlib `std.object.type`.

  - `posix.signal.signal` now accepts the constants `posix.signal.SIG_DFL` or
    `posix.signal.SIG_IGN` in place of the strings "SIG_DFL" and "SIG_IGN".

  - The submodule bindings `posix.time.gmtime`, `posix.time.localtime`,
    `posix.time.mktime`, `posix.time.strftime` and `posix.time.strptime` now
    accept or create PosixTm tables with 1-to-1 field name mappings with the
    POSIX `struct tm`.  The old APIs with custom field names is still available
    as `posix.gmtime`, `posix.localtime`, `posix.mktime`, `posix.strftime` and
    `posix.strptime`.

  - Similarly, `posix.time.nanosleep` now takes and returns a PosixTimespec
    table.  The old API is still available as `posix.nanosleep`.

  - Where supported by the underlying system, `posix.time.clock_getres` and
    `posix.time.clock_gettime` now require a constant inte argument (newly
    defined in the `posix.time` submodule), and returns a PosixTimespec table.
    The old APIs are still available as `posix.clock_getres` and
    `posix.clock_gettime`.

  - Add `posix.unistd.gethostid`. The old `posix.hostid` API is still available
    as an alias.

  - Add group APIs from grp.h: `posix.grp.endgrent`, `posix.grp.getgrent`,
    `posix.grp.getgrgid`, `posix.grp.getgrnam` and `posix.grp.setgrent`.
    Consequently, `posix.getgroup` is now reimplemented in Lua over the POSIX
    APIs.

  - `posix.getgroup` defaults to current effective group when called with no
    arguments, for consistency with `posix.getpasswd` API.

  - Add pwd APIs from pwd.h: `posix.pwd.endpwent`, `posix.grp.getpwent`,
    `posix.pwd.getpwnam`, `posix.pwd.getpwuid` and `posix.pwd.setpwent`.
    Consequently, `posix.getpasswd` is now reimplemented in Lua over the POSIX
    APIs.

  - Add missing constants from sys/resource.h:
    `posix.sys.resource.RLIM_INFINITY`, `posix.sys.resource.RLIM_SAVED_CUR`,
    `posix.sys.resource.RLIM_SAVED_MAX`, `posix.sys.resource.RLIMIT_CORE`,
    `posix.sys.resource.RLIMIT_CPU`, `posix.sys.resource.RLIMIT_DATA`,
    `posix.sys.resource.RLIMIT_FSIZE`, `posix.sys.resource.RLIMIT_NOFILE`,
    `posix.sys.resource.RLIMIT_STACK`, `posix.sys.resource.RLIMIT_AS`.

  - Add missing APIs from unistd.h: `posix.unistd.getegid`,
    `posix.unistd.geteuid`, `posix.unistd.getgid`, `posix.unistd.getuid`,
    `posix.unistd.getpgrp`, `posix.unistd.getpid`, `posix.unistd.getppid`.
    Consequently, `posix.getpid` is now reimplemented in Lua over the POSIX
    APIs.

  - Add missing constants from signal.h; `posix.signal.SIG_DFL` and
    `posix.signal.SIG_IGN'.

  - Add missing APIs from sys/stat.h: `posix.sys.stat.S_ISBLK`,
    `posix.sys.stat.S_ISCHR`, `posix.sys.stat.S_ISDIR`,
    `posix.sys.stat.S_ISFIFO`, `posix.sys.stat.S_ISLNK`,
    `posix.sys.stat.S_ISREG`, `posix.sys.stat.S_ISSOCK`.

  - Add missing constants from sys/stat.h: `posix.sys.stat.S_IFMT`,
    `posix.sys.stat.S_IFBLK`, `posix.sys.stat.S_IFCHR`,
    `posix.sys.stat.S_IFDIR`, `posix.sys.stat.S_IFIFO`,
    `posix.sys.stat.S_IFLNK`, `posix.sys.stat.S_IFREG`,
    `posix.sys.stat.S_IRWXU`, `posix.sys.stat.S_IRUSR`,
    `posix.sys.stat.S_IWUSR`, `posix.sys.stat.S_IXUSR`,
    `posix.sys.stat.S_IRWXG`, `posix.sys.stat.S_IRGRP`,
    `posix.sys.stat.S_IWGRP`, `posix.sys.stat.S_IXGRP`,
    `posix.sys.stat.S_IRWXO`, `posix.sys.stat.S_IROTH`,
    `posix.sys.stat.S_IWOTH`, `posix.sys.stat.S_IXOTH`,
    `posix.sys.stat.S_ISGID`, `posix.sys.stat.S_ISUID`.

  - Add missing constants from syslog.h: `posix.syslog.LOG_CONS`,
    `posix.syslog.LOG_NDELAY` and `posix.syslog.LOG_PID`.

  - Add missing API from syslog.h: `posix.syslog.LOG_MASK`.  Use this to
    convert syslog priority constants into mask bits suitable for bitwise
    ORing as the argument to `posix.syslog.setlogmask`.

  - Add missing constants from time.h: `posix.time.CLOCK_MONOTONIC`,
    `posix.time.CLOCK_PROCESS_CPUTIME_ID`, `posix.time.CLOCK_REALTIME` and
    `posix.time.CLOCK_THREAD_CPUTIME_ID`.

  - New `posix.unistd.exec` and `posix.unistd.execp` require a table of
    arguments, with [0] defaulting to the command name.  The old string
    tuple passing API is still available as `posix.exec` and `posix.execp`.

  - `posix.util.openpty` has moved to `posix.openpty`.  The old API is still
    available as an alias.

  - All posix APIs now fully and correctly diagnose extraneous and wrong
    type arguments with an error.

  - Add `posix.IPC_NOWAIT`, `posix.MSG_EXCEPT` and `posix.MSG_NOERROR`
    constants for message queues.

  - Add `posix.IPPROTO_UDP` for socket programming.

  - Add `posix.AI_NUMERICSERV` for posix.getaddrinfo hints flags.

  - Add `posix.WUNTRACED` for posix.wait flags.

  - Add `curses.A_COLOR` (where supported by the underlying curses library) for
    extracting color pair assignments from the results of `curses.window.winch`.

  - Add missing `curses.KEY_F31` constant.

### Bugs Fixed

  - `posix.fadvise` is now spelled `posix.fcntl.posix_fadvise` and takes a
    file descriptor first argument rather than a Lua file handle. The old
    misspelled bad argument type version is undocumented but still works.

  - `posix.getpasswd`, `posix.getpid`, `posix.pathconf`, `posix.stat`,
    `posix.statvfs`, `posix.sysconf` and `posix.times` process a single table
    argument with a list of types correctly.

  - `posix.syslog.openlog` now takes the bitwise OR of those constants.  The
    old string option specified API is still available as `posix.openlog`.

  - `posix.syslog.setlogmask` now takes the bitwise OR of bits returned by
    passing priority constants to `posix.syslog.LOG_MASK`.  The old API will
    continue to be available as `posix.setlogmask`.

  - `posix.readlink` is much more robust, and reports errors accurately.

  - configured installation installs `posix.so` into the lua cpath directory
    correctly.

  - fixed a long-standing bug where the stdio buffers were not restored after
    some posix.fcntl() examples, resulting in the `make check` output being
    truncated -- often before terminal colors were returned to normal.

## Noteworthy changes in release 32 (2014-05-30) [stable]

### New Features

  - Support for posix.socketpair call and posix.AF_UNIX constant.

  - Previously undocumented spawn, pipeline, pipeline_iterator, pipeline_slurp,
    euidaccess, timeradd, timercmp and timersub have been moved from the posix
    table, which is reserved for strictly POSIX APIs to the posix.sys subtable.
    The sys submodule automatically loads on first reference, so no need to
    require it manually if you already have the main posix module loaded.

  - posix api documentation is separated into groups for better discovery.

### Bugs Fixed

  - Builds correctly on hosts with no IPV6 capability.

  - Small improvements in organisation of generated html docs.

  - posix.openpty doesn't crash.

  - configure now detects Lua correctly with busybox grep.

  - Many fine portability fixes from latest gnulib.

  - Missing docs for accept, bind, connect, getaddrinfo, listen, recv,
    recvfrom, send, sendto, setsockopt, shutdown, socket and socketpair apis
    is now provided.

  - Missng docs for tcdrain, tcflow, tcflush, tcgetattr, tcsendbreak and
    tcsetattr terminal apis are now provided.

  - Docs for apis implemented in Lua are now shown correctly.

(ryoon)

2018-03-05 12:42:50 UTC MAIN commitmail json YAML

Fix RELRO packaging

(ryoon)

2018-03-05 12:31:17 UTC MAIN commitmail json YAML

py-hyperlink: updated to 18.0.0

18.0.0:
When passed to str() URLs now stringify to usable URL strings.
Switched off of Python's built-in IDNA facilities to using the idna package. Not only is it much more modern, it's also much more strict and correct in its output.
Added new DecodedURL type with almost-identical API to the normal URL, except that it automatically handles reserved characters in argument values passed to its methods.
Added top-level parse() convenience function that now represents the main entrypoint to hyperlink.
Accept dictionaries as ���query=��� arguments, in addition to sequences of tuples
URL.child() will no longer fail when child gets no segments
URL.normalize() now supports encoding stray/unmatched % characters in character-encoded fields (userinfo, path, query string, fragment)

(adam)

2018-03-05 10:21:04 UTC MAIN commitmail json YAML

doc: Updated x11/libxcb to 1.13

(wiz)

2018-03-05 10:20:55 UTC MAIN commitmail json YAML

libxcb: update to 1.13.

As with xcb-proto, this release mainly enables multi-planar buffers in
DRI3 v1.2 via support for variable-sized lists of FDs, and enables
sending GenericEvents to other clients. Present v1.2 and RandR v1.6
did not require any specific library changes.

(wiz)

2018-03-05 10:20:32 UTC MAIN commitmail json YAML

doc: Updated x11/py-xcbgen to 1.13

(wiz)

2018-03-05 10:20:24 UTC MAIN commitmail json YAML

py-xcbgen: update to 1.13.

This release of xcb-proto brings support for buffer modifiers and
multi-planar buffers through DRI3 v1.2 and Present v1.2, support for
leasing KMS devices to clients via RandR 1.6, and also allows clients
to send each other XInput2 events via support for the GenericEvent
extension's SendExtension event.

(wiz)

2018-03-05 10:19:35 UTC MAIN commitmail json YAML

doc: Updated x11/xcb-proto to 1.13

(wiz)

2018-03-05 10:19:25 UTC MAIN commitmail json YAML

xcb-proto: update to 1.13.

This release of xcb-proto brings support for buffer modifiers and
multi-planar buffers through DRI3 v1.2 and Present v1.2, support for
leasing KMS devices to clients via RandR 1.6, and also allows clients
to send each other XInput2 events via support for the GenericEvent
extension's SendExtension event.

(wiz)

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

doc: Updated x11/iceauth to 1.0.8

(wiz)

2018-03-05 09:31:00 UTC MAIN commitmail json YAML

iceauth: update to 1.0.8.

Alan Coopersmith (1):
      iceauth 1.0.8

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Niveditha Rau (1):
      Add -u & -V options to synopsis in man page

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2018-03-05 09:30:07 UTC MAIN commitmail json YAML

doc: Updated x11/viewres to 1.0.5

(wiz)

2018-03-05 09:29:59 UTC MAIN commitmail json YAML

viewres: update to 1.0.5.

Alan Coopersmith (4):
      config: Add missing AC_CONFIG_SRCDIR
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      viewres 1.0.5

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2018-03-05 09:29:06 UTC MAIN commitmail json YAML

doc: Updated x11/listres to 1.0.4

(wiz)

2018-03-05 09:28:57 UTC MAIN commitmail json YAML

listres: update to 1.0.4.

Alan Coopersmith (4):
      config: Add missing AC_CONFIG_SRCDIR
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      listres 1.0.4

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2018-03-05 09:27:20 UTC MAIN commitmail json YAML

doc: Updated x11/appres to 1.0.5

(wiz)

2018-03-05 09:27:12 UTC MAIN commitmail json YAML

appres: update to 1.0.5.

Alan Coopersmith (4):
      Print which option was in error along with usage message
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      appres 1.0.5

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2018-03-05 09:26:03 UTC MAIN commitmail json YAML

doc: Updated x11/editres to 1.0.7

(wiz)

2018-03-05 09:25:54 UTC MAIN commitmail json YAML

editres: update to 1.0.7.

Alan Coopersmith (10):
      config: Add missing AC_CONFIG_SRCDIR
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Replace XtMalloc+sprintf pair with XtAsprintf call
      Replace remaining sprintf calls with snprintf
      Fix -Wsign-compare warnings
      Strip trailing whitespace
      Fix -Wmissing-noreturn warnings
      Add intro to editres to README
      editres 1.0.7

Emil Velikov (1):
      autogen.sh: use quoted string variables

Eric S. Raymond (1):
      Avoid a spurious  warning during XML upconversion.

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2018-03-05 09:22:46 UTC MAIN commitmail json YAML

doc: Updated devel/xorg-util-macros to 1.19.2

(wiz)

2018-03-05 09:22:38 UTC MAIN commitmail json YAML

xorg-util-macros: update to 1.19.2.

Alan Coopersmith (2):
      Update check for manpage section numbers to not rely on Solaris version
      Version bump: 1.19.2

Emil Velikov (2):
      Rework CHANGELOG_CMD to touch/echo >&2 only as needed
      Rework INSTALL_CMD to touch/echo >&2 only as needed

(wiz)

2018-03-05 09:16:28 UTC MAIN commitmail json YAML

libshout: Support OpenSSL 1.1

Keep backwards-compatible support for OpenSSL 1.0.

Patch inspired by ArchLinux AUR: libshout-idjc-git.

(kamil)

2018-03-05 09:13:11 UTC MAIN commitmail json YAML

Updated www/py-raven, www/py-aiohttp

(adam)

2018-03-05 09:12:20 UTC MAIN commitmail json YAML

py-aiohttp: updated to 3.0.6

3.0.6:
Add _reuse_address and _reuse_port to web_runner.TCPSite.__slots__.

(adam)

2018-03-05 09:08:22 UTC MAIN commitmail json YAML

py-raven: updated to 6.6.0

6.6.0:
[Core] Add trimming to breadcrumbs.
[Core] Improve host message at startup.
[Core] Update pytest to work on other environments

(adam)

2018-03-05 07:20:00 UTC MAIN commitmail json YAML

p5-Catalyst-Runtime: relax version check

(wiz)

2018-03-04 21:24:42 UTC MAIN commitmail json YAML

2018-03-04 20:45:19 UTC MAIN commitmail json YAML

mk/check/check-relro.mk: explain what RELRO means

(rillig)

2018-03-04 20:35:21 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 5.5.6

(rillig)

2018-03-04 20:34:33 UTC MAIN commitmail json YAML

2018-03-04 18:26:42 UTC MAIN commitmail json YAML

audio/libsbsms: fix typo in BROKEN_EXCEPT_ON_PLATFORM

(rillig)

2018-03-04 17:40:28 UTC MAIN commitmail json YAML

Fix build on systems without a /usr/bin/perl.

(schmonz)

2018-03-04 16:26:51 UTC MAIN commitmail json YAML

vimpager: follow redirect

(wiz)

2018-03-04 16:26:24 UTC MAIN commitmail json YAML

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

py-sk1libs: follow redirect

(wiz)

2018-03-04 16:25:24 UTC MAIN commitmail json YAML

py-uniconvertor: follow redirect

(wiz)

2018-03-04 16:24:55 UTC MAIN commitmail json YAML

py-socksipy-branch: fix HOMEPAGE

(wiz)

2018-03-04 16:23:46 UTC MAIN commitmail json YAML

2018-03-04 16:19:29 UTC MAIN commitmail json YAML

patchutils: fix HOMEPAGE

(wiz)

2018-03-04 16:18:28 UTC MAIN commitmail json YAML

log4cxx: fix HOMEPAGE link

(wiz)

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

ekiga: follow redirect

(wiz)

2018-03-04 16:16:46 UTC MAIN commitmail json YAML

bugzilla: follow redirect

(wiz)

2018-03-04 16:15:12 UTC MAIN commitmail json YAML

doc: Updated www/p5-Mojolicious to 7.70

(wiz)

2018-03-04 16:15:03 UTC MAIN commitmail json YAML

p5-Mojolicious: update to 7.70.

7.70  2018-03-01
  - Fixed ordering of sources for content negotiation in Mojolicious::Renderer.
  - Fixed a content negotiation bug in Mojolicious::Renderer that prevented all
    sources from being considered at the same time.
  - Fixed source links in documentation browser.

(wiz)

2018-03-04 16:10:13 UTC MAIN commitmail json YAML

doc: Updated www/p5-HTTP-Entity-Parser to 0.21

(wiz)

2018-03-04 16:10:04 UTC MAIN commitmail json YAML

p5-HTTP-Entity-Parser: update to 0.21.

0.21 2018-03-03T04:51:32Z

  - Relax minimum perl version to 5.8.1

(wiz)

2018-03-04 16:02:45 UTC MAIN commitmail json YAML

doc: Updated www/p5-Cookie-Baker to 0.09

(wiz)

2018-03-04 16:02:37 UTC MAIN commitmail json YAML

p5-Cookie-Baker: update to 0.09.

0.09 2018-03-03T04:33:20Z

  - +Ny means +N*60*60*24*365 seconds

(wiz)

2018-03-04 16:02:01 UTC MAIN commitmail json YAML

doc: Updated www/p5-CGI-Simple to 1.15

(wiz)

2018-03-04 16:01:53 UTC MAIN commitmail json YAML

p5-CGI-Simple: update to 1.15.

1.15  2018-03-04 MANWAR
      - Resolved issue RT #124646 (use vars → our), thanks @SREZIC.

1.14  2018-03-03 MANWAR
      - Resolved issue RT #124645 (undeclared dependencies), thanks @SREZIC.

1.13  2018-03-01 MANWAR
      - Merged PR #1, thanks @level420.
      - Tidied Changes file.
      - Tidied up Makefile.PL script.

1.12
      - add 'use warnings' to code and tests.
      - use File::Temp to create temporary directory for testing. RT #92833
      - Test of RT #64160 (CVE-2010-4410 -- CRLF injection and response splitting via header()) added.
      - depend on Test::Exception

(wiz)

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

2018-03-04 15:41:29 UTC MAIN commitmail json YAML

doc: Updated www/p5-CGI-Application to 4.61

(wiz)

2018-03-04 15:41:20 UTC MAIN commitmail json YAML

p5-CGI-Application: update to 4.61.

4.61

    - Release fix in 4.60_1

4.60_1

    [BUGS]
    - Revert MANIFEST changes which seemed to have caused some issues
      https://github.com/MartinMcGrath/CGI--Application/issues/5

    [DOCUMENTATION]
    - Fix minor POD typo.

4.60

    - Release, includes all changes from 4.50_50, 4.50_51

4.50_51 (developer release) 2015-07-16

    [BUGS]
    - Create new CGI::PSGI object unconditionally in psgi_app()/Bug #88506 (allter)

    [DOCUMENTATION]
    - Introduced Travis CI (Martin McGrath)

4.50_50 (developer release) Fri Jun 23, 2014

    - Add PSGI Streaming methods (Mike Tonks)
    - Added CGI.pm dependency, it is no longer a core module (Martin McGrath)

    [BUGS]
    - Fixed rt #84403 - Security problem: missing "start" mode dumps ENV to output page. (Martin McGrath)
    - Ensure dump_html() returns valid HTML. (Martin McGrath)

    [DOCUMENTATION]
    - Changes to repository URL and bug tracker, added Martin McGrath as a co-maintainer
    - Typo fixes (David Steinbrunner)

(wiz)

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

doc: Updated textproc/p5-PDF-Table to 0.10.0

(wiz)

2018-03-04 15:35:17 UTC MAIN commitmail json YAML

p5-PDF-Table: update to 0.10.0.

Version 0.10.0 Introduces underlined text in cells

(wiz)

2018-03-04 15:32:46 UTC MAIN commitmail json YAML

doc: Updated security/p5-Mozilla-CA to 20180117

(wiz)

2018-03-04 15:32:37 UTC MAIN commitmail json YAML

p5-Mozilla-CA: update to 20180117.

20180301
  - Update from Mozilla repository to 2018-01-17
  - Update bundled mk-ca-bundle.pl from upstream.

(wiz)

2018-03-04 15:30:24 UTC MAIN commitmail json YAML

doc: Updated net/p5-SNMP-Info to 3.49

(wiz)

2018-03-04 15:30:15 UTC MAIN commitmail json YAML

p5-SNMP-Info: update to 3.49.

version 3.49 (2018-03-03)

  [ENHANCEMENTS]

  * Better Layer3::Cumulus interface naming

  [BUG FIXES]

  * Use GitHub for MIBs download for testing, instead of sf.net

version 3.48 (2018-03-03)

  [ENHANCEMENTS]

  * Add Layer3::Cumulus for Cumulus Networks devices

(wiz)

2018-03-04 15:29:19 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net-FTPSSL to 0.40

(wiz)

2018-03-04 15:29:11 UTC MAIN commitmail json YAML

p5-Net-FTPSSL: update to 0.40.

0.40 2018/02/26 08:30:00
  - Updated the copyright to 2018.
  - Updated README to reference the new FTPSSL_SSL_VER environment variable for
    the test case prompts.  (t/*.t)  Also fixed several typos in this file.
  - BugId 124570 asked for "_mdtm()" to allow for dates from 1999 & earlier.
  - Made the same BugId change in t/10-complex.t

(wiz)

2018-03-04 15:28:14 UTC MAIN commitmail json YAML

doc: Updated misc/p5-Locale-Codes to 3.56

(wiz)

2018-03-04 15:28:05 UTC MAIN commitmail json YAML

p5-Locale-Codes: update to 3.56.

Changes not documented.

(wiz)

2018-03-04 15:20:12 UTC MAIN commitmail json YAML

doc: Updated emulators/ucon64 to 2.1.0

(wiz)

2018-03-04 15:20:02 UTC MAIN commitmail json YAML

ucon64: update to 2.1.0.

2.0.1
- updated (GB) internal name is 15 characters long only for GBC games. For GB
and SGB games it's 16 characters long. Updated ROM info and -n (by dbjh; thanks
to Anna Kubisty for reporting the problem and info)
- added (all) --xreset reset parallel port (by dbjh; thanks to Cyan Helkaraxe
for the idea)
- added (GBA) --sc convert to Super Card (CF to GBA Adapter)/SCZ; enables
"Saver patch", "restart to Menu" and "Real Time Save" (creates SAV and SCI
template) (by NoisyB)
- updated (NES) added support for new iNES header. Now --ntsc & --pal work also
for iNES files (by dbjh)
- updated (SMS/Game Gear) improved header length detection (by dbjh; many
thanks to Dweezledap for testing)
- added (N64) support for remaining 6101, 6103, and 6106 bootcodes (by
Parasyte)
- added (Coleco) recognition of Coleco ROMs (by NoisyB)
- added (Virtual Boy) recognition of Nintendo Virtual Boy ROMs (by NoisyB)
- updated (SMS/Game Gear) --smd produces a proper SMD header (by dbjh)
- updated (SMS/Game Gear) --smd does not interleave SMS or Game Gear files
anymore. As far as we know, no backup unit produces or is able to handle
interleaved SMS or Game Gear files (by dbjh; thanks to Matthias for verifying
this with his SMD)
- added (SNES) --idnum=NUM make --gd3 produce file names where first file has
numerical identifier NUM, next NUM + 1, etc. (by dbjh)
- updated (all) added alternative options for --rr83 & --force63 (--r83 &
--rjoliet respectively) (by NoisyB)
- updated (all) improved --r83 & --rjoliet (by dbjh)
- added (NDS) recognition of Nintendo DS ROMs (by NoisyB)
- added (Atari) recognition of Atari VCS 2600 ROMs (by NoisyB)
- added (all) --hfind=HEX find HEX codes in ROM (wildcard: '?') (by NoisyB)
- added (all) --hfindr=HEX like --hfind but looks also for shifted/relative
similarities (by NoisyB)
- added (all) --dfind=DEC find DEC codes in ROM (wildcard: '?') (by NoisyB)
- added (all) --dfindr=DEC like --dfind but looks also for shifted/relative
similarities (by NoisyB)
- updated (PCE) --multi now creates a multi-game file that will actually work
on the PCE-PRO (by dbjh; many thanks to Bryan Lama for reporting this bug and
for testing)
- updated (PCE) --xpce now correctly handles 3 and 4 Mbit games that are part
of a multi-game file (by dbjh; thanks to Bryan Lama for testing)
- updated (PCE, Genesis & SMS/Game Gear) --multi now produces more efficient
multi-game files which results in shorter upload times (by dbjh)
- updated (PCE, Genesis, SMS/Game Gear & SNES) all transfer options for ToToTEK
devices now check for the presence of the device (only the upload ROM options
used to do the check) (by dbjh)
- added (all) -r process subdirectories recursively (by NoisyB and dbjh)
- updated (SNES) improved reliability of --xgd3 (should reduce the frequency of
"File Size Error !") (by dbjh)
- added --help[=WHAT] WHAT=long,pad,dat,patch,backup,disc. Help output is now
smaller (by NoisyB)
- added (SNES) --mksrm create *.srm (SRAM) file with size based on ROM
information (by dbjh)
- updated FAQ with explanation about how to configure uCON64 for backup unit I/
O (through a parallel port) on 64-bit Windows (XP/2003/Vista/7/8/8.1/10) (by
dbjh)
- added (SNES) --xqd16 send ROM to Quickdev16 (by dbjh; thanks to David
Voswinkel for sending a patch)

2.0.2
- updated (SNES) --xqd16 can be aborted by pressing q on Mac OS X too (by dbjh;
many thanks to David Voswinkel for testing and sending a patch)
- updated (NES) --gg works properly for games using a mapper (by dbjh; thanks
to eadmaster for sending a bug report)
- updated (NES) --gg no longer accepts 6 digit codes. It lists all
corresponding 8 digit codes instead when given a 6 digit code (by dbjh)
- updated (Genesis) --gg modifies 2 bytes instead of 1 (by dbjh; thanks to
eadmaster for reporting the issue and testing)
- updated (Genesis) --ggd, --gge and --gg correctly handle Genesis patch values
(by dbjh; thanks to eadmaster for reporting the issue and testing)
- updated (SMS/Game Gear & GB) --gg can use the check byte (by dbjh)

2.0.3
- updated (NDS) fixed stupid mistake in reported device capacity (by dbjh)
- updated (NDS) fixed issue that caused ROMs with an incorrect SNES backup unit
header to be detected as Nintendo DS ROM dumps (by dbjh)
- updated (SNES) MinGW and Visual C++ ports can display colors again for --dbuh
(instead of ANSI escape sequences) (by dbjh)
- updated (SNES) fixed edge case in code of --dbuh for headered ROMs that are
not recognised as being for a specific backup unit (by dbjh)
- updated (all) upgraded unzip to version 1.01e. Did the same for libdiscmage
(by dbjh)
- updated (N64) fixed problem in Cygwin port of libcd64 with loading I/O
drivers (by dbjh)
- updated (all) fixed --hfind, --hfindr, --dfind and --dfindr, which I broke in
2.0.1. Also, 0 is no longer a wildcard and can be properly searched for.
Improved handling of non-printable characters (by dbjh)

2.1.0
- added (SNES) preliminary support for native Super UFO Pro 8 SD file format.
Use --ufosd to convert a file to Super UFO Pro 8 SD format. More information is
required for a full implementation and any help will be appreciated (by dbjh;
thanks to cage for his help)
- added (SNES) --ufosds convert *.srm (SRAM) file to Super UFO Pro 8 SD (by
dbjh; thanks to cage for the SRAM files)
- updated (SNES) added crack for Diddy's Kong Quest & Dixie Kong's Double
Trouble that makes those games run properly on the Super Flash. It has been
added to snescopy.txt, not to the internal cracks, because it may interfere
with the already present cracks of those games. Apply it with --pattern (by
dbjh, based on post by Tomy of ToToTEK on ToToTEK's Help & Support Forum)
- updated (all) fixed --xreset to really remove power from all programmable
pins (by dbjh)
- added (all) support for EPP when using a PCIe parallel port card that has its
ECP Extended Control register at a non-standard offset, i.e., most PCIe
parallel port cards. Specify the offset in the configuration file by changing
the line that starts with ecr_offset=. See the FAQ (question 53 and 54) for a
more elaborate explanation (by dbjh)
- updated (all) fixed several mistakes in how different pieces of code tried to
enable EPP or simply relied on a BIOS to have configured it right. As a result
the meaning of the switches --xfalm, --xgbxm and --xplm has been reversed (the
associated options use EPP mode by default and use SPP as fallback). Another
consequence is that UserPort can no longer be used as I/O driver (by dbjh)
- updated (SNES) improved --id to the point where its help text can be shown
(by dbjh)
- updated (SNES & Genesis) fixed several edge cases in MGD splitting code (by
dbjh)
- updated (SNES) fixed crash when splitting files in Game Doctor SF3 format >=
100 Mbit (by dbjh)
- updated (all) made --pattern more verbose when -v is specified (by dbjh)
- updated (GBA) made --crp more verbose when -v is specified (by dbjh)
- updated (SNES) made -k, -f & -l more verbose when -v is specified (by dbjh)
- updated (Genesis & PCE) made -f more verbose when -v is specified (by dbjh)
- updated (all) fixed bug in code of --pattern that caused changes to be
omitted in the output file (by dbjh)
- added (SNES & Genesis) --smgh split ROM for MGH. Its main purpose is
splitting SNES HiROM games in MGH format. Splitting is required to make them
run with an MGH (by dbjh, thanks to Mystic_Merlin for information and testing)
- added (SNES & Genesis) --mgh convert to Magic Game Hunter/MGH format. For
SNES this does the same as --gd3, except that the resulting file will have an
MGH name and no header. For Genesis this does something very similar to --mgd,
but the resulting file will have an MGH name. For both consoles an MGH name
file will be produced (by dbjh, thanks to Mystic_Merlin for information and
testing)
- updated (NES, SNES, Genesis & NeoGeo Pocket) fixed --ns (by dbjh)
- updated (SNES) fixed bug in checksum calculation code if the cartridge size
byte of the internal header is 0 (by dbjh, thanks to Mystic_Merlin for
providing the PD ROM that triggered the bug)
- updated (SNES) added support for a few more cartridge configurations to
--ufosd. Still more information is needed, specifically about the header of 8
Mbit HiROMs (by dbjh, thanks to Mystic_Merlin for sending the output of --dbuh
for dumps made with his UFO SD)
- updated (SNES) --ufosd fixes the checksum and pads the output to a valid size
for the UFO SD (by dbjh, thanks to Mystic_Merlin for information and testing)
- added (N64) support for Nintendo 64 DAT files containing CRC32 values of ROMs
in Mr. Backup Z64 format, like what DAT-o-MATIC produces. It can be turned on
by setting the property variable n64_dat_v64 to 0. See the FAQ question 57 (by
dbjh)
- updated (all) fixed double suffix issue when using DAT-o-MATIC DAT files (by
dbjh; thanks to eadmaster for reporting the issue)
- updated (SNES) completed --ufosd by adding support for 8 Mbit HiROM (by dbjh,
thanks to Mystic_Merlin and cage for the information)

(wiz)

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

doc: Updated devel/p5-Test2-Suite to 0.000102

(wiz)

2018-03-04 15:07:37 UTC MAIN commitmail json YAML

p5-Test2-Suite: update to 0.000102.

0.000102  2018-03-02 09:45:27-08:00 America/Los_Angeles

    - No Changes since last trial

0.000101  2018-02-21 16:27:18-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Add much needed verbosity to 'You must attach to an AsyncSubtest ...' errors
    - Documentation updates

(wiz)

2018-03-04 13:45:58 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-arel to 8.0.0

(taca)

2018-03-04 13:45:21 UTC MAIN commitmail json YAML

databases/ruby-arel: update to 8.0.0

=== 8.0.0 / 2017-02-21

* Enhancements

  * Remove deprecated type casting support in Arel
  * Frozen all string literals in Arel

=== 7.1.1 / 2016-07-27

* Bug Fixes

  * Fix warning in `Casted#hash`

=== 7.1.0 / 2016-07-19

* Enhancements

  * Support Ruby 2.4 unified Integer class
  * Implement `CASE` conditional expression
  * Support for Bitwise Operations as `InfixOperations`

(taca)

2018-03-04 12:55:42 UTC MAIN commitmail json YAML

2018-03-04 12:54:06 UTC MAIN commitmail json YAML

Update Go to 1.10. Via wip.

Full release notes at https://golang.org/doc/go1.10.

The latest Go release, version 1.10, arrives six months after Go 1.9. Most of
its changes are in the implementation of the toolchain, runtime, and libraries.
As always, the release maintains the Go 1 promise of compatibility. We expect
almost all Go programs to continue to compile and run as before.

This release improves caching of built packages, adds caching of successful
test results, runs vet automatically during tests, and permits passing string
values directly between Go and C using cgo. A new compiler option whitelist may
cause unexpected invalid flag errors in code that built successfully with older
releases.

As announced in the Go 1.9 release notes, Go 1.10 now requires FreeBSD 10.3 or
later; support for FreeBSD 9.3 has been removed.

Go now runs on NetBSD again but requires the unreleased NetBSD 8. Only GOARCH
amd64 and 386 have been fixed. The arm port is still broken.

On 32-bit MIPS systems, the new environment variable settings GOMIPS=hardfloat
(the default) and GOMIPS=softfloat select whether to use hardware instructions
or software emulation for floating-point computations.

Go 1.10 is the last release that will run on OpenBSD 6.0. Go 1.11 will require
OpenBSD 6.2.

Go 1.10 is the last release that will run on OS X 10.8 Mountain Lion or OS X
10.9 Mavericks. Go 1.11 will require OS X 10.10 Yosemite or later.

Go 1.10 is the last release that will run on Windows XP or Windows Vista. Go
1.11 will require Windows 7 or later.

(bsiegert)

2018-03-04 12:12:40 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-rails-dom-testing to 1.0.9

(taca)

2018-03-04 12:12:14 UTC MAIN commitmail json YAML

doc: note update of php languages

I missed commit failure with conflict.

lang/php71 7.1.15
lang/php72 7.2.3
lang/php70 7.0.28
lang/php56 5.6.34

(taca)

2018-03-04 12:11:22 UTC MAIN commitmail json YAML

Add a subset of dependencies.

This adds some of the required Python module dependencies, but not all of
them. More to come.

(bsiegert)

2018-03-04 12:06:46 UTC MAIN commitmail json YAML

textproc/ruby-rails-dom-testing: update to 1.0.9

* Dup selector string when extracting in case it's frozen.

(taca)

2018-03-04 11:46:42 UTC MAIN commitmail json YAML

Note update of devel/memcached to 1.5.6.

(he)

2018-03-04 11:45:01 UTC MAIN commitmail json YAML

Update memcached to version 1.5.6.

Changes for 1.5.6:
  From https://github.com/memcached/memcached/wiki/ReleaseNotes156
  Main change is disabling UDP to prevent abuse in reflector attack
  Fixes
  * disable UDP port by default
  * systemd instancing support & rpm build improvements
  * fix gcc warnings in beta GCC
  * fix build with clang
  * fix for dtrace compilation on freebsd
  New Features
  * The RPM specfiles have been greatly improved for systemd installations

Changes for 1.5.5:
  From https://github.com/memcached/memcached/wiki/ReleaseNotes155
  Fixes
  * remove redundant counter/lock from hash table (2% boost for sets)
  * limit crawls for metadumper. avoids dumping too much data.
  * extstore: revise automove algorithm
  * quick fix for slab mover deadlock
  * extstore: fix segfault in 'extstore' admin command
  New Features
  * None.

(he)

2018-03-04 11:22:22 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Module-Install-RTx to 0.40

(wiz)

2018-03-04 11:22:12 UTC MAIN commitmail json YAML

p5-Module-Install-RTx: update to 0.40.

0.40 2018-03-02
- Add . to @INC for "make initdb" to help Perl 5.26+ load etc/initialdata

(wiz)

2018-03-04 11:15:30 UTC MAIN commitmail json YAML

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

(wiz)

2018-03-04 11:15:22 UTC MAIN commitmail json YAML

p5-Module-FromPerlVer: update to 0.000004.

--  v0.0.4 Sat Mar  3 22:51:10 CST 2018

    Modify tests, separate require from calling import.

    Report version of module loaded via require to isolate
    which version is not parsable by 5.8.

--  v0.0.3 Fri Mar  2 14:19:47 CST 2018

    Makefile.PL, add missing dependencies.

--  v0.0.2 Thu Mar  1 13:45:34 CST 2018

    Add handling for Git, split low-level functions
    for acquiring data into Dir and Git classes.

    Utility functions have a few changed names to make
    them consistent with switching between subdir and
    git tags.

    Git is largely untested.

    Added tests & sanity checks.

(wiz)

2018-03-04 11:11:47 UTC MAIN commitmail json YAML

doc: Updated databases/p5-DBD-SQLite to 1.56

(wiz)

2018-03-04 11:11:38 UTC MAIN commitmail json YAML

p5-DBD-SQLite: update to 1.56.

1.56 2018-02-28
    - Switched to a production version.

1.55_07 2018-01-27
    - This is a developer release to help testing DBIx::Class
    - Upgraded SQLite to 3.22.0
    - Disabled two STAT compile time options (tentatively),
      which fixes RT-124227 anyway

1.55_06 2018-01-27
    - This is a developer release to help testing DBIx::Class
    - Downgraded SQLite to 3.19.3 because of a SQLite regression
      (RT-124227, ribasushi++)
    - Fixed some tests to adapt to a change in error format
      introduced by the latest DBI
    - Remove no warnings test from t/43_fts.t which failed under
      some environments

1.55_05 2017-12-16
    - Implemented ParamValues statement handle attribute (RT-123886)

1.55_04 2017-11-22
    - Updated SQLite to 3.21.0
    - Resolved #122581: statistics_info() doesn't work correctly
      (John Deighan)
    - Fixed typo (GH#26, ReneNyffenegger)
    - Silenced some warnings (GH#25, Jacques Germishuys)
    - Fixed no dot in @INC issue (GH#24, ribasushi)
    - Fixed zero-length BLOB value is retrieved as undef
      (GH#23, SATO Kentaro)
    - Fixed VirtualTable::PerlData to use new ops added in SQLite 3.21.0
      (GH#28, fschlich)
    - noted on sqlite_extended_result_codes handle attribute

1.55_03 2017-02-14
    - Updated SQLite to 3.17.0

1.55_02 2017-01-08
    - Updated SQLite to 3.16.2
    - Fixed statistics_info when only unique indexes were requested (Dave
      Rolsky++). GitHub #21

1.55_01 2017-01-04
    - Updated SQLite to 3.16.0

(wiz)

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

doc: Updated databases/p5-DBD-ODBC to 1.57

(wiz)

2018-03-04 11:10:13 UTC MAIN commitmail json YAML

2018-03-04 11:07:35 UTC MAIN commitmail json YAML

doc/TODO: add some

+ MesaLib-17.3.6, dbus-1.12.6, libmspub-0.1.4, libunistring-0.9.9,
  m17n-db-1.8.0, m17n-lib-1.8.0, py-cairo-1.16.3, py-hyperlink-18.0.0,
  vim-8.0.1563, vim-share-8.0.1563, xerces-c-3.2.1.

(wiz)

2018-03-04 10:58:26 UTC MAIN commitmail json YAML

radare2-cutter: set GITHUB_PROJECT to fix fetch stage

(wiz)

2018-03-04 09:25:45 UTC MAIN commitmail json YAML

doc: Added benchmarks/flamegraph version 1.0

(kamil)

2018-03-04 09:24:53 UTC MAIN commitmail json YAML

+ benchmarks/flamegraph

(kamil)

2018-03-04 09:22:28 UTC MAIN commitmail json YAML

Note update of the "mutt" package to version 1.9.4

(tron)

2018-03-04 09:21:55 UTC MAIN commitmail json YAML

mutt: Update to version 1.9.4

This version fixes a couple of possible large value issues; one for year
numbers and another for mbox message content-length.

(tron)

2018-03-04 09:21:04 UTC MAIN commitmail json YAML

benchmarks/flamegraph: import flamegraph-1.0

Flame graphs are a visualization of profiled software, allowing the most
frequent code-paths to be identified quickly and accurately. They can be
generated using my open source programs which create interactive SVGs.

(kamil)

2018-03-04 09:05:57 UTC MAIN commitmail json YAML

Fix PLIST substitution. Noticed by leot@. Thank you

(ryoon)

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

doc: Updated net/tor to 0.3.2.10

(wiz)

2018-03-04 07:46:06 UTC MAIN commitmail json YAML

tor: update to 0.3.2.10.

Changes in version 0.3.2.10 - 2018-03-03
  Tor 0.3.2.10 is the second stable release in the 0.3.2 series. It
  backports a number of bugfixes, including important fixes for security
  issues.

  It includes an important security fix for a remote crash attack
  against directory authorities, tracked as TROVE-2018-001.

  Additionally, it backports a fix for a bug whose severity we have
  upgraded: Bug 24700, which was fixed in 0.3.3.2-alpha, can be remotely
  triggered in order to crash relays with a use-after-free pattern. As
  such, we are now tracking that bug as TROVE-2018-002 and
  CVE-2018-0491, and backporting it to earlier releases.  This bug
  affected versions 0.3.2.1-alpha through 0.3.2.9, as well as version
  0.3.3.1-alpha.

  This release also backports our new system for improved resistance to
  denial-of-service attacks against relays.

  This release also fixes several minor bugs and annoyances from
  earlier releases.

  Relays running 0.3.2.x SHOULD upgrade to one of the versions released
  today, for the fix to TROVE-2018-002.  Directory authorities should
  also upgrade. (Relays on earlier versions might want to update too for
  the DoS mitigations.)

(wiz)

2018-03-04 01:49:21 UTC MAIN commitmail json YAML

llvm: REmove libLLVM from list of packages to be updated

libLLVM has a different versioning scheme, to accomodate depending
packages that typically do not work with updated libLLVM.

(gdt)

2018-03-04 01:47:39 UTC MAIN commitmail json YAML

libLLVM: Note plan for this to stay at 4.0

(gdt)

2018-03-04 01:46:37 UTC MAIN commitmail json YAML

libLLVM: Note that not updating from 4.0 is intentional

(gdt)

2018-03-04 01:44:29 UTC MAIN commitmail json YAML

Updated security/mozilla-rootcerts-openssl to 2.1

(ryoon)

2018-03-04 01:44:07 UTC MAIN commitmail json YAML

Update to 2.1

* Depend on security/mozilla-rootcerts-1.0.20180111

(ryoon)

2018-03-04 01:42:58 UTC MAIN commitmail json YAML

Updated security/mozilla-rootcerts to 1.0.20180111

(ryoon)

2018-03-04 01:42:31 UTC MAIN commitmail json YAML

2018-03-04 01:29:53 UTC MAIN commitmail json YAML

Updated databases/postgresql-postgis2 to 2.4.3

(ryoon)

2018-03-04 01:29:27 UTC MAIN commitmail json YAML

Update to 2.4.3

* O.k. by gdt@

Changelog:
PostGIS 2.4.3
2018/01/17

* Bug fixes *
  - #3713, Support encodings that happen to output a '\' character
  - #3827, Set configure default to not do interrupt testing,
          was causing false negatives for many people (Regina Obe)
          revised to be standards compliant in #3988 (Greg Troxel)
  - #3930, Minimum bounding circle issues on 32-bit platforms
  - #3965, ST_ClusterKMeans used to lose some clusters on initialization
          (Darafei Praliaskouski)
  - #3956, Brin opclass object does not upgrade properly (Sandro Santilli)
  - #3982, ST_AsEncodedPolyline supports LINESTRING EMPTY and MULTIPOINT EMPTY
          (Darafei Praliaskouski)
  - #3975, ST_Transform runs query on spatial_ref_sys without schema
          qualification. Was causing restore issues. (Paul Ramsey)

* Enhancements *
  - #3944, Update to EPSG register v9.2 (Even Rouault)

(ryoon)

2018-03-04 01:03:40 UTC MAIN commitmail json YAML

doc: Added math/R-coda version 0.19.1

(minskim)

2018-03-04 01:03:34 UTC MAIN commitmail json YAML

math/Makefile: Add R-coda

(minskim)

2018-03-04 01:03:32 UTC MAIN commitmail json YAML

math/R-coda: Import version 0.19.1

coda provides functions for summarizing and plotting the output from
Markov Chain Monte Carlo (MCMC) simulations, as well as diagnostic
tests of convergence to the equilibrium distribution of the Markov
chain.

(minskim)

2018-03-03 22:36:17 UTC MAIN commitmail json YAML

Updated cross/arm-none-eabi-binutils to 2.30

(ryoon)

2018-03-03 22:35:51 UTC MAIN commitmail json YAML

Update to 2.30

Changelog:
  In the assembler:

    * Add support for location views in DWARF debug line information.

  In the BFD linker:

    * Add -z separate-code to generate separate code PT_LOAD segment.

    * Add "-z undefs" command line option as the inverse of the "-z defs"
option.

    * Add -z globalaudit command line option to force audit libraries to be run
      for every dynamic object loaded by an executable - provided that the
loader
      supports this functionality.

    * Tighten linker script grammar around file name specifiers to prevent the
use
      of SORT_BY_ALIGNMENT and SORT_BY_INIT_PRIORITY on filenames.  These would
      previously be accepted but had no effect.

    * The EXCLUDE_FILE directive can now be placed within any SORT_* directive
      within input section lists.

  In the GOLD linker:

    * Add support for .MIPS.options sections (MIPS only).

    * Add support for compound relocations (MIPS only).

    * Add --emit-stub-syms, --no-tls-optimize, --tls-get-addr-optimize options
      (PowerPC only).

    * Add -z text-unlikely-segment option.

    * Add plugin support for adding new input files
(LDPT_REGISTER_NEW_INPUT_HOOK).

  In the utilities:

    * Add --debug-dump=links option to readelf and --dwarf=links option to
objdump
      which displays the contents of any .gnu_debuglink or .gnu_debugaltlink
      sections.

    * Add a --debug-dump=follow-links option to readelf and a
--dwarf=follow-links
      option to objdump which causes indirect links into separate debug info
files
      to be followed when dumping other DWARF sections.

(ryoon)

2018-03-03 22:31:18 UTC MAIN commitmail json YAML

Updated misc/libreoffice to 6.0.2.1

(ryoon)

2018-03-03 22:30:51 UTC MAIN commitmail json YAML

Update to 6.0.2.1

Changelog:
Bugs fixed compared to 6.0.1 RC1:

    ofz#6112 wrong start off sets for korean KSC5601 table [Caolán McNamara]
    ofz#6173 check index before use [Caolán McNamara]
    ofz#6311 still problems with SdrEdgeObj listening to same obj at start as end [Caolán McNamara]
    ofz#6450 use the rule name, not the rule itself [Caolán McNamara]
    rhbz#1546997 [fix available][ALL_LANG except zh,ko] Text overlap observed in libreoffice applications on search bar [Caolán McNamara]
    tdf#51340 FILEOPEN: PPTX - Master-slide style-level line spacing not applied to line that has a different paragraph-level above paragraph spacing [Tamás Zolnai]
    tdf#72440 Function Wizard Range Selection Resulted in #REF Error [Laurent BP]
    tdf#80196 standardize color palette using mathematically generated colors [Gabor Kelemen]
    tdf#81475 (Writer-Toolbars-Revamp) [META] Revamp of Writer toolbars in 4.4+ [Yousuf Philips]
    tdf#83260 CRASH: autocorrect with change tracking halts LibreOffice [Fyodor Yemelyanenko, Michael Stahl]
    tdf#84678 FILEOPEN: .DOCX textbox margins incorrectly set in 4.4.x [Miklos Vajna]
    tdf#86661 Incorrect usage of ATK_ROLE_TEXT [Samuel Thibault]
    tdf#88802 Editing Labels - label wizard allows incomplete or erroneous field names to be inserted into layout window [ekuiitr]
    tdf#95192 SORTING Natural sorting not working with non-letter,non-number content [Eike Rathke]
    tdf#102374 Find & Replace - the \t wildcard is not parsed as a replacement string for some Find instances [Justin Luth]
    tdf#103919 Mailmerge e-mail does not send all merged documents [Alex McMurchy1917]
    tdf#105000 Palettes and color names are not localizable [Gabor Kelemen]
    tdf#105837 Wrong quotation marks for [*-CH] Swiss languages [Eike Rathke]
    tdf#107134 Filter navigator can not read operators. [Julien Nabet]
    tdf#107403 Icons wrongly scaled in hidpi screen for the borders toolbar control [Maxim Monastirsky]
    tdf#108005 Writer hangs several seconds after saving [Stephan Bergmann]
    tdf#108227 Table style is not highlighted in Stylist (F11 Right SideBar) [Jim Raykowski]
    tdf#112694 FILEOPEN: DOCX - Top margin imported incorrectly and header incorrectly activated [Miklos Vajna]
    tdf#112990 LO60master on macOS: crashing at start with OpenGL enabled [Xisco Fauli]
    tdf#113258 FILEOPEN: Text in shape in a docx document is misplaced (partially cut) when opening in LO [Miklos Vajna]
    tdf#113538 Bundle and use open source Hebrew fonts by default [Yousuf Philips]
    tdf#114299 Notebookbar Groupedbar not drawn (80%) after opening and closing Print Preview [Yousuf Philips]
    tdf#114676 Base Freezes on DB Connect() macro [Jan-Marek Glogowski]
    tdf#114756 Connector dialog includes 4 times the entry "standard connector" in dropdown [Caolán McNamara, Julien Nabet]
    tdf#114821 FILEOPEN PPTX: In some files bar chart data labels are incorectly positioned [Szymon Kłos]
    tdf#114833 Dutch locale: date input without year (pattern D-M) displays as dd-mm-yy, while with year (pattern D-M-Y) displays as ISO yyyy-mm-dd [Eike Rathke]
    tdf#114972 Notebookbar: Textbox item in Groupedbar Compact and Full not working [Yousuf Philips]
    tdf#115032 AutoCaption preference in options dialog should show Above as default position of table captions [Julien Nabet]
    tdf#115046 Autofilter is disabled prematurely [Eike Rathke]
    tdf#115242 FILEOPEN: RTF: Incorrect left indent [Miklos Vajna]
    tdf#115315 Editing: Cursor not in focus with new Calc/Writer document [Telesto]
    tdf#115382 Hungarian users need better access to apostrophe [László Németh]
    tdf#115383 writer can't open File from CD-ROM [Aron Budea]
    tdf#115430 Crash in: BindDispatch_Impl::statusChanged(com::sun::star::frame::FeatureStateEvent const&) [Maxim Monastirsky]
    tdf#115447 Missing Table Control and other icons in More Controls bar [Yousuf Philips]
    tdf#115483 implementation of 19.697 table:protection-key / 19.850 text:protection-key doesn't conform to ODF 1.2 [Michael Stahl]
    tdf#115493 matrix formula wrong calculation from names, also wrong saving of names [Eike Rathke]
    tdf#115506 FORMATTING: Crash in: XPropertyList::Count() when selecting "Pattern" button in "Background" tab in "Table Properties" window [Tamás Zolnai]
    tdf#115529 Image rotation is wrong for angles in range 181° to 359° [Armin Le Grand]
    tdf#115530 Conditional formatting isn't updated when formula is updated (XLSX) [Aron Budea]
    tdf#115569 CRASH: Trying to convert a table row to a text in a docx-document ( steps in comment 3) [Ashod Nakashian]
    tdf#115601 ImageMap UI: File type list item <Alle> is not translatable [Julien Nabet]
    tdf#115620 Performing of a Find Text operation Switches the Object Type of the “Navigate By” Drop-down Menu to “Repeat Search” [Jim Raykowski]
    tdf#115659 Apparmor profile for senddoc is broken [Olivier Tilloy]
    tdf#115661 same Elementary icons for different figures on Flowchart toolbar [andreas kainz]
    tdf#115710 Use of WEBSERVICE within a macro in CALC raises an "Illegal argument" exception [Eike Rathke]
    tdf#115719 DOCX import: lack of Word 2013-style increased spacing for paragraph with anchored objects [Miklos Vajna]
    tdf#115750 Hang when opening the Fontwork dialog LibO6.1.0.0+ [Caolán McNamara]
    tdf#115782 Writer uses the different rotation orientation for Draw format images and Writer images [Armin Le Grand]
    tdf#115783 Copy and paste in table: lost character formatting of original text [Miklos Vajna]

(ryoon)

2018-03-03 22:22:54 UTC MAIN commitmail json YAML

Updated mail/thunderbird-l10n to 52.6.0

(ryoon)

2018-03-03 22:22:33 UTC MAIN commitmail json YAML

Update to 52.6.0

* Sync with mail/thunderbird-52.6.0

(ryoon)

2018-03-03 22:21:49 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 52.6.0

(ryoon)

2018-03-03 22:20:40 UTC MAIN commitmail json YAML

Update to 52.6.0

Changelog:
    Fixed Searching message bodies of messages in local folders, including
            filter and quick filter operations, not working reliably:
            Content not found in base64-encode message parts, non-ASCII text
            not found and false positives found.
    Fixed Defective messages (without at least one expected header) not shown
            in IMAP folders but shown on mobile devices
    Fixed Calendar: Unintended task deletion if numlock is enabled
    Fixed Various security fixes

Security fixes:
#CVE-2018-5095: Integer overflow in Skia library during edge builder allocation
#CVE-2018-5096: Use-after-free while editing form elements
#CVE-2018-5097: Use-after-free when source document is manipulated during XSLT
#CVE-2018-5098: Use-after-free while manipulating form input elements
#CVE-2018-5099: Use-after-free with widget listener
#CVE-2018-5102: Use-after-free in HTML media elements
#CVE-2018-5103: Use-after-free during mouse event handling
#CVE-2018-5104: Use-after-free during font face manipulation
#CVE-2018-5117: URL spoofing with right-to-left text aligned left-to-right
#CVE-2018-5089: Memory safety bugs fixed in Firefox 58, Firefox ESR 52.6,
                  and Thunderbird 52.6

(ryoon)

2018-03-03 22:15:58 UTC MAIN commitmail json YAML

Updated www/seamonkey-l10n to 2.49.2

(ryoon)

2018-03-03 22:15:36 UTC MAIN commitmail json YAML

Update to 2.49.2

Sync with www/seamonkey-2.49.2

(ryoon)

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

Updated www/seamonkey to 2.49.2

(ryoon)

2018-03-03 22:14:41 UTC MAIN commitmail json YAML

Update to 2.49.2

Changelog:
* Based on Firefox 52.6 and Thunderbird 52.6

(ryoon)

2018-03-03 22:11:50 UTC MAIN commitmail json YAML

2018-03-03 22:11:26 UTC MAIN commitmail json YAML

Update to 1.24.1

Changelog:
    Do not abort when unwinding through FFI (this reverts behavior added
      in 1.24.0)
    Emit UTF-16 files for linker arguments on Windows
    Make the error index generator work again
    Cargo will warn on Windows 7 if an update is needed.

(ryoon)

2018-03-03 20:51:08 UTC MAIN commitmail json YAML

libzdb: fix openssl configure test's usage of deprecated symbol

(tnn)

2018-03-03 19:43:20 UTC MAIN commitmail json YAML

lang/ghc7: download from https instead of http (redirected)

(rillig)

2018-03-03 12:30:44 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.3.0

(leot)

2018-03-03 12:30:31 UTC MAIN commitmail json YAML

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

Changes:
1.3.0
-----
* Added `--proxy` to explicitly specify a proxy server (#76)
* Added options to customize archive ID formats and undefined replacement
  fields
* Changed various archive ID formats to improve their behavior for favorites
  / bookmarks / etc.
  * Affected modules are `deviantart`, `flickr`, `tumblr`, `pixiv` and
    all ...boorus
* Improved `sankaku` and `idolcomplex` support by
  * respecting `page` and `next` URL parameters (#79)
  * bypassing the page-limit for unauthenticated users
* Improved `directlink` metadata by properly unquoting it
* Fixed `pixiv` ugoira extraction (#78)
* Fixed miscellaneous extraction issues for `mangastream` and `tumblr`
* Removed `yeet`, `chronos`, `coreimg`, `hosturimage`, `imageontime`,
  `img4ever`, `imgmaid`, `imgupload`

(leot)

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

doc: Updated archivers/brotli to 1.0.3

(mef)

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

Updated archivers/brotli to 1.0.3

Brotli v1.0.3
Key changes:
- new feature: "Large Window Brotli"
- new dictionary generator

Other changes:
- improved compression ratio: sub-blocks stitching
- improved compression ratio: eliminated floating numbers rounding
- improved compression ratio: make the zopflification aware
  of NDIRECT, NPOSTFIX
- improve automake build
- improve BrotliEncoderMaxCompressedSize precision
- fix API documentation / typos
- fix code style
- make hashers host-endianness-independent
- Java: added "eager" decoding both to JNI wrapper and pure decoder
- CLI: window size is auto-adjusted
- added dictionaryless compressed dictionary

(mef)

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

doc: Updated devel/p5-Test-Harness to 3.41

(mef)

2018-03-03 02:03:46 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Harness to 3.41

3.41    27-02-2018
        - Released 3.40_01 without code modifications

3.40_01 23-07-2017
        - Return handle for pipes and sockets #58 (Erik Huelsmann)
        - TAP v13 plan allows trailing whitespace (Steffen Schwigon)
        - prove: add a --statefile=<path> option to customize the .prove file
          (Avar Arnfjoerz Bjarmason)
        - Avoid non-deterministic source handling, make a SourceHandler tie an
          error. (Michael Schwern, Leon Timmermans)
        - Fix and simplify MSWin32 colorization (Roy Ivy III)
        - Fix file source handler to accept single extensions option (Tomoki Aonuma)
        - Spelling fixes (Brian Wightman)

(mef)

2018-03-03 01:46:56 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Date-Manip to 6.70

(mef)

2018-03-03 01:46:03 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Manip to 6.70. Upstream ChangeLog not known.

(mef)

2018-03-03 01:31:47 UTC MAIN commitmail json YAML

doc: Updated devel/patch to 2.7.6

(mef)

2018-03-03 01:31:35 UTC MAIN commitmail json YAML

Updated devel/patch to 2.7.6

Changes in version 2.7.6:
* Files specififed on the command line are no longer verified to be inside the
  current working directory, so commands like "patch -i foo.diff ../foo" will
  work again.
* Various fixes.

(mef)

2018-03-03 01:23:38 UTC MAIN commitmail json YAML

doc: Added math/R-poweRlaw version 0.70.1

(minskim)

2018-03-03 01:23:32 UTC MAIN commitmail json YAML

math/Makefile: Add R-poweRlaw

(minskim)

2018-03-03 01:23:29 UTC MAIN commitmail json YAML

math/R-poweRlaw: Import version 0.70.1

The poweRlaw package is an implementation of maximum likelihood
estimators for a variety of heavy tailed distributions, including both
the discrete and continuous power law distributions. Additionally, a
goodness-of-fit based approach is used to estimate the lower cut-off
for the scaling region.

(minskim)

2018-03-02 22:41:08 UTC MAIN commitmail json YAML

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

(wiz)

2018-03-02 22:40:59 UTC MAIN commitmail json YAML

xf86-video-amdgpu: update to 18.0.0.

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

Highlights:

* New year-based versioning scheme
* Page flipping can now be used even when the HW cursor can't be used in
  some cases
* Support for 30-bit RGB colour output. Note that gamma correction is
  currently not available with 30-bit colour. Also, hardware
  acceleration is not available with 30-bit colour with xserver versions
  before 1.20.

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

(wiz)

2018-03-02 19:22:24 UTC MAIN commitmail json YAML

2018-03-02 19:20:28 UTC MAIN commitmail json YAML

doc: Updated www/ikiwiki to 3.20180228

(schmonz)

2018-03-02 19:20:20 UTC MAIN commitmail json YAML

Update to 3.20180228. From the changelog:

* core: Don't send relative redirect URLs when behind a reverse proxy
* core: Escape backticks etc. in directive error messages as HTML
  entities so that the error message is not subsequently parsed as
  Markdown
* mdwn: Enable fenced code blocks, PHP Markdown Extra-style definition
  lists and GitHub-style extensions to HTML tag syntax when used with
  Discount >= 2.2.0 (Closes: #[888055])
* img: Fix auto-detection of image format (if enabled, which is
  strongly discouraged) with ImageMagick >= 6.9.8-3
* rst: Use Python 3 instead of Python 2
* build: `set -e` before each `for` loop, so that errors are reliably
  trapped
* build: Use if/then instead of `||` so that the `-e` flag works
* build: Ensure that pm_to_blib finishes before rewriting shebang lines
* t: Make the img test pass with ImageMagick >= 6.9.8-3
  (Closes: #[891647])
* debian: Remove unused Lintian overrides for duplicate word false positives
* debian: Declare compliance with Debian Policy 4.1.3

(schmonz)

2018-03-02 19:04:22 UTC MAIN commitmail json YAML

doc: Added math/R-prob version 1.0.0

(minskim)

2018-03-02 19:04:17 UTC MAIN commitmail json YAML

math/Makefile: Add R-prob

(minskim)

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

math/R-prob: Import version 1.0.0

A framework for performing elementary probability calculations on
finite sample spaces, which may be represented by data frames or
lists.  Functionality includes setting up sample spaces, counting
tools, defining probability spaces, performing set algebra,
calculating probability and conditional probability, tools for
simulation and checking the law of large numbers, adding random
variables, and finding marginal distributions.  Characteristic
functions for all base R distributions are included.

(minskim)

2018-03-02 18:49:10 UTC MAIN commitmail json YAML

doc: Added finance/R-fAsianOptions version 3042.82

(minskim)

2018-03-02 18:49:04 UTC MAIN commitmail json YAML

finance/Makefile: Add R-fAsianOptions

(minskim)

2018-03-02 18:49:00 UTC MAIN commitmail json YAML

finance/R-fAsianOptions: Import version 3042.82

Provides functions for pricing and valuating Asian Options together
with tools for analyzing and modeling Exponential Brownian Motion
(EBM).

(minskim)

2018-03-02 18:38:27 UTC MAIN commitmail json YAML

doc: Added finance/R-fOptions version 3042.86

(minskim)

2018-03-02 18:38:23 UTC MAIN commitmail json YAML

"finance/Makefile: Add R-fOptions"

(minskim)

2018-03-02 18:38:20 UTC MAIN commitmail json YAML

finance/R-fOptions: Import version 3042.86

This package provides a collection of functions to valuate basic
options. This includes the generalized Black-Scholes option, options
on futures and options on commodity futures.

(minskim)

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

Updated databases/postgresql9[3456], databases/postgresql10

(adam)

2018-03-02 17:12:28 UTC MAIN commitmail json YAML

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

postgresqlNN: updated to 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22

PostgreSQL 10.3, 9.6.8, 9.5.12, 9.4.17, and 9.3.22:
The purpose of this release is to address CVE-2018-1058, which describes how a user can create like-named objects in different schemas that can change the behavior of other users' queries and cause unexpected or malicious behavior, also known as a "trojan-horse" attack. Most of this release centers around added documentation that describes the issue and how to take steps to mitigate the impact on PostgreSQL databases.

(adam)

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

2018-03-02 16:27:54 UTC MAIN commitmail json YAML

doc: Updated graphics/opencv-contrib-face to 3.4.1

(fhajny)

2018-03-02 16:26:21 UTC MAIN commitmail json YAML

2018-03-02 16:24:33 UTC MAIN commitmail json YAML

doc: Updated graphics/opencv to 3.4.1

(fhajny)

2018-03-02 16:24:21 UTC MAIN commitmail json YAML

graphics/opencv: Update to 3.4.1.

== OpenCV 3.4.1

dnn
- Added support for quantized TensorFlow networks
- OpenCV is now able to use Intel DL inference engine as DNN
  acceleration backend
- Added AVX-512 acceleration to the performance-critical kernels, such
  as convolution and fully-connected layers
- SSD-based models trained and retrained in TensorFlow Object
  Detection API can be easier imported by a single invocation of
  python script making a text graph representation
- Performance of pthreads backend of cv::parallel_for_() has been
  greatly improved on many core machines
- OpenCL backend has been expanded to cover more layers
- Several bugs in various layers have been fixed

OpenCL
- On-disk caching of precompiled OpenCL kernels has been fixed to
  comply with OpenCL standard
- Certain cases with UMat deadlock when copying UMats in different
  threads has been fixed

Android
- Supported Android NDK16
- Added build.gradle into OpenCV 4 Android SDK
- Added initial support of Camera2 API via JavaCamera2View interface

C++
- C++11: added support of multi-dimentional cv::Mat creation via C++
  initializers lists
- C++17: OpenCV source code and tests comply C++17 standard

Misc
- opencv_contrib: added GMS matching
- opencv_contrib: added CSR-DCF tracker
- opencv_contrib: several improvements in OVIS module

== OpenCV 3.4

- New background subtraction algorithms have been integrated.

dnn
- Added faster R-CNN support
- Javascript bindings have been extended to cover DNN module
- DNN has been further accelerated for iGPU using OpenCL

OpenCL
- On-disk caching of precompiled OpenCL kernels has been finally
  implemented
- It's now possible to load and run pre-compiled OpenCL kernels via
  T-API
- Bit-exact 8-bit and 16-bit resize has been implemented

(fhajny)

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

doc: Added www/ap-uwsgi version 2.0.16

(joerg)

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

2018-03-02 16:15:35 UTC MAIN commitmail json YAML

Package the mod_proxy_uwsgi support separately from the main uwsgi
package.

(joerg)

2018-03-02 16:14:46 UTC MAIN commitmail json YAML

Package the mod_proxy_uwsgi support separately from the main uwsgi
package.

(joerg)

2018-03-02 16:01:31 UTC MAIN commitmail json YAML

doc: Added devel/py-Pympler version 0.5

(joerg)