summaryrefslogtreecommitdiff
path: root/archivers/arc
AgeCommit message (Collapse)AuthorFilesLines
2008-03-02Mechanical changes to add full DESTDIR support to packages that installjlam1-4/+5
their files via a custom do-install target.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-07-17Honour PKGMANDIR, remove some excessive :Qing and drop .gz from man page.joerg2-7/+7
2006-05-03As confirmed by Howard Chu, this code is now under the GPL.wiz1-9/+1
Remove LICENSE, RESTRICTED, and NO_*_ON_*.
2006-05-02Update to 5.21o:wiz7-87/+45
CHANGES IN VERSION 5.21o (Howard Chu, 12 Oct 2005) Silence warnings about unused results. CHANGES IN VERSION 5.21n (Howard Chu, 08 Oct 2005) Better fix for temporary file creations, previous patch did not fix marc. Silence all gcc-4.0.0 -Wall warnings. CHANGES IN VERSION 5.21m (Klaus Reimer, 21 Sep 2005) Applied patch from Joey Schulze fixing the following problems: - Fixed insecure permissions of a temporary file [arcsvc.c, CAN-2005-2945] - Fixed insecure temporary file creation [arcsvc.c, CAN-2005-2992] CHANGES IN VERSION 5.21l (Klaus Reimer, 13 Mar 2005) Fixed warnings because missing inclusion of string.h and fixed a gcc-4.0 problem with marc.c (Missing declaration of makefnam). CHANGES IN VERSION 5.21k (Klaus Reimer, 6 Nov 2004) Ulf Harnhammar found some buffer overflows causing segfaults and provided a patch which is now applied to arc to close these bugs. CHANGES IN VERSION 5.21 The following changes have been made in ARC version 5.21, but have not yet been included in the manual: o When adding files to an archive, ARC now shows the stowage facter achieved on each file. o A bug was found that would keep an archive entry from being encrypted if it was stored without compression. This has now been fixed. o If changes are made to a corrupted archive, the corrupted entries are discarded. This makes it possible to lose data accidentally. ARC will now only make changes to a corrupted archive if the W (suppress Warnings) option has been given. o The N (suppress Notes) option now suppresses the "Creating archive" note when a new archive is being created. o The N (suppress Notes) option formerly did nothing useful when used with the L (List files) command. It now causes a terse listing of filenames only, suitable for use with pipes and redirection. o The list of filenames given to ARC may now include indirect references. If a filename begins with an "at sign" ("@"), it is taken to be the name of a file which contains a list of file names. The list of file names may include further indirection. If no extension is given, ".CMD" is assumed. For example, the command: arc a waste junk.txt @trash would cause ARC to add JUNK.TXT plus all files listed in the file TRASH.CMD to an archive named WASTE.ARC. If no file is specified, then the list is read from standard input. For example, the command: arc ln waste | arc a trash @ would cause ARC to add files to TRASH.ARC based on the names of the files stored in WASTE.ARC. It is probably a good idea to give the O (Overwrite) option if you are extracting files this way. Version 5.21 of MARC also allows for indirection.
2006-05-02Add LICENSE=, pointing to nonexistent arc-license, as incrementallygdt1-1/+2
better than a non-free package not having a LICENSE.
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-09Fixed pkglint warnings.rillig1-10/+10
2005-10-06Security fix for CAN-2005-2945 and CAN-2005-2992:salo3-3/+34
"arc 5.21j and earlier create temporary files with world-readable permissions, which allows local users to read sensitive information from files created by arc or marc." http://www.zataz.net/adviso/arc-09052005.txt http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2945 Patch from Debian.
2005-05-08Make this package build with gcc-4.minskim2-1/+21
2005-04-15Make pkglint happy.snj1-2/+1
2005-04-15Fix a typo.snj1-1/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-16MAke build on Interix.tv2-11/+33
2005-01-01Correct a buffer overflow, using a patch provided by Richard Rauchkristerw3-2/+37
in PR pkg/23954. Bump PKGREVISION.
2004-06-02Add a real DESCRiption instead of pointing to file in source.reed1-1/+6
2004-04-10Enable pkgviews installation.minskim1-1/+5
2004-04-10Make this package build on Linux. Patch provided by Georg Schwarz inminskim2-8/+20
PR pkg/25043.
2004-03-11bl3ifyxtraeme1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
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-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-3/+3
have been converted to USE_BUILDLINK2.
2002-06-10Darwinize. Instead of the deprecated timelocal() (which doesn'tschmonz2-8/+9
exist on Darwin), use mktime() with a negative tm_isdst. Thanks to christos for comments.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-07-15Mark as USE_BUILDLINK_ONLY.jlam1-2/+3
2001-06-04Add the appropriate restrictions.jtb1-1/+5
From the README file: Oh yeah - this program may be distributed freely so long as you don't modify it in any way. You may not charge for distributing it.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch-sum filesagc1-0/+4
1999-05-24s/INSTALL_DATA/INSTALL_MAN/tv1-2/+2
1999-05-22Some minor pkglint; split patch, fix typo, and use ${INSTALL_*} macros.tv3-96/+50
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-06-18Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-27Restore FreeBSD RCS-IDshubertf1-1/+2
1997-10-27File archivers, ports from FreeBSDhubertf6-0/+120