summaryrefslogtreecommitdiff
path: root/security/bitstir
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-07security: Remove SHA1 hashes for distfilesnia1-2/+1
2015-11-04Add SHA512 digests for distfiles for security categoryagc1-1/+2
Problems found locating distfiles: Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz Package libidea: missing distfile libidea-0.8.2b.tar.gz Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2 Package uvscan: missing distfile vlp4510e.tar.Z 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.
2015-10-07Unbreak build on NetBSD current.joerg3-11/+44
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-16Fix this properly; retrieve the random pool size the same way rndctl(8)dholland4-40/+88
does. Thanks to tls@ for pointers. PKGREVISION -> 2.
2012-09-16Deploy a gross hack to make this buildable on -current and maybe -6.dholland3-1/+44
XXX: This should be reverted and done a different way, or maybe not at all; XXX: this package should probably be reviewed for soundness.
2008-06-20Add DESTDIR support.joerg1-3/+5
2006-11-09Made the package work for unprivileged users. Moved the man page torillig4-21/+11
man1, since the binaries are installed in bin/. PKGREVISION++
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-11-17no need to duplicate HOMEPAGE in description; also don't mentionjdolecek1-3/+0
the author's e-mail address there, since we don't appear to do it for other packages neither
2004-04-25Convert to buildlink3 and make pkglint happy.snj1-3/+2
2003-09-01whitespace fixescjep1-3/+4
2003-08-30correct HOMEPAGE=dan1-2/+2
2003-08-29doh. cruft.dan1-14/+0
2003-08-29bitstir monitors rnd(4) for low entropy and uses find(1) to solicit more.dan6-0/+61
program and pkg from Peter Hendrickson <pdh@wiredyne.com>