Commit graph

28 commits

Author SHA1 Message Date
agc
5293710fb4 Add SHA512 digests for distfiles for security category
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-11-04 01:17:40 +00:00
christos
295f75e476 - fix false positive for netstat
- fix compilation mistake
2015-04-29 15:55:47 +00:00
mef
0aca52625b (pkgsrc)
- Add comment on patch-ac (from cvs log)
(upstream)
- Update 0.49 to 0.50
04/30/2014 - Version 0.50 new tests: linuxrootkit-AMD-64-sound
                          Operation Windigo ssh backdoor detection
                         Minor bug fixes
2014-12-08 14:04:57 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
jperkin
f7e4b28189 Avoid linking statically on SunOS. 2014-01-09 11:46:46 +00:00
shattered
09ff7ebc1c Update to 0.49 (released in 2011). No change log. 2013-06-16 10:11:58 +00:00
rodent
9e8537cdd2 "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
asau
1a433eae91 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
jmmv
3b922a2b77 Transfer ownership to pkgsrc-users. pancake's address is not valid any
more and he has agreed in private mail to drop maintainership.
2010-07-06 10:17:11 +00:00
agc
aa787a3c78 add licensing info
modern NetBSD has PAM - add a patch so that this is recognised

there is no reason not to run this on modern NetBSD systems - remove the
old NOT_FOR_PLATFORM, since this runs just fine on NetBSD 5.99.20
2010-02-25 07:15:42 +00:00
joerg
b7362024b6 DESTDIR support 2010-01-27 22:05:28 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
obache
75e54952f2 Missing to add bin/chkutmp when updated to 0.47.
Noticed by Hasso Tepper in PR 38822.

Bump PKGREVISION.
2008-06-02 12:23:04 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
adrianp
00ea48ba7b Update to 0.47
Mark as not for NetBSD > 1.x
The false positives on NetBSD 2.x and 3.x have been reported upstream
to try and address PR #31813
2007-07-11 20:16:33 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
049b514627 limits.h is ISO C, unconditionally include it. Keep conditional for
sys/syslimits.h though.
2006-01-19 23:42:11 +00:00
adrianp
ec2258fddc Update chkrootkit to 0.46a
Add a MESSAGE about false-positive results on non-supported platforms
Helps to address PR# 31813 reported by Eric Mumpower
From the README:
02/22/2005 - Version 0.45  chkproc.c: better support for Linux
                           threads.  New rootkit detected: Fu,
                           Kenga3, ESRK.  New test: chkutmp.  -n
                           option improvement.  Minor bug fixes.
10/26/2005 - Version 0.46  chkproc.c: more fixes to better support
                           Linux threads. chkutmp.c: improved
                           execution speed.  chkwtmp.c: segfault
                           fixed.  New rootkit detected: rootedoor.
                           Mac OS X support added.  Minor bug fixes.
10/28/2005 - Version 0.46a chkproc.c: bug fix for FreeBSD: chkproc
                           was sending a SIGXFSZ (kill -25) to init,
			   causing a reboot.
2006-01-02 18:42:18 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
adrianp
bc374450b0 Update chkrootkit to 0.44
- Fix false positive on NetBSD for "login".  Thanks to Richard Ibbotson for
  helping sort this out.
- Install main shell script and documentation.

chkwtmp.c
	fix: del counter (Thanks to Dietrich Raisin)
chkproc.c
	fix: better support for Linux threads
chkrootkit;
	new rootkit detected: Madalin rootkit
	top and find tests improved for Suse Linux
	more ports added in the bindshell test
	fix: FreeBSD false positives
	fix: slammer detection
	lots of minor bug fixes
2004-09-28 10:41:59 +00:00
wiz
c0859358d8 Use versioned distfile. 2004-05-27 01:22:55 +00:00
wiz
d2c65848f0 Make chklastlog useful on NetBSD; from Makoto Fujiwara in PR 25701.
Bump PKGREVISION.
2004-05-26 15:04:32 +00:00
sketch
b6bcc14387 compiler.mk is needed for CC_VERSION checks, not bsd.prefs.mk. 2004-03-31 09:39:24 +00:00
jlam
a4fbec96a6 Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead. 2004-03-30 18:32:32 +00:00
minskim
eaeeb8f539 Import chkrootkit from pkgsrc-wip. Packaged by Adrian Portelli and
modified by me.

chkrootkit is a tool to locally check for signs of a rootkit.  It
contains:

 * chkrootkit: a shell script that checks system binaries for
   rootkit modification.
 * ifpromisc.c: checks if the network interface is in promiscuous
   mode.
 * chklastlog.c: checks for lastlog deletions.
 * chkwtmp.c: checks for wtmp deletions.
 * check_wtmpx.c: checks for wtmpx deletions.  (Solaris only)
 * chkproc.c: checks for signs of LKM trojans.
 * chkdirs.c: checks for signs of LKM trojans.
 * strings.c: quick and dirty strings replacement.
2004-02-17 15:33:52 +00:00