summaryrefslogtreecommitdiff
path: root/www/cherokee
AgeCommit message (Collapse)AuthorFilesLines
2017-01-16Recursive bump for libvpx shlib major change.wiz1-2/+2
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-08-17Recursive revbump from multimedia/libvpx uppdateryoon1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-18Recursive revbump from multimedia/libvpxryoon1-2/+2
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-09-25Fix SunOS configure and build for the (default) pam option.fhajny2-1/+17
2014-08-11Switch to ffmpeg1 instead of ffmpeg.wiz2-4/+4
Note: some of these packages didn't build for me, e.g. osg, so I couldn't verify them all.
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-04-10recursive bump from x264-devel builld number change (i.e. API change).obache1-2/+2
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+3
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-03-02Bump PKGREVISION for mysql default change to 55.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-22Recursive revbump from multimedia/libvpx 1.1.0 updateryoon1-1/+2
2012-03-22Update to Cherokee 1.2.105asau4-49/+168
Requested by Moritz Wilhelmy on IRC. Vulnerabilities fixed: * CVE-2011-2191 Cross-site request forgery (CSRF) vulnerability in Cherokee-admin in Cherokee before 1.2.99 allows remote attackers to hijack the authentication of administrators for requests that insert cross-site scripting (XSS) sequences, as demonstrated by a crafted nickname field to vserver/apply. * CVE-2011-2190 The generate_admin_password function in Cherokee before 1.2.99 uses time and PID values for seeding of a random number generator, which makes it easier for local users to determine admin passwords via a brute-force attack. New features (excerpt): * Caching policies support * Custom header can be defined inside rules * Improved Index Page * Kqueue is now used by default on MacOS X and *BSD * New option to disable the use of SSLv2 * Wild cards are now supported in dirlist fields * Redirection entries can be reordered * ${vserver_name_req} in logger 'Custom' * Cherokee-admin can be shut down from within * TLS/SSL supports the 'IP per VServer' workaround now * Virtual Server complex match support (OR rules) * Redirection error handler has a 'default' option now * New ${root_domain} macro in Advanced Virtual Hosting * Failover load balancing plug-in * cherokee-admin-launcher tool * Information Source name resolution pre-caching * Gzip and Default is configurable now (#1054) * ${http_host}, ${http_referrer}, and ${http_user_agent} (#896) * Much better OPTIONS support * Documentation improvements * Information Sources can be reordered now (*CGI handlers) * X-Sendfile and X-Accel-Redirect support in the proxy * Shared memory implementation (no longer SysV) (#537) * Logger custom. New macro: ${http_cookie} * Virtual Host regex group replacement (^ parameters) * --with-cgiroot in configure * -i / --disable-iocache param in cherokee-admin * 'Server Info' extended to support accepts and timeouts * cherokee-admin-launcher accepts SIGHUP now * CTK_COOKIE security enhancement * Enhanced pre-saving validations * Interpreter env. vars can embedded $VARs evaluation * QA bench can be run without installing Cherokee first * OS tuning documentation * Regex against full header match * Nick name match is optional on VServers (#1075) * Front-Line Cache (beta) * Cherokee Distribution (beta) * CHEROKEE_TRACE special "from=<ip>" support * SSL/TLS Wizard * SSI recursive includes * "UNIX socket in a abstract namespace" support * Adds SHA512 support to the MySQL validator * HSTS (HTTP Strict Transport Security) support
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2011-11-16Recursive bump for multimedia/ffmpeg buildlink addition.sbd1-1/+2
2010-07-11Update cherokee to 1.0.5.obache9-235/+1020
Based on PR#43557 by Wen Heping. Bump to 1.x release.
2010-06-28DESTDIR supportjoerg1-3/+4
2010-03-12Relinquish maintainership. As history shows, I haven't done a good job injmmv1-2/+2
maintaining this package.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-07-03use libgnutls-config.mk, brings back TLS support with gnutls-2.8,drochner1-2/+3
bump PKGREVISION
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-18/+3
2008-05-22It needs flex, not lex.tnn1-2/+2
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz1-2/+2
2008-02-04PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLStnn1-2/+2
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz1-1/+2
affected packages.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-3/+3
From Sergey Svishchev in private mail.
2006-09-24Rename T_USER to not conflict with system enum on DragonFly and FreeBSD.joerg3-1/+56
2006-08-06Remove BROKEN_IN for packages that built in the latestkristerw1-3/+1
NetBSD 3.0_STABLE/i386 bulk build.
2006-06-08Require bison as tool and remove broken bison test.joerg3-2/+21
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-01Use -b to properly fork the daemon instead of &.jmmv1-2/+2
2006-05-01Initial import of cherokee, version 0.5.3:jmmv7-0/+309
Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, Virtual hosts, Authentication, on the fly encoding, Apache compatible log files, and much more.