summaryrefslogtreecommitdiff
path: root/security/audit-packages
AgeCommit message (Collapse)AuthorFilesLines
2008-01-13Retire audit-packages in favour of pkg_install>=20070714.adrianp10-1037/+0
All functionality in this package is now in pkg_install>=20070714. As discussed on pkgsrc-users@ and OK'ed by agc@.
2008-01-02Look out for the case where audit-packages is already installed with theadrianp1-1/+10
base OS on NetBSD.
2007-08-05Add CONFLICTS+=pkg_install>=20070714adrianp1-1/+3
2007-07-10Avoid embedding $NetBSD\$ and similiar constructs in-tree files.joerg1-2/+2
The strings would be picked up for +BUILD_VERSION and create mismatches when using ident on the same files.
2007-06-14Fix DESTDIR support.joerg1-5/+4
2006-12-23regen.wiz1-7/+7
2006-12-23Use more markup. New sentence, new line.wiz1-12/+18
2006-12-10It doesn't work to put a conditional USE_TOOLS+= nroff in the middledmcmahill1-3/+5
of the do-build target. bmake does not like that.
2006-12-09Make pkglint really happy.adrianp6-27/+114
Add IGNORE_URLS code from agc@: "If a URL is specified in IGNORE_URLS then all entries listed in pkg-vulnerabilities that match that URL will not be reported when audit-packages is run. Running audit-packages -v will display the details of all entries skipped if IGNORE_URLS is set." Add a sample audit-packages.conf detailing all the options we now support. Update to 1.46
2006-11-25Apply the fix in PR 35024 from Jukka Salmi - allow the use of the base nameagc2-5/+6
of the package when specifying package names for the -p (one package) option, and to make audit-packages more consistent with pkg_info behaviour.
2006-11-07Due to a bug, INSTALLATION_DIRS originally was not prefixed correctlyjoerg1-9/+9
in the DESTDIR case, fix this.
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-4/+5
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-10-05When in verbose mode, print a note when no vulnerable packages arejoerg2-3/+9
found. Bump to 1.44. Addresses PR 24454. OK agc@
2006-09-20Fixed the path to the manual pages.rillig1-8/+10
2006-07-14Minor typo fix.adrianp1-2/+2
2006-07-13Convert digest dependency to a USE_TOOLS dependency.jlam1-2/+2
2006-05-21Support fetching the pkg-vulnerabilities file over httpadrianp4-39/+74
Bump to version 1.43
2006-04-16Remove unused variable, SKIP_AUDIT_PACKAGES.salo1-3/+1
2006-04-15Version 1.42salo4-77/+12
- Remove the "ignore vulnerabilities" stuff which was backed out from pkgsrc infrastructure months ago. We are back at format 1.0.0.
2006-03-02Fix typo.joerg1-2/+2
2005-12-29Use an ${OPSYS}-specific message file for DragonFly, to get the rightagc2-1/+30
local security information. With thanks to Joerg Sonnenberger for the DragonFly help, and Trevor Kendall for the original report.
2005-11-21Update audit-packages to version 1.41agc2-4/+14
Fix PR 31957 - only report that we're using @PKG_SYSCONFDIR@/audit-packages.conf if we're in verbose mode.
2005-11-16regen.wiz1-45/+67
2005-11-16Improve usage. Add -K description.wiz1-4/+5
2005-11-16Various improvements:wiz1-25/+21
Describe -K. Improve -i description. Sort options in SYNOPSIS. Remove superfluous .Pp. Add EXIT STATUS section. Remove trailing whitespace. Bump date for new -i.
2005-11-16Add several new command line options so audit-packages can be used as part oferh3-19/+135
the improved ALLOW_VULNERABILITIES support. This now has the ability to: -p : Only check a single package -i : Provide a list of vulnerabilities to ignore -K : Specify an alternate pkg dbdir. Bump the version to 0.40.
2005-10-31Use OWN_DIRS to make sure the PKGVULNDIR is created as part of the package.erh1-1/+2
2005-10-20Update audit-packages to version 1.39agc5-56/+69
Give the audit-pacakges a "-d" option to download the vulnerabilities file with downloaad-vulnerability-list before scanning the installed packages. Update the documentation accordingly. Get rid of some inconsistent style problems in the audit-packages script.
2005-08-04Fixed the number of backslashes in the version checking code.rillig2-5/+5
2005-08-02Replace references of pkgsrc/mk/bsd.pkg.defaults.mk toreed2-3/+3
pkgsrc/mk/defaults/mk.conf. This is from PR 30741 from anonymous AT example.net.
2005-06-20There is no need to use package revision for this package. Therefore bumptron1-3/+2
version number to 1.37.
2005-06-19- Use ${FIND} as opposed to hardcoding 'find'adrianp2-3/+5
- Bump to nb1 - ok'ed wiz@
2005-06-12replace centered dots with `o', as they are not always displayed correctlydillo1-34/+34
noted by adrianp
2005-06-09Require pkg_info with ranges support, bump version to 1.36.dillo4-44/+67
Reviewed by wiz.
2005-06-09Work around a bug in 1.6.2's mdoc macros (they don't know about .Ex).wiz2-40/+42
Noted by reed@ Replace ".Xx Ns 's" by ".Xx Ap s" while here.
2005-06-07Add a license. Used exact same license as used for source code,reed1-2/+32
but changed the name of the copyright holder. I provided the original man page in PR #21865.
2005-06-07Add a file format version to pkg-vulnerabilities, and check fordillo4-48/+145
its compatiblity. Bump version to 1.35 Done during the freeze to have the support on the branch. Okayed by wiz.
2005-05-21fix quoting. bump version to 1.34.dillo2-10/+11
reviewed by wiz and agc.
2005-05-07Refer doc/pkgsrc.txt instead of Packages.txt.wiz2-3/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-19Add PKGVULNDIR to BUILD_DEFS.wiz1-1/+3
2005-02-11Update audit-packages to 1.33:agc2-8/+8
In download-vulnerability-list, first set the PKGVULNDIR, then create the directory if it doesn't already exist. Pointed out by Geert Hendrickx on tech-pkg@
2004-10-29avoid use of test -e for consistency with pkgsrc itself. usegrant1-4/+3
consistent shell syntax.
2004-10-07* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,jlam1-2/+2
as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR.
2004-06-06Update audit-packages to 1.32, with fixes for the problems mentionedagc4-21/+27
in PR 25654 from Hauke Fath. Take any non-standard values from audit-packages.conf file in audit-packages as well as download-vulnerability-list. Fix the pre-formatted documentation so that filenames to be substituted are not formatted with the bold or underline "overstrikes" on ttys, so that the correct sed substitutions take place at package install time.
2004-05-17Add explanation of -v switch to man page. (Okay'd by agc@.)reed3-7/+13
audit-packages version is now 1.31.
2004-04-14Make it a separate warning if downloading the filewiz2-3/+10
failed completely. Welcome to 1.30.
2004-04-11Rethink the nroff dilemma:jschauma1-13/+5
only regen on SunOS or AIX - the pre-generated pages _are_ mandoc type pages, so we can use them on more platforms than just Irix.
2004-04-09Do this the right way: regen audit-packages.0 and then substitute asjschauma2-16/+15
regular
2004-04-09Add a pre-formatted catman page which is only used (copied into place)jschauma2-1/+108
under IRIX. Other OS regen the catman page. This addresses PR pkg/23452. Since just depending on textproc/groff would pull in a large number of packages (such as perl, ghostscript, tiff etc.), and since this is a very important package that should NOT depend on all this gunk, Jeremy C. Reed suggested this solution. Ok agc.