summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2014-06-22Update contao32 to 3.2.12. (Now it is leaf package.)taca3-81/+81
* Finnish translation is added and Latvian translation is removed. * Example website (Music Academy) is removed from core distribution. It is still available on Contao Extension Repository. Version 3.2.12 (2014-06-18) --------------------------- ### Fixed Replace insert tags in external redirect targets (see #6765). ### Fixed Also apply the font settings to the ACE element (see #7103). ### Fixed Show the placeholder image in the "edit file" dialog if the original image exceeds the maximum dimensions supported by the GD library (see #7032). ### Fixed Preserve whitespace before `<textarea>` tags when minifying code (see #7087). ### Fixed Restore the PHP 5.3 compatibility of the listing module (see #7078). ### Fixed Do not offer to drop tables or fields if the safe mode is active (see #7085). ### Fixed Correctly detect binary fields during theme export (see #7079).
2014-06-22Remove contao32-example since new release dose not contain example websitetaca5-63/+0
data any more. Approved by gdt@.
2014-06-22Delete contao32-example.taca1-2/+1
2014-06-21Update conto33 to 3.3.3. Finnish translation is added, too.taca3-7/+81
Version 3.3.3 (2014-06-18) -------------------------- ### Fixed Convert insert tags before assigning the page title to the template (see #7097). ### Fixed Correctly render images in TinyMCE in the newsletter module (see #7089).
2014-06-20Fix build with the perl option. Bootstrap (.bs) files no longer generatedfhajny2-5/+2
with Perl 5.20.
2014-06-20Use REPLACE_BASH for shebang substitution, fixes build on at least SunOS.fhajny1-9/+2
2014-06-20Add compiler depenend magic to keep the version compiled with option "debug"martin1-5/+18
usable with modern gcc. Since the full "debug" version will behave differently to the standard version (as it enables all the mozilla internal consistency checks, and also drops compiler optimization), it is not very usefull when trying to debug crashes that could be compiler bugs, or mozilla low level bugs - so provide a new option "debug-info" that creates a debuggable, but fully optimized version. The result is best run from the pkgobj dir via the work/build/dist/bin/run-mozilla script with options "-g ./firefox". No changes to the default pkg generated.
2014-06-19Fix bugzilla ticket 1026499: generated C++ code does not obey alignementmartin6-3/+106
restrictions, make the code generator issue explicit alignment requests.
2014-06-18Update to 4.2.4 for a security fix.wiz2-6/+6
============= Version 4.2.4 ============= Version 4.2.4 of mod_wsgi can be obtained from: https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.4.tar.gz Bugs Fixed ---------- 1. Fixed one off error in applying limit to the number of supplementary groups allowed for a daemon process group. The result could be that if more groups than the operating system allowed were specified to the option ``supplementary-groups``, then memory corruption or a process crash could occur. 2. Improved error handling in setting up the current working directory and group access rights for a process when creating a daemon process group. The change means that if any error occurs that the daemon process group will be restarted rather than allow it to keep running with an incorrect working directory or group access rights. New Features ------------ 1. Added the ``--setup-only`` option to mod_wsgi express so that it is possible to create the configuration when using the Django management command ``runmodwsgi`` without actually starting the server. ============= Version 4.2.3 ============= Version 4.2.3 of mod_wsgi can be obtained from: https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.3.tar.gz Bugs Fixed ---------- 1. The feature for starting mod_wsgi express using the Django management command ``runmodwsgi`` was broken by the 4.2.2 release. ============= Version 4.2.2 ============= Version 4.2.2 of mod_wsgi can be obtained from: https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.2.tar.gz Bugs Fixed ---------- 1. The ``envvars`` file was being overwritten even if it existed and had been modified. New Features ------------ 1. Output the location of the ``envvars`` file when using the ``setup-server`` command for ``mod_wsgi-express`` or if using the ``start-server`` command and the ``--envars-script`` option was being used. 2. Output the location of the ``apachectl`` script when using the ``setup-server`` command for ``mod_wsgi-express``. ============= Version 4.2.1 ============= Version 4.2.1 of mod_wsgi can be obtained from: https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.1.tar.gz Bugs Fixed ---------- 1. The auto generated configuration would not work with an Apache installation where core Apache modules were statically compiled into Apache rather than being dynamically loaded. ============= Version 4.2.0 ============= Version 4.2.0 of mod_wsgi can be obtained from: https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.0.tar.gz New Features ------------ 1. Added ``mod_wsgi.server_metrics()`` function which provides access to a dictionary of data derived from the Apache worker scoreboard. In effect this provides access to the same information that is used to create the Apache server status page. Note that if ``mod_status`` is not loaded into Apache, or the compile time configuration of Apache prohibits the scoreboard from being available, this function will return ``None``. Also be aware that only partial information about worker status, and no information about requests, will be returned if the ``ExtendedStatus`` directive is not also set to ``On``. Although ``mod_status`` needs to be loaded, it is not necessary to enable any URL to expose the server status page. 2. Added support for a platform plugin for New Relic to ``mod_wsgi-express`` which will report server status information up to New Relic if the ``--with-newrelic`` option is supplied when running mod_wsgi express. That same option also enables the New Relic Python agent. If you only want one or the other, you can instead use the ``--with-newrelic-agent`` and ``--with-newrelic-platform`` options. The feature of ``mod_wsgi-express`` for reporting data up to the New Relic Platform is dependent upon the separate ``mod_wsgi-metrics`` package being installed.
2014-06-17FIx PR pkg/48896ryoon1-1/+2
Firefox 30.0 requires libvpx 1.30 or later.
2014-06-16Re-generate module checksums, lost in last update.jperkin1-1/+34
2014-06-15v0.5.1: Multiple UserEmails per User.rodent3-7/+8
2014-06-15Update to 1.3.6:wiz2-6/+6
Serf 1.3.6 [2014-06-09, from /tags/1.3.6, rxxxx] Revert r2319 from serf 1.3.5: this change was making serf call handle_response multiple times in case of an error response, leading to unexpected behavior.
2014-06-152.0.5rodent2-6/+6
Bugfixes fixed support for repeated headers in lua plugin fixed support for embedding config in OpenBSD and NetBSD various fixes in the curl-based plugins fixed milliseconds-based waits fixed sharedarea poller fixed stats server json escaper fixed fastcgi parser and implemented eof management improved fast on-demand mode exclude avg_rt computation for static files fixed variables support in uwsgi internal router fixed websockets + keepalive ordering disable SIGPIPE management in corutines-based loop-engines fixed 64bit sharedarea management in 32bit systems honour chmod/chown-socket in fd0 mode hack for avoiding Safari iOS to make mess with keepalive fixed log setup when both --logto and --log2 fixed mule_get_msg EAGAIN signal_pidfile returns the right error code fixed asyncio on OSX New features graceful reload of mule processes SIGHUP is now sent to mules instead of directly killing them. You are free to trap/catch the signal in the code. If a mule does not die in the allowed "mercy time" (--mule-reload-mercy, default 60 seconds), SIGKILL will be sent. return routing action The new action will allow users to write simplified "break" clause. For example, "return:403" is equivalent to "break:403 Forbidden", with response body "Forbidden". The response body is quite useful for telling end users what goes wrong. --emperor-no-blacklist this new option, completely disables the blacklisting Emperor subsystem Icecast2 protocol helpers One of the upcoming unbit.com projects is a uWSGI based audio/video streaming server. The plugin (should be released during europython 2014) already supports the Icecast2 protocol. A bunch of patches have been added to the http router to support the icecast2 protocol. For example the --http-manage-source option allows the HTTP router to honour SOURCE method requests, automatically placing them in raw mode. --metrics-no-cores, --stats-no-cores, --stats-no-metrics When you have hundreds (or thousands) of async cores, exposing metrics of them could be really slow. Three new options have been added allowing you to disable the generation of core-related metrics and (eventually) their usage in the stats server. sharedarea improvements The sharedarea api continues to improve. Latest patches include support for mmapping device directly from the command line. A funny way for testing it, is mapping the raspberrypi BCM2835 memory, the following example allows you to read the rpi system timer uwsgi --sharedarea file=/dev/mem,offset=0x20003000,size=4096 ... now you can read the 64bit value from the first (zero-based) sharedarea: # read 64bit from 0x20003004 timer = uwsgi.sharedarea_read64(0, 0x04) obviously, pay attention when accessing rpi memory, an error could crash the whole system !!! UWSGI_GO_CHEAP_CODE This exit code (15) can be raised by a worker to tell the master to not respawn it PROXY1 support for the http router The option --http-enable-proxy-protocol allows the HTTP router to understand PROXY1 protocol requests (like the ones made by haproxy or amazon elb) reset_after_push for metrics This metric attribute ensure that the matric value is reset to 0 (or its hardcoded initial_value) evry time the metric is pushed to some external system (like carbon, or statsd) setremoteaddr This routing action allows you to completely override the REMOTE_ADDR detected by protocol handlers: [uwsgi] ; treat all requests as local route-run = setremoteaddr:127.0.0.1 the resolve option There are uWSGI options (or plugins) that do not automatically resolves dns name to ip addresses. This option allows you to map a placeholder to the dns resolution of a string: [uwsgi] ; place the dns resolution of 'example.com' in the 'myserver' placeholder resolve = myserver=example.com subscribe2 = server=%(myserver),key=foobar
2014-06-14p5-Apache-Reload really was supposed to die.joerg4-33/+1
2014-06-14Fix build with clang.joerg7-9/+90
2014-06-14+py-wtforms-testrodent1-1/+2
2014-06-14Import py27-wtforms-test-0.1.1 as www/py-wtforms-test.rodent4-0/+36
Various unit test helpers for WTForms forms.
2014-06-14Update to 24.6.0ryoon2-259/+259
* Sync with firefox24
2014-06-14Update to 24.6.0ryoon2-9/+8
Changelog: Fixed in Firefox ESR 24.6 MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6)
2014-06-14fix SMF Manifest installation by not overwriting INSTALLATION_DIRSwiedi2-4/+4
2014-06-14Update goaccess to 0.8wiedi4-9/+31
Changes to GoAccess 0.8 - Tuesday, May 20, 2014 * Added APT-HTTP to the list of browsers. * Added data persistence and ability to load data from disk. * Added IE11 to the list of browsers. * Added IEMobile to the list of browsers. * Added multiple command line options. * Added Nagios check_http to the list of browsers. * Added parsing progress metrics - total requests / requests per second. * Added the ability to parse a GeoLiteCity.dat to get the city given an IPv4. * Change the way the configuration file is parsed. This will parse all configuration options under ~/.goaccessrc or the specified config file and will feed getopt_long with the extracted key/value pairs. This also allows the ability to have comments on the config file which won't be overwritten. * Ensure autoconf determines the location of ncurses headers. * Fixed issue where geo_location_data was NULL. * Fixed issue where GoAccess did not run without a tty allocated to it. * Fixed potential memory leak on --log-file realpath(). * Fixed Solaris build errors. * Implemented an on-memory hash database using Tokyo Cabinet. This implementation allows GoAccess not to rely on GLib's hash table if one is needed. * Implemented large file support using an on-disk B+ Tree database. This implementation allows GoAccess not to hold everything in memory but instead it uses an on-disk B+ Tree database. * Trimmed leading and trailing whitespaces from keyphrases module.
2014-06-13Update to 3.20140613. From the changelog:schmonz2-7/+6
* only_committed_changes could fail in a git repository merged with git merge -s ours. * Remove google from openid selector, per http://xkcd.com/1361/
2014-06-13Update py-flask-security to 1.7.3.kleink2-6/+6
Version 1.7.3 ------------- Released June 10th 2014 - Fixed a bug where redirection to `SECURITY_POST_LOGIN_VIEW` was not respected - Fixed string encoding in various places to be friendly to unicode - Now using `werkzeug.security.safe_str_cmp` to check tokens - Removed user information from JSON output on `/reset` responses - Added Python 3.4 support
2014-06-13Update py-werkzeug and py-werkzeug-docs to 0.9.6.kleink2-6/+6
Version 0.9.6 ------------- (bugfix release, released on June 7th 2014) - Added a safe conversion for IRI to URI conversion and use that internally to work around issues with spec violations for protocols such as ``itms-service``. Version 0.9.5 ------------- (bugfix release, released on June 7th 2014) - Forward charset argument from request objects to the environ builder. - Fixed error handling for missing boundaries in multipart data. - Fixed session creation on systems without ``os.urandom()``. - Fixed pluses in dictionary keys not being properly URL encoded. - Fixed a problem with deepcopy not working for multi dicts. - Fixed a double quoting issue on redirects. - Fixed a problem with unicode keys appearing in headers on 2.x. - Fixed a bug with unicode strings in the test builder. - Fixed a unicode bug on Python 3 in the WSGI profiler. - Fixed an issue with the safe string compare function on Python 2.7.7 and Python 3.4.
2014-06-13Remove detection of a threaded Apache MPM at configure time.fhajny1-1/+2
Fixes the problem where thread safety was not consistent in the php, ap-php and php-* extension packages, and makes ap-php adhere to the maintainer-zts option. Bump PKGREVISION.
2014-06-13add and enable p5-Apache-Reloadjnemeth1-1/+2
2014-06-12Decouple from removed www/ap-jk.joerg3-2/+60
2014-06-12ap-perl/b3.mk -> ap2-perl/b3.mkjoerg5-10/+10
2014-06-12- ap-auth-externaljoerg1-2/+1
2014-06-11Move www/apache/module.mk to mk/apache.module.mk and adjust it to usejoerg13-100/+25
mk/apache.mk.
2014-06-11Yet another Apache 1.3 module.joerg5-48/+0
2014-06-11More Apache 1.3 modules.joerg30-357/+0
2014-06-11Apache 1.3 module.joerg10-146/+0
2014-06-11Sync with firefox-30.0ryoon3-247/+248
2014-06-11Add patchesryoon9-0/+276
2014-06-11Update to 30.0ryoon47-2733/+444
* debug build is broken Changelog: New Sidebars button in browser chrome enables faster access to social, bookmark, & history sidebars New Mac OS X command-E sets find term to selected text New Support for GStreamer 1.0 Changed Disallow calling WebIDL constructors as functions on the web Developer With the exception of those bundled inside an extension or ones that are whitelisted, plugins will no longer be activated by default (see blog post) Developer Fixes to box-shadow and other visual overflow (see bug 480888) Developer Mute and volume available per window when using WebAudio Developer background-blend-mode enabled by default Developer Use of line-height allowed for <input type="reset|button|submit"> Developer ES6 array and generator comprehensions implemented (read docs for more details) Developer Error stack now contains column number Developer Support for alpha option in canvas context options (feature description) Fixed Ignore autocomplete="off" when offering to save passwords via the password manager (see 956906) Fixed TypedArrays don't support new named properties (see 695438) Fixed Various security fixes Fixed in Firefox 30 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-50 Clickjacking through cursor invisability after Flash interaction MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6)
2014-06-10Retire p5-Apache-AuthCookieDBI, depending on Apache 1.3.joerg4-37/+1
2014-06-10Retire Apache 1.3 and 2.0.joerg221-7872/+86
2014-06-10Fix typo.joerg1-2/+2
2014-06-10Make apr1 the default in preparation of removing Apache 2.0.joerg1-5/+2
2014-06-10Bump PostgreSQL default version to 9.3.joerg5-9/+10
2014-06-10Restrict to webkit-gtk<2 (wip contains webkit-gtk-2.4.3)wiz1-2/+2
2014-06-10Use MASTER_SITES logic from www/py-django.joerg1-2/+2
2014-06-10Update to Django 1.4.13:joerg2-6/+6
- caching framework may expose private data and/or allow cache poisoning - stricter checking for valid URLs when redirecting based on user input, e.g. on the login page
2014-06-10Update contao33 to 3.3.2.taca3-90/+95
Version 3.3.2 (2014-06-04) -------------------------- ### Fixed Add the media query to the style sheets in debug mode (see #7070). ### Fixed Disable the debug mode in the extension creator (see #7068). ### Fixed Convert image source insert tags in the back end preview (see #7065). ### Fixed Render all root nodes in the page and file picker (see #6844). ### Fixed Add the "scssphp-compass" library to support Compass functions. ### Fixed Support adding multiple TinyMCE instances to the same page (see #7061).
2014-06-10Update contao32 to 3.2.11.taca3-8/+7
Version 3.2.11 (2014-06-04) --------------------------- ### Fixed Make `$this->locationLabel` available in the event list (see #7030). ### Fixed Correctly set the root page title (see #7023). ### Fixed Only show the sort hint if there is more than one element (see #6935). ### Fixed Try to raise the PHP limits upon file synchronization (see #7035).
2014-06-10Fix broken PLIST.taca1-4/+50
2014-06-09Update to 0.12. From the changelog:schmonz2-7/+6
! XS.xs + t/06-nonstr.t Addressed: RT#94793: encodeURIComponent can't encode integer values https://rt.cpan.org/Ticket/Display.html?id=94793 ! t/03-hashu.t No longer skips tests 4-6 for Test::Harness->VERSION > 3 ! Makefile.PL Pulled: https://github.com/dankogai/p5-uri-escape-xs/pull/4 ! lib/URI/Escape/XS.pm Pulled: https://github.com/dankogai/p5-uri-escape-xs/pull/3
2014-06-09Update to 1.10. From the changelog:schmonz2-7/+6
- fixed: IO::Socket::SSL related warning (GitHub issue #3) - fixed: "500 Can't read entity body" with IO::Socket:SSL (GitHub issue #4)