Commit graph

6104 commits

Author SHA1 Message Date
wiz
5edfd0c308 Update to 3.01a02:
This is the first step for integrating Native Language Support
into cdrtools. All tools have been enhanced to call gettext().
2010-12-22 10:34:14 +00:00
shattered
d006c88485 Update to 2.16. 10 years worth of changes from 1.23.2 omitted.
Take maintainership.
2010-12-21 22:43:17 +00:00
he
124e94266a Remove hardcoding of /usr/pkg, use $(LOCALBASE) instead.
Part of fixing PR#34977.
2010-12-20 08:40:19 +00:00
plunky
d168396914 remove sysutils/hcidump as it is old and a unmaintained branch of
bluez-hcidump, now imported in a patched form as netbt-hcidump for
users of the Bluetooth stack [originating] in NetBSD
2010-12-19 20:32:01 +00:00
plunky
34da6fdad8 remove sysutils/hcidump (superseded by sysutils/netbt-hcidump) 2010-12-19 20:30:04 +00:00
plunky
36a4c5caa0 add netbt-hcidump SUBDIR 2010-12-19 20:21:56 +00:00
plunky
c1da1758ba HCIdump reads raw HCI data coming from and going to a Bluetooth device and
prints to screen commands, events and data in a human-readable form.
Optionally, the dump can be written to a file rather than parsed, and the dump
file can be parsed in a subsequent moment.

This is a patched standalone version not requiring bluez-libs, suitable
for use with the netbt Bluetooth stack [originating] in NetBSD.
--
the sysutils/hcidump package (which this will replace) is a descendent of a
previous version of the bluez-hcidump package.
2010-12-19 20:20:42 +00:00
obache
880707dc5b Bump PKGREVISION from icu shlib major bump. 2010-12-17 07:36:08 +00:00
obache
adc0125d24 desktop-file-utils for *.desktop file. 2010-12-16 11:52:15 +00:00
ahoka
93942d6537 bump rev for battery fix 2010-12-16 11:38:08 +00:00
ahoka
f2193dda2a dont divide by 3600, beacuse gnome power applet doesnt expect it like this
ok by jared
2010-12-16 11:34:51 +00:00
asau
d241e32fa6 Update sysutils/ipa to version 2.0.8
Requested by package maintainer in PR pkg/44234

Changes in ipa-2.0.8:

    *	autoconf 2.62 -> 2.68, automake 1.10.1 -> 1.11.1.

    *	Time events in ipa.conf for +h, +D and +W could be incorrectly
	scheduled (plus one extra hour for +h and plus one extra day for
	+D and +W), corrected.

    *	If threshold's tm_from time and tm_updated time are equal and
	their month day is the last day in a month, then ipa incorrectly
	calculated previous threshold_time_width value during threshold's
	initialization.
2010-12-15 16:10:55 +00:00
chuck
5d80882b83 for darwin only, remove un-needed ld flag from configure.ac 2010-12-15 02:24:23 +00:00
hauke
74fa38343d Update radmind to 1.14.1, fixing a regression in 1.14.0 causing lmerge
to fail in certain circumstances when using relative paths.

The changelog:

* Changes since 1.14.0 *

mkdirs: Directory creation failure can be ignored if the directory
already exists.
2010-12-14 16:27:29 +00:00
wiz
6f6fdc077f Fix compatibility with texi2html-5.0.
Problem reported by Sad Clouds on pkgsrc-users.
2010-12-13 13:37:49 +00:00
wiz
3e3404e635 Update to 0.92:
0.92:
Senko Rašić found that this should have depended on GLib 2.26, but still
only checked for 2.24. Sorry about that. So here's a new version,
identical to 0.90 except with the GLib dependency fixed.

0.90:

Christian Dywan (6):
      Remove unused method attribute variables in introspect_interfaces
      Dereference main loop once variant recursion test is done
      Plug leak of expected_str in threaded server test
      Free path string after emission in in statemachine server example
      Always free method_c_name in dbus binding tool
      Free looked up function name in dbus binding tool

Mike Gorse (1):
      Fix switching a connection's GMainContext

Simon McVittie (18):
      Add DBusGObjectPath, DBusGSignature typedefs
      Give specialized GArrays iteration/appending support
      Actually run test/core/test-gvariant
      Test dbus_g_value_build_g_variant for various fixed arrays
      Remove gcov decoder, which hasn't worked since dbus-glib left libdbus
      replace remnants of gcov support with lcov.am from telepathy-glib
      fd.o #30428: add dbus_g_value_parse_g_variant
      dbus_g_type_specialized_map_append: document that the value contents are stolen
      dbus_g_value_build_g_variant: cope with empty arrays, maps
      Test dbus_g_value_parse_g_variant
      dbus_g_value_basic_array_parse_variant: allow the fast path to be taken
      Adjust syntax to avoid relying on array/pointer duality
      dbus_g_value_parse_variant_by_type: talk about GVariant, not GDBus, in docs
      Add dbus_g_value_parse_g_variant to gtkdoc
      output unhandled GVariantClass as ASCII if possible
      copy arrays of 'o', 'g' from GVariant without constructing a format string programmatically
      Merge branch 'gvariant'
      Merge branch 'type-names'

Will Thompson (5):
      Build test/ before its subdirs.
      Release version 0.90
      Makefile.am: Remove ChangeLog's spurious FORCE dependency
      HACKING: Fix release URL; be honest about NEWS
2010-12-12 13:17:45 +00:00
wiz
0765cfa79e Update to 0.83.2. Set LICENSE. Remove expat from bl3.mk, since it's not
referenced in Makefile.

D-Bus Python Bindings 0.83.2 (2010-12-02)
=========================================

Dependencies:

* libdbus 1.2 is still supported, but libdbus >= 1.4 is recommended.

Fixes:

* Make BusConnection.list_activatable_names actually call ListActivatableNames,
  not ListNames (Johan Sandelin)

* Don't override CFLAGS when adding compiler warnings
  (Louis-Francis Ratté-Boulianne)

* Fix compilation on platforms where Py_ssize_t is larger than int, like x86-64
  (Elvis Pfützenreuter)

* fd.o #21831: deserialize empty byte arrays with byte_arrays=True as
  ByteArray(''), not ByteArray('None') (Simon McVittie)

* fd.o #23278, #25105: fix crashes when trying to append more struct entries
  than the signature allows with libdbus 1.4 (Simon McVittie)

* fd.o #23831: fix crashes when an embedded Python interpreter imports dbus,
  is finalized, is re-initialized, and re-imports dbus (Simon McVittie)
2010-12-12 12:18:34 +00:00
abs
834383161e fix PLIST on linux, bump PKGREVISION 2010-12-11 12:09:23 +00:00
plunky
02f7088807 fix a build failure wrt 64-bit time_t on NetBSD-current 2010-12-10 13:06:14 +00:00
reed
613f398707 Require newer build dependency for:
checking if xorg-macros used to generate configure is at least 1.3... configure: error: configure built with too old of a version of xorg-macros.m4 - requires version 1.2.0 or newer
2010-12-09 19:58:26 +00:00
wiz
9c8fbb8fec Fix MASTER_SITES, noted by Robert Elz. 2010-12-08 08:04:56 +00:00
abs
db46a62f72 NOT_FOR_PLATFORM= Darwin-*-* 2010-12-07 22:22:21 +00:00
bouyer
1e0747b2d4 Add a fix for CVE-2010-4255, from the xen-devel list.
Bump PKGREVISION.
2010-12-07 18:44:25 +00:00
bouyer
1307e549cb Add a fix for CVE-2010-4255, from the xen-devel list and adapted for Xen 3.1 2010-12-07 18:43:48 +00:00
gls
7692e40ebb Update fabric to 0.9.3
Pkgsrc changes:
- add depends to py-crypto

Upstream changes:

0.9.3
=====

Feature additions

* #255: Added stderr and succeeded attributes to local.
* #254: Backported the .stderr and .succeeded attributes on run/sudo return
values, from the Git master/pre-1.0 branch. Please see those functions? API
docs for details.

Bugfixes

* #228: We discovered that the pip + PyCrypto installation problem was limited
to Python 2.5 only, and have updated our setup.py accordingly.
* #230: Arbitrary or remainder commands (fab <opts> -- <run command here>) will
no longer blow up when invoked with no fabfile present. Thanks to IRC user
orkaa for the report.
* #242: Empty string values in task CLI args now parse correctly. Thanks to
Aaron Levy for the catch + patch.

Documentation updates

* #239: Fixed typo in execution usage docs. Thanks to Pradeep Gowda and Turicas
for the catch.


0.9.2
=====

Feature additions

* The reboot operation has been added, providing a way for Fabric to issue a
reboot command and then reconnect after the system has restarted.
* python setup.py test now runs Fabric?s test suite (provided you have all the
prerequisites from the requirements.txt installed). Thanks to Eric Holscher for
 the patch.
* Added functionality for loading fabfiles which are Python packages
 (directories) instead of just modules (single files.) See Fabfile discovery.
* Added output lines informing the user of which tasks are being executed (e.g.
[myserver] Executing task 'foo'.)
* Added support for lazy (callable) role definition values in env.roledefs.
* Added contrib.django module with basic Django integration.
* env.local_user was added, providing easy and permanent access to the local
 system username, even if an alternate remote username has been specified.
* #29: Added support for arbitrary command-line-driven anonymous tasks via
fab [options] -- [shell command]. See Arbitrary remote shell commands.
* #52: Full tracebacks during aborts are now displayed if the user has opted to
 see debug-level output.
* #101: Added colors module with basic color output support. (#101 is still
 open: we plan to leverage the new module in Fabric?s own output in the future.)
* #137: Commas used to separate per-task arguments may now be escaped with a
 backslash. Thanks to Erich Heine for the patch.
* #144: hosts (and roles) will now expand a single, iterable argument instead of
 requiring one to use e.g. @hosts(*iterable).
* #151: Added a puts utility function, which allows greater control over
fabfile-generated (as opposed to Fabric-generated) output. Also added fastprint,
an alias to puts allowing for convenient unbuffered, non-newline-terminated
printing.
* #208: Users rolling their own shell completion or who otherwise find
themselves performing text manipulation on the output of --list may now use
--shortlist to get a plain, newline-separated list of task names.

Bugfixes
* The interactive ?what host to connect to?? prompt now correctly updates the
appropriate environment variables (hostname, username, port) based on user input.
* Fixed a bug where Fabric?s own internal fabfile would pre-empt the user?s
fabfile due to a PYTHONPATH order issue. User fabfiles are now always loaded at
 the front of the PYTHONPATH during import.
* Disabled some DeprecationWarnings thrown by Paramiko when that library is
imported into Fabric under Python 2.6.
* #44, #63: Modified rsync_project to honor the SSH port and identity file
 settings. Thanks to Mitch Matuson and Morgan Goose.
* #123: Removed Cygwin from the ?are we on Windows? test; now, only Python
 installs whose sys.platform says 'win32' will use Windows-only code paths
(e.g. importing of pywin32).

Documentation updates
* Added a few new items to the FAQ.
* #173: Simple but rather embarrassing typo fix in README. Thanks to Ted Nyman
 for the catch.
* #194: Added a note to the install docs about a possible edge case some
 Windows 64-bit Python users may encounter.
* #216: Overhauled the process backgrounding FAQ to include additional
techniques and be more holistic.

Packaging updates
* #86, #158: Removed the bundled Paramiko 1.7.4 and updated the setup.py to
require Paramiko >=1.7.6. This lets us skip the known-buggy Paramiko 1.7.5 while
 getting some much needed bugfixes in Paramiko 1.7.6.
2010-12-06 23:12:34 +00:00
asau
771b9503b1 Bump revision for default options changes on DragonFly. 2010-12-05 18:42:29 +00:00
asau
5173b911cc Default to use kqueue on DragonFly.
Requested by Rumko in PR pkg/44194
2010-12-05 18:29:17 +00:00
abs
f54da0258b fix PLIST on Linux - bump pkgrevision 2010-12-03 22:22:18 +00:00
abs
aebd5cbb75 Add modular-xorg-fonts if X11_TYPE modular, some pkglint, ++PKREVISION 2010-12-03 20:24:58 +00:00
drochner
d6a0ccac68 reset PKGREV for base pkg update 2010-12-03 18:40:20 +00:00
wiz
00e8be16bf Remove cdrtools-ossdvd from dependency pattern, since the package
was removed from pkgsrc.
Addresses PR 36264.
2010-12-02 20:10:26 +00:00
wiz
c09ef4ba70 Update to 3.01a01:
All:

-	The macros XARCH_GEN & XARCH_OPT are now in RULES/cc-sunpro*.rul

-	The include file include/schily/ccomdefs.h now allows to disable
	the printf() format checks for GCC with -DNO_PRINTFLIKE
	This is needed in order to allow star to compile in the Solaris ON
	cosolidation as GCC id too dumb for the printf() extensions.

-	All include files (even those created by autoconf) are now protected
	against multiple includion.

-	New autoconf test for pathconf() and fpathconf()

-	New autoconf test for /dev/stdin, /dev/stdout, /dev/stderr,
	/dev/fd/0, /dev/fd/1, /dev/fd2

-	New autoconf tests for: qecvt() qfcvt() qgcvt()
	_ldecvt() _ldfcvt() _ldgcvt() _ldecvt_r() _ldfcvt_r() _ldgcvt_r()
	qeconvert() qfconvert() qgconvert()
	needed for long double support.

-	New autoconf test for _qecvt() _qfcvt() _qgcvt()
	and _qecvt_r() _qfcvt_r() _qgcvt_r() on AIX

-	All linker map files have been modified to allow platform
	dependent #ifdef's

-	include/schily/wchar.h now includes a workyround for platforms
	that do not have wcwidth().

-	Make NLS the default (i.e. gettext() is called in case that schily/nlsdefs.h
	was included)


Libschily:

-	libschily/seterrno.c no longer overwrite the _TS_ERRNO definition
	in order to pass the compile constrints in the Solaris ON consoliation.

-	Several new global symbols in the mapfile for libschily/libschily-mapvers

-	libschily/wcsndup.c had frgotten code and still did internaly implement
	strndup()

-	libschily now by default renames getline(), fgetline() and
	fexec*() into js_getline(), js_fgetline() and js_fexec*().
	This was needed because the POSIX standard commitee ignored
	POSIX basic rules not to define functions that are in conflict
	with existing published functions. The functions from linschily
	have been in the public since more than 25 years and the
	functions defined by POSIX.1-2008 even violate POSIX naming rules.
	The POSIX fexec*() functions would e.g. have to be correctly called
	fdexec*().

	Existing programs can keep the official names getline(), fgetline()
	and fexec*() as they are by default #defined to the new js_*() names.
	To disable this convenience, add:

	#define NO_SCHILY_GETLINE	To disable schily getline(), fgetline()
	#define	NO_SCHILY_FEXEC		To disable schily fexec*()
	#define	NO_SCHILY_FSPAWN	To disable schily fspawn*()

-	Libschily now has new "long double" support functions:
	qftoes() and qftofs()

-	Libschily now supports a locale dependend decimal point for printing
	floating point numbers.

-	Libschily now supports to print long double numbers using the
	format() based portable printf() implementation. If this does not
	work for your platform or if this does not work correctly for
	your platform, please report. This was needed for out new "od"
	implementation.

-	The option parsing implementation getargs()/getfiles() from
	libschily now supports to combine single character boolean
	flags even in case the option string mentions to call a callback
	function if a valid option was found. This was needed for out new
	"od" implementation.

-	filereopen() from libschily no longer calls open() internally
	as long as there is no need to create or truncate the file.

-	libschily's findinpath() now includes a new path parameter
	to allow to use the function from bsh.

-	fnmatch is now always available as js_fnmatch()

-	New autoconf test for _qecvt() _qfcvt() _qgcvt()
	and _qecvt_r() _qfcvt_r() _qgcvt_r() on AIX

-	smake's searchfileinpath() moved into libschily to allow it
	to be generally used for searching for program resources.

Libfind:

-	New functions: find_hasprint() and find_hasexec()

Libscg:

-	libscg/scg/aspi-dos.h now uses viod instead of VOID ti allow a compilation
	with gcc.

-	libscg/scsi-wnt.c (MS-WIN) now supports 64 SCSI busses

Cdrecord:

-	A typo in cdrecord.c was corrected.

-	cdrecord/cue.c now uses a correct byte order for RAW audio data in
	Intel byte-order


Cdda2wav

-	Fixed a typo in cdda2wav/cdda2ogg.1 (man page)

Mkisofs

-	Added a hint that the option -b needs a boot image argument that is
	located inside the ISO image tree.

-	Added an additional hint on changed files in case that mkisofs encounteres
	a file that did grow or shrink .

-	Removed a superfluious second #include <schily/stat.h> from isoinfo.c

-	Typo corrections in mkisofs/mkisofs.8 man page

-	A bug was fixed with -sort and files > 4 GB. Mkisofs now correctly sorts the
	disk addresses of the file content is such a case.

-	New options -long-rr-time -no-long-rr-time -short-rr-time allow to control
	the time format used for files with Rock Ridge extensions.

	-	The short time format supports year 1900..2155 with a one second
		granularity

	-	The long time format supports year 0..9999 with a 10ms granularity.

	Note that the Linux kernel only implements partial Rock Ridge support and
	unfortunately does not support the long time format. It is planned to
	make the long time stamp format the default in the future, so I encourage
	the Linux kernel folks to add support for this time format.

-	isoinfo now supports the new option -find and (via libfind) allows to use
	find expressions on ISO-9660 images. If the find expression neither contains
	-print nor -ls and isoinfo is called:

		isoinfo -i xxx.iso -l -find .....

	the ISO-9660 listing function from isoinfo is called whenever the find expression
	returns TRUE. If there is a print or list primary in the find expression, then
	the ISO-9660 listing is never called.
2010-12-02 13:25:58 +00:00
drochner
afe6c942ac update to 1.2.8.8
changes: minor fixes
2010-11-29 18:51:50 +00:00
hauke
8feb5705ec Maintainer update to Radmind v1.14.0
* Changes since 1.13.0 *

    common: Certificate Revocation List (CRL) support.
	    Patch from daking at rescomp dot stanford dot edu.

    common: Add --with-pam option to configure script.
	    Based on a patch from peckhamj at umich dot edu.

    common: [Patch 2931438]: Change port back to standard on failure to
	    connect. Based on a patch from slauncha at umich dot edu.

    common: Fix universal binary builds on Mac OS X 10.6.

    common: getsnet script now uses git.

    common: minor fixes and changes to build system.

    radmind: -r (use randfile) was being ignored.
	    Report from daking at rescomp dot stanford dot edu.

    fsdiff: [Bug 1816150]: Can't replace dir with file.

    fsdiff: [Bug 2887658]: fsdiff prints multiple lines for changing
	    character devices. Patch from jforaker at users dot
	    sourceforge dot net.

    fsdiff: Repeated pathnames in transcripts are now treated as an error.

    fsdiff: Fix [Bug 3022287]: 1.14rc1 incorrectly identifying type
	    as applefile. Report from bstr at users dot sourceforge dot net.

    ktcheck: [Bug 2927309]: ktcheck cores with self-referential command files.

    lmerge: [Patch 2877346]: Add a copy mode to lmerge.
	    Patch from peckhamj at umich dot edu.

    ra.sh: [Patch 2524867]: Add -p (port) option for ra.sh.
	    Based on a patch from steinhof at umich dot edu.

    ra.sh: [Patch 2899332]: Document -p option for ra.sh
	    Patch from ezekielh at umich dot edu.

    Makefile: dist no longer creates tar archives with '../' path prefixes.

    Mac OS X package: Fix [Bug 3029115]: RadmindTools-1.14.0rc1.pkg.tar.gz
	    contains leading '../'. Report from daking at stanford dot edu.
2010-11-29 15:24:23 +00:00
drochner
1e7fe6b894 update to 2.28.5
changes:
-Make the last selected medium's widget grab focus
-small bugfixes
2010-11-29 15:17:00 +00:00
drochner
8a24a95151 update to 2.28.2
changes:
* Remove use of deprecated GTK+ API.
* Fix build with -DGSEAL_ENABLE.
* Updated translations.
2010-11-28 13:00:33 +00:00
drochner
fe1ea0da4f update to 2.28.2
changes: translation updates
2010-11-28 12:55:46 +00:00
dholland
e85c2cc303 Update HOMEPAGE from PR 43847. 2010-11-28 07:42:19 +00:00
obache
d9558bce3d Update ruby-gnome2 packages to 0.90.5.
== Ruby-GNOME2 0.90.5: 2010-10-28

NOTE: 0.90.x releases are for 1.0.0 major release.

A build system improvements release.

=== Changes

==== All

  * Improvements
    * add --with-pkg-config-dir option to extconf.rb for *.pc.

==== Ruby/GLib2

  * Improvements
    * glib-mkenums.rb can work with Ruby 1.9 on LANG=C.
      [Kouhei Sutou]

  * Bug fixes
    * fix pkg-config gem dependency.
      [Kouhei Sutou]

== Ruby-GNOME2 0.90.4: 2010-10-24

NOTE: 0.90.x releases are for 1.0.0 major release.

A bug fix release of 0.90.3.

=== Changes

==== Ruby/GLib2

  * Bug fixes
    * add missing '*' for String type conversion. [#3093789]
      [tmtms, Kouhei Sutou]

==== Ruby/GIO2

  * Bug fixes
    * Remove needless cairo dependency.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Libglade2

  * Improvements
    * Don't install *.pc by default.
      [OBATA Akio, Kouhei Sutou]
2010-11-27 06:14:45 +00:00
shattered
76cb443696 Add plugin to monitor swap usage. 2010-11-26 19:16:02 +00:00
obache
260795cc91 Update ruby-notify to 0.3.0.
* Adding notify command
* Adding support for kdialog
* Adding support for libnotify ffi bindings
2010-11-26 13:52:18 +00:00
drochner
215e99332a update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:51:19 +00:00
drochner
8955fe7fc3 sync w/ base pkg 2010-11-24 20:35:52 +00:00
drochner
1f36112c1c update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:29:04 +00:00
drochner
4c11693670 update to 2.30.5
changes: translation updates
2010-11-24 20:22:49 +00:00
obache
9dd95b7774 Bump ABI_DEPNDS of gtkhtml314 and recursive bump from libgtkhtml shlib name changed. 2010-11-18 23:59:15 +00:00
shattered
c2a06791cc PR/42084: include libXinerama buildlink. 2010-11-18 21:00:58 +00:00
drochner
dcd1930215 deal with giomodule.cache, should fix PRs pkg/43578 and pkg/44104
by Robert Elz
2010-11-17 14:35:32 +00:00
drochner
6e8e577fc8 update to 1.6.6
This switches to the gnome-2.32 release branch.
2010-11-16 13:57:28 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
shattered
3b05a61c76 Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
tnn
4492826130 Update to smartmontools-5.40 (ok shattered@)
Date 2010-10-16
Summary: smartmontools release 5.40
-----------------------------------------------------------
- Other config entries may precede smartd DEVICESCAN.
- Option '-v' allows to specify byte order of attribute raw value
- configure: New default value for '--with-docdir'.
- configure: '--enable-drivedb' is now the default.
- Improved support for Intel SSDs.
- Improved support for SandForce based SSDs.
- Drive database is in a separate source file 'drivedb.h'
  which can be downloaded from SVN.
- USB ID info is now included in 'drivedb.h'.
- Many additions to drive database.
- New script 'update-smart-drivedb'.
- smartd libcap-ng support, option '-C, --capabilities'.
- smartd directive '-l xerror' to check Extended Comprehensive
  SMART Error Log.
- smartctl option '-l scterc[,...]' to get/set the
  SCT Error Recovery Control time limit.
- smartctl option '-t vendor,N'.
- smartctl options '--scan, --scan-open'.
- Linux: Add '/dev/sd[a-c][a-z]' to smartd DEVICESCAN.
- Linux: Support SATA drives on LSI 3ware 9750 controllers.
- Windows: Read 'drivedb.h' and 'smartd.conf' from exe directory.
- Windows: Support for 64-bit executables.
- Windows: Support for cross compilation on Linux.
- Fix regression in smartctl option '-t select,M-N'.
- Fix SCT temperature table commands on big endian CPUs.
- Fix regression in smartd SMARTD_DEVICE and SMARTD_DEVICETYPE
  environment variables.

Date 2010-01-28
Summary: smartmontools release 5.39.1
-----------------------------------------------------------
- Fix crash on kFreeBSD.
- Fix regression in smartctl option '-q, --quietmode'.
- Fix regression in smartd directive '-l selftest'.
- Linux: Allow smartd 'DEVICESCAN -d sat'.
- Linux: Fix spin-up of SATA drive if '-n standby' is used.
- Windows: Fix parsing of 3ware 'tw_cli' output.

Date 2009-12-09
Summary: smartmontools release 5.39 (UNSTABLE/EXPERIMENTAL)
-----------------------------------------------------------
- Sourcecode repository moved from CVS to SVN
- Support for USB devices with Cypress, JMicron and Sunplus USB bridges
- USB device type autodetection for some devices on Linux, Windows and FreeBSD
  (http://sourceforge.net/apps/trac/smartmontools/wiki/Supported_USB-Devices)
- Support for Areca controllers on Linux
- Support for MegaRAID controllers on Linux
- Support for HighPoint RocketRAID controllers on FreeBSD
- Support RAID controllers using /dev/pass devices on FreeBSD
- Support CHECK_POWER_MODE and WRITE_LOG on FreeBSD
- Support for up to 128 devices on 3ware controllers
- smartctl option '-l xerror' to print ATA SMART Extended Comprehensive
  Error Log
- smartctl option '-l xselftest' to print ATA SMART Extended Self-test Log
- smartctl option '-l sataphy' to print SATA Phy Event Counters
- smartctl option '-l sasphy' to print SAS device phy information
- smartctl options '-l gplog,...' and '-l smartlog,...' to print any log page
- smartctl option '-x' to print all extended info if available
- smartctl prints SCSI load/unload cycle counts
- Improve display of huge raw values of some SMART attributes
- Option '-d sat+TYPE' to use SAT with controllers which require '-d TYPE'
- Option '-v ID,RAW_FORMAT,ATTR_NAME' to add new vendor specific attributes
- Support for SSD drives using 64-bit raw attributes
- Many additions to drive database
- New simplified syntax for drive database
- Option '-B FILE' to read drive database from a file
- Configure option to add drive database file to distribution
- smartd can now handle attributes 197 and 198 with increasing raw values
- smartd logs changes of self-test execution status
- smartd directive '-n powermode,N' to limit the number of skipped checks
- smartd flag '!' for '-r' and '-R' directives to log changes as critical
- smartd supports scheduled Selective Self-Tests
- Self-tests scheduled during system downtime or disk standby are run after
  next startup
- smartd option '-s PREFIX' to store smartd internal state until next startup
- smartd option '-A PREFIX' to log attributes at each check cycle
- Configure options to enable the above by default
- Change to an object oriented interface to access ATA and SCSI devices
- Linux, Win32 and FreeBSD modules migrated to new interface
- Rework of smartd data structures
- Checkin date and SVN revision and optional BUILD_INFO printed in version info
- Better support for GSmartControl on Windows
- SELinux fixes to 3ware device node creation
- Fix CCISS file descriptor leak on FreeBSD
- Compile fixes for Solaris and FreeBSD
- Use getaddrinfo() instead of gethostbyname() to support IPv6
- C++ Support for QNX Target, already tested for QNX 6.3.2 on x86 and
  armle target
- Additional support for Samsung MLC flash drives
- New device type detection algorithm on FreeBSD, not based on filename
- Support for the adaX (ATA on CAM bus) devices on FreeBSD 8.0 and higher
2010-11-13 10:10:45 +00:00
pettai
41a5b040be The newer committed version had a client locking problem.
Backing to version that works better.
2010-11-08 07:36:39 +00:00
shattered
84bfa6f51e kqueue is BSD-specific; add it to PKG_SUPPORTED_OPTIONS only on *BSD. 2010-11-07 15:24:50 +00:00
pettai
8af0bfd5d1 add cfengine3 2010-11-05 13:59:27 +00:00
pettai
20b9e7acfa Cfengine, or the "configuration engine" is a very high level language
for building expert systems which administrate and configure large
computer networks. Cfengine uses the idea of classes and a primitive
form of intelligence to define and automate the configuration of
large systems in the most economical way possible. Cfengine is
designed to be a part of computer immune system.

Cfengine 3 is operationally backwards compatible with Cfengine 2, but the
language is not. Cfengine 3 is not a drop-in replacement for Cfengine 2.
2010-11-05 13:57:21 +00:00
ghen
419953b87d Update to dd_rescue 1.23. Changelog:
In version 1.23, the default to not sync every 512 soft blocks is now really
changed to only sync at the end (documented for 1.18, but mostly ineffective,
ouch). More importantly, a short read because of EOF is now not considered an
error any more and thus neither triggers messages (with quiet) nor does it
cause a confusing exit code any more.
Version 1.22 contains a number of little improvements: Display of compiler,
compile time, enabled options, don't repeat copy attempts if hardbs == softbs,
fix FPE in progress bar for non-seekable input reverse copy, and make the code
more digestable for non-GCC compilers, optional fallbacks for strsignal, pread,
pwrite. Last not least, the documentation has a few notes on the goodies now.
Version 1.21 issues warnings when writing in a sparse mode into existing files
or to block devices.
In version 1.20, there's also a progress estimation if input file size is
unknown, but transfer size is limited with -m.
Version 1.19 brings the support for fallocate.
In version 1.18, we have changed the default to -y0 (no fsync), the avg. speed
is calculated in a meaningful way nevertheless now.
In version 1.17, a progress bar, completion percentage and ETA has been added.
In version 1.16, the work was done to determine and display the total amount of
data that will be copied.
Version 1.15 brings support for the Linux splice() mechanism to avoid copying
data to a userspace bugffer.
2010-11-05 08:32:19 +00:00
ghen
1fe10d3667 Fix pkglint warnings, set LICENSE. 2010-11-05 08:23:27 +00:00
ghen
e1ba2e2d2a Fix PR pkg/38620, patch provided by Sergey Svishchev <svs@ropnet.ru>.
Bump PKGREVISION, and reset MAINTAINER.
2010-11-05 08:20:00 +00:00
shattered
dd7a33c56a Depend on zlib -- this package won't build without it. 2010-11-02 21:14:23 +00:00
wiz
d181a9e465 Reset maintainer. 2010-11-01 00:08:09 +00:00
wiz
41ff47ae02 Fix build on DragonFly. From Matthias Schmidt in PR 44020. 2010-10-31 23:38:32 +00:00
tnn
62cb63d5f5 Add patch from emulators/qemu to let NetBSD hvm guest use emulated wm(4) NIC. 2010-10-30 20:06:52 +00:00
shattered
675c67b47b Also ignore null and union filesystems, bump revision. 2010-10-27 18:23:13 +00:00
zafer
5276bd2181 Update memtester to 4.2.1
Changelog:
Version 4.2.1
3 October 2010
  -fix offsets/addresses were not being reported correctly in test failure
  messages.  Thanks: Anton Sergeev.

Version 4.2.0
30 July 2010
  -define _FILE_OFFSET_BITS to 64 by default in conf-cc, which causes some
  32-bit systems with larger-than-32-bit address spaces to have a 64-bit off_t,
  allowing testing of larger chunks of memory.  Thanks to Steven A. Falco for
  the suggestion.  Let me know if this definition causes problems for anyone.
  -add tests of 8-bit-wide and 16-bit-wide random writes, to enable verifying
  the correct operation of hardware.  Thanks: Dick Hollenbeck.  If these tests
  trigger unaligned access problems on your platform, you can eliminate these
  tests by removing the -DTEST_NARROW_WRITES definition from the conf-cc file.
2010-10-26 20:22:04 +00:00
shattered
5d155f2be2 (hopefully) make this package actually work on Solaris x86. Reported by Tom Hensel. 2010-10-25 22:58:56 +00:00
jakllsch
6c55e3f227 +flashrom 2010-10-23 15:57:26 +00:00
jakllsch
fb643b7ad8 import flashrom 0.9.3 prerelease
Flashrom is a utility which can be used to detect, read, and write BIOS chips.
2010-10-23 15:56:19 +00:00
obache
925098cf7d Update ruby-gnome2 to 0.90.3.
= NEWS

== Ruby-GNOME2 0.90.3: 2010-10-23

NOTE: 0.90.x releases are for 1.0.0 major release.

  * Support String encoding in Ruby 1.9.
  * RVAL2CSTR2 and CSTR2RVAL2 are deprecated.
  * Ruby/GIO2 is imported as an experimental library.

=== Changes

==== All

  * Support String encoding.
    [Guillaume Cottenceau, Neil Roberts, Kouhei Sutou]
  * Don't install *.pc by default. Set pkgconfigdir make
    varialbe like 'make pkgconfigdir=/usr/lib/pkgconfig'.

==== Ruby/GLib2

  * Improvements:
    * declare argument types.
      [Nobuyoshi Nakada, Kouhei Sutou]

==== Ruby/GIO2

  * Imported as an experimental library.
    [Nikolai Weibull]

==== Ruby/GTK2

  * Improvements:
    * keep backward compatibility around GDK key
      symbols introduced at GTK+ 2.20.
      "[ruby-gnome2-devel-en] Constants names change in Gdk::KeyVal"
      [Vincent Carmona]
    * move gdk-pixbuf and cairo related methods from Ruby/GdkPixbuf2.
      "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2"
      [Andrea Dallera, Kouhei Sutou]
  * Bug fixes:
    * fix GType conversion in Gtk::ItemFactory.new on 64bit
      platform.
      [Grant McLean, Steve Wills, Kouhei Sutou]

==== Ruby/GdkPixbuf2

  * Improvements:
    * move gdk-pixbuf and cairo related methods to Ruby/GTK2.
      "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2"
      [Andrea Dallera, Kouhei Sutou]
    * change .pc filename from ruby-gdkpixbuf2 to
      ruby-gdk-pixbuf2.

==== Ruby/RSVG2

  * Bug fixes:
    * add missing libcroco dependency on Windows.
      [U.Nakamura, Kouhei Sutou]

==== Ruby/Poppler

  * Improvements:
    * support Popper 0.15.0. [#3079667]
      [Mamoru Tasaka, Kouhei Sutou]

  * Bug fixes:
    * add missing libjpeg dependency on Windows.
      [U.Nakamura, Kouhei Sutou]
    * fix installed Ruby/GLib2 gem can't be detected.
      [kdmsnr, Kouhei Sutou]

=== Thanks

  * U.Nakamura
  * kdmsnr
  * Mamoru Tasaka
  * Guillaume Cottenceau
  * Vincent Carmona
  * Grant McLean
  * Steve Wills
  * Andrea Dallera
  * Nobuyoshi Nakada
  * Neil Roberts

== Ruby-GNOME2 0.90.2: 2010-09-26

NOTE: 0.90.x releases are for 1.0.0 major release.

A RubyGems package fix release.

=== Changes

==== All

  * fix path.
    [kimura wataru, Kouhei Sutou]

==== Ruby/GTK2

  * Bug fixes:
    * fix gtk2/base.rb is missing in gem.
      [S.Kitagawa, Kouhei Sutou]

==== Ruby/GIO2

  * Bug fixes:
    * fix a typo in .pc name. [#3075619]
      [O01eg, Kouhei Sutou]

==== Ruby/RSVG2

  * Bug fixes:
    * also check rb_cairo.h availability. [#3075617]
      [O01eg, Kouhei Sutou]

=== Thanks

  * S.Kitagawa
  * O01eg
  * kimura wataru
2010-10-23 12:45:08 +00:00
drochner
bff4c910a9 update to 2.24.4
changes:
-Fix for non-writable home directory
-Fix a crash on Solaris
-translation updates
2010-10-22 20:11:16 +00:00
jakllsch
fb1a5c2966 Install iasl as iasl, with a symlink from acpi-iasl for backward
compatibility.
Reset maintainer with permission from uebayasi.
2010-10-19 14:33:19 +00:00
joerg
0c5197dd4f Don't use intermediate values for ports > 255. Bump revision. 2010-10-12 22:28:53 +00:00
joerg
d6923236ea Explicitly mark as broken. 2010-10-12 17:23:36 +00:00
joerg
99637eba87 Stop messing with libtool by hand. Bump revision. 2010-10-12 16:43:00 +00:00
obache
623046ad0a pass OWNER/GROUP/MODE to configure script for unprivileged installation,
and avoid setgid kmem on NetBSD with privileged installation.
XXX: if certain owner/group/mode for executable are really required on sertain
XXX: platforms, set SPECIAL_PERMS individually.
2010-10-09 13:02:27 +00:00
obache
b3b735612b * LICENSE=modified-bsd
* user-destdir installable.
2010-10-09 11:55:22 +00:00
obache
a7bdaaa408 Tell source location of NetBSD. 2010-10-09 11:36:04 +00:00
tez
8f71f52613 Make -c (copy) the default operation (vs. move) to come in line with other
install tools this is built to emulate.  This should fix at least:
pkg/42976
pkg/43951
2010-10-08 19:57:05 +00:00
obache
06d8e7c997 MAKE_JOBS_SAFE=no 2010-10-08 04:58:58 +00:00
wiz
f4f9b4b89b Reset maintainer. 2010-09-28 13:21:29 +00:00
obache
0228162331 Update ruby-gnome2 to 0.90.1.
= NEWS

== Ruby-GNOME2 0.90.1: 2010-09-23

NOTE: 0.90.x releases are for 1.0.0 major release.

A install bug fix release of 0.90.0.

=== Changes

==== Ruby/ATK

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/GTK2

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Pango

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Poppler

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/RSVG

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

=== Thanks

  * OBATA Akio

== Ruby-GNOME2 0.90.0: 2010-09-23

NOTE: 0.90.x releases are for 1.0.0 major release.

RubyGems support!

=== Changes

==== Ruby/GTK2

  * Bug fixes:
    * [ruby-gnome2-devel-en] Gtk 2.20, Gtk::Builder and 'name'
      add Gtk::Buildable#builder_name/set_builder_name.
      [Simon Arnaud, Kouhei Sutou]

=== Thanks

  * Simon Arnaud
2010-09-23 15:35:58 +00:00
taca
df6c550bf5 Update MASTER_SITES and HOMEPAGE. 2010-09-23 07:39:26 +00:00
wiz
7afb21b620 DragonFly fixes from Rumko in PR 42345. 2010-09-18 20:48:23 +00:00
sborrill
890277cd8b Add MESSAGE file to warn the user that they should be running proctree,
not pstree.
Bump PKGREVISION
2010-09-17 10:04:45 +00:00
jakllsch
4846147e0d Correct one grammar and one spelling error.
Reported on IRC by Snader_LB.
2010-09-16 13:40:37 +00:00
wiz
9eb94ab186 Update to 1.2.0:
1.2.0:  Some new features!
	-Progress bar and speed enhancements/system load reduction
	coming with it - many thanks to Eric Kilfoil!
	-Vobcopy can now "rip" from an iso image on hdd or a directory
	containing a VIDEO_TS directory. People seem to need this for
	streaming dvd content to a ps3 via fuppes. That part seem to
	be buggy though, works 50/50. Will look further into that.
	-Option -M to rip the title with the longest playing time.
	-Other small corrections I think.
2010-09-16 12:02:16 +00:00
wiz
4d24b9b8ad More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
taca
a614430174 * Add two CONFLICTS patterns:
- matches previous package name without "${RUBY_PKGPREFIX}-"
	- matches current "ruby18-" and "ruby19-" packages

Bump PKGREVISION because addition of latter pattern.
2010-09-13 14:49:54 +00:00
taca
ca9b74e90d * Add two CONFLICTS patterns:
- matches previous package name without "${RUBY_PKGPREFIX}-"
	- matches current "ruby18-" and "ruby19-" packages
* Since these packages aren't update its version during update of Ruby
  package's framework, bump PKGREVISION for safe update.  Noted by
  obache@ on tech-pkg.
2010-09-13 14:39:30 +00:00
wiz
ad0653d30c Fix build on latest DFBSD; patch by Antonio Huete Jimenez in PR 43863. 2010-09-10 21:11:19 +00:00
taca
bc79f4af2e * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
2010-09-10 07:59:29 +00:00
taca
8c7906613f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove RUBY_HAS_ARCHLIB.
* Change PKG_DESTDIR_SUPPORT to user-destdir.
* Update patch to support both ruby18 and ruby19.

No functional change.
2010-09-10 07:58:44 +00:00
taca
2f16199ceb * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
2010-09-10 07:57:19 +00:00
taca
4b4eeac723 Update sysutils/ruby-facter to 1.5.8.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Move MASTER_SITES to first section.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.


1.5.8
=====
ca2da36  Updated install.rb and created man page
3671c9f  [#4583] Refactor uptime to use Resolution.exec
fca8861  [#4594] Reintroduce fix for #1291 from original patch
32c0cb0  [#4594] Revert "fixes #2573, #2085, #1291..."
e7df4c0  Updated CHANGELOG for 1.5.8rc2
9c9cabd  Better fix for Bug 4569: Uptime Fact is incorrect on Windows
01a515f  [#4289] operatingsystemrelease fact for oel, ovs
b6c0a6b  Fix for bug #4569
51bcebe  Fixed Rakefile package task version detection
81ccb48  Removed references to Reductive Labs in the Rakefile

1.5.8rc1
========
f280703  Incremented version to 1.5.8
98ef5e8  Updated CHANGELOG for 1.5.8rc1
4398b36  Updated CHANGELOG rake task
e02be1d  [#4156] Updating spec to match Kai's change
bff84c2  [#4156] Applying patch by Kai
b7fe989  [#2330] Update uptime calculation to use /bin/cat
e9a60bc  Facter::Manufacturer - sunos test + simplified regex
be411c0  Facter::Manufacturer - test for SunOS and FreeBSD
67f6604  [#4062] Implement operating system facts for MeeGo
a2bcacd  [#2330] Uptime should not make redundant system calls
ce7bd9f  Refactor rakefile to use spec.ops, separate rcov task
faaa169  Fix #4352 - Support for detecting KVM virtuals on FreeBSD
82286e4  Fix #4352 - Support for detecting virtuals (jails) on FreeBSD
b2c2114  Properly wrapped the windows ipaddress fact in a setcode block.
1bd2ca2  Fixed #3929 - Added user confine to AIX memory facts
8106bc3  Adding HP-UX support to Facter's IP facts
83b3ea6  Fixed #3393 - Updates to Facter for MS Windows
ffcae46  Fixed #3403 - Added fact to query vlans; added spec test
d4b8401  Merged Jos Backus patch to remove requirement for ftools altogether
73dcbb9  Fixed #2355 read hang on /proc/xen/capabilties on RHEL 4.7
d109def  Fix #1365 - load all facts via cli
6c87917  Fixed failing test introduced by previous commit
c5b8d3b  Fixes #3740 - split dmi output on regex
25bf5c2  Fix virtual unit test on non-linux by stubbing kernel
9a00eae  Fixed #2313 - Somewhat essential hardware facts not available on OpenBSD, patch included
e19024b  Fixed #2938 - interfaces that don't match ^\w+[.:]?\d+ are ignored
97879f9  Added support for Slackware in operatingsystem and operatingsystemrelease
802e6c2  Fixed #3542 - Ruby 1.9: broken unittest, String#each no longer exists
2f016f3  Fixed #3541 - Ruby 1.9: broken unittest, unexpected invocation: Process.waitall()
84d3d9f  Fixed #3445 - Facter does not handle solaris branded zones properly
b5a8de0  Fix for #3411 install.rb should not put "." first in the tmp_dirs
8ea33eb  Fixed #3447 - OVS and OEL not matching in operatingsystemrelease
aeee83c  Fixed #3410 - Warnings in rake spec
8bf8cb5  Fixes #3397 - is_virtual fact does not detect Linux-VServer
62b6773  Add kvm support to virtual fact
dca615c  fixes #2573, #2085, #1291 - fixes domain and fqdn facts resolution
86447c8  Revert "use popen3 in Resolution.exec"
7750f03  Fix #2341 - stricter handling of dmidecode split
f4269d9  Fix #2746 - add architecture support for GNU/kFreeBSD
50cef83  Fix missing error case
356cf15  Remove whitespace in DMI facts (#3008, #3011)
feecd39  Only ignore IPs starting with 127.
68fc123  Added package signing task
33fb770  use popen3 in Resolution.exec to catch stderr
8109806  introduce a warn mechanism for debugging
b2c1ca5  Add docs to Mac OS X package creation script and clean out old docs in the preflight
5412eab  Fixed : 2788 - ftools missing in Ruby 1.9
5b95a12  Fixes #2704. Problem finding install.rb three levels up
9aef69e  Removed all ChangeLog
2010-09-10 07:56:40 +00:00
taca
63b6f996e1 Update sysutils/ruby-directory-watcher to 1.3.2.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.


== 1.3.2 / 2010-04-09

* 1 bug fix
  - removing the now defunct "tasks" folder from the deployed gem

== 1.3.1 / 2009-10-26

* 1 bug fix
  - explicitly killing the Rev loop when stopping

== 1.3.0 / 2009-10-21

* 2 major enhancements
  - added support for Rev based notifications
  - added support for EventMachine based notifications

* 1 minor enhancement
  - pulled out the scanner thread into its own class

== 1.2.0 / 2009-04-12

* 2 minor enhancements
  - added an option to persist state to a file [Benjamin Thomas]
  - the option to run the directory watcher scanner manually

== 1.1.2 / 2008-12-14

* 1 minor bugfix
  - fixed directory creation if the watched directory did not exist
2010-09-10 07:54:20 +00:00
taca
a5aa9a267f Update sysutils/ruby-activesambaldap to 0.0.8.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.


== 0.0.8: 2009-09-22

* [#26692] scaffold_active_samba_ldap doesn't work with Rails 2.2.2.
  [Orlando Marquina]
* [#26814] scaffold_active_samba_ldap generates wrong class name.
  [Orlando Marquina]
* Supported ActiveLdap 1.2.0.

== 0.0.7: 2009-07-18

* Supported ActiveLdap 1.1.0.
* Supported gem plugin.
2010-09-10 07:53:14 +00:00
taca
804870a460 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Comment out none existing MASTER_SITES.  gem files are still available.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
2010-09-10 07:52:13 +00:00
taca
a24788f3d1 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
2010-09-10 07:50:03 +00:00
hauke
0985c1b3bf Package upgraded to 1.14.0rc1 - essentially bug fixes assembled in the
last two years. From the git commit log:

2010-06-23
	Create longest possible path first in mkdirs routine.  radmind-1.14.0rc1

2010-05-28
	Updated radmind man page with CRL documentation.

2010-05-28
	[Patch 2930172]: Add support for CRLs

2010-02-03
	Fix: check argument count when encountering a minus...

2010-01-28
	[Bug 2927309]: ktcheck cores with recursive command...

2010-01-20
	Fix: -r (use randfile) was being ignored.

2010-01-13
	[Patch 2931438]: Change port back to standard on failur...

2009-12-15
	node_create sometimes takes a NULL transcript name.

2009-12-06
	[Bug 1816150]: Can't replace dir with file.

2009-11-19
	Accidentally placed dns_sd check in the PAM if-block.

2009-11-19
	Pull Wes's path repetition dectection patch from CVS.

2009-11-19
	Add --with-pam.

2009-11-17
	[Patch 2899332] Fix and document -p option to ra.sh.

2009-11-11
	[Patch 2524867] Add -p option for ra.sh (for port).

2009-11-11
	[Patch 2877346] Add a copy mode to lmerge.

2009-11-11
	Fix: missing closing quotation mark in lcksum error...

2009-10-28
	[Bug 2887658]: fsdiff prints multiple lines for changin...

2009-10-15
	Fix: lcksum crashes when given a minus (-) line with...

2009-10-15
	Accept 2845279: Updated rash manpage

2009-09-11
	Quick fix for pam_conv struct compiler nagging.

2009-09-11
	Fix empty prepath check in lapply and lcksum

2009-08-18
	Exclude leftovers from autoconf and git when making...

2009-08-18
	Do not track configure script.

2009-08-01
	Eliminate old workaround for broken mkdir on old versio...   origin

2009-02-23
	Only use $USERNAME if $USERAUTH is enabled.

2009-01-29
	Fix bug 2541171. Patch from bawood at umich dot edu.

2008-12-11
	Proof-of-concept code using Apple's FSEvents API. Can...
2010-09-09 13:58:00 +00:00
hauke
6397aca1e3 Radmind's license is a condensed version of the three clause BSD
license.

Change my maintainer address to @netbsd.org, makes dealing with bug
reports (what?!) easier.
2010-09-09 13:06:19 +00:00
manu
5b98077d4e Added pluged-0.1 2010-09-08 10:21:25 +00:00
manu
140890c836 It's an event notifier for USB devices only actually. It can attach
some commands (like mount) when you plug or unplug a device.
2010-09-08 10:20:15 +00:00
wiz
e26324fd52 + p5-Gnome2-VFS. 2010-09-03 22:35:38 +00:00
wiz
fe3d36925c Initial import of p5-Gnome2-VFS-1.081:
This module allows you to use the GNOME Virtual File System library
(libgnomevfs for short) from Perl.
2010-09-03 22:34:58 +00:00
drochner
271bc85822 back out libsoup bl3 inclusion -- it is not referred to by brasero
dorectly, only indirectly through totem-pl-parser
2010-08-30 17:22:09 +00:00
obache
9f4a5c30fb * set LICENSE=gnu-gpl-v3
* honor PKG_SYSCONFDIR
* exactly buildlink with libiconv and tell library for iconv to configure,
  fixes PR#43809.
2010-08-30 02:22:32 +00:00
obache
0337adb5f5 No need gtkdoc-rebase workaround anymore. 2010-08-29 09:41:31 +00:00
obache
bdd735a0f7 No need gtkdoc-rebase workaround anymore. 2010-08-29 09:15:50 +00:00
jnemeth
819b61aab8 this package uses libsoup24 2010-08-25 22:57:15 +00:00
gls
1c8256f6ba Update sysutils/capistrano to 2.5.19
Upstream changes:

== 2.5.18 / March 14, 2010

Small fix for rolling back if a shell scripts exits non-zero; enabled a rollback
if git (or other) externals fail during the deploy.
* #151 check return code status of system command to create local copy and
rollback if not 0 (David King)

== 2.5.17 / February 27, 2010

Various small bug fixes.

== 2.5.16 / February 14, 2010

Fixed a small regression in 2.5.15

== 2.5.15 / 14 February 2010

Fixes a feature request not to overwrite roles when using the ROLES
environmental variable.
* #126 - The option to not overwriting the roles which are defined in the task
definition.
* Removed the `upgrade` file as it has been a couple of years since 1.x was in
the wild.
* Slight internal re-factor of the way we calculate the `version`

== 2.5.14 / 18 January 2010

Fixes a low-value bug, thanks to Chris G for the well submitted patch:
#139 - Improves consistency of variable lookup, scm variables with a local_
prefix will be honoured with priority locally (Chris Griego)

== 2.5.13 / 6 January 2010

Small maintenance release:
* #118 - Modified CLI test to not load user or system configuration file (Emily
Price)
* #88 - Re-fixed a problem here, massive apologies to all concerned. (Hangover
from 2.5.12)

== 2.5.12 / 5 January 2010

* Tweak the directory version listing (caused a lot of problems, please upgrade
immediately)

== 2.5.11 / December 2009

* Deprecations and other small changes
2010-08-23 01:49:02 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
reed
631f2e1f6e Build requires dbus-glib>=0.76 2010-08-18 16:46:24 +00:00
obache
b915999a72 change dependency on "check" to "build", it is just used for test.
Bump PKGREVISION.
2010-08-18 04:34:28 +00:00
wiz
c202c59512 Update to 0.88:
0.88:
 Astone Lin (1):
       Allow duplicate object path registrations for different connections

 Christian Dywan (1):
       Refer to dbus_g_connection_flush rather than the plain dbus call

 Colin Walters (3):
       Disable test-profile on win32 for now
       Respect property access flags for writing, allow disabling for reads
       configure: Release 0.88

 Dan Williams (2):
       core: don't pass malformed error interface to dbus (rh#581794)
       Fix lookup of regular properties when shadow properties are used

 Danielle Madeley (6):
       Bumping required GLib to 2.24 for GVariant
       fd.o #28715: Add dbus_g_value_build_g_variant()
       Tests for GValue-to-GVariant
       Write a recursive equivalence function for testing the
 equivalence of GVariants
       Test test_g_variant_equivalent itself
       Support DBUS_TYPE_G_SIGNATURE

 Fridrich Strba (2):
       Use AC_CANONICAL_HOST, not _TARGET
       Don't use the identifier "interface" in public headers

 Fridrich Strba (3):
       Use EXEEXT so that we satisfy dependencies when cross-compiling
       Fix linking of tests. On windows, undefined symbols are not
 allowed and symbol lookup is sequencial
       Put the G_OS_WIN32 check where it can be defined.

 Guillaume Desmottes (1):
       add mising DBUS_TYPE_G_* to the doc

 Simon McVittie (6):
       Bug 14579: remove pending call from hash table before cancelling it
       Merge branch '14579-remove-before-cancel'
       fd.o #27958: dbus_g_error_domain_register: rewrite the documentation
       Add Libtool m4 to .gitignore
       Add various tests etc. to .gitignore
       Consolidate LDADD variables in tests/examples and make them more complete

 Will Thompson (1):
       Merge remote branch 'danni/gvalue-to-gvariant'

0.86:
 Colin Walters (8):
       Squash underscores and dashes in errors when converting to DBus errors
       Remove dbus-glib-undocumented.txt from git
       Revert "Squash underscores and dashes in errors when converting
 to DBus errors"
       Fix hyphenated error codes correctly
       [configure.ac] Use AM_SILENT_RULES if available
       Remove dbus-glib-undeclared.txt from git; it's a generated file
       [dbus-gobject.c] Trivial compiler warning fixes
       [configure] Release 0.86

 Dan Williams (2):
       core: allow duplicate property names on GInterfaces
       core: performance optimization for object info lookup

 Sven Herzberg (1):
       turn the gtk-doc documentation into buildable shape

 Will Thompson (1):
       Free errors returned by method implementations
2010-08-17 13:33:39 +00:00
obache
e9c926944b Disable OS (i.e. Linux distro) specific behaviour.
PR#43767 by Aleksey Cheusov.
2010-08-17 10:59:13 +00:00
obache
814bdfec08 Fixes variable name to detect builtin. 2010-08-15 12:01:32 +00:00
drochner
e46417bc9e revbumps for poppler update 2010-08-15 11:22:10 +00:00
obache
f92e244dd1 + dtpstree 2010-08-15 09:08:58 +00:00
obache
04c4425ed7 Import dtpstree-1.0.3 as sysutils/dtpstree.
Based on PR#43661 by Douglas William Thrift.

DT PS Tree shows running processes as a tree. It is a reimplementation of
pstree from PSmisc for FreeBSD, NetBSD, OpenBSD, DragonFly BSD, and possibly
other modern BSD variants. It also works without /proc and will show the full
set of processes in a jail even if init is not present.
2010-08-15 09:07:11 +00:00
drochner
aea76f47a0 update to 1.2.8.7
changes:
-bugfixes
-ko translation
2010-08-09 11:25:16 +00:00
drochner
08d80b7423 update to 2.28.1
This switches to the gnome-2.30 release branch
2010-08-09 10:11:57 +00:00
drochner
d307baa715 update to 2.28.1
changes: translation updates
2010-08-09 10:07:10 +00:00
joerg
4205a3558e Not MAKE_JOBS_SAFE 2010-07-27 14:16:41 +00:00
seb
489b4a8f0e Update p5-Server-Starter from version 0.06 to version 0.07.
Upstream changes:
0.07  Sat May 08 14:00:00 2010
	- --port option is now omittable (so daemons _not_ binding to TCP ports (like FCGI servers binding to unix domain sockets) can be hot-deployied using Server::Starter)
2010-07-26 01:51:38 +00:00
drochner
7d2c174127 reset PKGREV for base pkg update 2010-07-22 13:22:01 +00:00
sno
0590dd9e19 Fixing hash sum of patch-aa 2010-07-21 04:59:57 +00:00
sno
64606415da Updating sysutils/p5-Sys-Utmp from 1.6 to 1.6nb1 to remark some fixes:
- Fix Utmp.xs to compile on NetBSD (fixes PR pkg/42082)
- Apply patch from RT#52369 (FreeBSD 7.2: compilation error and host support)
  see https://rt.cpan.org/Ticket/Display.html?id=52369
2010-07-19 12:32:24 +00:00
abs
d23c5f2ad9 Adjust DESTDIR support so it no longer leaves installed files full of destdir references - bump pkgrevision 2010-07-17 11:47:57 +00:00
sno
ca922e06d2 Updating sysutils/p5-Sys-Filesystem from 1.27 to 1.30
Upstream changes:
1.30 - 2010-07-15
        Fixing MSWin32

1.29
        Fixing MacOS X

1.28
        Adding more special file systems for Linux (looks in Linux soon
        everything is a file system), Fixes RT#55059 (Thanks to Reed Loden)
        Improving documentation about selections in filesystems method,
        Fixes RT#55058 (Thanks to Reed Loden)
        Fixes RT#65504 (Thanks to Brett Gersekowski)
        Improve MSWin32 support
2010-07-17 08:31:58 +00:00
abs
6bc98d8dd8 Fix PLIST under at least Linux, no change intended for other platforms.
Tested under Linux & NetBSD
2010-07-16 22:04:11 +00:00
drochner
bad6239cd6 nautilus-cd-burner has been replaced by "brasero" 2010-07-14 18:32:45 +00:00
drochner
b53790ec92 update to 2.28.4
This switches to the gnome-2.30 release branch.
2010-07-14 16:27:40 +00:00
drochner
aa1f2ee01d update to 2.30.2
This switches to the gnome-2.30 release branch.
2010-07-14 16:16:49 +00:00
sbd
d823d74afa Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
drochner
c233a47c15 sync, share distinfo & patches 2010-07-13 13:09:33 +00:00
drochner
9937e757d4 gnome-keyring -> libgnome-keyring, bump PKGREV 2010-07-12 16:00:53 +00:00
drochner
95f6a61d31 sync w/ base pkg 2010-07-12 15:49:06 +00:00
drochner
bec923d9df propagate some more dependencies explicitely for sanity 2010-07-12 15:47:36 +00:00
joerg
58ced7a8d3 DESTDIR ready 2010-07-11 19:25:04 +00:00
joerg
52bddc72f6 DESTDIR support 2010-07-11 19:08:06 +00:00
joerg
8cedc6cd90 gecos field is quoted, so no need for manual quoting 2010-07-11 18:17:27 +00:00
joerg
0077aa4dbf DESTDIR support. Fix usage of PKG_USERS. 2010-07-11 18:15:47 +00:00
joerg
ea334221b7 DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
jakllsch
796aefa309 Update memtest86+ to 4.10 with blessing of smb@.
Package changes:
Move base address to 0x100000, similar to that of the NetBSD/x86 kernel.
Hopefully this will avoid trampling something important in low memory.
This appears to work fine on the limited number of machines I tested.

Upstream changes from 4.00 to 4.10:
+ New Features
  - Added support for Core i7 Extreme CPU (32nm)
  - Added support for Core i5/i3 (32nm)
  - Added support for Pentium Gxxxx (32nm)
  - Added support for Westmere-based Xeon
  - Added preliminary support for Intel Sandy Bridge
  - Added support for AMD 6-cores CPU
  - Added detection for Intel 3200/3210
  - New installer for USB Key
+ Bug Fixes
  - Corrected a crash at startup
  - Many others bug fixes
2010-07-08 18:54:22 +00:00
joerg
5f33cd7656 DESTDIR support 2010-07-08 17:00:06 +00:00
drochner
5f1889fccf update to 2.30.2
This switches to the gnome-2.30 release branch.
2010-07-06 15:23:59 +00:00
drochner
618a00cd83 update to 2.30.1
This switches to the gnome-2.30 release branch.
2010-07-06 15:19:46 +00:00
drochner
d48e05cd82 update to 2.30.2
This switches to the gnome-2.30 release branch.
2010-07-06 15:13:39 +00:00
jmmv
3b922a2b77 Transfer ownership to pkgsrc-users. pancake's address is not valid any
more and he has agreed in private mail to drop maintainership.
2010-07-06 10:17:11 +00:00
dsainty
8500883af6 In eggdbusbus.h define uid_t, which is used by org.freedesktop.DBus.xml, but
is not guaranteed to be defined by the selected set of includes.  Fixes build
on some Linux variants.

Addresses PR#43513.
2010-07-05 08:58:56 +00:00
joerg
efd19896b3 Fix tool reference leaks. Bump revision 2010-07-01 18:08:38 +00:00
gls
3f13fcf32d Update to fabric 0.9.1
========================
Changes in version 0.9.1
========================

The following changes were implemented in Fabric 0.9.1:

Feature additions
=================

:issue:`82`: `~fabric.contrib.files.append` now offers a `partial` kwarg
allowing control over whether the "don't append if given text already exists"
test looks for exact matches or not. Thanks to Jonas Nockert for the catch
and discussion.
:issue:`112`: `fab --list` now prints out the fabfile's module-level
docstring as a header, if there is one.
:issue:`141`: Added some more CLI args/env vars to allow user configuration
of the Paramiko `connect` call -- specifically :ref:`no_agent` and
:ref:`no_keys`.


Bugfixes
========

:issue:`75`: `fab`, when called with no arguments or (useful) options, now
prints help, even when no fabfile can be found. Previously, calling `fab`
in a location with no fabfile would complain about the lack of fabfile
instead of displaying help.
:issue:`130`: Context managers now correctly clean up `env` if they
encounter an exception. Thanks to Carl Meyer for catch + patch.
:issue:`132`: `~fabric.operations.local` now calls `strip` on its stdout,
matching the behavior of `~fabric.operations.run`/`~fabric.operations.sudo`.
Thanks to Carl Meyer again on this one.
:issue:`166`: `~fabric.context_managers.cd` now correctly overwrites
`env.cwd` when given an absolute path, instead of naively appending its
argument to `env.cwd`'s previous value.

Documentation updates
=====================

A number of small to medium documentation tweaks were made which had no
specific Redmine ticket. The largest of these is the addition of :doc:`the
FAQ <../faq>` to the Sphinx documentation instead of storing it as a
source-only text file. (Said FAQ was also slightly expanded with new FAQs.)
:issue:`17`: Added :ref:`note to FAQ <faq-daemonize>` re: use of `dtach` as
alternative to `screen`. Thanks to Erich Heine for the tip.
:issue:`64`: Updated :ref:`installation docs <downloads>` to clarify where
package maintainers should be downloading tarballs from. Thanks to James
Pearson for providing the necessary perspective.
:issue:`95`: Added a link to a given version's changelog on the PyPI page
(technically, to the `setup.py` `long_description` field).
:issue:`110`: Alphabetized :ref:`the CLI argument command reference
<command-line-options>`. Thanks to Erich Heine.
:issue:`120`: Tweaked documentation, help strings to make it more obvious
that fabfiles are simply Python modules.
:issue:`127`: Added :ref:`note to install docs <pypm>` re: ActiveState's
PyPM. Thanks to Sridhar Ratnakumar for the tip.
2010-06-28 18:45:21 +00:00
joerg
184db0c04e DESTDIR support 2010-06-28 10:23:08 +00:00
joerg
b77fcebc94 DESTDIR support 2010-06-28 10:13:01 +00:00
joerg
783b8b45a4 Basic DESTDIR support 2010-06-28 10:09:26 +00:00
joerg
66e634597a DESTDIR support from cheusov@tut.by in PR 43531. Extended to build
unprivileged and use proper SPECIAL_PERMS as needed.
2010-06-27 17:34:35 +00:00
wiz
1c50480398 Fix build on DragonFly and FreeBSD, by Alexander Polakov in PR 43487.
Enable on FreeBSD-*-i386 FreeBSD-*-x86_64 DragonFly-*-i386.
2010-06-20 11:06:03 +00:00
drochner
1b4129f1af revert last update -- the hal volume monitor in the new version
has problems seeing my CD drive
2010-06-19 13:57:47 +00:00
gdt
31d3951865 Actually add patch referenced in distinfo by previous commit that
addressed use of a deprecated GTK feature.  PKGREVISION++ because
patches in distinfo that don't exist seem to be silently ignored.
2010-06-14 19:21:06 +00:00
wiz
f45a09f8f6 PKGREVISION bump for png-1.4.x shlib change.
(missed those and *emacs* the first time round because they pull
in their png dependencies via default-on options; they were included
in the test bulk build though)
2010-06-14 15:33:12 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
wiz
51c2c5b296 Fix build on NetBSD-current: mandoc is picky about a missing .El. 2010-06-13 14:55:45 +00:00
drochner
76302866b7 update to 1.6.2
This switches to the gnome-2.30 release branch
2010-06-11 13:53:02 +00:00
drochner
7910bdda9e update to 2.24.3
changes:
-bugfixes
-translation updates
2010-06-11 13:25:27 +00:00
wiz
0db58e10c8 Fix build with gtk2-2.20. 2010-06-11 08:33:00 +00:00
tonnerre
e82f925e62 Update Puppet to version 0.25.5. The amount of changes is clearly insane,
but it is backwards compatible to 0.24.9.

 * Fixes incorrect line in partial CRL fix
 * Fixed documentation issues exposed in #3772
 * Updated CHANGELOG for 0.25.5rc3
 * WIP - trying to fix #3460
 * Minimal footprint fix for #3751 (serialization 0.25.5 <-> 0.24.8)
 * Updated Template documentation link
 * Update Red Hat spec file for 0.25.5
 * Updated CHANGELOG for 0.25.5rc2
 * Fixing #3533 - Removing all transaction cleanup
 * Fix for #2910 -- Tidy/matches is too tricky to use
 * Bug #3451: Don't leak the terminus class setting from Puppet::Resource::Catalog's spec
 * Fix to the fix for #3295
 * Write ssh_authorized_keys as user
 * Fix for #3558 -- source file reading speedup
 * Fix for #3556 Plussignment value melding
 * Fixed #3655  - Puppet doesn't find installed packages with portage provider
 * Fixed #3672 - Error message on duplicate fileserver mounts incorrect
 * conf/redhat: Add notifempty to logrotate config
 * Fixed stored configuration documentation
 * Fixes #3653 - Changed default factpath value to better reflect plugins in modules
 * Partial fix to #2837 - changed warning message to debug
 * Fix #3555 - fix state of purged lists
 * Fix for #3577 -- to_yaml parameter in 0.25.5rc1
 * Renamed all references to Reductive Labs to Puppet Labs
 * Updated Rake tasks to no longer load puppet.rb
 * Fix #3540 - name methods correctly
 * Fixes #3295 - generate() now sets the working directory to the directory containing the specified command.
 * Added YARD task
 * Update man pages and partial doc fix to #3491
 * Fixed #3532 - Typo in lib/puppet/ssl/host.rb
 * Fix #3496 - suppress transaction debug message
 * Updated version and CHANGELOG to 0.25.5rc1
 * Modify SuSE spec file for 0.25.x and correct shebang lines for puppetd/puppetmasterd
 * Fixes #3460 - Makes Puppet FHS compliant by moving /var/puppet to /var/lib/puppet
 * Fix for #3101 (bug in MRI 1.8.7)
 * Fixes #3419. OS X 10.6 Ruby doesn't set supplementary groups
 * Revert the guts of #2890
 * Fail gracefully on packages that don't have the HOMEPAGE variable set (e.g. dev-lang/php).
 * Fixed #3443 - Typo in mount type
 * Fixes #3135 - darwin doesn't support 'mount -o remount'
 * Adding :catalog_terminus setting
 * fixing obsolete comment in puppetd
 * Adding support for only using cached catalogs
 * Refactoring Configurer to enable the next feature
 * Fix for #3366 - --tags '' treated as boolean 'true'
 * Supressing warnings (not really failures) in test/unit
 * Fix test using wrong Puppet util filesetting group
 * Mock user in SUIDManager tests
 * Removing resources generate tests
 * Removing old test for service/debian provider
 * Replace test/unit file write test with spec
 * Fix for #3424 and tests to prove it.
 * Fixed changelog Rake task
 * Fix #3155 - prevent error when using two matching regex in cascade
 * Fixing #3148 Settings#without_noop when run with no noop setting
 * Another trivial follow-up fix for #2604: invalid path to zaml.rb
 * Fix inefficient SimpleGraph#matching_edge
 * Fix #3229 - use original value in case/selector regex matching
 * Fix #2929 - Allow checksum to be "none"
 * Fixed puppetlast typo
 * Follow up for #2604, debug msg left behind.
 * Fix for #2604 Pure Ruby yaml generation
 * Fixes #3113 - When importing a manifest puppet needs to chill
 * Fixes #3387 - Handle path elements with ticks and spaces
 * Fix for #3412 install.rb should not put "." first in the tmp_dirs
 * Fix #3186 - require function set relationship only on the last class
 * Fixed the return types were valid, and removed the copy paste error with the exception logic
 * Fixing #3185 Rakefile is loading puppet.rb twice
 * Fix #3150 - require function doesn't like ::class syntax
 * Added time module to tagmail report
 * Fixed #3162 - tidy does not remove empty files when "size => 0" is set
 * Fixed #3128 - Updated man pages and moved puppet.conf.8 to puppet.conf.5
 * Add version number to puppetlast display.
 * Forgot fakedata called in spec
 * Fixing #2669 puppetmasterd integration has leaky state
 * Fix for #2327, check the return types from augeas and fail where appropriate
 * 2047: Add a not_include into match
 * Minor unit test fixes
 * vim: Improve function matching when functions contain ')'
 * vim: puppetDefArguments is contained by puppetDefine
 * Fix for #3094 (libdir should take ":" delimited path)
 * Fix #1842 Net::HTTP#enable_post_connection_check doesn't work anymore
 * Fix for #3035 (redhat services use init for source)
 * Fix for #3077 (unit tests broken in 0.25.1-->0.25.4)
 * Fix for #3085 (user_role_add pulls from same source as useradd)
 * Fix for #3114 (ruby's arbitrary limit on process groups too low)
 * Updated CHANGELOG for 0.25.4
 * Partial reversion of patch for #3088 to fix #3104 (Exception misreported)
 * Updated CHANGELOG for 0.25.4rc3
 * Fix for #3088 (catching Exception also traps SystemExit)
 * Fix for #3089 (timestamp may now be a time object, not a string)
 * Fix for #3093 (also need to be able to call pkgget_with_cat on class)
 * Uncommeniting the fix for #3001
 * Updated CHANGELOG for 0.24.5rc2
 * Minimal fix for #3001 (failing to fetch metadata on dangling symlink)
 * Fixing #2914 - pre/post hooks now work for transactions
 * Fix for #3075 (sshkey host_aliases ignored)
 * Updated version and CHANGELOG for 0.25.4
 * Revert "Fix #2845 Cron entries using "special" parameter lose their title when changed"
 * Updated rake task to fix gem build issue
 * Updated version and CHANGELOG for 0.25.3
 * Reversion of pipe IO patch for testing on #3025
 * Fix #1464 Mount complains about missing fields
 * Fix #2845 Cron entries using "special" parameter lose their title when changed
 * Fix #2887 'service' tests paths too early
 * Replaced ugly gem creation task with slightly less ugly task
 * Added tasks directory to Rakefile and gem task file lists
 * Added puppetpackages task description
 * Updated CHANGELOG for 0.25.2
 * Fix for temporary file security whole
 * Fix for #2999 (absent package handling on solaris)
 * Fix typo in documentation: wheter vs. whether.
 * Partial rollback of refinements to fix for #2994
 * Do not close stdout or stderr in execute.
 * Update Red Hat spec file for 0.25.2
 * Updated CHANGELOG for 0.25.2rc3
 * ReFix 2675 ending slash in directory should get stripped off
 * Use a pipe instead of a temp file for command output.
 * Additional fix for #2994 (followed symlinks do not have checksums)
 * Fix for #2995 (don't fail to load PSON when UTF-8 missing)
 * Revert "Fix for #2731 (problem communicating with processes in SELinux)"
 * Updated man pages for 0.25.2
 * Fix for #2995 (don't fail to load PSON when UTF-8 missing)
 * Fix for #2994 (undefined method "_file" message)
 * fix #2987 - check correct hash entry
 * Updated CHANGELOG for 0.25.2rc2
 * Fix for #2967 (RFC-1123 problem and regression on wildcarded domains)
 * Updated CHANGELOG
 * Updated version
 * Fixing failing tests
 * Fix for #2881 (ralsh doesn't find individual parsed resources)
 * Code smell reductions
 * Making provider/host/parser.rb compatible with host_aliases
 * Fixing #2964 updated resources cannot be collected until they are exported twice
 * Fix for #2731 (problem communicating with processes in SELinux)
 * Fix for #2940 (propogating nil rather than reporting the error)
 * A slide down the RFC-1123 slope towards MS Windows compatibility and chaos
 * Fixing #2960 Test Failed: 'Puppet::Type::Mount::ProviderParsed when modifying the filesystem tab should write the mount to disk when :flush is called
 * Fixing tests
 * Fix for #2943 (Make puppet --apply respect --preferred_serialization_format)
 * Fix #2970 spec/unit/provider/ssh_authorized_key/parsed.rb has order dependencies
 * Fix #2816 MySQL server has gone away
 * Fix for #2813 (alias propety v. alias metapram)
 * Fix for #2765 (--no-fqdn regression in puppetrun)
 * Fix for #2657 (retain old setting if config has syntax error)
 * Fix #2966 spec/unit/util/queue.rb can't be run twice
 * Fixing #2963 spec/unit/util/autoload.rb depends on global state
 * Fix for #2965 (Chatty SELinux message)
 * Fixed RSpec deprecation error
 * Fixing #2958 inconsistent errors in spec/integration/bin/puppetmasterd.rb
 * Fix for #2951 (SELinux test errors on OS X)
 * Fix for #2890 (the cached certificates that would not die)
 * Fix for #2950 (parens needed warning)
 * Fix #2924 Test Failed: Puppet::Indirector::FileContent::FileServer when finding files should find plugin file content in the environment specified in the request
 * Fixed test typo
 * Closed #2937 - Migrated a number of requires to features
 * Fix for #2869 (SELinux tests failing under some load orderings)
 * Adds partial IPv6 support to authstore
 * Fix for #2567 (Authstore does unintended/pointless DNS lookups)
 * Enabling steps for #2567 (Authstore does unintended/pointless DNS lookups)
 * Fix 2948 Failing rests in spec/unit/rails.rb
 * Fix #2923 failing tests in spec/unit/ssl/host.rb
 * Fix #2677 Proper OIDs on puppet.schema for LDAP
 * Fix #2808 puppetqd doesn't give an error when no config is given
 * Fixing 2851 spec/unit/network/rest_authconfig.rb test descriptions change
 * Fixing 2855 Inadvertent zlib dependency
 * 2850 spec/unit/application/puppetd.rb generates warnings if run with certain other tests
 * 2876 spec/unit/indirector/catalog/compiler.rb changes behaviour
 * Fix 2936 Insufficient mocks for webrick in spec/unit/network/http/webrick.rb
 * Fix for #887 (safely setting pager to cat for blastwave)
 * 2633 file and line info on bad params in type/file
 * Fix for #2817 (links created even when links property set to follow)
 * 2875 spurious test failure in spec/integration/file_serving/content.rb
 * 2877 race condition in webrick
 * Fix for #2921 (test not checking for what it really wanted)
 * Fix for #2925 (accept higher versions of rspec)
 * Fix for #2911 (Allow capital letters in selinux contexts)
 * Fix for #2900 (rug output parsing too specific)
 * Fix for #2786 (failed trying to backup directory in recursive purge)
 * Fixing 2907 rspec crash when spec/unit/application/puppetrun.rb is run after spec/unit/util/ldap/connection.rb
 * Fixing 2870 Spurious failures in spec/integration/ssl/certificate_request.rb
 * Fixing 2862 spec/integration/file_serving/metadata.rb fails unless run with other tests
 * Fixing 2858 spec/unit/application/puppetmasterd.rb fails if run twice
 * Minimal fix for #2822
 * Fix for #2863 (calling each on uninitialized tag list)
 * Feature 2827 Option to disable managing internal files
 * Fixing 2849 puppet changes sshkey alias every run if it is blank
 * Fixed spellquote function documentation
 * Updated yumrepo type documentation
 * Fixed --no-ca option in Gentoo also
 * Fixed incorrect command line in Red Hat sysconfig file
 * Fixing 2886: Failing specs in format_handler
 * Avoiding rspec bug which causes 'be_all' tests to always pass
 * Removed some extraneous files from ext
 * Fixed #2798 - Correct issue with crontab provider on AIX
 * Fixing 2725 Error message when permissions incorrect on file server directory
 * 2842 Format debugging should be removed
 * Fix #2783, take2 - puppetdoc should use environment to get modulepath/manifestdir
 * Fix #2831 - puppetdoc doesn't cope with regex node
 * Fixing #2857 (quote nesting error)
 * Fixing #2791 fs_find should follow symlinks
 * Added additional documentation to file mode attribute.
 * Fixing 2792 selinux tries to set properties on unsupported filesystes
 * fix #2854 - parse timestamps
 * fix regex for non-installed packages
 * Fixing 2812 authorized_keys without comments fail
 * Fix for ticket #2844 (file recursion generated vs. explicit prefix)
 * Fix for ticket #2700 -- check for @explicit_waitforcert in puppetd --test
 * Fixed #1806 - supplementary groups are not reset
 * Fix 2768 maillist resource is broken
 * simplify and fix portage provider
 * Implement tasks for git-based workflow.
 * Possible workaround for #2824 (MRI GC bug)
 * Fixing #2789 puppetrun fails without --tag
 * Fixing 904 RDoc::usage incompatible with rubygems
 * rack: SSL Env vars can only be in Request.env
 * Fix #2671, preferred_serialization_format does not complain about invalid values
 * Fixing #2764 ActiveRecord 2.1 support
 * Fix failing tests introduced by #2797
 * Fix #2810 - adapt tidy to new FileSet api
 * conf/redhat: Prevent killproc from removing /usr/sbin/puppetmasterd
 * Fixed ldap typo again
 * Fix #2783 - Puppetdoc rdoc should use environment to get modulepath/manifestdir
 * Add Environment#manifestdir and small refactoring
 * Minimal fix for #2821 ("rake spec" is needlessly slow)
 * Added package signing task
 * Least kludgy patch for #2675
 * Fix for #2661 and related issues
 * Fixing 2806 Specifying multiple tags fails to apply any of them
 * Updated generate function documentation to make it clear it runs on the master
 * Fix #2681 Incorrectly duplicating resources
 * Ticket #2770 (deserializing Exec[...]s with "\n"s)
 * Fixing #2767 invoke-rc.d warnings
 * Fix #2797 - tags are not inherited by recursed file sub child
 * Fix #2784 - puppetdoc/rdoc didn't parse mono-instruction class content
 * Fix #2796 - Fix puppetdoc rdoc selector parsing
 * Fix #2795 - puppetdoc rdoc reports a better error message
 * Fixing #2631 show_diff sometimes doesn't happen
 * Fix #2787 - Storeconfig doesn't store/update node ip and environment anymore
 * Fix for #2670, Puppet silently ignores catalog_format
 * Add docs to Mac OS X package creation script and clean out old docs in the preflight
 * Fix #2757 & CSR 92 (symlinks in recursively managed dirs)
 * Fix #2769 - default schedule are not defined
 * Fix for #2772 (webrick test failures)
 * Al Hoang's patch for #2781, removing obsolete when/: syntax
 * Follow-on for #2724 - Adding an external node classifier
 * Updated CHANGELOG
 * Fixing #2689 - file owner warnings are reduced
 * Fixing #2752 - "require" loads "include"
 * Fixing some recently broken Scope tests
 * Fixed typo in lib/puppet/indirector/ldap.rb
 * Fix #2753 - Do not "global allow" plugins/modules mount if some rules have been parsed
 * Re-fixed #2750 - Stop disabling the CRL or checking for a disabled CRL
 * Revised partial fix for #2661 and related issues
 * Bug #2534 Raise error if property appears twice
 * Bug #1908 cron environment should allow empty vals
 * Bug #1742 Invalid params to --color outputs 'nil'
 * Use notice() in the versioncmp() docs
 * conf/redhat/*.init: Use -p option to killproc
 * Ticket #2665: Regexp exception on ++ in package names
 * Fixed #2750 - Set :cacrl to nil instead of 'false' in puppetd
 * Fix #2691 - Collection AR request should not include params if querying with tags
 * Workaround #2668 - Compress facts so that the request size limit triggers less often
 * Fixed #2737 - The zone provider needs to get acquainted with OpenSolaris
 * Update Red Hat spec file for 0.25.1
 * Ticket #2685 (Type error in ssh_authorized_keys)
 * Fix for #2745 fakedata tests not working
 * Fix for #2736, target doesn't work for ssh_authorized_keys
 * Ticket #2734 PSON/JSON not serializing classes of a catalog
 * Bug #1900 Parsing of quoted $ in stdin
 * Fixing #2735 - node classes are immed. added to classlist
 * Bundling of pure ruby json lib as "pson"
 * Proposed alternative solution for #2664 (REGEX / DIV lexing)
 * Fix for #2681 (duplicate resource)
 * Fix #2707 config_version fails more helpfully
 * Fixes #1719, this avoids calling the external binary *which* everytime we are looking for a binary
 * Updated required Facter version in README
 * Fixed #2702 - Set :outputdir to "doc" if not specified
 * Fixed #2674 - createpackage.sh: problem finding install.rb
 * Fix #2699 - Use --masterport for PUPPET_PORT variable
 * This updates the portage provider in three ways:
 * Fixes #2688. Macauthorization provider now handles booleans internally correctly.
 * Ticket #2676 (a typo)
 * Fix #2672 - Make sure nodenames keep their underscores when used as classname
 * Added rcov exclusion to Rakefile
 * Incremented version to 0.25.1
 * Fixes #1538 - Fixes the yumrepo backtrace in noop mode.
 * Fix #2664 - Mathematic expressions mis-lexed as Regex
 * Fix for #2654 (error generating error message)
 * Fix #2642 - Runit provider rework
 * Fix for ticket #2639 (Puppet[:user]/Puppet[:group] vs. 'service')
 * Fixing #2632 - 'require' works for 0.25 clients
 * Fixing relationship metaparam backward compatibility
 * Adding version information to the catalog for compat
 * Ticket #2626 (unhelpfull error messages)
 * Fixing #2617 - use the cert name as specified
 * Refactored Puppet packaging and gem creation
 * FIXES 2616: Remove sync.syncronize and Puppet.info
 * Renamed test branch to testing in rake task
 * Fixing #2656 - puppet parseonly tests don't hang
 * Fixes #2648. Spurious macauthorization parameter changes
 * Fix #2652 - Fix SELinux syntax error
 * Fixed #2651 - Corrected install permissions on man page directories.
 * Fix #2638 - Allow creating several nodes with matching names
 * Added automatically constructed test branch task and file
 * Fix for #2621 (JSON serialization of exec)
 * Fix #2622 - Puppetdoc in single manifest to console is broken
 * Fix #2640 - Daemontools and Runit were not creating the enable symlink
 * Fix #2627 - regex node name could lead to invalid tag
 * Merged fix for #2601
 * Updated changelog task and CHANGELOG to version aware
 * Fix for #2637 (Webrick accpting connections on dead sockets)
 * Fixed #2608 - install.rb will not run on ruby 1.9.1 due to ftools being deprecated
 * Fix for #2605 by falling back to alternative solution to #1963
 * Make regsubst() function operate on arrays (feature #2491).
 * Fix for #2600 (wrong number of arguments under older mongrel)
 * Fixed #2634 - Added servicegroup_name parameter to serviceescalation type
 * Fixs #2620 authconf interpolation, #2570 0-9 in domain names
 * Fix for ticket #2618 (stubbing so redhat tests run under debian)
 * vim: match regexp language features
 * Require active_record/version to support ActiveRecord < 2.3
 * Fixed #2607 - Added Facter dependency for Puppet Gem
 * Updated and created new CHANGELOG format
 * Adding tests for the #2599 fix
 * Ticket #2525 don't fail find_manifest on invalid module names
 * Updated permissions on test files
 * Refactoring tests to reduce code size, increase coverage, and make Luke happy.
 * This further normalizes the handling of init-style services (including the redhat "service" wrapper script).  Removes special case handling of non-zero exit code in redhat (base already did this) and centralizes scattered @resource[:has_____] checks.  Tests that proper versions of each are called and one level of fallbacks.
 * Combined fix for #2525, #2552 -- RedHat service issues
 * Fixed #2589 - Renamed zfs delete to destroy and added tests
 * Monkey patch to improve yaml compatibility between ruby versions
 * Fixed typo in parser test
 * Updated Red Hat spec file and RH patches for 0.25.0.
 * Fixing #2592 - you can escape slashes in regexes
 * Fixing #2590 - modulepath is not cached inappropriately
 * Fixed #2593: puppet init script status command not returning proper exit code
 * Update documentation string to reflect actual intent of Puppet::Node::Facts::Rest
 * Fixes #2581. Use new 10.6 global launchd overrides file for service status/enabled
 * Fixed Naginator link
 * Fixing #2582 - / no longer autorequires /
 * Fixing #2577 - clarifying and demoting the deprecation notice
 * Fixing #2574 - autoloading finds plugins in modules
 * The first regex node now matches first
 * Fixing #2563 - multiple regex nodes now work together
 * Fixes #724 - false is equivalent to 'ruby -W1'
 * Fix parser error output
 * Fixing #2551 - fixing content changed logs
 * Fix for test isolation portion of Ticket #2511
 * Fixing #2549 - autoloading of top-level classes works again
 * Fixing a heisenbug resulting from a race condition
 * Fixing #2460 - puppetmasterd can now read the cert and key
 * Not using the service user in settings when it's unavailable
 * Explicitly loading all facts in the directory service provider
 * Adding an 'exists?' delegator from user type to provider
 * Switching the owner/group settings to use symbolic values
 * Fixing the yamldir group to be a group instead of user
 * Moving Setting classes into separate files
 * Removing chuser on darwin restriction
 * Fixing a ruby warning in the authstore test
 * Fixing #2558 - propagating recent fileserving changes
 * Fixes #2550 Handles case where metadata is nil
 * Ticket 2559 -- parseonly ignored specified file
 * Fixed #2562 - Recognize the usecacheonfailure option again Signed-off-by: John A. Barbuto <jbarbuto@corp.sourceforge.com>
 * Refactoring the Module/Environment co-interface
 * Fixing #1544 - plugins in modules now works again
 * Adding a global cleanup to the spec_helper
 * Removed misguided case sensitivity tests
 * Fixes #2513. debian service provider now uses invoke-rc.d to determine enabled? status
 * Fixing fact-missing problem when puppet.conf is reparsed
 * Fix for #2531; adds tests to confirm problem and related cases, notes fixes specific issue by eliminating the specal case for opaque strings which caused them to be strings when everything else was arrays; adds nots and pending tests where FQDN support could be added but stops short of a full refactor.
 * Fixed #2530 - Fixed status setting in the SMF provider
 * Fixed spec typo
 * Fixes #2493
 * conf/redhat/*.init: Fix condrestart/try-restart
 * conf/redhat/client.init: Fix #2123, status options on older RHEL
 * Updates to Solaris smf files to reflect new binary locations
 * Fix #2517 - Stack overflow when CA cert missing
 * Fix #2516 - Fix format detection when content-type contains charset
 * Fix #2507 - Add missing integration tests
 * Fix #2507 - Exported resources were not correctly collected.
 * Fixes #2503
 * Fixes #2360 - Removed annoying log message
 * Fixed #2525 - Wrong method being overridden in Red Hat services
 * Fixing more tests broken from missing libraries
 * Fixing ActiveRecord Indirector tests to skip w/out Rails
 * Fixing #2489 - queue integration tests are skipped w/out json
 * Fixing #2508 - removing mention of ActiveRecord 2.3
 * Fixing #2541 - file cache is more resilient to failure
 * vim: Mark puppetFunction values as contained
 * Add shellquote() function.
 * Fixes #2499. Allows execs to specify an array for the returns parameter
 * Updated fix for #2481
 * Revert "Fxied #2481 - Added status and restart overrides for Red Hat service provider."
 * Fixed #2498 - logcheck update
 * Removed extraneous debugging
 * Updated two more tests
 * Logs now assume resource params have metadata
 * Adding metadata delegation from param to resource
 * Removing unnecessary debug output
 * Adding integration tests for #2371 (backup refactor)
 * Adding many tests for #2371, and slightly refactoring
 * Fixes for Redmine 2371.
 * Fixes #2464, #2457. Deprecate reportserver for report_server. Add report_port setting. Add tests.
 * Fixing #2484 - "format missing" messages are better
 * Fixes #2483 - Log only copies metadata from RAL objects
 * Fixed #2486 - Missing require 'monitor' in parser_support.rb
 * Added R.I.Pienaar's extlookup.rb to the ext directory
 * Added example conf/puppet-queue.conf
 * Fxied #2481 - Added status and restart overrides for Red Hat service provider.
 * rack: SSL Env vars can be in Request.env or ENV
 * rack: don't directly use the forbidden HTTP_CONTENT_TYPE env var (fixes rack specification conformance)
 * Removing old filebucket test
 * Cleaning up tests for #2469
 * default server in remote filebuckets
 * Fixes #2444 - Various JSON test failures
 * Fixed #2294 - Classes sometimes cannot be found
 * Adding #2477 - puppet can apply provided catalogs
 * Fixing problems my Feature refactor caused
 * Fixing ruby warning in definition test
 * Fixed global deprecation error in useradd Unit tests
 * Adding a test for the Exec type
 * Speeding a test up through stubbing
 * Fixing a small test by stubbing instead of mocking
 * Fixing a test broken by the regex features
 * Fixing tests broken by caching autoload results
 * Migrating Handler base tests from test/ to spec/
 * Migrating Feature tests to spec
 * Fixing cron test to match new behaviour
 * Migrating tests to spec and removing an obsolete test
 * Logging the configuration version we're applying
 * Configuration version information is now in logs
 * Adding support for an external catalog version
 * Cleaning up duplication in another test file
 * Removing duplication in the test structure
 * Simplified Rakefile and moved tasks to tasks/rake directorya
 * Implement node matching with regexes
 * Make sure node are referenced by their names
 * Enhance selector and case statements to match with regexp
 * Fix #2033 - Allow regexp in if expression
 * Add AST::Regex, an AST leaf node representing a regex
 * Add regexes and regex match operators to the parser
 * Add regex, match and not match token to the lexer
 * Allow variable $0 to $9 to be interpolated, if ephemeral
 * Implement ephemeral scope variables
 * Signed-off-by: Eric Sorenson <ahpook@gmail.com>
 * Modifying the REST client error to make server errors more clear
 * Fixes #2472. Load Facter facts when ralsh is invoked, plus test.
 * Update CHANGELOG.git
 * Fixed ci_spec task for RubyGems 1.3.5
 * Fixes #2461. Provide new and old code paths for macosx_productversion_major with deprecation warning
 * Fixing typo in two tests which caused them to always pass
 * Fixing #2440 - catalogs can now be compiled on demand
 * Exiting from app failures instead of raising
 * Minimal patch to fix #2290 (/tmp permissions)
 * Fix #2467 - rack: suggest putting puppet/lib at beginning of RUBYLIB search path
 * Fix #2465 - Default auth information is confusing with no auth.conf
 * Fix #2459 - puppetdoc added namespace classes as RDoc modules instead of classes
 * Fix #2429 - vim: class/define/node should only be followed by whitespace
 * Fix #2448 - fix the broken runit provider and tests
 * Fixed #2405 - Mount parameter "dump" doesn't accept all valid values on FreeBSD
 * Fixes #2362. Do not validate users/groups when supplied with numeric uid/gids
 * Fix #2454 - Definition named after a module don't show in puppetdoc
 * Fix #2453 - puppetdoc mixes long class names that look alike
 * Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctly
 * Fixing #2296 - overlapping recursions work again
 * Fixing mocks to remove warnings
 * Fixing #2423 - no more strange dependency cycles
 * Fixing #2443: Adding debugging guidance to dep cycle errors
 * Fixing a test broken by changing the default os x package type
 * Fixing selinux tests broken in the fix for #1963
 * Fixing #2445 - fixing the mount test mock
 * Minor fix to URL for LDAP nodes documentation
 * Fixing #2399 - removing client-side rrd graphs
 * Fixing #2421 - file renaming errors now propagate
 * Fixes #2438, get major OS X version from Facter and replace Puppet::Error invocations with fail builtin
 * Update install.rb to cope with all OS X versions, not just 10.5
 * Fixing #2403 - provider specificity is richer and better
 * Fix #2439 - let puppetdoc use loaded_code
 * Fixed #2436 - Changed ralsh to use Puppet::Type.new and avoid deprecation notice
 * Fixes #2430 - Stock apache2.conf for passenger incorrect
 * Make pkgdmg default Darwin provider, make confines consistent on Darwin package providers.
 * Convert to using sbindir for OS X packages, clean out previous executables in bindir
 * Fix #2425 - make sure client can contact CA server with REST
 * Fix #2424 - take 2, make sure default mounts allow every clients
 * Fix #2378 and #2391 tests
 * Fix #2424 - File server can't find module in environment
 * Fix small typo in the fix for #2394
 * Feature #2378 - Implement "thin_storeconfigs"
 * Fix #2391 - Exported resources never make to the storeconfigs db
 * Fix #2261 - Make sure query string parameters are properly escaped
 * Fixed #579 - puppet should try to clear solaris 10 services in maintenance state
 * Fix #1963 - Failing to read /proc/mounts for selinux kills file downloads
 * Fixing #2245 - provider lists are not lost on type reload
 * Ruby no longer clobbers puppet autoloading
 * deprecate NetInfo providers and examples, remove all NetInfo references and tests.
 * Fixed #2410 - default acl logs as info instead of warn.
 * Adding test for current auth config warning.
 * Fixed #2394 - warn once on module mount deprecation.
 * Add test for current module mount deprec warning.
 * Fixes #2258,#2257,#2256. Maintain correct type for integers/booleans, allow correct values, and fix rule array handling
 * Added Markdown mode to puppetdoc to output Markdown.
 * Excluded directories from rcov coverage report
 * Allow boolean value for boolean cli parameter
 * Fix #2364 - Associates the correct comment to the right statement
 * Make sure the parser sees the correct line number
 * Fix #2366 - puppetdoc was parsing classes in the wrong order
 * Added rcov coverage to Spec tests
 * Fixes #2367 - Mongrel::HTTPRequest returns a StringIO object
 * Fix #2082 - puppetca shouldn't list revoked certificates
 * Fix #2348 - Allow authstore (and REST auth) to match allow/deny against opaque strings
 * Fix #2392 - use Content-Type for REST communication
 * Fixed #2293 - Added cron syntax X-Y/Z and '7' for sunday
 * Switching to LoadedCode from ASTSet
 * Adding a special class to handle loaded classes/defines/nodes
 * Fix #2383, an incompatibility with early ruby 1.8 versions
 * Fixing #2238 In some cases blank? is not available on String.
 * Fixing #2238 - Deal with nil hash keys from mongrel params
 * Final fix to CI test rakes
 * Set ENV['PATH'] to an empty string if non-existent
 * Fix to CI rake tasks
 * Fixing #2197 - daemontools tests now pass
 * Change the diff default output to "unified"
 * Added missing colon to suntab
 * Fixed #2087 and refactored the code that gets the smf service state
 * Using the logging utilities to clean up module warnings
 * Fixing #1064 - Deprecating module 'plugins' directories
 * Removing deprecated :pluginpath setting
 * Fixing #2094 - filebucket failures are clearer now
 * Refactoring part of the file/filebucket integration
 * Adding tests for file/backup behaviour
 * Fixed pi binary so --meta option works and updated documentation
 * Fixing #2323 - Modules use environments correctly
 * Fixed #2102 - Rails feature update fixed for Debian and Ubuntu
 * Fixed #2052 - Added -e option to puppet --help output
 * Fix #2333 - Make sure lexer skip whitespace on non-token
 * Updated split function and add split function unit tests (courtesy of Thomas Bellman)
 * * provider/augeas: strip whitespace and ignore blank lines
 * Fixed pi tests
 * Fixed #2222 - Cleanup pi binary options and --help output
 * Fixing #2329 - puppetqd tests now pass
 * Cleaning up scope tests a bit
 * Fixing #2336 - qualified variables only throw warnings
 * Fix #2246 - take2: make sure we run the rails tag query only when needed
 * Fix collector specs which were not working
 * Make sure overriding a tag also produces a tag
 * Removed a unit test which tested munging which is no longer done in the type
 * Clearn up a parsing error reported by the tests
 * vim: several improvements + cleanup
 * Fixed #2229 - Red Hat init script error
 * Fix #1907 (or sort) - 'require' puppet function
 * #2332: Remove trailing slashes from path commands in the plugin
 * Changing the preferred serialization format to json
 * Switching Queueing to using JSON instead of YAML
 * Adding JSON support to Catalogs
 * Providing JSON support to the Resource class
 * Adding a JSON utility module for providing Ruby compat
 * Adding JSON support to Puppet::Relationship
 * Adding a JSON format
 * Allowing formats to specify the individual method names to use
 * Allowing formats to specify the methods they require
 * Adding a "json" feature
 * Fix some tests who were missing some actions
 * Make sure virtual and rails query use tags when tag are searched
 * Make sure resources are tagged with the user tag on the server
 * Fix #2246 - Array tagged resources can't be collected or exported
 * Partial fix for #2329
 * Removed extra whitespace from end of lines
 * Changed indentation to be more consistent with style guide (4 spaces per level)
 * Changed tabs to spaces without interfering with indentation or alignment
 * Fix #2308 - Mongrel should use X-Forwarded-For
 * Fixes Bug #2324 - Puppetd fails to start without rails
 * Enhance versioncmp documentation
 * * provider/augeas: minor spec test cleanup
 * * provider/augeas: allow escaped whitespace and brackets in paths
 * * provider/augeas: match comparison uses '==' and '!=' again
 * * provider/augeas (process_match): no match results in empty array
 * * provider/augeas: remove useless checks for nil
 * * provider/augeas: simplify evaluation in process_get/match
 * * provider/augeas (open_augeas): use Augeas flag names, not ints
 * * provider/augeas: ensure Augeas connection is always closed
 * * provider/augeas: minor code cleanup
 * * provider/augeas (parse_commands): use split to split string into lines
 * * provider/augeas: remove trailing whitespace (no functional change)
 * Brought in lutters parse_commands patch and integrated it into the type. This includes reworking the get and match commands as well. This change introduces a few small changes. These are:
 * Removed --no-chain-reply-to in rake mail_patches task
 * Removing --no-thread from the mail_patches rake target
 * Fixing a bunch of warnings
 * Fixing tests broken by a recent fix to Cacher
 * Always providing a value for 'exported' on Rails resources
 * Fixing #2230 - exported resources work again
 * Disabling the catalog cache, so puppetqd is compatible with storeconfigs
 * Fixing the rails feature to be compatible with 2.1+
 * Using Message acknowledgement in queueing
 * Fixing #2315 - ca --generate works again
 * Fix #2220 - Make sure stat is refreshed while managing Files
 * Added puppet branding to format patch command
 * vim: Remove another mention of 'site' from syntax
 * vim: Highlight parameters with 'plusignment' operator
 * vim: Highlight strings in single quotes
 * vim: Clean up syntax spacing
 * JRuby OpenSSL implementation is more strict than real ruby one and requires certificate serial number to be strictly positive.
 * Logging when a cached catalog is used.
 * Changing Puppet::Cacher::Expirer#expired? method name
 * Fixing #2240 - external node failures now log output
 * Fixing #2237 - client_yaml dir is always created by puppetd
 * Fixing #2228 - --logdest works again in puppetd and puppetmasterd
 * Fixing puppetmasterd tests when missing rack
 * Fixing the Agent so puppetrun actually works server-side
 * Fixing #2248 - --no-client correctly leaves off client
 * Fixing #2243 - puppetrun works again
 * Fixed #2304 - Added naggen script to directly generate nagios configuration files from a StoreConfigs Rails database
 * Sync conf/redhat/puppet.spec with Fedora/EPEL
 * Fixed #2280 - Detailed exit codes fix
 * Fixing #2253 - pluginsync failures propagate correctly
 * Fixing a transaction test that had some broken plumbing
 * Refactoring resource generation slightly
 * Adding a Spec lib directory and moving tmpfile to it
 * Extracting a method from eval_resource in Transaction
 * Not trying to load files that get removed in pluginsyncing
 * Fix #2300 - Update ssh_authorized_key documentation
 * Changed version to allow Rake to work.  Minor edit to Rakefile
 * enable maillist on centos, redhat, fedora
 * Fixing #2288 - fixing the tests broken by my attr_ttl code
 * Fix for #2234: test fails with old Rack version
 * Fixing #2273 - file purging works more intuitively
 * Caching whether named autoloaded files are missing
 * Adding caching of file metadata to the autoloader
 * Adding modulepath caching to the Autoloader
 * Adding caching to the Environment class
 * Adding TTL support to attribute caching
 * Fixed #2666 - Broken docstring formatting
 * Deprecating factsync - pluginsync should be used instead
 * Added spec and unit tests to the Rakefile files list and fixed CI rake tasks
 * Added install.rb to Rakefile package task
 * Fixed #2271 - Fix to puppetd documentation
 * Protecting Stomp client against internal failures
 * Adding some usability bits to puppetqd
 * Refactoring the stomp client and tests a bit
 * Relying on threads rather than sleeping for puppetqd
 * Fixing #2250 - Missing templates throw a helpful error
 * Fixing #2273 - CA location is set correctly in puppetca
 * RackXMLRPC: buffer request contents in memory, as a real string.
 * Modules now can find their own paths
 * Moving file-searching code out of Puppet::Module
 * Fixing #2234 - fixing all of the tests broken by my bindaddress fix
 * Fixing #2221 - pluginsignore should work again
 * Fix snippets tests failing because of activated storeconfigs
 * Fix failing test: file.close! and file.path ordering fix
 * Confine stomp tests to Stomp enabled systems
 * Fix some master failing tests
 * Fix bug #2124 - ssh_authorized_key always changes target if target is not defined
 * Fixing #2265 - rack is loaded with features rather than manually
 * Added .git to pluginsignore default list of ignores
 * Cleanup of the Puppet Rakefile and removal of the requirement for the Reductive Build Library
 * Fix #1409 once again, including test
 * Added split function
 * Fixing #2200 - puppetqd expects Daemon to be a class
 * Removing unneeded test stubs
 * Fixing #2195 - the Server class handles bindaddress
 * Minor fixes to function RST documentation
 * Remove the old 0.24.x rack support, which is now useless cruft
 * puppetmasterd can now run as a standard Rack application (config.ru-style)
 * Add XMLRPC compatibility for Rack
 * Puppet as a Rack application
 * Use FileCollection to store the pathname part of files
 * Add an unmunge capability to type parameters and properties
 * Fix #2218 - Ruby YAML bug prevents reloading catalog in puppetd
 * Fixes #2209 - Spec is failing due to a missing require
 * Fix #2207 - type was doing its own tag management leading to subtile bugs
 * Moved puppetqd binary
 * Fixed #2188 - Added set require to simple_graph.rb
 * Fixed puppetqd require and tweaked stomp library error message
 * Fixes #2196 - Add sharedscripts directive to logrotate
 * Added puppetqd binary to Rakefile
 * Updated version to 0.25.0beta1
 * Updates to CI tasks
 * Fixing #2183 - checksum buffer size is now 4096b
 * Fixing #2187 - Puppet::Resource is expected by Rails support
 * Adding an 'Exported' attribute to Puppet::Resource
 * Removing a non-functional and horrible test
 * Making sure the cert name is searched first
 * Removing an "inspect" method that often failed in testing
 * Removing deprecated concurrency setting usage in rails
 * Always making sure graph edges appear first
 * Reverting part of the switch to sets in SimpleGraph
 * Fixing rails feature test
 * Failing to enable storeconfigs if ActiveRecord isn't available
 * Fixing the Rails feature test to require 2.3.x
 * Modifying the Settings#handlearg prototype
 * Fixes #2172 - service provider for gentoo fails with ambiguous suffixes
 * SMF import support working and documentation update
 * Fixes #2145 and #2146
 * Fix configurer to retrieve catalog with client certname
 * Unify auth/unauthenticated request authorization system
 * Allow REST auth system to restrict an ACL to authenticated or unauthenticated request
 * Fill REST request node with reverse lookup of IP address
 * Refactor rest authorization to raise exceptions deeper
 * Add environment support in the REST authorization layer
 * Fix some indirector failing tests
 * Fix #1875 - Add a REST authorization system
 * Enhance authconfig format to support uri paths and regex
 * Add dynamic authorization to authstore
 * Add RSpec unit tests for network rights
 * Add RSpec unit tests for authconfig
 * Adding support for specifying a preferred serialization format
 * Fixing the FormatHandler test to use symbols for format names
 * Fixing #2149 - Facts are passed as part of the catalog request
 * Adding better logging when cached indirection resources are used
 * Fixing #2182 - SimpleGraph#walk is now iterative
 * Fixing #2181 - Using Sets instead of Arrays in SimpleGraph
 * Removing code that was backported and is now not needed
 * Finishing class renames
 * Fixing tests that apparently only worked sometimes
 * Removing the old rails tests.
 * Fixing some rails tests that sometimes failed
 * Added class_name tags to has_many relationships
 * Adding time debugging for catalog storage to active_record
 * Adding defaults necessary for queueing
 * Adding daemonization to puppetqd
 * Adding Queueing README
 * Using a setting for configuring queueing
 * Adding puppetqd executable.
 * Adding "rubygems" and "stomp" features
 * Removing unnecessary parser variables when yaml-dumping
 * Add queue indirection as an option for catalog storage.
 * Introduce abstract queue terminus within the indirection system.
 * Introduce queue client "plugin" namespace and interface, with a Stomp client implementation.
 * renaming a method
 * Adjusted parameter name and puppet tag classes to use new cache accumulator behavior for storeconfigs.
 * Initial implementation of a "cache accumulator" behavior.
 * Saving rails resources as I create them, which saves about 10%
 * Changing rails value serialization to deal with booleans
 * Adding equality to ResourceReference
 * Adding some more fine-grained benchmarks to Rails support
 * Adding a Rails-specific benchmarking module
 * Adding simplistic param_name/puppet_tag caching
 * Adding more time debugging to Rails code, and refactoring a bit
 * Refactoring the Rails integration
 * Adding a common Settings method for setting values
 * Switching to Indirected ActiveRecord
 * Adding ActiveRecord terminus classes for Catalog
 * Adding ActiveRecord terminus classes for Node and Facts.
 * Fixing #2180 - Catalogs yaml dump the resource table first
 * Partially fixing #1765 - node searching supports strict hostname checking
 * Removing unused Node code
 * Fixing #1885 - Relationships metaparams do not cascade
 * Fix #2142 - Convert pkgdmg provider to use plists instead of string scanning for future proofing
 * Fixing #2171 - All certificate files are written with default perms
 * Fix #2173 - fix running RSpec test by hand
 * Fix #2174 - Fix RSpec rake targets
 * Fixing #2112 - Transactions handle conflicting generated resources
 * Adding another stacktrace for debugging
 * Fixing puppet -e; it got broken in the move to Application
 * Partially fixing #2029 - failed caches doesn't throw an exception
 * Fixing #2111 - SimpleGraph only creates valid adjacencies
 * Switching to new() in the Puppet::Type.instances() class method
 * Removing duplicate method definition from SimpleGraph
 * mini daemon to trigger puppetrun on clients without puppet listen mode
 * Fix #2113 - Make temp directory
 * Adding #2122 - you can specify the node to test with puppet-test
 * Fixing all tests that were apparently broken in the 0.24.x merge.
 * Fixing Rakefile; apparently there was a rake or gem incompatibility
 * Fix #2107 - flatten resource references arrays properly
 * Fix #2101 - Return to recurse=0 == no recursion behavior
 * Fix #2101 - fix failing test
 * Fix #2101 - fix recurselimit == 0 bad behaviour
 * Added rake ci:all task
 * Fixed #2110 - versioncmp broken
 * CHANGELOG updates
 * Moved of puppetd, puppetca, puppetmasterd, puppetrun binary from bin to sbin
 * Fixed #2086 - Fixes to make building tarballs easier
 * Fix #1469 - Add an option to recurse only on remote side
 * Forbidding REST clients to set the node or IP
 * Fixing #1557 - Environments are now in REST URIs
 * Adding explicit optional attribute to indirection requests
 * Removing an unused source file
 * Adding a model accessor to the Request class
 * Requests now use default environment when none is specified
 * Moving the REST API functions into a module
 * Using the Handler for the REST api on both sides of the connection
 * Adding REST::Handler methods for converting between indirection and uris
 * Adding environment support to the REST URI
 * Moving the query_string method to Request
 * Adding tests for the REST query string usage
 * Fixing #2108 - pi should work again
 * Fix #1088 - part2 - Add rspec tests
 * Fix #1088 - Collections overrides
 * Fixed #2071 - Updated LDAP schema
 * Fixing tests broken in previous commits
 * Fixing #1949 - relationships now use attributes instead of a label
 * Correctly handling numerical REST arguments
 * Not passing file sources on to child files
 * Correctly handling non-string checksums
 * Removing unnecessary calls to expire()
 * Passing checksums around instead of file contents
 * Moving default fileserving mount creation to the Configuration class
 * Fixing #2028 - Better failures when a cert is found with no key
 * Moving the clientyamldir setting into the puppetd section
 * Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with semicolons
 * Fixed metaparameter reference to return str
 * Fixed #2016 - Split metaparameters from types in reference documentation
 * Fixed #2017 - incorrect require
 * Fixing #1904 - aliases are no longer inherited by child files
 * Removing or fixing old tests
 * Correctly handling URI escaping throughout the REST process
 * Refactoring how the Settings file is parsed
 * Relying on 'should_parse_config' in the 'puppet' application
 * Providing better indirection authorization errors
 * Adding pluginsyncing support to the Indirector
 * Moving Request and Fileset integration into Fileset.
 * Switching the ModuleFiles Indirection terminus to the new Module/Env api
 * Migrating the old FileServer to the new Module/Environment code
 * Using the Environments to handle a lot of Module searching
 * Environments now use their own modulepath method.
 * The 'Environment' class can now calculate its modulepath.
 * Added support for finding modules from an environment
 * Adding support for finding all modules in a given path.
 * reformatting the environment tests
 * Supporting multiple paths for searching for files.
 * Adding support for merging multiple filesets.
 * Adding new methods to Puppet::Module.
 * Refactoring Puppet::Module a bit.
 * Only using the checksum cache when we're using a host_config catalog
 * Fixing fileserving to support strings or symbols
 * Adding clarity to query string handling in REST calls
 * Some small fixes to provide better debugging and load a library
 * Providing better information when an exception is encountered during network communication
 * Stubbing tests that were affecting other tests
 * Fixing a warning in a test
 * Fixing a syntactically invalid application test
 * Move --version handling to Puppet::Application
 * Move puppetd to the Application Controller paradigm
 * Move puppetdoc to the Application Controller paradigm
 * Move ralsh to the Application Controller paradigm
 * Move puppetrun to Application Controller paradigm
 * Move pi to the Application Controller paradigm
 * Move puppetmasterd to Puppet::Application
 * Move puppet to the Application Controller paradigm
 * Move filebucket to the Application Controller paradigm
 * Move puppetca to the Application Controller paradigm
 * Introducing the Application Controller
 * Fixing broken filetype tests resulting from the loss of Type[]
 * Fixing some tests that somehow broke in the merge to master
 * Removing a test that was too dependant on order.
 * Failure to find node facts is now a failure.
 * Fixing #1527 - Failing Facter does not hurt Puppet
 * Removing some unused code
 * Using Puppet::Type.new instead of create
 * Actualling syncing facts and plugins
 * Fix #1933 - Inconsistent resource evaluation order in subsequent evaluation runs
 * Adding README.rst file
 * Changing how the Configurer interacts with the cache
 * Fixing tests broken during the #1405 fix.
 * Adding an Agent::Runner class.
 * The Agent now uses its lockfile to determine running state
 * Creating and using a new Puppet::Daemon class
 * Not using 'master' client for testing
 * Fixing (and testing) the return of Indirection#save
 * Adding a 'close_all' method to the Log class.
 * Removing restart-handling from Configurer
 * Adding temporary class EventManager
 * Splitting the Agent class into Agent and Configurer
 * Removing the Hash default proc from SimpleGraph.
 * Removing the Catalog's @aliases hash default value
 * Removing an erroneous configuration call in puppetmasterd
 * Removing obsolete code and tests for the agent.
 * Converting the catalog as needed
 * Adding REST support for facts and catalogs.
 * Adding better error-handling to format rendering
 * Resetting SSL cache terminii to nil when only using the ca
 * Allowing the Indirection cache to be reset to nil
 * Moving the Agent locking code to a module.
 * Cleaning up SSL instances that can't be saved
 * Only caching saved resources when the main save works
 * Moving classfile-writing to the Catalog
 * Refactoring how the Facter integration works
 * Reformatting tests for facts
 * Moving fact and plugin handling into modules
 * Removing the Agent code that added client-side facts
 * Adding Puppet client facts to Facter facts.
 * Clarifying how node names are used during catalog compilation
 * Reformatting Indirector catalog compiler tests
 * Removing ConfigStore code that was never actually used.
 * Renmaing Puppet::Network::Client::Master to Puppet::Agent
 * Revert "Adding the first bits of an Agent class."
 * Revert "This is work that I've decided not to keep"
 * This is work that I've decided not to keep so I'm just applying it here so it continues to show up in the history in case I ever want to look at it again.
 * Adding a new Agent::Downloader class for downloading files.
 * Adding the first bits of an Agent class.
 * Adding support for skipping cached indirection instances.
 * Change the way the tags and params are handled in rails
 * Add methods to return hash instead of objects to params and tags
 * Rails serialization module to help serialize/unserialize some Puppet Objects
 * Fixing #1913 - 'undef' resource values do not get copied to the db
 * Fixing #1914 - 'undef' relationship metaparameters do not stack
 * Revert "Fixed #1916 - Added environment option to puppetd"
 * Fixed #1916 - Added environment option to puppetd
 * Fixed #1910 - Updated logcheck regex
 * Typo fix
 * Fixed #1879 - Added to tidy documentation
 * Fixed #1881 - Added md5lite explanation
 * Fixed #1877 - Tidy type reference update for use of 0
 *  Fix autotest on win32
 * Fix #1560
 * In order for ReST formatting to work properly, newlines and indentation of doc strings must be retained.
 * Fix Bug #1629
 * Fix #1835 : Add whitespace/quote parsing to
 * Fix #1847 - Force re-examination of all files to generate correct indices
 * Fix #1829 - Add puppet function versioncmp to compare versions
 * Fix #1828 - Scope.number? wasn't strict enough and could produce wrong results
 * Fix #1807 - make Puppet::Util::Package.versioncmp a module function
 * Fixed #1840 - Bug fixes and improvements for Emacs puppet-mode.el
 * Fix #1834 part2 - Fix tests when no rails
 * Fix #1834 part1 - Fix tempfile failing tests
 * Fixing #1729 - puppetmasterd can now read certs at startup
 * Canonicalizing Setting section names to symbols.
 * Fixing all of the test/ tests I broke in previous dev.
 * Deprecating the Puppet::Type.create.
 * Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.type
 * Finishing the work to use Puppet::Resource instead of TransObject
 * Adding name/namevar abstraction to Puppet::Resource.
 * Supporting a nil expirer on cacher objects.
 * Setting resource defaults immediately.
 * Refactoring the Settings class to use Puppet::Resource
 * TransObject is nearly deprecated now.
 * Simplifying the initialization interface for References
 * Replacing TransObject usage with Puppet::Resource
 * Renaming the "Catalog#to_type" method to "Catalog#to_ral"
 * Using Puppet::Resource to convert parser resources to RAL resources
 * Adding resource convertion to the parser resources
 * Adding equality testing to Puppet::Resource::Reference
 * Correcting whitespace and nested describes in Puppet::Resource::Catalog
 * Renaming Puppet::Node::Catalog to Puppet::Resource::Catalog
 * Renaming Puppet::ResourceReference to Puppet::Resource::Reference
 * Adding Trans{Object,Bucket} backward compatibility to Puppet::Resource
 * Starting on #1808 - Added a base resource class.
 * Removing the "clear" from the macauthorization tests
 * Fix #1483 - protect report terminus_class when testing for REST
 * Fix #1483 - use REST to transmit reports over the wire
 * Fixing all broken tests.  Most of them were broken by fileserving changes.
 * Adding more file tests and fixing conflicting tests
 * Completely refactoring the tidy type.
 * Cleaning up the tidy type a bit
 * These changes are all about making sure file data is expired when appropriate.
 * Catalogs always consider resource data to be expired if not mid-transaction.
 * Properly cleaning up ssl ca configuration during testing
 * Adding caching support to parameters, and using cached attributes for file source and metadata.
 * Adding cached attribute support to resources.
 * Allowing a nil expirer for caching classes.
 * Refactoring the Cacher interface to always require attribute declaration.
 * Changing the Cacher.invalidate method to Cacher.expire.
 * Fixing a critical bug in the Cacher module.
 * Fixing tests broken by fileserving and other refactoring.
 * Fixing a test broken by previous refactoring
 * Finishing the refactoring of the resource generation interface.
 * Refactoring and clarifying the resource generation methods.
 * Refactoring Catalog#add_resource to correctly handle implicit resources.
 * Adding SimpleGraph#leaves, which I apparently did not migrate from PGraph
 * Removing mention of obsolete edgelist_class from GRATR.
 * Changing the catalog's relationship graph into a normal graph.
 * Removing the PGraph class and subsuming it into SimpleGraph.
 * Moving Catalog#write_graph to SimpleGraph, where it belongs.
 * Converting the file 'source' property to a parameter.
 * Removing mid-transaction resources from the catalog.
 * Adding a method to Checksums to extract the sum type
 * Aliasing "must_not" just like we alias "must"
 * Deduplicating slashes in the fileserving code
 * Fixing the augeas type tests to work when augeas is missing
 * Reducing the number of calls to terminus() to reduce interference with caching
 * Switched all value management in props/params to internal classes.
 * Fixing #1677 - fixing the selinux tests in master.
 * Changing the meaning of the unused Puppet::Type#parameter method to return an instance rather than a value.
 * Moving a file purging test to rspec
 * Fixing #1641 - file recursion now only passes original parameters to child resources.
 * Removing obsolete methods and tests:     Removing obsolete handleignore method     Removing obsolete FileSource class     Removing a now-obsolete test/unit test     Removing a now-obsolete recursive filebucket test
 * Making it so (once again) files with sources set can still be deleted (which I think is kinda stupid, but apparently people want it).
 * Fixing and migrating more file tests.
 * Adding a starting point for spec tests for tidy.
 * Setting puppetmasterd up to serve all indirected classes.
 * Retrieving the CA certificate before the client certificate.
 * Handling the case where a symbol (e.g., :ca) is used for a certificate name.
 * Fixing :bindaddress setting to work with the new server subsystem.
 * Fixing CertificateRequest#save to accept arguments.
 * Fixing forward-compatibility issues resulting from no global resources
 * Fixing a test I broke when fixing a reporting bug
 * Fixing resource aliasing to not use global resource aliasing. I'm not really sure why the 0.24.x-style code got merged in, since master's changes should be more recent.
 * Adding comments to Puppet::Util::Cacher
 * Removing obselete code from the file type.
 * Merged fsweetser's selinux patch against HEAD
 * Removing files that git wasn't smart enough to remote during a merge.
 * Removing the old, obsolete recursion methods.
 * As far as I can tell, recursion is working entirely.
 * Removing insanely stupid default property behaviour.
 * Source recursion is nearly working.
 * Files now use the Indirector to recurse locally.
 * Fixing filesets to allow nil ignore values.
 * Recursion using REST seems to almost work.
 * Mostly finishing refactoring file recursion to use REST.
 * Fixing FileServing::Base so that it can recurse on a single file.
 * Fixing the terminus helper so it correctly catches options passed from clients via REST.
 * The file source is now refactored and uses REST.
 * Removing mention of an obselete class.
 * One third done refactoring file[:source] -- retrieve() is done.
 * Adding a "source" attribute to fileserving instances.
 * Aliasing RSpec's :should method to :must.
 * Adding automatic attribute collection to the new fileserving code.
 * Adding the content writer to the content class.
 * Fixing a test in the module_files terminus
 * Causing format selection to fail intelligently if no suitable format can be picked.
 * Removing the last vestiges of the 'puppetmounts' protocol marker.
 * Adding a 'plural?' method to the Indirection::Request class.
 * Fixing the rest backends for webrick and mongrel so the get the whole request key.
 * Refactoring how files in FileServing are named.
 * Finishing the rename of FileBase => Base.
 * Adding weights to network formats, and sorting them based on the weight.
 * Renaming FileServing::FileBase to FileServing::Base.
 * Adding a hackish raw format.
 * Adding suitability as a requirement for a format being supported.
 * Removing the yaml conversion code from FileContent.
 * Causing the Indirection to fail if a terminus selection hook does not return a value.
 * Correcting whitespace in a test
 * Spell-correcting a comment
 * Cleaning up an exception.
 * FileServing Configurations now expect unqualified files.
 * Fixing whitespace in docs of some tests.
 * Fixing the fileserving terminus selection hook.
 * Special-casing 'file' URIs in the indirection requests.
 * Dividing server/port configuration responsibility between the REST terminus and the indirection request.
 * Fixing a test that relied on hash ordering.
 * Adding parameter and URL support to the REST terminus.
 * Fixing the String format (fixes #1522).
 * Removing dead-end file work as promised.
 * Adding files temporarily, since I've decided this work is a dead-end.
 * Fixing #1514 - format tests now work again.
 * puppetd now uses the Indirected SSL.
 * Adding 'require' statements as necessary for Puppet::SSL to work.
 * Fixing the SSL::Host#waitforcert method.
 * Adding logging when files are removed.
 * Removing now-obsolete the wait-for-cert module.
 * Documenting a bit of a test
 * Certificates now work over REST.
 * Caching the SSL store for the SSL Host.
 * Enhancing formatting errors with class and format.
 * Making all certificates only support the plaintext format.
 * Adding wait_for_cert functionality to the ssl host class.
 * Adding a plaintext network format.
 * lazy load latest package definitions with yumhelper 2.2
 * Fixing a group test that failed after merging 0.24.x
 * Correctly handling when REST searches return nothing.
 * Removing an obsolete method from the rest indirector
 * The REST formats are now fully functional, with yaml and marshal support.
 * Adding some support for case insensivity in format names.
 * Moving validation from FormatHandler to Format.
 * Moving functionality out of the FormatHandler into the Format class.
 * Searching again works over REST, including full content-type translation.
 * Fixing the format_handler tests so that they clean up after themselves.
 * Fixing a test I broke while rebasing
 * Fixing a test to be order-independent.
 * Adding rudimentary support for directly managing formats.
 * Adding support for rendering and converting multiple instances.
 * All error and format handling works over REST except searching.
 * Drastically simplifying the REST implementation tests.
 * Removing an apparently-obsolete hook from the handler
 * Adding explicit tests for the HTTP::Handler module.
 * The REST terminus now uses the content-type and http result codes.
 * Removing a now-obsolete pending test.
 * The REST terminus now provides an Accept header with supported formats.
 * Using the FormatHandler in indirected classes automatically.
 * Adding a FormatHandler module for managing format conversions.
 * Fixing the user ldap provider tests
 * Fixing the new-form version of #1382.
 * Fixing #1168 for REST -- all ssl classes downcase their names. This is a much cleaner fix than the xmlrpc version, thankfully. :)
 * Fixing #1258 -- Removing a Rails idiom.
 * Fixing #1256 -- CA tests now work with no ~/.puppet.
 * Fixing another failing test -- the new CA tests correctly clear the cache.
 * Fixing #1245 -- ssh_authorized_keys tests work in master.
 * Fixing #1247 -- no more clear_cache failures.
 * Fixing how the mongrel server sets up xmlrpc handlers.
 * Using the new Cacher class for handling cached data.
 * Adding a module for handling caching information.
 * Fixing some broken tests.
 * The CRL is now automatically used or ignored.
 * Removing obsolete tests
 * The master and client now successfully speak xmlrpc using the new system.
 * Adding pidfile management and daemonization to the Server class.
 * Fixing the HttpPool module to get rid of an infinite loop.
 * Adding REST terminuses for the SSL-related indirections.
 * Adding autosigning to the new CA.
 * Moving the CA Interface class to a separate file.
 * The master is now functionally serving REST and xmlrpc.
 * The REST infrastructure now correctly the SSL certificates.
 * Fixing the webrick integration tests to use the newly-functional SSL code.
 * The Certificate Authority now automatically creates a CRL when appropriate.
 * The Settings class now clears the 'used' sections when a value is changed.
 * Moving some http configuration values to the main defaults section, rather than the puppetd section.
 * The http pool manager now uses new-style certificate management.
 * Fixing some tests that were insufficiently mocking their configurations.
 * Fixing a critical problem in how CRLs were saved and moving SSL Store responsibilities to the SSL::Host class.
 * The SSL::Host class now uses the CA to generate its certificate when appropriate.
 * The CA now initializes itself.
 * Switched puppetmasterd to use the new-style server plumbing.
 * Adding xmlrpc backward compatibility to the new Mongrel code.
 * Adding xmlrpc support to webrick.
 * Fixing some whitespace
 * Adding configuration support for XMLRPC handlers.
 * I think I've now got the Webrick SSL support working. Now I just need to get xmlrpc working alongside REST in both mongrel and webrick.
 * Interim commit, since I want to work but have no network available.
 * Changing the File certificate terminus so that it saves to the :localcacert instead of :cacert.
 * Renaming the 'ca_file' ssl terminus type to 'ca'.
 * Temporarily disabling the revoke/verify test in the CA.
 * Fixing how the CRL is used for certificate verification.
 * Fixing puppetca so it uses the :local ca setting.
 * Added an Interface class to the CA to model puppetca's usage.
 * Making the SSL::Host's destroy method a class method, rather than an instance method.
 * Adding the last functionality needed for puppetca to use the Indirector.
 * Finishing the interface between the CA and the CRL.
 * Adding inventory support to the new certificate authority.
 * Adding support within the inventory for real certs or Puppet cert wrappers.
 * Changing the Inventory class to rebuild when the first cert is added, so it's easier to test.
 * Adding a comment to the inventory class.
 * Adding an SSl::Inventory class for managing the ssl inventory.
 * All SSL terminus classes now force the CA information into the right place.
 * Switching the SSL::Host class to return Puppet instances.
 * Setting the expiration date of certificate objects to the expiry of the actual cert.
 * Adding integration tests for a lot of the SSL code.
 * Moving the password file handling into the SSL::Key class.
 * Moving all of the ca-specific settings to the ca_file terminus classes, rather than the normal :file classes.
 * Adding SSL::Host-level support for managing the terminus and cache classes.  Also, defaulting to the :file terminus for all of the SSL classes.
 * Fixing the CA so it actually automatically generates its certificate.
 * The certificate authority now uses a Host instance named 'ca'.
 * Changing all of the SSL terminus classes to treat CA files specially.
 * The 'destroy' method for the ssl_file terminus base class now returns false on missing files, rather than failing.
 * Marking a test as pending, because it's not ready yet.
 * Removing all the cases where the ssl host specifies a terminus.  Also, getting rid of some metaprogramming that wasn't really helping.
 * Making the first pass at using requests instead of specifying the terminus class.  The individual ssl classes now work, but the ssl host class doesn't yet.
 * Adding a :to_text method that will convert the contained thing to readable human text.
 * Actually signing the certificates in the CA.
 * Adding the first attempt at managing the certificate revocation list.
 * Adding a :search method to the ssl_file terminus type and the SSL::Host class.
 * Fixing a failing test that had not been updated from previous coding
 * We have a basically functional CA -- it can sign requests and return certificates.  There's still plenty more work to do, but I'm probably not much more than a day away from redoing puppetca to use this code.
 * Adding tests for the easy bits of the CertificateFactory. I probably am going to skip the tests for the rest, since the code is unlikely to ever change, and it's going to be a royal pain to test.
 * Adding tests for the certificate serial numbers
 * The certificate authority is now functional and tested.
 * refactoring the cert request test a bit
 * This is a first pass at the certificate authority. The tests are basically entirely absent still, but the structure is all there.
 * It looks like all of the new ssl classes for managing keys, certificates, and requests now work, including talking to the certificate authority.  Now we just need the authority itself, along with the necessary REST terminii.
 * Adding he last of the indirection classes for the ssl classes, finally including the certificate requests.
 * The certificate and key are now correctly interacting with the existing cert/key store.  Certificate requests are not yet handled, nor are the ca-specific collections.
 * Removing obsolete indirection classes
 * The basics for the certificate and certificate request indirection terminii are done.  I need to move most of the test code to a shared behaviour now.
 * Fixing a couple of broken tests.
 * The new SSL classes basically work, but they're not functionally connected to any kind of indirection.
 * Finished the certificate request wrapper class.
 * First stage of cert refactoring:  Private keys kind of work.
 * Oops; final fix on the integration test failures resulting from my partial support for ssl in webrick.
 * Fixing whitespace problems.
 * Fixing an integration test of the rest terminus; it was broken by my incomplete cert support in webrick.  I just stubbed out the cert usage for now; once all the cert stuff is done we'll need to go back and unstub it.
 * Adding the necessary tests for webrick to have logging and ssl.  The tests can't be completed until the certificate work is all done.
 * Fixing the tests in test/ that were broken as a result of the move to no global resources.
 * Fixing tests that were failing as a result of the merge, including removing some now-obsolete code and tests from the Settings class.
 * Environments are now available as variables in manifests, and specs can be directly executed again.
 * Fixing #1017 -- environment-specific modulepath is no longer ignored.
 * Tidied the man page creation function and created "master" branch man pages
 * Updated defaults.rb to fix foru error stopping man page creation - links are not as neat as before but puppet.conf.man file will create neatly now.
 * Removed remaining elements of old_parse - closing Ticket #990
 * Removed old configuration file behaviour and deprecation warning - closes ticket #990
 * More fixes to the testing.
 * Another round of test-fixes toward eliminating global resource references.  This should have gotten rid of all of them, and now it's just a question of fixing a few hopefully unrelated failing tests.
 * Fixing automatic relationships.  I was previously looking them up in the relationship graph, which only stores the vertices, not the resource table.
 * Updated install.rb to product puppet.conf.man page - updating ticket #198
 * Disabled new man page creation support
 * Added support for man page creation - requires rst2man.py and writer - closed ticket #198
 * Another round of fixes toward making global resources work.
 * Lots o' bug-fixes toward getting rid of global resources. We still have about 60 failing tests, but some of them are the failing directory service tests (probably 20 or so), and most are simple fixes to the tests themselves.
 * Fixing a couple of failing tests
 * Fixed puppet logcheck issues
 * Revert "Fixed documentation for code option in defaults.rb"
 * Revert "Fixed indentation error in pkgdmg.rb documentation"
 * Revert "Fixed issue where permissions are incorrectly set on Debian for /var/puppet/run directory"
 * Added patch to ext/logcheck/puppet to fix ticket #978
 * Fixed indentation error in pkgdmg.rb documentation
 * Fixed documentation for code option in defaults.rb
 * Fixed issue where permissions are incorrectly set on Debian for /var/puppet/run directory
 * Updated for 0.24.0
 * tweaking spec language; require Puppet::Network::HTTP class since it is referenced by Puppet::Network::Server
 * Moving $PUPPET/spec/lib/autotest up to $PUPPET/autotest as something has changed and it can't be found otherwise.
 * moving autotest directory to make it possible to run autotest again
2010-06-11 01:27:58 +00:00
wiz
9f139dd692 Update to 3.00. This is the stable release after 2.01; the package
had been tracking alpha releases.

Changes since 2.01 (not the latest pkgsrc version!):
The most important enhancements since May 15th 2006 are:

-	BluRay support was added

-	The DVD support code was moved to the OpenSource part of cdrtools

-	DVD Double layer support was added

-	DVD-RAM support was added

-	DVD Multi-border support for DVD- was added to cdrecord

-	Support for reading and writing Hidden Tracks (audible content before
	Track 01) on Audio CDs was added to cdda2wav and cdrecord

-	Cdda2wav is now able to create CDRWIN CUE files instead of *.inf files

-	Cdrecord now understands the CUE file enhancements from ExactAudioCopy

-	SCSI autotarget mode makes cdrtools work without the dev= SCSI address
	parameters in all cases where only one drive is available in the system

-	Mkisofs now includes support for find(1) style command line arguments
	implemented via "libfind"

-	Mkisofs now includes working support for UTF-8 based locales

-	Mkisofs now includes enhanced UDF support like symlinks, user IDs,
	group IDs and permissions (needed for DVDs and BluRays)
	There is also support for Apple specific extensions (thanks to
	Helios.de)

-	Mkisofs now supports ISO-9660 with files up to 8 TB (requires
	-iso-level 3)

-	New cdrecord option -minfo/-media-info to print Media
	information/status

-	Readcd now implements media quality scanning support code for
	C1/C2/CU errors with Plextor and NEC/Optiarc drives. Use readcd -cxscan

-	Readcd now implements media quality scan support code for Plextor
	drives. Use readcd -pi8scan or -pifscan



-	All SCSI aware programs from cdrtools now support -scanbus

-	Support for the Plextor GigaRec feature was added

-	Workarounds for many firmware bugs in various drives have been added

-	Cdrecord now defaults to -sao mode instead of -tao

-	Cdrecords CDRWIN CUE sheet parser was enhanced to support all features
	from CDRWIN and cdrecord specific extensions in addition

-	Cdrecord now allows CDRWIN CUE sheet based writing in
	-raw/-raw16/-raw96r to work around Pioneer firmware bugs
	and to allow to write SVCDs on Pioneer drives

-	Cdrecord now supports DVD-RW/DL media (once the related media
	will be made available to the public)

-	Cdda2wav now implements a new option -interactive to support being
	called from GStreamer (to avoid license problems with libcdio)

-	Cdda2wav now supports MD5 sums for audio data

-	Support for "root"-less installation on Solaris using fine grained
	privileges was added

-	Support for DragonFlyBSD was added

-	Support for Zeta (BeOS clone) was added

-	Support for Haiku (BeOS clone) was added

-	Support for Syllable was added

-	Support for ATARI FreeMiNT was added

-	Support for AMIGA-OS was added

-	Support for SunStudio 12 on Linux was added
	Call "make CCOM=suncc"

-	New program "btcflash" to flash firmware on some BTC writers

-	A new Reed Solomon "decoder" (repair) library was added

-	New experimental option -edc-corr in "readcd" was added

-	Mkisofs no longer used GNU getopt_long() but getargs() to avoid various
	bugs from GNU getopt_long()

-	Mkisofs now supports correct inode numbers for hardlinks

-	Mkisofs now implements "UNIX V6 FS style" link counts on directories,
	this is: link count for directories is "2 + number of subdirectories"

-	Mkisofs now implements the new Rock Ridge (rrip) protocol
	version 1.12 from 1994 that added support for hard linked files

-	Mkisofs now correctly implements deep directory relocation (this is
	for directories nested deeper than 8 nesting levels)

-	New mkisofs options -posix-H/-posix-L/-posix-P implement the -H/-L/-P
	options defined by POSIX.1-2001 for descending commands like
	ls/chmod/chown/find/pax/...

-	The makefile system now implements support for cdrtools local dynamic
	linking using:

	make LINKMODE=dynamic

-	All projects except "libhfs_iso", "libparanoia" and "schily autoconf"
	have been relicensed to CDDL with permission from all authors.
	Libparanoia was relicensed from GPL to LGPL with permission from Monty.
2010-06-05 11:40:05 +00:00
drochner
5d59c4b082 +eggdbus 2010-06-01 10:52:49 +00:00
drochner
d1851a466d add eggdbus-0.6, a DBus binding library needed for gnome-2.30 2010-06-01 10:51:04 +00:00
gdt
0131146811 Cope with gtk2 api change.
From Gábor Gergely on pkgsrc-users.
2010-05-30 20:43:35 +00:00
obache
2a8297368d Exactly disable installation of init scripts.
Fixes PLIST mismatch for RedHat and Slackware like distributions
as reported by Aleksey Cheusov via PR#43369.
2010-05-27 12:36:02 +00:00
gls
532f59c627 Fix HOMEPAGE 2010-05-26 22:19:02 +00:00
gls
6773c835b9 Get rid of useless comments 2010-05-26 19:50:00 +00:00
gls
349ae2952a Fix categories 2010-05-26 18:30:17 +00:00
gls
93c440d61d Add and enable fabric 2010-05-26 18:29:20 +00:00
gls
2a732145ce Import fabric-0.9.0 as sysutils/fabric.
Fabric is a Python library and command-line tool for streamlining the use
of SSH for application deployment or systems administration tasks.

It provides a basic suite of operations for executing local or remote shell
commands (normally or via sudo) and uploading/downloading files, as well as
auxiliary functionality such as prompting the running user for input, or
aborting execution.
2010-05-26 18:26:20 +00:00
wiz
79afc10731 Reset maintainer (resigned a few years ago). 2010-05-25 21:06:29 +00:00
wiz
98fb9f0a02 Reset maintainer, noted by George Georgalis in PR 43353. 2010-05-25 21:05:22 +00:00
adam
96f88f4152 Fix building with older OpenSSL 2010-05-25 06:47:31 +00:00
drochner
469219a867 zero-initialize format specifier for libao, bump PKGREVISION 2010-05-19 18:22:14 +00:00
wiz
0b2f3bd97c Disable extattr on DragonFly. From Jan Lentfer in PR 43312. 2010-05-16 13:08:10 +00:00
obache
7ebb39e139 + ruby-notify 2010-05-16 11:39:46 +00:00
obache
d371da814f Import ruby-notify-0.2.1 as sysutils/ruby-notify.
The "notify" provides a function to notify on cross platform.
2010-05-16 11:37:54 +00:00
tez
62b790fd9b fix build on FreeBSD 2010-05-14 19:01:11 +00:00
pettai
98c5a905f2 fixes pkg/43289 2010-05-11 14:50:27 +00:00
sbd
423e88e245 Update lsof to 4.83
Release Notes:

4.83            January 18, 2010
		Converted Solaris 10 and above ZFS support to use the CTF
		debugger library, libctf.  Code was supplied by Robert
		Byrnes <Robert.Byrnes@deshaw.com>.

		Corrected a typo in the testing of the LINUX_HASSELINUX
		environment variable in the Configure script.  The error
		was reported by Mike Frysinger <vapier@gentoo.org>.
		At Mike's request made Configure script accept LSOF_RANLIB
		(ranlib command), LSOF_CFGF (additional configuration flags)
		and LSOF_CFGL (additional library specifications) from the
		environment.

		Enabled complilation of Solaris 10 lsof after a recent Sun
		patch which changed the PC file system's structure. Peter
		Vernam <pvernam@draper.com> reported the problem and helped
		with the fix.

		Made the sort of configuration CFLAGS in the CkTestDB
		script impervious to locale settings.

		Ported to Solaris 11, using a test system kindly provided
		by David Day <dday76@gmail.com>.

		Adjusted to the disappearance of <nfs/rpcv2.h> in FreeBSD
		8.0-BETA1.

		Changed Solaris node type lookup to a hashed method and
		added some ability for it to handle duplicate vnodeop names
		in /dev/ksyms.

		Updated for FreeBSD 9.0-CURRENT.  Andrzej Tobola
		<ato@iem.pw.edu.pl> provided a test system.  Extends the
		fix to FreeBSD 6.0 and above via a Configure test and a
		compile-time definition.  The need for the extension was
		reported by Erik Trulsson <ertr1013@student.uu.se>>

		Made corrections to FAQ typographical errors, suggested
		by Josh Soref <timeless@gmail.com>.

		Added __UCLIBC__ test to Linux dlsof.h so lsof would compile
		on an Intel ARM XScale processor.  The addition was provided
		by Doug Kehn <rdkehn@yahoo.com>.

		Added test for <utmpx.h> to FreeBSD configuration.  Improved
		its use in lsof.h.  The changes were supplied by Martin Wilke
		<miwi@FreeBSD.org>.

4.82            March 25, 2009
		Corrected an over-zealous exclusion test that caused
		lsof to report nothing when it was given no arguments
		and built with HASSECURITY and HASNOSOCKSECURITY enabled.
		Joshua Kinard <kumba@gentoo.org> reported the bug and
		supplied information for reproducing it.

		Based on a report from Dan Trinkle <trinkle@cs.purdue.edu>
		corrected use of <sys/utsname.h> for 32 bit Solaris 10
		and above compilations.  Simultaneously eliminated a
		casting complaint in arg.c and updated Configure to use
		the appropriate 64 bit compilation option (-xarch=v9 or
		-m64) with the Solaris Sun C compiler.

		Updated for FreeBSD 7.1-PRERELEASE with information
		supplied by Larry Rosenman <ler@lerctr.org>.

		Updated the Darwin libproc sources with changes from
		Allan Nathanson <ajn@apple.com>.  Tested them on a iMac
		mini, provided by Apple Inc.  Allan also provided man
		page corrections.

		Updated the FreeBSD Makefile to use the ${MAKE} variable
		for ZFS dnode2.c module compilation, based on a suggestion
		from Alexis Ballier <aballier@gentoo.org>.

		Improved the Solaris VxFS library location test, based on a
		suggestion from Jason Fortezzo <fortezza@mechanicalism.net>.
		Jason tested the change.

		Updated Solaris 10 ZFS support for ZFS version 4 and ZFS
		pool version 10, using a test system kindly provided by
		Vladislav Nespor <vladislav.nespor@id.ethz.ch>.  Renata
		Maria Dart <renata@slac.stanford.edu> tested on ZFS
		version 4, verifying that the update works there, too.
		(ZFS pool version 10 is apparently the ZFS version shipped
		with the 10/08 update to Solaris.  The original ZFS
		support targeted ZFS version 3.)

		I still consider ZFS support in Solaris lsof a hack,
		because it depends on a znode structure definition that
		I developed using dbx.  Sun is remiss in not distributing
		the ZFS header files used to build the distributed kernel.

		Because of the znode structure definition hack, I can't
		guarantee that lsof ZFS support will work for any other
		versions of ZFS.

		Solaris 10: adjusted to a change in the way devices are
		stored in the kernel; fixed a problem in zone handling;
		and added rudimentary sharedfs support.  Carson Gaspar
		<carson@taltos.org> reported the device number problem,
		provided a test system, and tested the changes.  Peter
		Vines <psv2b@eservices.virginia.edu> reported the zone
		handling problem and tested the fix.

		Adapted to FreeBSD 8.0-CURRENT changes in device number
		computation.  Problem was reported by Erwin Lansing
		<erwin@FreeBSD.org>.  Larry Rosenman <ler@lerctr.org>
		provided a test system.

		Corrected Solaris Configure test for appropriate VxFS
		library when using gcc to compile lsof.

		Updated for loss of KAME IPv6 FreeBSD accommodations.

		Adapted to FreeBSD 7.2.  Made Configure script recognized
		FreeBSD 6.3.

4.81            October 21, 2008
		Updated the Darwin libproc sources with changes from
		Allan Nathanson <ajn@apple.com>.  Tested them on a iMac
		mini, provided by Apple Inc.

		Changed dummy declarations in library source files to
		eliminate complaints about unused variables and empty
		object files.  This change may not work on dialects I
		can no longer test; it has been tested on some versions
		of AIX, Darwin, FreeBSD, Linux and Solaris.

		At the request of Hal Brooks <hal@uga.edu> added support
		for Linux /proc/net/packet files.  Hal tested it.

		Added socket file only performance enhancements to Linux
		and PSTAT-based HPUX lsof.

		Added htonl call around improper usage of INADDR_LOOPBACK;
		report from an Apple engineer forwarded by Allan Nathanson
		<ajn@apple.com>.

		Adjusted for FreeBSD-8.0 change in device number handling.
		The adjustment should work for FreeBSD 5 and above, should
		the 8.0 change be propagated downward.  The problem was
		reported by Pav Lucistnik <pav@FreeBSD.org>.  An updated
		test system was provided by Erwin Lansing <erwin@FreeBSD.org>.

		Reduced AIX support to version 5.3, since test systems with
		older versions are no longer available to me.

		At the request of Marjo F. Mercado <mmercado@xceedium.com>
		and Phil Shin <pshin@xceedium.com> applied some speed
		improvements to lsof, particularly when the files of
		interest are /Internet files -- i.e., selected with lsof's
		-i" option.  Added a two new options to assist the
		improvements: 1) "-c^<command>" to tell lsof to exclude the
		named command(s); and 2) "-stcp|ud>:[^]state' to tell lsof
		to include in its reporting or exclude ('^') from its
		reporting Internet files in the named states (e.g., LISTEN,
		^CLOSE_WAIT, IDLE, etc.)  For the most part these changes
		apply only to AIX, Darwin, FreeBSD, PSTAT-based HP-UX, Linux
		and Solaris, since those are the only places I could test
		them.  They are controlled by the HASTCPUDPSTATE definition
		in each dialect's machine.h header file.  Marjo and Phil
		provided HP-UX 11.23 and 11.31 test systems.

		Fixed a stat(2) problem on HP-UX 11.31 while testing the
		speed improvements.

		Adjusted for kernel header file changes in FreeBSD
		8.0-CURRENT.  Larry Rosenman <ler@lerctr.org> provided
		a test system.

		Added a warning for Solaris systems where VxFS node info
		can't be obtained from the VxFS utility library.  The
		warning was requested by Tom Matthews <Tom.MATTHEWS@rbs.com>.

		Corrected mishandling of file system path name arguments
		that have trailing slashes, except, of course, the root
		file system, "/".  Allan Nathanson <ajn@apple.com> reported
		the bug.

4.80            May 12, 2008
		Updated for a FreeBSD 7.0 and above byte level locking
		change.  The problem was reported by Conrad J. Sabatier
		<conrads@cox.net>, who helped test the update.  Wesley
		Shields <wxs@FreeBSD.org> provided an 8.0-CURRENT test
		system.

		Propagated the FreeBSD 7.0 and above locking changes to
		FreeBSD 6.x, based on a report from Edwin Groothuis
		<edwin@FreeBSD.org>.

		Added warnings for unsupported dialects or versions.

		Added Linux support for the UDPLITE protocol.  Eric
		Dumazet <dada1@cosmosbay.com> supplied a patch.

		Added a missing quote to the Configure script's
		FreeBSD stanza.

		Added a usage.o rule to the HP-UX PSTAT-based
		Makefile.  I mistakenly deleted the rule at revision
		4.79.  The missing rule was reported by Kawaljeet Kaur
		<kawaljeet.malviya@gmail.com> who tested the corrected
		Makefile.

4.79            April 15, 2008

		**************** IMPORTANT NOTE ******************
		*                                                *
		* Lsof support has been reduced to the following *
		* dialects: AIX, FreeBSD, Linux and Solaris, and *
		* only in selected versions of those dialects.   *
		* The selected versions are listed in this file  *
		* and in other lsof documentation.               *
		*                                                *
		* I have made this move because of retirement    *
		* and because I no longer have many test systems *
		* available to me.                               *
		*                                                *
		* Vic Abell                                      *
		*                                                *
		**************************************************

		Fixed a Solaris VXFS permission problem when accessing
		the VXFS inode offsets.  The bug was reported by
		Gregory A. Ivanov <ivga@mts.ru>.  Gregory tested the
		fix.

		Moved an #include <string.h> later in FreeBSD dlsof.h
		to enable compilation on recent FreeBSD releases.  The
		change was supplied by Roy Marples <uberlord@gentoo.org>.

		Improved Linux /proc file stream reading speed by applying
		an expanded version of a patch from Eric Dumazet
		<dada1@cosmosbay.com> that allocates a page size buffer
		to each stream.  Improved TCP, TCP6, UDP and UDP6 hashing
		by determining the hash bucket count from the /proc/net
		sockstat and sockstat6 files.  The improvement was
		suggested by Eric and he provided sample code.  Eric also
		tested both improvements.

		Modified Configure script to build lsof on FreeBSD
		6.2.  Tested it on a system provided by Larry Rosenman
		<ler@lerctr.org>.

		Fixed a Linux maps file processing bug that prevented path
		names from having an embedded colon.  James Lingard
		<jchl@arastra.com> reported the bug and helped with its
		fix.

		Based on reports from Eric Dumazet and Samuel Thibault
		<samuel.thibault@ens-lyon.org> added support for the
		Linux 2.6.22 kernel's /proc/<PID>/fdinfo files -- i.e.,
		file offset and flags.  Samuel Thibault provided a test
		system.

		Fixed a Linux UNIX socket memory leak, reported by
		Philip Shin <pshin@xceedium.com>.  Phillip supplied the
		fix.

		With generous assistance from HP added support for an HP-UX
		11.23 patch that makes TLI/XTI socket address information
		available.

		Fixed a header file problem for FreeBSD 6.2 on the Alpha
		architecture.  The problem was reported by Pekka Honkanen
		<phonkane@cc.hut.fi>.  Pekka tested the fix.

		Based on a report and using suggested fixes from Karel Zak
		<kzak@redhat.com>, made these changes to Linux lsof: corrected
		a getpidcon() error message; insured that inode numbers are
		handled correctly for their unsigned long long type; and
		improved SELinux handling.  At the request of Alon Bar-Lev
		<alonbl@gentoo.org> added the LINUX_HASSELINUX environment
		variable to enable or inhibit SElinux support unconditionally.

		Updated Configure for FreeBSD 8.0-CURRENT and tested lsof on
		AMD64 there.

		Added a patch provided by Oles Hnatkevych
		<don_oles@able.com.ua> for FreeBSD systems where the root
		file system is on a CD9660 device.

		Added compensation for the disappearance of FMARK and FDEFER
		from the FreeBSD 8.0-CURRENT <sys/file.h>.

		Updated FreeBSD lsof with ZFS support.  Larry Rosenman
		<ler@lerctr.org>, Erwin Lansing <erwin@FreeBSD.org>, Wesley
		Shields <wxs@atarininja.org> and Dmitry Morozovsky
		<marck@rinet.ru> provided test systems.

		Fixed a socket file identification problem reported by
		Pavol Rusnak <stick@gk2.sk>.  Pavol also reported the
		cause of the problem.

		Added the ability to format the repeat mode marker line
		with strftime(3), where the dialect supports the
		localtime(3) and strftime(3) C library functions.  The
		addition was suggested by Mike Depot <mdepot@comcast.net>,
		who also tested it.  The addition required creating a new
		main lsof source module, util.c, that contains functions
		whose compilation conflicts with the general header file
		tree defined by lsof.h and dlsof.h.

		Based on reports from Andrei V. Lavreniyuk
		<andy.lavr@reactor-xg.kiev.ua> and Pav Lucistnik
		<pav@FreeBSD.org> updated the FreeBSD 7.0 and above
		file lock handling to use new locking structures.  The
		update requires a terrible hack to get a definition for
		the lock owner structure from a kernel source module
		into a local lsof header file.
2010-05-10 08:21:41 +00:00
pettai
16d8111eee Updated to version 2.2.10
Protocol fix, potential integer error in server decoding.
2010-05-09 22:09:30 +00:00
adam
9af79fe14e Changes 5.0.2:
- Add lmgr_is_locked() function to test if a thread own a mutex
- Remove comment field added in last patch
- Check if sql backend is thread-safe
- Fix cancel crash reported by Stephen Thompson
- fix grant_postgresql_privileges doesn t grant permissions on jobhisto_jobid_seq
- Add lock position info to volume manager
- Permits to use lock manager with file/line from outside
- Replace ASSERT in block.c with fail Job
- Use uint32_t for max_concurrent_jobs
- Use file and line for rwlock and lmgr in db_lock()
- Add File and Line info to rw_lock for lmgr
- Fix database locking calling db_lock and returning from function without
  calling db_unlock.
- Add missing db_unlock to bvfs_update_cache.
- Allow users to build bat without static QT if desired.
- Fix for qt mkspecs location on Fedora 12.
- Another fix for OpenSSLv1
- Add -lrt to Solaris links
- Fix tls.c for OpenSSLv1
- Fix plugin load not to stop if one plugin bad -- pointed out by James
- Remove --without-qwt from configure statement.
- Fix bug in bvfs_update function, should work much better now
- Lets not generate the ingres code automatically when the .sc or .sh files
  changes as it seems these files get outdated on some systems and then this
  rule kicks in on systems that don't have the esqlcc ingres compiler installed.
- Fix CentOS detection in regression get-os script
- Create subroutines to add exclusion for plugins
- This adds sql debugging to these classes that Eric wrote.
- This is a 1/2 fix of the issue. It allows for the sorting of the two non
  graphic columns, but still does not allow for sorting the graphic columns.
  The issue is with last. By setting the sort value, you are setting the value
  on the last. To experiment with what I mean, use the set background that I
  have commented out in this commit.
- Fix OpenSSL 1.x problem in crypto.c on Fedora 12
- Display AllowCompress warning message only if compression used in FileSet
- Added comment on dbi backend needing a recent version of libdbi from CVS as
  the version currently released 0.8.3 wont work for compiling the code.
- Add Warning check to SQL
- Fix readline to use TERM_LIB found for conio
- Move bacula shared objects in separate bacula-libs package.
- Fix for termcap lib on suse.
- Fix for shared objects name convention change.
- Remove mandrive and suse bacula.spec from configure
- Fix compile link flags for gigaslam
- Add missing defines for gccver.
2010-05-08 09:05:47 +00:00
jmmv
9a786011ff Bump PKGREVISION to reflect the recent change in pkginstall/shells to use
etcutils to update /etc/shells.
2010-05-07 12:02:43 +00:00
jmmv
db643773a0 Add and enable etcutils. 2010-05-07 09:14:26 +00:00
jmmv
854050233e Import etcutils 0.1:
etcutils is a package that provides standalone utilities to manipulate some
of the configuration files in /etc in a programmatic manner.  Some of these
files can be seen as databases and, as such, they should have tools to
update them.

The utilities provided by etcutils are designed to permit their integration
into packaging systems.  Once integrated, packages can use these tools to
automatically modify these system-wide configuration files without having
to care about portability issues.  Of course, these utilities provide a
command-line interface that resembles that of other standard tools, and
thus their manual usage is also possible.

The following utilities are provided:

* services(8): Add, list, remove and check the presence of entries in the
  services(5) database.

* shells(8): Add, list, remove and check the presence of entries in the
  shells(5) database.
2010-05-07 09:13:59 +00:00
ahoka
87d7892e4c Drop maintainership on these packages, I am no longer interested. 2010-05-07 08:34:22 +00:00
cegger
4a6a57669c Apply c/s 19609 from upstream:
xend: Avoid deprecation warnings with Python 2.6.
http://xenbits.xensource.com/xen-unstable.hg/rev/4d6029814742
Fixes PR pkg/43231

Add LICENSE
Bump pkgversion
2010-05-05 06:12:35 +00:00
jym
740ac5d1a3 LICENSE + user-destdir. 2010-05-04 18:55:46 +00:00
is
2b33ec4416 Forgotten patches. Sorry for the inconvenience caused. 2010-05-03 10:17:05 +00:00
wiz
db4d7fc546 Update to 0.83.1:
D-Bus Python Bindings 0.83.1 (2010-02-18)
=========================================

Fixes:

* fd.o #21172: avoid some deprecation warnings in Python 2.6

* fd.o #15013: add dbus.lowlevel.MESSAGE_TYPE_SIGNAL etc., for those who care
  about message types at a low level

* When removing signal matches, clean up internal state, avoiding a memory
  leak in long-lived Python processes that connect to signals from arbitrarily
  many object paths (fd.o #17551, thanks to Marco Pesenti Gritti)

* When setting the sender of a message, allow it to be org.freedesktop.DBus
  so you can implement a D-Bus daemon in pure Python (patch from Huang Peng)
2010-05-02 13:31:54 +00:00
wiz
75b6d14083 Update to 2.01.01a78:
All:

-	New autoconf test checks whether fnmatch() has a working FNM_IGNORECASE

-	New autoconf test for strlcat() wcslcat()  strnlen() wcsnlen()


Libschily:

-	Schily fnmatch() now supports FNM_IGNORECASE

-	New files strlcat.c wcslcat.c  strnlen.c wcsnlen.c


Libfind:

-	libfind bumped to version 1.5

-	New file libfind/find_tok.h to separate the token names from the rest of the implementation.

-	Moved token definitions from find.c to find_tok.h

-	The primary -perm now implements a new feature:

	-perm +mode will evaluate as true if any of the bits set in mode are set in the
	permission bits fro a file.

-	A bug with -exec introduced with using vfork() instead of fork() was fixed.
	The replacement of the string "{}" now works correctly again even if the location
	of the path in memory was changed during a realloc().

-	New primary operators:
		-amin			deprecated - only for GNU find compatibility
		-cmin			deprecated - only for GNU find compatibility
		-mmin			deprecated - only for GNU find compatibility
		-empty			TRUE zero sized plain file or empty directory
		-execdir program [argument ...] \\;
		-fls file     		list files similar to 'ls -ilds' into 'file' (always TRUE)
		-fprint file		print file names line separated into 'file' (always TRUE)
		-fprint0 file		print file names nul separated into 'file' (always TRUE)
		-fprintnnl file		print file names space separated into 'file' (always TRUE)
		-ilname glob		TRUE if symlink name matches shell glob
		-ilpat pattern		TRUE if symlink name matches pattern
		-iname glob		TRUE if path component matches shell glob
		-ipat pattern		TRUE if path component matches pattern
		-ipath glob		TRUE if full path matches shell glob
		-ippat pattern		TRUE if full path matches pattern
		-okdir program [argument ...] \\;
		-print0			print file names nul separated to stdout (always TRUE)
		-executable		TRUE if file is executable by real user id of process
		-readable		TRUE if file is readable by real user id of process
		-writable		TRUE if file is writable by real user id of process

Mkisofs (Maintained/enhanced by J

-	Do no longer archive the output file if it is part of the archives directory
	tree.

-	New option -data-change-warn allows to prevent mkisofs from aborting when
	a file changes size.

	-data-change-warn is implemented via errctl="WARN|GROW|SHRINK *"

-	Print a hint to the option -data-change-warn if a shrunk/grown file is detected.

-	Print a hint to the option -no-limit-pathtables in case that there are more
	than 65535 parent directories in the target filesystem.

-	Print hints on using -joliet-long or on avoiding -J in case that there are
	file names that do not fit into 64 chars.
2010-05-02 10:45:50 +00:00
wiz
166e39cae2 Include desktopdb.mk, bump PKGREVISION. 2010-04-30 08:12:14 +00:00
sbd
4970daf7e6 Update the master sites 2010-04-30 07:30:28 +00:00
sbd
f22ad99c49 Enable the tests, and add an "opt" targent so "make opt" can be used to run
the optional tests.
2010-04-30 07:27:16 +00:00
sbd
b184cf518d Move lsof from using the LSOF_MORE_SECURE and LSOF_LESS_SECURE_SOCKETS to
using pkg options lsof-more-secure and lsof-less-secure-sockets.

Also change the way the option are applied, the same way that the Customize
script does and it works on all supported dialects.
2010-04-30 06:53:06 +00:00
obache
c1e4230311 Set LICENSE=gnu-gpl-v2. 2010-04-29 09:24:18 +00:00
jnemeth
c98addcecd add and enable bcollect 2010-04-29 06:58:31 +00:00
tonnerre
e13e906b88 Import bcollect version 0.6.0.
bcollect is a tool for backing up remote hosts to local directories. It
can keep a defined number of copies for specific backup intervals to
give you a backlog of available backups for restoring data.

bcollect keeps its backups directly accessible as files and directories
so you can search through them and access files with regular tools and
just copy files back as needed.

In order to save space, bcollect uses hardlinks between different
instances of the same backed-up host so multiple backups don't take up
the same space multiple times. Only files which are actually different
between two backups actually occupy space. If the file has not been
changed, a reference will be created to the original file.
2010-04-28 00:29:21 +00:00
obache
f3b078e279 Update faekroot to 1.5.10.
fakeroot (1.5.10) unstable; urgency=low

  * Move po4a stuff to dist-hook and prebuild.
  * Drop po4a from build-deps.
  * In postrm, remove the symlink which may have been generated
    by ldconfig, to avoid upsetting piuparts.  closes: #351299.

 -- Clint Adams <schizo@debian.org>  Sat, 22 Jul 2006 16:02:43 -0400

fakeroot (1.5.9) unstable; urgency=low

  * Fix libc6-dev-amd64 typo in build-deps.  closes: #376903.
  * Drop amd64-libs-dev option from build-deps.
  * Bump Standards-Version to 3.7.2.

 -- Clint Adams <schizo@debian.org>  Sat,  8 Jul 2006 12:24:51 -0400

fakeroot (1.5.8) unstable; urgency=low

  * Change amd64 build-dep from ia32-libs-dev to libc6-dev-i386.

 -- Clint Adams <schizo@debian.org>  Thu, 16 Mar 2006 18:18:21 -0500

fakeroot (1.5.7) unstable; urgency=low

  * Use libtool 1.9+20051221-1 instead of 1.5.22-2.

 -- Clint Adams <schizo@debian.org>  Sun, 29 Jan 2006 22:44:47 -0500
2010-04-23 09:00:15 +00:00
taca
bfe349631a Make ruby-quota really usable on Linux.
It wasn't considered about member of struct dqblk, unsigned 64bit integer.

Bump PKG_REVISION.
2010-04-22 15:01:07 +00:00
taca
fae1026da3 Remove debugging printf() on Linux.
Bump PKGREVISION.
2010-04-21 05:34:31 +00:00
jmmv
daa47362e9 Add and enable gio-fam. 2010-04-20 17:45:09 +00:00
jmmv
b440316efc Initial import of gio-fam:
This package provides a backend for GIO to provide notifications on file and
directory alterations using FAM (or Gamin) as the monitoring system.
2010-04-20 17:44:26 +00:00
tnn
411b8295b0 avoid catpage regeneration 2010-04-20 16:01:38 +00:00
is
2590e760c6 Seems to work on LP64. 2010-04-19 13:58:43 +00:00
is
782e98bdc4 mtools 4.0.13, 2nd part. 2010-04-19 13:50:19 +00:00
is
3b92420347 Upgrade to 4.0.13. 2010-04-19 13:44:48 +00:00
jmmv
216c51031b Do not create etc/ConsoleKit/seats.d/ inside prefix during install. This
is automatically done by the installation scripts by creating the directory
inside sysconfdir (where it belongs).

Other than removing an unecessary directory creation, this prevents leaving
a directory behind upon package removal.

Bump PKGREVISION.
2010-04-18 19:51:47 +00:00
jmmv
fb1e4cac93 Add support for the debug option to the libgamin and gamin packages.
This is off by default so no need to bump the revision numbers.
2010-04-18 18:22:43 +00:00
agc
fe7951eea9 Remove the ''user'' package which is not needed. 2010-04-18 01:38:31 +00:00
agc
2beea20f01 Remove the sysutils/user package which is now not needed - if we find
a platform without the necessary tools to manage users, we can
resurrect this from the NetBSD-current sources.
2010-04-18 01:37:22 +00:00
zafer
745c13bc96 update master_site url. 2010-04-17 16:22:28 +00:00
jmmv
54be3a065a Build the tests when building the gamin package and allow running them.
No visible changes, so no revision bump.

Some tests are broken of course.  Will investigate later.
2010-04-16 22:32:14 +00:00
jmmv
e3f1d6aaef Fix build with current modular-xorg: remove inclusion of non-existent
header dpmsstr.h.  AFAICT through manual inspection of the code, none
of the symbols nor constants provided by the header still present in
xsrc are used.
2010-04-11 22:24:47 +00:00
tnn
00bd7d953c add "bn" locale to PLIST. Bump revision. 2010-04-11 16:38:29 +00:00
seb
9f5b2ec137 Add LICENSE 2010-04-10 13:47:35 +00:00
seb
7447db5549 Add & enable p5-Server-Starter 2010-04-10 13:44:27 +00:00
seb
68397c1b50 Initial import of p5-Server-Starter version 0.06 in the NetBSD
Packages Collection.

It is often a pain to write a server program that supports graceful
restarts, with no resource leaks. The Perl 5 module Server::Starter,
solves the problem by splitting the task into two. One is start_server,
a script provided as a part of the module, which works as a superdaemon
that binds to one or more TCP ports, and repeatedly spawns the
server program that actually handles the incomming commenctions.
The spawned server programs under Server::Starter call accept(2)
and handle the requests.
2010-04-10 13:43:01 +00:00
drochner
09fbd2135d totem-pl-parser doesn't need evolution-data-server anymore -- remove
a stale option
2010-04-09 19:47:32 +00:00
tnn
815dc0e54f Update to libpciaccess-0.11.
Synced the netbsd support patch from xsrc HEAD, with a minor tweak:
 Now we first try to map memory in the newfangled /dev/pciN way.
 If that fails, then we fall back to /dev/mem.
 We need to do this to deal with netbsd-5 and earlier.

Add NetBSD/sparc64 to the list of supported platforms.

Upstream changes:

0.11.0:
 Add pci_device_get_parent_bridge()
 I/O port access routines
 Fix pci_device_open_io() to actually return something useful
 Fix I/O handle array allocator to work for devices past the first
 libpciaccess 0.11.0
 .gitignore: use common defaults with custom section # 24239
 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
 Deploy the new XORG_DEFAULT_OPTIONS #24242
 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
0.10.9:
 vgaarb: check pci_sys exists before initing vga arb
 shutup stupid gcc warning, strtok_r ignores the first parameter
 Free return value from scandir instead of leaking it.
 vgaarb: check for fd before close it
 vgaarb: fix newbie typo
2010-04-09 08:09:11 +00:00
asau
00708ce7e3 Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
joerg
3162dc2e92 Use /usr/include/dev/apm/* on AMD64. Add explicit failure message for
systems that have neither those nor /usr/include/machine/apmvar.h.
Mark as DESTDIR ready.
2010-03-22 15:46:02 +00:00
wiz
a4eec2f4cc Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
taca
161f580ba2 Improve portability (NULL v.s. 0).
Bump PKGREVISION.
2010-03-21 14:49:10 +00:00
wiz
27e765fb89 Remove evolution-data-server dependency from totem-pl-parser buildlink3.mk,
depend on version that removed dependency and bump PKGREVISION for
dependencies.
2010-03-20 12:43:29 +00:00
joerg
13711d559d USE_NCURSES=# -> USE_NCURSES=yes 2010-03-17 14:17:38 +00:00
taca
14abdb6755 Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now.

No functional change.
2010-03-15 16:45:59 +00:00
wiz
8a558125a9 Update to 2.01.01alpha77:
All:

-	Added support for DragonFly/x86_64

-	Support for "pcc" on Solaris x86 was added as a first step.
	The C-Compiler "pcc" http://pcc.ludd.ltu.se/ is based on the
	Portable C-Comppiler from AT&T from the late 1970s. It is
	under BSDl and thus offers compilation with a really free
	build environment.

	Note that due to a pcc bug, the autoconf results for
	Large File support are incorrect. Unless you edit the file
	incs/i386-sunos5-pcc/xconfig.h and manually correct the
	file to contain this:

#define _FILE_OFFSET_BITS 64    /* # of bits in off_t if settable          */

	You will not get working large file support.

	Support for more Operating system will follow after the issues
	in the compiler have been resolved.

Libfind:

-	Fixed a bug in libfind/walk.c (calling strcatl() with last parameter 0
	instead of (char *)0)

Cdrecord:

-	Fixed a bug with INDEX 00 support for CUE files from
	ExactAudioCopy

-	Cdrecord no longer tries to close a session on a BD-RE media.
	This is not supported in the recent MMC Standard and most drives
	return a SCSI error when attempting to close such a session.
2010-03-15 12:10:36 +00:00
gls
c9c4726755 Remove trailing whitespace. 2010-03-11 21:40:46 +00:00
adam
5592f0f9ac Sqlite is no longer supported, sqlite3 is the default now 2010-03-11 16:03:49 +00:00
gls
1eed2b0204 Update to 2.0.7.
Patch provided by maintainer, Andrey Simonenko in PR 42945.
Fix MASTER_SITES.

Changes in ipa-2.0.7:

    *	If during initialization a limit has time of START, REACH or
	UPDATED event greater than current time, then ipa will not restart
	such limit immediately.

    *	If during initialization a not reached limit has time of START event
	greater than current time, then ipa will change time of this event
	to current time and will not restart such limit immediately.
2010-03-10 21:16:55 +00:00
adam
cc98df446d Changes 5.0.1:
* We believe that we have resolved most of the problems
  concerning canceled or failed jobs being "stuck" in the
  Director.  There is one outstanding problem in the SD when
  canceling jobs that we will fix in the next major release.
  If you see jobs that seem to be stuck, in general issuing
  a cancel command in bconsole should now make them go away.

Directives:
* The default for "Allow Duplicate Jobs" has been changed from
  no to yes.  If you use this directive, please check your
  conf file, and note the next two items!
* AllowHigherDuplicates disabled. It did not work as documented
    and was confusing.
* New directive "CancelLowerLevelDuplicates" See New Features
  section in the manual.
* Truncate on Purge rewritten.  See New Features section in the manual.

* Bug fixes

* Ensure SD asks for help when looping even if poll set.
* Fix three-pool regress bug
* This version fixes an issue where the console window would start out
  docked. It is fixed by initiating the variables in the Pages class wi
  constructor.
* Fix make_catalog_backup.pl fails when catalog db is on other host
2010-03-09 07:06:00 +00:00
jym
889d624a64 user-destdir support, and add LICENSE (gnu-gpl-v2). 2010-03-08 01:19:42 +00:00
joerg
719a20854d DESTDIR ready 2010-03-07 23:15:11 +00:00
obache
15e08607ba * Add user-destdir installation support.
* set LICENSE=gnu-gpl-v2.
2010-03-07 09:03:14 +00:00
martin
a2690ba69d NetBSD 5.99.21 and newer does not swap out user areas 2010-03-04 14:56:13 +00:00
schmonz
86db693b51 Update to 4.1.3. From the changelog:
-fix 64-bit data patterns with some versions of gcc.  Thanks: Tony Battersby.
  -clarify `make install` in readme.  Thanks: Marc Lobelle.
2010-03-04 08:43:21 +00:00
wiz
aeaceb273d Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
wiz
ba0f347239 Update to 1.11, provided by Mustafa Dogan in private mail.
Changes in version 1.11:

In case of error writing the logfile to disc, the user is now given the
possibility of fixing the problem and continue.

The splitting algorithm has been modified to read secuentially the areas
smaller than a threshold size.

After every read error, ddrescue now verifies the input file has not
disappeared.

In rescue mode, ddrescue now shows the time elapsed from the last
successful read.

Signals SIGUSR1 and SIGUSR2 are now ignored by ddrescue.

Descriptions of "--direct", "--synchronous" and "--sparse" in the manual
have been made clearer.

Description of rescue algorithm in the manual has been made clearer.

"make check" now verifies that files are open in binary mode.

A warning about logfile usage has been added to "ddrescue --help" output.

1.10:
Changes: The option "--try-again" has been added. The size skipped
when bad sectors are found has been made independent of "cluster-size".
Rescue speed has been improved for large log files. An overflow
reading from devices of undefined size has been fixed. "make
install-info" should now work on Debian and Mac OS X.


1.9
Changes: The new option "--domain-logfile" has been added. Verbosity
control of user messages has been simplified. This release improves
portability by using the LLONG_MAX macro instead of LONG_LONG_MAX.
This release is also available in lzip format.
2010-02-25 20:21:44 +00:00
reed
3283df32e5 Add more details to bare description. 2010-02-25 18:31:08 +00:00
drochner
22410be11d update to 1.2.8.5
changes: minor bugfixes
2010-02-24 18:45:43 +00:00
drochner
720008ff51 build against libslang2 rather than libslang1, initialize its UTF8
handling, bump PKGREVISION
2010-02-24 17:56:20 +00:00
sno
3196de0c7d Added sysutils/p5-Linux-Inotify2 version 1.2.1 2010-02-23 13:51:47 +00:00