Commit graph

17808 commits

Author SHA1 Message Date
Martin Wilke
70d5f2da6e DT Flickr is a spiffy automagically built Flickr API library for Python
using JSON.

WWW: http://svn.douglasthrift.net/trac/dtflickr

PR:		ports/126671
Submitted by:	Douglas Thrift
2008-08-25 21:17:29 +00:00
Ion-Mihai Tetcu
3231058da0 Update to 9.52. Security update which fixes important vulnerabilities.
- Sites can no longer change framed content on other sites:
http://www.opera.com/support/search/view/893/
- Fixed an issue that could allow cross-site scripting, as reported by Chris
Weber of Casaba Security: details will be disclosed at a later date
- Custom shortcuts no longer pass the wrong parameters to applications, as
reported by Michael A. Puls II: http://www.opera.com/support/search/view/894/
- Prevented insecure pages from showing incorrect security information, as
reported by Lars Kleinschmidt: http://www.opera.com/support/search/view/895/
- Feed links can no longer link to local files: http://www.opera.com/support/search/view/896/
- Feed subscription can no longer cause the wrong page address to be displayed:
http://www.opera.com/support/search/view/897/

Vulxml entry will be committed later.

PR:		126677
Submitted by:	maintainer
Security:	See above (from http://www.opera.com/docs/changelogs/freebsd/952/
		Security section).
2008-08-25 20:33:19 +00:00
Martin Wilke
9ef8745199 - Update to 3.0.2
PR:		126258
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer
2008-08-25 16:46:10 +00:00
Martin Wilke
b5e407d4d0 - Update to 2.0.23
PR:		126257
Submitted by:	Wen heping <wenheping@gmail.com>
Apporved by:	maintainer
2008-08-25 16:45:17 +00:00
Martin Wilke
a72b3c6385 - Update to 1.8.11
PR:		126715
Submitted by:	maintainer
2008-08-25 16:40:49 +00:00
Martin Wilke
2d4013ff6e - Update to 0.2.2
PR;		126764
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2008-08-25 16:35:10 +00:00
Philippe Audeoud
adde189cf3 - Pass maintainership to Walter Venable <walt at relnor.com> 2008-08-25 09:55:04 +00:00
Adrian Chadd
1dceb7512d Connect cacheboy15-devel to the build. 2008-08-25 04:47:29 +00:00
Adrian Chadd
2f32961508 First development release of Cacheboy-1.5. 2008-08-25 04:40:57 +00:00
Rong-En Fan
3d4589ab4f - Update to 1.3
PR:		ports/126775
Submitted by:	Douglas Thrift <douglas at douglasthrift.net> (maintainer)
2008-08-25 04:10:21 +00:00
Edwin Groothuis
4e928bd177 Mark broken on 6.x because it is unbuildable there.
Noticed by: pavbot, drosobot
2008-08-25 00:53:28 +00:00
Lars Balker Rasmussen
3a89f2a3ca Update to 0.19 2008-08-24 21:22:51 +00:00
Lars Balker Rasmussen
9f5eae9322 Update to 0.07 2008-08-24 21:19:50 +00:00
Lars Balker Rasmussen
37ed788fd9 Update to 0.09 2008-08-24 21:13:13 +00:00
Lars Balker Rasmussen
95b84cfc2c Update to 0.10007 2008-08-24 21:07:20 +00:00
Lars Balker Rasmussen
5ee08c6a9d Update to 0.21 2008-08-24 20:59:24 +00:00
Pav Lucistnik
826b8bd013 - Mark BROKEN: bad plist
Reported by:	pointyhat
2008-08-24 20:01:05 +00:00
Beech Rintoul
2ca01168a1 - Fix so port respects %localstatedir%
- Fix .conf file handling [1]
- Bump portrevision

PR:		ports/126774
Submitted by:	regisr <regisr@pobox.com> [1]
2008-08-24 09:29:04 +00:00
Felippe de Meirelles Motta
6f873bcbd8 - Update to 68.
PR:		ports/126686
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer)
Approved by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer)
2008-08-23 16:16:58 +00:00
Philip M. Gollucci
f7afc34e75 - Update to 1.20
Approved by:    gabor (mentor)
2008-08-22 18:44:58 +00:00
Philip M. Gollucci
6f781ddb99 - Update to 1.87
Approved by:    gabor (mentor)
2008-08-22 18:44:29 +00:00
Pav Lucistnik
4dab0aeacc - Delete expired mediawiki ports 2008-08-22 12:09:20 +00:00
Beech Rintoul
012210ac8c - Add lib depend GeoIP
- Bump portrevision
2008-08-22 11:56:08 +00:00
Beech Rintoul
1d8754b512 - Update to 0.8.1
- Major update with full docs and new admin interface.
2008-08-22 10:48:43 +00:00
Thomas Abthorpe
f9a2ddc2ef - Update to 1.32
PR:		ports/126679
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
2008-08-22 00:44:11 +00:00
Jeremy Messenger
e24502acee Update to 1.33. 2008-08-21 07:34:22 +00:00
Lars Thegler
1d5cff0a73 Update to 0.703 2008-08-21 07:09:09 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Jeremy Messenger
c3ee633b53 Update to 9.52.
Security:	http://www.opera.com/docs/changelogs/linux/952/#security
2008-08-21 03:19:04 +00:00
Hiroki Sato
2b875c3573 Update to 0.08. Changes include:
* Put deprecation warnings in more places in the docs, and in
   the podtohtml script
 * Use Pod::Simple::HTML instead of this module

Submitted by:	delphij
PR:		ports/126690
2008-08-20 22:19:39 +00:00
Sergey Skvortsov
a1a0520bbf Add p5-Reaction 0.001001, extended MVC framework built upon Catalyst. 2008-08-20 13:19:56 +00:00
Mark Linimon
acb10421db Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to work
on FreeBSD at the moment.

Hat:		portmgr
2008-08-20 06:50:58 +00:00
Mark Linimon
8c22b68fb0 Reset conrads@cox.net due to lack of time to work on FreeBSD.
Hat:		portmgr
2008-08-20 06:40:43 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Martin Wilke
da1afd69b0 - Update to 3.5.9
PR:		126462
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer
2008-08-19 22:49:24 +00:00
Philip M. Gollucci
ac61a8bd40 - This port is exclusively for www/apache20 (the 2.0.x series)
PR:             ports/124208
Submitted by:   Lukasz Wasikowski <lukasz@wasikowski.net>
Approved by:    araujo (mentor)
2008-08-19 18:50:48 +00:00
Marcus Alves Grando
907d5d1a39 - Update libevent dependency and bump PORTREVISION 2008-08-19 16:40:17 +00:00
Martin Wilke
c624f116ad - Update to 6.x-1.0
- Connect to the build

PR:		125799
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
2008-08-19 14:56:25 +00:00
Martin Wilke
85440728aa The advanced help module allows module developers to store their
help outside the module system, in pure .html files. The files can
be easily translated simply by copying them into the right translations
directory. The entire system can appear in a popup or not as the
module prefers (and by taking away access to view the popups, a
site can force the popups to not exist).

The system ties into Drupal's search system and is fully indexed,
so the entire contents can be searched for keywords. the help files
can be placed in a hierarchy as well, allowing for top down navigation
of the help.

WWW: http://drupal.org/project/advanced_help

PR:		ports/125798
Submitted by:	Eygene Ryabinkin <rea-fbsd at codelabs.ru>
2008-08-19 14:52:34 +00:00
Martin Wilke
20fb3aa576 - Update to 6.4
PR:		126530
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
Security:	http://www.vuxml.org/freebsd/070b5b22-6d74-11dd-aa18-0030843d3802.html
2008-08-19 14:50:07 +00:00
Martin Wilke
8dec66f8b8 - Update to 5.10
PR:		126529
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
Security:	http://www.vuxml.org/freebsd/070b5b22-6d74-11dd-aa18-0030843d3802.html
2008-08-19 14:49:06 +00:00
Thomas Abthorpe
e03d7fa2b9 - Update to 1.31
PR:		ports/126616
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
2008-08-19 14:31:10 +00:00
Sergey Skvortsov
f95acd5cce Add p5-CGI-Deurl-XS 0.07, fast decoder for URL parameter strings. 2008-08-19 14:12:14 +00:00
Sergey Skvortsov
eb9491cc5d Add p5-URI-ParseSearchString 2.5, parse Apache refferer logs and extract
search engine query strings.
2008-08-19 13:18:29 +00:00
Mark Linimon
547188ca94 Reassign to perl@ by maintainer request.
Hat:		portmgr
2008-08-19 10:16:10 +00:00
Mark Linimon
c7f0c2702a Reset hansjoerg.pehofer@uibk.ac.at at his request.
Hat:		portmgr
2008-08-19 10:10:51 +00:00
Mark Linimon
238940659f Return laszlof's ports to the pool due to lack of time.
Hat:		portmgr
2008-08-19 09:18:37 +00:00
Wesley Shields
f545ad09db - Distfile re-rolled (adds documentation changes)
- Use ${FIND} instead of find.

PR:		ports/126483
Submitted by:	KIMURA Yasuhiro <yasu@home.utahime.org>
Approved by:	maintainer
2008-08-19 00:42:44 +00:00
Philippe Audeoud
a74cad6a45 - Update to 1.2 2008-08-18 15:06:21 +00:00
Sergey A. Osokin
fa606b83d4 Update from 0.7.10 to 0.7.11.
<ChangeLog>

*) Change: now ngx_http_charset_module does not work by default with
   text/css MIME type.

*) Feature: now nginx returns the 405 status code for POST method
   requesting a static file only if the file exists.

*) Feature: the "proxy_ssl_session_reuse" directive.

*) Bugfix: a "proxy_pass" directive without URI part might use original
   request after the "X-Accel-Redirect" redirection was used;

*) Bugfix: if a directory has search only rights and the first index
   file was absent, then nginx returned the 500 status code.

*) Bugfix: in inclusive locations; the bugs had appeared in 0.7.1.

</ChangeLog>
2008-08-18 14:54:11 +00:00
Martin Wilke
e733ef2081 - Update to 1.4.19
Approved by:	maintainer implicit
2008-08-18 12:03:57 +00:00
Martin Wilke
2c918e019a The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php

After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.

KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.

Of course Thanks to all Testers.
2008-08-18 09:22:07 +00:00
Edwin Groothuis
93f1627abc www/squidguard does not work unless its UID/GID are modified
www/squigguard installs blacklist files to /var/db/squidGuard
	and the UID:GID of the installed files is set to nobody:nogroup.
	The permission for the files is 0550 or 0660. On the other
	hand, www/squid specifies squid:squid as UID:GID.

	As a result, squidGuard cannot handle blacklist files so
	websites that should not be accessed cannot be filtered.

PR:		ports/120923
Submitted by:	Jiro Kita <ktj@ktjdragon.com>
Approved by:	maintainer timeout
2008-08-18 06:58:12 +00:00
Vanilla I. Shu
72a0d093f9 Upgrade to 1.5. 2008-08-18 06:05:49 +00:00
Edwin Groothuis
584c05109a [MAINTAINER] Update www/privoxy to 3.0.10
The attached patch updates www/privoxy from 3.0.8
	to 3.0.10 (3.0.9 was a beta). The ChangeLog is available
	at: http://www.privoxy.org/announce.txt

PR:		ports/126607
Submitted by:	Fabian Keil <fk@fabiankeil.de>
2008-08-18 00:47:17 +00:00
Edwin Groothuis
f3dfcb7755 [MAINTAINER] www/p5-AnyEvent-HTTP: update to 1.04
PR:		ports/126604
Submitted by:	Vladimir Timofeev <vovkasm@gmail.com>
2008-08-18 00:37:52 +00:00
Edwin Groothuis
55a73db5c8 [MAINTAINER] www/commonist: unbreak
Add java to extract dependencies to use ${JAR}

PR:		ports/126605
Submitted by:	Marcin Cieslak <saper@SYSTEM.PL>
2008-08-18 00:33:55 +00:00
Henrik Brix Andersen
adfa33e68e - Update to version 2.61. 2008-08-17 21:21:41 +00:00
Edwin Groothuis
7f00732143 New port: www/mod_auth_openid An authentication module for the
Apache 2 webserver with OpenID

	mod_auth_openid is an authentication module for the Apache
	2 webserver.  It handles the functions of an OpenID consumer
	as specified in the OpenID 2.0 specification.

	WWW: http://trac.butterfat.net/public/mod_auth_openid

PR:		ports/126218
Submitted by:	Sutra Zhou <zhoushuqun@gmail.com>
2008-08-17 06:27:23 +00:00
Edwin Groothuis
73d8278c60 Fix build process.
Submitted by:	pavbot
2008-08-16 21:55:22 +00:00
Boris Samorodov
a252182d2e Update to version 0.16.41. Changelog:
http://www.web2ldap.de/changes-0.16.html#0.16.41
2008-08-16 14:39:25 +00:00
Sergey Skvortsov
dba0f04f60 Update to 0.64
Changes:	http://search.cpan.org/src/JSHIRLEY/Catalyst-Action-REST-0.64/Changes
2008-08-16 11:11:06 +00:00
Vanilla I. Shu
8c84c7ae48 Upgrade to 1.4. 2008-08-16 05:29:15 +00:00
Tilman Keskinoz
711ba2936e Update to 4.2 2008-08-15 16:37:51 +00:00
Pav Lucistnik
94a15fa7a0 - Mark BROKEN: does not extract
Reported by:	pointyhat
2008-08-15 14:18:44 +00:00
Adrian Chadd
4e9189b05c Upgrade to Cacheboy-1.4.1.
I haven't yet fixed the tcptest binary install; I need to figure out
the correct automake magic to commit to a subsequent cacheboy release.
2008-08-15 10:57:59 +00:00
Edwin Groothuis
6bcb94a52c maintainer update www/mod_clamav
Update to 0.22.
	Check that Apache-2.2 is NOT installed

PR:		ports/123594
Submitted by:	Tom Müller-Kortkamp <tmueko@kommunity.net>
2008-08-15 06:53:14 +00:00
Edwin Groothuis
7a06c29f2f [MAINTAINER] www/p5-Net-Flickr-Backup: update to 2.991
PR:		ports/123273
Submitted by:	Tsung-Han Yeh <snowfly@yuntech.edu.tw>
2008-08-15 06:00:15 +00:00
Edwin Groothuis
8ff9e70f1b [MAINTAINER] www/p5-Net-Flickr-RDF: update to 2.1
PR:		ports/123274
Submitted by:	Tsung-Han Yeh <snowfly@yuntech.edu.tw>
2008-08-15 05:59:34 +00:00
Edwin Groothuis
58e375fdd8 [PATCH] www/p5-libwww: update to 5.812
PR:		ports/123310
Submitted by:	Martin Wilke <miwi@FreeBSD.org>
Approved by:	maintainer timeout
2008-08-15 05:50:36 +00:00
Edwin Groothuis
96e9c5ef60 [MAINTAINER] www/wordpress: update to 2.6.1
PR:		ports/126545
Submitted by:	Yuan-Chung Hsiao <ychsiao@ychsiao.org>
2008-08-15 05:46:01 +00:00
Mark Linimon
3baea6f442 Forgotten in previous commit.
Pointy hat to:		self
2008-08-15 04:31:55 +00:00
Edwin Groothuis
725caafd4c [new port] www/xpi-live_http_headers Firefox plugin
A plugin that allows you to view the browsers request headers
	and the headers sent by the http server.

PR:		ports/125096
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de>
2008-08-15 04:24:36 +00:00
Mark Linimon
9032a2b4bd Assign to new maintainer and update. (No response from previous
maintainer about status).

Hat:		portmgr
2008-08-15 04:22:17 +00:00
Edwin Groothuis
3ec0b37f46 [NEW PORT] www/xpi-firefoxonwooztalk: Meet your World Wide Web neighbors with Firefox
WoozTalk is a new innovative and free Internet service that
	let you see and chat with anyone else visiting the same
	website.

	As soon as you install WoozTalk, when you visit one of your
	favorite websites, you will see others net surfers currently
	connected and you will be able to chat with them!

	This plugin allows to use WoozTalk with Firefox. It will
	be installed by the port net-im/wooztalk

	WWW: http://www.wooztalk.com

PR:		ports/125885
Submitted by:	David <tech@wooztalk.com>
2008-08-15 04:21:04 +00:00
Edwin Groothuis
2dbce6cd56 New Port: www/xpi-firegpg An extension that acts as an assistant for using GPG
FireGPG is a Firefox extension which brings an interface
	to encrypt, decrypt, sign or verify the signature of text
	in any web page using GnuPG.

	WWW: http://getfiregpg.org/index.html

PR:		ports/125919
Submitted by:	Ashish Shukla <wahjava@gmail.com>
2008-08-15 04:19:20 +00:00
Edwin Groothuis
269ecdaa6a [MAINTAINER] www/xpi-forecastfox: update to 0.9.7.7
PR:		ports/126009
Submitted by:	"Simon Olofsson" <simon@olofsson.de>
2008-08-15 04:16:22 +00:00
Edwin Groothuis
90125f63f1 Update: www/xpi-yslow
Update the port of yslow to 0.9.5b2

PR:		ports/125959
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
Approved by:	maintainer
2008-08-15 04:13:19 +00:00
Edwin Groothuis
dc48e06daa port upgrade: www/xpi-resurrectpages 2.0.3
New upstream release.
		Supports Firefox3.

PR:		ports/125935
Submitted by:	Lapo Luchini <lapo@lapo.it>
2008-08-15 04:11:15 +00:00
Edwin Groothuis
e048452032 [PATCH] www/gallery: security update to 1.5.8, reset maintainership
- Security update to 1.5.8
	- Reset maintainership to ports@FreeBSD.org

PR:		ports/126328
Submitted by:	Alex Varju <freebsd-ports@varju.ca>
2008-08-15 03:57:26 +00:00
Edwin Groothuis
ed84acafa2 port upgrade: www/xpi-firebug 1.2.0b6
Upgrade to latest upstream release, compatible with Firefox 3 and with
	quite a few improvements.
	It's a beta release, but in my experience seems to be stable enough.

PR:		ports/125870
Submitted by:	Lapo Luchini <lapo@lapo.it>
2008-08-15 03:44:06 +00:00
Edwin Groothuis
18e6702b67 port ugprade: www/xpi-cutemenus-crystalsvg 1.9.3
New upstream release.
	Added compatibility with Firefox3.

PR:		ports/125929
Submitted by:	Lapo Luchini <lapo@lapo.it>
2008-08-15 03:24:15 +00:00
Edwin Groothuis
308442d69d Update: www/xpi-errorzilla
Patch to update xpi-errorzilla to version 0.33

PR:		ports/125958
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
2008-08-15 03:22:51 +00:00
Edwin Groothuis
52deb69eea [maintainer-update] Update Port: www/xpi-foxyproxy to v.2.8.4
PR:		ports/125800
Submitted by:	Ashish Shukla <wahjava@gmail.com>
2008-08-15 03:21:32 +00:00
Edwin Groothuis
cd6bcf49ca [maintainer update] www/xpi-cookiesafe: update to 3.0.3
Update to 3.0.3

PR:		ports/125367
Submitted by:	Alexander Logvinov <ports@logvinov.com>
2008-08-15 03:18:38 +00:00
Edwin Groothuis
477f9fa822 port update: www/xpi-searchstatus version 1.25
PR:		ports/125634
Submitted by:	Lapo Luchini <lapo@lapo.it>
2008-08-14 23:58:14 +00:00
Greg Larkin
271540e064 - Maintainer ported the plugin to Trac 0.11
- Makefile stylistic fixes & added macros from bsd.python.mk
- Added pkg-message file with configuration details

PR:		ports/126112
Submitted by:	Anton Batenev <antonbatenev@yandex.ru>
Approved by:	beech (mentor, implicit)
2008-08-14 23:05:40 +00:00
Mark Linimon
92f4f85dc9 max has had his commit bit taken for safekeeping.
Hat:		portmgr
2008-08-14 21:32:37 +00:00
Martin Wilke
c836049d6b - Update to 2.5.2
PR:		126463
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2008-08-14 11:00:50 +00:00
Sergey A. Osokin
d87fc33a1d Update from 0.7.9 to 0.7.10.
<ChangeLog>

*) Bugfix: in the "addition_types", "charset_types", "gzip_types",
   "ssi_types", "sub_filter_types", and "xslt_types" directives; the
   bugs had appeared in 0.7.9.

*) Bugfix: of recursive error_page for 500 status code.

*) Bugfix: now the ngx_http_realip_module set address not for whole
   keepalive connection, but for each request passed via the connection.

</ChangeLog>
2008-08-14 06:37:05 +00:00
Henrik Brix Andersen
6907cc4db8 - Update to version 2.60
- Add note about new config file format to UPDATING:

The layout of the ikiwiki.setup file has changed in a significant
way in this release.  Old setup files will continue to work, but new
features, like the new websetup interface, require a new format
setup file.  You can convert old setup files into the new format by
running the following command for all your ikiwiki.setup files:

  ikiwiki-transition setupformat ikiwiki.setup
2008-08-13 19:59:24 +00:00
Lars Balker Rasmussen
647e9a277a Update to 0.21 2008-08-13 13:45:30 +00:00
Sergey A. Osokin
dbc3e0d393 Update from 0.7.8 to 0.7.9.
<ChangeLog>

*) Change: now ngx_http_charset_module works by default with following
   MIME types: text/html, text/css, text/xml, text/plain,
   text/vnd.wap.wml, application/x-javascript, and application/rss+xml.

*) Feature: the "charset_types" and "addition_types" directives.

*) Feature: now the "gzip_types", "ssi_types", and "sub_filter_types"
   directives use hash.

*) Feature: the ngx_cpp_test_module.

*) Feature: the "expires" directive supports daily time.

*) Feature: the ngx_http_xslt_module improvements and bug fixing.
   Thanks to Denis F. Latypoff and Maxim Dounin.

*) Bugfix: the "log_not_found" directive did not work for index files
   tests.

*) Bugfix: HTTPS connections might hang, if kqueue, epoll, rtsig, or
   eventport methods were used; the bug had appeared in 0.7.7.

*) Bugfix: if the "server_name", "valid_referers", and "map" directives
   used an "*.domain.tld" wildcard and exact name "domain.tld" was not
   set, then the exact name was matched by the wildcard; the bugs had
   appeared in 0.3.18.

</ChangeLog>
2008-08-13 06:34:18 +00:00
Dirk Meyer
245717ee1b - fix WITH_GEODB without WITH_BDB
Submitted by:	Nicolas Rachinsky

- update GeoDB.dat
2008-08-12 16:36:12 +00:00
Thomas Abthorpe
f40c64a13b - Update to 1.20
PR:		ports/126215
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
2008-08-12 15:11:33 +00:00
Wesley Shields
1f0fcf4018 - Update to 0.8.3
PR:		ports/126373
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2008-08-11 23:54:23 +00:00
Martin Wilke
a36443e6e8 - Update to 3.5.0.beta4
PR:		126332
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2008-08-11 22:18:01 +00:00
Martin Wilke
b58dfe22de Pligg is an Open Source Web 2.0 CMS. The main features that make
Pligg unique are collaborative bookmarking, social networking,
folksonomy and blogging. Each of the News links, unit of pligg
content, has a vote button, URL and optionally a short description
of news. Here Visitors are supplier, consumer and judge of the
content. Every visitor has right and freedom to vote and veto any
news item. At the end of the day, depending on count of vote news
are either promoted to main site,or move or remains in incoming
queue, or permanently removed from site. Being a collaborative CMS,
Pligg sites grow very fast in terms of traffic and popularity.

WWW: http://www.pligg.com/

PR:		ports/126415
Submitted by:	Wen heping <wenheping at gmail.com>
2008-08-11 22:17:06 +00:00
Martin Wilke
c99cd38da0 - Update to 0.9.2
PR:		125911
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer
2008-08-11 22:09:11 +00:00
Martin Wilke
8f1ed039fc - Mark www/squid26 as deprecated (as already noted via UPDATING) and
let it expire by the end of 2008.

PR:		126412
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2008-08-10 22:03:38 +00:00