Commit graph

8956 commits

Author SHA1 Message Date
wiz
9dd436254c Honor (CFLAGS and) LDFLAGS. Fixes RELRO build. 2017-07-15 17:03:53 +00:00
wiz
a934b7d636 Updated tarsnap to 1.0.38.
Tarsnap 1.0.38 is now available.  This version brings several new features
compared to tarsnap 1.0.37:

* Tarsnap now supports OpenSSL 1.1.

* tarsnap accepts an --iso-dates option, which causes times to be printed in
YYYY-MM-DD HH:MM:SS format rather than the traditional unix "ls -l" style.

* tarsnap accepts a --force-resources option to proceed with decryption of a
passphrase-encrypted key file even if it is anticipated to use an excessive
amount of memory or CPU time.  (This may be useful if tarsnap inaccurately
estimates the amount of memory your system has available.)

* tarsnap accepts an --archive-names <file> option, which reads a list of
archive names to operate on when operating in -d and --print-stats modes.
(This should make some scripts simpler; no more need to construct a command
line which has '-f' inserted before each archive name.)

Potentially (but unlikely) breaking changes in this code compared to tarsnap
1.0.37:

* tarsnap now applies the --humanize-numbers option to the "progress" output
printed by SIGINFO / SIGUSR1.  If you have scripts which send signals to
tarsnap and parse its output, they may need to be updated.

* tarsnap -v now prints 'Deleting archive "foo"' even if only one archive is
being deleted.  If you have scripts which parse the output of tarsnap -v,
they may need to be updated.

* tarsnap now prints a warning if you pass '--configfile /nosuchfile'.  If you
have scripts which rely on being able to specify nonexistent configuration
files and not get any warnings from tarsnap, they may need to be updated.
(Also, if you were doing that, I *really* want to know why.)

There are also two changes which most users should not encounter:

* tarsnap now has an --initialize-cachedir mode; this is intended for use by
the GUI.  (The cache directory will be initialized automatically in normal
usage of the tarsnap command-line utility.)

* tarsnap's configure script takes a --with-conf-no-sample option which
results in the sample tarsnap configuration file being installed as
"tarsnap.conf" rather than "tarsnap.conf.sample".  This is intended for use in
some packaging systems which have mechanisms for managing configuration files,
and should probably not be used by hand (since it will overwrite your existing
tarsnap.conf).
2017-07-15 06:11:56 +00:00
jaapb
f70dd873bb Revbump associated with ocaml-4.04.2 2017-07-11 14:19:18 +00:00
msaitoh
ca9054edce Updated to 20170707.
New files:

	Future Xeon
	(Family 6, model 55, stepping 4)
	00050654-0
	00050654-1
	00050654-2
	00050654-4
	00050654-7

	7th gen Core (Kaby Lake)
	(Family 6, Model 8e, stepping 9 and a)
	000806e9-6
	000806e9-7
	000806ea-6
	000806ea-7
	(Family 6, Model 9e, stepping 9)
	000906e9-1
	000906e9-3
	000906e9-5
2017-07-11 04:07:51 +00:00
schmonz
0d1419d893 Rely on PKG_HAVE_KQUEUE to tell us whether the OS supports kqueue(2).
Fixes build on Darwin 10.12.5 (and probably Bitrig and MirBSD, which had
been excluded from ONLY_FOR_PLATFORM).
2017-07-09 17:17:06 +00:00
kamil
6e2159aeaf dtpstree: Fix build on NetBSD 8.99.1
Address <sys/user.h> removal.
2017-07-08 12:06:56 +00:00
pgoyette
34bd07d227 Disable SSP and FORTIFY - it doesn't seem to play well with stand-alone
tools!

Thanks wiz for identifying the build problem.
2017-07-07 22:44:26 +00:00
jperkin
b0cc904b17 Revert upstream Oracle patch which breaks illumos and probably older SunOS
releases.  Bump PKGREVISION.
2017-07-07 10:13:57 +00:00
fhajny
59f85ec57f Update sysutils/erlang-lager to 3.5.1.
3.5.1 - 15 June 2017

- Doc fix: Missed a curly brace in an example. (#412)
- Feature: Dynamic metadata functions (#392) - It is now possible to
           dynamically add metadata to lager messages. See the "dynamic
           metadata" section above for more information.
- Doc fix: Add information about the "application" placeholder. (#414)

3.5.0 - 28 May 2017

- Bugfix: Support OTP 20 gen_event messages (#410)
- Feature: Enable console output to standard_error.
           Convert to proplist configuration style (like file handler)
           Deprecate previous configuration directives (#409)
- Bugfix: Enable the event shaper to filter messages before they're
          counted; do not count application/supervisor start/stops
          toward high water mark. (#411)
- Docs: Add PR guidelines; add info about the #lager chat room on freenode.

3.4.2 - 26 April 2017

- Docs: Document how to make lager use UTC timestamps (#405)
- Docs: Add a note about our triage cadence.
- Docs: Update lager_syslog URL
- Docs: Document placeholders for error_logger integration (#404)
- Feature: Add hex.pm metadata and full rebar3 support.

3.4.1 - 28 March 2017

- Docs: Added documentation around using lager in the context of elixir applications (#398)
- Bugfix: Properly expand paths when log_root is set. (#386)
- Policy: Removed R15 from Travis configuration

3.4.0 - 16 March 2017

- Policy: Adopt official OTP support policy. (This is the **last** lager 3.x release
  that will support R15.)
- Test: Fix timeouts, R15 missing functions on possibly long-running tests in Travis. (#394, #395)
- Feature: capture and log metadata from error_logger messages (#397)
- Feature: Expose new trace filters and enable filter composition (#389)
- Feature: Log crashes from gen_fsm and gen_statem correctly (#391)
- Docs: Typo in badge URL (#390)

3.3.0 - 16 February 2017

- Docs: Fix documentation to make 'it' unambiguous when discussing asychronous
  operation. (#387)
- Test: Fix test flappiness due to insufficient sanitation between test runs (#384, #385)
- Feature: Allow metadata only logging. (#380)
- Feature: Add an upper case severity formatter (#372)
- Feature: Add support for suppressing start/stop messages from supervisors (#368)
- Bugfix: Fix ranch crash messages (#366)
- Test: Update Travis config for 18.3 and 19.0 (#365)

3.2.4 - 11 October 2016

- Test: Fix dialyzer warnings.

3.2.3 - 29 September 2016

- Dependency: Update to goldrush 0.19

3.2.2 - 22 September 2016

- Bugfix: Backwards-compatibility fix for `{crash_log, undefined}` (#371)
- Fix documentation/README to reflect the preference for using `false`
  as the `crash_log` setting value rather than `undefined` to indicate
  that the crash log should not be written (#364)
- Bugfix: Backwards-compatibility fix for `lager_file_backend` "legacy"
  configuration format (#374)
2017-07-07 09:48:07 +00:00
fhajny
5b977b7dd1 Update sysutils/erlang-goldrush to 1.0.9.
- Add support for running jobs
2017-07-07 09:45:39 +00:00
msaitoh
b87a347df2 Updated sysutils/pciutils to 3.5.5.
2017-07-05  Martin Mares <mj@ucw.cz>

	* Released as 3.5.5.

	* Better decoding of AER capability.

	* "Slot Implemented" flag is decoded for PCI/PCI-X to PCIe bridges.

	* Minor fixes of decoding other capabilities.

	* As usually, updated pci.ids to the current snapshot of the database.
2017-07-06 04:50:01 +00:00
sborrill
af1eba595f Update to 2016.11.6
Changelog here:
https://docs.saltstack.com/en/latest/topics/releases/2016.11.6.html
2017-07-05 11:02:16 +00:00
fhajny
2c389e3e5c Update sysutils/beats to 5.4.3.
Doc changes only.
2017-07-04 14:22:48 +00:00
fhajny
efe7ccf9b6 Update sysutils/rsyslog* to 8.28.0
- omfwd: add parameter "tcp_frameDelimiter"
- omkafka: large refactor of kafka subsystem
- imfile: improved handling of atomically renamed file (w/ wildcards)
- imfile: add capability to truncate oversize messages or split into
  multiple
- mmdblookup
  * upgraded from "contrib" to "fully supported" state
  * refactored and simplified code
  * added ability to specify custom names for extracted fields
  * bugfix: fixed multiple memory leaks
- imptcp: add new parameter "flowControl"
- imrelp: add "maxDataSize" config parameter
- multiple modules: gtls: improve error if certificate file can't be
  opened
- omsnare: allow different tab escapes
- omelasticsearch: converted to use libfastjson instead of json-c
- imjournal: _PID fallback
- multiple modules: add better error messages when regcomp is failing
- omhiredis: fix build warnings
- imfile bugfix: files mv-ed in into directory were not handled
- omprog bugfix: execve() incorrectly called
- imfile bugfix: multiline timeout did not work if state file exists
- lmsig_ksi-ls12 bugfix: build problems on some platforms
- core bugfix: invalid object type assertion
- regression fix: local hostname was not always detected properly on
  early start (w/o network).
- bugfix: format security issues in zmq3 modules
- bugfix build system: add libksi only to those binaries that need it
- bugfix KSI ls12 components: invalid tree height calculation
- testbench/CI enhancements
2017-07-04 13:31:16 +00:00
wiz
4bfa662511 Updated dbus to 1.10.20.
D-Bus 1.10.20 (2017-06-29)
==

The “suggesting a delivery gone horribly wrong” release.

Fixes:

• Fix a reference leak when blocking on a pending call on a connection
  that has been disconnected (fd.o #101481, Shin-ichi MORITA)

• Don't put timestamps in the Doxygen-generated documentation, for
  closer-to-reproducible builds (fd.o #100692, Simon McVittie)

• Avoid an assertion failure when connecting to a semicolon-separated
  series of addresses, one of which fails (fd.o #101257, Simon McVittie)

Documentation:

• Update git URIs in HACKING document to sync up with cgit.freedesktop.org
  (fd.o #100715, Simon McVittie)
2017-07-04 08:48:08 +00:00
fhajny
d9b04cac2d Update sysutils/consul to 0.8.5.
BREAKING CHANGES:

- agent: Parse values given to `?passing` for health endpoints.
- agent: The default value of `-disable-host-node-id` has been changed
  from false to true.

IMPROVEMENTS:

- agent: Added a `-disable-keyring-file` option to prevent writing
  keyring data to disk.
- agent: Added automatic notify to systemd on Linux after LAN join is
  complete, which makes it easier to order services that depend on
  Consul being available.
- agent: The `http_api_response_headers` config has been moved into a
  new `http_config` struct, so the old form is still supported but is
  deprecated.
- dns: Added support for EDNS(0) size adjustments if set in the
  request frame.
- server: Added a startup warning for servers when expecting to
  bootstrap with an even number of nodes.
- agent: (Consul Enterprise) Added support for non rotating,
  statically named snapshots for S3 snapshots using the snapshot
  agent.

BUG FIXES:

- agent: Fixed a regression where configuring -1 for the port was no
  longer disabling the DNS server.
- agent: Fix `consul leave` shutdown race.
- agent: Show a better error message than 'EOF' when attempting to
  join with the wrong gossip key.
- agent: Fixed an issue where the `Method` and `Header` features of
  HTTP health checks were not being applied.
- agent: Fixed an issue where internally-configured watches were not
  working because of an incorrect protocol error, and unified internal
  watch handling during reloads of the Consul agent.
- server: Fixed an issue where the leader could return stale data
  duing queries as it is starting up.
2017-07-03 21:25:03 +00:00
bsiegert
4e12e928be New package, p5-Monitoring-Plugin. From Alberto Mijares via wip, typos fixed.
From DESCR:
Monitoring::Plugin and its associated Monitoring::Plugin::* modules are
a family of perl modules to streamline writing Monitoring plugins. The
main end user modules are Monitoring::Plugin, providing an
object-oriented interface to the entire Monitoring::Plugin::*
collection, and Monitoring::Plugin::Functions, providing a simpler
functional interface to a useful subset of the available functionality.
2017-07-03 16:29:43 +00:00
adam
b62f5367cd Changes 2.2.3:
Bug fixes.
2017-07-03 13:48:20 +00:00
joerg
84d8d3d6c1 Fix bash scripts to use a normal shell. 2017-07-03 13:04:01 +00:00
taca
2a8122a475 Fix build problem on NetBSD 6.1_STABLE. 2017-07-02 09:17:56 +00:00
kamil
67890f5704 Fix of xentools42 build on NetBSD 8.99.1
Address <sys/user.h> removal fallout.
2017-07-01 00:40:30 +00:00
jperkin
c0b9d6ce2d Add newline at EOF to ensure the +INSTALL script is generated correctly. 2017-06-30 16:05:24 +00:00
kamil
89b210101e Correct build of pscpug on NetBSD 8.99.1
Address <sys/user.h> removal fallout.
2017-06-30 00:31:45 +00:00
kamil
89c629cc4f Adapt fscd for <sys/user.h> removal from NetBSD 8.99.1 2017-06-30 00:25:34 +00:00
kamil
ddd12b55f7 Fix build of conky on NetBSD 8.99.1
Address <sys/user.h> removal fallout.
2017-06-30 00:23:03 +00:00
schmonz
7c3ecff865 Revert patch to "be silent if there's nothing to commit." Upstream
recommends using `etckeeper unclean` to determine if there are any
changes in need of committing, which works with every VCS that
etckeeper supports. Bump PKGREVISION.
2017-06-29 17:19:13 +00:00
jperkin
ca65a641f6 Remove merged and obsolete patch. 2017-06-29 16:23:27 +00:00
wiz
eed12a7f43 Remove another RCS Id from patch. 2017-06-29 06:33:29 +00:00
wiz
f0365f9261 Remove RCS Id from patch context. 2017-06-29 06:32:41 +00:00
christos
c02d7ab863 make this compile again. 2017-06-27 15:26:05 +00:00
youri
1c32ce72b1 Bump PKGREVISION. 2017-06-24 14:26:52 +00:00
youri
ba6d4b59bf Fix cdrom eject on NetBSD. 2017-06-24 14:20:40 +00:00
adam
e285102ded On NetBSD, include <sys/iostat.h> 2017-06-24 08:03:35 +00:00
kamil
f2b632da6d Correct lavaps build failure on NetBSD 8.99.1
Address <sys/user.h> removal fallout.
2017-06-23 19:16:58 +00:00
kamil
72d2cf9ea2 Correct mesure build on NetBSD 8.99.1
Address <sys/user.h> removal fallout.
2017-06-23 19:13:15 +00:00
kamil
ff081df8ca Correct torsmo build failure on NetBSD 8.99.1
There is <sys/user.h> removal fallout.
2017-06-23 19:02:07 +00:00
kamil
a854b3eeb1 Correct build failure of whowatch on NetBSD 8.99.1
Address <sys/user.h> removal fallout.
2017-06-23 18:57:13 +00:00
kamil
584945cbf7 Correct few build failues in open-vm-tools
Include PAM blk3.
Address <sys/user.h> removal fallout on NetBSD 8.99.1.
2017-06-23 18:25:12 +00:00
youri
f9199d3068 Update mate-system-monitor to 1.18.0. 2017-06-23 17:29:36 +00:00
youri
68506013e8 Update mate-sensors-applet to 1.18.2. 2017-06-23 17:27:53 +00:00
youri
5f2a007a3a Update mate-power-manager to 1.18.0. 2017-06-23 17:26:18 +00:00
youri
3c1c097d60 Update mate-notification-daemon to 1.18.0. 2017-06-23 17:24:14 +00:00
youri
f830bf8657 Update caja-extensions to 1.18.1. 2017-06-23 17:08:06 +00:00
youri
bd92e52baa Update caja-dropbox to 1.18.2. 2017-06-23 17:07:16 +00:00
youri
38b3e90c74 Update caja to 1.18.3. 2017-06-23 17:06:33 +00:00
kamil
9896ca8e08 Correct build failure of collectd on NetBSD 8.99.1
Address <sys/user.h> removal fallout.
2017-06-23 16:52:45 +00:00
youri
44a26ef485 Add gtk2 back to fix build. 2017-06-23 16:48:08 +00:00
youri
b2b9cc877a Add gtk2 to fix build. 2017-06-23 16:47:49 +00:00
youri
2174dce812 Add gtk2 back to fix build and plint clean. 2017-06-23 16:47:23 +00:00
kamil
d3a7ec4abc Correct build failure on NetBSD 8.99.1
Fallout from <sys/user.h> removal.
2017-06-23 16:42:05 +00:00