summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2006-10-07Update to 4.17. This is for PR 34337.reed3-18/+15
Recent changes include: 2006-03-02 16:06 Christos Zoulas <christos@zoulas.com> * Print empty if the file is (Mike Frysinger) * Don't try to read past the end of the buffer (Mike Frysinger) * Sort magic entries by strength [experimental] 2005-11-29 13:26 Christos Zoulas <christos@zoulas.com> * Use iswprint() to convert the output string. (Bastien Nocera) 2005-10-31 8:54 Christos Zoulas <christos@zoulas.com> * Fix regression where the core info was not completely processed (Radek Vokál) 2005-10-20 11:15 Christos Zoulas <christos@zoulas.com> * Middle Endian magic (Diomidis Spinellis) 2005-10-17 11:15 Christos Zoulas <christos@zoulas.com> * Open with O_BINARY for CYGWIN (Corinna Vinschen) * Don't close stdin (Arkadiusz Miskiewicz) * Look for note sections in non executables. 2005-09-20 13:33 Christos Zoulas <christos@zoulas.com> * Don't print SVR4 Style in core files multiple times (Radek Vokál) 2005-08-27 04:09 Christos Zoulas <christos@zoulas.com> * Cygwin changes Corinna Vinschen 2005-08-18 09:53 Christos Zoulas <christos@zoulas.com> * Remove erroreous mention of /etc/magic in the file man page This is gentoo bug 101639. (Mike Frysinger) * Cross-compile support and detection (Mike Frysinger) 2005-08-12 10:17 Christos Zoulas <christos@zoulas.com> * Add -h flag and dereference symlinks if POSIXLY_CORRECT is set. 2005-07-29 13:57 Christos Zoulas <christos@zoulas.com> * Avoid search and regex buffer overflows (Kelledin) 2005-07-12 11:48 Christos Zoulas <christos@zoulas.com> * Provide stub implementations for {v,}nsprintf() for older OS's that don't have them. * Change mbstate_t autoconf detection macro from AC_MBSTATE_T to AC_TYPE_MBSTATE_T. 2005-06-25 11:48 Christos Zoulas <christos@zoulas.com> * Dynamically allocate the string buffers and make the default read size 256K. 2005-06-01 00:00 Joerg Sonnenberger <joerg@britannica.bec.de> * Dragonfly ELF note support 2005-03-14 00:00 Giuliano Bertoletti <gb@symbolic.it> * Avoid NULL pointer dereference in time conversion. 2005-03-06 00:00 Joerg Walter <jwalt@mail.garni.ch> * Add indirect magic offset support, and search mode.
2006-10-06Imported checkperms.rillig4-0/+32
checkperms is a small and simple program that detects many inconsistencies in file and directory permissions. Theoretically, there are 2^12 valid combinations (setuid, setgid, sticky, owner-rwx, group-rwx, other-rwx), but only very few of them are actually used. It can automatically fix the permissions if instructed so.
2006-10-06Added a patch from Hauke Fath to fix the "test ==" in a second configurerillig2-1/+24
script. This fixes PR 34732.
2006-10-06Applied a patch from Mark Davies, which greatly simplifies the packagerillig4-27/+6
by including meta-pkgs/kde3/kde3.mk. PKGREVISION++.
2006-10-05Fixed "test ==".rillig4-2/+64
2006-10-05Fixed "test ==".rillig1-0/+13
2006-10-05Updated radmind to 1.7.1.rillig4-31/+29
Major changes from 1.6.1: - Performance improvements to fsdiff In testing on linux, we've seen an 80x increase without checksums and a 4x increase with checksums. Other Changes: - Added -I to ra.sh for case insensitive compares - Automated building of universal binaries on OS X - lcksum supports multiple transcripts on the command line (patch #1448910) - ra.sh supports alternative fsdiff root paths thanks to Jeremy Reichman - ra.sh -V displays correct version number - fixed a loop in ra.sh auto when ktcheck finds changes but fsdiff doesn't - fixed lapply -w usage in ra.sh auto. - twhich supports -r to recursively twhich all path elements (patch #1470196) - twhich -I actually ignores case - lcksum returns correct exit value when verifying multiple transcripts - Server only loging POSIX stats for children - Fixed type-o in base64.c - Eliminated some warnings in base64 code
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz10-25/+25
2006-10-03Needs qt3-tools to build, include its buildlink3.mk file.wiz1-1/+2
2006-10-03Fix HOMEPAGE.wiz1-2/+2
2006-10-02Fixed invalid use of PKGSRC_COMPILER.rillig1-3/+2
2006-10-02Fixed some pkglint warnings.rillig1-3/+5
2006-10-02Fixed pkglint warnings and the path to the manual pages.rillig2-12/+12
2006-10-02Fixed pkglint warnings.rillig2-9/+12
2006-10-02Typo.rillig1-2/+2
2006-10-02Added some newly imported packages.rillig1-1/+3
2006-10-02Imported swatch.rillig4-0/+34
Swatch was originally written to actively monitor messages as they are written to a log file via the UNIX syslog utility. For a simple demonstration type "perl swatch --examine=FILENAME" with FILENAME being the file that you would like to see the contents of. All this example will do is demonstrate the different text modes that are available with to the echo action.
2006-10-02Update sysutils/rsnapshot to 1.2.9abs3-138/+20
VERSION 1.2.9 (May 18 2006) ------------------------------------------------------------------------------ - Added utils/rsnapreport.pl, written by William Bear. - Detect exit status 23 and 24 from rsync in rsync_cleanup_after_native_cp_al - Add $! (system error message) to various warning messages in native_cp_al - Add more examples and comments to rsnapshot.conf.default.in - In Makefile*, for "make tar", include "t" (testing) in the tar file. - Do not strip the trailing slash if it's a remote root filesystem. (This was a bug in rsnapshot 1.2.3 if you use "backup host:/ ...") - Give a more descriptive error message "cannot have a remote snapshot_root" if user tries to configure an ssh path or rsync path as snapshot_root. - Add some more description to the error "rsnapshot refuses to create snapshot_root when no_create_root is enabled", after checking whether the snapshot_root is a non-directory file, or just plain non-existent. - Changed default syslog level to 'info' instead of 'notice' - Added include_conf directive - Allowed remote ssh directory paths starting with "~/" as well as "/". - Changed rsnapshot maintainer from Nathan Rosenquist to David Cantrell - David Cantrell <david@cantrell.org.uk> wrote the rsnapshot-diff utility - Chris Petersen added cwrsync permanent-share support - Robert Jackson <RobertJ@promedicalinc.com> added use_lazy_deletes - Added rollback for backup_scripts - Added rsnapshot-diff to Autoconf/Automake install/build process - Added sha1sum to utils/sign_packages.sh - Added a CVS Id to key files - Fixed exit value for some test invocations - Added 'rsnapshot diff' front-end to rsnapshot-diff - Added cmd_rsnapshot_diff - Added cmd_preexec - Added cmd_postexec - Added db prefs examples to utils/backup_mysql.sh and utils/backup_pgsql.sh - Fixed formatting with email addresses under AUTHORS section of man page - Added an extra safety check in copy_symlink() - Fixed swapped config comments about rsync_long_args in write_upgrade_config_file() - Added optional use of the CPAN Lchown module - Added safe_chown() wrapper to handle chown() calls safely - Added warning message if we can't properly lchown a symlink - Added fixes in sync_cp_src_dest() and sync_rm_dest() to properly delete a file that is being replaced with a directory - Fixed error message for dest not being specified in sync_rm_dest() - Changed skip message level to 2 in rsync_backup_point() - Added better file type checking in sync_cp_src_dest() - Removed redundant stat() calls in sync_cp_src_dest() and sync_rm_dest() - Removed trailing slashes from file paths when calling cp -al subroutines - Changed show_usage() to use here printing - Changed strip trailing slash operation in rsync_backup_point() to use strip_trailing_slash() - Fixed incorrect call to cmd_rm_rf() in handle_interval() - Fixed trailing slash on call to bail() in handle_interval() - Added sync_first feature (touches a lot of code) - When link_dest is enabled, rsnapshot will now hunt for the newest available directory to use as a link_dest target (up to the oldest directory) - When use_lazy_deletes is enabled, remove the lockfile before the final delete - Expanded on default (no args) and help messages - Added show_latest_snapshot() subroutine for shell scripts - Fixed sync_if_different() to allow alternating directories and files to be created with the same names between runs - Removed redundant line width and indent values in wrap_cmd() calls - Anthony Ettinger <apwebdesign@yahoo.com> wrote utils/mysqlbackup.pl - Sherman Boyd wrote utils/random_file_verify.sh VERSION 1.2.3 (Aug ?? ??:?? 2005) ------------------------------------------------------------------------------ - Fixed a bug introduced in 1.2.2 when rsync is not using --relative - Fixed a bug where the snapshot_root could be included in backups if the root filesystem was being backed up and --relative was not set VERSION 1.2.2 (Aug 20 18:07 2005) ------------------------------------------------------------------------------ - David Keegel <djk@cybersource.com.au> fixed a race condition in add_lockfile() - David Keegel <djk@cybersource.com.au> improved error reporting when config file isn't present - Provided a workaround for a bug in some versions of rsync which caused files to not be deleted properly when the --relative flag was set.
2006-10-02Imported filelight.rillig5-0/+78
Filelight allows you to understand exactly where your diskspace is being used by graphically representating your filesystem as a set of concentric segmented-rings.
2006-10-01Fixed some pkglint warnings.rillig1-3/+3
2006-09-29update bkpupsd to 2.2.1; fix a small but critical bug.taca2-6/+6
* correct timing of pid file creation again.
2006-09-28Restore some previous changes lost in the last commit.scw1-2/+9
Fixes a bulk build error pointed out by wiz@.
2006-09-26patch-aa was removeddrochner1-2/+1
2006-09-26Add an .../OLD URL to the SITES list, since version 4.76 is now not the ↵dsainty1-2/+4
latest version. Even if it were the latest version, this URL should still remain for future-proofing the package. Since I'm here, add an HTTP option too for those of us that prefer HTTP downloads.
2006-09-24Fix this for little endian argsmartin2-1/+23
2006-09-24Changes 2.16.0/2.15.1:adam2-8/+7
Gnome::Vfs::Mime: * Removed get_default_component(), get_short_list_components(), get_all_components(), id_in_component_list(), and id_list_from_component_list(). This is because the underlying functions have been removed from gnome-vfs. This _is_ an ABI break, but we are taking this extraordinary step because it is very unlikely that anyone is using these methods, and in order to remove the dependency on Bonobo. If you really need to use these methods, you should use the underlying C functions, which have been moved to libbonobo.
2006-09-24Fix build on DragonFly 1.6+.joerg2-6/+19
2006-09-24Fix build on DragonFly 1.6+.joerg2-1/+15
2006-09-22-make this build on -current where some fields were removed fromdrochner4-17/+49
struct uvmexp -- use uvmexp_sysctl on NetBSD instead -correct filesystem size calculation: the unit is vfsstat.f_frsize -bump PKGREVISION with jmmv's blessing
2006-09-22The GNUstep packages have GNUmakefile instead of Makefile.rillig1-1/+2
2006-09-20Made the package work for unprivileged builds.rillig3-11/+11
Fixed the file mode of the example rc.d script. (PR 34564) This also fixes PR 32835, which had already suggested all the changes I made, but I've seen it too late. :)
2006-09-19Update to version 1.2.2.scw7-82/+14
Notable changes are: - Added "closeidle true/false" to the tty server's config file option list to tell the server that it should close the terminal device when there are no clients connected to the service. - If tits is invoked as "stdio2pty", it will allocate a pseudo-tty device and connect its stdin/stdout to the master side. It will fork(2) and exec(2) a program specified on the command line. This program will have *its* stdin/stdout connected to the slave side of the pty. One application for this is to execute pppd(8) from inetd.conf. - Add a "masterpty" client, which makes it possible associate a pseudo-tty device with a service. For example, you can now use tip(1) to connect to the slave pty, which will cause the master side to be connected to the server. - Adapt to NetBSD's more stringent <ctype> parameter checks. - Gcc4 fixes, from Martin Husemann. Ok'd by agc@
2006-09-17Update to 0.4.7, based on PR 34299 by Martin Wilke:wiz2-9/+8
0.4.6 -> 0.4.7 * Enforced non-empty Synopsis line. * do_sanity_checks() test before Send. * Default to ports as category. * Remove Help button and use a Prefs one. * Prepare code for future libification of the send_pr process. 0.4.5 -> 0.4.6 * The user can use the -a command line option to include files up to 32 times and the program will include them in the Fix section. * Problem Report definitions are handled with an opaque PR_DEFS structure and accessed via a helper function. * Some of the code was moved into a new file (pr_defs.c). * Some whitespace cleanup was done.
2006-09-17Fix usage of the 'export' keyword in a shell script to fix build under Solaris.jmmv2-1/+20
Per PR pkg/33814 by Raymond Meyer.
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-1/+3
This fixes problems when some installed packages are outdated. Per wiz@'s request. (These are some that I forgot in the previous commit because they weren't initially in the file list. Reported by hira@.)
2006-09-16Update to 0.3.5. OK'ed by wiz@ during the freeze. Closes PR pkg/34318.jmmv3-10/+8
* Add three new required theme functions: - theme_check_init - determines if the theme is compatible with the running version of notification-daemon. - get_theme_info - returns info on the theme. - clear_notification_actions - Clears the notification action buttons on the window. * Disabled the Bubble theme for this release. It's the source of too many bugs. * Fix the scaling of different icon sizes. Now small icons display as small, and larger icons are scaled down to 48x48. * Fixed a problem where icons were being clipped in notifications. Patch by M.S. (Bug #21) * Fixed incorrect usage of GtkIconTheme. (Bug #38) * Fixed notifications with a timeout of 2147484ms or longer expiring in less than a second. (Bug #22) * Fixed a bug where a notification would duplicate its actions when updated. (Bug #30) * The Standard theme's countdown timer is now rendered using Cairo when compiled against Gtk 2.8.0 or higher. This improves the timer by making it antialiased. * Renamed notification-daemon.service to org.freedesktop.Notifications.service.
2006-09-16Update to 0.4.2. OK'ed by wiz@ during the freeze. Closes PR pkg/34317.jmmv4-25/+21
version 0.4.2 (17-June-2006): * Add G_BEGIN_DECLS and G_END_DECLS to notify.h, so that libnotify can be used in C++ applications properly. version 0.4.1 (17-June-2006): * Added support for attaching to a GtkStatusIcon. Patch by chpe. (Bug #60) * Added GObject properties to NotifyNotification. Patch by chpe. (Bug #60) * Added API documentation, accessible through devhelp. * Fixed up libnotify.pc to support dependencies correctly. (Bug #58) * Fixed notify_uninit() to properly set _initted to FALSE after being called. (Bug #56) version 0.4.0 (26-April-2006): * Patch by M.S. to switch notify-send to use GOption instead of popt, to add -v, --version, -h, and --hint options, and to rename -T, --type to -c, --category. This also fixes assertions when calling notify-send "". (Bug #41) * Fixed the short flag for --type to be -T in notify-send. (Bug #18) * Fixed the help in notify-send to indicate that --expire-timeout requires milliseconds, not seconds. (Bug #28) * Fixed some C99 usage. Patch by jensgr. (Bug #44) * Fixed notify-send on PPC.
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv17-24/+35
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-16Sort.wiz1-2/+2
2006-09-15Update to 2.15.92:jmmv3-8/+13
New in 2.15.92 - 21 august 2006 * Fixed LoadGraph overlay. * Fixed tiny leak. * Fixed font and alignment of various columns. New in 2.15.91 - 7 august 2006 * Renamed Devices tab as File Systems. * Updated translations. New in 2.15.90 - 26 july 2006 * Fixed segfault is libselinux not installed. * The disks list is now correctly updated. * Double-click in disks list opens the corresponding volume. * debug messages are displayed on command line if GNOME_SYSTEM_MONITOR_DEBUG is defined. * New icon - Rodney Dawes <dobey@novell.com> New in 2.15.4 - 9 july 2006 * No more compile dependency on libselinux. * Process arguments with line feeds are now escaped. Closes #341095. * Displays scale on graphs. New in 2.15.0 - 29 june 2006 * Updated gconf schema. * Can use libsexy to display process arguments. * New memory column : displays estimated memory usage. * Can use libgksu2.
2006-09-15Update to 2.16.0:jmmv3-10/+19
Major changes in 2.16.0 are: * Handle enter activation when using typeahead search * Avoid using gnome_vfs_is_local in wrong places * Translations Major changes in 2.15.92.1 are: * Fix crash on startup Major changes in 2.15.92 are: * Fix crash on changing owner/group of file * Fix double free * Make sure all strings are displayed translated Major changes in 2.15.91 are: * Use gtk recent files code * Fix file change notification regression * Don't display raw form of selinux contexts * Import lates EggSequence with bugfixes * DnD fixes * Read .hidden symlinks * Fix down navigation in last column, next to last row Major changes in 2.15.90 are: * Submenu support for extensions * Improved beagle daemon detection * Enable D'n'D reordering in the places sidebar * New icons for trash operations * Add a button/text toggle button to the location bar * Fix leak Major changes in 2.15.4 are: * New permission dialog with recursion and selinx support * Improve extension interface * Add complete session management * Handle removal of the displayed location more elegantly * Use proper nautilus-cd-burner icon * Support dropping uris, urls and text to subfolders * Fix leaks and warnings Major changes in 2.15.2 are: * Don't allow formating of mounted floppies * Perfomance fixes * Don't use deprecated eel features * Use less memory when thumbnailing Major changes in 2.15.1 are: * Improve startup performance * Use GOption * Fix selection box width calculation * Improve file permission handling * Add volume operations to the file menu, tree and places sidebar * New po/LINGUAS handling * Smarter date handling for images * HIG fixes * Fix various typos * Fix about dialog to work with current gtk+ * Fix crashes * Show network volumes in the places sidebar * Fix progress dialog showing the wrong file * Code cleanups
2006-09-15Update to 2.16.0:jmmv3-8/+16
============== Version 2.16.0 ============== Translators * Gabor Kelemen (hu) * Jovan Naumovski (mk) * Badral (mn) * Rahul Bhalerao (mr) * Matic Žgur (sl) * Onur Can Çakmak (tr) =============== Version 2.15.91 =============== Translators * Runa Bhattacharjee (bn_IN) * Francisco Javier F. Serrador (es) * Arangel Angov (mk) * Matic Žgur (sl) =============== Version 2.15.90 =============== Translators * Ani Peter (ml) * Subhransu Behera (or) * Theppitak Karoonboonyanan (th) ================ Version 2.15.4.1 ================ Fixes * Correctly update LT_VERSION (Vincent) ============== Version 2.15.4 ============== Features * Add new API to know if an application should be launched in a terminal and to know the path to the desktop file (Travis Watkins) * Complete python bindings for the "No Display" flag (Travis Watkins) Menu Editor * Allow specifying alternate menu files as command line arguments (William Jon McCann) Misc * Use po/LINGUAS (Wouter Bolsterlee) * Require intltool 0.35.0 (Vincent Untz) Translators * Runa Bhattacharjee (bn_IN) * Matheus Grandi (gn) * Swapnil Hajare (mr)
2006-09-15Update gnome-vfs2* to 2.16.0:jmmv19-689/+133
gnome-vfs 2.16.0 * http: Fix crash on some redirects * http: Ignore fragment identifiers in URIs * support --disable-selinux * Fix gnome_vfs_mime_type_is_equal * inotify monitoring fixes gnome-vfs 2.15.92 * Remove old unused code * Better sniffing of text files * Tweak xfer callbacks for better performance gnome-vfs 2.15.91 * Avoid slow I/O looking for trash on remote shares * Inotify updates to avoid polling as much. * Build fix gnome-vfs 2.15.90 * Don't use deprectated dbus calls * Always dispatch monitor events * Add gnome_vfs_drive_needs_eject function. * Add support for compile time version checking. * Add GNOME_VFS_ERROR_INVALID_FILENAME error * Handle ENAMETOOLONG when converting from errno * Initialize SSL lazily * Fix error reporting in dns resolver code * Robustness fixes * Clean up code and fix warnings * dav fixes * ftp: fixes for IIS virtual directories * sftp: Support setting symlinks gnome-vfs 2.15.3 'Kill the monkeys' Note: The moniker code was moved to a seperate module called gnome-vfs-monikers. We need to keep that in the platform to be API/ABI compatible. Also note that bonobo mime related functions have been moved to libbonobo. This relase is free of Bonobos :) * Replace bonobo by DBus as IPC mechanism between clients and the daemon: Remove all references and dependencies on bonobo. (Initial work done by Richard Hult and Mikael Hallendal from Imendio) * Massive API documentation update. * INotify: fixes for remote (i.e. NFS) filesystems * INotify: Updates to the timers used (see ChangeLog) * Convert all use of pop to GOption * Fix non ACL file method build * OSX fix for GnomeVFSAddress * Handle %% escaping % in desktop files. (#343632) * Check for later version of libselinux. (#344349) gnome-vfs 2.15.2 * win32 fixes * Don't hide smb shares that end with $ * ACL support * Support for reading selinux context * Fix bug in gnome_vfs_uri_hash gnome-vfs 2.15.1 * Fix sftp symlink support * Fix smb connecting many times to the server * Add authentication to command line utils * Escape "?" in paths, as this is a special char in uris * Fix up symlink resolving in some cases * Portability fixes for the cdda method * Fix up locking around the xdg mime code where missing * Better handling of existing files in create/makedir for ftp * Shut down vfs backends on shutdown * Handle ftp anon login failure better * Handle more % expansions in Exec lines in desktop files * Make GnomeVFSDrive user_visible only if it supports media check * Fix ftp handling of large files
2006-09-14Require Perl as run time dependency when VFS is requested, since most ofjoerg2-3/+4
the extfs scripts are Perl and a WRKDIR reference would sneak in otherwise.
2006-09-09Corrected dewey pattern for Dragonfly.heinz1-2/+2
2006-09-09Also works on Dragonfly BSD (reported by Thomas Schlesinger onheinz1-1/+2
pkgsrc-users).
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache5-10/+10
2006-09-07new homepagedan1-2/+2
2006-09-07Fixed the paths to the manual pages.rillig1-1/+3
2006-09-06Update to k3b 0.12.17. PR pkg/34325 from Martin Wilkemarkd3-37/+6
Changes: Fixed saving/loading of the file view configuration. Improved ffmpeg autoconf check. More FreeBSD Compile fixes (thanks to Heiner Eichmann). Fixed symbolic link handling in data projects (a bug introduced in 0.12.16). Use UTF-8 encoding to store and load local CDDB entries. Never use growisofs parameter -dvd-compat with DVD+RW media. Fixed flac audio encoding for the audio project conversion feature.