aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/portupgrade: fix the problem that portupgrade sometimes runs slow, ↵edwin2005-12-0420-422/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and bump PORTVERSION to 20051204. (1) For years, I have experienced that portupgrade sometimes runs very slow. After some investigation, I found that "pkgdb -aF" is invoked from portupgrade or other programs (such as portversion) without having sufficient privilege to modify /var/db/pkg/, and that error is not caught by the caller program, and "pkgdb -aF" is invoked repeatedlly. So, I fixed the following things: - When pkgdb internally invoked from other program exits with error, make the caller program also exit with error. - Display the error messages of pkgdb that run internally from other program. When portupgrade or other programs die with the following error, ** You do not own /var/db/pkg. (use -f to force or run as root) Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ please run "pkgdb -aF" as the user that owns /var/db/pkg (usually root). (2) Make new tarball that contains the above fix and all patches in files/. Bump PORTVERSION to 20051204 and change MASTER_SITES. PR: ports/89917 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org>
* [MAINTAINER] update sysutils/portmanageredwin2005-12-042-1/+173
| | | | | | | | | | | update sysutils/portmanager to 0.3.9_7 1. Fixes portmanager not honoring STOP/START statements from its own config file, reported by Gerard Seibert <gerard@seibercom.net>, Thanks! PR: ports/89913 Submitted by: Michael C. Shultz <ringworm01@gmail.com>
* Unbreak INDEX building for those of us using devel/portmk. This is notlinimon2005-12-041-1/+1
| | | | | | all the changes from Mk/bsd.apache.mk that need to be merged. Pointy hat to: clement
* Update to 0.3.9_6. From the maintainer:philip2005-12-042-1/+144
| | | | | | | | | | | | 1, Fixes corruption of +CONTENTS files when portmanager is compiled in BUILD_DEPENDS_ARE_LEAVES mode Bug identified by Jiawei Ye <leafy7382@gmail.com> 2. Fixes parsing pkgtools.conf when arrays are used, patch provided by dan@slightlystrange.org, thank you! PR: ports/89903 Submitted by: Michael C. Shultz <ringworm01 -at- gmail.com> (maintainer)
* New port: sysutils/pkg-orphan A console utility for managing unreferenced ↵edwin2005-11-303-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD packages pkg-orphan is a console utility for managing orphan, i.e. unreferenced FreeBSD packages. It finds all or selected orphans and lets the user choose which ones to remove and which ones to keep. It maintains a keep-list file, so previously kept packages will be skipped automatically. In batch mode, all packages, not present in the keep-list are either deleted or kept in the list. Since orphan packages are usually much fewer than non-orphan ones, it can be useful for quickly finding and deleting unused packages, even on a system with hundreds of them installed. Features: - interactive and batch modes - maintains a kept package list, to avoid asking for the same package again - can delete packages recursively, but without deleting shared dependencies or previously kept packages - the keep-list file does not contain package versions, so upgrades generally don't require editing of the file WWW: http://sourceforge.net/projects/pkg-orphan/ - Victor Semionov semionov@mail.b PR: ports/89730 Submitted by: Victor Semionov <semionov@mail.bg>
* Update to 0.3.9_5:barner2005-11-292-1/+233
| | | | | | | | | | - Fixes when adding a new port with portmanager, +CONTENTS files being corrupted. - Improved logging of conflicting ports Submitted by: "Michael C. Shultz" <ringworm01@gmail.com> (maintainer) PR: ports/89716
* Prevent building on anything besides tinderboxes by checking the existenceedwin2005-11-281-0/+4
| | | | | | of an unique variable. Requested by: kris@
* - Fix open file leakaz2005-11-282-1/+575
| | | | | | | | - Improve user interactive areas like conflicting ports and -slid - Bump PORTREVISION PR: ports/89653 Submitted by: Michael C. Shultz (maintainer)
* This port is simlar to misc/instant-workstation or misc/instant-server.edwin2005-11-282-0/+81
| | | | | | | | | | It creates a whole lot of often used ports, so that after a cvsup on a tinderbox build system, you can just tinderbuild this port and all primary dependencies are updated. If you think a port is missing, let me know! Author: Edwin Groothuis <edwin@mavetju.org>
* Update to 0.3.9_3mnag2005-11-282-1/+59
| | | | | | | | - Fixes bug where if run with -f switch when portmanager updates itsself goes into endless loop. Thanks to Gerard Seibert for helping to track this one down! PR: 89609 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* - Fixes portmanager seg faulting if either /usr/local/etc/pkgtools.conf oraz2005-11-262-1/+82
| | | | | | | /usr/local/bin/ruby are not installed. PR: ports/89564 Submitted by: Michael C. Shultz (maintainer)
* Update to 0.3.9_1mnag2005-11-266-531/+231
| | | | | | | | | | | - Using ruby script provided by Jan Grant <Jan.Grant@bristol.ac.uk> if portupgrade is installed portmanager also uses settings from pkgtools.conf in addition to those from its own conf file. - Wild cards "*" may now be used in pm-020.conf, see man portmanager for details - Automatic timeouts are re-enabled, stdin problem is solved. - Fix build on 4.x (0.3.9) PR: 89533 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* - Add SHA256pav2005-11-261-0/+1
|
* - Change the name of the ports database file (INDEX.db) tovs2005-11-256-6/+36
| | | | | | | | $(basename ${INDEXFILE}).db, e.g. INDEX-6.db. (requested by kris) - Add SHA256. PR: ports/89520 Submitted by: maintainer
* - Add SHA256 checksums to my portssergei2005-11-251-0/+1
|
* Fix crashes with large lines in INDEXvs2005-11-252-5/+8
| | | | | PR: ports/89513 Submitted by: maintainer
* [NEW PORT] security/jailaudit: Generate portaudit reports for jails from the ↵edwin2005-11-254-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | hostsystem This port contains a script for generating portaudit reports for jails running on a FreeBSD system. Jailaudit runs in the Host-system and uses portaudit to create reports for every jail currently running. It can also be used to send specific report-mails to the owner of a jail by running it as a cronjob. /etc/crontab example: 0 4 * * * * root /usr/local/bin/jailaudit mail admin@foo.bar "foo.example.com bar.example.com" Sends reports-mails of the jails with the hostnames foo.example.com and bar.example.com to the mailaddr. admin@example.com. WWW: http://outpost.h3q.org/software/jailaudit/ PR: ports/87581 Submitted by: Philipp Wuensche <cryx-ports@h3q.com>
* Update to 0.3.8_2mnag2005-11-232-1/+98
| | | | | | | | | | * Had to disable automatic timeouts until I learn how to properly close then open stdin. 0.3.8_1 will seg fault upon a second timeout and 0.3.8 leaves these random errors: awk: i/o error occurred while closing /dev/stdin input record number PR: 89424 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Update to 0.3.8_1mnag2005-11-222-0/+429
| | | | | | | | | | * Added --pristine mode that guarentees no inconsistancies in +CONTENTS files * Fixed (I hope) stdin not being reopened properly after a [Y/N/A] timeout * Fixed a segfault when portmanager reads a very old pre 4.11 +CONTENTS file, identified by Andrew Gordon <arg@arg.me.uk> PR: 89397 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* - Update to 0.3.8pav2005-11-213-4/+5
| | | | | PR: ports/89315 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* * Add some additional verbose messagesmarcus2005-11-202-2/+13
| | | | | | | * Work around a crash in Perl that can be triggered with complex regular expressions [1] Reported by: thierry and aspell [1]
* Update to 2.8.0.marcus2005-11-202-19/+50
| | | | | | | | | | | * USE_PYTHON still cannot be included after bsd.port.pre.mk * USE_APACHE can now be included after bsd.port.pre.mk [1] * Handle the new autotools world order * Check that IGNORE is properly capitalized and terminated [2] PR: 88546 [2] Reported by: pav [1] Submitted by: lawrance [2]
* Update to 0.3.7mnag2005-11-194-99/+7
| | | | | PR: 89242 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Update to 0.3.5_1mnag2005-11-162-0/+94
| | | | | | | | | | | | | * Craig Boston <craig@yekse.gank.org> brought to my attention a problem with how dependency information is gathered in +CONTENT files. portmanager -s (status report) uses port +CONTENT files to generate its report and now that is proven as not 100% accurate. This patch modifies the data source for status reports from +CONTENT files to the results obtained when running make -V *_DEPENDS in each port directory. PR: 89084 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Update to 0.3.5mnag2005-11-154-912/+4
| | | | | PR: 89040 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Update to 0.3.4_2mnag2005-11-142-1/+78
| | | | | | | | | | * Fixes bug where on initial installation if portmanager is run in single port update mode first it is missing a database * Added WITH_BUILD_DEPENDS_ARE_LEAVES information to man page PR: 88953 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Both bsdiff and portsnap have been added to the base system incperciva2005-11-131-0/+4
| | | | | | | | | FreeBSD 5-STABLE and 6-STABLE. Add conditional IGNORE lines to reflect this. PR: ports/88879 (portsnap) Reminded by: delphij Approved by: linimon
* Update to 0.3.4_1mnag2005-11-132-0/+831
| | | | | | | | | * Fixed seg fault in -slid on 6.0 machines * Fixed segfault when cvsup not set to delete and an installed port is removed from the ports tree PR: 88888 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Update to 0.3.4mnag2005-11-125-2644/+10
| | | | | | | Add WITH_BUILD_DEPENDS_ARE_LEAVES in OPTIONS PR: 88847 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Update to 0.3.3_3mnag2005-11-112-1/+720
| | | | | | | | | | | | | | | | | | | | * Adds ability to stop programs like postfix from running during upgrade then restarts them afterwards. See pm-020.conf-example or man page for instructions * Fixes reported bug where -slid option removes the wrong port * May fix a reported segfault at: MGPMrCreateAllUpdateStatusDb.c:162 since user didn't include portmanager version or uname -a output can't be certain fix is good PR: 88800 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Fix mis-merge from latest round of changes. Fixes 'make describe' in misc/.linimon2005-11-101-1/+0
|
* Update to 0.3.3_2mnag2005-11-103-7/+1046
| | | | | | | | | | * At user's request portmanager now respects a defined BATCH * -sl works again, -sl and -slid options no longer consider build dependencies as "leaves" PR: 88744 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Update to 0.3.3_1mnag2005-11-093-0/+880
| | | | | | | * Cleaned up valgrind related nits and a few compiler warnings PR: 88705 Submitted by: maintainer
* use USE_SQLITEedwin2005-11-091-2/+2
|
* Add SHA256 checksums to the distinfo files.edwin2005-11-092-0/+2
|
* Change post-configure externVars.h.in to externVars.hmnag2005-11-081-1/+2
| | | | Submitted by: maintainer via email.
* Update to 0.3.3mnag2005-11-082-8/+5
| | | | | | | Take MAINTAINER PR: 88630 Submitted by: Michael C. Shultz <ringworm01@gmail.com>
* Update to 0.3.2mnag2005-11-055-44/+39
| | | | | PR: 88521 Submitted by: Michael C. Shultz <ringworm01@gmail.com>
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-053-3/+3
|
* - Sync with 1.68clement2005-11-041-0/+5
|
* Add 2 more patches for exp build:clement2005-11-042-2/+4
| | | | | | | | ports/83514 - fix typo in bsd.port.mk: s/RC_ORDER/USE_RCORDER/g ports/88466 - small update to bsd.port.mk for postgresql (support of 8.1) exp build also contains ports/78596. It's worthless to backport it to devel/portmk
* Fix install target.edwin2005-11-031-1/+7
| | | | Noticed by: YAPHR
* Let the IGNORE message make a bit more sense and change it from:erwin2005-11-011-1/+1
| | | | | | | | | | | | ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: maintainer
* Upgrade to 1.3.edwin2005-10-313-4/+12
|
* Correct compilation with perl 5.005.marcus2005-10-252-2/+3
|
* Don't need USE_GMAKE [1]mnag2005-10-241-41/+17
| | | | | | | | | | Bump PORTREVISION Use OPTIONS Use post-patch instead post-configure Change PACKAGE_VERSION only if PORTREVISION != 0 PR: 87833 [1] Submitted by: Helge Oldach <portmanageroct05@oldach.net> [1]
* Update to 2.7.5.marcus2005-10-232-8/+37
| | | | | | | | | | | | * Add a check for improperly quoted COMMENTs. [1] * Require quotes around all of BROKEN, FORBIDDEN, MANUAL_PACKAGE_BUILD, NO_CDROM, NO_PACKAGE, and RESTRICTED. Also, enforce the obscure rules around DEPRECATED. [2] PR: 87273 [1] 87498 [2] Submitted by: erwin [1] fenner [2]
* - Add "make patch-o-matic" target. It applies to a fresh ports tree patchesclement2005-10-211-0/+21
| | | | | | | | | | required to build ports correctly with devel/portmk. Currently only USE_GMAKE changes [1] are applied. It will be heavily used in the future to support new knobs in b.p.m (like USE_APACHE, USE_TCL, new OPTIONS, etc.) Currently patches are added by hand. I hope I can add soon an automated way to submit patches. [1] Submitted by: jylefort
* fix: ports/54424 problemdaichi2005-10-196-2/+60
| | | | | | | | - fix PKG_ALTDEP does not work problem PR: ports/54424 Submitted by: koma2@lovepeers.org (maintainer) Approved by: bharat@menalto.com
* - Sync bsd.java.mk with rev 1.67clement2005-10-171-0/+4
| | | | Reported by: kris
* - Update to 0.3.0.flz2005-10-1712-2830/+37
| | | | | PR: ports/87497 Submitted by: Michael C. Shultz <ringworm01@gmail.com>
* Update to version 1.2:edwin2005-10-162-3/+4
| | | | | | | - bin/find_new_version.pl doesn't check URLs which are already found a previous run. - bin/mail_maintainers.pl mark a port as reported when you have send email to a maintainer.
* - Add a workaround to new checksum target to keep backward compatibility.clement2005-10-161-1/+3
| | | | | | If checksum should be equal to IGNORE and it doesn't have an entry in distinfo check if it has already been "registered". In other words, if they're no SHA256 checksum (which is the case IRL), fallback to MD5 checksum results.
* - Update to 0.2.9_9.flz2005-10-132-1/+770
| | | | | PR: ports/87349 Submitted by: Michael C. Shultz <ringworm01@gmail.com>
* Update to 1.1 (see previous commit on Makefile)edwin2005-10-131-2/+2
|
* Update to 1.1edwin2005-10-132-3/+3
| | | | | | - You can run bin/find_new_versions.sh with a parameter which will filter out the maintainer. ~/bin/find_new_versions.sh edwin@mavetju.org
* Add note about ports/86776 requirement.edwin2005-10-122-0/+5
| | | | http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/86776
* Add sysutils/newportsversioncheckedwin2005-10-125-0/+65
| | | | Tool to check for new ports distfiles availability.
* Update to 2.7.4.marcus2005-10-102-3/+23
| | | | | | | | * Add a warning if only one MASTER_SITE is configured [1] * Check for misspellings of INSTALLS_SHLIB [2] PR: 87141 [2] Requested by: kris [1]
* Update to a -CURRENT snapshot from October 1, 2005.marcus2005-10-022-3/+3
|
* Update to latest versionvs2005-09-232-4/+7
| | | | | PR: ports/86467 Submitted by: maintainer
* - Remove -02 [1] related patchclement2005-09-211-3/+0
| | | | | | It's b0rked for compilers which don't support -fno-strict-aliasing [1] ports/73797 : Be causious compiling with -O2 (use -fno-strict-aliasing)
* - Fix output when redirectingpav2005-09-202-1/+307
| | | | | PR: ports/81481 Submitted by: Michael C. Shultz <ringworm01@gmail.com>
* - Don't switch to www/apache20 to minimize changes to not break INDEXclement2005-09-192-6/+12
| | | | | | | - Introduce APACHE_COMPAT variable keep weak dependencies on APACHE_PORT working make INDEX is still broken
* Sync with bsd.port.mk: bump MySQL 5.0 shared lib version.ale2005-09-191-1/+1
|
* - Sync portmk with next exp-build patchset.clement2005-09-1913-6665/+6562
| | | | | | | | | | | | | | | | | | | | | | | | | - Remove temporarily all eik's work. We'll try to find a decent way to deal with major changes. Of course we'll reuse his good ideas List of changes (PR - synopsis) 85695 - Add bsd.database.mk. 85669 - bsd.ports.subdir.mk: Ports not escape plus signal in make search 85488 - [PATCH] New "makepatch: " target to help ports authors 86106 - ${CC} should be added to ${MAKE_ENV} when ${USE_GMAKE} is set 84489 - Depreciated MACHINE_ARCH being used in bsd.port.mk 83835 - Remove OpenLDAP ver. 21 83718 - Add bsd.tcl.mk for convinience for tcl/tk ports 83716 - Fix cosmetic bug in security-check target 83710 - Add INDEX-7 82753 - patch to add functionality to ports macro bsd.port.subdir.mk 82138 - [patch] timewaster: remove old versions from bsd.port.mk 81206 - new category proposal: net-im 79509 - add .desktop file facilities to bsd.port.mk 79123 - [patch] bsd.port.mk - add SHA256 support to "make checksum" 74866 - Update Mk/bsd.port.mk to support python packages with OPTIONS 73797 - Be causious compiling with -O2 (use -fno-strict-aliasing) 85490 - [PATCH] If WANT_LINT is set, port building can break XXXXX - Add bsd.apache.mk
* - Really fix crashes on 6.0pav2005-09-181-13/+17
| | | | | PR: ports/86272 Submitted by: Michael C. Shultz <ringworm01@gmail.com>
* - Fix runtime crash on FreeBSD 6.0pav2005-09-182-1/+11
| | | | | | PR: ports/86180 Reported by: Mike Lednev <liettneff@bk.ru> Submitted by: Michael C. Shultz <ringworm01@gmail.com>
* Update to version 0.9.5. This is identical to 0.9.4 except for a fixcperciva2005-09-182-3/+3
| | | | | | | which makes make_index not coredump when it encounters a circular dependency in the ports tree. Approved by: erwin
* While I'm here, tweak the master port detection code and comment out ades2005-09-111-4/+4
| | | | warning which is more annoying than useful.
* Fix problems with PLIST_SUB, and update copyrights.des2005-09-113-39/+39
|
* Update to 2.7.3.marcus2005-09-092-10/+9
| | | | | | | * USE_PYTHON can now safely appear after bsd.port.pre.mk * Expand the .elseif search to cover ".else if" as well * Don't complain on direct use of autotools if we're using USE_AUTOTOOLS * Don't check embedded comments for direct command use
* Add managepkg 1.1, script for maintining ports.garga2005-09-053-0/+47
| | | | | PR: ports/85732 Submitted by: Andreas Fehlner <fehlner@gmx.de>
* - Fix portsdb issue.flz2005-08-024-2/+24
| | | | | | | Reported by: Igor Pokrovsky <ip@doom.homeunix.org> Patched by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer) Tested by: Igor Pokrovsky <ip@doom.homeunix.org> Approved by: portmgr (krion)
* Upgrade to version 0.9.4 to fix a deadlock bug in the experimentalcperciva2005-07-312-3/+3
| | | | | | | pipelined http code. This has no effect for anyone not using the -x option to portsnap. Approved by: pav
* Upgrade to version 0.9.3.cperciva2005-07-312-3/+5
| | | | | | | | | | | | | | | | This adds some new _experimental_ pipelined HTTP code which typically makes portsnap 3-10 times faster at downloading updates. This experimental code is disabled by default; to enable it, run portsnap with the (undocumented) -x option. (e.g., "portsnap -x fetch") I am not currently aware of any problems with this new code, but it has had less than 24 hours of testing; I would definitely like to know if it breaks anything. If portsnap is run without the -x option, this version should behave exactly the same way as the previous version. Approved by: simon
* Change MAINTAINER address for ports maintained by the Security Team tosimon2005-07-312-2/+2
| | | | | | 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.
* We only need Perl5 at runtime.marcus2005-07-301-1/+1
| | | | | PR: 84029 Submitted by: edwin
* Pass full path to pkg_{add,info} invoked from portupgrade.garga2005-07-304-2/+46
| | | | | PR: ports/84278 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
* - Fix crash when TERM is undefined in environmentpav2005-07-292-1/+12
| | | | | PR: ports/84168 Submitted by: Thierry Besancon <Thierry.Besancon@math.jussieu.fr>
* Reset maintainershipgarga2005-07-281-1/+1
| | | | | PR: ports/84181 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (ex-maintainer)
* Update to a snapshot from HEAD from 2005-07-20.marcus2005-07-202-3/+3
|
* - Grabclement2005-07-182-2/+2
|
* With portmgr hat on, reset eik's ports since he has been inactive forlinimon2005-07-183-3/+3
| | | | | | several months (not responding to email). Discussed among: portmgr team
* Update to 1.2.2.perky2005-07-172-3/+3
| | | | | | | | | | | | | | | | | | | pkg_genplist: *) Fixed a problem that couldn't open plist when command line arguments leads to change PKGNAME. *) FIxed manpage filename mask to include '-' (reported by Radim Kolar) [1] pkg_trackinst: *) Replaced a unfriendly exception with friendly message for an error occurrs when Makefile doesn't exist in current directory. PR: 83224 [1] Submitted by: Radim Kolar <hsn@netmag.cz> [1]
* - Add checking of empty directories to leftover checkpav2005-07-161-0/+30
| | | | | PR: ports/71363 Submitted by: leeym
* - Fix finding original directory name for py- and ruby- portspav2005-07-162-2/+20
| | | | | | | | | | PR: ports/70156 Submitted by: clsung - Add detection of leftover empty directories to leftover checking code PR: ports/71363 Submitted by: leeym
* Log:dinoex2005-07-101-0/+2
| | | | | | | - allow build with openssl installed from ports. PR: 76643 Reviewed by: William Fletcher Approved by: MAINTAINER timeout
* - Set maintainership to security@.simon2005-07-041-1/+1
| | | | Suggested by: nectar, remko
* portaudit 0.5.10:simon2005-07-043-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]
* Fix a mismerge in the last OPTIONS patch. I forgot a line, but perl -cwmarcus2005-07-032-1/+3
| | | | | didn't catch the missing ';'. This should fix the erroneous messages about OPTIONS misuse.
* Update to 2.7.2.marcus2005-07-032-25/+35
| | | | | | | | | | * Add '+' to the list of valid characters for file names in the warning message. * Check to make sure OPTIONS is specified before bsd.port.pre.mk (only if OPTIONS is actually defined). [1] PR: 82316 [1] Submitted by: sem [1]
* - sysutils/portupgrade: add option for BDB4:daichi2005-06-292-14/+24
| | | | | | | | | | | | (1) Do not change default dependency (depend on ruby-bdb1), since ruby-bdb (BDB >= 2) support is not so tested. (2) Thus, no PORTREVISION bump. - a little Makefile change for portlint clean PR: ports/82000 Submitted by: Alexander Novitsky <alecn@server.v42of.icc-vvd.ru> Reviewed by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
* Upgrade to version 0.9.2. This adds a -I option to "portsnap update"cperciva2005-06-292-3/+3
| | | | | | | which only updates the INDEX files, and sets PATH to avoid problems when running from per-user crontabs. Approved by: pav
* sysutils/portupgrade: fix minor documentation issuesdaichi2005-06-274-2/+50
| | | | | | | | | | | | fix minor documentation issues with the portsclean(1) manpage. 1. In the SYNOPSIS, the -L option is excluded. 2. In the description for the -Q option, an example of the -QQ option is not given and since the other descriptions do this, it looks nicer and is easier to read. PR: ports/82666 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer) Pointed out by: Jason E. Hale <jhale@bluebottle.com>
* Update to reflect the addition of sha256 to the RELENG_5 base system.cperciva2005-06-241-1/+1
| | | | Simultaneously approved by: simon, tobez
* Change maintainershipdaichi2005-06-222-2/+2
| | | | | | | | | | | | | - change portupgrade-port-maintainership to KOMATSU Shinichiro-san <koma2@lovepeers.org> knu gave me approval to change portupgrade-port-maintainership to KOMATSU-san. He is busy attending to his work. He gave me approval to change some of his pr's responsible to me. I'll get work around portupgrade pr with KOMATSU-san. Submitted by: koma2@lovepeers.org Approved by: knu
* Grab maintainer-ship of portaudit. While I do not currently have anysimon2005-06-152-2/+2
| | | | | | | plans for improvements (though I have ideas) I feel that portaudit is too important to not have an active maintainer. Approved by: portmgr (linimon)
* - Add perl dependency because it's used by portsdb.flz2005-06-062-2/+4
| | | | | | | PR: ports/64650 [1], ports/69097 [2] Submitted by: David Israelsson <david@israelsson.org> [1], James Snow <snow@teardrop.org> Approved by: maintainer timeout (1 year)
* - Unbreak handling of updated pkgdb.db so it is not regenerated forsimon2005-05-236-74/+110
| | | | | | | | | | | | every run, which also makes portversion(1) works for non-root users again. This is done by simply having the flag file in /var/db/ (thanks to pav for the suggestion). - While here anyway, fix some make warnings during install on FreeBSD 6. PR: ports/81088 Reported by: many Tested by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> Approved by: erwin (mentor)
* Correct spelling error.adamw2005-05-201-1/+1
|
* o whoops, forgot the patchmich2005-05-191-0/+26
|
* o remove pkg-plistmich2005-05-192-3/+4
| | | | | | | | o add patch for ignoring special directoris in PORTSDIR (such as distfiles and Tools) PR: ports/80368 Submitted by: Radim Kolar <hsn@netmag.cz>
* Update to 1.2.1:perky2005-05-182-3/+3
| | | | | | | - pkg_genplist check mode now ignores gconf entries when GCONF_SCHEMAS is used. [1] Advised by: pav [1]
* Update to 1.2.perky2005-05-153-4/+7
| | | | | | | | | | | | | | - Ported to Python 2.3. [1] - It's now prohibited to run pkg_trackinst in ports directories. - pkg_genplist now writes "-c" mode error output to the file mentions on "-o" option. - Fixed a problem that can't handle manpages containing "." (dots) in their name. [1] - pkg_genplist now bypasses command line arguments to make command in build and install target. PR: 80831 [1] Submitted by: Radim Kolar <hsn@netmag.cz> [1]
* Update to 1.1.perky2005-05-083-9/+7
| | | | | pkg_trackinst now carries its own install log library "insthook.so" and is free from installwatch which is GPL-ed.
* Add a patch that fixes a NameError on pkg_genplist.perky2005-05-071-0/+6
| | | | Reported by: krion
* Update to 1.0.perky2005-05-052-3/+3
| | | | | | | | | | | New features for 1.0: * pkg_genplist has a new run-mode which checks and reports pkg-plist of current port is correct and what files and/or dirs are missing or obsolete. * pkg_trackinst got new option that handles +INSTALL, +DEINSTALL, +DISPLAY files of pkgdb. * pkg_genplist can be set to write new pkg-plist file with another file name than "pkg-plist" with -o option.
* Add a new port for pkg_trackinst 0.2,perky2005-05-034-0/+71
| | | | | | | | | | | | | | a pkg-plist/pkgdb auto-generator for unpackaged softwares or unfinished ports. It provides two commands: * pkg_trackinst: Tracks installation of unpackaged software and writes pkgdb entry using the install log. Then, it also creates a binary package for the installed package. * pkg_genplist: Generates `pkg-plist' of a port in current directory automatically by a test installation.
* Unbreak by fixing the build with gcc 3.4markus2005-04-246-10/+142
| | | | No objections by: maintainer
* Update to 0.2.9_4jylefort2005-04-232-1/+726
| | | | | | PR: ports/80264 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer) Approved by: adamw (implicit, mentor)
* Fix build by including ${LOCALBASE}/lib in the link path.adamw2005-04-211-1/+5
|
* Add '+' to the list of recommended file name characters.marcus2005-04-172-2/+3
| | | | Reported by: many
* Unbreak on 5.xnovel2005-04-152-4/+12
| | | | | | PR: 79872 Submitted by: Johan van Selst <johans@stack.nl> Approved by: "."@babolo.ru (maintainer)
* - Add cdiff to RUN_DEPENDS.flz2005-04-141-1/+2
| | | | | | PR: ports/74638 Submitted by: Sean Farley <sean-freebsd@farley.org> Approved by: maintainer timeout (4 months)
* o Whoops - forgot to reset PORT_REVISIONmich2005-04-131-1/+0
|
* o Update to -> 0.2mich2005-04-134-202/+7
|
* Update to 2.7.1marcus2005-04-132-3/+39
| | | | | | | | | | * Check to make sure only characters [-.a-zA-Z0-9_] appear in file names [1] * Check for proper quoting of IGNORE and BROKEN [1] * Check to see if README.html is being committed [1] * Check for uses of .elseif [2] Submitted by: krion [1] Suggested by: bsdcrank <bsdcrank@squbes.com> [2]
* Fix and document insecure temporary file handling in portupgrade.simon2005-04-124-2/+138
| | | | | | | | Security: CAN-2005-0610 Security: http://vuxml.FreeBSD.org/22f00553-a09d-11d9-a788-0001020eed82.html Approved by: erwin (mentor), maintainer timeout OK'ed by: portmgr Reviewed by: nectar
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to 2.7.0.marcus2005-04-022-5/+115
| | | | | | | | | | | | | | * Add a check to make sure a WWW is defined in pkg-descr (this is a nice thing to have) [1] * Add a slew of Java-related checks (see http://wikitest.freebsd.org/moin.cgi/JavaPortlint for more details) [2] * Add @mode to the list of plist directives to warn about [3] PR: 78126 [1] 78947 [3] Requested by: hq [2] Submitted by: leeym [1] Renato Botelho <renato@galle.com.br> [3]
* Use ${INDEXFILE} for a filename of INDEX in /usr/ports.hrs2005-03-251-1/+6
| | | | | PR: ports/79036, ports/79154 Approved by: portmgr(kiron)
* Sync with the latest CVS HEAD snapshot.marcus2005-03-222-3/+3
|
* Upgrade to version 0.9.1 to fix some bugs which broke portsnap oncperciva2005-03-212-3/+3
| | | | | | RELENG_4. Approved by: pav
* Fix md5 sum.krion2005-03-201-1/+1
|
* Update portsnap to version 0.9. This brings the following changes:krion2005-03-203-10/+15
| | | | | | | | | | | | | | * SHA-256 has replaced SHA-1 as a hash function used for verifying integrity of the ports tree. * The RSA signature verification is now performed using OpenSSL rather than "borrowing" code from FreeBSD Update. * In addition to distributing the ports tree, portsnap now also produces up-to-date INDEX, INDEX-4, and INDEX-5 files. * When fetching a series of patches, portsnap now prints a simple progress indicator. PR: ports/79044 Submitted by: maintainer
* Add patch to work on systems newer than 500036vs2005-03-162-8/+10
| | | | | | PR: ports/74916 Submitted by: Joel Diaz Approved by: maintainer
* - Update to 0.2.9_3ahze2005-03-153-5/+838
| | | | | | | | | | | | | | | 1) Added check for really old ports in PMGRrAddDependencies that aborts portmanager and provides suggestion on how to update manually. This is to fix a seg fault when @comment DEPORIGIN: is missing in a port's +CONTENTS file 2) Incorporated Alistair Sutton's <alistair.sutton@gmail.com> code that adds interactive update option "portmanager -ui". 3) Slowly switching licience from GNU to BSD in the sources PR: ports/78839 Submitted by: Maintainer
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-123-1/+3
|
* - Update to 0.2.9_2.flz2005-03-042-1/+81
| | | | | | PR: ports/78387 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer) Approved by: pav (mentor)
* - Update to 0.2.9_1.flz2005-03-032-1/+69
| | | | | | PR: ports/78341 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer) Approved by: pav (mentor)
* - Update to 0.2.9ahze2005-03-012-3/+3
| | | | | PR: ports/78167 Submitted by: maintainer
* Update pkg-descr since HEAD != 5.X anymore.marcus2005-02-271-1/+1
|
* Update to today's snapshot of pkg_install.marcus2005-02-274-17/+14
|
* sysutils/portmanager update to 0.2.8leeym2005-02-244-27/+34
| | | | | | | | | | | | | | | | | 1) Incorporated Florent Thoumie's <flz@xbsd.org> suggestion of adding pkg-message so pkg users may also see it. 2) added handling of ports that conflict with ports that are being upgraded, inspired by "Brian John" <brianjohn at fusemail.com> 3) Added percent done message to xterm title bar as requested by <mark.magiera at gmail.com> 4) port is repackaged because too many changes to configure.ac for a patch to be feasable PR: 77942 Submitted by: Michael C. Shultz <ringworm01 at gmail.com>
* Update to 1.4.tobez2005-02-212-4/+4
| | | | | PR: 77836 Submitted by: maintainer
* - Update to 0.2.7pav2005-02-218-1062/+15
| | | | | PR: ports/77785 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* - Fix path mangling when running make all-depends-listpav2005-02-172-2/+50
| | | | | | | | - Change email address from Verizon to gmail so I may hear from my european friends PR: ports/77575 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* - Update to 0.2.6_5pav2005-02-152-1/+583
| | | | | | | | | | 1) Some code clean up using valgrind 2) Added flushing of stdout/stderr so messages are not lost when redirecting portmanager output to a file PR: ports/77525 Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
* Update to 2.6.11marcus2005-02-142-4/+12
| | | | | | | | | | | * Do not warn on direct command use if the command is preceeded by "--" [1] * Add a check for ports installing charset.alias or locale.alias. In most cases these ports should depend on libiconv or gettext, and not install their own copies of these files [2] PR: 77410 [2] Requested by: gerald [1] Submitted by: leeym [2]
* - Update to 0.2.6_4:pav2005-02-132-1/+311
| | | | | | | | | | | * Finally found and fixed the bug haunting portmanager for the past few revisions. Portmanager now "flushes" after droping new records into it's data bases :) * Improvement of database code to handle wider variety of strings/character codes merged from another project that uses libMG. PR: ports/77409 Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
* - Fix bug where configuration file would not get readpav2005-02-103-8/+62
| | | | | PR: ports/77319 Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
* - Update to 0.2.6_2:pav2005-02-093-9/+89
| | | | | | | | | There may be a bug in edge cases where a port name originates from multiple usr/ports directories. Patch allows printing of useful information if this happens and hopefully traps the bug with assert statements. PR: ports/77276 Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
* - disable CONFIGURE_ARGS temporarily (requested by maintainer)leeym2005-02-081-8/+8
| | | | Submitted by: maintainer
* update portmanager to ver 0.2.6leeym2005-02-082-33/+31
| | | | | | | | | | | | | 1) Fixed bug where ports were being updated for old dependencies when they did not require it. 2) Added -sl option: show leaf ports (ports with no other ports depending on them) 3) Added -slid option: interactivly delete leaf ports PR: 77238 Submitted by: Michael C. Shultz <reso3w83 at verizon.net>
* Catch up with latest bsd.port.mk changeseik2005-02-032-94/+177
|
* - Update to 0.2.5sem2005-01-315-1013/+12
| | | | | | | | 1) Add handling of identical portnames from differing origins in port tree 2) Minor bug fix involving portmanager's handling of missing dependencies PR: ports/76872 Submitted by: maintainer
* - Fixes stupid bug introduced in 0.2.4_1 where portmanager overwrites its ownpav2005-01-292-2/+29
| | | | | | | config file the first time it is run after being installed. PR: ports/76779 Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
* - handle looping by limiting to no more than 2 occurancessem2005-01-283-2/+979
| | | | | | | | - fix compiler error on sparc64-6-latest - other minor fixes PR: ports/76739 Submitted by: maintainer
* Update to 1.3arved2005-01-262-3/+3
| | | | | PR: 76655 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* - update to 0.2.4:sem2005-01-213-25/+25
| | | | | | | | 1) added -ip "ignore port" command line option and the same for pm-020.conf 2) if a port fails to build, port manager now instead of failing, adds it to ignore.db then continues PR: ports/76529 Submitted by: maintainer
* - Update to 0.2.3pav2005-01-193-15/+16
| | | | | PR: ports/76453 Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
* - Update to 1.2pav2005-01-192-3/+3
| | | | | | PR: ports/76404 Submitted by: Renato Botelho <renato@galle.com.br> Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* In light of recent tests, update the description of portsnap to notecperciva2005-01-161-2/+3
| | | | | | | that it is far more bandwidth-efficient than CVSup in cases where the ports tree is being updated every few days. Approved by: pav
* Document Horde's XSS vulnerabilities.thierry2005-01-051-0/+1
| | | | Approved by: portmgr (krion).
* Before performing any work, unset a number of environment variables whichdes2004-12-313-2/+18
| | | | may adversely affect the port build. See the man page for details.
* - update to 0.2.2sem2004-12-293-5/+21
| | | | | | | | | | | | | | | | | | | | | | | 1) Made MGmDbArrayFree and MGmDbArray source in /libMG/src/libMG.h more readable. Fixed a few bad mallocs in MGmDbArrayFree as well. 2) As per suggestions from John E Hein <jhein@timing.com> in libPMGR/src/libPMGR.h removed hard coded paths and changed so ports infrastructure files are accessed by using $PORTSDIR & $PKG_DBDIR environment vars and fixed hard coded path references in /portmanager/portmanager.c 3) In pmupgrade.c added an abort if error during clean in an attempt to halt looping when a port conflict occurs, this is untested so temporary for now. 4) libPMGR/src/PMGRrMakeDescribe.c fixed hard coded paths 5) pmupgrade.c fixed hard coded paths 6) pmupgrade.c Major cleanup of code, seperated upgrade routine into upgrade, checkForOldDepencies, and PMGRrDoUpgrade routines. 7) fixed portmanager seg faulting when it self updates. (thanks to "Noah" <admin2@enabled.com> for reporting 8) Added "HINTS AND TIPS" section to portmanager(1) man page. PR: ports/75596 Submitted by: maintainer
* - Upgrade to 0.6sem2004-12-292-4/+6
| | | | | | | | * Search port by "make search" (works on FreeBSD 5.3 as well) * Bugfix: missing default server support on -o PR: ports/75611 Submitted by: maintainer
* Oops, I forgot to commit Makefile..knu2004-12-292-0/+4
| | | | | | | | -- Fix the startup script for 4.x. Submitted by: Nicole Thurner <thurners -at- t-online.de>
* Fix the startup script for 4.x.knu2004-12-282-0/+28
| | | | Submitted by: <Nicole Thurner <thurners -at- t-online.de>
* pkg_rmleaves finds packages that are not requested by any other installedpav2004-12-283-0/+30
| | | | | | | | | | | package and lets you decide (in a beauty dialog interface) for each one if you want to keep it or delete it. This is similar to pkg_cutleaves, but it does not require any dependencies and is done in visual, dialog(1) interface instead of command line. PR: ports/75517 Submitted by: Timothy Redaelli <drizzt@gufi.org>
* - Update to 0.2.1sem2004-12-276-507/+29
| | | | | | | | | | - Change maintainer email - Removed all html docs and replaced with man page - Add WITH_DEBUG knob - Cleaned up a few compile warnings PR: ports/75413 Submitted by: Michael C. Shultz (maintainer)
* Update to 20041226.knu2004-12-264-6/+6
| | | | | | | | Reverse the condition to check if custom MAKE_ARGS is specified. Submitted by: Max Laier <max@love2party.net> D'oh!
* Update to 20041225.knu2004-12-266-30/+6
| | | | | | | - Fix the startup script. (s/echo //) - When INDEX is not found, try "make fetchindex" first, then try "make index".
* Fix the startup script.knu2004-12-254-0/+28
| | | | | | | I think I've been too long away from my ports work... PR: ports/75468 Submitted by: Michael <mkuhn.nw 'at' web.de>
* Update to 20041224.knu2004-12-2410-102/+8
| | | | | | | | | | | | | | | | | | | | | portsdb(1): - Add a -F flag, which calls make fetchindex internally to update the ports index file. portupgrade(1): - Make -fP properly reinstall an installed package using a binary package. - Do not use a binary package when custom MAKE_ARGS or -m option is defined, unless -PP is specified. portsclean(1): - -L: Make sure that a library does not shadow itself. misc.: - RcNG'ify the startup script. - Do not use Object#class which is obsolete in Ruby >=1.8.
* Don't check for DISTVERSION as apart of %makevars since it will be setmarcus2004-12-182-6/+7
| | | | | | | internally when PORTVERSION is set. Instead, just scour the Makefile to see if both PORTVERSION and DISTVERSION are defined. Reported by: krion
* * Update to 2.6.10marcus2004-12-172-18/+32
| | | | | | * Add support for the new DISTVERSION macro Submitted by: lioux (plus some additional checks)
* Update to version 0.3.1 in order to fix a bug which breaks `portsnapcperciva2004-12-092-3/+3
| | | | | | | extract`. Bug noticed by: Dru Lavigne With hats: pointy, maintainer
* Update to version 0.3. This has the following changes:erwin2004-12-082-5/+6
| | | | | | | | | | | | | | 1. The working directory and ports directory can be specified in the portsnap.conf configuration file. 2. Parts of the ports tree (down to the level of individual ports) can be extracted (e.g., "portsnap extract security/freebsd-update"). This also adds an empty file, $PREFIX/portsnap/.package.this.directory, which (as the name suggests) ensures that $PREFIX/portsnap/ will be generated when a package is installed using pkg_add. PR: 74835 Submitted by: maintainer
* Add whitespace around parentheses in .if logic, in order to unbreakcperciva2004-11-241-1/+1
| | | | | | | | | port and INDEX builds on old (5.1 & 4.7?) releases. PR: ports/74192 Reported by: Joe Horn Approved by: mat With hat: maintainer
* Update to 2.6.9.marcus2004-11-232-158/+57
| | | | | | | | | | | | | | | * Ignore comments when checking for absolute pathname usage * Check DISTNAME for uses of PORTREVISION and PORTEPOCH [1] * Make sure to quote meta-characters in PORTNAME before using it as a regular expression [1] * Fix bug when matching OPTIONS in ".if defined(WITH_OPT1) && defined(WITHOUT_OPT2)" [2] * Update OMF checks to account for the new INSTALLS_OMF macro * Update GConf checks to account for the new GCONF_SCHEMAS macro PR: 73536 [2] Submitted by: mat [1] leeym [2]
* Add p5-FreeBSD-Portindex 1.1, incremental FreeBSD ports INDEX fileokazaki2004-11-214-0/+95
| | | | | | | generation. PR: ports/73612 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Use the bzipped index to speed up downloading.des2004-11-212-7/+18
|
* Finally fix the master-has-a-master issue.des2004-11-132-18/+23
| | | | | Now that INDEX is no longer in CVS, don't append .www to the name when downloading it.
* Add sysutils/portbrowser, a free, easy to use GUI frontend implementationhrs2004-11-083-0/+31
| | | | for the BSD ports system.
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
| | | | big upgrade.
* - Make freebsd-sha1 dependency conditional on OSVERSIONpav2004-11-072-6/+19
| | | | | | | - Remove hardcoded /usr/local PR: ports/73625 Submitted by: cperciva (maintainer)
* Fix portmanager seg faults when an installed port's +CONTENTS filesem2004-11-022-1/+75
| | | | | | | has no "@comment ORIGIN:" in it. PR: ports/73292 Submitted by: maintainer
* Add portsnap: Provides secure snapshots of the ports directory.lofi2004-11-014-0/+69
| | | | | PR: ports/73323 Submitted by: Colin Percival <cperciva@daemonology.net>
* Switch to ssh for anoncvs so it works again.des2004-10-315-19/+45
| | | | | Recognize globs in port names. Bump version to 2.8.0.
* Create a VuXML entry for Horde XSS help window vulnerability to replacenectar2004-10-271-1/+0
| | | | the portaudit-db entry.
* Add an entry for a vulnerability fixed in horde-2.2.7.thierry2004-10-271-0/+1
|
* Recognize absolute master directories.des2004-10-252-2/+3
|
* Add entries for vulnerabilites in imported xpdf code in kdegraphicslofi2004-10-241-0/+2
| | | | and koffice.
* - fix reinstall targeteik2004-10-243-144/+150
| | | | | | | - fix bug in distfile:group handling - fix bug in DISTDIR handling - add code to better handle refetching of rerolled distfiles - .PHONY -> .EXEC
* Don't croak on port names that contain metacharacters.des2004-10-222-4/+6
|
* Fix the build on older versions of FreeBSD.marcus2004-10-191-0/+16
| | | | Reported by: W.D. <WD@US-Webmasters.com>
* Improve handling of installed ports whose origin can't be determined.des2004-10-142-4/+14
|
* Enable bpm to grok the new INDEX format with extra fields.adamw2004-10-132-4/+20
| | | | Submitted by: maintainer
* Support .ifndef and !defined when doing OPTIONS checking.marcus2004-10-132-1/+2
|
* Add an entry for a XSS vulnerability fixed in IMP-3.2.6.thierry2004-10-121-0/+1
|
* * Update to 2.6.8marcus2004-10-122-5/+47
| | | | | | | | | | | | * Check PLIST_FILES for shared libraries, and make sure INSTALLS_SHLIB is defined [1] * Check DATADIR and MAN3PREFIX macros [2] * Check OPTIONS [3] PR: 71405 [2] 71468 [3] Requested by: michael johnson <ahze@ahze.net> [1] Submitted by: leeym [2] [3]
* - Fix potential endless loop when a port changes his name depending on optionpav2004-10-124-3/+375
| | | | | | | - Fix plist PR: ports/72074 Submitted by: Michael C. Shultz <ringworm@inbox.lv> (maintainer)
* BROKEN on 5.x: Does not compilekris2004-09-261-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compilekris2004-09-181-1/+7
| | | | Approved by: portmgr (self)
* Typo-fix in a commentbrueffer2004-09-091-1/+1
| | | | Approved by: portmgr (krion)
* - star-devel: privilege escalationeik2004-09-092-1/+7
| | | | | | | | - multi-gnome-terminal: information leak - usermin: remote shell command injection and insecure installation - mpg123: layer 2 decoder buffer overflow Approved by: portmgr (implicit)
* - XSS vulnerability in phpGroupWare wiki moduleeik2004-09-072-8/+42
| | | | | | - add some references Approved by: portmgr (implicit)
* multiple vulnerabilities in LHAeik2004-09-041-0/+36
|
* grrrr... left the test case intacteik2004-09-041-1/+1
|
* - update to version 0.5.9eik2004-09-043-14/+34
| | | | (first attempts to check the base system for vulnerabilities)
* - add some referenceseik2004-09-043-8/+142
| | | | | | | | | | - extend ImageMagick entry - squid ntlm authentication helper DoS - multiple vpopmail vulnerabilities - first attempts to check the base system for vulnerabilities: + cvs server code + zlib DoS - BSD license portaudit.xml
* Update to 2.6.7marcus2004-09-012-8/+9
| | | | | | | | | | | | | | | * Switch the direct use of ``echo'' check to suggest ${ECHO_CMD} or ${ECHO_MSG} instead of ${ECHO} [1] * Tighten the check for improper GConf schema handling so that we only look in the GConf schemas directory [2] * Correct some grammar mistakes [3] * Avoid erroneous "direct use of command" warnings [4] PR: 71159 [4] Submitted by: gerald [1] pav [3] eik [4] Reported by: pav [2]
* The recently comitted BPM port fails to handle the new INDEX fileadamw2004-09-012-0/+24
| | | | | | | | | | format, which has had several fields added to it. In addition, it reacts badly when parse errors occur on the INDEX file, resulting in double free()s. The patch works around both of these problems until the next formal release. PR: ports/71213 Submitted by: maintainer
* Minor bug fix and pkg-plist correction.linimon2004-08-313-13/+25
| | | | | PR: ports/71138 Submitted by: Michael C. Shultz <ringworm at inbox dot lv> (maintainer)
* samba printer change notification request DoSeik2004-08-311-0/+1
|
* add some references, add ru-gaimeik2004-08-301-2/+4
|
* multiple vulnerabilities in gaimeik2004-08-301-4/+4
|
* security bug in rscsi client codeeik2004-08-301-0/+4
| | | | Submitted by: marius
* Fix RUN_DEPENDS.linimon2004-08-291-1/+4
| | | | | | PR: ports/70107 Submitted by: Yen-Ming Lee <leeym at utopia dot leeym dot com> Approved by: maintainer timeout (3 weeks)
* Document NSS SSLv2 server buffer overflow (already referenced innectar2004-08-271-1/+0
| | | | portaudit.txt).
* Document ripMIME decoding bug (already referenced in portaudit.txt).nectar2004-08-271-1/+0
|
* Argh. Duplicate entry for "Scorched 3D server chat box format string ↵eik2004-08-271-2/+1
| | | | vulnerabilty"
* Mozilla / NSS S/MIME DoS vulnerability & Scorched 3D server chat box format ↵eik2004-08-271-0/+2
| | | | string vulnerability
* Note sanitize_path bug in rsync (already referenced in portaudit.txt).nectar2004-08-271-1/+0
|
* Document buffer overflows in SoX (already referenced in portaudit.txt).nectar2004-08-271-1/+0
|
* Document cookie bug in Konqueror (already referenced in portaudit.txt).nectar2004-08-271-1/+0
|
* Remove libxine issue which is now documented in the FreeBSD VuXMLnectar2004-08-251-1/+0
| | | | | | document. Reminded by: eik
* nss library SSL remote buffer overfloweik2004-08-251-0/+1
|
* multiple buffer overflows in xveik2004-08-251-2/+3
|
* Watch out for undefined values when resolving port origins. This makesdes2004-08-252-4/+6
| | | | | | | -I / -s work properly when some of the installed ports have since been deleted from the ports tree. Submitted by: Thomas-Martin Seck <tmseck@netcologne.de>
* Fix path to INDEX file on 5.x.adamw2004-08-251-0/+14
| | | | Submitted by: nork
* Fix build on current in some situations.adamw2004-08-241-0/+2
| | | | Submitted by: krion
* I am pleased to announce a new GTK+-2 interface to our ports tree!adamw2004-08-244-0/+55
| | | | | | | | | | | | | | | | | | | BSD Ports Manipuator (BPM) is a graphical ports collection manager for FreeBSD. It has a GTK+ 2.0 interface and allows you to add, remove, or upgrade software packages on your system without requiring you to use a command-line. In addition, it can display details about available, installed, and out-of-date ports, as well as allowing you to search based on port descriptions. BPM uses the existing ports collection structure, allowing it to build ports from source and integrate seamlessly with other tools. This project started out as a clone of Ports Manager.app for DarwinPorts. WWW: http://www.meowfishies.com/bpm.rhtml Submitted by: sethk@meowfishies.com
* Konqueror cross-domain cookie injectioneik2004-08-241-0/+1
|
* handle some duplicateseik2004-08-243-2/+71
|
* fix "too many open files" error when using the -r flageik2004-08-242-2/+2
| | | | Noted by: nectar
* a2ps: Possible execution of shell commands as local user.eik2004-08-211-1/+2
|
* Update to 0.2.0sem2004-08-213-20/+32
| | | | | | PR: ports/70701 Submitted by: maintainer Patches from: Gudin Franci
* correct topic of eda0ade6-f281-11d8-81b0-000347a4fa7deik2004-08-201-1/+1
|
* QT 3.x BMP (and possibly other graphics formats) heap-based overfloweik2004-08-201-0/+1
|
* potential security flaws in mod_ssleik2004-08-191-4/+6
|
* move a800386e-ef7e-11d8-81b0-000347a4fa7d to xmleik2004-08-173-9/+36
|
* ruby CGI::Session insecure file creationeik2004-08-161-1/+2
|
* Don't check the base system when PACKAGE_BUILDINGeik2004-08-161-0/+2
|
* multiple phpGroupWare vulnerabilitieseik2004-08-161-0/+2
|
* phpGedView, jftpgweik2004-08-163-0/+29
|
* Remove -a from the default fetch(1) flags, so that the daily securityeik2004-08-152-2/+2
| | | | | | report is not delayed when the distribution site is down. Submitted by: kuriyama
* apply xlist not to the own fileseik2004-08-142-10/+15
|
* fix man page nits,eik2004-08-143-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>
* update to 20040811: fix compilation with GCC 3.4eik2004-08-143-13/+19
|
* fix some vuxml duplicates, add sympa unauthorized list creationeik2004-08-143-8/+680
|
* Add another entry for kdelibs3 due to another missed patch.lofi2004-08-131-0/+1
|
* Correct entries for recent kde vuln's and add new entry for kdelibslofi2004-08-131-1/+3
| | | | (3.2.3_3 didn't have all patches).
* fix security hole in non-chroot rsync daemon.eik2004-08-121-0/+1
| | | | <http://www.freebsd.org/ports/portaudit/2689f4cb-ec4c-11d8-9440-000347a4fa7d.html>
* 9fb5bb32-d6fa-11d8-b479-02e0185c0b53 is a duplicate of ↵eik2004-08-122-2/+5
| | | | 40800696-c3b0-11d8-864c-02e0185c0b53
* f72ccf7c-e607-11d8-9b0a-000347a4fa7d is a duplicate of ↵eik2004-08-122-4/+7
| | | | 6f955451-ba54-11d8-b88c-000d610a3b12, move references
* Factor out all but one of the build switches of the KDE main module portslofi2004-08-111-0/+2
| | | | | | | | | | | | | | | into separate ports. The OPTIONS will remain as of yet and trigger dependencies now, for easy transition. Update KOffice to version 1.3.2. Add patches to fix a number of issues, including: - fix kxkb on Xorg - fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2 with optimizations greater than -O Add security related patches and entries to portaudit.txt.