summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
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
2008-06-16Importing smbldap-tools version 0.9.5. It has still experimental phase.taca14-0/+734
Smbldap-tools is a set of scripts designed to help integrate Samba and a LDAP directory. They target both users and administrators of unix systems. Users can change their password in a way similar to the standard `passwd' command. Administrators can perform user and group management command line actions and synchronise Samba account management consistently. A version of these tools are bundled with samba, but this set is from the master development site and is generally more up to date.
2008-06-16Fix DESTDIR.joerg3-7/+9
2008-06-15Update pftop to version 0.7. Tested on NetBSD 3.1, 4.0 and yamt-pf42.peter11-481/+587
Changes in version 0.7: This version adds state filtering, which is funded by backcountry.com, many thanks. It is now possible to select which states are displayed using a tcpdump(8) like filtering language. The filter can be specified on the command line, using the '-f' switch. It is also possible to change the filter interactively using the 'f' command key. Some sample, not necessarily practical, filters are given below: - Do not show pfsync or carp traffic: not (pfsync or carp) not pfsync and not carp - DNS traffic not going to or coming from the DNS servers: port 53 and not host (10.0.0.10 or 10.0.0.11) - States with input bytes greater than 1M: inb > 1000000 - Traffic with very small average packet size: ((inb / inp) + (outb / outp))/2 < 100 inb / inp + outb / outp < 200 Changes in version 0.6: No functional changes. It now compiles and runs on OpenBSD 4.1-current after pf interface changes. This version also contains separated pf and display code. This should make adding new views easier. Changes in version 0.5: This version displays all active pf rules by traversing the ruleset tree. In addition HFSC queues are now displayed correctly thanks to Jared Spiegel. This version also incorporates other patches and comments I have received since the previous release. Many thanks to all who have contributed. - New command-line switch 'S' to start the display at a given state. - Display HFCS statistics in the queue page. - Fixed state and rule byte and packet counters - Fixed state sorting by packets and bytes - Fixed some minor display problems - The rule view now traverses all rulesets, and displays all active rules, together with anchor (ruleset) names. - Anchor and Label fields dynamically resize themselves
2008-06-14restore patch fragment that was lost in the recent updatetnn2-4/+23
2008-06-14Fix DESTDIR.joerg1-3/+3
2008-06-13update dbus dependencydrochner1-2/+2
2008-06-13update to 0.76drochner3-8/+7
changes: -some critical bugfixes -more bugfixes -New function to specify default timeout for calls on proxy -Implement org.freedesktop.DBus.Properties.GetAll
2008-06-13update to 1.2.1, mostly from Blair Sadewitzdrochner10-259/+398
There is some stuff in the pkg which is not completed or doesn't work yet, as support for NetBSD's new atomic increment ops, but this is not essential. It is a good moment to do the update right now because gtk2 was just updated, and there is just enough time before the next branch. This is a major update, too many changes to list here.
2008-06-12Added support for installation to DESTDIR.heinz1-2/+3
2008-06-12+ wbm-virtual-serverobache1-1/+2
2008-06-12Add DESTDIR support.joerg36-49/+110
2008-06-11Update MASTER_SITES.ad1-2/+2
2008-06-11Update detox to 1.2.0.obache3-12/+14
Based on MAINTAINER update request in PR 38940. While here, add DESTDIR support. Changes since detox-1.2.0-rc1 - Added the ability to ignore specific files. [sourceforge.net tracker #1253826] - Fixed a bug where directories specified on the command line wouldn't get translated. [sourceforge.net tracker #1213623] - Added support for translating large files. [sourceforge.net tracker #1509493] - Added inline-detox for stream based detoxification.
2008-06-10This is the "Virtualmin" module for Webmin.jnemeth4-0/+433
It is a Webmin module for managing multiple virtual hosts through a single interface, like Plesk or Cpanel. It supports the creation and management of Apache virtual hosts, BIND DNS domains, MySQL databases, and mailboxes and aliases with Sendmail or Postfix. It makes use of the existing Webmin modules for these servers, and so should work with any existing system configuration, rather than needing it's own mail server, web server and so on. Virtualmin can also create a Webmin user for each virtual server, who is restricted to managing just his domain and its files. Webmin's existing module access control features are used, and are set up automatically to limit the user appropriately. These server administrators can also manage the mailboxes and mail aliases in their domain, via a web interface that is part of the module.
2008-06-05needs msgfmt, from Hasso Tepper per PR pkg/38862drochner1-2/+2
2008-06-01Need msgfmt to build.obache1-2/+2
Noticed by Hasso Tepper in PR 38813.
2008-05-30Radmind update to 1.11.1hauke3-28/+6
This release of Radmind includes the following changes: * Fixed port failover on Mac OS X 10.5 clients. * Exclude patterns now support escape sequences [ Bug 1856125 ]. Thanks to Scott Hannahs for the report. * fsdiff manpage: clarification of exclude behavior. Major changes since 1.10.0: - Support for exclude patterns. - The default server port is now the IANA-registered 6222. Clients now try to connect to port 6222 by default, failing over to the legacy port if necessary. - USE_ASCII defined on Mac OS X to improve case-insensitive fsdiff performance. Minor changes and fixes: - lcksum -a works again. Thanks to Geoff Franks for the report. - Minor cleanup of port selection code. - Set correct paths for TLS related files. Thanks to Linc Davis for reporting the problem. - ra.sh up is now shorthand for ra.sh update. - Allow directories to have 5 or 6 arguments on all platforms. This fixes a bug preventing twhich from parsing apple transcripts on non-apple hardware. - twhich now trims trailing slashes from paths passed in from the command line.
2008-05-30Update to 2.01.01.40:wiz2-7/+7
All: - Added an autoconf test for SIZEOF_FLOAT & SIZEOF_DOUBLE to allow to compile the Bourne shell in 64 bit mode. Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale): - mkisofs now prints more explicit error messages if the strings (like e.g. the volume name) inside the PVD do not fit. This should help people that use e.g. UTF-8 based locales and don't understand that the strings may use up more octett space than the number of characters in the string. - mkisofs now supports to import multi-extent files (> 4 GB) from old sessions.
2008-05-29update to 2.22.2drochner2-6/+6
change: Performance fix for bad graphic card drivers
2008-05-29Convert to user destdir (use SPECIAL_PERMS)tnn1-8/+13
2008-05-29sync w/ base pkgdrochner2-7/+7