Commit graph

7775 commits

Author SHA1 Message Date
wiz
e39ff54dd7 Update to r10 from Leonardo Taccari in PR 49675:
Changes:
 * Fix build on DragonFly due to pidfile changes.
 * Add support for TECH_LOONGSON, TECH_ROCKCHIP, and TECH_GENERIC. Taken from
   pkgsrc, submitted-by: Leonardo Taccari, original patches by Jared D. McNeill.
2015-02-18 10:34:57 +00:00
wiz
26abd19c3d Update to 0.104. You should read the changelog below.
dbus-glib 0.104 (2015-02-09)
============================

The “smoke and ashes” release.

Deprecations:

• Document the entire library as deprecated (Simon McVittie, Philip Withnall)

Dependencies:

• libdbus 1.8 is required
• GLib 2.32 is required

Enhancements:

• The libdbus 1.8 dependency means we can now document that
  dbus_g_thread_init() is idempotent and thread-safe
  (fd.o #54770, Simon McVittie)

• Use g_cclosure_marshal_generic for all marshalling (fd.o #64214,
  Simon McVittie)

Fixes:

• Allow timeouts to be migrated from one main context to another
  without an assertion failure (fd.o #30574, Mike Gorse)

• Don't trip a libdbus fatal warning if a Unix fd or other unsupported type
  is encountered in a message (fd.o #80557, Alban Crequy)

• Make the tests pass with newer GLib by not removing removed sources
  (fd.o #83530, Simon McVittie)

• Fix some typos in the documentation (fd.o #45686, Jiří Klimeš)

• Make the Autotools setup less awful (fd.o #58698;
  Rafał Mużyło, Simon McVittie)
2015-02-17 14:03:54 +00:00
wiz
0b9aacb81b Update to 1.8.16:
D-Bus 1.8.16 (2015-02-09)
==

The “poorly concealed wrestlers” release.

Security fixes:

• Do not allow non-uid-0 processes to send forged ActivationFailure
  messages. On Linux systems with systemd activation, this would
  allow a local denial of service: unprivileged processes could
  flood the bus with these forged messages, winning the race with
  the actual service activation and causing an error reply
  to be sent back when service auto-activation was requested.
  This does not prevent the real service from being started,
  so it only works while the real service is not running.
  (CVE-2015-0245, fd.o #88811; Simon McVittie)

Other fixes:

• fix a Windows build failure (fd.o #88009, Ralf Habacker)

• on Windows, allow up to 8K connections to the dbus-daemon instead of the
  previous 64, completing a previous fix which only worked under
  Autotools (fd.o #71297, Ralf Habacker)
2015-02-17 13:48:24 +00:00
abs
86706685f7 Fix off by one error which caused SEGV when no valid scaling option found
Add comments to patch-ab
Bump PKGREVISION
2015-02-17 09:59:30 +00:00
ryoon
687082d7b7 Update to 1.40
Changelog:
Many and many changes including new features and translation updates.
See Changelog.
2015-02-15 14:09:38 +00:00
ryoon
87e3b7070f Update to 0.7.8
* Depend on ncursesw.
* Update HOMEPAGE.

Changelog:
Completely changed in last 12 years.
2015-02-15 12:50:53 +00:00
tnn
bb26a6b577 Fix build on non-x86. Submitted upstream. 2015-02-15 06:05:29 +00:00
nros
40adc32094 Update watchman to version 3.0.0.
Delete patches since they have been applied upstream.
Changelog is not available.
2015-02-14 22:36:53 +00:00
riastradh
4c99f6ae93 libpciaccess should work on all NetBSD ports, provided -lpci. 2015-02-14 05:52:11 +00:00
tnn
54e13756d2 Added backuppc 2015-02-13 18:01:26 +00:00
tnn
10e1c8eb5e Import backuppc-3.3.1 as sysutils/backuppc.
BackupPC is a high-performance, enterprise-grade system for backing up *NIX,
Windows and MacOSX PCs and laptops to a server's disk. BackupPC is highly
configurable and easy to install and maintain.

BackupPC does not require any agent software to be installed on the client
systems as it operates over SSH/rsync, Samba or ftp.
2015-02-13 17:57:36 +00:00
taca
c5397f9af2 Update ruby-facter to 2.4.1.
pkgsrc change: reduce conflict with adding pkg_alternatives support.

Changes from 1.7.5 are too many to write here, but version 2.4.1 fixes
CVE-2015-1426 security problem.
2015-02-13 13:55:58 +00:00
pho
9936727f45 Mark Darwin 9 and later as broken
${WRKSRC}/machine/m_macosx.c uses kvm_* interfaces, which have been
dropped since Darwin 9. I've not tested it on Darwin <= 8 though.
2015-02-11 14:04:16 +00:00
gdt
1337be1492 In amanda*, reduce default options.
Add an 'ndmp' option, disabled by default.
Disable kerberos option by default.

These two changes allow amanda to build again on OS X.  My belief,
posited on pkgsrc-users without contradiction, is that no pkgsrc users
use these features anyway.  Normal amanda usage these days is over ssh
(which gets one PFS).  NDMP is for direct dumping of NAS: usage is
probably rare and also in large installations where rebuilding is not
hard.

All in all, I thought it better for the pkgsrc/amanda universe to have
consistent options across platforms than to selectively disable on OS
X.
2015-02-09 18:35:12 +00:00
wiz
e9a37623fc Try improving DESCR for joerg. 2015-02-08 22:04:16 +00:00
wiz
6558941a69 + rmtrash. 2015-02-08 17:00:13 +00:00
wiz
a272ca379f Import rmtrash-1.8 as sysutils/rmtrash.
Put files (and directories) in trash using the trash-put command
in a way that is, otherwise as trash-put itself, compatible to GNUs
rm and rmdir.
2015-02-08 16:59:56 +00:00
taca
c428f9238c Add and enable ruby-capistrano-stats. 2015-02-07 14:53:24 +00:00
taca
3acfd277d0 Add ruby-capistrano-stats package version 1.1.1.
Official metrics to help the development direction of Capistrano.

Collects anonymous usage statistics about Capistrano to aid with platform
support and ruby version targeting.
2015-02-07 14:52:26 +00:00
pettai
feff5f0b58 Add all the rest releases of 1.6.x:
1.6.10
   Fixes an issue with the copy module when copying a directory that fails when changing file attributes and the target file already exists
   Improved unicode handling when splitting args

1.6.9
   Further improvements to module parameter parsing to address additional regressions caused by security fixes

1.6.8
   Corrects a regression in the way shell and command parameters were being parsed

1.6.7
   Security fixes:
   Strip lookup calls out of inventory variables and clean unsafe data returned from lookup plugins (CVE-2014-4966)
   Make sure vars don't insert extra parameters into module args and prevent duplicate params from superseding previous params (CVE-2014-4967)

1.6.6
   Security updates to further protect against the incorrect execution of untrusted data

1.6.4, 1.6.5
   Security updates related to evaluation of untrusted remote inputs
2015-02-05 15:22:06 +00:00
joerg
8d8d6387f9 Fix build with clang. 2015-02-04 20:52:16 +00:00
taca
415b019a05 Switch to depend ruby-hashi2 package.
Bump PKGREVISION.
2015-02-04 14:10:50 +00:00
wiz
f362f2f71a Update to 0.13.3:
libpciaccess is used by the Xorg server to interface with the appropriate
routines for finding and using PCI bus devices on various operating systems.

This release provides a number of platform-specific improvements for various
platforms, including Linux, Solaris, OpenBSD, NetBSD, and Hurd, plus the
addition of some support for Cygwin.

Alan Coopersmith (3):
      Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compiler
      Solaris: Fix fd leak in pci_device_solx_devfs_map_range()
      libpciaccess 0.13.3

Marcin Ko?cielnicki (1):
      Fix IO access functions on linux+sysfs.

Mark Kettenis (1):
      Use PCIOCREADMASK on OpenBSD.

Matthew Green (1):
      Implement the kernel_has_driver() method for NetBSD.

Samuel Pitoiset (2):
      Windows/Cygwin: Add support through the WinIo library
      Fix a compilation error on GNU Hurd platforms.

Thomas Klausner (2):
      Fix zlib handling on NetBSD.
      Improve NetBSD i386 detection.
2015-02-04 06:59:46 +00:00
jperkin
1cae2d17bf Requires C99, remove SunOS flags which conflict with _XOPEN_SOURCE
usage in the source.
2015-02-02 12:02:27 +00:00
wiz
42d58d1833 Update to 0.9, from Leonardo Taccari in PR 49624:
Changes:
estd-r9
* Improve SMP support on NetBSD.
  Submitted by: vincent@labri.fr

estd-r8
* Add Intrepid support.
  Submitted by: Michael <macallan@netbsd.org>
2015-02-01 18:59:05 +00:00
wiz
025ce09ea2 Install rsnapshot-diff. From ISIHARA Takanori in PR 49619.
Bump PKGREVISION.
2015-02-01 01:48:36 +00:00
jperkin
baa9415da4 SunOS inotify requires sys/filio.h for FIONREAD. 2015-01-31 22:52:56 +00:00
wiz
5918f98b50 Another fix for hald from Sergio Lenzi. Bump PKGREVISION. 2015-01-31 12:08:55 +00:00
jperkin
cadea5d0f8 Explicitly disable inotify support on SunOS whilst it is Linux-specific. 2015-01-29 21:58:34 +00:00
joerg
50a4257a9a Fix build with clang and on NetBSD/current. 2015-01-29 21:33:47 +00:00
joerg
68a3dfbde6 Fix rpath-link use. 2015-01-29 21:31:39 +00:00
prlw1
3d8f49273b xen build with python 3.3 fails with:
xenkernel45:
  File "/tmp/pkgsrc/sysutils/xenkernel45/work.x86_64/xen-4.5.0/xen/tools/compat-
build-source.py", line 30
    print line.rstrip()
             ^
SyntaxError: invalid syntax

xentools45:
  File "mkchecker.py", line 40, in <module>
    if compat_arches.has_key(a):
AttributeError: 'dict' object has no attribute 'has_key'
...

XXX Assume the same is true for python 3.4 and mark as not for 33 34
2015-01-27 14:52:56 +00:00
wiz
b20739ecb6 The SMF default signaling method, :kill, sends a signal to all
processes associated with the service. In the case of tenshi, the
refresh method currently uses :kill -HUP, which sends a HUP to the
spawned tail process as well as the tenshi process, killing the
tail and breaking tenshi.

Fix this problem. Bump PKGREVISION.

From Paul B. Henson in PR 49607.
2015-01-26 23:03:37 +00:00
wiz
b40d0aeda0 Apply some bug fixes for the NetBSD hald from sergio lenzi in PR 49604.
Bump PKGREVISION.
2015-01-25 18:46:09 +00:00
joerg
b42586eb89 Just because it is a new xentools version, don't expect the horrible
dynamic type mess is fixed.
2015-01-25 13:14:46 +00:00
adam
5c79d441f5 Better PLIST processing; won't fail if built as a dependency. 2015-01-24 23:23:48 +00:00
adam
d324b48b80 Fixed building on Darwin; fixed running on NetBSD; fixed PLIST 2015-01-24 23:01:29 +00:00
wiz
d1713f8686 Add some bug report URLs. 2015-01-23 10:11:47 +00:00
wiz
2ac58a2a9b Update HOMEPAGE. 2015-01-23 09:50:55 +00:00
wiz
fd689d6eec Fix build with libarchive-3.x by removing -Werror from CFLAGS. 2015-01-22 20:46:58 +00:00
joerg
4cbf260738 Fix dependency. 2015-01-22 16:54:21 +00:00
pho
1b2306c120 PR 49591: Make launchd integration a package option, disabled by default for now.
launchd integration currently requires manual steps as described in MESSAGE.launchd. We may want to make it default once we have a framework for automatic launchd support.
2015-01-21 13:45:18 +00:00
obache
8d548ad3ca recuesive bump from libarchive major update. 2015-01-21 09:12:41 +00:00
bouyer
9b91b66222 Make it build on netbsd-7.
Remove dependancy on py-curses and py-xml now that the xm toolstack is gone.
Bump PKGREVISION
2015-01-21 08:53:21 +00:00
pho
122f86d0c1 PR 49591: Add MESSAGE.launchd to let Darwin users know about the launchd agent configuration file. 2015-01-21 05:38:59 +00:00
wiz
d1e25f664f Install launchd script on Darwin.
From Youri Mouton in PR 49591.

Bump PKGREVISION.
2015-01-20 23:45:35 +00:00
bouyer
a69929a591 Remove outdated file inherited from xentools42 2015-01-20 22:03:21 +00:00
bouyer
c84041845a Add xenkernel45 and xentools45 2015-01-20 16:42:48 +00:00
bouyer
d870f0e26e Xen is a virtual machine monitor which supports running multiple
guests operating systems on a single machine. Guest OSes (also
called "domains") require a modified kernel which supports Xen
hypercalls in replacement to access to the physical hardware. At
boot, the xen kernel is loaded along with the guest kernel for the
first domain (called domain0). domain0 has privileges to access
the physical hardware (PCI and ISA devices), administrate other
domains and provide virtual devices (disks and network) to other
domains.

xenkernel45 and xentools45 contains the kernel and tools from
the Xen 4.5.x branch
2015-01-20 16:42:13 +00:00
jaapb
714f854d4d Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00