summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2012-03-21It's called SunOS, and it needs -lm.hans2-1/+29
2012-03-21update to 1.0.1drochner7-88/+20
changes: -UI improvements, UTF-8/wcurses support -Performance improvements -XDG compliance -bugfixes
2012-03-21Update ruby-facer to 1.6.6.taca3-7/+8
1.6.6 === e046144 Updated CHANGELOG for 1.6.6rc2 c273d34 Make ec2 facts work on CentOS again (#12666) c218d84 (#12362) Use Tempfile to generate temp files f6bbe14 (#12170) Adds gem spec description Without this patch, the gem spec file is missing a description attribute, which caus 5c5c330 Changes apple rake task to reflect package name facter instead of puppet. 9b5cb26 Updating conf/redhat/facter.spec for 1.6.5 release. 7d3889d (#12079) Fix order-dependent test failure due to odd stubbing. 7f2a0e2 add a simple test for openstack ec2 facts cb598aa Support EC2 facts on OpenStack
2012-03-20Fix build failure on SunOScheusov1-1/+3
2012-03-20add default targets to lib/Makefile (for pbulk)plunky2-5/+9
2012-03-20add kdf, kfloppy, filelight-kde3markd1-1/+4
2012-03-20Add kdf and kfloppy. Part of KDE SC 4.8.0markd8-0/+89
2012-03-20Update to KDE SC 4.8.0markd5-79/+24
2012-03-20Reimport filelight 1.0nb20 as filelight-kde3markd6-0/+100
2012-03-19Drop imake-check logic from X11 components' builtin.mk.joerg3-6/+6
Always use xorg-cf-files and imake from pkgsrc, replacing xpkgwedge. Always install man pages, not cat pages when using imake. Unify the various imake PLIST variables in preparation for dropping. Adjust xbattbar for the new expectations.
2012-03-19adjust this build so that it doesn't need to make a .aplunky9-47/+44
library, to avoid breakage on pkgbulk build which does not provide the same level of mk support as a NetBSD host
2012-03-18Update to 4.0.17 and delint. Notable changes:shattered3-8/+8
Added missing -i option to mshortname Make it clear that label is limited to 11 characters mbadblocks now takes a list of bad blocks mbadblocks now is able to do write scanning for bad blocks mshowfat can show cluster of specific offset Fixed encoding of all-lowercase names Consider every directory entry after an ENDMARK (0x00) to be deleted
2012-03-18Update ruby-fssm to 0.2.8.1.taca3-7/+9
Exact changes are unknown.
2012-03-18Update ruby-facter to 1.6.5.taca3-31/+47
1.6.5 === 71d3d3d (#12077) Add pciutils RPM dependency 1df5b46 (#11566) Add windows support for ec2 facts d1a33e5 (#11848) Don't hard code ruby install paths in Windows batch files 14cad7e Build a Rake task for building Apple Packages 5a60ca6 (#11559) Switch to RbConfig & Provide alias for RbConfig for pre-1.8.5 88c9429 (#10271) Identifying 'Amazon' using '/etc/system-release' 2de7b84 (#11661) EC2 rspec tests were using throw not raise to simulate a timeout b51ccf0 (#11583) Add basic coverage to the ec2 fact 82692ba (#9599) Generalize zone detection e6cebd3 (#9599) Add nexenta facts 9401b78 (#11583) Switch request method to open-uri monkey patch 'open' 3ccac87 (#9708) Amend requires in specs to use simple requires b0b5282 (#9708) Confine facts by kernel not operating system and remove confine for hardwareisa c473e3f (#10309) Remove the with_verbose_disabled method a99d87c (#10309) Rename tmpfile to tmpfilename to make function clear d50fc48 (#10309) Move all fixture data in spec/unit/data to spec/fixtures d6e8523 (#10309) Integrate new PuppetlabsSpec helpers into our existing facter spec code and general spec cleanup c1604c7 (#10309) Add puppetlabs_spec helper library based on Puppets own puppet_spec helpers d141e7e (maint) Fix requirement for FileUtils as operatingsystem_spec needs it now 9c224d3 (#11436) Unify memorysize and memorytotal facts 5c6322a (maint) Joined conditional statements for domain a1dba38 (#11196) Scan all arp entries for an ec2 mac 5cd30eb (#8279) Join ec2 fact output with commas 4633996 (#9789) Extend coverage of operatingsystem specs 6d21f90 Move Linux specific virtual tests to correct block. cb4e294 (#7753) Added error checking when adding resolves 6201820 (maint) remove redundant arch detection 4f9da1c (#11328) Fix uptime detection on OpenBSD 3f99f16 (#11328) Add virtualisation detection for OpenBSD
2012-03-18Update capistrano to 2.11.2.taca3-9/+11
## 2.11.2 / Febuary 22 2012 Fixes some bugs with the now deprecated `deploy:symlink` fallback option. ## 2.11.0 / Febuary 20 2012 This release replaces and fixes a broken 2.10.0 release (see below for information) This release includes all fixes as documented for 2.10.0, plus additional code cleanup (SHA: 3eecac2), as well as changing the public API from `deploy:symlink`, to `deploy:create_symlink` * Remove a testing dependency on `ruby-debug` (Lee Hambley, reported by Serg Podtynnyi) * Formerly deprecate `deploy:symlink`, this move was prompted by the Rake namespace fiasco of their 0.9.0 release, and is replaced by `deploy:create_symlink`. If you are looking for a place to hook asset related tasks, please consider `deploy:finalize_update`. Replaced by `deploy:create_symlink`, `deploy:symlink` now raises a deprecation warning, and defers to `deploy:symlink`. (Lee Hambley) * Update the 2.10.0 changelog. (Lee Hambley, reported by Jérémy Lecour) ## 2.10.0 / Febuary 19 2012 If you are reading this after Febuary 20th 2012, do not be surprised when you cannot find 2.10.0 on Rubygems.org, it has been removed because of a breaking API change. It is replaced logically enough by 2.11.0 where the API is still changed, but now issues a warning and falls back to the expected behaviour. The CHANGELOG for this release was updated retrospectively, I'm sorry I missed that when releasing the gem, 2.10.0 apparently not my finest hour as a maintainer. Ths fixes in this release include * Include sample NGinx config for `deploy:web:disable`(added by Roger Ertesvåg) * Fix gemspec time format warning (reported by Tony Arcieri, fixed by building the Gem against Ruby-1.9.3) * Finally removed deprecated `before_` and `after_` tasks. (Lee Hambley) * Rake 0.9.x compatibility (reported by James Miller, fixed by Lee Hambley) * More detailed logging output (fixed by Huang Liang) * Includes multistage, without `capistrano-ext`. `require 'capistrano/ext/multistage'` (fixed by Lee Hambley)
2012-03-17pkglint cleanup while here; set LICENSE.wiz2-4/+5
2012-03-17Fix build after G_CONST_RETURN has been deprecated.wiz6-13/+77
Based on PR 46210 by Francis GUDIN.
2012-03-16Bump PKGREVISION from default python change to 2.7.obache2-4/+4
2012-03-15Stop current memory usage being printed to stdout at process start if memorysborrill3-5/+6
ballooning if present. Bump PKGREVISION
2012-03-15Bump PKGREVISION from default python to 2.7.obache10-17/+20
2012-03-10Set LICENSE.shattered4-4/+8
2012-03-09update to bluez-hcidump version 2.3plunky2-10/+8
(rework the pkgsrc variables so that not as many lines need to be changed on updates) Changelog: Marcel Holtmann [Fri, 2 Mar 2012 01:54:01 +0000] build: Rename configure.in into configure.ac Johan Hedberg [Tue, 28 Feb 2012 00:05:42 +0000] lib: Add missing host feature defines This patch add missing SSP and "Simultaneous LE & BR/EDR" feature bit definitions to hci.h. Marcel Holtmann [Mon, 27 Feb 2012 06:42:41 +0000] lib: Make unaligned access functions const Marcel Holtmann [Mon, 27 Feb 2012 06:12:34 +0000] lib: Add definition for HCI_CHANNEL_MONITOR Andrei Emeltchenko [Fri, 24 Feb 2012 08:44:23 +0000] lib: Copy L2CAP chan policy defines from kernel Those defines will be used by user space. Marcel Holtmann [Tue, 21 Feb 2012 14:01:54 +0000] lib: Add struct for reading LE host supported setting Vinicius Costa Gomes [Fri, 10 Feb 2012 21:39:51 +0000] lib: Fix using old-style initializers Peter Krystad [Wed, 15 Feb 2012 19:04:11 +0000] lib: Add L2CAP Create/Move Channel definitions Luiz Augusto von Dentz [Fri, 17 Feb 2012 09:48:55 +0000] core: Add support for passing PSM as OBEX port As OBEX can now use L2CAP as transport, -O/--obex option should accept values other than RFCOMM channel, so values over 31 are now interpreted as PSM. Luiz Augusto von Dentz [Fri, 17 Feb 2012 09:48:54 +0000] L2CAP: add OBEX support Johan Hedberg [Thu, 2 Feb 2012 17:48:55 +0000] lib: Add stub for A2MP Johan Hedberg [Wed, 1 Feb 2012 06:05:26 +0000] att: Fix UUID-128 parsing ATT UUIDs are in little-endian format (in contrast to e.g. SDP). Vinicius Costa Gomes [Tue, 24 Jan 2012 13:57:18 +0000] lib: Add Key Size information to the security information Since some time the kernel has the capability to return the length of the key that was used to encrypt the link. This patch exposes that field to userspace so more applications can take decisions based on this information. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Makefile distinfo CVS: ----------------------------------------------------------------------
2012-03-09Fix an instance of GNU_PROGRAM_PREFIX not identified properly in PLIST.fhajny1-2/+2
2012-03-09Bump PKGREVISION for python default version change to 2.7.wiz6-11/+12
py-* not affected, since it built different versions depending on the setting already.
2012-03-08Update flashrom to 0.9.5.2.jakllsch2-6/+6
changes since 0.9.5.1: - fixes to (linux) spidev programmer - SFDP bug fixes - fixes for W83627 and IT87 SPI programmers
2012-03-08Apply missing bump PKGREVISION from pcre (via glib2/modules.mk).obache1-1/+2
2012-03-08Update home page URL.shattered3-6/+6
2012-03-08Add a generic-linux entry for linux 3 and up.sbd2-3/+13
2012-03-08Fix fpos_t fallout.joerg3-1/+29
2012-03-08Remove sysutils/mtree, it serves no purpose.joerg2-12/+1
Don't install cat page. Bump version for pkgtools/mtree.
2012-03-07Fix build on SunOS.hans2-3/+15
2012-03-07avoid "make -C <dir>", this is not supported with older BSD make,drochner2-1/+57
mostly from Jean-Yves Moulin per PM
2012-03-07include <fstream> instead of <fstream.h>hans2-1/+15
2012-03-07Update to 3.01a07:wiz3-20/+6
All: - The file COPYING has been reworded to be more obvious with explaining work limits. - A workaround for a bug in llvm-gcc-4.2 has been introduced in inc/avoffset.c. The llvm-gcc-4.2 bug caused an endless loop at an unexpected place. - New target "htmlxn" to only rebuild html versions of man pages only in case there was a change - The CSW packaging definitions in the schily makefilesystem was enhanced to permit referencing files in the package definition directory - include/schily/sigset.h added new macros: blocked_sigs(), block_sigs() - include/schily/fcntl.h now includes O_SEARCH for POSIX.1-2008 compliance. - Schily autoconf now tests for the size of mode_t, uid_t, gid_t, pid_t, dev_t, major_t, minor_t - Schily autoconf now defines a promoted type for mode_t that can be used together with varargs. This is needed as mode_t is smaller than int on some systems. - New autoconf tests for getdelim() and strncasecmp() - Added a workaround for a auto-dependency creation bug in the HP-UX c-compiler that resulted in wrong dependency files for all files in libshcily/stdio/ and for these files prevented an automated recompilation in case that an include file was changed. - Added links for: amd64-freebsd-cc.rul amd64-freebsd-gcc.rul amd64-openbsd-cc.rul amd64-openbsd-gcc.rul x86_64-darwin-cc.rul x86_64-darwin-gcc.rul x86_64-darwin-cc64.rul x86_64-darwin-gcc64.rul x86_64-darwin-cc32.rul x86_64-darwin-gcc32.rul - RULES/rules.loc now makes $(PTARGET) to depend on $(ARCHDIR) to support make -j 2 - New include files include/schily/inttypes.h and include/schily/stdint.h - The script conf/makeinc is no longer confused by OpenBSD that has man.7 and mandoc.7 and both match on man* Libschily: - New functions strstr() and wcsstr() - New libschily::fgetaline() and libschily::getaline() implement the functionality of the POSIX violating "getline()" from POSIX.1-2008. - New file libschily/abspath.c - New file libschily/resolvepath.c - New file libschily/mkdirs.c - An openat() emulation was added to libschily for platforms that miss openat(). - An fchdir() emulation was added to libschily for platforms that miss fchdir() - libschily/at-defs.h new support file for internals from the *at() emulation - libschily/lxchdir.c new file to support chdir() to long path names - libschily/procnameat.c new file to support *at() functions in case that a newer /proc file system implementation is available - libschily/savewd.c new file to support to save the current working directory regardless of whether fchdir() is present or not. - libschily/wdabort.c new file with abort functions that are needed in libschily for the case that no system fchdir is available and an attempt to emulate *at() functions fails - New functions strcasecmp() and strncasecmp() for libschily. - New functions diropen() dirrdopen() dirclose() for libschily. These functions are needed in order to emulate fchdir() on platforms that do not support fchdir(). - file_raise(NULL, FALSE) now also affects files that have been opened before the file_raise() call. Libdeflt: - The function defltcntl() in libdeflt is now working and allows to select a case insensitive mode. - New function defltsect() in libdeflt allows to create sub-sections in configuration files. These subsections need to be named: "[section-name]" and the '[' must be at the beginning of a line. Libfind: - libfind/walk.c now uses O_SEARCH to open directories Cdrecord: - cdrecord man page corrected some small typos in the EXAMPLES section. - cdrecord has been converted to be able to run completely root-less and suid-root-less and with no script that calls pfexec(1). This works on OpenSolaris ONNV_140 or later because the functionality of pfexec(1) has been integrated into the kernel. To enable this feature. edit the file /etc/security/exec_attr and add: Basic Solaris User:solaris:cmd:::/usr/bin/cdrecord:privs=file_dac_read,sys_devices,proc_lock_memory,proc_priocntl,net_privaddr or Basic Solaris User:solaris:cmd:::/opt/schily/bin/cdrecord:privs=file_dac_read,sys_devices,proc_lock_memory,proc_priocntl,net_privaddr depending on where you install cdrecord. No special shell is needed anymore. Cdda2wav (Maintained/enhanced by J - cdda2wav has been converted to be able to run completely root-less and suid-root-less and with no script that calls pfexec(1). This works on OpenSolaris ONNV_140 or later because the functionality of pfexec(1) has been integrated into the kernel. To enable this feature. edit the file /etc/security/exec_attr and add: Basic Solaris User:solaris:cmd:::/usr/bin/cdda2wav:privs=file_dac_read,sys_devices,proc_priocntl,net_privaddr or Basic Solaris User:solaris:cmd:::/opt/schily/bin/cdda2wav:privs=file_dac_read,sys_devices,proc_priocntl,net_privaddr depending on where you install cdda2wav. No special shell is needed anymore. Readcd: - readcd has been converted to be able to run completely root-less and suid-root-less and with no script that calls pfexec(1). This works on OpenSolaris ONNV_140 or later because the functionality of pfexec(1) has been integrated into the kernel. To enable this feature. edit the file /etc/security/exec_attr and add: Basic Solaris User:solaris:cmd:::/usr/bin/readcd:privs=file_dac_read,sys_devices,net_privaddr or Basic Solaris User:solaris:cmd:::/opt/schily/bin/readcd:privs=file_dac_read,sys_devices,net_privaddr depending on where you install readcd. No special shell is needed anymore.
2012-03-06Fix build on recent NetBSDjoerg3-1/+29
2012-03-06Recursive PKGREVISION bump for xulrunner, nss, and nspr.ryoon2-4/+4
2012-03-06Update for XenServer 6.0.2sborrill1-4/+4
2012-03-06Add logrotatesbd1-1/+2
2012-03-06Add logrotate-3.8.1 as sysutils/logrotatesbd11-0/+225
The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files. Logrotate allows for the automatic rotation compression, removal and mailing of log files. Logrotate can be set to handle a log file daily, weekly, monthly or when the log file gets to a certain size. Normally, logrotate runs as a daily cron job.
2012-03-05Fix a compile issue where it's possible to return an unset value.roy2-1/+17
2012-03-04Restore previous version, accidentally committed with pcre PKGREVISIONwiz1-1/+2
bump. It would be nice to have a solution for catinstall being unset on -current so I don't need these patches.
2012-03-03More pcre PKGREVISION bumps.wiz4-8/+7
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz112-219/+224
2012-03-01Reset maintainer, he resigned.wiz1-2/+2
2012-03-01Fix patch sum.hans1-2/+2
2012-03-01Fix build on SunOS.hans3-3/+19
- uses fts functions - use pkgsrc-provided LDFLAGS and LIBS
2012-03-01Fix build on SunOS.hans3-5/+23
- uses fts functions - no static linking - define MAP_FILE - make sure pkgsrc-provided CFLAGS and CPPFLAGS are used
2012-02-29Update HOMEPAGE to the new website.obache1-2/+2
2012-02-28reset PKGREV for base pkg updatedrochner2-6/+2
2012-02-26update flashrom to 0.9.5.1.jakllsch2-6/+6
since 0.9.4: 4 new recognized flash chips 4 new chipsets including: AMD Hudson Intel Tunnelcreek RDC R6030 68 additional verified mainboards 3 new FT2232-based programmers 1 new Rayer-compatible programmer new Linux SPI subsystem (spidev) programmer SFDP (Serial Flash Discoverable Parameters) support initial Intel Hardware Sequencing support detection of Intel chipset locks SPI support for serprog dediprog speedup chip voltage range listing 3 levels of -V verbosity --mainboard replaced with -p internal:mainboard