summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
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
2012-02-24add an example rc.d script which sets the hostname to the xen domain namedrochner3-2/+32
2012-02-24"xl shutdown --halt" doesn't work, remove the "--halt"drochner1-1/+1
2012-02-24update to btpin-qt 1.5 (fix manpage markup)plunky3-22/+9
while here, change homepage and add LICENCE
2012-02-23glib2'2 g_open() needs 3 arguments (as documented); this is enforceddrochner2-1/+15
now after the recent glib2 fix; from Patrick Welche per PM
2012-02-23PR/42954: bacula-static option is broken. It requires non-libtool build,shattered2-4/+6
but Makefiles' "all" targets include both dynamic and static targets. Package PLISTs also don't support static-only build.
2012-02-22Revert unintended commits.wiz1-1/+2
2012-02-22Mention putty-devel successor.wiz1-2/+1
2012-02-21Fix master site URL.shattered1-2/+2
2012-02-20Fix build on SunOS.hans2-4/+12
The makefile uses uname -m to decide which programs to build on i386 vs. x86_64 (and then builds the same programs on both, but thats a different story). Teach it about i86pc, which is what SunOS usually returns on an x86 machine.
2012-02-19Fix new patch-ap commited earlier: space vs tab issue ...bouyer2-14/+13
2012-02-19Update memtest86 to 4.0.obache3-25/+8
Based on PR 45754 by Radoslaw Kujawa. Enhancements in v4.0 (28/Mar/2011) * Support for testing with multiple CPUs. All tests except for #11 (Bit Fade) have been multi-threaded. A maximum of 16 CPUs will be used for testing. * CPU detection has been completely re-written to use the brand ID string rather than the cumbersome, difficult to maintain and often out of date CPUID family information. All new processors will now be correctly identified without requiring code support. * All code related to controller identification, PCI and DMI has been removed. This may be a controversial decision and was not made lightly. The following are justifications for the decision: 1. Controller identification has nothing to do with actual testing of memory, the core purpose of Memtest86. 2. This code needed to be updated with every new chipset. With the ever growing number of chipsets it is not possible to keep up with the changes. The result is that new chipsets were more often than not reported in-correctly. In the authors opinion incorrect information is worse than no information. 3. Probing for chipset information carries the risk of making the program crash. 4. The amount of code involved with controller identification was quite large, making support more difficult. Removing this code also had the unfortunate effect of removing reporting of correctable ECC errors. The code to support ECC was hopelessly intertwined the controller identification code. A fresh, streamlined implementation of ECC reporting is planned for a future release. * A surprising number of conditions existed that potentially cause problems when testing more than 4 GB of memory. Most if not all of these conditions have been identified and corrected. * A number of cases were corrected where not all of memory was being tested. For most tests the last word of each test block was not tested. In addition an error in the paging code was fixed that omitted from testing the last 256 bytes of each block above 2 GB. * The information display has been simplified and a number of details that were not relevant to testing were removed. * Memory speed measurement has been parallelized for more accurate reporting for multi channel memory controllers. * This is a major re-write of the Memtest86 with a large number of minor bug-fixes and substantial cleanup and re-organization of the code.
2012-02-18Fix build on OpenSolaris, from MASUDA Hideo in PR pkg/46043bouyer3-4/+21
2012-02-18Make SunOS use sun-streams, from Stephan Tesch in PR pkg/45806bouyer2-1/+4
2012-02-17Update clex to 4.6.4.obache14-135/+54
based on maintainer update request by PR 45960. * * * CLEX Revision History * * * 4.6.4 released on 21-MAY-2011 Problems fixed: * Name completion did not expand a single tilde as a home directory. * A mouseclick on a certain screen area of the help panel could lead to a crash. New or improved functionality: * The English documentation was proofread and corrected, the service was kindly contributed by Richard Harris. * Text file preview function was added. * The initial working directory for the secondary file panel is now set by a bookmark named DIR2. This replaces the configuration parameter DIR2. * The initial working directory for the primary file panel can be now set by a bookmark named DIR1. * New configuration parameter TIME_DATE controls the display of date and time. * Changes to the mouse control were made. * The recommendation against using alt-R for normal file renaming was dropped. 4.5 released on 24-SEP-2009 Problems fixed: * Name completion could not complete user and group names containing a dot, comma or a dash character. New or improved functionality: * A mouse is supported on xterm-compatible terminals. * The location of configuration files has been moved again in order to comply with the XDG Specification. The standard place for these files is from now on the ~/.config/clex directory. Use the 'cfg-clex' utility to move the files to the new location. * There is a new option in the completion panel which allows completion of a name which is a part of a longer word. The option has a self-explaining description: 'name to be completed starts at the cursor position'. * Configuration parameter C_PANEL_SIZE (completion panel size) cannot be set to AUTO (screen size) because this size is often uncomfortably small. * The Unicode soft hyphen character is displayed as a control character. * In the history panel a command separator is automatically inserted into the input line when a command is appended to the end of another command. * Configuration parameters CMD_Fn accept a new control sequence $~ which disables the 'Press enter to continue' prompt. The control is returned to CLEX immediately after the command execution terminates provided that: * the command has not been modified; and * the command terminates successfully (exit code zero). * The $! control sequence can appear anywhere in a configuration parameter CMD_Fn, not only at the end. * New function: alt-Z places the current line to the center of the panel. People using cluster-ssh might find it useful. 4.4 released on 07-APR-2009 Problems fixed: * In the help text there were few UTF-8 characters which are now eliminated because they could not be displayed properly in non-UTF-8 encodings. New or improved functionality: * New function was added: change into a subdirectory showing the contents in the other file panel (alt-X). This function allows a return into the original directory simply by switching panels (ctrl-X). 4.3 released on 29-MAR-2009 Problems fixed: * A newly added bookmark did not appear on the screen immediately. * A misleading message 'Ignoring the DIR2 configuration parameter' was logged when the 'DIR2' was set to 'HOME'. New or improved functionality: * The bookmark organizer has been merged with the regular bookmark panel. * Bookmarks can have descriptive names. * The current working directory can be bookmarked from the file panel (ctrl-D). * The 'B_PANEL_SIZE' config parameter was removed. 4.2 released on 15-MAR-2009 Problems fixed: * In some cases the 'cfg-clex' utility was generating an unusable template for the copy command (F5). * Under certain circumstances a crash was occurring on exit when CLEX was used over a ssh connection. New or improved functionality: * All configuration files now reside in the .clex subdirectory. Use the 'cfg-clex' utility to move the files to new location. 4.1 released on 09-FEB-2009 Problems fixed: * Usage of uninitialized memory during the start-up has been corrected. It caused a crash on the Apple Mac OS X platform. Systems where CLEX starts normally are not affected by this bug. * A compilation problem on Apple Mac OS X was fixed. * The xterm title change feature did not work on remote telnet or ssh connections. New or improved functionality: * If a directory comparison is restricted to regular files, then only information about this type of file is displayed in the summary. * A small program named 'kbd-test' was added. It is a utility for CLEX 4.0 released on 22-DEC-2008 This is the initial release of the CLEX 4 branch. Main new features are: * Unicode support was implemented. * Several configuration parameters have been converted to options which are saved automatically. * The log panel and optional logging to a file for auditing and troubleshooting were added. * There is now 'cfg-clex' utility. * A built-in function for renaming files with invalid or unprintable characters was added. Enhancements (compared to previous releases) include: * Configuring prompt, time format and date format is more flexible. * The help is not limited to one link per line. * The user interface of the directory compare function was redesigned. * Changes in the pattern matching routine were made * Panel filtering is now available in two more panels. * A new tool for inserting control characters into the input line was added.
2012-02-16Uses pod2man and pod2html.hans1-2/+2
2012-02-16Fix build on SunOS.hans1-1/+2
2012-02-15update to BlueZ HCIdump 2.2, changes are basically increasedplunky18-137/+117
parsing for L2CAP packets, new parsing for AVCTP and AVRCP protocols, some endian bugfixes and the archive now contains the files needed from bluez-libs so we don't need to get that separately.
2012-02-13update to 0.19drochner4-21/+25
changes: -many fixes -documentation updates, manpages added
2012-02-12Update systutils/fabric to 1.3.4.gls4-26/+18
pkgsrc changes: - Adjust dependency chain. Now depends on security/py-ssh instead of security/py-paramiko. Upstream changes: The main new feature in Fabric 1.3.x is parallel tasks execution support (invoked by fab -P). Releases at the same time in the 1.2.x and 1.3.x branches, including the same bugfixes. Changes since the latest release in the 1.2.x branch (1.2.5), included in branch 1.3: 2012-01-12: released Fabric 1.3.4 [Bug] #492: @parallel did not automatically trigger linewise output, as was intended. This has been fixed. Thanks to Brandon Huey for the catch. [Bug] #510: Parallel mode is incompatible with user input, such as password/hostname prompts, and was causing cryptic Operation not supported by device errors when such prompts needed to be displayed. This behavior has been updated to cleanly and obviously abort instead. [Bug] #494: Fixed regression bug affecting some env values such as env.port under parallel mode. Symptoms included rsync_project bailing out due to a None port value when run under @parallel. Thanks to Rob Terhaar for the report. [Bug] #339: Don't show imported colors members in --list output. Thanks to Nick Trew for the report.