summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2008-01-09Make PLONE3_VERSION to 3.0.5.taca1-2/+2
2008-01-09Exclude install files whose name begin from "._".taca1-1/+2
2008-01-09Change #define of _XOPEN_SOURCE to make strptime() happysmb3-5/+28
2008-01-09Get the patch right this time...smb1-2/+2
2008-01-09Replace calls to gmtime() with calls to gmtime_r() in a threaded routine.smb3-2/+56
2008-01-09Update to nginx-0.5.35.ghen2-7/+7
*) Change: now the ngx_http_userid_module adds start time microseconds to the cookie field contains a pid value. *) Change: now the uname(2) is used on Linux instead of procfs. Thanks to Ilya Novikov. *) Feature: the "If-Range" request header line support. Thanks to Alexander V. Inyukhin. *) Bugfix: in HTTPS mode requests might fail with the "bad write retry" error; bug appeared in 0.5.13. *) Bugfix: the STARTTLS in SMTP mode did not work. Thanks to Oleg Motienko. *) Bugfix: large_client_header_buffers did not freed before going to keep-alive state. Thanks to Olexander Shtepa. *) Bugfix: the "limit_rate" directive did not allow to use full throughput, even if limit value was very high. *) Bugfix: the $status variable was equal to 0 if a proxied server returned response in HTTP/0.9 version. *) Bugfix: if the "?" character was in a "error_page" directive, then it was escaped in a proxied request; bug appeared in 0.5.32.
2008-01-09Update to current 0.11 branch as of 2008/01/09. Too many changes/fixesbjs6-19/+61
to list here; one may check the log at <http://repo.or.cz/w/elinks.git> (see the elinks-0.11 branch). There should be a 0.11.4 release out fairly soon. While here, add two patches (from debian maintainer): one to ensure that its gettext doesn't look for files in ../po/, and the other to disable transparency by default. Bump revision.
2008-01-09No compiler necessary.heinz1-1/+3
2008-01-08The package needs a C compiler.heinz1-1/+3
2008-01-08Add options to liferea to permit selection of different rendering enginessmb1-1/+17
2008-01-07Update to nginx 0.5.34ghen2-6/+6
*) Change: now the full request line instead of URI only is written to error_log. *) Feature: Cygwin compatibility. Thanks to Vladimir Kutakov. *) Feature: the "merge_slashes" directive. *) Feature: the "gzip_vary" directive. *) Feature: the "server_tokens" directive. *) Feature: the "access_log" directive may be used inside the "limit_except" block. *) Bugfix: if the $server_protocol was used in FastCGI parameters and a request line length was near to the "client_header_buffer_size" directive value, then nginx issued an alert "fastcgi: the request record is too big". *) Bugfix: if a plain text HTTP/0.9 version request was made to HTTPS server, then nginx returned usual response. *) Bugfix: URL double escaping in a redirect of the "msie_refresh" directive; bug appeared in 0.5.28. *) Bugfix: a segmentation fault might occur in worker process if subrequests were used. *) Bugfix: the big responses may be transferred truncated if SSL and gzip were used. *) Bugfix: compatibility with mget. *) Bugfix: nginx did not unescape URI in the "include" SSI command. *) Bugfix: the segmentation fault was occurred on start or while reconfiguration if variable was used in the "charset" or "source_charset" directives. *) Bugfix: nginx returned the 400 response on requests like "GET http://www.domain.com HTTP/1.0". Thanks to James Oakley. *) Bugfix: a segmentation fault occurred in worker process if $date_local and $date_gmt were used outside the ngx_http_ssi_filter_module. *) Bugfix: a segmentation fault might occur in worker process if debug log was enabled. Thanks to Andrei Nigmatulin. *) Bugfix: ngx_http_memcached_module did not set $upstream_response_time. Thanks to Maxim Dounin. *) Bugfix: a worker process may got caught in an endless loop, if the memcached was used.
2008-01-06The package supports installation to DESTDIR.heinz1-1/+3
2008-01-06- Add version number to COMMENT.taca5-212/+20
- Remove -quiet option from CONFIGURE_ARGS. This cause verbose output but it prevent detect errors. - use INSTALLATION_DIRS. - Use ../zope/Makefile.common. and common files from ../zope/files. - Don't install unused runzope.bat.in template file. - take maintainership. - Add missing sitecustomize.py{,c} in PLIST. Bump PKGREVISION.
2008-01-06- Add version number to COMMENT.taca5-214/+15
- Remove -quiet option from CONFIGURE_ARGS. This cause verbose output but it prevent detect errors. - use INSTALLATION_DIRS. - Use ../zope/Makefile.common. and common files from ../zope/files. - Don't install unused runzope.bat.in template file. - take maintainership. Bump PKGREVISION.
2008-01-06update to 1.4.10drochner3-7/+9
This is a bugfix release that tries to fix three issues: - The reappearing of already downloaded items (caused by an incorrect cache handling) - The continuous growth of the sqlite DB file (caused by comments not being removed along with their parent items). - The general performance problem with search folders.
2008-01-06Add common Makefile part for zope29, zope210 and possibly zope211 in feature.taca1-0/+29
2008-01-06Add common files for zope29, zope210 and possibly zope211 in feature.taca3-0/+186
2008-01-06- Add definition for zope-211.taca1-7/+16
- Complete zope33 (Zope 3.3.x) related names.
2008-01-05The package supports installation to DESTDIR.heinz2-4/+10
No compiler necessary.
2008-01-05The package supports installation to DESTDIRheinz1-1/+2
2008-01-04Full DESTDIR support.ghen1-7/+9
2008-01-04Full DESTDIR support.ghen1-5/+7
2008-01-04Update to 4.4.8adrianp4-23/+7
Improved fix for MOPB-02-2007. Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner. Fixed integer overlow in str[c]spn(). Fixed regression in glob when open_basedir is on introduced by 41655 fix. Fixed money_format() not to accept multiple %i or %n tokens. Addded "max_input_nesting_level" php.ini option to limit nesting level of input variables. Fix for MOPB-03-2007. Fixed INFILE LOCAL option handling with MySQL - now not allowed when open_basedir or safe_mode is active. Fixed session.save_path and error_log values to be checked against open_basedir and safe_mode (CVE-2007-3378). Fixed bug 43010 (Fixed regression in imagearc with two equivelent angles). Fixed bug 41765 (Recode crashes/does not work on amd64). Fixed bug 41630 (segfault when an invalid color index is present in the image data). Fixed bug 41628 (PHP settings leak between Virtual Hosts in Apache 1.3). Fixed bug 38798 (OpenSSL init corrected in php5 but not in php4).
2008-01-03Add in an options.mk for Geo IP Freeadrianp2-1/+16
2008-01-03Zope 3.x dose not migrate to the new frame work yet.taca1-3/+4
2008-01-02Add another REPLACE_PERL for a perl script to replace interpreter.reed1-1/+8
Skip an interpreter check for a python script (as the REPLACE_PERL is ignored because no python dependency yet). (Add a TODO for later: add an option for reStructuredText support to depend on python-docutils.) Bump PKGREVISION. Noticed in bulk builds. Fixed this during freeze so it will be built by some bulk builders and available with the upcoming quarterly branch packages. This is a leaf package.
2008-01-01Update ns-remote to 1.11nb4 - from PR/37624 by Eric Schnoebelen:abs2-4/+4
- Include seamonkey as a valid option in NETSCAPE_PREFERRED
2007-12-31* Fixed EGDIR, installation of sample config files works again.obache2-5/+6
* Using VARBASE. * This package does not have share/doc/screws/examples. Bump PKGREVISION.
2007-12-31Fixed typo of config filename (Russian_UTF8 => Russian_UTF-8).obache1-3/+3
Bump PKGREVISION.
2007-12-30Drop a stupid sed from configure that breaks the itlocaledir patching.joerg2-1/+14
2007-12-26Provide correct checksums for all supported platforms, like I saidxtraeme1-7/+7
"emul-fetch and emul-distinfo" is needed.
2007-12-26remove opera-distinfo - it's superseded by generic emul-distinfojdolecek1-16/+1
2007-12-26Update opera to 9.25.jdolecek2-14/+29
Changes in v9.25: Security * Fixed an issue where plug-ins could be used to allow cross domain scripting, as reported by David Bloom. Details will be disclosed at a later date. * Fixed an issue with TLS certificates that could be used to execute arbitrary code, as reported by Alexander Klink (Cynops GmbH). Details will be disclosed at a later date. * Rich text editing can no longer be used to allow cross domain scripting, as reported by David Bloom. See our advisory. * Prevented bitmaps from revealing random data from memory, as reported by Gynvael Coldwind. Details will be disclosed at a later date. Miscellaneous * Fixed a problem where malformed BMP files could cause Opera to temporarily freeze. For pkgsrc use, put back opera-distinfo target (to easily re-generate checksums for supported platforms)
2007-12-25zope 2.10.x depends on py-expat package.taca1-1/+3
2007-12-25zope 2.9.x depends on py-expat package.taca1-1/+3
2007-12-23Update flash player packages to the latest version (9.0.115).tnn4-11/+8
Done during 2007Q4 freeze because the old distfile is no longer available. New audio/video options * H.264/HE-AAC codec support Improved Performance * Multi-core support * Multi-threaded video decoding * Image scaling * Flash Player cache * Flash Media Server buffering Universal Reach * Full screen mode for Linux * Accessibility support for the plugin * Mac Os X Leopard support Fixed in this version: * On Linux, modal dialogs displayed by Flash Player stay in front of browser windows but do not prevent interaction with the browser as they should. (191331) * On certain SUSE 9.2 installations using the standalone player only, trying to Open a browser from the standalone player with SeaMonkey open will cause the player to hang. (193383) * On Linux, networking operations in the standalone player are currently slow. (193158) * On Linux, when the mouse is hovering over Flash content, keyboard input is not sent to the browser. (194265) * Full-screen mode is not supported in the Opera Browser on Macintosh systems. (189140) * Full-screen mode is now supported on Linux. * The plugin version of Flash Player does not fire flash.events.Event.RENDER when wmode is set as transparent. (198515) * Full-screen can be used when wmode is set (202290) * Passing large amounts of XML through External Interface is significantly faster (206828) * ExternalInterface now works with HTML objects that contain dots within the object name (199614)
2007-12-22Change MOZILLA master sites difinitions, related to PR 37379.obache3-19/+6
There are three types Mozilla mirrors. (http://www.mozilla.org/mirroring.html) * mozilla-current contains only the current version of Firefox and Thunderbird * mozilla-release contains Firefox, Thunderbird, and Sunbird releases * mozilla-all complete archive Define following variables for mozilla master sites: MASTER_SITE_MOZILLA_ALL = mozilla-all MASTER_SITE_MOZILLA = mozilla-release and change some packages to use appropriate variable. Update contents of MASTER_SITE_MOZILLA with master and primary mirrors taken from http://www.mozilla.org/mirrors.html and add some sample definitions.
2007-12-22Correct HOMEPAGE.taca1-2/+2
2007-12-21Depend on yacc, lex and flex as needed. Fixes PR 37586.joerg1-2/+2
2007-12-21- More proper fix to previous change; correct real python scripts' path.taca3-15/+29
- Change the order of including files in Makefile to use REPLACE_PYTHON properly. - Remove shebang line from a library file which would never be executed directly.
2007-12-21Fix typo which cause PKG_OPTIONS ignorance.taca1-2/+2
2007-12-21Avoid CHECK_INTERPRETER and CHECK_PERMS for some files.taca1-1/+10
Fix build problem with these checks.
2007-12-20Split ap-auth-external into Apache 1.x and 2.x versionssborrill1-1/+2
2007-12-20Import apache 2.x portion after splitting ap-auth-external into 1.x and 2.x.sborrill6-0/+87
mod_auth_external allows you to use an external script for Apache authentication.
2007-12-20Split out Apache 2.x code into ap2-auth-external. Fixes pkg/37362sborrill1-9/+2
2007-12-20Update squidGuard to 1.3 with patch-20071117.taca6-43/+141
pkgsrc changes: - Honor squidGuard's name. - Use PKGINSTALL frame work. - More integration to squid; common configuration and logging directories. Now depends on squid package. - Switch to use db4; it might be selectable by option. - Install some examples of configuration. Todo: - LDAP support option. - Installing documents. - DESTDIR support. Release 1.3 2007-09-19 Included configurable logging. New configure option --nolog suppress all runtime logmessages. Start and stop is still logged. Default behaviour is now to log the non debug messages except when the runtime option -d is supplied to squidGuard. May need some more finetuning in later versions. (bug 11) Made some slight changes to the outdated FAQ file. 2007-09-13 Modified auth code to work with and without ldap (choosing subroutine rfc1738_unescape or sgFindUser in sg.y.in) 2007-08-20 Corrected include statement in sg.h.in. 2007-07-16 Added patch by Marc Clayton to include a progressbar to the build of the database files (bug 6). 2007-07-01 Added patch by Eric Harrison to enable full sed compliance to rewrite statements (bug 7). 2007-06-02 Corrected missing evaluation of configure parameters for logdir, dbhome and config file (bug 11). 2007-05-25 Added patch from satish to block urls entries that include hostnames (bug 4). 2007-05-20 Fixed broken regex evaluation (bug 12) Fixed a compile problem on some systems (bug 10). 2007-05-10 Corrected an issue with the fix for the double slash vulnerability (incorrectly found double slashes) (bug 1). Release 1.2.1 2007-04-10 Fixed multiple slash bypass vulnerabilty. 2007-03-17 Fixed some bugs in squidGuard-simple.cgi and added a German version of it. 2007-03-16 Fixed encoding bypass vulnerabilty. 2007-03-16 Updated y.tab.c.bison and y.tab.h.bison to the recent version. 2007-02-02 Fixed bug in user authentication. 2007-01-20 Fixed some typos which broke compilation on Sun Solaris when using the Sun CC compiler. 2007-01-12 Corrected unproper evaluated if-clause, which broke the BerkeleyDB 2 compatibility. Fixed minor typo in samples/Makefile.in. 2006-12-29 Replaced the sleepycat links from the configure program with the oracle links. Corrected typo in Makefile.in. 2006-12-16 Removed a stupid bug from the Makefile in the docs directory. 2006-12-10 Removed references to squidguard.org in Makefile.in in the Doc directory (squidguard.org is down). Added ISSUES.txt file about known problem with the current code (any information that is missing and should go in there is gladly welcomed). 2006-06-17 Release now supports LDAP queries for authentication: Added Chris Frey's ldap patches and fixes (03, 05, 06, 07 and 10; Patches from: http://www.netdirect.ca/software/category.php?cat=SquidGuard). The LDAP feature can be included during the configure run by setting --with-ldap. Per default ldap support will not be compiled in. Added a fix provided by Francesco Ranieri to solve an issue with the (un)escaping of the authentication "domain%5cusername". Patch Release 1.2.0p3 2005-12-09 Modfied configure Skript to allow to specify the name of the useraccount the squid cache is using. Modified Makefile.in that during the installation the necessary squidGuard directories are created if they are not existing. Additionally a default configuration file will be copied to the default location for squidGuard unless an old one is found there. Patch Release 1.2.0p2 2005-10-13 Added Adam Gorski's bugfix to correct a a null pointer access bug in logging. Added Chris Freys bugfix a bug where it won't search the url db if the domain db is empty. Added Chris Frey's buffer overflow checks (except for commenting out the part from line 446 to 470 in sgDb.c). (Patches from: http://www.netdirect.ca/software/category.php?cat=SquidGuard) Patch Release 1.2.0p1 2005-10-11 Added support for Berkeley DB 4.x
2007-12-20- Rename DATADIR to SQUID_DATADIR.taca2-18/+23
- Move some common parameter to Makefile.common; squid's user, group and data directory. - Add LOGDIR to Makefile.common. These changes have no functional change but make it possible for squidGuard package to share parameters.
2007-12-18Add and enable zope-ejsplitter and zope-jamailhost.taca1-1/+3
2007-12-18Importing zope-jaMailHost 0.4.4.taca4-0/+37
MailHost is Zope-integrated feature to send mail from Web applications, but can not send Japanese mail correctly. This "jaMailHost" product will solve this problem.
2007-12-18Importing zope-ejSplitter 0.5.1.taca4-0/+41
Zope needs a word splitter to search in text with ZCTextIndex. This ejSplitter is one of Japanese splitters and can be used with other Zope products.