summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2015-03-08Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.taca1-1/+2
2015-03-06add firmware.openbsd.org as MASTER_SITEtnn5-10/+15
2015-03-06Removed the "estd: Forked" messagekhorben4-5/+21
It seems useless to me, and it is inconsistent with the rest of the initialization scripts.
2015-03-05Add a new header check for sys/mman.h & use it in src/util.hsevan3-6/+23
Resolves build issue on FreeBSD as off_t is defined in sys/mman.h Reviewed by: wiz@
2015-03-05Add patches for XSA-121 and XSA-122 from upstream.spz4-3/+100
2015-03-05Add patches for XSA-121 and XSA-122 from upstream.spz4-3/+100
2015-03-05Add patches for XSA-121 and XSA-122 from upstream.spz4-3/+100
2015-03-04Fix build on !x86_64.joerg1-3/+3
2015-03-03Simplify the conditional block for Darwinpho1-2/+2
2015-03-01Unbreak build for non-OSX users.joerg1-2/+2
2015-03-01Change dependency to samba to net/samba from net/samba35.taca1-2/+3
Bump PKGREVISION.
2015-03-01Depend on the py-docutils version that has versioned binaries.wiz1-2/+2
2015-02-28Provide help for finding rst2man.joerg1-1/+2
2015-02-27change rpm build dependencies to rpm2cpiotnn1-3/+3
2015-02-27Remove stale HP-UX bulk build quirkstnn2-6/+2
2015-02-26define dummy VFS_PROTOS(fsname) which is otherwise only available under _KERNEL.tnn1-1/+2
lsof for legacy reasons includes sys/mount.h without _KERNEL but msdosfs/msdosfsmount.h with _KERNEL. Fixes: /usr/include/msdosfs/msdosfsmount.h:255:12: error: a parameter list without types is only allowed in a function definition VFS_PROTOS(msdosfs);
2015-02-24SunOS still needs SOLARIS2 defined for ip_compat.h to expose some structs.fhajny1-1/+3
2015-02-24Reset maintainer, lukem has no pkgsrc capabilities.wiz1-3/+2
2015-02-23Updated salt to version 2014.7.2imil4-33/+546
Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-21Recursive revbump from audio/pulseaudio.ryoon1-2/+2
2015-02-21+ upowerjmcneill1-1/+2
2015-02-21Import upower-0.99.2 as sysutils/upower.jmcneill5-0/+80
UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.UPower service via the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit.
2015-02-19Sort.wiz1-2/+2
2015-02-19Update to r11. From Leonardo Taccari in PR 49679.wiz3-50/+7
Changes: * fix incorrect static array initialization
2015-02-18Update to r10 from Leonardo Taccari in PR 49675:wiz4-143/+39
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-17Update to 0.104. You should read the changelog below.wiz3-9/+13
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-17Update to 1.8.16:wiz2-7/+6
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-17Fix off by one error which caused SEGV when no valid scaling option foundabs3-12/+36
Add comments to patch-ab Bump PKGREVISION
2015-02-15Update to 1.40ryoon6-51/+902
Changelog: Many and many changes including new features and translation updates. See Changelog.
2015-02-15Update to 0.7.8ryoon4-17/+92
* Depend on ncursesw. * Update HOMEPAGE. Changelog: Completely changed in last 12 years.
2015-02-15Fix build on non-x86. Submitted upstream.tnn2-1/+27
2015-02-14Update watchman to version 3.0.0.nros5-100/+7
Delete patches since they have been applied upstream. Changelog is not available.
2015-02-14libpciaccess should work on all NetBSD ports, provided -lpci.riastradh1-4/+8
2015-02-13Added backuppctnn1-1/+2
2015-02-13Import backuppc-3.3.1 as sysutils/backuppc.tnn9-0/+362
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-13Update ruby-facter to 2.4.1.taca4-25/+142
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-11Mark Darwin 9 and later as brokenpho1-1/+14
${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-09In amanda*, reduce default options.gdt6-18/+30
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-08Try improving DESCR for joerg.wiz1-3/+3
2015-02-08+ rmtrash.wiz1-1/+2
2015-02-08Import rmtrash-1.8 as sysutils/rmtrash.wiz4-0/+38
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-07Add and enable ruby-capistrano-stats.taca1-1/+2
2015-02-07Add ruby-capistrano-stats package version 1.1.1.taca4-0/+31
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-05Add all the rest releases of 1.6.x:pettai4-12/+15
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-04Fix build with clang.joerg3-3/+18
2015-02-04Switch to depend ruby-hashi2 package.taca1-2/+3
Bump PKGREVISION.
2015-02-04Update to 0.13.3:wiz4-51/+6
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-02Requires C99, remove SunOS flags which conflict with _XOPEN_SOURCEjperkin1-4/+2
usage in the source.
2015-02-01Update to 0.9, from Leonardo Taccari in PR 49624:wiz4-48/+48
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-01Install rsnapshot-diff. From ISIHARA Takanori in PR 49619.wiz2-9/+12
Bump PKGREVISION.