summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2008-07-30Add and enable ddrescue.obache1-1/+2
2008-07-29Update to 2.01.01a43:wiz3-11/+11
NEW features of cdrtools-2.01.01a43: ******* NOTE: cdrtools is currently in a state just before a new major release. ******* All: - config.guess now supports the "free" Apple Darwin variants Libscg: - "make install" now installes the libscg include files into $(INS_BASE)/include/scg/ Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale): - Added a workaround for some Linux filesystems that do not deliver "." and ".." first with readdir() - Fixed -x pattern not to exclude "." and ".." also - Always "." and ".." first to the dir content. NOTE that all these problems have not been present with "mkisofs .. -find <path-list>" NEW features of cdrtools-2.01.01a42: ******* NOTE: cdrtools is currently in a state just before a new major release. Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de): - Fixed array index overrun in L1 coder. Thanks to Heiko Eißfeldt. The problem was reported by the coverity test. Note that the L1 coder is not used by cdrtools. Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de): - New option -no-fork tells cdda2wav to run in unbuffered mode. - New option -interactive The first test implemenation supports the following interactive commands: stop stop reading If you like to empty the internal buffers, send "stop" read everything you get from the output pipe repeat this until no further data is available. cont continue reading read trasks <trackno> Start reading from new trackno read sectors <secno> Start reading from new sector number exit quit exit cdda2wav This new option is a result from a collaboration with the GNOME developers to make "sound-juicer" legal. Sound-juicer suffers from license problems from libcdio which is usually loaded as a "gstreamer" plugin. The option -interactive together with the related new libgstcdda2wavsrc gives better quality of the extracted audio-data and does not cause license violations.
2008-07-29Disable IPv6 by default, since this doesn't work on systems which arepgoyette6-6/+25
configured for IPv4 only. IPv6 can still be enabled via PKG_OPTIONS. Fixes my PR pkg/38957 ok gdt@
2008-07-29update to btpin-qt 1.3, now uses qt4plunky2-10/+13
adds DESTDIR support
2008-07-28remove BUILD_DEFS (PKGMANDIR is default included)plunky1-2/+1
2008-07-28add USE_BSD_MAKEFILE=yes for destdir supportplunky1-1/+3
2008-07-28Import ddrescue-1.8.obache4-0/+49
Based on PR 39202 by Edgar Fuss, some fixes and improvement by me. GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors.
2008-07-27Prevent this from trying to install a GConf schema file into the rootdholland3-2/+40
directory. PKGREVISION++. If you installed this since the previous update, you may want to check for and delete /lavaps.schemas.
2008-07-25Fix various cross site scripting, arbitrary command execution and varioustonnerre20-3/+538
other vulnerabilities in webmin (CVE-2008-0720).
2008-07-23Update to psftools-1.0.7.bjs3-8/+9
* Codepages: The PPCGREEK codepage had the two lower-case sigmas the wrong way round. Various other corrections made to the PPCGREEK and PPC860 codepages. * psf2bbc: Converts a PSF font to a BBC Micro soft font. * bbc2psf: Reverses psf2bbc; converts a BBC Micro soft font to PSF. * The BBCMICRO codepage now covers characters 32-255.
2008-07-21The configure script requires perl - make sure it's available.agc1-1/+2
2008-07-21Add and enable diskscrubagc1-1/+2
2008-07-21Initial import of diskscrub, a utility to overwrite a disk with data,agc4-0/+27
version 2.0, into the packages collection. Scrub writes patterns on special files (i.e. raw disk devices) or regular files to make retrieving the data more difficult.
2008-07-21Update lavaps to 2.7.dholland9-113/+86
Note: there's an alternate Gnome user interface now; it would be nice to be able to use it via PKG_OPTIONS, but I haven't done this yet.
2008-07-20Roman Kulik cannot maintain those packages anymore (he told me inheinz1-2/+2
private mail some months ago).
2008-07-18- updated to 1.1rhaen2-6/+6
ChangeLog: 1.1 Sun May 18 21:13:38 2007 - Released version 1.1. - Clearly marked MSWin32 systems as unsupported. (How do 64bit Windows system identify themselves?) - Fixed bug that caused Perl to segfault when closelog() was called before openlog().
2008-07-15Use my NetBSD.org email - I read it much more regulary than any others.mishka1-2/+2
2008-07-15update to 2.22.3drochner2-6/+6
change: Fixed network speed when there are pseudo-devices with no address
2008-07-15update to 2.22.5.1drochner2-6/+6
changes: -UI fixes -Preserve mtime when copying files -Thumbnailing improvements and speedup -bugfixes
2008-07-15update to 0.2.5drochner2-6/+6
changes: bugfixes
2008-07-14Mark as destdir ready.joerg23-23/+69
2008-07-13Update vobcopy to a version which is less than 3 years old. This fixestonnerre5-41/+95
CVE-2007-5718, some crashes, and introduces and fixes largefile issues. Changes since vobcopy-0.5.14: - Fixed operation on GNU libcized BSD variants. - Fixed compilation under MacOS 10. - Fixed CVE-2007-5718 (insecure temporary file creation). - Fixed segfault in the logging routine. - Fixed Makefile for gcc versions not equal to 3.4. - Choose the right dvd device from fstab. - Read only as many blocks as there are actually left. - Partial fix for detection of full nfs files. - Fixed double space detection on MacOSX, hopefully... - sprintf fixes. - -D_FORTIFY_SOURCE=2 is strange, 3 bytes won't fit into a char[4] then. Well, they fit into char[8]... - The configure.sh script now also detects if the system is an ia64/AMD64 and uses the lib64 directory accordingly. - Added checks for return values from library calls. - Added some code to make -n and -m mutually exclusive. - The size-checking code with -m was broken. Fixed hopefully. - Typo in the manpage. - With -m, if files exist you now have the option to [s]kip the files already present. - Some dvd's show files ending in ";?", they should now work.
2008-07-13Add patches "solving" the issue of bacula exposing passwords et ceteratonnerre11-5/+154
through the command line parameters of various tools (CVE-2007-5626).
2008-07-12use DISTNAME instead of PKGNAME_NOREV for DIST_SUBDIR for the benefit of ↵dmcmahill1-2/+2
other bacula pkgs that use this file
2008-07-10Add the vendor patches which are available for this version of bacula.dmcmahill6-11/+62
These fix a handful of bugs the most serious being a potential data loss bug. Committed during the freeze since a data loss bug in backup software is no good! See http://marc.info/?l=bacula-announce&m=119109399004039&w=2 for the announcement on the bacula-announce mailing list about this bug.
2008-07-10Fix PLIST. Bump revision.joerg2-3/+4
2008-07-08Remove incorrectly added pear-File_Findadrianp1-2/+1
2008-07-08+pear-File_Findadrianp1-1/+2
2008-06-30add some missing dependenciesjnemeth1-2/+3
2008-06-26Switch to mk/pf.buildlink3.mk.peter2-4/+4
Approved by agc.
2008-06-26Avoid CVS's keyword expansion, using careful sed argument.taca1-3/+5
2008-06-23usedmcmahill5-6/+6
#!@RCD_SCRIPTS_SHELL@ instead of #!/bin/sh Makes the startup scripts work on /bin/sh-challenged systems like solaris. Bump PKGREVISION.
2008-06-23Note than Radmind server has switched from port 6662 to thehauke2-1/+13
IANA-assigned 6222.
2008-06-23Add and enable ruby-activesambaldap.taca1-1/+2
2008-06-23Importing ruby-activesambaldap version 0.0.6.taca4-0/+257
ActiveSambaLdap is a library and a management tool for Samba + LDAP environment. ActiveSambaLdap provides object-oriented API to manipulate LDAP entry for Samba. ActiveSambaLdap also provides command-line tools to replace smbldap-tools written by Perl.
2008-06-22Update to pfstat-2.3.peter6-65/+109
Added a patch to make it compile on NetBSD 3.1 (no pf+ALTQ). (No changelog found)
2008-06-22Update to version 1.41. Changes:he2-6/+6
1.41 Mon 2 Jun 2008 - No functional changes - Updating location of author tests - Switching to Module::Install again, to generate a better META.yml
2008-06-21Catch up with gnustep-base changes. Bump revision.joerg2-460/+476
2008-06-21Update to 2.01.01a41:wiz2-7/+7
All: - several modification have been made to fix warning messages from a "coverity" test run. Scgcheck: - New option -auto for fully automated tests - Restructured for better results Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale): - Fixed a bug in the graft -root code from Patrik Ohly thanks to Ben Korvemaker <neb@drycold.ca> FreeBSD for reporting.
2008-06-21Sort.wiz1-2/+2
2008-06-21update to 0.4.11drochner2-6/+6
changes: -restore a patch which got lost in 0.4.10, for S3 filestore -fix for ssh uris with given portnumbers
2008-06-21+boxbackup*drochner1-1/+3
2008-06-21add boxbackup-client-0.10, a tool for online backups to some file storedrochner4-0/+34
(which should be a RAID and/or backed up by some "real" tool by itself), comparable to sysutils/duplicity
2008-06-21add boxbackup-server-0.10, a tool for online backups to some file storedrochner4-0/+36
(which should be a RAID and/or backed up by some "real" tool by itself), comparable to sysutils/duplicity (I also have the impression that it might behave better than duplicity in case that the file store is backed up with some incremental scheme, but this needs to be verified.)
2008-06-20Fix build on AMD64 by avoiding text relocations. Bump revisions.joerg3-3/+44
2008-06-20Add DESTDIR support.joerg45-82/+185
2008-06-19Add a marker for bootstrap packages to allow special cases them duringjoerg1-1/+2
bulk builds.
2008-06-19- Switch to use vendor_dir with Ruby 1.8.7.taca2-10/+9
Bump PKGREVISION.
2008-06-19- Fix support for NetBSD's atomic ops.bjs9-22/+163
- Fix up some inconsistent handing of CONFIGURE_ARGS (mostly related to the debug option). - Add test target (commented out, see Makefile). - Add some patches from freedesktop.org git (see comments atop new patches). - Remove trailing comma from an enum in tools/dbus-monitor.c. Passes all tests on NetBSD/amd64 4.99.65, save for spawn test, which seems to hang (?). I'm also running GNOME now and everything seems to be in order.
2008-06-16Add and enable smbldap-tools.taca1-1/+2