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

2024-05-12 18:31:46 UTC Now

2017-06-24 15:19:30 UTC MAIN commitmail json YAML

Updated databases/mysql55-server to 5.5.56nb1

(schmonz)

2017-06-24 15:19:22 UTC MAIN commitmail json YAML

Updated databases/mysql51-server to 5.1.73nb1

(schmonz)

2017-06-24 15:18:43 UTC MAIN commitmail json YAML

2017-06-24 14:27:10 UTC MAIN commitmail json YAML

Updated sysutils/xfce4-mount-plugin to 1.1.0nb1

(youri)

2017-06-24 14:26:53 UTC MAIN commitmail json YAML

2017-06-24 14:25:12 UTC MAIN commitmail json YAML

Added net/unifi

(tnn)

2017-06-24 14:24:46 UTC MAIN commitmail json YAML

2017-06-24 14:20:40 UTC MAIN commitmail json YAML

2017-06-24 14:16:37 UTC MAIN commitmail json YAML

2017-06-24 13:10:51 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20170622

(schmonz)

2017-06-24 13:10:44 UTC MAIN commitmail json YAML

Update to 3.20170622. From the changelog:

* t/git-cgi.t: Wait 1 second before doing a revert that should work.
  This hopefully fixes a race condition in which the test failed
  around 6% of the time. (Closes: 862494)
* Guard against set-but-empty REMOTE_USER CGI variable on
  misconfigured nginx servers, and in general treat sessions with
  a set-but-empty name as if they were not signed in.
* When the CGI fails, print the error to stderr, not "Died"
* mdwn: Don't mangle <style> into <elyts> under some circumstances
* mdwn: Enable footnotes by default when using the default Discount
  implementation. A new mdwn_footnotes option can be used to disable
  footnotes in MultiMarkdown and Discount.
* mdwn: Don't enable alphabetically labelled ordered lists by
  default when using the default Discount implementation. A new
  mdwn_alpha_list option can be used to restore the old
  interpretation.
* osm: Convert savestate hook into a changes hook. savestate is not
  the right place to write wiki content, and in particular this
  breaks websetup if osm's dependencies are not installed, even
  if the osm plugin is not actually enabled. (Closes: #719913)
* toc: if the heading is of the form <h1 id="...">, use that for
  the link in the table of contents (but continue to generate
  <a name="index42"></a> in case someone was relying on it)
* color: Do not leak markup into contexts that take only the plain
  text, such as toc
* meta: Document [[!meta name="foo" content="bar"]]

(schmonz)

2017-06-24 12:50:38 UTC MAIN commitmail json YAML

Add Ubiquiti Networks Firmware License, for net/unifi

(tnn)

2017-06-24 09:31:31 UTC MAIN commitmail json YAML

Removed openvpn

(adam)

2017-06-24 08:20:53 UTC MAIN commitmail json YAML

Updated devel/py-ipython to 5.4.1; devel/py-jupyter_client to 5.1.0; math/py-scipy to 0.19.1

(adam)

2017-06-24 08:19:40 UTC MAIN commitmail json YAML

SciPy 0.19.1 is a bug-fix release with no new features compared to 0.19.0.
The most important change is a fix for a severe memory leak in integrate.quad.

(adam)

2017-06-24 08:17:00 UTC MAIN commitmail json YAML

5.1:

Define Jupyter protocol version 5.2, resolving ambiguity of cursor_pos field in the presence of unicode surrogate pairs.

Add :meth:`Session.clone` for making a copy of a Session object without sharing the digest history. Reusing a single Session object to connect multiple sockets to the same IOPub peer can cause digest collisions.

Avoid global references preventing garbage collection of background threads.

(adam)

2017-06-24 08:07:14 UTC MAIN commitmail json YAML

IPython 5.4.1
Released a few hours after 5.4, fix a crash when backports.shutil-get-terminal-size is not installed.

IPython 5.4
IPython 5.4-LTS is the first release of IPython after the release of the 6.x series which is Python 3 only. It backports most of the new exposed API additions made in IPython 6.0 and 6.1 and avoid having to write conditional logics depending of the version of IPython.

(adam)

2017-06-24 08:03:35 UTC MAIN commitmail json YAML

2017-06-24 07:31:56 UTC MAIN commitmail json YAML

Added www/py-websockets version 3.3

(adam)

2017-06-24 07:30:18 UTC MAIN commitmail json YAML

websockets is a library for developing WebSocket servers and clients in
Python. It implements RFC 6455 with a focus on correctness and simplicity.
It passes the Autobahn Testsuite.

Built on top of Python's asynchronous I/O support introduced in PEP 3156,
it provides an API based on coroutines, making it easy to write highly
concurrent applications.

(adam)

2017-06-24 07:19:44 UTC MAIN commitmail json YAML

Added textproc/py-ujson version 1.35

(adam)

2017-06-24 07:18:11 UTC MAIN commitmail json YAML

UltraJSON is an ultra fast JSON encoder and decoder written in pure C with
bindings for Python 2.5+ and 3.

(adam)

2017-06-24 07:13:05 UTC MAIN commitmail json YAML

Added 'python' to CATEGORIES

(adam)

2017-06-24 06:57:36 UTC MAIN commitmail json YAML

2017-06-24 06:52:22 UTC MAIN commitmail json YAML

Updated devel/libuv to 1.12.0; Added devel/py-uvloop version 0.8.0

(adam)

2017-06-24 06:50:59 UTC MAIN commitmail json YAML

Inital commit had too much dirt -- this is a clean-up.

(adam)

2017-06-24 06:47:59 UTC MAIN commitmail json YAML

uvloop is a fast, drop-in replacement of the built-in asyncio event loop.

uvloop and asyncio, combined with the power of async/await in Python 3.5,
makes it easier than ever to write high-performance networking code in Python.

uvloop makes asyncio fast. In fact, it is at least 2x faster than nodejs,
gevent, as well as any other Python asynchronous framework. The performance
of uvloop-based asyncio is close to that of Go programs.

(adam)

2017-06-24 06:29:00 UTC MAIN commitmail json YAML

Tidy the xlennart package

Correct spelling of 'systent' virus.
Stop demanding C++ compiler, not needed.

(kamil)

2017-06-24 06:07:44 UTC MAIN commitmail json YAML

Version 1.12.0
* test: fix tests on OpenBSD
* test: fix -Wformat warning
* win,fs: avoid double freeing uv_fs_event_t.dirw
* unix: remove unused code in `uv__io_start`
* signal: add uv_signal_start_oneshot method
* unix: factor out reusable POSIX hrtime impl
* unix,win: add uv_os_{get,set,unset}env()
* win: add uv__convert_utf8_to_utf16()
* docs: improve UV_ENOBUFS scenario documentation
* unix: return UV_EINVAL for NULL env name
* unix: filter getifaddrs results consistently
* unix: factor out getifaddrs result filter
* unix: factor out reusable BSD ifaddrs impl
* unix: use union to follow strict aliasing rules
* unix: simplify async watcher dispatch logic
* samples: update timer callback prototype
* unix: make loops and watchers usable after fork()
* win: free uv__loops once empty
* tools: add make_dist_html.py script
* win,sunos: stop handle on uv_fs_event_start() err
* unix,windows: refactor request init logic
* win: fix memory leak inside uv__pipe_getname
* fsevent: support for files without short name
* doc: fix multiple doc typos
* test,osx: fix flaky kill test
* unix: inline uv_pipe_bind() err_bind goto target
* unix,test: deadstore fixes
* win: fix memory leak inside uv_fs_access()
* doc: fix docs/src/fs.rst build warning
* doc: minor grammar fix in Installation section
* doc: suggestions for design page
* doc: libuv does not touch uv_loop_t.data
* github: add ISSUE_TEMPLATE.md
* doc: add link to libuv/help to README
* udp: fix fast path in uv_udp_send() on unix
* test: add test for uv_udp_send() fix
* doc: fix documentation for uv_handle_t.type
* zos: use proper prototype for epoll_init()
* doc: rename docs to "libuv documentation"
* doc: update copyright years
* doc: move TOC to a dedicated document
* doc: move documentation section up
* doc: move "upgrading" to a standalone document
* doc: add initial version of the User Guide
* doc: removed unused file
* doc: update guide/about and mention new maintainership
* doc: remove licensing note from guide/about
* doc: add warning note to user guide
* doc: change license to CC BY 4.0
* doc: remove ubvook reference from README
* doc: add code samples from uvbook
* doc: update supported linux/glibc baseline
* win: avoid leaking pipe handles to child processes
* win,test: support stdout output larger than 1kb
* win: remove __declspec(inline) from atomic op
* test: fix VC++ compilation warning
* build: add -Wstrict-prototypes
* zos: implement uv__io_fork, skip fs event tests
* unix: do not close udp sockets on bind error
* unix: remove FSEventStreamFlushSync() call
* build,openbsd: remove kvm-related code
* test: fix flaky tcp-write-queue-order
* unix,win: add uv_os_gethostname()
* zos: increase timeout for tcp_writealot
* zos: do not inline OOB data by default
* test: fix -Wstrict-prototypes compiler warnings
* unix: factor out reusable no-proctitle impl
* test: factor out fsevents skip explanation
* test: skip fork fsevent cases when lacking support
* unix: factor out reusable no-fsevents impl
* unix: factor out reusable sysinfo memory lookup
* unix: factor out reusable sysinfo loadavg impl
* unix: factor out reusable procfs exepath impl
* unix: add a uv__io_poll impl using POSIX poll(2)
* cygwin: implement support for cygwin and msys2
* cygwin: recognize EOF on named pipe closure
* cygwin: fix uv_pipe_connect report of ENOTSOCK
* cygwin: disable non-functional ipc handle send
* test: skip self-connecting tests on cygwin
* doc: mark uv_loop_fork() as experimental
* doc: add bzoz to maintainers
* doc: fix memory leak in tcp-echo-server example
* win: make uv__get_osfhandle() public
* doc: use valid pipe name in pipe-echo-server

(adam)

2017-06-24 04:24:56 UTC MAIN commitmail json YAML

Correct mongodb build failure on NetBSD 8.99.1

Address <sys/user.h> removal fallout.

(kamil)

2017-06-24 02:00:54 UTC MAIN commitmail json YAML

2017-06-24 01:44:47 UTC MAIN commitmail json YAML

Added games/xlennart version 1.1.1

(kamil)

2017-06-24 01:44:03 UTC MAIN commitmail json YAML

+ games/xlennart

(kamil)

2017-06-24 01:43:03 UTC MAIN commitmail json YAML

Import xlennart-1.1.1 as games/xlennart.

Welcome to XLennart...

Ever get the feeling that nothing is going right? You're a sysadmin, and
someone's trying to destroy your computers. The little people running around
the screen are trying to infect your computers with SystenD [TM], a virus
cleverly designed to resemble a popular init system. Your objective is to click
the mouse on them, ending the potential threat. If one of the people reaches a
computer, it will attempt to replace your operating system with the virus it
carries. It will then attempt to run off the screen with your vital software.
The game ends when only 1 (or 0) of your computers are being productive.
Additionally, some computers are connected with network cables. When one
computer on a network becomes infected, a spark will be sent down the cable,
and will infect the computer on the other end when it reaches there.

Clicking the button on one of the little people will cause it to cry out in
pain and melt (id software eat your heart out!), dropping the stolen os if it
is carrying one. If a computer is running SystenD or is temporarily off, the os
can be dragged back to the computer (or another computer compatible with that
os). To extinguish a spark drag the bucket of water from the upper left corner
onto it.

(kamil)

2017-06-24 01:02:30 UTC MAIN commitmail json YAML

Note that some packages are documentation only

(markd)

2017-06-24 01:02:06 UTC MAIN commitmail json YAML

Note that some packages are documentation only

(markd)

2017-06-24 01:01:38 UTC MAIN commitmail json YAML

Note that some packages are documentation only

(markd)

2017-06-24 00:15:59 UTC MAIN commitmail json YAML

Add tex-mptrees{,-doc}

(markd)

2017-06-24 00:12:34 UTC MAIN commitmail json YAML

Add tex-mptrees to complete collection

(markd)

2017-06-24 00:11:25 UTC MAIN commitmail json YAML

Add tex-mptrees{,-doc}

(markd)

2017-06-24 00:10:08 UTC MAIN commitmail json YAML

2017-06-23 23:54:32 UTC MAIN commitmail json YAML

Collection is complete so update version to 2017

(markd)

2017-06-23 23:40:52 UTC MAIN commitmail json YAML

Add packages to complete texlive-collection-latexrecommended

(markd)

2017-06-23 23:39:06 UTC MAIN commitmail json YAML

2017-06-23 23:33:58 UTC MAIN commitmail json YAML

Add tex-mathspec{,-doc} tex-unicode-math{,-doc}

(markd)

2017-06-23 23:32:12 UTC MAIN commitmail json YAML

Add tex-unicode-math{,-doc} 0.8d

This package will provide a complete implementation of unicode
maths for XeLaTeX and LuaLaTeX. Unicode maths is currently
supported by the following fonts: Cambria Math (Microsoft),
Minion Math (Johannes Kuster, typoma GmbH) Latin Modern Math
(Boguslaw Jackowski, Janusz M. Nowacki) TeX Gyre Pagella Math
(Boguslaw Jackowski, Janusz M. Nowacki) Asana-Math fonts
(Apostolos Syropolous), Neo Euler (Khaled Hosny), STIX (STI
Pub), and XITS Math (Khaled Hosny). As well as running XeTeX or
LuaTeX, this package requires recent versions of the fontspec,
expl3, xpackages, filehook, ucharcat and lualatex-math
packages.

(markd)

2017-06-23 23:28:30 UTC MAIN commitmail json YAML

Add tex-mathspec{,-doc} 0.2b

The mathspec package provides an interface to typeset
mathematics in XeLaTeX with arbitrary text fonts using fontspec
as a backend. The package is under development and later
versions might to be incompatible with this version, as this
version is incompatible with earlier versions. The package
requires at least version 0.9995 of XeTeX.

(markd)

2017-06-23 23:25:03 UTC MAIN commitmail json YAML

Add tex-lwarp{,-doc}

(markd)

2017-06-23 23:23:56 UTC MAIN commitmail json YAML

Add tex-lwarp{,-doc} 0.32

The package causes LaTeX to directly produce HTML5 output,
using external utility programs only for the final conversion
of text and images. Math may be represented by SVG files or
MathJax. Documents may be produced by LaTeX, LuaLaTeX, or
XeLaTeX. A texlua script removes the need for system utilities
such as make and gawk, and also supports xindy and latexmk.
Configuration is automatic at the first manual compile. Print
and HTML versions of each document may coexist, each with its
own set of auxiliary files. Support files are self-generated on
request. Assistance is provided for HTML import into EPUB
conversion software and word processors.

(markd)

2017-06-23 23:20:07 UTC MAIN commitmail json YAML

Add tex-latexbug{,-doc}

(markd)

2017-06-23 23:18:50 UTC MAIN commitmail json YAML

Add tex-latexbug{,-doc} 1.0a

The package is written in order to help identifying the
rightful addressee for a bug report. The LaTeX team asks that
it will be loaded in any test file that is intended to be sent
to the LaTeX bug database as part of a bug report.

(markd)

2017-06-23 23:15:00 UTC MAIN commitmail json YAML

Add tex-filehook{,-doc}

(markd)

2017-06-23 23:13:34 UTC MAIN commitmail json YAML

Add tex-filehook{,-doc} 0.5d

The package provides several file hooks (AtBegin, AtEnd, ...)
for files read by \input, \include and \InputIfFileExists.
General hooks for all such files (e.g. all \include'd ones) and
file specific hooks only used for named files are provided; two
hooks are provided for the end of \included files -- one
before, and one after the final \clearpage.

(markd)

2017-06-23 22:22:18 UTC MAIN commitmail json YAML

Commit distinfo from last change

(markd)

2017-06-23 22:13:22 UTC MAIN commitmail json YAML

Correct tct build on NetBSD 8.99.1

Address <sys/user.h> removal fallout.

(kamil)

2017-06-23 21:54:14 UTC MAIN commitmail json YAML

2017-06-23 21:27:09 UTC MAIN commitmail json YAML

Add polkit dependency.

(youri)

2017-06-23 21:23:40 UTC MAIN commitmail json YAML

2017-06-23 21:22:34 UTC MAIN commitmail json YAML

2017-06-23 20:39:52 UTC MAIN commitmail json YAML

Fix build by requiring the right mate-terminal version.

(youri)

2017-06-23 20:39:14 UTC MAIN commitmail json YAML

2017-06-23 19:49:20 UTC MAIN commitmail json YAML

Correct gdb build failure on NetBSD 8.99.1

Address <sys/user.h> removal fallout.

(kamil)

2017-06-23 19:18:07 UTC MAIN commitmail json YAML

Make NetBSD support version agnostic.
Checks are against __NetBSD__Version__ anyway.

Fixes NetBSD 8.99.1 build

(maya)

2017-06-23 19:16:58 UTC MAIN commitmail json YAML

Correct lavaps build failure on NetBSD 8.99.1

Address <sys/user.h> removal fallout.

(kamil)

2017-06-23 19:13:15 UTC MAIN commitmail json YAML

Correct mesure build on NetBSD 8.99.1

Address <sys/user.h> removal fallout.

(kamil)

2017-06-23 19:02:07 UTC MAIN commitmail json YAML

Correct torsmo build failure on NetBSD 8.99.1

There is <sys/user.h> removal fallout.

(kamil)

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

Correct build failure of whowatch on NetBSD 8.99.1

Address <sys/user.h> removal fallout.

(kamil)

2017-06-23 18:25:12 UTC MAIN commitmail json YAML

Correct few build failues in open-vm-tools

Include PAM blk3.
Address <sys/user.h> removal fallout on NetBSD 8.99.1.

(kamil)

2017-06-23 17:34:08 UTC MAIN commitmail json YAML

Updated meta-pkgs/mate to 1.18.0

(youri)

2017-06-23 17:33:52 UTC MAIN commitmail json YAML

Update mate to 1.18:

What窶冱 new in MATE 1.18

The release is focused on completing the migration to GTK3+ and adopting
new technologies to replace some of deprecated components MATE Desktop
1.16 still relied on.

The headline changes in MATE Desktop 1.18 are:

    The entire MATE Desktop suite of applications and components is now
GTK3+ only!
        Requires GTK+ >= 3.14.
        All GTK2+ code has been dropped including the --with-gtk build
option.
    Completed the migration to GtkApplication from libunique.
    Added libinput support for mouse and touchpad.
        Separate settings for handedness (left/right-handed) and motion
acceleration/threshold.
    Much improved accessibility support (particularly for visually
impaired users).
        Many thanks to our friends at Hypra.fr for their contribution!
    Caja adds several new features including:
        Added a copy queue and copy pausing.
        Asking confirmation before moving files to the Trash.
        Support for back/forward mouse buttons for directory navigation.
        Notification when ejected drives are safe to unplug.
    Lock screen will load the users selected background instead of the
system defined default.
    MATE Panel gets several improvements, including:
        Added desktop actions support for additional launch options.
        Added StatusNotifier support.
        Added support for Menulibre menu editor, if installed it is
preferred over Mozo.
    Engrampa, the archive manager, includes a number of improvements:
        Added ear and war to the supported types list.
        Check the rar/unrar version to the correct date is shown.
        Fixed compress rar and 7z split into volumes.
    Notifications now implement action icons support, for example
playback control icons used by media players.
    Reworked the font viewer to add font browsing mode, support for TTC
fonts and expose it in the menus by default.
    Replaced deprecated upower suspend/hibernate functions with
ConsoleKit2 equivalents.
    MATE Terminal adds the ability to close tabs with middle mouse
button.
    Atril, the document viewer, has much improved page load times and
adds support for unarchiver used by some comics.
    Lots of deprecated GTK+ methods have been replaced and many bugs
have been fixed.
    The plugin systems, and all C and Python plugins, in Eye of MATE and
Pluma have been ported to libpeas.
    Translations are updated. Thank you to our team of translators!
    A number of memory leaks have been plugged.
    A-n-d most exciting of all窶ヲ MATE Calculator is back and has been
ported to GTK3+ :-D

What窶冱 new in MATE 1.16

The release is focused on improving GTK3+ compatibility, migrating
components to newer libraries, fixing bugs and code hygiene. The
headline changes in MATE Desktop 1.16 are:

    Improved GTK+3 support across the entire MATE Desktop.
    Application and theme support for GTK+ 3.22.
    More applications build against GTK+3 only:
        Engrampa
        MATE Notification Daemon
        MATE PolKit
        MATE Session Manager
        MATE Terminal
    Some applications have been decoupled from libmate-desktop:
        Engrampa
        MATE Applets
        MATE Netbook
        MATE Power Manager
        MATE Terminal
        Pluma
    Work has started to port applications to GApplication or
GtkApplication:
        Engrampa
        MATE Applets
        MATE Netbook
        MATE User Share
    Many bugs and deprecations are fixed.
    Translations are updated. Thank you to our team of translators!

(youri)

2017-06-23 17:32:31 UTC MAIN commitmail json YAML

Updated editors/pluma to 1.18.2

(youri)

2017-06-23 17:32:16 UTC MAIN commitmail json YAML

2017-06-23 17:32:05 UTC MAIN commitmail json YAML

Updated x11/mozo to 1.18.0

(youri)

2017-06-23 17:31:53 UTC MAIN commitmail json YAML

2017-06-23 17:31:43 UTC MAIN commitmail json YAML

Updated misc/mate-utils to 1.18.2

(youri)

2017-06-23 17:31:32 UTC MAIN commitmail json YAML

2017-06-23 17:31:15 UTC MAIN commitmail json YAML

Updated net/mate-user-share to 1.18.0

(youri)

2017-06-23 17:31:04 UTC MAIN commitmail json YAML

2017-06-23 17:30:42 UTC MAIN commitmail json YAML

Updated graphics/mate-themes to 3.22.12

(youri)

2017-06-23 17:30:28 UTC MAIN commitmail json YAML

2017-06-23 17:29:50 UTC MAIN commitmail json YAML

Updated sysutils/mate-system-monitor to 1.18.0

(youri)

2017-06-23 17:29:36 UTC MAIN commitmail json YAML

2017-06-23 17:29:17 UTC MAIN commitmail json YAML

Updated x11/mate-settings-daemon to 1.18.1

(youri)

2017-06-23 17:29:04 UTC MAIN commitmail json YAML

2017-06-23 17:28:40 UTC MAIN commitmail json YAML

Updated x11/mate-session-manager to 1.18.0

(youri)

2017-06-23 17:28:29 UTC MAIN commitmail json YAML

2017-06-23 17:28:07 UTC MAIN commitmail json YAML

Updated sysutils/mate-sensors-applet to 1.18.2

(youri)

2017-06-23 17:27:53 UTC MAIN commitmail json YAML

2017-06-23 17:27:18 UTC MAIN commitmail json YAML

Updated x11/mate-screensaver to 1.18.1

(youri)

2017-06-23 17:27:04 UTC MAIN commitmail json YAML

2017-06-23 17:26:30 UTC MAIN commitmail json YAML

Updated sysutils/mate-power-manager to 1.18.0

(youri)

2017-06-23 17:26:18 UTC MAIN commitmail json YAML

2017-06-23 17:25:54 UTC MAIN commitmail json YAML

Updated security/mate-polkit to 1.18.1

(youri)

2017-06-23 17:25:42 UTC MAIN commitmail json YAML

2017-06-23 17:25:08 UTC MAIN commitmail json YAML

Updated x11/mate-panel to 1.18.3

(youri)

2017-06-23 17:24:57 UTC MAIN commitmail json YAML

2017-06-23 17:24:33 UTC MAIN commitmail json YAML

Updated sysutils/mate-notification-daemon to 1.18.0

(youri)

2017-06-23 17:24:14 UTC MAIN commitmail json YAML

2017-06-23 17:22:48 UTC MAIN commitmail json YAML

Updated wm/mate-netbook to 1.18.1

(youri)

2017-06-23 17:22:36 UTC MAIN commitmail json YAML

2017-06-23 17:22:10 UTC MAIN commitmail json YAML

Updated x11/mate-menus to 1.18.0

(youri)

2017-06-23 17:21:59 UTC MAIN commitmail json YAML

2017-06-23 17:21:36 UTC MAIN commitmail json YAML

Updated multimedia/mate-media to 1.18.1

(youri)

2017-06-23 17:21:07 UTC MAIN commitmail json YAML

Updated net/powerdns to 4.0.4

(fhajny)

2017-06-23 17:20:56 UTC MAIN commitmail json YAML

2017-06-23 17:20:30 UTC MAIN commitmail json YAML

Updated x11/mate-indicator-applet to 1.18.0

(youri)

2017-06-23 17:20:14 UTC MAIN commitmail json YAML

2017-06-23 17:19:49 UTC MAIN commitmail json YAML

Updated graphics/mate-icon-theme-faenza to 1.18.1

(youri)

2017-06-23 17:19:33 UTC MAIN commitmail json YAML

2017-06-23 17:18:37 UTC MAIN commitmail json YAML

Updated graphics/mate-icon-theme to 1.18.2

(youri)

2017-06-23 17:18:23 UTC MAIN commitmail json YAML

2017-06-23 17:17:56 UTC MAIN commitmail json YAML

Updated x11/mate-desktop to 1.18.0

(youri)

2017-06-23 17:17:45 UTC MAIN commitmail json YAML

2017-06-23 17:17:20 UTC MAIN commitmail json YAML

Updated x11/mate-control-center to 1.18.2

(youri)

2017-06-23 17:17:09 UTC MAIN commitmail json YAML

2017-06-23 17:16:38 UTC MAIN commitmail json YAML

Updated devel/mate-common to 1.18.0

(youri)

2017-06-23 17:16:21 UTC MAIN commitmail json YAML

2017-06-23 17:15:48 UTC MAIN commitmail json YAML

Updated graphics/mate-backgrounds to 1.18.0

(youri)

2017-06-23 17:15:36 UTC MAIN commitmail json YAML

2017-06-23 17:15:03 UTC MAIN commitmail json YAML

Updated x11/mate-applets to 1.18.1

(youri)

2017-06-23 17:14:51 UTC MAIN commitmail json YAML

2017-06-23 17:13:46 UTC MAIN commitmail json YAML

Updated wm/marco to 1.18.1

(youri)

2017-06-23 17:13:31 UTC MAIN commitmail json YAML

2017-06-23 17:13:11 UTC MAIN commitmail json YAML

Updated misc/libmateweather to 1.18.1

(youri)

2017-06-23 17:12:57 UTC MAIN commitmail json YAML

2017-06-23 17:12:54 UTC MAIN commitmail json YAML

Update net/powerdns* to 4.0.4.

This release features a fix for the ed25519 signer. This signer hashed the
message before signing, resulting in unverifiable signatures. Also on the
Elliptic Curve front, support was added for ED448 (DNSSEC algorithm 16)
by using libdecaf.

Bug fixes

- Do not hash the message in the ed25519 signer
- Make URI integers 16 bits, fixes #5443
- configure.ac: Corrects syntax error in test statement on existance
  of libcrypto_ecdsa
- configure.ac: Fix quoting issue fixes #5401
- configure.ac: Check in the detected OpenSSL/libcrypto for ECDSA
- configure.ac: Check if we can link against libatomic if needed
- Fix typo in ldapbackend.cc from issue #5091
- Sort NSEC record case insensitive
- Make sure NSEC ordernames are always lower case
- API: correctly take TTL from first record even if we are at
  the last comment
- Fix AtomicCounter unit tests on 32-bit
- Fix negative port detection for IPv6 addresses on 32-bit
- Remove support for 'right' timezones, as this code turned out to be broken
- Lowercase the TSIG algorithm name in hash computation
- Handle exceptions raised by closesocket()
- Don't leak on signing errors during outgoing AXFR; signpipe stumbles over
  interrupted rrsets; fix memory leak in gmysql backend
- TinyCDB backend: Don't leak a CDB object in case of bogus data

Improvements
- ODBC backend: Allow query logging
- Add ED25519 (algo 15) and ED448 (algo 16) support with libdecaf signer
- YaHTTP: Sync with upstream changes
- Send a notification to all slave servers after every dnsupdate
- Add option to set a global lua-axfr-script value
- dnsreplay: Add --source-ip and --source-port options
- calidns: Use the correct socket family (IPv4 / IPv6)
- Add an option to allow AXFR of zones with a different (higher/lower) serial
- API: Make trailing dot handling consistent with pdnsutil
- SuffixMatchNode: Fix insertion issue for an existing node
- Do not resolve the NS-records for NOTIFY targets if the "only-notify"
  whitelist is empty, as a target will never match an empty whitelist.
- Improve the AXFR DNSSEC freshness check; Ignore NSEC3PARAM metadata in
  an unsigned zone
- Create additional reuseport sockets before dropping privileges; remove
  transaction in pgpsql backend

(fhajny)

2017-06-23 17:12:17 UTC MAIN commitmail json YAML

Updated x11/libmatekbd to 1.18.2

(youri)

2017-06-23 17:11:59 UTC MAIN commitmail json YAML

2017-06-23 17:11:04 UTC MAIN commitmail json YAML

Updated graphics/eom to 1.18.2

(youri)

2017-06-23 17:10:45 UTC MAIN commitmail json YAML

2017-06-23 17:10:05 UTC MAIN commitmail json YAML

Updated archivers/engrampa to 1.18.2

(youri)

2017-06-23 17:09:36 UTC MAIN commitmail json YAML

2017-06-23 17:08:20 UTC MAIN commitmail json YAML

Updated sysutils/caja-extensions to 1.18.1

(youri)

2017-06-23 17:08:06 UTC MAIN commitmail json YAML

2017-06-23 17:07:41 UTC MAIN commitmail json YAML

Updated sysutils/caja-dropbox to 1.18.0

(youri)

2017-06-23 17:07:16 UTC MAIN commitmail json YAML

2017-06-23 17:06:52 UTC MAIN commitmail json YAML

Updated sysutils/caja to 1.18.3

(youri)

2017-06-23 17:06:33 UTC MAIN commitmail json YAML

2017-06-23 17:05:52 UTC MAIN commitmail json YAML

2017-06-23 16:52:45 UTC MAIN commitmail json YAML

Correct build failure of collectd on NetBSD 8.99.1

Address <sys/user.h> removal fallout.

(kamil)

2017-06-23 16:49:47 UTC MAIN commitmail json YAML

2017-06-23 16:48:44 UTC MAIN commitmail json YAML

2017-06-23 16:48:09 UTC MAIN commitmail json YAML

Add gtk2 back to fix build.

(youri)

2017-06-23 16:47:49 UTC MAIN commitmail json YAML

2017-06-23 16:47:23 UTC MAIN commitmail json YAML

2017-06-23 16:46:30 UTC MAIN commitmail json YAML

2017-06-23 16:42:05 UTC MAIN commitmail json YAML

2017-06-23 16:39:54 UTC MAIN commitmail json YAML

Add gtk2 back to fix build.

(youri)

2017-06-23 15:56:45 UTC MAIN commitmail json YAML

2017-06-23 15:56:17 UTC MAIN commitmail json YAML

2017-06-23 15:49:09 UTC MAIN commitmail json YAML

Updated mail/qmail-run to 20170623

(schmonz)

2017-06-23 15:49:03 UTC MAIN commitmail json YAML

Catch up to djbdns-run:

- Add "reload" as a synonym for "cdb" in qmail{ofmip,pop3,smtp}d.sh
- Shorten tcprules invocations

Bump version.

(schmonz)

2017-06-23 15:44:06 UTC MAIN commitmail json YAML

Add defaults for djbdns users and group.

(schmonz)

2017-06-23 15:39:53 UTC MAIN commitmail json YAML

Updated net/djbdns-run to 20170623

(schmonz)

2017-06-23 15:39:44 UTC MAIN commitmail json YAML

Catch up to qmail-run:

- Wrap long command lines for readability
- Document where we set procname=${name} for rc.d
- Detach long-running processes from controlling terminal
- Configurable path to tcpserver
- Configurable user and group names:

DJBDNS_AXFR_USER?= axfrdns
DJBDNS_CACHE_USER?= dnscache
DJBDNS_RBL_USER?= rbldns
DJBDNS_TINY_USER?= tinydns
DJBDNS_DJBDNS_GROUP?= djbdns

Bump version.

(schmonz)

2017-06-23 14:05:20 UTC MAIN commitmail json YAML

2017-06-23 13:47:16 UTC MAIN commitmail json YAML

Updated mail/rspamd to 1.6.1

(wiz)

2017-06-23 13:47:06 UTC MAIN commitmail json YAML

Updated rspamd to 1.6.1.

1.6.1: 14 Jun 2017
* [Fix] Allow to init resolver without rspamd_config
* [Fix] Do not crash when resolver failed to initialize
* [Fix] Fix abstract context layout
* [Fix] Fix CGP helper reply parsing
* [Fix] Fix crashes when socket write errors occur
* [Fix] Fix parsing IPv6 nameservers in resolv.conf
* [Fix] Milter: Don't defer on "greylist" action

1.6.0: 12 Jun 2017
* [Conf] Add rspamd_proxy to the default configuration set
* [Conf] Add sample arc module config
* [Conf] Do away with systemd specifics completely
* [Conf] Increase min_bytes to avoid FP
* [Conf] Remove ratelimits from default configuration
* [CritFix] Fix accepting on IPv6 sockets
* [CritFix] Fix corruption when multiple fuzzy are defined
* [CritFix] Fix learn condition in fuzzy check
* [CritFix] Fix memory leak in fuzzy check
* [CritFix] Fix memory leak in maps scheduling
* [CritFix] Paese the last character in DKIM signature correctly
* [CritFix] Zero fill sockaddr_un
* [Feature] Add ability to add doc strings by example
* [Feature] Add API to verify DKIM (and ARC) signatures
* [Feature] Add compression/decompression to proxy
* [Feature] Add count to url structure
* [Feature] Add initial support of the new protocol reply
* [Feature] Add Lua plugin spamtrap
* [Feature] Add `monitored_address` for rbls
* [Feature] Add new schema for bayes tokens
* [Feature] Add preliminary ARC support to dkim code
* [Feature] Add preliminary support of ARC signing
* [Feature] Add rules to detect bad 8bit characters in From and To
* [Feature] Add scanning support for milter protocol
* [Feature] Add support for bidirectional symbols in rspamd_stats
* [Feature] Add support for static maps
* [Feature] Add support of maps with multiple regexps matches
* [Feature] Add `text_multiplier` param
* [Feature] Add the preliminary ARC plugin
* [Feature] Add top redirector targets rank
* [Feature] Allow async events to be registered from LUA rules
* [Feature] Allow storing bayes tokens in Redis
* [Feature] Allow to exclude specific domains from mx check
* [Feature] Allow to have a stack of watcher finalisers
* [Feature] Allow to pass hostname to `-i` flag in Rspamc
* [Feature] Allow to set custom user agent in url redirector
* [Feature] Allow to use custom callback when parsing resolv.conf
* [Feature] Allow to use domain from authenticated user
* [Feature] Bayes expiry plugin
* [Feature] Check dkim sign keys for modifications
* [Feature] DKIM signing: sign_networks/local address specific use_domain settings
* [Feature] DMARC: Support excluding domains from sampling
* [Feature] Expire processing items for URL redirector aggressively
* [Feature] Fix surbl monitored for IP lists, add `monitored_domain` option
* [Feature] Implement caching for dkim body hashes
* [Feature] Implement milter protocol scan reply
* [Feature] Improve omograph phishing detection
* [Feature] Initial support of self-scan in Rspamd proxy
* [Feature] Keep track of headers in milter interface
* [Feature] Milter headers: better controls for local/authenticated
* [Feature] Multimap: email:domain:tld filter
* [Feature] Preliminary DMARC reporting implementation
* [Feature] Reuse stemmers in the cache
* [Feature] Rework confighelp to load Lua plugins
* [Feature] Rework hfilter to use hyperscan if possible
* [Feature] Rework lua RSA API
* [Feature] Rmilter_headers: approximate rmilter's extended_spam_headers
* [Feature] Start integration of milter support in proxy
* [Feature] Store average words length and short words count
* [Feature] Store hash of headers order and names
* [Feature] Support MTA name header
* [Feature] Support multiple types of dkim signing in Lua
* [Feature] Support numeric arguments for Redis requests
* [Feature] Use headers hash in bayes metatokens
* [Feature] Use normal resolv.conf rules of rotation in Rspamd
* [Feature] Use version 2 proto for checking messages
* [Fix] Allow to follow symlinks when safe
* [Fix] Append MX name for authentication results as required
* [Fix] Change default text multiplier from 0.5 to 2.0
* [Fix] Check min_bytes for images as well
* [Fix] Deal with 7bit charsets properly
* [Fix] Deal with 8bit characters in email addresses
* [Fix] Deal with unpaired <a> tags
* [Fix] Detect confighelp in plugins initialisation
* [Fix] Disable certain checks for utf spoof detection
* [Fix] DKIM Signing: avoid nil index when From header is missing
* [Fix] Do not add exact hashes from different parts
* [Fix] Do not check DMARC if SPF or DKIM were not checked
* [Fix] Do not check URLs that are resolved to be redirected
* [Fix] Do not set bayes probability if we don't use it
* [Fix] Do not stop on illegal unicode points - replace them
* [Fix] Fix another race condition in arc checks
* [Fix] Fix arc count logic
* [Fix] Fix ARC signing
* [Fix] Fix brain-damaged spamc protocol for now
* [Fix] Fix calling for peak functions
* [Fix] Fix couple of issues in FORWARDED rule
* [Fix] Fix CTE propagation from parent containers to children parts
* [Fix] Fix errors processing in the controller
* [Fix] Fix format string in milter
* [Fix] Fix issues in SPF macros parsing
* [Fix] Fix logging format string
* [Fix] Fix logic of cached passwords check
* [Fix] Fix lowercasing of stemmed words
* [Fix] Fix LRU elements removal
* [Fix] Fix memory leak when accepting from unix sockets
* [Fix] Fix milter connections persistence
* [Fix] Fix objects merging in UCL
* [Fix] Fix order of operations to avoid race condition
* [Fix] Fix parsing of long regexp types
* [Fix] Fix passing data to log helper when many symbols defined
* [Fix] Fix pools management for milter session
* [Fix] Fix processing of the watchers
* [Fix] Fix queue id macro in milter
* [Fix] Fix R_BAD_CTE_7BIT rule
* [Fix] Fix Redis timeout set
* [Fix] Fix REPLYTO_UNPARSEABLE rule
* [Fix] Fix setting of email address
* [Fix] Fix some more issues about duplicated fuzzy requests
* [Fix] Fix spamc support in rspamd proxy
* [Fix] Fix syntax error in spamtrap plugin
* [Fix] Fix url counts for href urls
* [Fix] Fix url handling in the protocol
* [Fix] Multimap: Received IP filters with Redis
* [Fix] Oops, fix d9d0fa5e86db2f4470d34395a233b450478b2f60
* [Fix] Parse rgb[a](x,x,x[,x]) css colors
* [Fix] Phishing: strict_domains
* [Fix] Reduce maps aggressiveness
* [Fix] Reresolve upstreams even if there is a single server there
* [Fix] Rspamadm grep: Disable Lua patterns in string search by default
* [Fix] Skip text parts when checking binary parts in fuzzy check
* [Fix] Support v2 checks in controller
* [Fix] Treat empty address as valid
* [Fix] Try harder to detect CTE
* [Fix] Try to deal with v4 mapped to v6 addresses on accept
* [Fix] Use dkim signing callback properly
* [Fix] Use non-volatile memory for storing data
* [Fix] Use static maps instead of ugly hack for radix_from_config
* [Fix] Use the same pool for related sessions
* [Rework] Continue modularisation for lua library
* [Rework] Initial milter protocol support
* [Rework] Make log pipes worker agnostic, add scanners API
* [Rework] Move authentication results generation to a separate routine
* [Rework] Move common DKIM functions to a separate lua module
* [Rework] Move global functions to a separate directory
* [Rework] Prepare dkim module for ARC checks
* [Rework] Propagate ucl variables from the command line
* [Rework] Remove multiple metrics support from Rspamd
* [Rework] Stop using name 'rmilter' for the modern protocol
* [Rework] Use LFU algorithm in LRU cache
* [Rules] Fix received TLS rules
* [Rules] Improve URL_COUNT_ODD rule
* [WebUI] Fix add header filter in history
* [WebUI] Use modern protocol for checking messages

1.5.9:
* [Conf] Increase min_bytes to avoid FP
* [Conf] Remove ratelimits from default configuration
* [CritFix] Fix accepting on IPv6 sockets
* [CritFix] Zero fill sockaddr_un
* [Feature] Add `text_multiplier` param
* [Fix] Check min_bytes for images as well
* [Fix] Do not add exact hashes from different parts
* [Fix] Fix memory leak when accepting from unix sockets
* [Fix] Fix some more issues about duplicated fuzzy requests
* [Fix] Phishing: strict_domains
* [Fix] Skip text parts when checking binary parts in fuzzy check
* [Minor] Add the same duplicates protection for all fuzzy hashes types
* [Minor] Fix braces
* [Minor] Fix test
* [Minor] SPOOF_DISPLAY_NAME: Use all SMTP/MIME recipients
* [Minor] Validate assumed spoofed display name domains to contain a dot

1.5.8:
* [CritFix] Fix memory leak in fuzzy check
* [CritFix] Fix memory leak in maps scheduling
* [Feature] Multimap: email:domain:tld filter
* [Fix] DKIM Signing: avoid nil index when From header is missing
* [Fix] Do not set bayes probability if we don't use it
* [Fix] Do not stop on illegal unicode points - replace them
* [Fix] Fix brain-damaged spamc protocol for now
* [Fix] Fix Redis timeout set
* [Fix] Fix spamc support in rspamd proxy
* [Fix] Multimap: Received IP filters with Redis
* [Fix] Parse rgb[a](x,x,x[,x]) css colors
* [Fix] Reresolve upstreams even if there is a single server there
* [Fix] Treat empty address as valid
* [Fix] Try harder to detect CTE
* [Fix] Try to deal with v4 mapped to v6 addresses on accept
* [Minor] Add `wsf` and `hta` bad archive extensions
* [Minor] Fix configuration option
* [Minor] Fix result parsing for SAVAPI
* [Minor] Further logging improvements
* [Minor] Improve logging of errors
* [Minor] Prevent MID_CONTAINS_FROM from firing on empty address
* [Minor] Reduce digit->number transmission penalty
* [Minor] Relax CTYPE_MISSING_DISPOSITION rule

1.5.7:
* [CritFix] Fix corruption when multiple fuzzy are defined
* [CritFix] Fix learn condition in fuzzy check
* [Feature] Add rules to detect bad 8bit characters in From and To
* [Feature] DKIM signing: sign_networks/local address specific use_domain settings
* [Feature] Support numeric arguments for Redis requests
* [Fix] Deal with 8bit characters in email addresses
* [Fix] Fix couple of issues in FORWARDED rule
* [Fix] Fix passing data to log helper when many symbols defined
* [Fix] Fix R_BAD_CTE_7BIT rule
* [Fix] Fix REPLYTO_UNPARSEABLE rule
* [Fix] Fix setting of email address
* [Fix] Rspamadm grep: Disable Lua patterns in string search by default
* [Minor] Add Lua 5.3 workaround
* [Minor] Add lua methods to detect if a part has 8bit characters
* [Minor] Allow session-less lua dns requests
* [Minor] Allow to append greylist end time to message reported
* [Minor] Avoid `nil` table
* [Minor] Disable dkim_signing if redis is specified but not configured
* [Minor] Fix build with pcre2
* [Minor] Fix rule
* [Minor] Fix warnings
* [Minor] Format floating point number
* [Minor] Push email flags to the lua API
* [Minor] Silence some warnings
* [Minor] Silence warning
* [Minor] Try all hostname regexps to find the most significant one
* [WebUI] Fix add header filter in history

(wiz)

2017-06-23 12:52:57 UTC MAIN commitmail json YAML

2017-06-23 12:00:08 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20170623

(adam)

2017-06-23 11:59:10 UTC MAIN commitmail json YAML

youtube-dl 2017.06.23

Core
[adobepass] Fix extraction on older python 2.6

Extractors
[youtube] Adapt to new automatic captions rendition
[hgtv.com:show] Relax video config regular expression
[drtuber] Fix formats extraction
[youporn] Fix upload date extraction
[youporn] Improve formats extraction
[youporn] Fix title extraction
[googledrive] Fix formats sorting
[watchindianporn] Fix extraction
[vimeo] Add fallback mp4 extension for original format
[ruv] Add support for ruv.is
[viu] Fix extraction on older python 2.6
[pandora.tv] Fix upload_date extraction
[asiancrush] Add support for asiancrush.com

(adam)

2017-06-23 11:52:04 UTC MAIN commitmail json YAML

Stop using removed py-mutagen/bl3.mk.

(wiz)

2017-06-23 08:40:51 UTC MAIN commitmail json YAML

Updated devel/automake to 1.15.1

(wiz)

2017-06-23 08:40:40 UTC MAIN commitmail json YAML

Updated automake to 1.15.1.

New in 1.15.1:

* Bugs fixed:

  - The code has been adapted to remove a warning present since Perl
    5.22 stating that "Unescaped left brace in regex is deprecated".
    This warning has become an hard error in Perl 5.26 (bug#22372).

  - The generated Makefiles do not rely on the obsolescent GZIP
    environment variable which was used for passing arguments to
    'gzip'.  Compatibility with old versions has been
    preserved. (bug#20132)

* Miscellaneous changes:

  - Support the Windows version of the Intel C Compiler (icl) in the
    'compile' script in the same way the (compatible) Microsoft C
    Compiler is supported.

(wiz)

2017-06-23 07:47:45 UTC MAIN commitmail json YAML

Updated www/py-django-treebeard to 4.1.2; sysutils/py-ptyprocess to 0.5.2

(adam)

2017-06-23 07:46:52 UTC MAIN commitmail json YAML

2017-06-23 07:42:24 UTC MAIN commitmail json YAML

Release 4.1.2:
* Fixed MANIFEST.in for Debian packaging.

(adam)

2017-06-23 07:12:19 UTC MAIN commitmail json YAML

2017-06-23 06:46:06 UTC MAIN commitmail json YAML

2017-06-23 04:15:52 UTC MAIN commitmail json YAML

bochs can be build with at least clang and gcc

Remove old (from 2004) property that there is allowed gcc only.

(kamil)

2017-06-23 03:45:24 UTC MAIN commitmail json YAML

Updated security/stunnel to 5.41

(schmonz)

2017-06-23 03:45:18 UTC MAIN commitmail json YAML

Update to 5.41. From the changelog:

* New features
  - PKCS#11 engine DLL updated to version 0.4.5.
  - Default engine UI set with ENGINE_CTRL_SET_USER_INTERFACE.
  - Key file name added into the passphrase console prompt.
  - Performance optimization in memory leak detection.
* Bugfixes
  - Fixed crashes with the OpenSSL 1.1.0 branch.
  - Fixed certificate verification with "verifyPeer = yes"
    and "verifyChain = no" (the default), while the peer
    only returns a single certificate.

(schmonz)

2017-06-23 01:56:48 UTC MAIN commitmail json YAML

2017-06-23 01:54:04 UTC MAIN commitmail json YAML

commit the distinfo that matches recent update

(markd)

2017-06-22 22:09:17 UTC MAIN commitmail json YAML

Correct build of consolekit (2.x) on NetBSD 8.99.1.

Address <sys/user.h> removal fallout on NetBSD.

(kamil)

2017-06-22 22:01:47 UTC MAIN commitmail json YAML

2017-06-22 21:44:50 UTC MAIN commitmail json YAML

Restrict gcc gsed usage to NetBSD
(NetBSD/mips64 progress further with gsed)

Adding gsed as a tool creates circular dependencies if pkgsrc gcc is used
as the bootstrap compiler.

Pointed out by jperkin, sorry.

(maya)

2017-06-22 21:03:49 UTC MAIN commitmail json YAML

texlive-collection-genericrecommended -> texlive-collection-plaingeneric

(markd)

2017-06-22 21:00:05 UTC MAIN commitmail json YAML

Replace texlive-collection-genericrecommended with
texlive-collection-plaingeneric.

Possibly should replace all the TeX packages with just
texlive-collection-all.

(markd)

2017-06-22 20:48:54 UTC MAIN commitmail json YAML

dependency genericrecommended -> plaingeneric
CVS ----------------------------------------------------------------------

(markd)

2017-06-22 20:48:04 UTC MAIN commitmail json YAML

2017-06-22 17:53:59 UTC MAIN commitmail json YAML

Catch up with mozilla-rootcerts package

A recent rototill of mozilla-rootcerts removed the notion of /etc/ssl.
Remove that notion here so this builds again.

Add comment questioning setting PREFIX to /etc when pkgsrc openssl is
used, now that /etc/ssl is no longer used.

(gdt)

2017-06-22 16:56:48 UTC MAIN commitmail json YAML

After much prodding by joerg (thanks!), add a build dependency on go -
needed for compilation

(agc)

2017-06-22 16:10:39 UTC MAIN commitmail json YAML

2017-06-22 16:09:54 UTC MAIN commitmail json YAML

Don't care about potentially unaligned access to packed structures.

(joerg)

2017-06-22 16:09:17 UTC MAIN commitmail json YAML

2017-06-22 14:15:54 UTC MAIN commitmail json YAML

+ Mesa-17.1.3, automake-15.1, calibre-3.0, opus-1.2,
  phoronix-test-suite-7.2.0, rspamd-1.6.0, rust-1.18, shotwell-0.27,
  valgrind-3.13, vim-8.0.0646, wine-devel-2.10, xfce4-settings-4.13.1.

(wiz)

2017-06-22 13:59:51 UTC MAIN commitmail json YAML

Updated net/djbdns to 1.05nb11

(schmonz)

2017-06-22 13:10:07 UTC MAIN commitmail json YAML

Note update of www/drupal7 package to 7.56.

(taca)

2017-06-22 13:09:39 UTC MAIN commitmail json YAML

Update drupal7 to 7.56.

Drupal 7.56, 2017-06-21
-----------------------
- Fixed security issues (access bypass). See SA-CORE-2017-003.

(taca)

2017-06-22 12:51:01 UTC MAIN commitmail json YAML

Updated devel/phabricator to 20170316

(youri)

2017-06-22 12:50:37 UTC MAIN commitmail json YAML

2017-06-22 12:50:06 UTC MAIN commitmail json YAML

Updated devel/arcanist to 20170225

(youri)

2017-06-22 12:49:56 UTC MAIN commitmail json YAML

Needs pkg-config, at least for some build options.

(schmonz)

2017-06-22 12:49:53 UTC MAIN commitmail json YAML

2017-06-22 12:49:35 UTC MAIN commitmail json YAML

Updated devel/libphutil to 20170620

(youri)

2017-06-22 12:49:24 UTC MAIN commitmail json YAML

2017-06-22 12:37:33 UTC MAIN commitmail json YAML

2017-06-22 12:30:38 UTC MAIN commitmail json YAML

Updated print/cups-filters to 1.14.0nb2

(wiz)

2017-06-22 12:30:25 UTC MAIN commitmail json YAML