aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Update to a snapshot of CVS from today to fix the build with GCC 3.4.Joe Marcus Clarke2004-08-023-7/+7
| | | | | | | | Reported by: pointyhat Obtained from: FreeBSD CVS Notes: svn path=/head/; revision=115305
* GnuTLS certificate chain verification DoSOliver Eikemeier2004-08-021-1/+3
| | | | Notes: svn path=/head/; revision=115289
* Add portmanager 0.1.3, freeBSD port management software.Sergey Matveychuk2004-07-315-0/+141
| | | | Notes: svn path=/head/; revision=115159
* phpMyAdmin configuration manipulation and code injectionOliver Eikemeier2004-07-311-1/+2
| | | | Notes: svn path=/head/; revision=115153
* Register a vulnerability in mail/imp3.Thierry Thomas2004-07-301-0/+1
| | | | | | | | This vulnerability only exists when using the Internet Explorer to access IMP and only when using the inline MIME viewer for HTML messages. Notes: svn path=/head/; revision=115094
* Mozilla Firefox certificate spoofingOliver Eikemeier2004-07-301-0/+1
| | | | Notes: svn path=/head/; revision=115088
* DansGuardian banned extension filter bypass vulnerabilityOliver Eikemeier2004-07-301-0/+1
| | | | Notes: svn path=/head/; revision=115072
* add a reference to the SoX buffer overflow entryOliver Eikemeier2004-07-291-1/+1
| | | | Notes: svn path=/head/; revision=114993
* SoX buffer overflows when handling .WAV filesOliver Eikemeier2004-07-281-1/+2
| | | | Notes: svn path=/head/; revision=114963
* LCDProc buffer overflow/format string vulnerabilitiesOliver Eikemeier2004-07-281-0/+1
| | | | Notes: svn path=/head/; revision=114923
* pavuk digest auth buffer overflowOliver Eikemeier2004-07-271-0/+1
| | | | Notes: svn path=/head/; revision=114859
* add Nessus "adduser" race condition and Dropbear DSS verification bugOliver Eikemeier2004-07-271-2/+5
| | | | Notes: svn path=/head/; revision=114858
* 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
* sync with latest b.p.mOliver Eikemeier2004-07-243-31/+82
| | | | Notes: svn path=/head/; revision=114558
* l2tpd BSS-based buffer overflowOliver Eikemeier2004-07-221-0/+1
| | | | Notes: svn path=/head/; revision=114446
* phpBB cross site scripting vulnerabilitiesOliver Eikemeier2004-07-221-0/+1
| | | | Notes: svn path=/head/; revision=114430
* add subversion-perl, subversion-pythonOliver Eikemeier2004-07-201-0/+1
| | | | Notes: svn path=/head/; revision=114297
* subversion access control bypassOliver Eikemeier2004-07-201-0/+1
| | | | Notes: svn path=/head/; revision=114287
* mod_ssl format string vulnerabilityOliver Eikemeier2004-07-181-0/+2
| | | | Notes: svn path=/head/; revision=113896
* create /var/db/options when it doesn't existOliver Eikemeier2004-07-171-0/+6
| | | | Notes: svn path=/head/; revision=113837
* - synchronize with recent changes in bsd.port.mkOliver Eikemeier2004-07-176-139/+1047
| | | | | | | - work in progress: optionsng, cleanroom installation Notes: svn path=/head/; revision=113827
* Add missing RUN_DEPENDS on devel/newfileVolker Stolz2004-07-161-1/+2
| | | | | | | | | PR: ports/59956 Submitted by: Nicola Vitale Approved by: maintainer timeout Notes: svn path=/head/; revision=113775
* Roundup directory traversalOliver Eikemeier2004-07-161-1/+2
| | | | Notes: svn path=/head/; revision=113761
* wv library datetime field buffer overflowOliver Eikemeier2004-07-141-0/+1
| | | | Notes: svn path=/head/; revision=113599
* multiple vulnerabilities in BugzillaOliver Eikemeier2004-07-131-0/+1
| | | | Notes: svn path=/head/; revision=113592
* check for a working tr(1).Oliver Eikemeier2004-07-132-0/+9
| | | | Notes: svn path=/head/; revision=113581
* Add a patch to read the index file via sort(1) instead of readingAkinori MUSHA2004-07-124-2/+30
| | | | | | | directly to avoid core dump. Notes: svn path=/head/; revision=113477
* correct vulnerable version of linux-png and add a referenceOliver Eikemeier2004-07-111-2/+2
| | | | Notes: svn path=/head/; revision=113400
* libpng row buffer overflowOliver Eikemeier2004-07-111-0/+2
| | | | Notes: svn path=/head/; revision=113389
* typo in 'make master-sites-all'Oliver Eikemeier2004-07-101-1/+1
| | | | Notes: svn path=/head/; revision=113330
* add some referencesOliver Eikemeier2004-07-091-0/+4
| | | | Notes: svn path=/head/; revision=113279
* FWIIW, enable the use ofOliver Eikemeier2004-07-081-6/+9
| | | | | | | | | make DISABLE_SIZE=yes checkdistsites to check for corrupted files on sites that don't support SIZE (the files are unfetchable from these sites anyway) Notes: svn path=/head/; revision=113239
* move e5e2883d-ceb9-11d8-8898-000d6111a684 to vuln.xmlOliver Eikemeier2004-07-081-2/+0
| | | | Notes: svn path=/head/; revision=113219
* add targets master-sites-all, master-sites, patch-sites-all, patch-sitesOliver Eikemeier2004-07-072-1/+87
| | | | | | | which print a sorted list of the respective sites (used e.g. by FreshPorts) Notes: svn path=/head/; revision=113148
* fix a warning when GeoIP can't find the country for a siteOliver Eikemeier2004-07-071-10/+13
| | | | Notes: svn path=/head/; revision=113147
* eliminate some verbatim uses of mktemp and sortOliver Eikemeier2004-07-072-8/+9
| | | | | | | PR: 62298 Notes: svn path=/head/; revision=113124
* Fix a bug with -P when there are more than one binary package file forAkinori MUSHA2004-07-064-2/+34
| | | | | | | | | | | a package to install or upgrade. PR: ports/68598 Submitted by: Victor Prylipko <vic@liniya.ru> Bug traced by: Andrew Bliznak <andrew@ort.lviv.net> Notes: svn path=/head/; revision=113092
* add some referencesOliver Eikemeier2004-07-061-3/+3
| | | | Notes: svn path=/head/; revision=113070
* Add devel/portmk, a place where bsd.port.mk development can happen.Oliver Eikemeier2004-07-0618-0/+6241
| | | | Notes: svn path=/head/; revision=113054
* MySQL versions < 4.1 seem to be unaffectedOliver Eikemeier2004-07-061-2/+2
| | | | | | | Reported by: Alexander Vasenin <blacksir@number.ru> Notes: svn path=/head/; revision=113037
* Update to today's pkg_install from HEAD.Joe Marcus Clarke2004-07-064-88/+10
| | | | Notes: svn path=/head/; revision=113013
* add MySQL server authentication bypass / buffer overflowOliver Eikemeier2004-07-051-0/+2
| | | | Notes: svn path=/head/; revision=112991
* Mark 4aec9d58-ce7b-11d8-858d-000d610a3b12 as a duplicate of theOliver Eikemeier2004-07-053-1/+28
| | | | | | | already existing c63936c1-caed-11d8-8898-000d6111a684. Notes: svn path=/head/; revision=112967
* Perform plist substitution for -L.Dag-Erling Smørgrav2004-07-052-3/+10
| | | | | | | Fix bug in origin determination. Notes: svn path=/head/; revision=112953
* Move phpnuke vulnerabilities to VuXML.Tom Rhodes2004-07-031-1/+0
| | | | Notes: svn path=/head/; revision=112836
* Use full path to portsdb instead of assuming ${LOCALBASE}/sbin is in PATHKris Kennaway2004-07-021-2/+2
| | | | Notes: svn path=/head/; revision=112736
* Apply a patch to avoid "undefined method `each' for nil:NilClass"Akinori MUSHA2004-07-024-0/+34
| | | | | | | | | | error when such configuration variable as MAKE_ARGS, typically BEFORE_DEINSTALL is not defined. Reported by: krion, Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=112720
* move "phpMyAdmin code injection" to vuxmlOliver Eikemeier2004-07-021-1/+0
| | | | Notes: svn path=/head/; revision=112715
* Test OSVERSION instead of pkg_info -P to enable cross-version buildsOliver Eikemeier2004-07-022-9/+11
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=112714
* phpMyAdmin code injectionOliver Eikemeier2004-07-011-0/+1
| | | | Notes: svn path=/head/; revision=112688