summaryrefslogtreecommitdiff
path: root/sysutils/amanda
AgeCommit message (Collapse)AuthorFilesLines
2009-02-24use META_PACKAGE, delete other variablesgdt1-10/+4
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-02-15Update to 2.5.2p1, provided by Nick Goffee of BBN.gdt1-6/+8
[bugfixes and minor improvements omitted; see NEWS] Changes in release 2.5.2 * krb5 auth is working * Works with IPv6 address * Amanda configuration file changes o amanda.conf changes + debugging is enabled in the config file see all debug_* config option + tapetype 'readblocksize', if maxtapeblocksize is set too larger for your hardware * Amanda command changes o amadmin: new 'holding list' and 'holding delete' subcommand. Changes in release 2.5.1p3 * Works with tar-1.16 and exit status of 1. Changes in release 2.5.1p2 * amoverview is working * dumptype starttime is working * Amanda command changes o amtape accept the -o arguments o amgetconf --list to list all tapetype, dumptype, holdingdisk or interface o amgetconf can return a value of a specific tapetype, dumptype, holdingdisk or interface Changes in release 2.5.1p1 * Remove contrib/sst. Changes in release 2.5.1 * Defects found by Coverity scan and Klocwork K7 analysis tools fixed. * Works with GNU tar 1.15.91 - work with new gtar state file format. * Open SSL encryption support * Two new authentication methods: bsdtcp, bsdudp. * Unlimited number of DLEs on a client with bsdtcp, rsh and ssh authentication methods. * Recovery process amrecover uses Secure API. amoldrecover command (same syntax and functionality as amrecover command) is provided for compatibility with old Amanda releases. amoldrecover command uses old amidxtaped/amindexd protocol. * Amanda debug files are separated into client/server/amandad and are also classified based on Amanda configuration name. * Amanda command changes o amfetchdump -o is replaced by -O. o amcheck -w option does all tests including the tape writable test. Use amcheck -t -w to do only the tape writable test. o -o command option to override Amanda configuration. See amanda man page for details. o amgetconf command doesn't write the BUGGY message when a entry is not found in the configuration file. * Amanda configuration file changes o amanda.conf changes + amrecover_do_fsf in amanda.conf defaults to yes + amrecover_check_label in amanda.conf defaults to yes + usetimestamps in amanda.conf to support multiple backup runs in a calendar day. + holdingdisk in amanda.conf supports new values: NEVER, AUTO, REQUIRED. + amandad_path, client_username and ssh_keys in amanda.conf for ssh/rsh authentication. o New amanda client configuration file - amanda-client.conf. Different client configuration file can be used for each Amanda configuration. + gnutar_list-dir and amandates can be specified in Amanda client configuration file - amanda-client.conf o .amandahosts format changes to allow use of secure API for recovery. o Amanda service entries in xinetd configuration has changed. Changes in release 2.5.0p1 * Add the 'amtape update' command. Changes in release 2.5.0 * Communication security/authentication: Kerberos 4/5, OpenSSH * Data security: Symmetric/Assymetric encrytion algorithms (aesutil and gpg encryption), Encryption can be done on server or client, Custom encryption utilities can be used. * Compression: Ability to add custom compression tools. This is a really useful feature especially since it can specified for a DLE. You can use different compression algorithm for images, binaries, ascii files and so on. * Dump images spanning multiple media volumes - Dump images are no longer restricted to a single media volume (tape or vtape). Data restoration can be done using amrecover and amfetchdump commands. * Auto tape labelling - This optional feature is good for disk backups. Change in release 2.4.5 * new displayunit global option to select the unit use to display number k=kilo, m=mega, g=giga, t=tera. * new amoverview -skipmissed option. Change in release 2.4.5b1 * holding disk disk use timestamped directory. * autoflush flush today's dump. * new bumppercent global option, this should improve bumping criteria, the bumpsize is set to a fixed value which can be adequate for small and large disk. * bumpsize, bumppercent, bumpdays and bumpmult can be in a dumptype. * calcsize support include and exclude like gnutar. * new 'estimate' dumptype option to select estimate type: CLIENT: estimate by the dumping program. CALCSIZE: estimate by the calcsize program, a lot faster but less acurate. SERVER: estimate based on statistic from previous run, take second but can be wrong on the estimate size.
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam2-3/+2
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam1-0/+2
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-2/+0
can handle packages having no PLIST files.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-05-23Removed trailing white-space.rillig1-1/+1
2004-11-13This is the package amanda-2.4.4.p4 so it better depends onseb1-4/+4
amanda-*-2.4.4p4* packages.
2004-11-12Update amanda to 2.4.4p4mjl2-10/+6
Bug fix release and minor improvements: new chg-iomega changer script. amanda will not use a tape if it's label is not in the tapelist file. amflush.c: Don't start a driver if nothing to flush. amadmin.c: Call check_dumpuser() as soon as posible. amadmin.c: Don't core dump if DUMPCYLE is too big. dumper.c: Parse warning message.
2004-10-05Fix build after amanda-common had its PKGREVISION bumped: be a bitseb1-4/+4
more liberal about the versions of the various amanda packages listed as dependencies.
2004-05-12Update the amanda packages to 2.4.4p2. From Paul Shupak in pkg/24550,bouyer1-5/+5
with some additionnal fixes by me.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-04These don't really need X after all -- they can be useful on headlessjschauma1-2/+1
machines without X, too, so remove USE_X11.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-06-26Upgrade to 2.4.2p2christos1-5/+5
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-16Upgrade of the amanda packages from 2.4.1p1 to 2.4.2.cjones2-6/+6
2000-03-11After the automatic package conflict detection has been fixed renametron1-2/+1
this package to "amanda" again.
2000-02-12remove unneeded md5 fileswiz1-1/+0
2000-02-05add empty md5 to keep pkglint quietwiz1-0/+1
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-09-06Update for amanda-plot.bad2-7/+8
1999-04-26add USE_X11=yesgarbled1-1/+2
1999-04-05Rename "amanda" package to "amanda-all" to avoid conflicts with its owntron1-1/+2
sub packages.
1999-04-04Move "amanda" related packages to "sysutils" category as suggested bytron2-3/+3
Klaus Klein in PR pkg/7159.
1999-02-25Remove the FreeBSD Id, this has nothing to do with the FreeBSD package now.bouyer1-2/+1
1999-02-24A meta-pkg for amanda, requested by Hubert Feyrer.bouyer4-0/+35
1999-02-23Now in amanda-common, amanda-server, amanda-clientbouyer7-203/+0
1999-02-09GNU plot is now at v.3.7. Depend on that version.bad1-2/+2
1999-01-03Reflect that addnerd has version 1.6 now, as noted in pr 6721.frueauf1-2/+2
1998-10-19Configure --with-amandahosts. This causes Amanda to use .amandahoststsarna1-2/+2
files instead of .rhosts.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-07-24Update to use USE_LIBTOOL.tv1-4/+3
1998-07-18Adapt to use pkg version of libtool rather than amanda's private copy.tv3-61/+75
1998-07-15Use automatic shared object handlingagc2-7/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-6/+1
1998-06-09Upgrade to Amanda 2.4.0p1, a bug fix release.agc2-6/+6
Invoke addnerd correctly, so that -g is processed by getopt(3) Change the RUN_DEPENDS on gnuplot and gtar to DEPENDS - the GNU configure script needs to find these at the configure stage of the Amanda package.
1998-06-08DEPEND on addnerd-1.5.agc1-4/+5
Add an AMANDA_GROUP definition, and set it to operator (necessary for write access to certain files). Invoke addnerd with -g ${AMANDA_GROUP}
1998-06-05Use addnerd to add the user, rather than a custom Perl script.agc1-58/+0
1998-06-05Use addnerd, rather than a custom Perl script, to add the user.agc1-3/+4
Delete the USE_PERL5 definition. Add --with-mmap to the Amanda configuration.
1998-05-24Add support for our mt command as submitted by Allen Briggshubertf1-0/+11
<briggs@backup.ninthwonder.com> in PR pkg/5487.
1998-05-09Mostly cosmetic changes to shut up portlint. Little bugfix for apache.frueauf1-6/+6
1998-05-08use -l switch to chpass (eww, undocumented :-/), to work even when NIS is set uphubertf1-1/+1