Commit graph

9456 commits

Author SHA1 Message Date
msaitoh
dc483cc403 Update intel-microcode-netbsd to 20180425.
== 20180425 Release ==
-- Updates upon 20180312 release --
Processor             Identifier     Version       Products
Model        Stepping F-MO-S/PI      Old->New
---- updated platforms ------------------------------------
GLK          B0       6-7a-1/01 0000001e->00000022 Pentium Silver N/J5xxx, Celeron N/J4xxx
---- removed platforms ------------------------------------
BDX-ML       B/M/R0   6-4f-1/ef 0b000021           Xeon E5/E7 v4; Core i7-69xx/68xx

-- Special release with caveats --
BDX-ML       B/M/R0   6-4f-1/ef           0b00002c Xeon E5/E7 v4; Core i7-69xx/68xx
2018-05-07 04:32:49 +00:00
msaitoh
85b59a7f67 If the microcode.dat file is not bundled in the archive file, extract from
binary files. I verified the output from both microcode-20180312.tgz's
microcode.dat and intel-ucode/??-??-?? are the same.

 This change is required for microcode-20180425.tgz.
2018-05-07 04:27:43 +00:00
jmcneill
809c5099fa Properly report battery and AC info from axppmic sensors. 2018-05-06 14:32:06 +00:00
taca
6359bf1689 sysutils/capistrano: update to 3.10.2
## [`3.10.2`] (2018-04-15)

[`3.10.2`]: https://github.com/capistrano/capistrano/compare/v3.10.1...v3.10.2

### Breaking changes:

* None

### Fixes:

* [#1977](https://github.com/capistrano/capistrano/pull/1977): Remove append operator when writing the git file - [@mmiller1](https://github.com/mmiller1)
2018-05-06 02:23:23 +00:00
maya
aa92c4d7b8 ripgrep 2018-05-05 23:59:35 +00:00
maya
84fe843a2c Add ripgrep version 0.8.1.
ripgrep is a line-oriented search tool that recursively searches
your current directory for a regex pattern while respecting your
gitignore rules.
2018-05-05 23:58:26 +00:00
wiz
2dcfcfb7b3 *: remove references to obsolete DragonFly/i386 2018-04-30 10:41:35 +00:00
hauke
0c8e056b15 Update sysutils-p5-Unburden-Home-Dir to v0.41
Changes mostly cosmetic, see
<https://github.com/xtaran/unburden-home-dir/releases>.

ruby-ronn has moved to pkgsrc proper, adapt man page generation.
2018-04-30 09:45:13 +00:00
ryoon
01f1d82678 Remove PKGREVISION after update 2018-04-30 05:33:46 +00:00
ryoon
d4f35d25a4 Update to 10.2.5
Changelog:
open-vm-tools release 10.2.5 based on build 8068406

Resolved Issues

  * open-vm-tools 10.2.0 does not recognize UFS filesystem partitions

    open-vm-tools 10.2.0 has dropped UFS from the list of known
    file system type. As a result, the default filesystem of Solaris
    and FreeBSD is not recognized. open-vm-tools Services in the
    GuestInfo for the virtual machine do not report these filesystems.
    You might not be able to monitor the disk usage of UFS filesystems
    with vRealize Operations or vCenter Managed Object Browser.

    This issue is resolved in this release.

  * Information about non-existing device mounted to a file system
    was not reported

    Few Linux guest operating systems might have a non-existing
    device mounted to a filesystem. For example /dev/root/.
    open-vm-tools does not report this information.

    This issue is resolved in this release.
2018-04-30 05:32:22 +00:00
adam
35aa3efc12 revbump for boost-libs update 2018-04-29 21:31:17 +00:00
kamil
bc4ecffa2a + sysutils/rw 2018-04-29 14:23:26 +00:00
kamil
4b91149078 sysutils/rw: import rw-1.0
Sortix rw is a program that reads blocks from the standard input and copies them
to the standard output until the end of the standard input. rw(1) is designed to
be a replacement for dd(1), providing only the the core blockwise I/O. It has a
standard command line interface with dashed options, useful and efficient
defaults, and is simpler because it doesn't support converting the input (e.g.
converting ASCII to/from EBCDIC).
2018-04-29 14:22:35 +00:00
wiz
000f15a9e6 *: Recursive bump for poppler update to 0.64.0 2018-04-28 20:19:09 +00:00
schmonz
d7c2e62631 Update to 0.44. From the changelog:
- Issue #18: fix t/05.legacy-pathmk_unc.t for recent updates (thanks zdm)
- pull request #16 - strip down list of prerequisites to modules that are safe to use high on
  the CPAN river (thanks karenetheridge)
2018-04-28 13:18:03 +00:00
fhajny
c44acaadf2 sysutils/liblognorm: Update to 2.0.5.
- bugfix: es_str2cstr leak in string-to v1 parser
- make "make check" "succeed" on solaris 10
- some mostly cosmetic fixes detected by Coverity Scan
2018-04-27 14:06:56 +00:00
wen
91d853fb53 Add p5-File-Copy-Recursive-Reduced 2018-04-23 08:35:03 +00:00
wen
f0c6484f60 Import File-Copy-Recursive-Reduced-0.006 as p5-File-Copy-Recursive-Reduced.
File::Copy::Recursive::Reduced is intended as a not-quite-drop-in replacement
for certain functionality provided by CPAN distribution File-Copy-Recursive. The
library provides methods similar enough to that distribution's fcopy(),
dircopy() and rcopy() functions to be usable in those CPAN distributions often
described as being part of the Perl toolchain.
2018-04-23 08:33:26 +00:00
wen
089f4d0739 Update to 0.43
Upstream changes:
0.43 Sat Apr 21 15:39:09 2018
    - pull request #16 - strip down list of prerequisites to modules that are safe to use high on
      the CPAN river (thanks karenetheridge)

0.42 Fri Apr 20 23:42:41 2018
    - rt 125136 - reinstate 5.8 compat by not using // operator in the new unc test (thanks SREZIC)
    - pull request #14 - Add .gitignore. (thanks jkeenan)
    - pull request #13 - File::Find::Rule is used in the test suite but not named as a prequisite in Makefile.PL. (thanks jkeenan)

0.41 Thu Apr 19 15:58:12 2018
    - Issue #10 and #8: fix Makefile.PL; add github metadata (thanks karenetheridge and chorny)
    - Issue #11: Fix the test failure described in RT#123964 (thanks tomhukins and SREZIC)
    - Issue #9: Fixes for Windows (thanks chorny)
    - rt 124324 - fix v0.40 changelog date (thanks ANDK)
    - rt 124151 - pathrm with force on should guard against absolute paths (thanks chorny)
    - rt 124423 - have fcopy() work around File::Copy::copy() bug rt132866 (thanks DROLSKY)
    - Issue #12 and rt 124166 - set umask for reliability (thanks teoric and ether)
    - rt 43328 - add ULC test to verify pathmk() w/ ULC (thanks willi.weikum and LouisStrous)
2018-04-23 08:20:12 +00:00
tron
e903670844 cdrtools: Fix build under macOS (High Sierra)
Create 64bit clang rules file by copying the 32bit file. The compiler
defaults to 64bit binaries under modern version of macOS/Xcode anyway.
2018-04-22 17:57:47 +00:00
wiz
a0b92ac12f py-borgbackup: add patch for previous 2018-04-21 12:37:46 +00:00
wiz
518f1ca8e6 py-borgbackup: accept msgpack.
Bump PKGREVISION.
2018-04-21 12:36:17 +00:00
maya
f83950135c ovmf: use older pkgsrc acpica to fix build on netbsd-current.
add missing depends.

Install OVMF.fd as data so we do not try to strip it. it's not ELF and
broke install.
2018-04-20 15:34:36 +00:00
fhajny
b46cdc9421 sysutils/beats: Update to 6.2.4. Enable auditbeat (outside SunOS).
Auditbeat
- Add hex decoding for the name field in audit path records.

Filebeat
- Fix panic when log prospector configuration fails to load.

Packetbeat
- HTTP parses successfully on empty status phrase.
2018-04-18 12:18:49 +00:00
wiz
e5209a786e Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
markd
fda3468340 desktop-file-utils: Add font as valid media type
This was codified in RFC 8081, and some desktop apps are using
this now.
https://bugs.freedesktop.org/show_bug.cgi?id=105785
2018-04-17 10:59:19 +00:00
wiz
7ef52776e7 py-borgbackup: update to 1.1.5.
Version 1.1.5 (2018-04-01)
--------------------------

Compatibility notes:

- 1.1.5 changes:

  - require msgpack-python >= 0.4.6 and < 0.5.0.
    0.5.0+ dropped python 3.4 testing and also caused some other issues because
    the python package was renamed to msgpack and emitted some FutureWarning.

Fixes:

- create --list: fix that it was never showing M status, #3492
- create: fix timing for first checkpoint (read files cache early, init
  checkpoint timer after that), see #3394
- extract: set rc=1 when extracting damaged files with all-zero replacement
  chunks or with size inconsistencies, #3448
- diff: consider an empty file as different to a non-existing file, #3688
- files cache: improve exception handling, #3553
- ignore exceptions in scandir_inorder() caused by an implicit stat(),
  also remove unneeded sort, #3545
- fixed tab completion problem where a space is always added after path even
  when it shouldn't
- build: do .h file content checks in binary mode, fixes build issue for
  non-ascii header files on pure-ascii locale platforms, #3544 #3639
- borgfs: fix patterns/paths processing, #3551
- config: add some validation, #3566
- repository config: add validation for max_segment_size, #3592
- set cache previous_location on load instead of save
- remove platform.uname() call which caused library mismatch issues, #3732
- add exception handler around deprecated platform.linux_distribution() call
- use same datetime object for {now} and {utcnow}, #3548

New features:

- create: implement --stdin-name, #3533
- add chunker_params to borg archive info (--json)
- BORG_SHOW_SYSINFO=no to hide system information from exceptions

Other changes:

- updated zsh completions for borg 1.1.4
- files cache related code cleanups
- be more helpful when parsing invalid --pattern values, #3575
- be more clear in secure-erase warning message, #3591
- improve getpass user experience, #3689
- docs build: unicode problem fixed when using a py27-based sphinx
- docs:

  - security: explicitly note what happens OUTSIDE the attack model
  - security: add note about combining compression and encryption
  - security: describe chunk size / proximity issue, #3687
  - quickstart: add note about permissions, borg@localhost, #3452
  - quickstart: add introduction to repositories & archives, #3620
  - recreate --recompress: add missing metavar, clarify description, #3617
  - improve logging docs, #3549
  - add an example for --pattern usage, #3661
  - clarify path semantics when matching, #3598
  - link to offline documentation from README, #3502
  - add docs on how to verify a signed release with GPG, #3634
  - chunk seed is generated per repository (not: archive)
  - better formatting of CPU usage documentation, #3554
  - extend append-only repo rollback docs, #3579
- tests:

  - fix erroneously skipped zstd compressor tests, #3606
  - skip a test if argparse is broken, #3705
- vagrant:

  - xenial64 box now uses username 'vagrant', #3707
  - move cleanup steps to fs_init, #3706
  - the boxcutter wheezy boxes are 404, use local ones
  - update to Python 3.5.5 (for binary builds)
2018-04-17 10:40:56 +00:00
wiz
8436f96b5b Recursive PKGREVISION bump for poppler-0.63.0 2018-04-17 05:28:00 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
wiz
8a5f7fecac di: update to 4.46.
From MAINTAINER Brad Lanm in PR 53187.

Changes:

    4.46                                    [2018-4-11]
        Tcl: Fix bad allocation.
        Tcl: Raise errors rather than exiting.
        Exit program when incorrect options are specified.
        Update mkconfig to version 1.31.
        Add missing mkconfig/runtests.sh.

    4.45                                    [2018-4-10]
        Update mkconfig to version 1.30 to fix modern libintl.h/printf tests.
2018-04-16 13:52:40 +00:00
fhajny
59f28bb4e5 sysutils/consul: Update to 1.0.7.
IMPROVEMENTS:

- build: Bumped Go version to 1.10
- agent: Blocking queries on service-specific health and catalog
  endpoints now return a per-service `X-Consul-Index` improving watch
  performance on very busy clusters.
- agent: All endpoints now respond to OPTIONS requests.
- agent: List of supported TLS cipher suites updated to include newer
  options,
- agent: WAN federation can now be disabled by setting the serf WAN
  port to -1.
- agent: Added support for specifying metadata during service
  registration.
- agent: Added a new `discover-max-stale` config option to enable
  stale requests for service discovery endpoints.
- agent: (Consul Enterprise) Added a new option to the snapshot agent
  for configuring the S3 endpoint.
- dns: Introduced a new config param to limit the number of A/AAAA
  records returned.
- dns: Upgrade vendored DNS library to pick up bugfixes and
  improvements.
- server: Updated yamux library to pick up a performance improvement.
- server: Add near=\_ip support for prepared queries
- api: Add support for GZIP compression in HTTP responses.
- api: Add `IgnoreCheckIDs` to Prepared Query definition to allow
  temporarily bypassing faulty health checks

BUG FIXES:

- agent: Fixed an issue where the coordinate update endpoint was not
  correctly parsing the ACL token.
- agent: Fixed an issue where `consul monitor` couldn't be terminated
  until the first log line is delivered
- agent: Added warnings for when a node name isn't a valid DNS name
  and when the node name, a service name or service tags would exceed
  the allowed lengths for DNS names
- agent: Added truncation of TCP DNS responses to prevent errors for
  exceeding message size limits
- agent: Added -config-format flag to validate command to specify the
  syntax that should be used for parsing the config
- agent: HTTP Checks now report the HTTP method used instead of always
  reporting as a GET
- server: Fixed an issue where the leader could miss clean up after a
  leadership transition.
2018-04-16 12:36:12 +00:00
adam
5926962b47 euca2ools: renamed to py-euca2ools and updated to 3.4.1 2018-04-14 13:57:29 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
jaapb
56ed9d3f04 Revbump associated with the upgrade of lang/ocaml
(this is the upgrade from 4.06 to 4.06.1)
2018-04-13 13:55:27 +00:00
adam
6bd57b8311 salt: updated to 2018.3.0
2018.3.0:
LOTS OF DOCKER IMPROVEMENTS
FULL API SUPPORT FOR NETWORK MANAGEMENT
CUSTOM SUBNETS
NETWORK CONFIGURATION IN DOCKER_CONTAINER.RUNNING() STATES
USE SALTSSH MINIONS LIKE REGULAR MASTER-MINIONS
EXCEPTIONS RAISED FOR AUTHENTICATION/AUTHORIZATION ERRORS
COMPARISON OPERATORS IN PACKAGE INSTALLATION
MASTER TOPS CHANGES
SEVERAL JINJA FILTERS RENAMED
RETURN CODES FOR RUNNER/WHEEL FUNCTIONS
VARIABLE UPDATE INTERVALS FOR FILESERVER BACKENDS
LDAP VIA EXTERNAL AUTHENTICATION CHANGES
STORMPATH EXTERNAL AUTHENTICATION REMOVED
NEW (PROXY) MINION CONFIGURATION OPTIONS
ENVIRONMENT CONFIG OPTION RENAMED TO SALTENV
LOCK_SALTENV CONFIG OPTION ADDED
FAILED MINIONS FOR STATE/FUNCTION ORCHESTRATION JOBS ADDED TO CHANGES DICTIONARY
NEW GRAINS
SALT MINION AUTO-DISCOVERY
2018-04-13 07:58:22 +00:00
he
61bb99ac21 Updating to zabbix version 3.4.8.
Pkgsrc changes:
 * None.

Upstream changes since 3.4.7:

..F....... [ZBXNEXT-4374] implemented the widget configuration fields
	clearing when changing the type (ashubin)
..F....... [ZBXNEXT-4045] implemented maximum size for graphs in
	widgets (gcalenko)
A.F....... [ZBX-1357] enabled Hebrew translation to be displayed by
	default (zalex_ua)
A.F....... [ZBX-1357] updated Chinese (China), Czech, English
	(United States), French, German, Hebrew, Japanese, Korean, Russian,
	Turkish, Ukrainian translations; thanks to Zabbix translators
	(zalex_ua)

Bug fixes:
..F....... [ZBX-13542] fixed http steps on template not inheriting hosts
	application setting (nikita)
..F....... [ZBX-13618] fixed wrong variables order in translatable
	error message (nikita)
..F....... [ZBX-13344] fixed default condition for trigger based actions
	(agriscenko)
........S. [ZBX-13613] improved a history syncer when backend elasticsearch
	is not available (MVekslers)
...G...... [ZBX-13544] fixed agent crashes when using regex with 'Log' item
	for Mac OSX (MVekslers)
........S. [ZBX-13611] fixed lld rules not always saving their state/error
	message changes (wiper)
........S. [ZBX-13571] fixed regression that resulted in slow history data
	queries on partitioned tables (wiper)
A.F....... [ZBX-13424] added possibility to select web items as
	master items and improved copying of dependent items to destination
	hosts and templates (Ivo)
A......... [ZBX-13573] fixed undefined index message changing Action
	"Acknowledgment operations" from "Remote command" to "Notify all
	involved" (agriscenko)
A......... [ZBX-13570] fixed undefined index in API call (agriscenko)
A......... [ZBX-13331] removed "recovery" property from action.get API
	method response (nikita)
..F....... [ZBX-13309] fixed displaying of Problem/Recovery time
	(agriscenko, ashubin, Sasha)
.......PS. [ZBX-13450] fixed server and proxy compilation problem for
	Solaris 10 (MVekslers)
A.F....... [ZBX-13458,ZBX-13494] fixed resolving of the macros in map
	labels for non-superadmin users (Sasha)
..F....... [ZBX-13526] fixed widget placeholder jumping instead of
	resizing while dashboard edit (ashubin)
.......PS. [ZBX-13362] fixed potentially wrong rows deleting by
	housekeeper in PostgreSQL (Sergejs)
..F....... [ZBX-13506] fixed linked trigger is moved to sibling map
	element (agriscenko)
........S. [ZBX-13586] fixed trigger-based event correlation - suspend
	creation of event if no problems are recovered by it (viktors, wiper)
........S. [ZBX-13339] improved deallocation of memory (MVekslers)
..F....... [ZBX-13340] fixed pie graphs displaying incorrect data (Ivo)
..F....... [ZBX-13412] fixed JS error and wrong form behaviour when
	changing item type, type of information, data type (agriscenko)
..F....... [ZBX-13257] fixed display of the latest item in Audit log
	(agriscenko)
..F....... [ZBX-13447] fixed trigger name readability on map in dark
	theme (nikita)
..F....... [ZBX-13360] fixed HTML5 placeholder color that previously
	appeared like actual input data (nikita)
...G...PS. [ZBX-13351] improved OpenSSL error messages (viktors)
..F....... [ZBX-13147] fixed inconsistent number on map navigation tree (nikita)
..F....... [ZBX-13537] fixed "Inaccessible user" in Dashboard System
	status widgets acknowledgement popup (agriscenko)
....I..... [ZBX-13472] fixed description of "Server" and "ServerActive"
	configuration options (Sasha)
........S. [ZBX-13455] added frontend error message when templates cannot
	be linked to LLD host (viktors)
..F....... [ZBX-13434] fixed incorrect trigger dependencies being set
	after copying triggers to multiple hosts; thanks to Kotaro Miyashita
	for the patch (Ivo)
..F....... [ZBX-12883] fixed incorrect ordering the list of triggers
	after saving a map (agriscenko)
..F....... [ZBX-12940] fixed content does not fit dialog window (agriscenko)
..F....... [ZBX-13401] fixed successful items mass update with invalid
	update interval (agriscenko)
..F....... [ZBX-13342] fixed order by query in frontend Maintenance tab
	(agriscenko)
A......... [ZBX-6167] fixed partial updating in maintenance.update (ashubin)
...G...... [ZBX-13062] banned using of mutex in threads of metrics
	collection (MVekslers)
........S. [ZBX-13236] fixed error message of function parameters parse
	(MVekslers)
....I..... [ZBX-13398] fixed configure script for Debian GNU/Linux
	"buster" and "sid" to work with PostgreSQL (viktors)
..F....... [ZBX-13428] fixed long name of map outside go back button in
	map widget (agriscenko, Sasha)
A.F....... [ZBX-12754] fixed undefined index error in map import (gcalenko)
..F....... [ZBX-13166] fixed daily and yearly notification reports not
	including current day/last day of leap-year (nikita)
.......PS. [ZBX-13498] added optional MySQL upgrade patch for
	"problem" table to drop redundant index after another index that
	can be used to enforce the foreign key constraint has been created
	(vso)
........S. [ZBX-13452] fixed Elasticsearch history storage
	defaultivalue types (viktors)
..F....... [ZBX-12941] fixed checkbox overlay's position over
	the checkbox (miks)
..F....... [ZBX-13334] fixed translations of Widget parameters
	window (agriscenko)
A......... [ZBX-13248] fixed field trapper_hosts to optional for
	trapper item.create (ashubin)
..F....... [ZBX-13307] fixed map scaling and position to the widget
	left side (ashubin)
A......... [ZBX-6118] fixed poor performance of changing an item on
	the template which linked with many hosts (Sasha)
..F....... [ZBX-13141] fixed invalid value for "Update interval" field
	in mass update form on submit was redirecting to items list (gcalenko)
2018-04-12 08:25:24 +00:00
markd
ba4f2fe9c4 kf5: update to 5.44.0
3 months of bugfixes.
2018-04-11 11:50:34 +00:00
maya
1a27905dea e2fsprogs: add linux-specific PLIST.
These files are only built on linux. When attempting to build them on netbsd,
I found I am missing mntent.h, and there might be more changes necessary.
Just make it linux-specific now.

PR pkg/53174, from Albert Ou.
2018-04-11 08:11:57 +00:00
adam
66a76837d4 py-Send2Trash: updated HOMEPAGE 2018-04-06 20:19:42 +00:00
fhajny
925f02dc7e sysutils/beats: Update to 6.2.3.
- Fix conditions checking on autodiscover Docker labels.
- Avoid panic errors when processing nil Pod events in
  add_kubernetes_metadata.
- Fix infinite failure on Kubernetes watch.
2018-04-06 16:06:23 +00:00
fhajny
61806e5864 sysutils/rsyslog: Update to 8.34.0.
- mmkubernetes: new module
- rsyslog script: introduce loadable function modules
- imfile: large refactoring of complete module
- omelasticsearch: add support for CA cert, client cert auth
- omfile-hardening: new contributed module for "omfile hardened
  operations"
- stream/bugfix: memory leak on stream open if filename as already
  generated
- bugfix/omkafka: did not build on platforms without atomic operations
- bugfix/core/ratelimiting: SystemLogRateLimitBurst was limited to 65535
- bugfix imfile: memory leak in readMode 0
- bugfix omfile: some error messages had parameters in wrong order
- bugfix omprog: file handle leak
- bugfix imuxsock: data alignment problems
- bugfix testbench: some test were accidently not executed
- bugfix tcp subsystem: keepalive settings mixed up
- fix some cosmetic issues found by lgtm.com static code analyzer
2018-04-06 10:03:53 +00:00
joerg
e40c14cd48 Create u-boot-sunxi-with-spl.bin like u-boot-pinebook, fixing the build.
From jmcneill.
2018-04-05 19:13:57 +00:00
adam
7e6e1ebd79 filesystems/libntfs filesystems/libntfs sysutils/ntfsprogs: updated to 2017.3.23
STABLE Version 2017.3.2:
Delegated processing of special reparse points to external plugins
Allowed kernel cacheing by lowntfs-3g when not using Posix ACLs
Enabled fallback to read-only mount when the volume is hibernated
Made a full check for whether an extended attribute is allowed
Moved secaudit and usermap to ntfsprogs (now ntfssecaudit and ntfsusermap)
Enabled encoding broken UTF-16 into broken UTF-8
Autoconfigured selecting <sys/sysmacros.h> vs <sys/mkdev>
Allowed using the full library API on systems without extended attributes support
Fixed DISABLE_PLUGINS as the condition for not using plugins
Corrected validation of multi sector transfer protected records
Denied creating/removing files from $Extend
Returned the size of locale encoded target as the size of symlinks
2018-04-02 13:14:08 +00:00
joerg
b6a9267cf0 Fix missing include for timespec type. 2018-04-01 20:29:28 +00:00
bsiegert
429ee23e50 Revbump all Go packages after 1.10.1 update.
ok wiz@ for committing during freeze
2018-03-30 11:56:19 +00:00
khorben
62dd6c6dfd Register missing dependency on sysutils/file
This will fix functionality of this package if libmagic is not available.

Bump PKGREVISION for those platforms where it is the case (NFC otherwise).

Tested on NetBSD/amd64.

Thanks richard@ for the heads up.
2018-03-29 21:18:01 +00:00
mrg
0778f6a985 avoid printing "No error" a bunch of times. this was spamming my syslog. 2018-03-28 06:23:34 +00:00
taca
d26069f331 sysutils/puppet: update to 5.5.0
Puppet 5.5.0
						Released March 20, 2018.

This is a feature and bug-fix release of Puppet.

Please refer release note for full changes:
<https://puppet.com/docs/puppet/5.5/release_notes.html>.
2018-03-23 14:31:46 +00:00
taca
f237bc472a sysutils/ruby-childprocess: update to 0.9.0
### Version 0.9.0 / 2018-03-10

* Added support for DragonFly BSD.
2018-03-23 14:03:21 +00:00
adam
97e3fe97b5 Revbump after updating textproc/oniguruma 2018-03-22 08:14:51 +00:00