summaryrefslogtreecommitdiff
path: root/misc/bsdiff/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26misc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
2021-10-07misc: Remove SHA1 hashes for distfilesnia1-2/+1
2017-07-31Add patch to bsdiff to fix CVE-2014-9862.nros1-1/+2
Bump PKGREVISION.
2016-09-08Support PKGMANDIR.jperkin1-1/+2
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2006-11-20Upgrade to 4.3 (PR#34429).cjep1-4/+4
The author of this software has not provided a changelog, but on glancing at the sources the license has been added to each source file and there are a few additions to some files. Some of the syntax has been tidied up.
2005-02-24Add RMD160 digestsagc1-1/+2
2004-07-13Update to bsdiff 4.2. Changes since 4.1cjep1-3/+3
* Correct a bug which can cause patches to be randomly mis-detected as "corrupt".
2003-12-30Initial import of bsdiff (and bspatch) version 4.1 into the NetBSDcjep1-0/+4
packages collection as misc/bsdiff. Bsdiff and bspatch are tools for building and applying patches to binary files. By using suffix sorting (specifically, Larsson and Sadakane's qsufsort) and taking advantage of how executable files change, bsdiff routinely produces binary patches 50-80% smaller than those produced by Xdelta, and 15% smaller than those produced by .RTPatch (a $2750/seat commercial patch tool).