Commit graph

6327 commits

Author SHA1 Message Date
wiz
ca383c3a7a Update to 1.0.30. Drop maintainership since I never actually used it...
Changes since version 1.0.29:

    A bug fix in the handling of readdir errors; in earlier versions,
    it was theoretically possible for a failing hard drive or other
    errors in reading directories to result in files being silently
    omitted from an archive.

    Several bug fixes relating to the handling of @archive directives
    with mtree files.

    A bug fix to prevent cache directory corruption resulting in
    tarsnap failing if it was interrupted at exactly the right
    (wrong) moment in its operation.

    A bug fix to correctly handle ~ in tarsnap -s path substitutions.

    Many more minor bug fixes.
2011-08-25 15:24:14 +00:00
obache
c5d8a2a356 Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
shattered
e0c5d6066c PR/42954 -- disable libtool if static-bacula option is on. Doesn't yet
work though.
2011-08-17 20:23:11 +00:00
shattered
dd81ae1e58 PR/38104 - remove conflict with nut: rename upsimage.cgi to apcupsimage.cgi
OK by maintainer.
2011-08-14 21:42:14 +00:00
abs
07a67b46ed Fix build with gcc 4.5.3 under NetBSD 2011-08-14 20:42:40 +00:00
obache
a7a8ace5fe Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
taca
8340af54d8 Update sysutils/ruby-facter package to 1.6.0.
1.6.0
===
9404a7a (#7670) Add an acceptance test
0c23845 maint: Fix spelling of acceptance directory
926e912 (#7670) Stop preloading all facts in the application
2255abe (#7670) Never fail to find a fact that is present
8002c24 (#7507) Fix 1.9.2 test failure
0635822 Removed inappropriately uncredited Ohai method from ec2 fact
6b1cd16 (#6614) Update ipaddress6 fact to work with Ruby 1.9
21fe217 (#6612) Changed uptime spec to be endian agnostic
19f96b5 (#6728) Facter improperly detects openvzve on CloudLinux systems
5b10173 (#5135) Fix faulty logic in physicalprocessorcount
53cd946 Ensures that ARP facts are returned only on EC2 hosts
bfa038d Fixed #6974 - Moved to Apache 2.0 license
d56bca8 refactor the mechanism for allowing for resolution ordering to be influenced
9f4c5c6 (#6740) facter doesn't always respect facts in environment variables
7441b32 Partial fix for #6971 - Fix for virtual tests
7f3e89d (#2714) Fixed faulty test
bfc16f6 (#2714) Added timeout to prtdiag resulution
c2ff833 (#5135) Refactored physicalprocessorcount
0c4a98b Re-factor. Do not use pure-Ruby file reading against "/proc/cpuinfo" and possibly any entry under "/sys" from the sysfs file system.
cb52b06 Fix. Using sysfs file system entries to count the number of physical CPUs. Fall-back to "/proc/cpuinfo" included for backward-compatibility with legacy systems.
3efa9d7 (#3856) Add virtualbox detection via lspci (graphics card), dmidecode, and prtdiag for Solaris and corresponding tests. Darwin case is not handled yet.
7c80172 (#6883) Update Facter install.rb to be slightly more informative.
d31e3f9 (#5394) Document each Facter fact.
af4947c (#6862) Add a default subject for the mail_patches rake task
d6967a0 (#6613) Switch solaris macaddress fact to netstat
e056218 (#6817) Fix for Ruby 1.9 by calling .each_line on a string
861c2b2 maint: cleanup whitespace
f6c9927 (#6719) Corrected faulty logic in bugfix
e42e57c (#3856) Add virtualbox detection via lspci (graphics card), dmidecode, and prtdiag for Solaris and corresponding tests. Darwin case is not handled yet.
0b5b546 (#6883) Update Facter install.rb to be slightly more informative.
7c08270 (#5394) Document each Facter fact.
06eb3f5 (#6883) Update Facter install.rb to be slightly more informative.
1063753 (#6862) Add a default subject for the mail_patches rake task
56b5f10 (#6613) Switch solaris macaddress fact to netstat
fd4f31c (#6817) Fix for Ruby 1.9 by calling .each_line on a string
72996ff maint: cleanup whitespace
2011-08-12 17:14:42 +00:00
taca
d261d90251 Fix dependency pattern.
Bump PKGREVISION.
2011-08-12 17:13:38 +00:00
gls
651d1c5680 Update sysutils/capistrano to 2.8.0
Upstream changelog:

  ## 2.8.0 / August 3 2011

  A short release, after the last. Announcing Rails 3.1 asset pipeline support.

  The asset pipeline support requires an additiona `load` in your `Capfile`.

  You can see information pertaining to the pull request, including the inline
  comments here: https://github.com/capistrano/capistrano/pull/35

  Documentation will be available soon in the wiki.

  * Drop-In Rails 3.1 asset pipeline support. (Chris Griego)

  ## 2.7.0 / August 3 2011

  A fairly substantial release. There are fixes so that current_release works
  during dry-runs, (although, apparently still not with bundler.)

  The test-suite was also modified to work with Ruby 1.9.2, except in one case
  where Ruby 1.9.x calls `to_ary` and `to_a` on mocks, which still makes an
  error. 1.9.x has always been supported, but due to lack of maintenance on my
  part the tests didn't ever pass.

  The `start`, `stop` and `restart` tasks have been reduced to mere hooks into
  which extensions can define their own functionality.

  The `readme` was also slightly improved, simply tweaks to express how best to
  run the test suite.

  * Ensure dry-run works with `:current_release` variable (Carol Nichols)
  * Added a new variable `:git_submodules_recursive`, setting the value to false
  will ensure Git doesn't recursively initialize and checkout submodules. (Konstantin Kudryashov)
  * Added an additional task option, `:on_no_matching_servers`, setting the
  value to `:continue` will ensure tasks with no matched servers continue
  without error, instead of raising `Capistrano::NoMatchingServersError` as was
  the previous behaviour. (Chris Griego)

  A huge thanks to all contributors, as always!

  Remember: @capistranorb on twitter for news.

  ## 2.6.1 / June 25 2011

  A short maintenance release, Some fixes to the verbose flag inside the Git SCM
  as well as another argument for the (internal) `variable()` command, offering
  a default. The Git SCM is now verbose by default, but can be disabled by
  setting `:scm_verbose` to false.

  There has been an additional method added to string, within the context of the
  test suite, I'm always sketchy about adding additional methods to core
  classes, but it's a short term fix until I make the time to patch the test
  suite not to compare strings literally. The method is `String#compact`, and is
  implemented simply as `self.gsub(/\s+/, ' ')`.

  Here's the run-down of changes, and their committers, as always - a huge thank
  you to the community that continues to drive Capistrano's development.

  * `deploy:setup` now respects `:group_writable` (Daniel Duvall)
  * Fixes to `:scm_verbose` for the Git module (defaults to On.) (Matthew Davies)
  * Will now copy hidden files in the project's root into the release
  directory (Mark Jaquith)
  * Now handles closing already-dead connections in a sane way (does not raise
  an exception) (Will Bryant)
  * Renamed `Capistrano::VERSION::TINY` to `Capistrano::VERSION::PATCH` (Lee
  Hambley)
  * Removed the `VERSION` file (Lee Hambley)
2011-08-08 21:37:52 +00:00
gls
2512309d24 Update sysutils/fabric to 1.2.0
Upstream changelog:
=========

  * :release:`1.2.0 <2011-07-12>`
  * :feature:`22` Enhanced `@task <fabric.decorators.task>` to add :ref:`aliasing
    <task-aliases>`, :ref:`per-module default tasks <default-tasks>`, and
    :ref:`control over the wrapping task class <task-decorator-and-classes>`.
    Thanks to Travis Swicegood for the initial work and collaboration.
  * 🐛`380` Improved unicode support when testing objects for being
    string-like. Thanks to Jiri Barton for catch & patch.
  * :support:`382` Experimental overhaul of changelog formatting & process to
    make supporting multiple lines of development less of a hassle.
  * :release:`1.1.2 <2011-07-07>` (see below for details)
  * :release:`1.0.2 <2011-06-24>` (see below for details)

Prehistory
==========

  The content below this section comes from older versions of Fabric which wrote
  out changelogs to individual, undated files. They have been concatenated and
  preserved here for historical reasons, and may not be in strict chronological
  order.

  ----


Changes in version 1.1.2 (2011-07-07)
=====================================

Bugfixes
--------

  * :issue:`375`: The logic used to separate tasks from modules when running
    ``fab --list`` incorrectly considered task classes implementing the mapping
    interface to be modules, not individual tasks. This has been corrected.
    Thanks to Vladimir Mihailenco for the catch.
2011-08-08 21:04:26 +00:00
bouyer
46c0cd7f46 Apply patch from PR pkg/45171, fixing rc.d script on DragonFly. 2011-08-07 17:27:24 +00:00
cheusov
b742beedd2 Update to version 0.9. This fixes build failures on Linux (PR 44001).
Support for NetBSD was added.
Fixes for pkglint warnings. Oked by wiz@
2011-08-06 16:36:41 +00:00
joerg
83c5eae674 Disable stack scan for clang. It fails miserable and I can't figure out
what this $%^&$%^& is supposed to do.
2011-08-04 11:40:49 +00:00
joerg
94956dd049 Fix getline usage. 2011-08-04 11:37:58 +00:00
bouyer
35dfda410c Update to 3.14.9.
Dragonfly users, please test that is still builds !
pkgsrc change: as snmp support doesn't depend on net-snmp
anymore, remove snmp option and always build snmp support.
cgi option now depend on graphics/gd/

User-visible changes sinces 3.14.3:

2010-08-30 14:18  adk0212

        * src/drivers/snmplite/: mge-mib.cpp, mge-oids.h, mibs.cpp:

        Add support for MGE SNMP MIB. Contributed by Lars Täer
        <taeuber@bbaw.de>

2010-07-30 18:04  adk0212

        * src/drivers/snmplite/: apc-mib.cpp, apc-oids.h, mib.cpp, oids.h,
        rfc1628-mib.cpp, rfc1628-oids.h, snmplite.cpp, snmplite.h:

        Add support for RFC1628 SNMP MIB. Refactor APC MIB and create
        MibStrategy struct for associating MIB/CI mapping with
        corresponding processing function. RFC1628 strategy is coded per
        the MIB but untested.

2010-01-10 10:29  adk0212

        * include/defines.h, src/apctest.c, src/drivers/usb/usb.c:

        Add apctest support for reading/setting self-test interval on USB.
        Also show current setting in UPS status. Contributed by James
        Belleau <jpbelleau@gmail.com>

2009-10-25 11:03  adk0212

        * configure, autoconf/config.h.in, autoconf/configure.in,
        autoconf/variables.mak.in, include/struct.h,
        platforms/etc/apcupsd.conf.in, src/drivers/Makefile,
        src/drivers/drivers.c, src/drivers/snmplite/Makefile,
        src/drivers/snmplite/asn.cpp, src/drivers/snmplite/asn.h,
        src/drivers/snmplite/mib.cpp, src/drivers/snmplite/snmp.cpp,
        src/drivers/snmplite/snmp.h, src/drivers/snmplite/snmplite.cpp,
        src/drivers/snmplite/snmplite.h, src/lib/apcconfig.c,
        src/lib/apcstatus.c:

        Add SNMP Lite driver which does not depend on net-snmp library.
        This makes it more portable and eliminates need to move libsnmp.so
        to /lib in order to do a killpower on systems where /usr is
        unmounted.

2009-09-01 20:30  adk0212

        * src/apctest.c:

        Implement battery calibration in apctest for USB models.  Thanks to
        James Belleau <james@belleau.net> for the original implementation
        which has been modified somewhat in this commit.

2009-05-02 10:30  adk0212

        * src/action.c:

        Change log level of UPS self-test messages to WARNING from ALERT.
        Given that self-test messages are routine, they do not belong at
        LOG_ALERT.  Contributed by Dave Ewart <davee@ceu.ox.ac.uk>.

2009-04-25 10:58  adk0212

        * src/lib/apcconfig.c:

        Remove EVENTFILE, EVENTFILEMAX config directives. These were
        replaced by the plural versions that are in use today (EVENTSFILE,
        EVENTSFILEMAX) almost 10 years ago. It's time to kill the old
        names.  (h/t Trevor Roydhouse <trev@sentry.org>)

2009-03-02 17:48  adk0212

        * doc/apcupsd.man, include/drivers.h, include/extern.h,
        src/action.c, src/apctest.c, src/apcupsd.c, src/device.c,
        src/options.c, src/drivers/drivers.c,
        src/drivers/apcsmart/apcsmart.h, src/drivers/apcsmart/smart.c,
        src/drivers/apcsmart/smartoper.c, src/drivers/usb/usb.c,
        src/drivers/usb/usb.h, src/lib/apclock.c:

        Add support for turning the UPS off completely. This complements
        existing hibernate (aka killpower) functionality. Turn-off is
        implemented for apcsmart and USB drivers, subject to support for
        the relevant commands in the UPS itself. Contributed by Keith
        Campbell <campbell@econnectix.com>.

2008-06-29 11:12  adk0212

        * src/action.c:

        Fix bug in LOWBATT glitch handling. We must examine LOWBATT for
        changes every time thru the status loop, not just during the
        OnBattery state.  Otherwise we can miss the initial LOWBATT
        assertion, which defeats the glitch rejection logic.

2008-05-06 20:16  skoona

        * src/gapcmon/gapcmon.c:

        Corrected the use of NOMPOWER and the calc of current usage amount

2008-05-04 11:13  adk0212

        * src/drivers/usb/usb.c:

        Add a heuristic to fix up incorrect NOMINV or NOMOUTV. Some UPSes
        (RS 500) report decivolts instead of volts. Reported by Kirill S.
        Bychkov <yason@linklevel.net>.

2008-01-27 12:00  adk0212

        * include/struct.h, platforms/etc/apcupsd.conf.in,
        platforms/mingw/apcupsd.conf.in, src/device.c,
        src/drivers/net/net.c, src/drivers/snmp/drv_powernet.c,
        src/lib/apcconfig.c:

        Add POLLTIME directive to control UPS polling interval. NETTIME is
        accepted as a synonym for compatibility with old config files.
2011-08-01 14:54:51 +00:00
shattered
7c86e54a43 PR/36803 -- honour PKG_SYSCONFDIR 2011-07-30 10:47:54 +00:00
bouyer
5ecb8fbb98 Add p5-UPS-Nut 2011-07-29 15:15:45 +00:00
bouyer
7430a85c10 Initial import of p5-UPS-Nut version 2.6.1:
Perl interface to talk to the NUT upsd network daemon
2011-07-29 15:13:58 +00:00
bouyer
dbc0b04143 Update ups-nut* from 2.0.5 to 2.6.1. Changes are too large to list here,
see: http://www.networkupstools.org/source/2.6/new-2.6.1.txt
2011-07-29 15:11:40 +00:00
jakllsch
60ddf80dee Update flashrom to 0.9.4.
==New major user-visible features==
* Support for new programmers:
** OpenMoko Neo1973/Neo FreeRunner debug board version 2 or 3, FTDI FT2232-based (r1231)
** Olimex ARM-USB-TINY, ARM-USB-TINY-H, ARM-USB-OCD, and ARM-USB-OCD-H, FTDI FT2232-based (r1331)
** Open Graphics Project development card, OGD1 (r1241)
** Angelbird Wings PCIe SSD/88SX7042 (r1258)
** ITE IT85xx embedded controllers (r1262)
** Intel NIC with parallel flash (r1297)
* Dozens of added flash chips, chipsets, mainboards.
* Improved user interface.
* Reliability fixes for buggy hardware, buggy third party software and corner case spec conformance.
* Improved Dediprog SF100 support.
* Update port of flashrom package to Mac OS X using DirectHW.
* Improved support for protection status printing and chip unlocking.
* Fix and improve libpayload platform support.
* Add support for more than one Super I/O or EC per machine.
* Always read the flash chip before writing, for improved error checking and faster programming.
* Enable write support on NVIDIA MCP6x/MCP7x.
* Added SPI flash emulation capability to the dummy programmer.

==Infrastructural improvements and fixes==
* Shutdown function registration
* Improved error messages
* Correctness fixes
* Various workarounds for broken hardware
* Code cleanups
2011-07-29 13:35:42 +00:00
agc
78c52a5b0c Add and enable libvirt 2011-07-26 06:07:26 +00:00
agc
ecb9f5cfff Initial import of libvert version 0.9.3 into the packages collection.
libvirt is:
	+ A toolkit to interact with the virtualization capabilities of recent
	  versions of operating systems, see our project goals for details.
	+ A long term stable C API
	+ A set of bindings for common languages
	+ A CIM provider for the DMTF virtualization schema
	+ A QMF agent for the AMQP/QPid messaging system
	libvirt supports:
	+ The KVM/QEMU Linux hypervisor
	+ The Xen hypervisor
	+ The LXC Linux container system
	+ The OpenVZ Linux container system
	+ The User Mode Linux paravirtualized kernel
	+ The VirtualBox hypervisor
	+ The VMware ESX and GSX hypervisors
	+ The VMware Workstation and Player hypervisors
	+ Virtual networks using bridging, NAT, VEPA and VN-LINK.
	+ Storage on IDE/SCSI/USB disks, FibreChannel, LVM, iSCSI, NFS and filesystems
	libvirt provides:
	+ Remote management using TLS encryption and x509 certificates
	+ Remote management authenticating with Kerberos and SASL
	+ Local access control using PolicyKit
	+ Zero-conf discovery using Avahi multicast-DNS
	+ Management of virtual machines, virtual networks and storage

I'm fairly sure that the NetBSD part of the bridging code still needs
some more work, but I'll leave that as an exercise for someone more
versed in it than I am.
2011-07-26 06:05:00 +00:00
jmcneill
2cad6f620c support HID descriptors larger than 256 bytes 2011-07-24 18:00:06 +00:00
obache
8692ff62cb recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
drochner
94e4ef2d00 don't propagate dependencies on fam and avahi -- thode are used by
plugin modules only, not by the base lib
2011-07-20 17:58:37 +00:00
jym
6c284b42ff - protect Xen's stdarg.h from multiple inclusion.
- build fix for stdarg under NetBSD.

Both backported from upstream. Seems to be needed to build pkg under 5.99.x

http://xenbits.xensource.com/hg/xen-unstable.hg/file/a574bf2f5059/xen/include/xe
n/stdarg.h
2011-07-19 18:54:11 +00:00
jym
f036c7a4ad - protect Xen's stdarg.h from multiple inclusion.
- build fix for stdarg under NetBSD.

Both backported from upstream. Seems to be needed to build pkg under 5.99.x

http://xenbits.xensource.com/hg/xen-unstable.hg/file/a574bf2f5059/xen/include/xen/stdarg.h
2011-07-19 18:53:53 +00:00
drochner
9e1a542deb participate in the client pkg's patches 2011-07-18 19:18:09 +00:00
drochner
4fe6510d5a fix fime namespace problems to make this compile with g++-4.5 2011-07-18 19:06:02 +00:00
drochner
d8135fd94c update to 1.2.8.12
changes: bugfixes
2011-07-13 20:12:23 +00:00
gls
86702a29fd Update sysutils/fabric to 1.1.1
Upstream changes highlights:

Many, many bugfixes.

In release 1.1, highlights are

    * #76: New-style tasks have been added. With the addition of the task
decorator and the Task class, you can now "opt-in" and explicitly mark task
functions as tasks, and Fabric will ignore the rest. The original behavior (now
referred to as "classic" tasks) will still take effect if no new-style tasks are
found. Major thanks to Travis Swicegood for the original implementation.
    * #56: Namespacing is now possible: Fabric will crawl imported module
objects looking for new-style task objects and build a dotted hierarchy (tasks
named e.g. web.deploy or db.migrations.run), allowing for greater organization.
See Namespaces for details. Thanks again to Travis Swicegood.
2011-07-12 20:56:21 +00:00
wiz
f10259d4e1 Update to 3.01a05:
All:

-	The makefile system now by default disables smake Simple Suffix Rules
	and the POSIX Suffix Rules in order to speed up inference rule search.

Libschily:

-	New functions mkgmtime() mklgmtime() and timegm()

Libfind:

-	libfind no longer aborts with a lack of memory but writes an error
	message

-	libfind now correctly frees memory that has been allocated internaly
	from treewalk()

Mkisofs (Maintained/enhanced by J

-	Mkisofs now correctly supports El Torito multi boot entries by introducing
	a Boot Dection Header before a list of alternate boot entries.

-	New option -eltorito-platform allows to set the El Torito platform id
	for a boot entry or for a list of boot entries. Supported values for the
	parameter are:

	-	x86	the standard value vor x86 based PCs

	-	PPC	the Power PC platform

	-	Mac	The Apple Mac platform

	-	efi	EFI based boot for PCs

	-	#	an arbitrary numerical value

-	New option -modification-date allows to specify a predictable UUID for grub.

	The syntax is: YYYY[MM[DD[HH[MM[SS]]]]][.hh][+-GHGM] and is forgiving
	enought to accept the pupular POSIX date format created by:

		date "+%Y-%m-%d %H:%M:%S %z"
2011-07-12 13:32:25 +00:00
jmcneill
d3ed4c29b9 + xc3028l-firmware 2011-07-11 18:27:29 +00:00
jmcneill
2c13bc6d68 Initial import of XC3028L firmware package. 2011-07-11 18:26:29 +00:00
drochner
2ed26db5b6 include <string.h> explicitely to get the memset() prototype, fixes
the build of cdrdao at least on NetBSD-current/gcc45
2011-07-08 18:18:16 +00:00
drochner
5c2ea6cca1 avoid gnutls, and implicit dependency on libgcrypt
bump PKGREV
2011-07-08 11:03:35 +00:00
shattered
2c46b832bd PR/34029 -- gtar is probably not required any more. 2011-07-03 13:59:53 +00:00
jym
b745ec2adb check-interpreter fix. 2011-07-03 12:11:29 +00:00
jym
db7d75f08a check-interpreter fix. 2011-07-03 11:52:55 +00:00
shattered
98c5e95a4e REPLACE_PERL in src/cats/make_catalog_backup.pl.in 2011-06-26 14:24:55 +00:00
schnoebe
f0f5d5a3b6 Convert to "PKG_DESTDIR_SUPPORT=user-destdir". 2011-06-20 23:49:36 +00:00
tron
bd1d01bf26 Fix build problem caused by tmpfs changes in NetBSD-current. 2011-06-20 10:19:54 +00:00
pettai
3482de427d Updated MASTER_SITES, HOMEPAGE 2011-06-19 16:40:52 +00:00
taca
80117e1142 Update pear-Log pacakge to 1.12.6.
Release date: 2011-05-26 05:28 UTC

Changelog:
- Improved the console handler's stream handling. (Bug 17874)
- Added a 'reopen' configuration parameter to the syslog handler.
  (Request 18185)
- The backtrace depth is now configurable via setBacktraceDepth().
  (Request 18423)
2011-06-19 15:57:09 +00:00
plunky
0a95862566 update to bluez-hcidump-2.1
from the ChangeLog:
	Add support for decoding OBEX Action command.
	Add support for decoding SMP commands.
	Add support for decoding ATT commands.
	Add support for missing LE decoding.
2011-06-19 13:02:35 +00:00
plunky
8a9b934f09 retain bt_compidtostr() prototype to fix a potential build error 2011-06-19 12:25:42 +00:00
taca
d3419795a0 Add and enable ruby-fssm. 2011-06-19 07:36:56 +00:00
taca
dae0ce9251 Importing ruby-fssm package version 0.2.7. It is needed by newer
ruby-compass pacakge.

The File System State Monitor keeps track of the state of any number
of paths and will fire events when said state changes
(create/update/delete). FSSM supports using FSEvents on MacOS, Inotify
on GNU/Linux, and polling anywhere else.
2011-06-19 07:36:15 +00:00
taca
4ed4d82ed6 Update ruby-facter package to 1.5.9.
1.5.9
=====
4de8b20 Updated CHANGELOG for 1.5.9rc6
cc67a01 Removed inappropriately uncredited Ohai method from ec2 fact
69f98da Add facter test for ticket 7039
f91c120 downcase arp output so that the ec2 arp is matched
a75f0f9 (#7039) Pre-load all facts when requesting a single fact
6b97242 Update CHANGELOG for 1.5.9rc5
acf0bb2 Ensures that ARP facts are returned only on EC2 hosts
76f544b Updated CHANGELOG for 1.5.9rc4
09b9f9b (#6795) Update tests to reflect changed exec
3db1cd0 Updated CHANGELOG for 1.5.9rc3
def3322 (#6795) xendomains: Ignore error output from xm list
f39d487 (#6763) Use Facter::Util::Resolution.exec for arp
3eb9410 arp: Cleanup indendation
50b9b3f Updated CHANGELOG for 1.5.9rc2
2fb8316 Clean up indentation, and alignment in macaddress_spec.rb
3f0a340 (#6716) fix facter issues on OSX with ipv6 in macaddress.rb.
43f82ef Update CHANGELOG for 1.5.9rc1
d62e079 Fixed #2346 - A much cleverer EC2 fact
0411d2e Fixed #2346 - Part 1: Added arp fact for Linux
5b6f4fa Discussion on ec2 facts - #2346
e917e1a Fixed #3087 - Identify VMWare
d0f0f63 (#6327) Memory facts should be available on Mac Darwin
458a22d Incremented release to 1.5.9
4eb64fe Fixed #6719 Typo
ffd80ac (#5011) Adds swap statistics for OSX
1207765 (#6719) Restricts virtualization types for zones
8d71db3 Fixed #6616 - Stubbing in VMware tests on Linux
aa959df Remove Solaris from the list of confined systems. It won't get the original lsb facts, and it's nonsensical too.
2e48e18 Fixed #6695 - Updated id fact for Darwin et al
d718af4 Fix #6679 - Added Scientific Linux to operatingsystem fact
dea6f78 Further fix to #5485 - SELinux facts
6d6d8da (#2721) Merged patch from Brane GraAnar
868e7ba (#5485) Made selinux_mode fact work
214da73 Fixed #5485 - Updated selinux_mode fact
ba2601f Fix for #6495 - Updated interface detection
93461d9 Fixed #5950 - Solaris ipaddress incorrect after bonding failure
2e06cdc (#6615) fix missing stub calls in loader specs
3c7841e (#5666) windows support for facter/id.rb
dd5d5bf (#4925) - MS Windows doesn't do man pages
52026ee Fixed #5699 - Added processorcount support for S390x
7dd730d Fixed #5699 - Added virtual support for s390x/Zlinux
d6ce08a Fixed #6611 - Fixed broken HPVM test and rationalised test structure
84fa3c4 (#6525) change semicolons to 'then' in case statement for ruby 1.9.2 compatibility
3e6217d Fixes #6521 and other Ruby 1.9 issues
eb5d6fc Fixed #6525 - Test failures on Ruby 1.9.x
cb25119 (#2270) add testing for the new ipaddress6 feature
ea29483 (#2270) add IPv6 support to facter core.
77eb512 (#2270) Remove DWIM code from ipaddress on Darwin.
f5bf0f5 (#6360) Flush Facter top level cache before every test case.
0d7a2e6 Fix #4755: add support for GNU/kFreeBSD platform where missing.
b88a088 (#5510) Facter should load custom fact definitions in filename order.
7a8be16 Refactor #6044 -- use _spec.rb as the pattern for spec tests.
b39f892 Refactor #6044 -- require spec_helper with a consistent path.
a4fe459 Refactor #6044 -- port testing to rspec2
af9134c (#5086) Try using kstat before falling back to 'who -b' to determine uptime.
cbbfe55 Refactor util/uptime.rb tests to reduce duplication using contexts
f0cc2c0 (#4575) win32 support for manufacturer, productname, & serialnumber
c40fc07 (#1423) Memory facts for Solaris
1985528 (#4754) Change is_virtual logic to not enumerate virtual types
739040f (#4754) Add support for Darwin and Parallels VM to "virtual" fact
9332f8a (#5325) Add tests for SPARC manufacturer and product name
5b561e3 (#5325) Manufacturer and product name on SPARC
9d99079 maint: Fix spec failures caused by having a space in the path to facter's source
89da001 maint: require rubygems so hudson can run the specs
1eef842 Maint: add "Local-branch:" info to mails sent by "rake mail_patches"
f007a9d (#4989) Add xendomains fact
1fa87a9 JSON support. Works in 1.9.1. Warnings in 1.9.2. LoadError on 1.8.7 for some reason
43e203c (#5040) fact virtual should detect hpvm
7cec60a (#5016) is_virtual should be true on solaris zones
f2e66b6 (#5031) Remove redundant puts from RDoc.usage
f4da528 maint: Fix merge error
d62b013 Issue #4889 Fact values should all be strings
07f186d [#4552] Updating --timing to report in milliseconds instead of seconds
1f387a5 [#4552] Apply patch from Dean Wilson
244d2f1 Better fix for Bug 4569: Uptime Fact is incorrect on Windows
11544c1 [#4289] operatingsystemrelease fact for oel, ovs
e6bfdf9 Fix for bug #4569
8c4d0cd (#4558) Fail with message on --help errors
7210429 [#4558] Refactor facter binary using optparse
b5c85de [#4563] Add a --trace option to the binary
ebcb81b [#4558] Refactor facter binary using optparse
b8b7123 (#4567) Remove unnecessary or non-portable redirects
7ecba71 (#4567) Retain detached HEAD state
1125e1e Make sure FreeBSD spec also works on systems that have /proc/cpuinfo.
889e150 Sync rpm spec file from Fedora/EPEL
725dce0 Rename Reductive Labs to Puppet Labs
ff473ef Updated signing rake task
a85f2b0 [#2865] Fix reporting of virtual facts
f67ec05 [#4567] Add ext/facter-diff to compare output of 2 versions
4050acc Removing stupid .DS_Store files :(
016cf03 [#3703] Fix macaddress fact for Darwin
2011-06-19 03:23:13 +00:00
taca
cfa630723f Update ruby-directory-watcher package to 1.4.0.
== 1.4.0 / 2011-03-15

Minor Enhancements
- added support for 'cool.io' [Jonathan Stott]
2011-06-19 03:22:03 +00:00
shattered
66a32f9e36 Fix build with python option. 2011-06-18 10:40:33 +00:00
cegger
9cd858d455 Xen 4.1.1 (maintenance release)
*   Security fixes including CVE-2011-1583 CVE-2011-1898
 *   Enhancements to guest introspection (VM single stepping support for very
fine-grained access control)
 *   Many stability improvements, such as: PV-on-HVM stability fixes (fixing
some IRQ issues), XSAVE cpu feature support for PV guests (allows safe use of
latest multimedia instructions), RAS fixes for high availability, fixes for
offlining bad pages and changes to libxc, mainly of benefit to libvirt
 *   Compatibility fixes for newer Linux guests, newer compilers, some old
guest savefiles, newer Python, grub2, some hardware/BIOS bugs.
2011-06-16 13:40:06 +00:00
cegger
6a0079666e Apply build fix about redefining va_list.
Failure has been reported to get fixed upstream.
2011-06-16 13:02:50 +00:00
cegger
302844c581 Xen 4.1.1 (maintenance release)
*   Security fixes including CVE-2011-1583 CVE-2011-1898
 *   Enhancements to guest introspection (VM single stepping support for very fine-grained access control)
 *   Many stability improvements, such as: PV-on-HVM stability fixes (fixing some IRQ issues), XSAVE cpu feature support for PV guests (allows safe use of latest multimedia instructions), RAS fixes for high availability, fixes for offlining bad pages and changes to libxc, mainly of benefit to libvirt
 *   Compatibility fixes for newer Linux guests, newer compilers, some old guest savefiles, newer Python, grub2, some hardware/BIOS bugs.
2011-06-16 10:28:47 +00:00
tez
1356f9362c Add patch for CVE-2011-2200 (SA44896) from
http://cgit.freedesktop.org/dbus/dbus/commit/?h=dbus-1.2&id=6519a1f77c61d753d4c97efd6e15630eb275336e
2011-06-13 22:06:39 +00:00
obache
9297f1831d recursive bump from icu shlib major bump. 2011-06-10 21:57:06 +00:00
obache
27edd2857b remove bpf_dump() definition from sf-gencode.h.
Its signature is changed at libpcap-1.0, not DragonFly specific,
and it should be defined by include of pcap.h, no need to define here.

fixes PR#45035.
2011-06-10 11:45:01 +00:00
obache
9572f6d892 recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
abs
7a3c42cf8a Use REPLACE_PYTHON in the appropriate places - bump pkgrevision 2011-06-05 23:05:58 +00:00
wiz
bbf572eafe Install README and design document. Bump PKGREVISION. 2011-05-31 12:01:18 +00:00
jakllsch
1118ad5789 Update memtest86+ to 4.20.
Changes since 4.10:
 Added failsafe mode (press F1 at startup)
 Added support for Intel "Sandy Bridge" CPU
 Added support for AMD "fusion" CPU
 Added Coreboot "table forward" support
 Corrected some memory brands not detected properly
 Various bug fixes
2011-05-30 19:58:07 +00:00
cheusov
3d07d2b7a8 DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
cheusov
dfaec020db Update "used by ..." entries 2011-05-28 10:03:38 +00:00
cheusov
d86120748a add heirloom-shl, oked by sponsors 2011-05-28 10:02:12 +00:00
cheusov
80167b2884 heirloom-shl, a part of heirllom tools 2011-05-28 10:01:05 +00:00
cheusov
1a183db087 add heirloom-* packages, oked by sponsors 2011-05-28 00:53:00 +00:00
cheusov
7b234bdb2b heirloom-getconf utility 2011-05-28 00:48:27 +00:00
cheusov
f2e5619b1a heirloom-file utility 2011-05-28 00:41:36 +00:00
cheusov
72df21e634 basename utility 2011-05-28 00:35:46 +00:00
cheusov
60759caddf heirloom-cat utility 2011-05-28 00:35:06 +00:00
cheusov
7e8d3f979d heirloom-chmod utility 2011-05-28 00:34:16 +00:00
cheusov
0949732099 heirloom-chown utility 2011-05-28 00:33:10 +00:00
cheusov
b608a00488 heirloom-cksum utility 2011-05-28 00:32:17 +00:00
cheusov
c58a04978d heirloom-cmp utility 2011-05-28 00:30:54 +00:00
cheusov
8abae23cee heirloom-copy utility 2011-05-28 00:30:19 +00:00
cheusov
405f90eca8 heirloom-cp utility 2011-05-28 00:29:21 +00:00
cheusov
89674c5d02 heirloom-csplit utility 2011-05-28 00:28:44 +00:00
cheusov
51dcb93b55 heirloom-dd utility 2011-05-28 00:27:41 +00:00
cheusov
838b84e985 heirloom-dirname utility 2011-05-28 00:26:41 +00:00
cheusov
144139a564 heirloom-du utility 2011-05-28 00:25:08 +00:00
cheusov
899bad60c1 heirloom-env utility 2011-05-28 00:24:22 +00:00
cheusov
da3b7d9aa0 heirloom-find utility 2011-05-28 00:22:37 +00:00
cheusov
53f851d9dd heirloom groups 2011-05-28 00:18:00 +00:00
cheusov
7926ab9970 heirloom-hostname utility 2011-05-28 00:17:07 +00:00
cheusov
0f37916408 heirloom-id 2011-05-28 00:16:10 +00:00
cheusov
208d04adfa heirloom-utility 2011-05-28 00:15:13 +00:00
cheusov
3261b73c02 heirloom-ln utility 2011-05-28 00:14:20 +00:00
cheusov
39ba8ffb29 heirloom-logins utility 2011-05-28 00:12:54 +00:00
cheusov
d14158a769 heirloom-logname utility 2011-05-28 00:11:40 +00:00
cheusov
ebe53cf074 heirloom-ls utility (MINIX + Caldera) 2011-05-28 00:10:41 +00:00
cheusov
9511d8593c heirloom-mesg utility 2011-05-28 00:06:38 +00:00
cheusov
3d56d270cf heirloom-mkdir utility 2011-05-28 00:05:14 +00:00
cheusov
094b86eac0 heirloom-mkfifo utility 2011-05-28 00:04:32 +00:00
cheusov
f56dd93d8b heirloom-mknod utility 2011-05-28 00:03:38 +00:00
cheusov
bd0c9a6a0e heirloom-nice utility 2011-05-28 00:02:50 +00:00
cheusov
9666abe535 heirloom-nohup utility 2011-05-28 00:01:53 +00:00
cheusov
8edbcf1456 heirloom-pathchk utility 2011-05-28 00:00:29 +00:00
cheusov
1491ddf0ba heirloom-pgrep utility 2011-05-27 23:59:38 +00:00
cheusov
8cc7226c38 heirloom-priocntl utility 2011-05-27 23:57:07 +00:00
cheusov
7ac49e2365 heirloom-ps utility 2011-05-27 23:53:55 +00:00
cheusov
ce4c0b6bdc heirloom-psrinfo 2011-05-27 23:52:03 +00:00
cheusov
34a7477597 heirloom-pwd utility 2011-05-27 23:50:55 +00:00
cheusov
fd83365c37 hritloom-renice utility 2011-05-27 23:50:11 +00:00
cheusov
f1b088229f heirloom-rm utility 2011-05-27 23:48:58 +00:00
cheusov
a9f5a09369 heirloom-rmdir utility 2011-05-27 23:47:06 +00:00
cheusov
e338c76309 heirloom-setpgrp utility 2011-05-27 23:45:54 +00:00
cheusov
22f3d15a93 heirloom-sort utility (Caldera) 2011-05-27 23:44:47 +00:00
cheusov
8e1ddb8905 heirloom-split utility 2011-05-27 23:43:12 +00:00
cheusov
8418cad3fc heirloom-stty utility 2011-05-27 23:41:54 +00:00
cheusov
8e13ae5ae3 heirloom-sync utility 2011-05-27 23:40:40 +00:00
cheusov
165579f607 heirloom-tapecntl utility 2011-05-27 23:39:41 +00:00
cheusov
9c7c395bf3 heirloom-tee utility 2011-05-27 23:38:07 +00:00
cheusov
6d6c1f26da heirloom-touch utility 2011-05-27 23:37:20 +00:00
cheusov
229b3c679f heirloom-tsort utility (Caldera) 2011-05-27 23:36:12 +00:00
cheusov
cd0e355a89 heirloom-tty utility 2011-05-27 23:33:04 +00:00
cheusov
daebc9ec11 heirloom-uname utility 2011-05-27 23:32:13 +00:00
cheusov
91087c9d74 heirloom-users utility 2011-05-27 23:30:56 +00:00
cheusov
d3c7b7580f heirloom-who utility 2011-05-27 23:29:24 +00:00
cheusov
969e752d39 heirloom-whoami utility 2011-05-27 23:28:35 +00:00
cheusov
541990ffbc heirloom-whodo utility 2011-05-27 23:26:21 +00:00
cheusov
e296fcc779 heirloom-xargs utility 2011-05-27 23:21:26 +00:00
cheusov
7bdb72abc5 heirloom-yes utility 2011-05-27 23:16:26 +00:00
cheusov
c02ca0f45e The Heirloom Project provides traditional implementations of standard
Unix utilities. In many cases, they have been derived from original
Unix material released as Open Source by Caldera and Sun.
2011-05-27 22:57:42 +00:00
dholland
c4657eab39 Fix makefile provided by patch-ai to work properly with make -j. 2011-05-22 19:17:57 +00:00
dholland
aa5981f9d4 Fix assorted build problems. Should close PR 42081. While here, add at
least minimal comments to all patches and tidy up some (but by no
means all) pkglint.

I have no idea if this works. It spews warnings about "packed", which
lead me to suspect it may not run correctly, but I don't have the
facilities to test it. It does, however, now build ok on LP64 and if
someone can test it may be reasonable to remove the restriction on that.
2011-05-22 19:11:42 +00:00
bouyer
5bba88133c Add a patch which fixes 2 problems:
- use the correct way to get the size of a disk device or partition (from
  haad@NetBSD.org)
- if given a block device, use the character device instead (the block device
  is already in use by the backend driver).

With this I could succeffully boot a HVMPV FreeBSD kernel using a phy:
virtual disk.
2011-05-20 17:09:21 +00:00
drochner
a7ad87ce06 update to 1.2.8.11
changes:
-Support for backward/forward mouse buttons
-bugfixes
2011-05-18 10:58:55 +00:00
drochner
58571259ee reset PKGREV for base pkg update 2011-05-18 09:48:59 +00:00
wiz
289406dd0a + bup. 2011-05-16 13:53:18 +00:00
wiz
c3854adc14 Initial import of bup-0.24b.
bup is a program that backs things up.  bup has a few advantages
over other backup software:

It uses a rolling checksum algorithm (similar to rsync) to split
large files into chunks. The most useful result of this is you can
backup huge virtual machine (VM) disk images, databases, and XML
files incrementally, even though they're typically all in one huge
file, and not use tons of disk space for multiple versions.

It uses the packfile format from git (the open source version
control system), so you can access the stored data even if you
don't like bup's user interface.

Unlike git, it writes packfiles directly (instead of having a
separate garbage collection / repacking stage) so it's fast even
with gratuitously huge amounts of data. bup's improved index formats
also allow you to track far more filenames than git (millions) and
keep track of far more objects (hundreds or thousands of gigabytes).

Data is "automagically" shared between incremental backups without
having to know which backup is based on which other one - even if
the backups are made from two different computers that don't even
know about each other. You just tell bup to back stuff up, and it
saves only the minimum amount of data needed.

You can back up directly to a remote bup server, without needing
tons of temporary disk space on the computer being backed up.  And
if your backup is interrupted halfway through, the next run will
pick up where you left off. And it's easy to set up a bup server:
just install bup on any machine where you have ssh access.

Bup can use "par2" redundancy to recover corrupted backups even if
your disk has undetected bad sectors.

Even when a backup is incremental, you don't have to worry about
restoring the full backup, then each of the incrementals in turn;
an incremental backup acts as if it's a full backup, it just takes
less disk space.

You can mount your bup repository as a FUSE filesystem and access
the content that way, and even export it over Samba.
2011-05-16 13:52:56 +00:00
abs
92b404034b Remove sysutils/p5-Ocsinventory-Agent as a version is already present as
net/ocsinventory-agent
2011-05-16 13:29:38 +00:00
gls
5f035dc797 Update sysutils/capistrano to latest version, 2.6.0
Upstream changes:

## 2.6.0 / May 3 2011

A rather large release, feature-version bump because of the new
multiple-gateways feature as implemented by Ryan Duryea (way to go!)

Please also note from this release that if you use Git submodules, the
Git-version requirement for the new implementation is now >= 1.5.6, from
previously un-documented. (1.5.6 is new-enough that I think this is
acceptable)

* Upgrade Net::SSH-gateway dependency to 1.1 (fixes a thread-deadlocking bug on
MRI 1.9)
* Respect "dry-run" on transfer methods (Florian Frank)
* Add support for multiple gateways: (Ryan Duryea)
        set :gateway, {
          'gate1.example.com' => 'server1.example.com',
          [ 'gate2.example.com', 'gate3.example.com' ] =>
[ 'server5.example.com', 'server6.example.com' ]
        }
* Properly support nested Git submodules, moves Git requirement to >= 1.5.6 [if
you rely upon submodules] (Ken Miller)
* Fetch tags into the remote cache, allows deploying a tag when using Git, with
the remote_cache strategy (Florian Frank)
* Various fixes to path handling bugs in the copt strategy. (Philippe Rathé)
2011-05-15 19:46:21 +00:00
wiz
6cfafe5d68 Finish move of tarsnap from security to sysutils. 2011-05-15 11:17:51 +00:00
wiz
ae49ad647e Follow Greg's advice and reimport in a better place, i.e. move
tarsnap from security to sysutils.
2011-05-15 11:16:14 +00:00
hans
191c281dcf Fix build on SunOS. 2011-05-15 09:59:18 +00:00
abs
027e2e293e +p5-Ocsinventory-Agent 2011-05-14 23:12:12 +00:00
abs
832905db5e Added sysutils/p5-Ocsinventory-Agent version 1.1.2
ocsinventory-agent creates inventory data. This agent is the
successor of the former linux_agent which was released with OCS
1.01 and prior. It also replaces the Solaris/AIX/BSD unofficial
agents. The detailed list of supported Operating System is available
in the OCS Inventory Wiki.
2011-05-14 23:10:48 +00:00
obache
92870aacd6 + amtterm 2011-05-13 13:25:31 +00:00
obache
d9db54cf6a Import amtterm-1.2 as sysutils/amtterm.
Based on PR#44884 by YAMAMOTO Takeshi.
Additionaly, some improvements by me.

Active Management Technology (AMT) tools

descriptions from man pages:

	amttool - remotely control Intel AMT managed machines.
	amtterm - Intel AMT serial-over-lan (sol) client.

from amt-howto(7):

   What is AMT and why I should care?
       AMT stands for "Active Management Technology".  It provides some remote
       management facilities.  They are handled by the hardware and  firmware,
       thus  they work independant from the operation system.  Means: It works
       before Linux bootet up to the point  where  it  activated  the  network
       interface.   It works even when your most recent test kernel deadlocked
       the machine.  Which makes it quite useful for development machines  ...

       Intel  AMT  is  part  of the vPro Platform.  Recent intel-chipset based
       business machines should have it.  My fairly new Intel SDV machine  has
       it too.
2011-05-13 13:24:01 +00:00
bouyer
1b0d4dc222 Apply patch from xen repository, fixing CVE-2011-1583 2011-05-12 15:57:38 +00:00
bouyer
3c6e3ba2bc Add patch from the xen-dev mailing list to fix CVE-2011-1583
Bump PKGREVISION
2011-05-12 15:39:05 +00:00
taca
5e2bad7b6a Revert previous commit; I didn't noticed revision 1.8 of patches/patch-ac. 2011-05-09 15:26:16 +00:00
taca
b7d9f63012 Fix build problem on NetBSD 4_STABLE which dosen't have _X86_SYSARCH_L()
cpp macro.
2011-05-09 14:06:46 +00:00
tnn
d9e2c5fce2 Try to fix CONF_FILES handling and some pkglint warnings.
Bump PKGREVISION.
2011-05-07 18:39:05 +00:00
tnn
fd6cfcee51 sort PLIST, add two missing ocaml files 2011-05-07 17:02:39 +00:00
tnn
fc4999371e Override texi2html & pod2man detection so that manpages belonging to
emulators/qemu don't get spuriously overwritten during install.
2011-05-07 16:55:58 +00:00
cheusov
4b62a6b69e fix build failure caused by #!/usr/bin/env. revied by wiz@
(libexec/mc/extfs.d/s3+ script is not checked for interpreter correctness)
2011-05-07 15:49:37 +00:00
cheusov
1dc33a32fb +user_irix (package oked by wiz@ and reed@) 2011-05-07 15:45:45 +00:00
cheusov
0c4d93a6de This implements a subset of useradd(8)/groupadd(8) functionality on
IRIX that is sufficient for pkgsrc use.
2011-05-07 15:43:13 +00:00
shattered
5aaac13c65 Fix build on NetBSD 4 2011-05-07 10:07:12 +00:00