summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2009-02-15Enable DESTDIR support. (No other functional change.)taca1-2/+3
2009-02-13On i386 also build and install PAE versions of the xen kernel.bouyer2-2/+23
Bump pkgrevision
2009-02-13Add PKG_DESTDIR_SUPPORTabs3-6/+13
2009-02-13Updated sysutils/libirman to 0.4.1cabs8-117/+10
Move abandonware to code.google, and merge pkgsrc patches Add PKG_DESTDIR_SUPPORT
2009-02-12Add DESTDIR support.markd1-6/+3
2009-02-11Updated sysutils/rconfig to 0.47abs2-8/+10
move to code.google Add PKG_DESTDIR_SUPPORT
2009-02-11Update to 0.98alpha16 (plus parse_version.patch). Changes:shattered5-117/+30
* merged in all patches (compile warnings fixes, locale fixes, wav detection fixes, removed pcre dependency from configure, crash fixes and version detection fixes) * merged in several of the patches RedHat created for RPM version. * improved current cdrtools support. * removed extra handling for ProDVD, as this is all now integrated into the current cdrecord without any need for a key. * updated several translations. Fixes PR 38238. OK by wiz@.
2009-02-11add DESTDIR supportmarkd1-6/+3
2009-02-11Retire the BSD installer as used by older DragonFly releases. DragonFlyjoerg14-141/+1
itself ships the sources nowaday, so this has become redundant.
2009-02-11Sort PYTHON_VERSIONS_ACCEPTED.joerg1-2/+2
2009-02-10- Fix build issueabs3-10/+28
- Add PKG_DESTDIR_SUPPORT - Allow to build on any platform - bump PKGREVISION
2009-02-10Add PKG_DESTDIR_SUPPORTabs1-8/+9
2009-02-10DESTDIR support.joerg1-7/+10
2009-02-10DESTDIR supportjoerg1-1/+2
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg7-12/+14
changed runtime dependencies now.
2009-02-09Remove Python 2.1 support.joerg1-2/+2
2009-02-09DESTDIR support. Fix build on amd64.joerg1-2/+4
2009-02-08Update the Facter Ruby gem to version 1.5.2. Current version is 1.5.3 buttonnerre3-7/+41
this one is thoroughly tested by me. Changes since 1.5: - Enabled a number of Windows facts - operating system, domain, ipaddress, macaddress, kernel, ipconfig and others. - macaddress now set on Ubuntu. - CONFIG['bindir'] CONFIG['sbindir'] have undesirable defaults on. - Allow specification of --bindir --sbindir --sitelibdir --mandir. - Package creation scripts for Mac OS X. - Solaris. (Whatever was done here, it's written like that in the ChangeLog.) - Add module level tests for Facter::IPAddress. - Add sample test and strawman solution for IP parsing code. - Adding better SuSE detection for both operatingsystem and release. - Adding a rake task for creating an archive. - macaddress not set on Ubuntu. - Modified the operatingsystem fact for Debian so it looks in /etc/debian_version instead of /proc/version. - Added virtual fact. - Added kernelversion fact. - Facter now defaults to 0 timeout. - CentOS version detection is now better. - Set the timeout the host-based and resolve-based resolutions to 2. - Added a Process.waitall thread when there's a timeout, to avoid zombies. - Update to dmidecode fact. - Added operatingsystemrelease for Solaris. - Updated virtual fact for xenu and xen0. - Removed facter from PREREQS.
2009-02-08Update Puppet to version 0.24.7. Changes since 0.24.5:tonnerre7-110/+655
- Fixing puppetlast to make it work with 0.24.5 / 0.25. Made puppetlast work on 0.24.5 by using the YAML indirector. - Fixed bug #1448: Puppet CA incorrectly writes out all certs to inventory .txt on each certificate signing. - Improve performance of group lookups. - Allow specification of --bindir --sbindir --sitelibdir --mandir --destdir in installation (TODOFIXME: Make it available to pkgsrc). - Ensure that we consistently use either string #{} interpolation or String.% interpolation, not both, to avoid issues where a #{} interpolated value contains a % character. - Expose all puppet variables as instance member variables of the template wrapper. - Updated console colours. - A working script to create an OS X pkg out of the Puppet repository. - Removed confine warning. - Add proxy configuration capability to yum repo. - Replaced use of Facter for report titling with certname. - Added stored configuration clearing script to /ext. - Add the -P/--ping option to puppetrun. - Storeconfiguration fixed for Rails 2.1. - Fixed poor stored configuration performance. - Added HP-UX package provider. - Moved individual functions out of functions.rb into lib/puppet/parser/functions directory. New functions should be created in this directory. - Case insensitive match for error. - Removed storeconfig duplicate indexes. - Fixed leak in template. - Added spec Rake task. - Added simple rake task for running unit tests. - Added daemontools and runit providers for service type. - Changed permissions for man directory. - Fix exception for undefined hostname. - puppetmaster.freshness xmlrpc call returns incorrect type. - Adds HP-UX support for user type. - Updated Red Hat spec file. - Fixed debug messages in package type. - Changed password property of the user type. - Fixed debug messages in package type. - Adjusted hpuxuseradd user provider to confine to HP-UX and fixed HP-UX user provider path regression. - Puppet and Facter cannot both install the plist module into two different locations. - Puppet::Util::binary returns incorrect results. - createpackage.sh. - Fixed issues with file descriptors leaking into subprocesses. - ldap user and password are now used with the default connection. - File purging now fails if remote sources do not exist. - Errors in the Puppet RPM spec file. - puppetrun now working. - Added support for multiple template directories. - Added support for appended variables. - Fixed puppetca --clean --all. - Internally, Property#retrieve is no longer called when no 'should' value is available for a resource. - Defined, exported resources in the current compile now get expanded correctly. - Multiple metaparams all get added to resources. - Added ubuntu to defaultfor for Debian service provider. - Added ubuntu to defaultfor for apt provider. - added confines for the gentoo, freebsd and smf (solaris) service providers. - Added a number of confines to package providers. - ssh_authorized_keys provider does not crash anymore on SSH type 1 keys. - Raise "Filebucketed" messages to Notice priority. - You should now be able to create and find a user/group in one transaction. - Users and their groups should again add in one transaction. - Modified the behaviour of resource-level 'retrieve' -- it only calls 'retrieve' on each property if the resource exists. - Modified the group and zone resource types to no longer call 'currentpropvalues' as a means of setting all values to absent. There should be no behaviour change from this change. - Deploying file resources with ++ generates error. - Added support for running Puppet inside a Rack application (mod_rails) with Passenger and Apache. - Saving File#checksum to state.yaml broken. - Allow complex 'if' and variable expressions. - Add 'sles' to Puppet confines when 'suse' is used. - Specifying "fully qualified" package names in Gentoo. - Added RBAC roles to solaris user provider. - Updated puppet binary documentation. - The client environment will be substituted when looking up settings. - Changed node search to use certname rather than Facter hostname. - Environments no longer have to be listed out. - Multiline strings now correctly increment the line count. - Log messages are now tagged with the log level, making it easier to match messages in the 'tagmail' report. - Removed 'Adding aliases' info message. - pluginsync no longer fails poorly when no plugins exist. - Allow multiple overrides in one statement. - Added support for --detailed-exits to bin/puppet. - yum provider problems with RHEL 3. - Puppetd no longer stops with error after puppetmasterd is unavailable. - Collection attribute matching doesn't parse arrays. - With an inexistant (global) templatedir, modules can't access their templates. - Uninitialized constant Puppet::Type::User::ProviderUseradd. - puppetdoc -r providers now working again. - Updated OSX package cleanup. - Service puppet status does not work as non-root on redhat system. - Provider::Confine::Variable tests are broken. - Regression relating to facter fact naming from 0.24.5. - Enhance redhat puppetmaster init.d script to easy start puppetmaster as a mongrel cluster. - Configuration Reference still references 'section'. - Adding support to the user type for: profiles, auths, project, key/value pairs (extension to Solaris RBAC support added in 0.24.6). - Added multiline comment support. - Added support for @doc type and manifest documentation support - see: http://reductivelabs.com/trac/puppet/wiki/PuppetManifestDocumentation. - Added augeas type. - Removed conf/debian directory - Debian packaging information now maintained downstream. - Updated Red Hat spec file for 0.24.6. - Classes and nodes should set $name variable. - Type reference: tidy should specify manditory parameters. - All logs should now show up in the reports. - Added specific recurse values for tidy. - k5login fails to set mode when file is created. - Documentation should specify natural language regexs, not Regexp objects. - Spurious output in test run. - Added uninstall functionality to yum provider. - Added preseed to apt uninstall and purge. - Unsafe crontab handling in Solaris. - Include spec directory in packages. - Replaced SELInux calls to binaries with Ruby SELinux bindings. - Sync SELinux file attributes after file contents created/modified. - Add filesystem type check to test for per-file SELinux context support. - Fixes to confine system. - Moved RRD feature from util/metric.rb to feature/base.rb. - puppetca now can clean unsigned certs. - Added versionable feature to the RPM provider. - Add an optional argument to Puppet::Util.execute to determine whether stderr and stdout are combined in the output. - Mac OS X DirectoryService nameservice provider support for plist output and password hash file. - Fileserver test fails due to incorrect mocking. - Minor fix to emacs mode. - Trivial fix for gentoo service provider. - Solaris 10 zone provider doesn't properly handle unknown zone attributes in newer releases. - nagios_serviceescalation not allowing host_name more than one type. - nagios_servicedependency needs a unique host_name? - Removing all mention of EPM, RPM, or Sun packages. - Refactoring of SELinux functions to use native Ruby SELinux interface. - Removing the included testing gems; you must now install them yourself. - Refactoring the thread-safety in Puppet::Util. - Added Rake :ci namespace and CI tasks. - Slight denormalisation to store a host's environment as a first class. - Add inline_template function. - Splay now hopefully behaves "better" for small values. - MCX Type feature. - Add ZFS support. - Add support for branded zones. - Fixing the AST constant warnings, using a variable instead of a constant. - Allow rspec rake to run only some tests. - Using a mutex around the sending of the tagmails. - Add macauthorization type. - Deprecate the NetInfo nameservice provider. Use directoryservice instead. - All of the properties and now :ensure check replace? - Rteturning sync when it is already initialized. - Tidy now correctly ignores missing files and directories. - Use 'zfs get -H -o value' instead of parsing output for value. - Zfs should auto require the ancestor file systems. - nagios_serviceescalation not allowing host_name more than one type. - nagios_servicedependency needs a unique host_name? - Added VDev and MultiVDev properties to the ZPool type. NetBSD related changes: - Fix default NetBSD init script path to /etc/rc.d. - Use FreeBSD init service provider for NetBSD. - When enabling services on NetBSD, use servicename=YES rather than servicename_enable=YES. - Use OpenBSD package provider for NetBSD. Pkgsrc related changes: - Added unit tests to package. - Fixed confdir paths in default config file generation scripts and some other stuff. - Set MASTER_SITE. - Create puppet.conf rather than puppetmasterd.conf.
2009-02-08Use BUILDLINK_PREFIX.${PYPACKAGE}, not LOCALBASE.shattered1-2/+2
OK by wiz@.
2009-02-08Fix installation with newer NetBSD.joerg1-3/+2
2009-02-07DESTDIR supported.joerg1-1/+3
2009-02-04Note upstream tracker url (thanks to obache for filing it!)dholland2-4/+4
2009-01-29Sort.shattered1-3/+3
OK by wiz@.
2009-01-27Update to strigi-0.6.3markd3-16/+16
Changes: 0.6.3 - Move Strigi::DirLister in archivereader.h to ArchiveReader::DirLister. Two class with this name were present in the code. The one in archivereader.h was not used in any code outside of Strigi, so we are changing it. Note that this changes means that one should not use Strigi 0.6.2. - Change type of EntryInfo.mtime from 'unsigned' to time_t. - The spec of SDF files was found and used to implement a more precise syntax check for the header of SDF files. - Fix memory corruption bug in ArchiveReader. - Change type of ontology entry 'exposureTime' to string. In theory something like duration would make sense but in practice xsd:string is the used one. - Add a default rule to find mail box directories with pattern '.*.directory'. Since these directory names start with a dot, they are normally not found. - Add '$HOME/.kde4' to the directories that are indexed by default. - Simplify matching of file paths in the rules for including or excluding directories from the index. The code is now more readable and easier to maintain. - Fix a big performance problem: Whenever a directory mtime changed, all files inside the directory were re-indexed. - Fix bug where a gz archive that contains a file that is identical to the original archive is indexed over and over. The depth of nested files that are indexed is now limited to 127.
2009-01-26Undo the removal of patch-ae in the previous commit, to avoid thedholland3-3/+115
insecure-temporary-files problem patch-ae was supposed to fix. Provide a new patch-ae that does something more like the right thing. (The old one tried to open and write to a directory created with mkdtemp(), so even if this code doesn't fully work it's still an improvement.) XXX: compile-tested only, don't have time to do it properly right now... PKGREVISION++.
2009-01-25Fix (de-)installation if "PKG_SYSCONFBASE" is set. Bump package revisiontron2-12/+11
because of this package list change. Reviewed by Jared McNeill.
2009-01-25Remove patch-ae.obache3-16/+5
It replace tmpnam() with mkdtemp(), but * It exists since initial import, but no reason. * mkdtemp(3) is not portable, but used unconditionally, reported by PR 39717. * tmpnam(3) is used to get temp filename, but mkdtemp(3) create temp directory, and return the path. So, the replacement is completely mistaken. Bump PKGREVISION. While here, marked as DESTDIR ready.
2009-01-25Rename -Wextra with -W if gcc-{2,3}, workaround of PR 40123.obache1-1/+9
2009-01-25* let to use pkgsrc's libtoolobache1-1/+5
* define test target.
2009-01-24some device have I/O space but no mem space so checking iomem to grantbouyer4-3/+44
privileges to non-0 domains is not enough. PKGREVISION++
2009-01-23Give up maintainership, as I have not so much as looked at pkgsrc injschauma4-8/+8
well over a year now. Sorry. :-(
2009-01-23Couple of hacks to get Sun Studio compile working.sketch3-2/+20
2009-01-18Optical media handling needs block.storage_device too; add this tojmcneill2-2/+4
improve KDE4 compatibility. Bump PKGREVISION.
2009-01-17Update to 2.24.3:wiz2-6/+6
============== Version 2.24.3 ============== - Fixed #562836, GPM OSD does not popup on machines that support keys in HW but not in xrandr (Mario Limonciello) - Fixed #562900, gnome power manager keeps using xrandr backend after failed calls (Mario Limonciello) - Reset the event time after we resume so the duplicate key detection code works correctly (Adel Gadllah) Translations: - Updated et: Ivar Smolin
2009-01-17Require DAEMON for /etc/rc.d/xend instead of "disks network". Should fixbouyer4-8/+8
issue reported Damian Sobczak on port-xen@ where xend is started before mountall. bump PKGREVISION
2009-01-15PLIST fix for bacula-clientonlyadam3-4/+5
2009-01-14Ah, yes, that won't work. Patch the patch to not insert an empty #define ↵dsainty2-5/+4
that breaks the build (under gcc at least) on any platform that doesn't define __NetBSD__
2009-01-14Update to 2.24.3:wiz2-6/+6
New in 2.24.3 - 12 January 2009 * Fixed small memory leak. Hubert Figuière. * --help is now translated.
2009-01-13Update to 2.24.3:wiz3-14/+13
12 January 2009: Overview of changes in 2.24.3 ============================================== * linux: - fixed potential memory leak. Vincent Untz. - fixed read(2) usage. Should fix the missing cpus bug in system-monitor. * darwin: - fixed build. "paul".
2009-01-13Update to Xen 3.3.1.cegger11-368/+58
This is a mainenance release with a number of stability fixes.
2009-01-13Add an ignore pattern.wiz1-1/+2
2009-01-13Update to 1.1.1:wiz3-11/+20
============= Version 1.1.1 ============= Nautilus Sendto * Add plugin to allow sending files to UPNP Media Servers * Add plugin to allow sending files through Empathy * Add plugin to send files to be burnt through nautilus-cd-burner (currently disabled by default) * Allow sending remote files when GVFS FUSE is available * Stop (null) showing up in the contact entry (Evolution) * Try to avoid the wrong contact being selected when using Enter to validate the selection (Evolution) * Use "Alias" instead of "Name" so Bluetooth addresses only show up when the Name isn't available (Bluetooth) * Show an icon for Bluetooth devices (Bluetooth) * Remember last used Bluetooth device (Bluetooth) * Sort the contacts alphabetically (Pidgin)
2009-01-12- Describe 'catalog-sqlite3' optionshattered1-1/+6
- Delint OK by wiz@.
2009-01-12drop maintainershipjmcneill1-2/+2
2009-01-12Update to 2.24.0:wiz2-7/+7
2.24.0: * Updated version number to match GNOME version.
2009-01-11Update from version 0.37 to 0.38.he2-6/+6
Upstream changes: 0.38 - do rmove() symlink fixups like rcopy() from ver 0.37 - rt 29750 (added $DirPerms) - Added requested rcopy_glob() && rmove_glob() for convenience
2009-01-09Bump BUILDLINK_API_DEPENDS for libstreamanalyzer changemarkd1-2/+2
2009-01-09Update strigi to 0.6.2markd4-18/+24
0.6.2 - Better support for nice IO priorities on Linux (Sebastian Trueg) - Compile with development version of CLucene (Ben van Klinken) - Explicitly use 'unsigned char' or 'signed char' instead of 'char' since 'char' can be either signed or unsigned on different processors. E.g. on ARM 'char' means 'unsigned char' and on i386 'char' means 'signed char'. This changes makes libstreamanalyzer 0.6.2 binary incompatible with versions < 0.6.0. (Jos van den OOever) - Many CMake cleanups (Alexander Neundorf) - 6.5x speedup of C++ comment analyzer (Jakub Stachowski) - Various stability fixes (Jos van den Oever, Sebastian Trueg) - Support for ePub format (Jakub Stachowski) - Handle RIFF file with unspecified size for the RIFF packet. (Jos van den Oever) 0.5.11 - Fix a bug that can cause a crash on an executable zip file. - Fix parsing of empty headers when CRLFCRLF is followed by a space. In other words, fix parsing of emails that have a space as the first character in the body. - Fix two broken (by design) throughanalyzers by replacing the with one eventanalyzer. - Updated xesam ontology to include proper ranges. This is necessary for the Nepomuk backend but does not change anything for clucene (were all is string anyway) - Make sure the app can handle environments where HOME is not defined. - Make the zip analyzer check more often if it should stop analyzing. - Fix wrong comparison when checking if we are finished yet. - Make the analyzer respect a configuration that only wants part of the stream to be analyzed. - Add an analyzer for Windows self-extracting zip archives. - Ask the analyzerconfiguration if we should continue and put a cap on the maximum length of stream we read - Log parse errors in the analysisresult.
2009-01-09Update from version 1.2.4.2nb1 to 1.2.4.2nb2.he1-2/+6
Pkgsrc changes: o Add BUILDLINK_TRANSFORM settings which deactivate -fPIE and -pie in the compiler invocation. The configure script of this package checks to see if gcc accepts those options, and uses them if it does. However, apparently that does not mean that we universally will be able to run the resulting executables -- on NetBSD/4.0 macppc the run-time linker says "Unsupported relocation type 6 in non-PLT relocations" Tested that the dbus-daemon executable remains runnable on both i386 and that it is so now on macppc. Thanks to jmcneill@ and joerg@ for hints leading to this fix.