summaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.0.8garga2005-08-314-8/+8
| | | | | PR: ports/85525 Submitted by: maintainer
* BROKEN on sparc64: Does not compile completelykris2005-08-311-0/+4
|
* - fix $VERSION and unbreakleeym2005-08-311-6/+4
| | | | | | PR: 84185 Submitted by: leeym Approved by: maintainer timeout
* Remove www/py-websvcs which is a slightly outdated duplicate of net/py-soappy.lawrance2005-08-305-169/+0
| | | | | | | | | Add a MOVED entry. While here, fix the last MOVED entry which was broken. PR: ports/83705 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer timeout (4 weeks)
* Update to 0.25mat2005-08-302-3/+3
|
* Update to 0.21mat2005-08-302-3/+3
|
* Update to 0.25mat2005-08-302-3/+3
|
* Update to 0.1.43.osa2005-08-304-6/+6
|
* Update to to 1.4.2: bugfix releasevs2005-08-303-3/+13
| | | | | PR: ports/85463 Submitted by: Hendrik Scholz (maintainer)
* upgrade to 2.1ijliao2005-08-303-3/+4
|
* upgrade to 1.5.2ijliao2005-08-302-3/+3
| | | | | PR: 84977 Submitted by: maintainer
* - Update to 0.4.25ahze2005-08-3010-10/+116
| | | | | PR: ports/85390 Submitted by: Ports Fury
* Add bannerfilter 1.31, a squid redirect script for filtering webgarga2005-08-296-0/+268
| | | | | | | banners. PR: ports/84915 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* - Update to 3.0.14 [1]hq2005-08-294-52/+7
| | | | | | | | | | - Fix the install target creating files in ${WRKSRC} that could not be removed without superuser rights [2] PR: 84577 [1] Submitted by: maintainer [1], me [2] Approved by: maintainer [2] Discussed in: ports/79707 [2]
* Upgrade to 3.5.9 (including security fix).\kuriyama2005-08-292-4/+4
| | | | VuXML entry will follow...
* Update to 1.0.4.kwm2005-08-292-3/+3
|
* - Update to 2.0.9garga2005-08-292-3/+3
| | | | | | | | Changelog at: http://sarg.sourceforge.net/sarg.ChangeLog.txt PR: ports/85030 Submitted by: dawnshade <h-k@mail.ru> Approved by: maintainer
* - Update to 1.4.1garga2005-08-294-11/+9
| | | | | PR: ports/85177 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
* Update to 1.0.3.kwm2005-08-293-4/+11
|
* Update to 5.33lth2005-08-293-3/+5
| | | | | PR: ports/84902 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Update to 0.13lth2005-08-292-3/+3
|
* - Update to 0.3.0ahze2005-08-292-4/+4
|
* Remove mastersite that has been retired.linimon2005-08-291-2/+0
|
* Update to 1.6.6.marcus2005-08-282-3/+3
|
* * Fix IDL installation [1]marcus2005-08-289-6/+48
| | | | | | | | | | | * Correct path to the icon in the Desktop item [2] * Add a patch to fix potential crashes with newer versions of GTK+ that can occur when closing windows [3] PR: 84896 [2] Submitted by: mezz [1] chinsan <chinsan.tw@gmail.com> [2] Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=300226 [3]
* * Update to 1.7.11marcus2005-08-283-4/+18
| | | | | | * Fix IDL installation * Correct a crash that can occur when closing windows with newer versions of GTK+
* Upgrade to 050826.thierry2005-08-282-7/+5
|
* Add adblock-firefox, a content filtering plug-in for Firefox.thierry2005-08-282-0/+18
|
* Add adblock, a content filtering plug-in for Mozilla.thierry2005-08-285-0/+45
|
* Update to 0.14.3.novel2005-08-284-6/+6
| | | | | PR: 85391 Submitted by: Ports Fury
* Upgrade to version 1.57.olgeni2005-08-283-4/+3
|
* - Upgrade to 3.0.5;thierry2005-08-2824-246/+732
| | | | | - Add support for suphp (requested and tested by Maxim Maximov <mcsi (at) mcsi.pp.ru>).
* Add dependency on xmledwin2005-08-282-2/+2
| | | | | PR: ports/85277 Submitted by: Patrick Donelan <patrick.donelan@aimtec.com.au>
* Chase the libsoup shared lib version.marcus2005-08-282-2/+4
|
* Update to 3.05.marcus2005-08-283-9/+29
|
* Upgrade to 20050520 patchache2005-08-284-32/+6
| | | | Take maintainership
* - Make portlint happier.mezz2005-08-28153-2943/+3672
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add Java 5 plugins support. [1] - Use system's libm (/usr/src/lib/msun), nss, nspr and etc. Also, do not extract those. Better explain, use external dependencies. [1] - Teach firefox-config and *.pc files for nspr that will making other third apps to buildable like epiphany, vlc-devel's mozilla plugins and etc. Have been tested with full GNOME 2.11.x build too. - Add four patches: [1] patch-bugzilla243151: https://bugzilla.mozilla.org/show_bug.cgi?id=243151 patch-jsosdep: Fix the FreeBSD define patch-oji-threads: 64-bit wide pthread_t patch-xptcinvoke_x86_64_linux: Setting a possibly uninitialized variable (value). - Fix a crash that can occur using gtk+-2.7 and possibly 2.6.10 when closing windows. https://bugzilla.mozilla.org/show_bug.cgi?id=3002 [2] - Get rid of FIREFOX and FF_VER, best to use PORTNAME and PORTVERSION varibles that are arleady exist and lesser complicate. - Change all hardcore of 'firefox' to PORTNAME. - Change a manual loop for patch all.js to find(1), so we can sleep on it. Submitted by: mi [1], marcus [2] Reviewed by: my team, FreeBSD GNOME Team. Tested by: many
* Update to 1.6.5.marcus2005-08-284-6/+6
|
* - Fix CAN-2005-2491 (integer overflow in pcre)clement2005-08-253-1/+135
| | | | | | | | | - Fix memory leak in byterange stuff, which can lead to DoS. http://issues.apache.org/bugzilla/show_bug.cgi?id=29962 Obtained from: Apache SVN repo Reported by: simon Approved by: portmgr (self)
* - Create a user with nobody group instead of wheel.sem2005-08-242-2/+2
| | | | | | | | | | Theoretically it could be a reason for security weakness on some configurations with sudo. - Bump a PORTVERSION. PR: ports/85247 Submitted by: maintainer Approved by: portmgr (linimon)
* - Use pure_install instead install to don't create perllocal.pod to fix ↵garga2005-08-242-8/+13
| | | | | | | | | | | | pkg-plist - fixed URL - Unbreak - Pass maintainership to submitter PR: ports/85234 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: portmgr (clement)
* Fix awstats -- arbitrary code execution vulnerability.simon2005-08-234-6/+596
| | | | | | | | | | Submitted by: Toni Viemero <toni.viemero@ki.fi> PR: ports/85071 Tested by: pav Security: CAN-2005-1527 Security: http://vuxml.FreeBSD.org/e86fbb5f-0d04-11da-bc08-0001020eed82.html Obtained from: Upstream CVS Approved by: portmgr (blanket, secteam), maintainer timeout (5 days, security)
* - Update to 2.0.6.sem2005-08-232-5/+3
| | | | | | | | It fixes a XML-RPC security issue. PR: ports/85069 Submitted by: Toni Viemero <toni.viemero@ki.fi> Approved by: portmgr (clement), maintainer
* - Update to 1.4.11.sem2005-08-233-31/+37
| | | | | | | | It fixes XML-RPC security issue. PR: ports/85020 Submitted by: maintainer Approved by: portmgr (clement)
* Mark FORBIDDEN, due to remote code execution vulnerability.simon2005-08-171-0/+2
| | | | | Security: http://vuxml.FreeBSD.org/e65ad1bf-0d8b-11da-90d0-00304823c0d3.html Approved by: portmgr (blanket, secteam)
* Fix security issue noted in http://drupal.org/files/sa-2005-004/advisory.txt.vsevolod2005-08-1610-15/+15
| | | | | | Update to 4.6.3. Approved by: portmgr (krion), maintainer timeout (security issue)
* Mark FORBIDDEN, due to remote code execution vulnerability in embeddedsimon2005-08-151-0/+2
| | | | | | | pear-XML_RPC. Security: http://vuxml.FreeBSD.org/e65ad1bf-0d8b-11da-90d0-00304823c0d3.html Approved by: portmgr (blanket, secteam)
* Mark FORBIDDEN and set one month expiration, due to remote codesimon2005-08-142-0/+6
| | | | | | | | execution vulnerability. Security: http://vuxml.FreeBSD.org/e86fbb5f-0d04-11da-bc08-0001020eed82.html With hat: secteam Approved by: portmgr (blanket, secteam)
* Remove akregator as it is outdated and BROKEN and was integrated intomarkus2005-08-135-153/+0
| | | | | | | deskutils/kdepim3 some time ago anyway. Discussed with: lofi Approved by: portmgr (linimon)
* Fix http request smuggling for proxyache2005-08-112-1/+88
| | | | Approved by: portmgr (clement)
OpenPOWER on IntegriCloud