summaryrefslogtreecommitdiffstats
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.3.eik2004-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]
* Update to 2.5.8.marcus2004-03-102-7/+8
| | | | | | | | * Add dirname and egrep direct command use checks * Add a missing '?' in checking for text after bsd.port(.post)?.mk [1] * Add a check to make sure OPTIONS is set before bsd.port.pre.mk Submitted by: eik [1]
* Make the variable definition syntax more like make(1)'s, and update thedes2004-03-023-10/+14
| | | | documentation accordingly, fixing some markup bugs in the process.
* Update to 02/29/2004's CVS HEAD snapshot of the pkg_install code to fix somemarcus2004-02-292-4/+5
| | | | problems with adding certain packages (e.g. docbook-xsl).
* grammareik2004-02-251-2/+2
| | | | Submitted by: will, nectar
* add a security contacteik2004-02-251-0/+7
|
* - bugfix: awk in -CURRENT accepts no regexes in RS, causing the databaseeik2004-02-254-3/+57
| | | | | | | | update to fail - add an install & deinstall message Submitted by: nectar & Ion-Mihai Tetcu <itetcu@apropo.ro>
* update to 0.2:eik2004-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)
* update to 20040216:eik2004-02-193-5/+4
| | | | | - enables the use of `+' in version numbers: 1.0.1+2003.09.16 > 1.0+2003.09.16
* Disable auditfile.txt until we decide on a database format,eik2004-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.
* add bind, pine, samba 3.xeik2004-02-171-0/+5
|
* remove duplicate mutt entry, sorry.eik2004-02-161-1/+0
|
* add mutt and mailmaneik2004-02-161-0/+2
|
* XFree86-Server font file buffer overflowseik2004-02-161-0/+2
|
* add GNATS3eik2004-02-161-0/+1
|
* require gaim version 0.75_6, since the vulnerability has been re-introducedeik2004-02-131-1/+4
| | | | add libtool symlink vulnerability
* add fspd <= 2.8.1.3eik2004-02-131-0/+1
| | | | | PR: 62747 Submitted by: Radim Kolar <hsn@netmag.cz>
* Add mutt < 1.4.2 vulnerabilty.clement2004-02-111-0/+1
|
* add an URL where at least somek kind of advisory for monkeyd can be found...eik2004-02-111-1/+1
|
* Add entries for:clement2004-02-111-0/+2
| | | | | - www/apache13-ssl<1.3.29.1.53 - www/monkey < 0.8.2
* add clamav<0.65_7eik2004-02-101-0/+1
| | | | PR: 62586
* Update to 20040207pav2004-02-082-8/+22
| | | | | | | | | | - provide a dummy exclusion pattern if the exclude file exists but doesn't contain any patterns (Yen-Ming Lee <leeym@FreeBSD.org>) - progress status display for interactive phase, too - minor code cleanups, improved comments/docs PR: ports/62539 Submitted by: Stefan Walter <sw@gegenunendlich.de> (author)
* Update to 20040208. (Just repacked to roll up recent patches)knu2004-02-0810-276/+10
|
* Fix a long-standing silly bug in uninstall_pkg().knu2004-02-084-2/+34
|
* Make portsdb -U use the canonical way to make a ports index file nowknu2004-02-076-6/+138
| | | | | | that make index has got fast enough. Suggested by: kris
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-068-4/+4
|
* Use PLIST_FILES.trevor2004-02-052-1/+1
| | | | Reviewed by: marcus
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-042-0/+2
| | | | (Part 1)
* Add a patch to make portupgrade just use stdout/stderr redirection toknu2004-01-314-0/+94
| | | | | | keep build logs rather than calling script(1) when stdin is not a tty. I wonder if this works against the portupgrade-from-cron problem...
* SIZE *DOES* MATTER.sergei2004-01-301-0/+1
|
* SIZEify.trevor2004-01-291-0/+1
|
* Speling 8Peik2004-01-281-1/+1
|
* Add some more examples (inn, apache) to test combined >= & < relationseik2004-01-281-1/+10
|
* tandart vulnerability test for port auditing systemseik2004-01-282-0/+50
| | | | | | | | This is a package to test FreeBSD port auditing systems, e.g. portaudit and the upcoming VuXML based system. Even though it installs no files, it is listed in the portaudit database as vulnerable. Kind of a EICAR-STANDARD-ANTIVIRUS-TEST-FILE
* portaudit provides a list of published security vulnerabilitieseik2004-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.
* - remove sourceforge from MASTER_SITESeik2004-01-274-34/+49
| | | | | - install in /usr/local by default - conflict with sysutils/pkg_install
* Development version of the FreeBSD 5.x pkg_install suite of toolseik2004-01-267-0/+188
| | | | | | to test new features PR: 56961, 56989 and 57029
* - Use PLIST_FILESclement2004-01-252-1/+2
| | | | | PR: 61886 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
* * Update to 2.5.7marcus2004-01-223-30/+50
| | | | | | | | | | | | | | | | | | | | * Fix some grammar nits in portlint.1 * Add some missing options to the summary in portlint.1 * Reorganize some option descriptions in portlint.1 * Add an ENVIRONMENT section describing PL_CVS_IGNORE and PORTSDIR in portlint.1 * Don't check the MAINTAINER field for direct command use [1] * Add a new PL_CVS_IGNORE environment variable that allows users to filter out certain patterns from the CVS files check [2] * Only warn about CATEGORY problems if the user is in PORTSDIR [3] * Sync new command macros with recent bsd.port.mk changes * Correct a regular expression problem when looking for direct command use [4] PR: 61562 [1] 61449 [2] [3] Submitted by: Sergey Matveychuk <sem@ciam.ru> [1] sergei [3] leeym [4]
* check out Tools along with Mk and Templates. also fix a minor typo.des2004-01-222-2/+3
|
* Update to 20040113, a small maintenance release.knu2004-01-144-4/+8
| | | | | | | | | | | | portsdb(1) - Follow ports intrastructure changes wrt build-time dependency -- now portsdb -U properly picks EXTRACT_DEPENDS so they appear build-time dependency. (Thanks to schweikh) misc. - Fix typos in documentation. I seem to be unable to spell "pacakge" correctly, being a portmgr. Or was it "pakcage" ? Anyway, it was fortunate that I wasn't a packge manager.
* Update to 0.04 which fixes some bugs (and provides tests to reduce thetom2004-01-142-3/+4
| | | | risk of further bugs), and has cleaner code in a few places.
* Update to 2.5.6.marcus2004-01-072-4/+7
| | | | | | | | | * Check to make sure RCS tags begin with capital letters [1] * Do not look direct command use in .for loops [2] PR: 60947 [1] Submitted by: leeym [1] petef [2]
* * Update to 2.5.5marcus2004-01-023-9/+17
| | | | | | | | | | | | | | * Fix up the usage text * Ignore arguments passed to REINPLACE_CMD so portlint will not complain on things such as ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' [1] * Only match libraries installed into lib when looking for .so's [2] * Try to make the PKGCATEGORY check a little more forgiving to committers checking single ports [3] PR: 60608 [1] 60803 [2] Submitted by: leeym [1] [2] (based on) dougb [3]
* Update to 20031231pav2003-12-312-26/+37
| | | | | | | | | | Cosmetic update, no functional changes: - exit automatically when there aren't any more packages to process - send error messages to stderr - ignore whitespace in user input, don't blindly get the first character PR: ports/60763 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
* - Update to 20031227pav2003-12-274-29/+52
| | | | | | | | | | | - check for empty +REQUIRED_BY files, too (Yen-Ming Lee <leeym@leeym.com>) - optionally run 'pkgdb -F' after each run (new parameter '-F') - add info messages for progress status when deinstalling packages - minor code cleanups, improvement of messages/comments - remove the 'usage' text from the pkg-descr file PR: ports/60639 Submitted by: Stefan Walter <sw@gegenunendlich.de> (author)
* Catch the pkg-descr up with reality.marcus2003-12-271-1/+3
|
* * Update to 2.5.4marcus2003-12-272-5/+7
| | | | | | | | * Correct a typo (-n should be -N) [1] * Don't check comments for direct command use [2] Submitted by: pav [1] Sascha Holzleiter <sascha@root-login.org> [2]
* Add sysutils/portdowngrade, a utility to help downgrade FreeBSD ports bylinimon2003-12-045-0/+53
| | | | | | | | | | analyzing the history of commits to the port and presenting the user the list of changes. By selecting one, the port can be set back to a previous version easily. WWW: http://sourceforge.net/projects/portdowngrade/ PR: ports/48257 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
* Ack, I knew I forgot something. Add a new -C argument that enables pedanticmarcus2003-11-223-8/+12
| | | | | | | committer mode. This is the identical to -A except it omits the new port checks. Requested by: eik
OpenPOWER on IntegriCloud