summaryrefslogtreecommitdiff
path: root/security/nfsbug
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-3/+3
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-3/+1
2015-12-16make the makefile MAKE_JOBS_SAFE.dholland2-10/+18
2015-11-04Add SHA512 digests for distfiles for security categoryagc1-1/+3
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-07-12Remove bogus ONLY_FOR_PLATFORM.dholland1-3/+1
Note that it currently doesn't build at all (AFAICT) so the mere fact that it doesn't build on some buggix 0.9 release isn't indicative of much. If in the future there turn out to be platforms it really doesn't build for, use BROKEN_ON_PLATFORM, or ONLY_FOR_PLATFORM if it'll really never work as opposed to nobody feels like bothering to fix it.
2015-07-12typodholland1-1/+1
2015-03-18Fix prototypes.joerg2-22/+360
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-01-08Uses <sys/vnode.h> -- mark BSD-only and HPUX-only.shattered1-1/+3
2011-10-03rename the getline() function to nfsbug_getline() using SUBST, so that weagc1-1/+5
can build on more modern systems.
2010-01-27DESTDIR supportjoerg1-3/+5
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-01-03Declare functions before using them to avoid wrong guess.minskim2-39/+41
2007-01-03Correct the path to dinode.h on Darwin.minskim2-5/+5
2006-03-28bump to 1.0nb1: make this build on NetBSD 2.0 and 3.0 after fsid_t'shubertf3-16/+13
implementation was changed then.
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-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+3
2004-12-18Always create a ${TOOLS_DIR}/bin/rpcgen to wrap the real rpcgen.jlam1-2/+1
The wrapper will correctly set the CPP environment variable to a stat((2)able path to a C preprocessor, then rely on the PATH to find and invoke the real rpcgen. Remove NO_EXPORT_CPP in package Makefiles where it was used just to avoid problems with rpcgen. The build system now just does the right thing automatically without needing package-specific knowledge. This fixes PR pkg/27272.
2004-10-01there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*grant1-4/+4
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect this.
2004-03-22Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.kristerw1-1/+2
2004-02-22bl3ifyjlam3-5/+10
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
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.
2002-02-11Provide a better rule for platforms to build this on. Basically only 1.5Bjmc1-5/+5
or greater unless it's x86. (All due to exposure of struct pmap on pre 1.5B systems from vm/vm.h inclusion).
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-05-11mark as broken on alpha, mips, sparc, vax as it doesn't build here.dmcmahill1-1/+6
2001-05-10use -C with rpcgen to generate ansi code. Makes sure some needed headersdmcmahill2-10/+11
are included.
2001-04-19Move to sha1 digests, add distfile sizes.agc1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-9/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-11Remove a hunk from patch-ac which prevents the expansion ofwennmach2-14/+3
MOUNT_UFS and MOUNT_NFS. make makepatchsum.
2000-09-24Fix a few compile-time warnings.hubertf2-7/+46
Still doesn't work on Alpha.
1999-07-09Add package patch checksum files.agc1-0/+5
1998-11-12Some pkglint nits and add all missing rcs ids.frueauf5-3/+14
1998-10-08NFS security verification suitehubertf6-0/+216
1998-10-08NFS security verification suitehubertf2-0/+21