summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2006-05-05Update the bacula packages to 1.38.9.ghen7-18/+15
Changes since the 1.38.8 release: - Added code to strip backslashes from Windows filenames during a restore. - Corrected Win32 License to use the correct LICENSE file. - Corrected the buffer count and bytes reported in the heap statistics. - Implement an NT_() macro to indicate that text should NOT be translated. - Fix a number of incorrect strings marked for translation, when they should not be (e.g. commands). - Fix StartTime bug reported for ClientRunBeforeJob and RunBeforeJob Patches supplied by user in bugs #608 and #599. - Use most recent of st_ctime and st_mtime in restore tree DIR listing. This fixes some problems with Win32 printing incorrect values. - Correct the clock shift comm time calculation between the DIR and the FD. It was added rather than subtracted. - Strip all backslashes in filenames to be restored on Win32 machines -- the names should all be in Unix format, and if there are any backslashes it is most likely due to an improper FileSet definition, and the files will not otherwise be restorable. - Remove lib/regex.c (replaced by bregex.c). - Delete src/win32/License.txt - Modify installer to install LICENSE - Add back ua_label barcode fix from Rufolf Cejka. - Add 'Dir Status' button to the gnome console. - Display heap stats in Storage daemon without debug level. - Integrate most of the MinGW changes -- more to do. - Implement using pg_config for finding PostgreSQL files. Fixes bug #600. Patch supplied by user. - Remove -t option from mktemp in mtx_changer.in and use working directory. Fixes bug #578. - Update job start time after the any run before job so that files created by the script are only backed up once. Fixes bug #599. - Strip trailing newline only from filenames entered in the restore command when reading a file. This permits the user to enter filenames with trailing spaces. Fixes bug #549. The user supplied a patch that I modified slightly. - Use the most recent time (st_mtime, st_ctime) in the dir command in restore. This gives the user a better idea of what the newest file really is. This fixes bug #574. The fix was suggested by the user. - Remove the -f option from the chown in Makefile.in for more portability. - Change setting the group in Makefile.in to use chgrp for more portability. - Implement a Bacula read/write lock for Python rather than using the Python lock to avoid recursive problems. - Correct the uninstall directory names in filed/Makefile.in as reported by a user.
2006-05-04Added patch-aa for compatibility with ISO C90.martti3-3/+24
2006-04-28Update to 0.11:wiz2-7/+6
============ Version 0.11 ============ o Validate desktop file categories (Emmet Hikory, Vincent Untz) o Use GKeyFile instead of the old egg code in update-desktop-database (Vincent) o Use GOption instead of popt (Vincent) o Fix grammar problem in one of the strings (Moritz Barsnick) o NULL terminate search patch in update-desktop-database (Mike Hearn) o Fix language to encoding mapping to match spec (Ville Skyttä)
2006-04-28Update k3b to 0.12.15markd2-7/+6
* Write more metadata tags in the default setup of the external encoder plugin. * Fixed on-the-fly Video DVD creation. * Fixed data project verification in case filenames had to be shortened due to Joliet limitations. * Use -dvd-compat parameter to close DVDs in on-the-fly mode. * Fixed libdvdcss handling (again), no crashes anymore. * Fixed the "invalid url" bug. * Use SG IO for scsi commands with newer linux kernels. This should fix problems with scsi device detection. * Warn about shortened filenames due to Joliet restrictions before starting the burning process.
2006-04-27update to 2.14.1drochner5-28/+11
changes: * Some performance fixes for sftp * Mark CD volumes as readonly (HAL) * Portability and build fixes
2006-04-27Update to 0.3.18adrianp2-6/+6
> 2006-03-27 Balazs Scheidler <bazsi (at) bzorp.balabit> > > * configure.in: bumped to 0.3.18 > > 2006-03-13 Balazs Scheidler <bazsi (at) bzorp.balabit> > > * src/io.c: removed fd counting loop, cache maximum number of fds > and allocate the fds array dynamically > > 2006-01-23 Balazs Scheidler <bazsi (at) bzorp.balabit> > > * src/io.c (do_write): added support for platforms without an > MSG_DONTWAIT flag
2006-04-27Fixed a build error on Solaris, where the function login_tty does notrillig4-12/+44
exist. The code only checked for HAVE_UTMP_H, not for HAVE_LOGIN_TTY.
2006-04-23Modify packages that set PKG_USERS and PKG_GROUPS to follow the newjlam3-6/+15
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig12-27/+27
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22Reset MAINTAINER; I don't have the time nor inclination to maintainlukem2-4/+4
these any more.
2006-04-22no need for obsolete information herelukem1-4/+0
2006-04-21Fix build on DragonFly and with newer GCC versions.joerg3-10/+19
2006-04-20Fix string output of IDENTIFY on little endian machines (which I brokemartin2-6/+9
with the previous version). Noted by Rhialto in private mail.
2006-04-18Comment out HOMEPAGE and MASTER_SITES, the domain has expiredwiz1-3/+3
and been grabbed.
2006-04-18Update to dfuibe_installer 1.1.7:joerg2-6/+6
Fixes a double-free by incorrect use of dirname(3).
2006-04-18Improve the block-file-nbsd script slightly so that it's possible tojlam2-6/+17
force a read-only bind of the image file to a vnd(4) device. Bump the PKGREVISION.
2006-04-17Note that on NetBSD 4.0 the user no longer needs to use ipwctl to load therpaulo1-1/+2
firmware.
2006-04-17update to rdiff-backup 1.0.4recht2-8/+7
patch provided by Daniel Neri in PR 32777 New in v1.0.4 (2006/01/15) -------------------------- Files with ACLs will not be unnecessarily marked as changed (bug report by Carsten Lorenz). Another fix for long-filenames crash, this time when a long-named directory with files in it gets deleted Selection fix: empty directories could sometimes be improperly excluded if certain include expressions involving a non-trailing '**' were used. Bug reported by Toni Price. Bug #15436 reported by Remy Blank: rdiff-backup would sometimes crash on ACLs if the owning uname did not exist on destination. New in v1.0.3 (2005/11/25) -------------------------- Applied Alec Berryman's patch to update the no-compression regexp. Alec Berryman's fs_abilities patch is supposed to help with AFS. Fixed (version of) filename-too-long crash when quoting. Due to very detailed error report from Yoav, fixed a "Directory not empty" error that can arise on emulated filesystems like NFS and EncFS. Cleaned up remove older than report, and also stopped it from deleting current data files if you specify a time later than the current mirror. --compare fix, now you don't need to specify the exact time of a session to avoid a "no metadata" error. New in v1.0.2 (2005/10/24) -------------------------- Fix for spurious security violation from --create-full-path (reported by Mike Bydalek). Fix for bug 14545 which was introduced in version 1.0.1: Quoting caused a spurious security violation. (Important for Mac OS X) An error reading carbonfile data on Mac OS X should no longer cause a crash. (Thanks to Kevin Horton for testing.) Carbonfile support now defaults to off, even if the system appears to support it. It can be manually enabled with the --carbonfile switch. If you know something about Mac OS X and want to look at the carbonfile code so it can be re-enabled by default, please do so :) (help available from list) Fix for bug #14799 reported by Bob McKay: Crash when backing up files with high permissions (like suid) to some FAT systems.
2006-04-17More PKGREVISION bumps for png-1.2.9nb2 update.wiz1-2/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz62-113/+124
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam32-854/+854
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-16"Your operating system Darwin isn't supported. Feel free to help. :P"ghen1-1/+3
NOT_FOR_PLATFORM added, I'll leave this to a Darwin guru to fix...
2006-04-16Update to 2.14.0:wiz3-8/+13
============== Version 2.14.0 ============== Features * Start inotify support (not compiled by default) (Mark McLoughlin) Fixes * Small fix for the python bindings (Mark McLoughlin) * Fix infinite loop (Mark McLoughlin) Translators * Ales Nyakhaychyk (be) * Jérémy Le Floc'h (br) * Petr Tomeš (cs) * Rhys Jones (cy) * Ole Laursen (da) * Hendrik Richter (de) * Pema Geyleg (dz) * Kostas Papadimas (el) * Reuven Gonen (he) * Rajesh Ranjan (hi) * Takeshi AIHANA (ja) * Vladimer Sichinava (ka) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Wouter Bolsterlee (nl) * Kjartan Maraas (nn) * GNOME PL Team (pl) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Sebastian Ivan (ro) * Leonid Kanter (ru) * Elian Myftiu (sq) * Слободан Д. Средојевић (sr) * Maxim Dziumanenko (uk) * Funda Wang (zh_CN) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW)
2006-04-14Update the bacula packages to 1.38.8.ghen5-13/+15
Release 1.38.8 (14Apr06) 14Apr06 - Correct Makefile for Solaris /bin/sh - Correct mtx-changer.in for Solaris /bin/sh - Abort if a conf resource does not have a Name = 12Apr06 - Change the name of the regex program to bregex. - Add the bwild program to the tools directory. It is similar to the bregex program. - Implement create bregex.h and bregex.c in src/lib from the Python regexp program. - Use the new bregex.c to implement Regex expressions on Win32. 11Apr06 - Modify Makefile to change the permissions on Working Directory to 770 if the directory is created. - Do not fail the Makefile if changing the permissions or owner/group on WorkingDir fails. - Correct the old recycling algorithm so that Scratch Volumes are selected when looking for a Volume in the changer. - Correct a typo in the Verify SQL reported by Joe Park. 10Apr06 - Remove automatic case folding on Windows FDs. You must explictly use the 'Ignore Case = yes' option. - Remove the code added to 1.38.6 and 1.38.7 that pulls a scratch volume in an Autochanger early in the 'recycling' algorithm. 08Apr06 - Tweak license to include Microsoft restrictions. - Move mysql.reconnect to after real_connect(). Thanks to Frank Sweetser for the patch. - Disallow a backslash in a File = directive (Windows junk) unless the string is quoted. - Apply Eric's patch to ua_label.c so that daemon protocol is not translated.
2006-04-13Update gkrellm packages to version 2.2.9.cube12-41/+96
pkgsrc changes: - introduce various patches to fix compilation problems (gkrellm is a complete mess). - activate sensors-common.c on NetBSD. 2.2.9 - Fri Mar 31, 2006 ------------------------ * Bugfixes o Segfault if select config Builtins->Battery with no batteries present. 2.2.8 - Thu Mar 30, 2006 ------------------------ * Add battery monitor option to use percent capacity remaining for alerts. * Filippo Giunchedi linux.c patch: make sensor code able to read apple/pmu's sysfs based sensors. * Jindrich Makovicka linux.c patch: subtract the memory allocated to slabs from the used memory and add it to the cached value instead. * Put multiple instances lock files in /var/lock. * Bugfixes: o Fix gkrellm_125_sequence() off by a bit here and there. o Invalidate chart text runs when chart height changed. o mbmon sensors decimal point char can be different from current locale. o Read linux cpu stats from /proc/stat as 64 bits. o Segfault on editing disk chart format string after disabling a disk. o gkrellmd -plog segfaulted if no plugins are installed. o Don't NULL serve_name prior to each gkrellmd plugin serve_data call. o Use a per client input_func in gkrellmd_client_read(). * Translation updates o bg.po new Bulgarian translation by Vasko Vasilev. o es.po from Cristian Othon Martinez Vera o ru.po from Vitaly Lipatov
2006-04-13Ugh, I don't know what happened here... re-enable fam support.jmmv1-2/+4
Bump PKGREVISION to 2.
2006-04-13BROKEN_GETTEXT_DETECTION already defaults to "no".jlam1-6/+1
2006-04-13This needs fam directly.jmmv1-1/+2
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam16-63/+32
USE_TOOLS+=msgfmt.
2006-04-13Fixed pkglint warnings. The documentation is installed in share/doc/mgmrillig2-86/+80
instead of share/doc/html. Bumped PKGREVISION.
2006-04-13Replaced mv(1) and sed(1) with the SUBST framework.rillig1-7/+8
2006-04-12update to 2.14.1drochner3-7/+8
changes: * Strip unsafe characters from filenames * Make the estimated time to finish less erratic * More accurately estimate the total size of disc to write * Unref drive instead of freeing -translation updates
2006-04-12update to 2.14.1drochner3-8/+8
changes: * Translation updates * Code cleanups * Use --no-desktop option for all desktop files * Startup performance improvements * Make files copied from read-only source writeable * Don't allow bookmarking x-desktop:/// * Add help buttons to several dialogs * Fix SVG file identification * Properly break down URIs for connect to server ui * Don't reposition icons on reload * Show unmounted but user-visible drives in the places sidebar * Display more info in the progress dialog when preparing * Smarter DnD target selection * Smaller close icon in the sidebar title * GnomeGoals: Use po/LINGUAS
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig33-66/+66
that they look nicer.
2006-04-11Update sysutils/pv to 0.9.6. Changes from version 0.8.6 include:jlam3-43/+20
- decimal values now accepted for rate and size, eg "-L 1.23M" - on the final update, blank out the now-zero ETA - use lockfiles if terminal locking fails - code cleanup & bug fixes
2006-04-10Hook up dfuibe_installer, dfuife_cgi and dfuife_curses.joerg1-1/+4
2006-04-10Initial import of dfuife_curses-1.5 from pkgsrc-wip.joerg4-0/+38
From DESCR: DFUI curses frontend. Allows a DFUI backend (such as a system installer) to communicate with the user with an addressable text screen-oriented ('curses') user interface.
2006-04-10Fix pkglint warnings.joerg2-5/+5
2006-04-10Initial import of dfuife_cgi-1.4 from pkgsrc-wip.joerg4-0/+37
From DESCR: DFUI CGI frontend. Allows a DFUI backend (such as a system installer) to communicate with the user via a web browser.
2006-04-10Initial import of dfuibe_installer 1.1.6 from pkgsrc-wip.joerg4-0/+33
From DESCR: BSD Installer backend. Uses DFUI, so one of the available DFUI frontends must also be installed for this to be useful.
2006-04-09Installs info page. Bump revision.joerg1-1/+3
2006-04-08Honor PKGMANDIR.reed1-3/+3
2006-04-07List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam18-47/+43
2006-04-07Update the bacula packages to 1.38.7.ghen4-12/+12
Release 1.38.7 (06Apr06) released 07Apr06 - Remove timed wait for VSS on Win2K3 as it is not yet implemented. - Correct bacula.in script to reference bacula-ctl-xx in the sysconfig directory rather than the bin directory.
2006-04-06Change BUILDLINK_DEPENDS.pkg to BUILDLINK_API_DEPENDS.pkg.reed3-7/+7
I missed this in my commit earlier.
2006-04-06Over 1200 files touched but no revisions bumped :)reed46-125/+125
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-04INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Makejlam3-4/+6
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
2006-04-04Fix C99ism so that this builds under NetBSD 1.6.2.jmmv2-1/+18
2006-04-04Requires Python 2.4.joerg1-1/+3
2006-04-03Note where patch-ae is being tracked (libdbus_convenience should be linkedjmmv2-3/+5
-static).