Commit graph

8314 commits

Author SHA1 Message Date
youri
a62b5c0ba9 Fix Darwin build. 2016-04-07 11:54:57 +00:00
joerg
dc7fe85c63 Needs gpg binary to build, so add build dependency. 2016-04-06 12:38:42 +00:00
khorben
2fe25b5e12 Update salt-docs to version 2015.8.5
This now builds thanks to a patch in textproc/py-sphinx. This version is
the same as found in sysutils/salt in the first place.

Approved by pkgsrc-pmc@ during freeze.

XXX use a Makefile.common together with salt
2016-04-05 05:42:26 +00:00
bad
a79d9cac74 Bump PKGREVISON for previous. 2016-04-04 15:17:33 +00:00
bad
225cf75d98 Lock only the minimal critical section in the block hotplug script.
Patch provided my Manuel Bouyer. Thanks!
2016-04-04 15:16:03 +00:00
bad
b90885ea05 Guard the NetBSD block device hotplug script against concurrent execution.
xl(1) runs the hotplug scripts in parallel.  This causes failures when the
next free vnd device is selected.

Locking modeled after the Linux block hotplug script.
2016-04-04 15:13:15 +00:00
bad
b504ef3769 Honor PKG_SYSCONFDIR.
While here drop know unnecessary XEN_CONFIG_DIR from MAKE_ENV.
2016-04-04 15:03:14 +00:00
bad
45064b71c2 Drop more unnecessary variables from MAKE_ENV.
No change to the installed files, so ride previous PKGREVISION bump.
2016-04-04 14:51:59 +00:00
bad
fba1399ea5 Bump PKGREVISON for previous. 2016-04-04 14:49:09 +00:00
wiz
8bdb0a498c Remove unnecessary chunk. 2016-04-04 14:47:56 +00:00
bad
44695687ec Lock only the minimal critical section in the block hotplug script.
Patch provided my Manuel Bouyer. Thanks!
2016-04-04 14:47:19 +00:00
bad
ba7af56283 Guard the NetBSD block device hotplug script against concurrent execution.
xl(1) runs the hotplug scripts in parallel.  This causes failures when the
next free vnd device is selected.

Locking modeled after the Linux block hotplug script.
2016-04-04 14:45:12 +00:00
bad
77bc7f3be3 Fix xenstored DB location and lock directory under NetBSD.
The xenstored database is ephemeral and must be removed during system boot.
Put it into /var/run/xenstored. The ocaml xenstored does that already.

/var/lock doesn't exist on NetBSD, use /var/run instead.
2016-04-04 14:40:57 +00:00
bad
c5f4791331 Honor PKG_SYSCONFDIR.
While here drop know unnecessary XEN_CONFIG_DIR from MAKE_ENV.
2016-04-04 14:35:12 +00:00
jperkin
a183a7df79 Support PKGMANDIR. 2016-04-01 12:31:20 +00:00
jperkin
256b7c2450 Use PKGMANDIR. 2016-04-01 11:12:27 +00:00
jperkin
1b748f9f6a Make lex/flex a runtime dependency for packages which link against -lfl. 2016-03-30 12:51:16 +00:00
markd
768414597c Don't add doc subdirectory twice - fixes build with latest cmake 2016-03-29 10:55:45 +00:00
khorben
ba8e4c685f Package DeforaOS Terminal 0.1.0
This release brings:
- improvements to the user interface (renaming tabs, fullscreen...)
- support for login shells
- stability fixes with "xterm -hold"
- re-licensed as 3-clause BSD
- partial translation into Spanish

Updated during a freeze because:
- fixes building with --prefer-pkgsrc yes (used "install --")
- removes a conflict with x11/xfce4-terminal
- is a leaf package (except for meta-pkgs/deforaos-desktop)
2016-03-28 19:28:42 +00:00
jperkin
fa59a9fe54 Use PKGMANDIR. 2016-03-27 22:38:33 +00:00
joerg
b944675445 Needs main bacula package for shared libraries. Bump revision. 2016-03-25 21:05:55 +00:00
joerg
3a67b5f99c Needs _KERNTYPES on NetBSD. 2016-03-25 21:05:30 +00:00
jperkin
4a6724d7cb Add Darwin to ONLY_FOR_PLATFORM, builds fine on Mavericks at least. 2016-03-23 19:35:48 +00:00
jperkin
6ef4e5cd20 Fix install on Darwin which doesn't use PolicyKit. 2016-03-23 15:40:36 +00:00
joerg
1842f51b5d Help configure to find shutdown on NetBSD where PATH might not contain
/sbin.
2016-03-22 18:56:36 +00:00
sevan
24089498e8 Import xhyve 0.2.0 from pkgsrc-wip
The xhyve hypervisor is a port of bhyve to OS X. It is built on top of
Hypervisor.framework in OS X 10.10 Yosemite and higher, runs entirely in
userspace, and has no other dependencies.

Reviewed by wiz@
2016-03-19 18:11:36 +00:00
rillig
b67b3c3524 Removed CVS conflict lines from distinfo. 2016-03-19 00:32:10 +00:00
wiedi
90a3a11a4f Update sysutils/znapzend to 0.15.3
Changes since 0.15.2 include:
	- additional [info] and [debug] messages
	- fix bashism introduced in thirdparty makefile (comparing with ==)
	- simplifie module setup
2016-03-17 00:26:16 +00:00
taca
a850ebdc30 Update ruby-listen to 3.0.6.
pkgsrc change:
* Depend on ruby-rb-fsevent Darwin.

Bugfixes

* #364 - fix broken dependency (rb-inotify gem version 0.9.6 was removed from
   RubyGems) - thanks, @benja83 !
2016-03-15 15:35:52 +00:00
taca
47f2952dec Update ruby-rb-inotify to 0.9.7.
* Regenerate gemspec.
* Improve documentation.
* Return nil and the caller will return empty array for each method.
* Avoid exception in case of closing a file watched by notifier, like tapping
  SIGINT to close the file without exception.
* Fix the logic used for retrying reads after EINVAL
* Use a specific exception class for queue overflows
2016-03-15 15:33:02 +00:00
taca
5ea3fd76f2 Update ruby-facter to 2.4.6.
* (FACT-959) Incorrect processor counts on Windows
* (FACT-1286) Only return files, never directories
* (FACT-765) Constrain windows `id` gid resolution
* (FACT-704) Fix docker detection for systemd slices
* (maint) Remove rubygems_version from gemspec.
2016-03-15 15:28:05 +00:00
taca
22f621eefa Update ruby-childprocess to 0.5.9.
Shut down the test processes.
2016-03-15 15:18:26 +00:00
fhajny
c5c33d2eee Update sysutils/puppet to 3.8.6.
No changelog provided, commits since 3.8.4:
- (doc) Clarify auth_membership
- (PUP-4516) Exit immediately when sent INT or TERM
- (PUP-4516) Add signal name in exit message
- (PUP-4386) Windows group invalid user error msgs
- (PUP-5308) Bump beaker dependency
- (maint) Use beaker's puppet helper
- (maint) Remove obsolete test
- (PUP-5308) Use puppet config set for future parser
- (PUP-5480) Windows dirs should inherit SYSTEM
- Remove skipping based on commit msg
- (PUP-5308) Ensure future parser setting is in main section
- (PUP-5505) Improve performance of reading service plists
- (PUP-5522) Ensure consistency of node environment attr and param
- (PUP-5547) Prevent unnecessary environment eviction
- Revert "(PUP-5547) Prevent unnecessary environment eviction"
- (PUP-5547) Prevent unnecessary environment eviction
- (PUP-5509) Ensure error context for non-numeric index error
- (PUP-5590) Detect duplicate parameter names
- (PUP-5212) Pip package honors HTTP proxy
- (maint) Use Travis container infrastructure
- (maint) Use newer bundler
- Bump ruby version to 2.1.8
- (PUP-1293) Don't ignore status when using upstart provider
- (PUP-5378) acceptance: port all-functions test to 3.x
- (PUP-5378) ensure calling_all_functions works against 4x
- (maint) acceptance-fix with() function usage
- (maint) Relax fqdn_rand regex
- (maint) acceptance: fix calling all functions-split regex
- (PUP-5658) Disallow numeric types with ranges where to < from
- (maint) Update ruby build for windows
- (maint) Change apt_host to apt_signing_server
- (RE-6205) updating ruby for CVE-2015-7551
- (PUP-5670) bump facter release tag
2016-03-15 12:45:07 +00:00
wiz
5847e8fc8e + tarsnap-gui. 2016-03-15 09:51:39 +00:00
wiz
51de0313ee Import tarsnap-gui-0.8 as sysutils/tarsnap-gui.
The Tarsnap graphical user interface desktop application is an open
source cross-platform frontend to the popular Tarsnap backup service.

The application uses the tarsnap command line client utilities to
communicate with the Tarsnap service.
2016-03-15 09:51:26 +00:00
imil
5d2f9030f4 disable portability check for unused configure script 2016-03-14 12:55:40 +00:00
tnn
7a8f287bf8 This package needs to be able to do atomic compare-and-swap on time_t.
Since time_t is 64 bits, on i386 it needs at least a pentium-class CPU.
2016-03-14 11:12:22 +00:00
tnn
0eb65a92b4 remove references to ruby200 2016-03-14 00:59:05 +00:00
tnn
c1deee8421 teach it about NetBSD's pthread_setname_np(3) prototype 2016-03-13 08:15:59 +00:00
tnn
f3b733e937 patch CVE-2013-7447 2016-03-13 03:45:53 +00:00
tnn
19dc894ad6 fix perl syntax deprecation warnings 2016-03-13 01:02:44 +00:00
ryoon
696a7e9117 Bump PKGREVISION
* Install configuration file to proper location
2016-03-12 23:07:33 +00:00
ryoon
6b21363d4e Update to 0.99.4
Changelog:
Version 0.99.4
~~~~~~~~~~~~~~
Released: 2016-02-16

New Features:
 - Add support for Logitech G700s/G700 Gaming Mouse (muzena)
 - Port to GDBus (Cosimo Cecchi)
 - Support g_autoptr() for all libupower-glib object types (Kalev Lember)

Bugfixes:
 - Add critical action support for *BSD (Eric Koegel)
 - Change the default low battery policy to percentage (Bastien Nocera)
 - Fix deprecation warning in integration-test (Bastien Nocera)
 - Fix memory leak in up_client_get_devices() (Bastien Nocera)
 - Fix possible double-free (Bastien Nocera)
 - Update HID rules and fix build regression (Arnaud Quette)
2016-03-12 11:50:08 +00:00
ryoon
bb54a5fbc4 Recursive revbump from libxklavier-5.4 2016-03-12 11:28:36 +00:00
wiz
ece50e164c Update tarsnap to 1.0.37.
First the new release: Tarsnap 1.0.37 is now available.  This version brings
the following substantive changes compared to tarsnap 1.0.36:

 * tarsnap-key(gen|mgmt|regen) now accept a --passphrase-time option,
which specifies the duration to be spent on computing the derived keys
used for encrypting the tarsnap key file.

 * tarsnap now accepts a --keep-going option when deleting or printing
statistics about multiple archives.

 * tarsnap-keymgmt now accepts a --print-key-permissions option for
listing the permissions contained in a key file.

 * tarsnap --print-stats now accepts a --csv-file option for printing
statistics in comma-separated-value format.

 * tarsnap now accepts a --verify-config command which exits silently
after checking the configuration file(s) for syntax errors.

 * tarsnap now looks for a server named "v1-0-0-server.tarsnap.com"
instead of the historic "betatest-server.tarsnap.com" hostname.  This
should have no user-visible effect in most configurations.

 * tarsnap now correctly warns if a sparse extract fails due to hardlinks.

 * tarsnap now prints a warning if creating an empty archive.

As usual, there are also many minor build fixes, harmless bug fixes, and code
refactoring / cleanup changes.  For a full listing of changes, consult the
tarsnap git repository: https://github.com/Tarsnap/tarsnap
2016-03-10 22:54:13 +00:00
wiz
649b254bc7 Drop maintainership. 2016-03-09 23:53:17 +00:00
tnn
8d9d71234b only for NetBSD, fss(4) is NetBSD-specific 2016-03-09 21:47:12 +00:00
fhajny
04b697281f Reset sysutils/rsyslog-* revision after rsyslog update. 2016-03-09 20:55:35 +00:00
fhajny
d18dc1fd83 Update sysutils/rsyslog to 8.17.0.
- NEW REQUIREMENT: libfastjson
- new testbench requirement: faketime command line tool
- improve json variable performance
- new experimental feature: lookup table suport
- new feature: dynamic statistics counters
- new contributed plugin: omampq1 for AMQP 1.0-compliant brokers
- new set of UTC-based $now family of variables ($now-utc, $year-utc, ...)
- simplified locking when accessing message and local variables
- new global parameter "debug.unloadModules"
- timestamp handling: guard against invalid dates
- imfile: add "trimlineoverbytes" input paramter
- ommongodb: add support for extended json format for dates
- omjournal: add support for templates
- imuxsock: add "ruleset" input parameter
- testbench: framework improvement: configs can be included in test file
- imptcp: performance improvements
- made build compile (almost) without warnings
- solaris build: MAXHOSTNAMELEN properly detected
- build system improvement: ability to detect old hiredis libs
- rsgtutil: dump mode improvements
- build system: fix build issues with clang
- bugfix: unixtimestamp date format was incorrectly computed
- bugfix: date-ordinal date format was incorrectly computed
- bugfix: some race when shutting down input module threads
- bugfix tcpflood: did not handle connection drops correct in TLS case
- bugfix: abort if global parameter value was wrong
- bugfix omkafka: fix potential NULL pointer addressing
- bugfix impstats: @cee cookie was prefixed to wrong fromat (json vs. cee)
- bugfix imfile: fix race during startup that could lead to some duplication
- bugfix: potential loss of single message at queue shutdown
- bugfix: potential deadlock with heavy variable access
- bugfix ommysql: on some platforms, serverport parameter had no effect
- bugfix omelasticsearch: invalid pointer dereference
- bugfix omhiredis: serverport config parameter did not reliably work
- bugfix rsgtutil: -h command line option did not work
- bugfix lexer: hex numbers were not properly represented
- bugfix TLS syslog: intermittent errors while sending data
- bugfix imfile: abort on startup if no slash was present in file name param
- bugfix rsgtutil: fixed abort when using short command line options
- bugfix rsgtutil: invalid computation of log record extraction file
- bugfix build system: KSI components could only be build if in default path
2016-03-09 20:54:43 +00:00
fhajny
16ebfae8c5 Update sysutils/liblognorm to 1.1.3.
- add support for libfastjson
- make work on Solaris
- check for runaway rules.
- fix: process last line if it misses the terminating LF
2016-03-09 20:45:44 +00:00