pkgsrc/sysutils
pettai f8b0bf47f5 3.1.4 (Bugfix and Stability release)
Some urgent patches to 3.1.3.
        Class validation parse bug fixed.
        Global zone handling error for solaris fixed.
        Package architectures handled correctly (bug #456).
        Reading and writing of key name "root-.pub" eliminated (bug #442, #453).
        cf-serverd crash because of race condition on SERVER_KEYSEEN fixed.
        Lock purging to avoid remnant complexity explosion (bug #430).
        Some copyright notices added that got lost.

3.1.3   (Stability release)
        Major memory leaks in cf-monitord, cf-execd, cf-serverd fixed (bug #427).
        The daemons now show no growth even with very complex policies.
        cf-serverd crash due to race condition in DeleteScope() fixed (bug #406).
        Added 30 second timeout on recv() on Linux.
        package_noverify_returncode implemented (bug #256).
        A flexible mechanism for setting classes based on return codes of
        commands has been introduced. Allows for setting promise kept,
        repaired or failed based on any return codes. This is currently
        implemented for commands-promises, package-manager commands and
        transformer in files. In classes body, see attributes
        kept_returncodes, repaired_returncodes, failed_returncodes (bug
        #248, #329).
        New function ip2host - reverse DNS lookup (bug #146).

3.1.2   (Scalability/efficiency release)
        Big efficiency improvements by caching output from
        cf-promises. Can also be used for much more efficent policy
        deployment (only pull if changed).
        Caching state of ps command for greater efficiency. Reloaded for each bundle.
        Index class lookup improves efficiency of class evaluation for huge configurations.
        Fixed issue where certain promiser strings got corrupted.
        Minor memory access issues fixed.
        Iterator bug introduced in 3.1.0 fixed

3.1.1   (Bugfix release)
        Memory leaks in server tracked down and fixed.
        List expansion bug (one list items not executed) fixed.
        Security issue introduced by change of runcommand shell policy fixed.
        If users defined a runcommand for cf-runagent/cf-serverd communication,
	possible to execute commands.
        cf-key -s command for showing key hash/IP address identity pairs

3.1.0
        Change in storage of public keys. Cfengine now hashes the public key and uses this
        as the keyname. Keys will be converted automatically.
        The old dynamic addresses lists are deprecated.
        Caching of dns and key information for greater server speed.
        Change in last-seen format reflects the public key usage.
        New package policy addupdate - installs package if not there and
        updates it otherwise.
        Support for package_changes => "bulk" in file repository as well.
        New special function readstringarrayidx, similar to readstringarray,
        but uses integer indeces. Very useful if first row elements are
        not good identifiers (e.g. contains spaces, non-unique, etc.).
        Change two log formats to use time() instead of date()
        - filechanges
        - total compliance
        Change from using md5 to sha256 as default digest for commercial version,
        community retains md5 for compat.
        Commands not returning 0 in commands-promises are flagged
        as repair_failed.
        Adjustable timeout on connect(). Defaults to 10 seconds, adjustable
        with default_timeout in agent control.
        Redesign of the knowledge map infrastructure.
        Now possible to use variables to call methods, e.g
        methods:
          "name $(list)" usebundle => $(list)("abc");
        See reference manual notes
        Changes to normal ordering to optimize execution.
        Increased stability by always initializing Attribute and Promise
        structures.
        When running cf-promises in dry-run mode (-n), the user does not need
        to put binaries in WORKDIR/bin. For example, non-privileged users can verify root
        policies.
        Source control revision added in version string if run in verbose mode
        (e.g. "cf-promises -vV"). This needs some refining, uses revision of a header now.
        New semantics in return values of list functions. Null values are now allowed
        and there is no iteration over empty lists. The value "cf_null" is reserved for
        use as a null iterator.

3.0.5p1
        Showing paths allowed/denied access to when cf-serverd is run in verbose mode.
        Bug in server fixed for dynamic addresses.
        File handle closure bugfix - too many open databases.
        Seg fault in mount files fix.
        Twin used in cf-execd without checking.
        Check_root set wrong directory permissions at source not destination.
        Error message degraded in body definition.
        Undefined body not warned as error.
        Various build enahncements.
        Package_list_update called only once per manager, and fixed crash.
        Version number bug in packages.

3.0.5
        Encryption problems fixed - client key buffer was uninitialized.
        Classes-promisers are now automatically canonified when class
        strings are defined, to simplifying the use of variables in classes.
        New scalars sys.cf_version and sys.nova_version that hold Cfengine version information.
        Attribute package_delete_convention added, to allow customizable
        package name in delete command during update.
        package_list_update_ifelapsed limit added.
        Private variable $(firstrepo) is available in package_name_convention
        and package_delete_convention in order to expand the full path to
        a package, which is required by some managers.
        Some of the threading code is rewritten and made more robust. This includes
        synchronizing access to the lastseen database from the server.
        Bad initialization of BSD flags fixed
        Multiple variable expansion issues in control fixed for server and agent
        Allow ignore_missing_bundles to affect methods: bundles too
        Run agent trust dialogue fixed
        Bug in CPU monitoring, increasing time scale caused linear decay
        of CPU measurement.
        Bug in Setuid log storage, fix.
        Hooks added for new Nova virtualization promises.
        Multithreading mutex failed to collide during cfservd leading to dropped authentication under heavy load.

3.0.4
        Class cancellation in promises to create better class feedback,
        allows emulation of switch/case semantics etc
        Value of SA measurement promises
        Special function getenv() which returns the contents of an
        environment variable (on all platforms).
        New function translatepath for generic Windows
        New function escape() to escape literals as regular expressions (like SQL)
        New function host2ip for caching IP address lookup
        New function regextract for setting variables with backreferences
        New variables for the components $(sys.cf_agent), $(sys.cf_know) etc
        pointing to the binaries.
        More robust integrated database implementation; closing all
        handles when receiving signals, self-healing on corruption.
        Package installation on localhost without a manager like yum completed,
        multiple repositories searched, and universal methods.
        Numerous bugfixes

3.0.3
        sha256 .. new hashes in openssl included in syntax tree.
        End of line autocropping in readfile (hopefully intelligent)
        hashmatch function incorrectly implemented -
         old debugging code left behind. Fix.
        sys.crontab variable
        Unknown user is now interpretated as "same user",
        so that we give cfengine a chance to fix
        Unregistered addresses no longer report "(Non registered IP)",
        but return as the address itself when doing reverse lookups.

(Sorry for the long commit message)
2011-02-06 18:44:23 +00:00
..
9base Bump PKGREVISION to reflect the recent change in pkginstall/shells to use 2010-05-07 12:02:43 +00:00
855resolution Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
915resolution Fix build on DragonFly and FreeBSD, by Alexander Polakov in PR 43487. 2010-06-20 11:06:03 +00:00
acpica-utils Install iasl as iasl, with a symlink from acpi-iasl for backward 2010-10-19 14:33:19 +00:00
acpidump
adtool Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
afbinit DESTDIR support 2010-01-27 18:25:46 +00:00
agedu Initial import of agedu-8590: 2009-06-07 13:48:20 +00:00
amanda use META_PACKAGE, delete other variables 2009-02-24 14:53:08 +00:00
amanda-client Basic DESTDIR support 2010-06-28 10:09:26 +00:00
amanda-common Use REAL_ROOT_USER here. 2010-02-19 18:55:56 +00:00
amanda-plot Basic DESTDIR support 2010-06-28 10:09:26 +00:00
amanda-server Basic DESTDIR support 2010-06-28 10:09:26 +00:00
apcupsd Really use root for the config files. Bump revision. 2010-02-19 19:05:26 +00:00
aperture Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
asapm
atitvout DESTDIR support 2010-01-27 18:25:46 +00:00
bacula Changes 5.0.3: 2010-12-26 18:39:45 +00:00
bacula-clientonly Changes 5.0.1: 2010-03-09 07:06:00 +00:00
bacula-doc Changes 5.0.3: 2010-12-26 18:39:45 +00:00
bacula-qt-console png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
bacula-tray-monitor png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
bacula-wx-console png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
bbsload Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
bchunk
bcmfw Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
bcollect Import bcollect version 0.6.0. 2010-04-28 00:29:21 +00:00
bkpupsd Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
boxbackup-client Depend on zlib -- this package won't build without it. 2010-11-02 21:14:23 +00:00
boxbackup-server Depend on zlib -- this package won't build without it. 2010-11-02 21:14:23 +00:00
brasero Update chat/telepathy-logger, math/gcalctool, print/evince, sysutils/brasero 2011-01-18 10:08:43 +00:00
brasero-nautilus png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
bsign DESTDIR support. Not MAKE_JOBS_SAFE. 2010-01-27 18:36:54 +00:00
btpin-qt png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
bubblemon png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
burn More PKGREVISION bumps of jpeg dependencies. 2010-01-24 13:26:09 +00:00
capistrano * Add two CONFLICTS patterns: 2010-09-13 14:49:54 +00:00
ccd2iso
ccze Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
cdbkup Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
cdrdao Fix build with glibc2.12 - see gentoo bug 332237 2011-01-29 20:48:07 +00:00
cdrkit Use the cmake infrastructure. Makes it work in bulk builds. 2010-01-08 16:19:18 +00:00
cdrtools Get rid of annoying beep by using the flag provided by upstream 2010-12-25 11:02:02 +00:00
cfengine2 fixes pkg/43289 2010-05-11 14:50:27 +00:00
cfengine3 3.1.4 (Bugfix and Stability release) 2011-02-06 18:44:23 +00:00
checkpassword DESTDIR support 2010-01-27 18:38:15 +00:00
checkpassword-pam
checkperms avoid catpage regeneration 2010-04-20 16:01:38 +00:00
clex USE_NCURSES=# -> USE_NCURSES=yes 2010-03-17 14:17:38 +00:00
consolekit Fix MASTER_SITES. 2010-12-26 20:53:14 +00:00
coreutils Add a fix for coreutils' CVE-2009-4135. Instead of using /tmp/coreutils 2009-12-20 16:12:06 +00:00
cpmtools DESTDIR support 2010-01-27 18:38:15 +00:00
cpogm DESTDIR support 2010-01-27 18:38:15 +00:00
cpuburn
cpuid Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
crashme Correctly disable master site. PR pkg/42076 2009-09-17 14:00:53 +00:00
cvsreport Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
daemond Fix installation. Honour PKGMANDIR. 2009-03-26 19:05:29 +00:00
daemontools Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
dbus Add fix for vulnerability reported in CVE-2010-4352 (SA42580) taken 2010-12-29 10:49:21 +00:00
dbus-glib Update to 0.92: 2010-12-12 13:17:45 +00:00
dbus-qt3 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dd_rescue Update to dd_rescue 1.23. Changelog: 2010-11-05 08:32:19 +00:00
dd_rhelp
ddrescue Update to 1.11, provided by Mustafa Dogan in private mail. 2010-02-25 20:21:44 +00:00
depot DESTDIR support 2010-02-12 14:42:45 +00:00
desktop-file-utils Added LICENSE. 2010-01-16 23:37:48 +00:00
detox Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
devkitd Do not allow NetBSD<5. 2009-09-22 10:12:12 +00:00
dirsize PKG_DESTDIR_SUPPORT=user-destdir 2009-12-10 23:53:00 +00:00
dirvish Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
diskscrub
dmassage DESTDIR support 2010-01-27 18:25:46 +00:00
dmesg2gif Add LICENSE 2010-01-24 23:13:31 +00:00
dmg2img Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
dmidecode Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
dmsdos DESTDIR support 2010-01-27 18:38:15 +00:00
dog Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
dptutil DESTDIR support 2010-01-27 18:38:15 +00:00
dtpstree Fixes variable name to detect builtin. 2010-08-15 12:01:32 +00:00
duplicity Update to duplicity-0.5.20: 2009-09-05 22:11:50 +00:00
dvd+rw-tools Fix build on linux with gcc4.5 2011-01-30 01:59:59 +00:00
dvdisaster Fix build with png-1.5. 2011-01-31 21:20:11 +00:00
dvdrecord +PKG_DESTDIR_SUPPORT 2009-05-19 22:03:44 +00:00
e2fsprogs Fix pkglint warning. 2010-12-31 06:21:33 +00:00
easydiskpasswd Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
eggdbus for darwin only, remove un-needed ld flag from configure.ac 2010-12-15 02:24:23 +00:00
estd Update to r7 (pkgsrc 0.7). Provided by Johannes Hofmann in private mail. 2009-10-26 00:30:10 +00:00
etcmanage New in Version 0.6.1 2009-04-01 19:05:03 +00:00
etcutils Fix tool reference leaks. Bump revision 2010-07-01 18:08:38 +00:00
extipl Update MASTER_SITES and HOMEPAGE. 2010-09-23 07:39:26 +00:00
fabric Update fabric to 0.9.3 2010-12-06 23:12:34 +00:00
fakeroot Update faekroot to 1.5.10. 2010-04-23 09:00:15 +00:00
fam Added LICENSE. 2010-01-16 23:37:48 +00:00
fastfs DESTDIR support 2010-01-27 18:51:33 +00:00
fatback
fdupes
file Avoid errors on gcc2 2009-12-30 11:00:24 +00:00
filelight png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
findutils
fix4SA110rev2
fixelfprot DESTDIR support 2010-01-27 18:51:33 +00:00
flashrom import flashrom 0.9.3 prerelease 2010-10-23 15:56:19 +00:00
foremost DESTDIR support 2010-06-28 10:13:01 +00:00
free Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
fs-kit DESTDIR support 2010-01-27 18:56:54 +00:00
fsv Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
fsviewer png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
ftwin png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gamin Solaris needs -lsocket in LIBS. PR pkg/44401 2011-01-17 04:10:40 +00:00
gcdmaster png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gcombust Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
genpasswd Support DESTDIR and PKGMANDIR 2009-10-29 21:34:12 +00:00
gentoo Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
gio-fam configure require msgfmt. 2010-12-30 14:36:10 +00:00
gkrellm png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gkrellm-est png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gkrellm-server Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
gkrellm-share Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
gnome-commander bump PKGREV for poppler shlib major change (pdf option is on per default) 2011-01-31 17:29:09 +00:00
gnome-device-manager png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gnome-menus update to 2.30.5 2010-11-24 20:22:49 +00:00
gnome-mount png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gnome-nds-thumbnailer png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gnome-pkgview png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gnome-power-manager png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gnome-settings-daemon png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gnome-system-monitor png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gnome-system-tools png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gnome-vfs png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gnome-vfs-monikers png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gnome-vfsmm the API doc isn't even installed -- skip documentation build and 2011-01-17 16:31:53 +00:00
gnome-volume-manager png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gnometoaster
gpart Provided a working, although outdated, HOMEPAGE. 2010-02-04 21:27:46 +00:00
grub Apply patch: 2010-02-21 16:44:52 +00:00
grun png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gst-plugins0.10-gio Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
gst-plugins0.10-gnomevfs reset PKGREV for base pkg update 2011-01-26 23:30:38 +00:00
gtk-send-pr png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gvfs png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gworkspace Update HOMEPAGE from PR 43847. 2010-11-28 07:42:19 +00:00
hal Fixes for Linux build: 2011-01-09 01:26:56 +00:00
hal-info Added missing TEST_TARGET. 2010-01-16 14:39:59 +00:00
hddtemp DESTDIR support 2010-06-28 10:23:08 +00:00
hfsutils
htop
i2ocfg
i810switch Fixed borked install rule. (hi joerg) 2009-11-30 01:01:56 +00:00
iat Initial import of iat-0.1.7: 2010-01-26 19:37:23 +00:00
idesk png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
install-sh Make -c (copy) the default operation (vs. move) to come in line with other 2010-10-08 19:57:05 +00:00
ipa Update ipa to 2.0.9. 2011-01-11 11:47:02 +00:00
ipmitool Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
ipw-firmware Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
ir-account Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
isapnptools Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
iwi-firmware Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
iwi-firmware3 Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
iwn-firmware Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
k3b png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
kdirstat png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
krusader png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
lambd Don't use intermediate values for ports > 255. Bump revision. 2010-10-12 22:28:53 +00:00
lavaps Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
libdevkit-gobject Initial import of libdevkit-gobject-003, part of DeviceKit. 2009-09-16 19:03:10 +00:00
libgamin Add support for the debug option to the libgamin and gamin packages. 2010-04-18 18:22:43 +00:00
libgksu png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
libgtop Use SPECIAL_PERMS instead of relying on the package-specific Makefile from 2011-01-19 16:43:38 +00:00
libirman
libnotify png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
libol * marked as user-destdir ready 2009-12-09 11:07:01 +00:00
liboobs No need gtkdoc-rebase workaround anymore. 2010-08-29 09:15:50 +00:00
libpciaccess Require newer build dependency for: 2010-12-09 19:58:26 +00:00
lilo DESTDIR support 2010-01-27 19:13:37 +00:00
logfinder Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
logrot DESTDIR support 2010-01-27 19:13:37 +00:00
lsof fix build on FreeBSD 2010-05-14 19:01:11 +00:00
magicrescue DESTDIR support 2010-01-27 19:13:37 +00:00
mbmon DESTDIR support 2010-01-27 19:13:37 +00:00
mc Update to 4.7.0.10 based on wip/mc (old version lives on in sysutils/mc46). 2011-01-23 14:36:10 +00:00
mc46 Mention that this is the old 4.6 branch. 2011-01-23 14:32:49 +00:00
mdf2iso DESTDIR support 2010-01-27 19:13:37 +00:00
memconf PR/40201: Add manual page, bump revision. 2011-01-19 22:57:13 +00:00
memtest86 Support staged installation. 2009-12-12 19:34:46 +00:00
memtester Update memtester to 4.2.1 2010-10-26 20:22:04 +00:00
memtestplus Update memtest86+ to 4.10 with blessing of smb@. 2010-07-08 18:54:22 +00:00
mencvcd DESTDIR support 2010-01-27 19:13:37 +00:00
mesure Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
mgm DESTDIR support 2010-01-27 19:24:27 +00:00
mklivecd Remove cdrtools-ossdvd from dependency pattern, since the package 2010-12-02 20:10:26 +00:00
mksunbootcd DESTDIR support. Fix man page location. 2010-01-27 19:29:47 +00:00
mktemp Support staged installation. 2009-12-12 23:20:52 +00:00
monit Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
mtools * set LICENSE=gnu-gpl-v3 2010-08-30 02:22:32 +00:00
mtoolsfm Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
mtree
mtscan Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
munin-doc Remove hardcoding of /usr/pkg, use $(LOCALBASE) instead. 2010-12-20 08:40:19 +00:00
munin-node fix PLIST on linux, bump PKGREVISION 2010-12-11 12:09:23 +00:00
munin-server Add modular-xorg-fonts if X11_TYPE modular, some pkglint, ++PKREVISION 2010-12-03 20:24:58 +00:00
nautilus png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
nautilus-sendto Update chat/telepathy-logger, math/gcalctool, print/evince, sysutils/brasero 2011-01-18 10:08:43 +00:00
ndesk-dbus recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
ndesk-dbus-glib recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
neb-wipe Added sysutils/neb-wipe version 1.0 2009-12-10 17:31:58 +00:00
netbt-hcidump update to hcidump 2.0 2011-01-30 20:41:29 +00:00
news
notification-daemon png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
nrg2iso
ntfsprogs Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
nvnet DESTDIR support 2010-01-27 19:31:05 +00:00
oak DESTDIR support 2010-01-27 22:26:39 +00:00
open-vm-tools png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:53:23 +00:00
osname
p5-File-chmod Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Copy-Recursive Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Remove Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Filesys-Df Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Filesys-DfPortable Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Filesys-Statvfs Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Gnome2-VFS png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
p5-GTop Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-KQueue Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Lchown Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Linux-Inotify2 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Mac-AppleScript Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Mac-AppleScript-Glue Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Parse-Syslog Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Server-Starter Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-SSH-Batch Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sys-CpuLoad Reset maintainer. 2010-09-28 13:21:29 +00:00
p5-Sys-Filesystem Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sys-Hostname-Long Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sys-SigAction Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sys-Utmp Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Unix-ConfigFile Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Unix-Syslog Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
pciutils Reset maintainer. 2010-11-01 00:08:09 +00:00
pcmanfm png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
pcvt-utils Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
pdumpfs * fixes for ruby-1.9. 2011-01-28 13:28:08 +00:00
pear-Log Update pear-Log package to 1.12.5. 2010-12-23 09:51:42 +00:00
pflogsumm
pfstat png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
pftop DragonFly fixes from Rumko in PR 42345. 2010-09-18 20:48:23 +00:00
pluged The USB headers in DragonFly BSD are located in bus/usb, not dev/usb. 2011-01-10 11:40:17 +00:00
pscpug Update to 0.3.5. 2009-03-21 17:35:06 +00:00
psftools
psmisc
pstree Add MESSAGE file to warn the user that they should be running proctree, 2010-09-17 10:04:45 +00:00
puppet Correct one grammar and one spelling error. 2010-09-16 13:40:37 +00:00
pv Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
pwgen
py-dbus revert to 0.83.1 2011-01-04 09:55:49 +00:00
py-gnome-menus sync w/ base pkg 2010-11-24 20:35:52 +00:00
py-notify png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
qlogtools Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
radeontool
radmind Update radmind to 1.14.1, fixing a regression in 1.14.0 causing lmerge 2010-12-14 16:27:29 +00:00
rconfig
rdiff-backup Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
rename
rfstool DESTDIR support 2010-01-27 19:51:55 +00:00
roller DESTDIR support 2010-01-27 19:51:55 +00:00
rox png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
rsnapshot DESTDIR support 2010-01-27 19:51:55 +00:00
rtty DESTDIR support 2010-01-27 19:51:55 +00:00
ruby-activesambaldap Update sysutils/ruby-activesambaldap to 0.0.8. 2010-09-10 07:53:14 +00:00
ruby-directory-watcher Update sysutils/ruby-directory-watcher to 1.3.2. 2010-09-10 07:54:20 +00:00
ruby-facter Update sysutils/ruby-facter to 1.5.8. 2010-09-10 07:56:40 +00:00
ruby-gnome2-gnomevfs png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
ruby-notify Update ruby-notify to 0.3.0. 2010-11-26 13:52:18 +00:00
ruby-quota * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:58:44 +00:00
ruby-rb-appscript * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:59:29 +00:00
safetynet Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
same
sarah Really enable destdir support 2010-01-28 00:19:41 +00:00
screentest png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
scsiinfo Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
service-config Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
setquota
sformat No need for both real MAINTAINER and generic one. 2009-03-18 19:18:59 +00:00
shc DESTDIR support 2010-01-27 20:01:36 +00:00
shelldap Turns out shelldap is under 3-clauses BSD license. 2011-02-03 21:33:09 +00:00
shmux Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
skill user-destdir support 2009-07-07 19:58:19 +00:00
slay DESTDIR support 2010-01-27 20:01:36 +00:00
smartmontools Note upstream ticket URL. 2011-01-03 01:44:59 +00:00
smbldap-tools Updte smbldap-tools package to 0.9.6. 2010-12-25 08:08:06 +00:00
socket Added support for installation to DESTDIR and LICENSE information. 2010-02-04 20:58:45 +00:00
sredird DESTDIR support 2010-01-27 20:09:09 +00:00
sshsh Support DESTDIR and PKGMANDIR 2009-10-31 19:53:17 +00:00
storage-manager DESTDIR support 2010-01-27 20:09:09 +00:00
stow
strace Remove patch hunks that disable --recheck in GNU configure scripts. 2011-01-25 22:22:13 +00:00
strigi png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
su2 DESTDIR support 2010-01-27 20:09:09 +00:00
sux DESTDIR support 2010-01-27 20:09:09 +00:00
swapd Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
swatch Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
sysgen
sysinfo Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
syslog-ng * Set LICENSE=gnu-gpl-v2 2009-12-09 11:12:21 +00:00
system-tools-backends Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
tcx DESTDIR support 2010-01-27 20:19:36 +00:00
tdir Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
tits Fixes build on DraognFly (and other than NetBSD). 2011-01-10 12:47:03 +00:00
tkcron DESTDIR support 2010-01-27 20:19:36 +00:00
tkdesk DESTDIR support 2010-02-17 15:39:02 +00:00
tload DESTDIR support 2010-01-27 20:19:36 +00:00
tob DESTDIR support. Create runtime directories at install time. Bump revision. 2010-01-27 20:22:54 +00:00
top Update DragonFly support file, based on PR#44280, fixed by me for x86_64. 2010-12-27 13:15:05 +00:00
torsmo Fix build on DragonFly. From Matthias Schmidt in PR 44020. 2010-10-31 23:38:32 +00:00
toshutils Some fixes and improvements: 2009-09-18 09:37:01 +00:00
tpb PR/42084: include libXinerama buildlink. 2010-11-18 21:00:58 +00:00
tphdisk DESTDIR support 2010-01-27 20:28:15 +00:00
tree Set LICENSE. 2011-01-20 15:54:28 +00:00
ups-nut Fix permissions. 2010-02-19 21:23:34 +00:00
ups-nut-cgi png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
ups-nut-snmp
ups-nut-usb
usbutil add support for parsing interface association descriptors (IAD): 2010-12-25 14:03:56 +00:00
user_darwin Update user_darwin to 20101223. 2010-12-23 12:44:46 +00:00
user_interix DESTDIR support 2010-01-27 20:28:15 +00:00
vbetool Update HOMEPAGE and MASTER_SITES, from Thomas Mueller on current-users. 2011-02-02 08:44:28 +00:00
vcdimager
vcdimager-devel libcdio updated changed its shlib major version, so bump depends. 2009-10-31 14:46:51 +00:00
vidc-tools
vifm Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
vip
vobcopy Update to 1.2.0: 2010-09-16 12:02:16 +00:00
vxargs Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
wbm-apache DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-at DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-bandwidth DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-bind8 DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-change-user DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-cluster-copy DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-cluster-cron DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-cluster-passwd DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-cluster-shell DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-cluster-useradmin DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-cluster-webmin DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-custom DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-cyrus-imapd DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-dhcpd DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-dovecot DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-fetchmail DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-file DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-htaccess-htpasswd DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-inetd DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-ipfilter DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-ldap-useradmin DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-lpadmin DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-mailboxes DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-mount DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-mysql DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-net DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-openslp DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-passwd DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-postfix DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-postgresql DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-qmailadmin DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-quota DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-sendmail DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-shell DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-sshd DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-status DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-syslog DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-telnet DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-time DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-tunnel DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-useradmin DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-virtual-server DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
webmin DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
whowatch DESTDIR support 2010-01-27 20:28:15 +00:00
wipe LICENSE=gnu-gpl-v2. 2011-01-10 06:13:37 +00:00
wmcpuload
wmmemmon
wmSMPmon DESTDIR support 2010-01-27 20:41:16 +00:00
wpi-firmware Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
wpi-firmware2 Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
wtail Support DESTDIR and PKGMANDIR 2009-10-29 21:53:10 +00:00
xapply Needs m4, add it to USE_TOOLS. 2009-04-18 14:29:07 +00:00
xbatt DESTDIR support 2010-01-27 20:41:16 +00:00
xbattbar NOT_FOR_PLATFORM= Darwin-*-* 2010-12-07 22:22:21 +00:00
xc5k-firmware Firmware binary image for use with Xceive XC5000 tuners 2010-12-27 16:28:45 +00:00
xcdroast png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xdu
xenkernel3 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
xenkernel20 user-destdir support, and add LICENSE (gnu-gpl-v2). 2010-03-08 01:19:42 +00:00
xenkernel33 Add a fix for CVE-2010-4255, from the xen-devel list. 2010-12-07 18:44:25 +00:00
xentools3 Add support for "vifname" keys inside XenStore. Its value is the 2011-01-12 00:11:19 +00:00
xentools3-hvm Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
xentools20 LICENSE + user-destdir. 2010-05-04 18:55:46 +00:00
xentools33 Add support for "vifname" keys inside XenStore. Its value is the 2011-01-12 00:11:19 +00:00
xenvstat DESTDIR support 2010-01-27 20:41:16 +00:00
xfce4-appfinder png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xfce4-battery-plugin png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xfce4-cpugraph-plugin png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xfce4-diskperf-plugin png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xfce4-fsguard-plugin png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xfce4-genmon-plugin png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xfce4-netload-plugin png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xfce4-quicklauncher-plugin png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xfce4-systemload-plugin png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xfce4-thunar png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xfce4-volman png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xfce4-xarchiver png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xfce4-xkb-plugin png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xfe png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xfm * Add user-destdir installation support. 2010-03-07 09:03:14 +00:00
xfsprogs Stop messing with libtool by hand. Bump revision. 2010-10-12 16:43:00 +00:00
xhfs DESTDIR support 2009-02-23 18:25:04 +00:00
xmbmon DESTDIR support 2010-01-27 20:57:22 +00:00
xmeter
xnc png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xosview DESTDIR support from cheusov@tut.by in PR 43531. Extended to build 2010-06-27 17:34:35 +00:00
xps
xuvmstat NetBSD 5.99.21 and newer does not swap out user areas 2010-03-04 14:56:13 +00:00
zidrav give to pkgsrc-users@ 2009-03-21 09:44:19 +00:00
Makefile add & enable shelldap 2011-02-03 13:37:02 +00:00