summaryrefslogtreecommitdiff
path: root/ports-mgmt/portaudit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix portaudit -Fq to actually be quiet. [1]Simon L. B. Nielsen2007-12-272-18/+6
| | | | | | | | | | | | | - Remove support for FreeBSD older than 4.11 and 5.3. - Remove conditional dependency on bzip2 which I can't really see how could be activated automatically. Reported by: "J. Martin Petersen" <jmp@alvorlig.dk> [1] PR: ports/117845 [1] With hat: maintainer / secteam Notes: svn path=/head/; revision=204608
* Add security to CATEGORIESErwin Lansing2007-04-021-1/+1
| | | | | | | "Sounds like a good idea": simon Notes: svn path=/head/; revision=189005
* Correct URL to the VuXML pages for FreeBSD. Also bump modification date.Remko Lodder2007-03-151-2/+2
| | | | | | | | PR: ports/104813 Submitted by: Alan Amesbury <amesbury at umn dot edu> Notes: svn path=/head/; revision=187428
* Populate a new ports-mgmt category. List of moved ports:Pav Lucistnik2007-02-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/portcheckout -> ports-mgmt/portcheckout devel/portlint -> ports-mgmt/portlint devel/portmk -> ports-mgmt/portmk devel/porttools -> ports-mgmt/porttools misc/instant-tinderbox -> ports-mgmt/instant-tinderbox misc/porteasy -> ports-mgmt/porteasy misc/portell -> ports-mgmt/portell misc/portless -> ports-mgmt/portless misc/tinderbox -> ports-mgmt/tinderbox security/jailaudit -> ports-mgmt/jailaudit security/portaudit -> ports-mgmt/portaudit security/portaudit-db -> ports-mgmt/portaudit-db security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port sysutils/barry -> ports-mgmt/barry sysutils/bpm -> ports-mgmt/bpm sysutils/kports -> ports-mgmt/kports sysutils/managepkg -> ports-mgmt/managepkg sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck sysutils/pib -> ports-mgmt/pib sysutils/pkgfe -> ports-mgmt/pkgfe sysutils/pkg-orphan -> ports-mgmt/pkg-orphan sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves sysutils/pkg_install -> ports-mgmt/pkg_install sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel sysutils/pkg_remove -> ports-mgmt/pkg_remove sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst sysutils/pkg_tree -> ports-mgmt/pkg_tree sysutils/portbrowser -> ports-mgmt/portbrowser sysutils/portconf -> ports-mgmt/portconf sysutils/portdowngrade -> ports-mgmt/portdowngrade sysutils/portcheck -> ports-mgmt/portcheck sysutils/portmanager -> ports-mgmt/portmanager sysutils/portmaster -> ports-mgmt/portmaster sysutils/portscout -> ports-mgmt/portscout sysutils/portsearch -> ports-mgmt/portsearch sysutils/portsman -> ports-mgmt/portsman sysutils/portsnap -> ports-mgmt/portsnap sysutils/portsopt -> ports-mgmt/portsopt sysutils/portupgrade -> ports-mgmt/portupgrade sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools sysutils/psearch -> ports-mgmt/psearch sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex sysutils/qtpkg -> ports-mgmt/qtpkg textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports Repocopies by: marcus Notes: svn path=/head/; revision=184211
* Avoid unnecessary invocations of pkg_info by checking whether theSimon L. B. Nielsen2006-04-162-1/+5
| | | | | | | | | | | | | | | | package is installed or not using a precalculated regex. This speeds up "portaudit -a" with around a factor of 10. The change is slightly modified from the one from the PR by using pkg_info -aE instead of ls /var/db/pkg for determining installed packages. Submitted by: Kuang-che Wu <kcwu@csie.org> PR: ports/92942 Notes: svn path=/head/; revision=159700
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Change MAINTAINER address for ports maintained by the Security Team toSimon L. B. Nielsen2005-07-301-1/+1
| | | | | | | | | secteam@ instead of security@ to make it more clear that the ports are not maintained by the freebsd-security@ mailing list. Both addresses go to the same people. Notes: svn path=/head/; revision=140487
* portaudit 0.5.10:Simon L. B. Nielsen2005-07-033-16/+29
| | | | | | | | | | | | | | | - Unbreak portaudit -vF. - Sync usage with reality. - Document the q, v, and V options. - Markup fixes for the portaudit(1) manual page. - Make quiet mode output even less "redundant" text [1]. - Set maintainership to security@. [2] Suggested by: Phil Kernick philk at rotfl dot com dot au [1] Suggested by: nectar, remko [2] Notes: svn path=/head/; revision=138430
* Grab maintainer-ship of portaudit. While I do not currently have anySimon L. B. Nielsen2005-06-141-1/+1
| | | | | | | | | | plans for improvements (though I have ideas) I feel that portaudit is too important to not have an active maintainer. Approved by: portmgr (linimon) Notes: svn path=/head/; revision=137463
* Typo-fix in a commentChristian Brueffer2004-09-091-1/+1
| | | | | | | Approved by: portmgr (krion) Notes: svn path=/head/; revision=118136
* - update to version 0.5.9Oliver Eikemeier2004-09-033-14/+34
| | | | | | | (first attempts to check the base system for vulnerabilities) Notes: svn path=/head/; revision=118082
* fix "too many open files" error when using the -r flagOliver Eikemeier2004-08-232-2/+2
| | | | | | | Noted by: nectar Notes: svn path=/head/; revision=117144
* Don't check the base system when PACKAGE_BUILDINGOliver Eikemeier2004-08-161-0/+2
| | | | Notes: svn path=/head/; revision=116339
* Remove -a from the default fetch(1) flags, so that the daily securityOliver Eikemeier2004-08-152-2/+2
| | | | | | | | | report is not delayed when the distribution site is down. Submitted by: kuriyama Notes: svn path=/head/; revision=116246
* fix man page nits,Oliver Eikemeier2004-08-133-36/+61
| | | | | | | | | | modify the vulnerability report depending on -q/-v (experimental) PR: 69935, 68942 Submitted by: Chris Pepper <pepper@reppep.com>, Johan Karlsson <k@numeri.campus.luth.se> Notes: svn path=/head/; revision=116131
* New option -r: restrict listed entries to selected references.Oliver Eikemeier2004-07-243-4/+25
| | | | | | | Useful for testing new entries. Notes: svn path=/head/; revision=114567
* check for a working tr(1).Oliver Eikemeier2004-07-131-0/+5
| | | | Notes: svn path=/head/; revision=113581
* Test OSVERSION instead of pkg_info -P to enable cross-version buildsOliver Eikemeier2004-07-021-5/+2
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=112714
* - update to version 0.5Oliver Eikemeier2004-07-0110-554/+442
| | | | | | | | | | | | | | | | | | | *** NOTE *** The preferences file format has changed, as have the periodic.conf(5) names. Normally the default settings should be adequate, except when you need to configure a proxy. Use $PREFIX/etc/portaudit.conf.sample as an example. - moved portaudit to sbin - clean up, merging stuff into the portaudit script - better return codes and errors to stderr - -f can check stdin now - dropped ports tree auditing - merged the periodic(8) scripts into one - run daily auditing as `nobody' Notes: svn path=/head/; revision=112658
* update to version 0.4.1Oliver Eikemeier2004-06-253-2/+30
| | | | | | | | | Use portaudit [packagename ...] to check if package is listed as vulnerable Notes: svn path=/head/; revision=112185
* Add pkg-req file which was forgotten in the last commit.Oliver Eikemeier2004-06-231-0/+27
| | | | Notes: svn path=/head/; revision=112065
* Update to version 0.4, with a new `-f' option.Oliver Eikemeier2004-06-233-42/+91
| | | | | | | | | | | To check which of the current ports have known vulnerabilities, do portaudit -f /usr/ports/INDEX This port requires pkg_install(-devel)>=20040623 Notes: svn path=/head/; revision=112064
* make expiry date customizable via daily_status_portaudit_expiryOliver Eikemeier2004-06-213-3/+3
| | | | Notes: svn path=/head/; revision=111933
* Fetch the database from http://www.FreeBSD.org/ports/ first.Oliver Eikemeier2004-06-184-6/+11
| | | | | | | Thanks to: kuriyama Notes: svn path=/head/; revision=111708
* update to 0.3.1:Oliver Eikemeier2004-03-315-18/+117
| | | | | | | | | | | | - use passive ftp by default, don't retry on failure [1] - add a -C flag, portlint style - don't keep databases that are tool old [2] Requested by: hubs [1] Noticed by: Nicolas Rachinsky <nicolas@rachinsky.de> [2] Notes: svn path=/head/; revision=105829
* Update to 0.3.Oliver Eikemeier2004-03-119-86/+145
| | | | | | | | | | | | | | | | | | | Since we are using the official VuXML database the auditing should be pretty complete. - mention web page - add more mirrors, disabling .ru mirror (too much lag) - allow combined options in portaudit shell script - add sample configuration file - use absolute paths for binaries, to ease use in crontab scripts [1] - correct type in man page [2] PR: 64005 [2] Submitted by: Tomasz Pilat <poncki@axelspringer.com.pl> [1] Nathan Dove <njdove@wafer.sandia.gov> [2] Notes: svn path=/head/; revision=103635
* grammarOliver Eikemeier2004-02-251-2/+2
| | | | | | | Submitted by: will, nectar Notes: svn path=/head/; revision=102100
* add a security contactOliver Eikemeier2004-02-251-0/+7
| | | | Notes: svn path=/head/; revision=102092
* - bugfix: awk in -CURRENT accepts no regexes in RS, causing the databaseOliver Eikemeier2004-02-254-3/+57
| | | | | | | | | | | update to fail - add an install & deinstall message Submitted by: nectar & Ion-Mihai Tetcu <itetcu@apropo.ro> Notes: svn path=/head/; revision=102046
* update to 0.2:Oliver Eikemeier2004-02-218-126/+480
| | | | | | | | | | | - new command line tool - new man page - reworked database update code, incorporating feedback from Max Khon <fjoe>, Radim Kolar <hsn@netmag.cz> (PR 63066) and Ion-Mihai Tetcu <itetcu@apropo.ro> (PR 62655) Notes: svn path=/head/; revision=101601
* Disable auditfile.txt until we decide on a database format,Oliver Eikemeier2004-02-191-53/+0
| | | | | | | | | | | | | | two databases cause more confusion than it is worth. portaudit uses ports/security/vuxml/vuln.xml in the meantime, please commit your changes there and send feedback wich format you prefer. Currently we have to migrate gnats, mailman, monkey and some apache versions. Notes: svn path=/head/; revision=101364
* add bind, pine, samba 3.xOliver Eikemeier2004-02-171-0/+5
| | | | Notes: svn path=/head/; revision=101200
* remove duplicate mutt entry, sorry.Oliver Eikemeier2004-02-161-1/+0
| | | | Notes: svn path=/head/; revision=101082
* add mutt and mailmanOliver Eikemeier2004-02-161-0/+2
| | | | Notes: svn path=/head/; revision=101079
* XFree86-Server font file buffer overflowsOliver Eikemeier2004-02-161-0/+2
| | | | Notes: svn path=/head/; revision=101077
* add GNATS3Oliver Eikemeier2004-02-161-0/+1
| | | | Notes: svn path=/head/; revision=101070
* require gaim version 0.75_6, since the vulnerability has been re-introducedOliver Eikemeier2004-02-131-1/+4
| | | | | | | add libtool symlink vulnerability Notes: svn path=/head/; revision=100851
* add fspd <= 2.8.1.3Oliver Eikemeier2004-02-131-0/+1
| | | | | | | | PR: 62747 Submitted by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=100807
* Add mutt < 1.4.2 vulnerabilty.Clement Laforet2004-02-111-0/+1
| | | | Notes: svn path=/head/; revision=100697
* add an URL where at least somek kind of advisory for monkeyd can be found...Oliver Eikemeier2004-02-111-1/+1
| | | | Notes: svn path=/head/; revision=100663
* Add entries for:Clement Laforet2004-02-111-0/+2
| | | | | | | | - www/apache13-ssl<1.3.29.1.53 - www/monkey < 0.8.2 Notes: svn path=/head/; revision=100613
* add clamav<0.65_7Oliver Eikemeier2004-02-101-0/+1
| | | | | | | PR: 62586 Notes: svn path=/head/; revision=100552
* Add some more examples (inn, apache) to test combined >= & < relationsOliver Eikemeier2004-01-281-1/+10
| | | | Notes: svn path=/head/; revision=99323
* portaudit provides a list of published security vulnerabilitiesOliver Eikemeier2004-01-277-0/+295
of FreeBSD ports and tools to check if installed ports are listed. Since this is a prerelease version, it is mostly usable for committers that want to contribute to the project, and can currently not be relied upon as an extensive security auditing tool. Notes: svn path=/head/; revision=99292