Commit graph

8318 commits

Author SHA1 Message Date
ryoon
ac20a93574 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
fhajny
cee3f8a30f Update cfengine3 to 3.7.3.
Behaviour changes:
- classesmatching(): order of classes changed
- Suppress standard services noise on SUSE

Fixes:
- Reduce verbosity of yum package module
- Reduce verbosity of apt_get package module
- Upgrade dependencies to latest patch versions.
  Upgraded libraries:
  - curl 7.47.0
  - libxml2 2.9.3
  - LMDB 0.9.18
  - MySQL 5.1.72
  - OpenLDAP 2.4.44
  - OpenSSL 1.0.2g
  - PCRE 8.38
  - PostgreSQL 9.3.11
  - Redis 2.8.24
  - rsync 3.1.2
  PHP was kept at 5.6.17 because of problems with the 5.6.19 version.
- parse def.json vars, classes in C
- Namespaced classes can now be specified on the command line.
- getvalues() will now return a list also for data containers,
  and will descend recursively into the containers.
- @if minimum_version now correctly ignores lines starting with '@'
- Fix definition of classes from augments file
- Don't follow symbolic links when copying extended attributes.
- Fix ps options for FreeBSD to check processes only in current
  host and not in jails
- Fix cf-serverd error messages with classic protocol clients
- The isvariable() function call now correctly accepts all
  array variables when specified inline. Previously it would not
  accept certain special characters, even though they could be
  specified indirectly by using a variable to hold it.
- Show errors regarding failure to copy extended attributes
  when doing a local file copy. Errors could happen when copying
  across two different mount points where the support for extended
  attributes is different between the mount points.
- Fix bad option nlwp to vzps on Proxmox / OpenVZ.
- Fix file descriptor leak when there are network errors.
- Fix a regression which would sometimes cause "Permission
  denied" errors on files inside directories with very restricted
  permissions.
- Check for empty server response in RemoteDirList after
  decryption
- Allow def.json up to 5MB instead of 4K.
- Add guard for binary upgrade during bootstrap
- Fix HP-UX specific bug that caused a lot of log output to
  disappear.
- Fix a bug which sometimes caused package promises to be
  skipped with "XX Another cf-agent seems to have done this since
  I started" messages in the log, most notably in long running
  cf-agent runs (longer than one minute).
- Define (bootstrap|failsafe)_mode during update.cf when triggerd
  from failsafe.cf
- Fix two cases where action_policy warn still produces errors
- Fix classes being set because of hash collision in the
  implementation.
- fix build failure on FreeBSD 7.1
- Installing packages containing version numbers using yum
  now works correctly.
2016-04-11 12:48:37 +00:00
riastradh
6a8798c010 Report memory statistics in NetBSD a little more sensibly. 2016-04-11 01:49:27 +00:00
joerg
aea50c92b8 Adjust checks for _USE_DESTDIR != no or incorrect references to
USE_DESTDIR.
2016-04-10 16:39:27 +00:00
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