summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2009-12-15Update to 20091130. More patterns, I guess.wiz2-6/+6
2009-12-14LICENSE for the Amanda packages is basically the same as modified-bsd.heinz1-1/+2
2009-12-14Don't depend on ccache and distcc to avoid a cycle in the "pkg_infogdt1-2/+4
-N" dependency graph.
2009-12-14System Tools Backends Version 2.6.1, 2009-04-15obache4-22/+29
----------------------------------------------- Changes since last release ========================== - Added infrastructure for translations (David Planella) - Fixed some compiler warnings (Carlos Garnacho) Translations ============ - fr (Claude Paroz) - it (Luca Ferreti) - es (Jorge Gonzalez) - pt_BR (Leonardo Ferreira Fontenelle) - ca (David Planella) - el (Fotis Samis, Simos Xenitellis) - hu (Kelemen Gábor) - sl (studko) - zh_CN (Ray Wang) - da (Kenneth Nielsen) - he (Marik Krapivner) - plus a bunch from rossetta...
2009-12-13buildlink avahi and fam conditionally as PKG_BUILD_OPTION.obache1-1/+12
2009-12-12Support staged installation.asau3-2/+26
2009-12-12Recent cdrecord's insist that the atapi cd drive be referenced as 31,0,0.markd3-6/+15
Fix k3b to actually do that (rather than 15,0,0).
2009-12-12Support staged installation.asau1-6/+8
2009-12-11Improved spelling.heinz1-2/+2
2009-12-11Added DESTDIR support.heinz1-1/+2
This should fix PR pkg/42439 by Lloyd Parkes.
2009-12-10PKG_DESTDIR_SUPPORT=user-destdirabs3-7/+8
2009-12-10+neb-wipeabs1-1/+2
2009-12-10Added sysutils/neb-wipe version 1.0abs4-0/+39
Erase harddisk partitions in a very secure manner (35-pass pattern overwrite with patterns for all encoding schemes). Also supports overwrite with random data. Can erase whole disks or slices only. Homepage at http://neb-stoehr.sourceforge.net
2009-12-10Fix build on NetBSD. Fix PLIST. Add DESTDIR support. Rename back to matchjoerg4-20/+44
package directory and older versions.
2009-12-10Use getrawpartition() again on NetBSD. From markd. Bump PKGREVISION.wiz1-1/+5
2009-12-09Doesn't have correct order rules for common.a, so not MAKE_JOBS_SAFE.joerg1-1/+3
2009-12-09sync w/ base pkgdrochner1-9/+5
2009-12-09update to 2.28.2drochner14-400/+191
this switches to the gnome-2.28 release branch
2009-12-09update to 1.4.2drochner8-16/+103
this switches to the gnome-2.28 release branch
2009-12-09Make samba dependency optional, but default on (so no change to package).wiz2-11/+17
Based on patch by markand@malikania.org on pkgsrc-users, but with a crucial missing line added.
2009-12-09* Set LICENSE=gnu-gpl-v2obache1-16/+19
* user-destdir support
2009-12-09* marked as user-destdir readyobache1-1/+3
* set LICENSE=gnu-gpl-v2
2009-12-08Update to 2.01.01a69:wiz3-25/+7
2.01.01a69: All: - Support for 64 Bit compilation was added for IRIX. Call smake CCOM=cc64 or smake CCOM=gcc64 as usual. - C++ compilation support fior IRIX was added to the makefile system - Schily Makefile rules no longer contain Simple Suffix Rules. All default rules are now based on Pattern Matching Rules. This speeds up smake. - Added autoconf test to distinct Linux ACLs from IRIX ACLs Libschily: - Removed some GCC warnings from libschily/getargs.c Libfind: - let libfind deal with the differences between Linux ACLs and IRIX ACLs Libscg: - Removed some GCC warnings from libscg/scsi-sgi.c Cdrecord: - Work around a bug in the firmware from drives developed by PIONEER in November 2009. This affects drives labelled "Pioneer", "Plextor" and "TEAC". Do no longer call cdr_buffer_cap() before the drive buffer was not at least filled once to avoid that the the drive throughs away all data. - Man page reworked Cdda2wav (Maintained/enhanced by J - Man page reworked - Removed some (int) casts before the SNDCTL_DSP_* ioctl()s Readcd: - Man page reworked Scgcheck: - Man page reworked Btcflash: - Man page reworked Mkisofs (Maintained/enhanced by J - Various Cstyle changes 2.01.01a68: All: - VMS rules for libraries not create an archive XXX.olb instead of libXXX.a - schily/utypes.h enhanced to allow to define maxint_t which is missing on VMS - Better autoconf test for union wait vs. int for platforms that define union wait but use int as wait() parameter. - schily/vfork.h now includes unistd.h as the related definitions are there on Solaris - Fixed a configure bug with opendir() inherited from GNU autoconf - Enhanced the vfork() autoconf test to avoid a hang on VMS Libschily: - libschily/spawn.c now uses vfork() - libschily/fexec.c now supports IO redirection on VMS Libparanoia (Ported/enhanced by J - Some #define inline definitions removed as "inline" is already handled by schily/mconfig.h Libfind: - Fixed a typo in idcache.c Libfile: - Some changes for better VMS support Libhfs_iso: - Removed a warning from the HP-UX C-compiler about a possible endless loop Libsiconv: - Add the VMS C-compiler to the list of exceptions for not fully C99 compliant compilers to allow compilation. Libscg: - changed a include path in libscg/scsi-mac-iokit.c to allow compilation on "Snow Leopard" Cdrecord: - Added a workaround for a firmware oddity with DVD+RW on '_NEC ' 'DVD_RW ND-3500AG' with media written from other drives. Cdda2wav (Maintained/enhanced by J - Added a forgotten modification in ringbuff.c that caused an abort due to a wrong assert() condition. Mkisofs (Maintained/enhanced by J - Fixed a bug (writing to stdout instead of stderr) recently introduced with better RR recognition support. - "isoinfo" now supports iconv() based locales for Joliet.
2009-12-07Remove unwanted chunk. Addresses PR 42421 by Robert Elz.wiz2-12/+3
2009-12-07Fix, hopefully, broken build on NetBSD 4.x, based on observations bydholland2-4/+5
Robert Elz in PR 42083. bsd.own.mk tags "all" with .NOTMAIN, so including bsd.own.mk before defining "all" causes it to be skipped in favor of whatever comes next in the makefile. Hack around this by putting "all:;" at the top. I can't *really* test it because the syscalls script blows its mind if given a NetBSD 5.x syscalls.master file.
2009-12-06Update to 2.28.0.1:wiz4-19/+42
================ Version 2.28.0.1 ================ libmenu * Fix sorting of menu items during merge to actually work (and not crash) (Frédéric Crozat) Python * Link the python module to libpython (Frédéric Crozat, Vincent) ============== Version 2.28.0 ============== Translators * Amitakhya Phukan (as) * Petr Kovar (cs) * Peter Bach (da) * Philip Withnall (en_GB) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Shankar Prasad (kn) * Gintautas Miliauskas (lt) * Rajesh Ranjan (mai) * Peter Ani * Sandeep Shedmake (mr) * Nils-Christoph Fiedler (nds) * A S Alam (pa) * Adi Roiban (ro) * Matej Urbančič (sl) * Daniel Nylander (sv) * Krishna Babu K (te) * Baris Cicek (tr) * Maxim Dziumanenko (uk) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.27.92 =============== This releases features new API that applications can use to display the full name contained in .desktop files that is now in the X-GNOME-FullName key. If an application chooses to use this, then it should set the sort key so that .desktop files are correctly sorted. libmenu * Add gmenu_tree_entry_get_display_name() API (Vincent) This will return X-GNOME-FullName if available, and fallback to Name. * Add gmenu_tree_get_sort_key()/gmenu_tree_set_sort_key() (Vincent) The default sort key is still Name. Users of gmenu_tree_entry_get_display_name() should use gmenu_tree_set_sort_key(). Python * Bind new API (Vincent) * Add missing bindings for gmenu_tree_entry_get_generic_name() (Vincent) Menu Editor * Remove deprecated Encoding key from desktop file (Frédéric Péters) * Use display name instead of name (Vincent) Translators * Khaled Hosny (ar) * Alexander Shopov (bg) * Runa Bhattacharjee (bn_IN) * Denis (br) * Mario Blättermann (de) * Iñaki Larrañaga Murgoitio (eu) * Claude Paroz (fr) * Seán de Búrca (ga) * Anton Meixome (gl) * Sweta Kothari (gu) * Gabor Kelemen (hu) * Francesco Marletta (it) * Takayuki KUSANO (ja) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Mario Blättermann (nds) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Krix Apolinário (pt_BR) * Горан Ракић (sr) * Goran Rakić (sr@latin) * Dr.T.Vasudevan (ta) * Theppitak Karoonboonyanan (th) * 甘露 (Lu Gan) (zh_CN) ============== Version 2.27.5 ============== Misc * Use silent-rules with automake 1.11 (Vincent) Translators * Ilkka Tuohela (fi) ============== Version 2.27.4 ============== libmenu * Improve performance by using a cache to not compute the same thing again and again (Michael Meeks, Vincent) * Add API to access GenericName (Robert Staudinger) * Fix DefaultLayout attributes not being inherited (Vincent) * Do not always inherit parent DefaultLayout attributes (Vincent) * Sort inlined items unless inline_header is used (Vincent) Menu Editor * Add --help and --version arguments (Vincent) * Port to GtkBuilder (Pedro Fragoso, Vincent) Misc * Use shave to improve build log readability (Vincent) Translators * Jordi Mallach (ca@valencia) * Huxain (dv) * Jorge González (es) * Mattias Põldaru (et) * Seán de Búrca (ga) * Yaron Shahrabani (he) * Daniel Nylander (sv)
2009-12-05Updated checkperms to 1.11.rillig2-6/+6
Changes since 1.10: * Added support for Mac OS X binaries.
2009-12-03Needs pkg-config.joerg1-1/+2
2009-12-02Updated capistrano to 2.5.10fhajny3-18/+31
Notable changes: * Switch to version 2 of net-ssh, net-ssh-gateway, net-sftp * Support for net-scp Almost two years worth of changes, see full CHANGELOG here: http://github.com/capistrano/capistrano/blob/master/CHANGELOG.rdoc
2009-11-30Needs --x-includes/--x-libraries for modular Xorg too.joerg1-2/+8
2009-11-30Fixed borked install rule. (hi joerg)dholland2-4/+4
2009-11-29Update to 2.0. Now uses gtk2 and has a German translation. Other minorsnj7-70/+19
changes can be found in the bundled ChangeLog.
2009-11-28Remove stray postgres file that clearly does not belong here.dholland1-2/+1
Noted by Robert Elz in PR 42340.
2009-11-26Needs --x-includes / --x-libraries with modular Xorg.joerg1-1/+6
2009-11-24Update memtestplus to 4.00. (With permission from smb@.)jakllsch7-32/+34
Changes since 2.10: Enhancements in v4.00: * New Features - Major Architectural changes - First pass twice faster (reduced iterations) - Detect DDR2/3 brands and part numbers on Intel DDR2/3 chipsets - Added detection for Intel "Clarkdale" CPU - Added detection for Intel "Gulftown" CPU - Added detection for AMD "Magny-Cours" CPU - Added detection for Intel XMP Memory - Added for CPU w/ 0.5/1.5/3/6/12/16/18/24MB L3 - Added "clean" DMI detection for DDR3/FBDIMM2 - Better detection of Integrated Memory Controllers * Bug Fixes - Corrected detection for Intel "Lynnfield" CPU - Corrected detection for AMD 45nm K10 CPU - Solved crash with AMD Geode LX - Complies with SMBIOS 2.6.1 specs - Fixed compilation issues with gcc 4.2+ - Many others bug fixes Memtest86+ "3.00" was skipped and renamed 4.00 in order to avoid confusion with the original Memtest. Enhancements in v2.11 : - Added support for Intel Core i5 (Lynnfield) CPU - Added support for Intel P55 Southbridge - Added support for Intel PM45/GM45/GM47 Mobile chipset - Added support for Intel GL40/GS45 Mobile chipset - Corrected DDR2/DDR3 detection on Intel x35/x45 - Corrected detection on some Core i7 CPU - Fixed a bug with some AMI BIOS (freeze at startup) - Various bug fixes
2009-11-23update to dbus-1.2.4.6permissivedrochner3-23/+7
changes: fix CVE-2009-1189 (flaw in signature validation due to incomplete fix for CVE-2008-3834)
2009-11-22sync w/ base pkgdrochner2-3/+6
2009-11-22update to 1.2.3drochner11-107/+152
changes: - many bug and compile fixes - new native Linux SCSI backend - See ChangeLog for details
2009-11-20update to 1.2.8.3drochner3-21/+7
changes: bugfixes
2009-11-20The homepage and download URL changed.rillig1-5/+5
2009-11-17Use the correct variable name, MASTER_SITES not MASTER_SITEapb1-2/+2
2009-11-12resolve conflict between gnome-vfs and gnome-vfs-dns-sd (which hasdrochner2-3/+13
been there from the beginning): -add an "avahi" option to gnome-vfs (default off) -add CONFLICTS statement -bump PKGREVISION -remove gnome-vfs-dns-sd
2009-11-11Upgrade sysutils/puppet to version 0.24.8.tonnerre3-20/+40
This is not the jump to 0.25 people expected, but there are some things to clear before doing that, so go to the last 0.24 version for now. Changes since 0.24.7: - Fixed #2077 - ralsh user broken on OSX - Fixed #2004 - ssh_authorized_key fails if no target is defined - Fixed #1629 - incorrect permissions on ssh_authorized_keys created files - Fixed #2000 - No default specified for checksum - Fixed #2026 - Red Hat ignoring stop method - Added ext/dbfix.sql script - fixes common errors in stored configuration databases - Fixed #1963 - Failing to read /proc/mounts for selinux kills file downloads - Fixed #2025 - gentoo service provider handle only default init level - Fixed #1910 - updated logcheck - Fixed #1871 - Sensitive information leaked in log reports - Fixed #1956 - Cleaned up variable names to be more sane, clarified error messages and fixed incorrect use of 'value' variable rather than 'member'. - Fixed #1831 - Added sprintf function - Fixed #1830 - Added regsubst function - Updated up2date and service confines to add support for Oracle EL and VM - Fixing #1948 and #1953 - augeas ins bug: wrong number of arguments (1 for 3) - Fixing #944 - changing error message from warning to info - connection recycled - Fixed #961 - puppetd creating too many/not closing TCP connections - Fixed #1959 - Added column protection for environment schema migration - Fixing #1869 - autoloaded files should never leak exceptions - Fixing #1543 - Nagios parse errors no longer kill Puppet - Fixed #1420 - nagios_serviceescalation not allowing host_name more than one type - Fixed #1884 - Exported resources are marked as unexported when collected on the exporting host - Fixed #1922 - Functions squash all arguments into a single hash - Fixed #1538 - Yumrepo sets permissions wrongly on files in /etc/yum.repos.d - Fixed #1936 - Added /* */ support to the vim file - Fixed #1541 - nagios objects write files to clientbucket on every change - Fixed #1542 - cannot purge nagios objects - Fixing #1912 - gid still works with no 'should' value fixing ralsh issues - Fixing the Rakefile to use 'git format-patch' - Added README.rst file - Enhancements to Stored Configuration performance - Added Reductive Labs build library to tasks directory - Fixed #1852 - Correct behaviour when no SELinux bindings - Updated Red Hat spec file 0.24.7 - Fixed #1920 - Shadow password corruption
2009-11-10Update to 2.01.01alpha67:wiz2-6/+6
All: - Prevent a compiler warning when compiling 64 bit binaries on HP-UX using make CCOM=cc64 - Some files in include/schily/*.h have been enhanced to better support VMS - config.guess now knows about OpenVMS - Changed bash test to use --version instead of -version as bash on OpenVMS is bash-1.x - include/schily/xmconfig.h (containing a "static" configuration for VMS because "configure" does not work on VMS) was enhanced. - Trying to add support for OpenVMS to RULES/* - New autoconf tests for the type "long double" and a new "max size" type. Libschily: - libschily/*bytes.c now support 64 bit compilation and use a "ssize_t" typed count parameter instead of "int". Rscsi: - First complete version of a man page for rscsi. Cdda2wav (Maintained/enhanced by J - cdda2wav now correctly deals with the case when no sound device was specified. Thanks to Robert Grimm <rob@news.robgri.de> for reporting. Mkisofs (Maintained/enhanced by J - Make "isovfy" CD-ROM-XA aware - Make "isodump" CD-ROM-XA aware
2009-11-09Install bpipe-fd.la and use that in the PLISTs.joerg5-6/+20
Fixes build of bacula-clientonly. Bump revisions.
2009-11-05Update sysutils/xfce4-volman to 0.2.0nb2 and add it to the xfce4 meta packagereinoud2-2/+15
also adding the implicit package xfce4-thunar. This explains why i couldn't find the xfce4 mounts as specified by pkg/40934.
2009-11-05Update ROX-filer to version 2.10 fixing the infamous piboard errorreinoud7-130/+188
2009-10-31Support DESTDIR and PKGMANDIRtnn3-2/+22
2009-10-31libcdio updated changed its shlib major version, so bump depends.wiz3-6/+6
Noted by drochner@
2009-10-31Update to 2.22.2:wiz5-63/+19
- Print error from D-Bus in case of failure on start. This should greatly help debugging. - Don't consider empty user password as invalid. - Make gtk-doc code documentation use inlined section comments, so that it is updated on every change. This will ensure the documentation does not get outdated again.