summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2013-07-28+ py-flask-assetskleink1-1/+2
2013-07-28Import Flask-Assets-0.8 as www/py-flask-assets.kleink4-0/+38
Integrates the webassets library with Flask, adding support for merging, minifying and compiling CSS and Javascript files.
2013-07-28+ py-webassetskleink1-1/+2
2013-07-28Import webassets-0.8 as www/py-webassets.kleink4-0/+174
Asset management application for Python web development - use it to merge and compress your JavaScript and CSS files.
2013-07-28+ py-flask-scriptkleink1-1/+2
2013-07-28Import Flask-Script-0.5.3 as www/py-flask-script.kleink4-0/+46
The Flask-Script extension provides support for writing external scripts in Flask. This includes running a development server, a customised Python shell, scripts to set up your database, cronjobs, and other command-line tasks that belong outside the web application itself.
2013-07-26Update py-werkzeug and py-werkzeug-docs to 0.9.3.kleink2-6/+6
Version 0.9.3 ------------- (bugfix release, released on July 25th 2013) - Restored beahvior of the ``data`` descriptor of the request class to pre 0.9 behavior. This now also means that ``.data`` and ``.get_data()`` have different behavior. New code should use ``.get_data()`` always. In addition to that there is now a flag for the ``.get_data()`` method that controls what should happen with form data parsing and the form parser will honor cached data. This makes dealing with custom form data more consistent.
2013-07-25Update to 1.102wen2-7/+6
Upstream changes: 1.102 Wed Jul 24 13:12:28 PDT 2013 - Add psgix.cleanup extension
2013-07-25Bump PKGREVISION for previous commit to force package rebuild withoutdarcy1-2/+2
the dependency.
2013-07-25Remove dependency on Apache. While this package requires a web server todarcy1-2/+1
be useful, it does not need a specific one and can build without one.
2013-07-24update to 1.8.15drochner3-9/+8
changes: -Google Reader migration feature -bugfixes
2013-07-23Update to 1.9ryoon3-23/+65
Changelog: unknown.
2013-07-21+ p5-Dancer2wen1-1/+2
2013-07-21Import Dancer2-0.05 as www/p5-Dancer2.wen3-0/+39
Dancer2 is the new generation of Dancer, the lightweight web-framework for Perl. Dancer2 is a complete rewrite based on Moo.
2013-07-21Update to 1.3116wen2-6/+6
Upstream changes: [ ENHANCEMENTS ] * GH #767: forwarded_for_address() now looks for HTTP_X_FORWARDED_FOR if X_FORWARDED_FOR is not there. (Jakob Voss) * GH #936: Add file locking to file logger. (David Golden) * GH #937: Add details to tutorial. (Craig Treptow)
2013-07-21Update to 0.618wen2-7/+6
Upstream changes: 0.618 (03.29.2013) - John Siracusa <siracusa@gmail.com> * Made compatible with perl 5.17.10 (RT 84279) 0.617 (12.30.2012) - John Siracusa <siracusa@gmail.com> * Added base 2.18 as a prerequisite to avoid a load-order bug that occurs with some older versions. * Preserve custom class attributes on label objects (RT 82333) (Patch by Tom Heady) 0.616 (05.09.2012) - John Siracusa <siracusa@gmail.com> * Added add_class(es) and delete_class(es) methods. * Added was_submitted() method to the submit button class. * Calling clear() on a hidden field now clears it. 0.615 (05.01.2012) - John Siracusa <siracusa@gmail.com> * Minor efficiency improvements in HTML generation. 0.614 (04.02.2012) - John Siracusa <siracusa@gmail.com> * Deprecated and undocumented the form_rank_counter() method. It will be removed in a future release. * Fixed a bug that could cause a repeated form to get the wrong rank. 0.613 (04.02.2012) - John Siracusa <siracusa@gmail.com> * Added make_next_form() method to repeatable forms. * Documented the empty_is_ok() attribute of repeatable forms. 0.612 (03.26.2012) - John Siracusa <siracusa@gmail.com> * Worked around fatal error triggered by loading Rose::HTML::Form in the perl debugger in some older versions of perl. (e.g., perl -I lib -d lib/Rose/HTML/Form.pm)
2013-07-21Update to 0.034wen2-7/+6
Upstream changes: 0.034 2013-06-26 19:02:25 America/New_York [ADDED] - Added support for 'Basic' authorization from user:password parameters in the URL 0.033 2013-06-21 06:26:51 America/New_York [FIXED] - Modifying the 'agent' attribute with the accessor will append the default agent string, just like setting it during construction 0.032 2013-06-20 11:41:24 America/New_York [ADDED] - Added 'no_proxy' attribute, defaulting to $ENV{no_proxy} 0.031 2013-06-16 23:18:18 America/New_York [FIXED] - Fixed bug receiving 0-length content bodies 0.030 2013-06-13 11:46:15 America/New_York [FIXED] - Requests with the empty string as body content no longer generate 'content-type' and 'content-length' headers. 0.029 2013-04-17 13:49:07 America/New_York [FIXED] - Checks for new enough OpenSSL library before using SNI (otherwise IO::Socket::SSL throws warnings)
2013-07-21Use RbConfig instead of legacy Config.taca2-6/+10
2013-07-20+ py-flask-cachekleink1-1/+2
2013-07-20Import Flask-Cache-0.12 as www/py-flask-cache.kleink4-0/+42
Adds easy cache support to Flask.
2013-07-20Update to 5.0.9ryoon3-9/+101
Changelog: Version 5.0.9 July 15th 2013 Fixes for mounting an WebDAV into an ownCloud Improved expiration of older versions in the case of a full storage IE8 fixes Increased speed when syncing shared files Oracle compatibility fixes Make upgrade routine more robust Fix gallery for certain php configurations Fix pdf viewer close button user_external fixes Several smaller fixes Version 5.0.8 July 10th 2013 SECURITY: XSS vulnerability in “Share Interface” (oC-SA-2013-029) SECURITY: Authentication bypass in “user_webdavauth” (oC-SA-2013-030) New anonymous upload feature Fix syncing of external filesystems External filesystems performance improvements Improve compatibility with Oracle Improved and simplified theming Internet explorer 8 fixes Fixes for partial file uploads LDAP: fix handling of User and Group Bases Improved and more robust upgrade system A lot of encryption system fixes Do not add groups if user has no groups Several Contacts fixes A lot of smaller bugfixes all over the place
2013-07-19Update py-flask-login to 0.2.6.kleink2-6/+6
0.2.6 ----- * Add options to disable the login decorators. * if availabe, use X-Forwarded-For header instead of request.remote_addr for the session protectin id
2013-07-19Update py-werkzeug and py-werkzeug-docs to 0.9.2.kleink2-6/+6
Version 0.9.2 ------------- (bugfix release, released on July 18th 2013) - Added `unsafe` parameter to :func:`~werkzeug.urls.url_quote`. - Fixed an issue with :func:`~werkzeug.urls.url_quote_plus` not quoting `'+'` correctly. - Ported remaining parts of :class:`~werkzeug.contrib.RedisCache` to Python 3.3. - Ported remaining parts of :class:`~werkzeug.contrib.MemcachedCache` to Python 3.3 - Fixed a deprecation warning in the contrib atom module. - Fixed a regression with setting of content types through the headers dictionary instead with the content type parameter. - Use correct name for stdlib secure string comparision function. - Fixed a wrong reference in the docstring of :func:`~werkzeug.local.release_local`. - Fixed an `AttributeError` that sometimes occurred when accessing the :attr:`werkzeug.wrappers.BaseResponse.is_streamed` attribute.
2013-07-19Update yaws to 1.96.fhajny4-14/+31
Too many changes, see website for changelog: http://yaws.hyber.org/
2013-07-19Setting both 53 and 54 to PHP_VERSIONS_ACCEPTED isn't required sincetaca3-9/+3
default is both 53 and 54.
2013-07-17Add SunOS/x86 patchset. This produces a package, but the resultingjperkin32-10/+654
firefox binary does not yet work correctly.
2013-07-16Don't pick up gcrypt if it is installed.joerg1-2/+2
2013-07-16+ cppcmsjoerg1-1/+2
2013-07-16Import cppcms-1.0.4:joerg13-0/+770
CppCMS is a free high performance web development framework. It uses modern C++ and a design borrowing heavily from frameworks like Django or Java Servlets to handle very high load levels while minimizing CPU and memory use.
2013-07-15Update "apache22" package to version 2.2.25. Changes since 2.2.24:tron3-42/+6
- SECURITY: CVE-2013-1862 (cve.mitre.org) mod_rewrite: Ensure that client data written to the RewriteLog is escaped to prevent terminal escape sequences from entering the log file. [Eric Covener, Jeff Trawick, Joe Orton] - core: Limit ap_pregsub() to 64MB and add ap_pregsub_ex() for longer strings. The default limit for ap_pregsub() can be adjusted at compile time by defining AP_PREGSUB_MAXLEN. [Stefan Fritsch, Jeff Trawick] - core: Support the SINGLE_LISTEN_UNSERIALIZED_ACCEPT optimization on Linux kernel versions 3.x and above. Bug#55121. [Bradley Heilbrun <apache heilbrun.org>] - mod_setenvif: Log error on substitution overflow. [Stefan Fritsch] - mod_ssl/proxy: enable the SNI extension for backend TLS connections [Kaspar Brand] - mod_proxy: Use the the same hostname for SNI as for the HTTP request when forwarding to SSL backends. Bug#53134. [Michael Weiser <michael weiser.dinsnail.net>, Ruediger Pluem] - mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits in the error log to debug level. [William Rowe] - mod_ssl: Catch missing, mismatched or encrypted client cert/key pairs with SSLProxyMachineCertificateFile/Path directives. Bug#52212, Bug#54698. [Keith Burdis <keith burdis.org>, Joe Orton, Kaspar Brand] - mod_proxy_balancer: Added balancer parameter failontimeout to allow server admin to configure an IO timeout as an error in the balancer. [Daniel Ruggeri] - mod_authnz_ldap: Allow using exec: calls to obtain LDAP bind password. [Daniel Ruggeri] - htdigest: Fix buffer overflow when reading digest password file with very long lines. Bug#54893. [Rainer Jung] - mod_dav: Sending a MERGE request against a URI handled by mod_dav_svn with the source href (sent as part of the request body as XML) pointing to a URI that is not configured for DAV will trigger a segfault. [Ben Reser <ben reser.org>] - mod_dav: Ensure URI is correctly uriencoded on return. Bug#54611 [Timothy Wood <tjw omnigroup.com>] - mod_dav: Make sure that when we prepare an If URL for Etag comparison, we compare unencoded paths. Bug#53910 [Timothy Wood <tjw omnigroup.com>] - mod_dav: Sending an If or If-Match header with an invalid ETag doesn't result in a 412 Precondition Failed for a COPY operation. PR54610 [Timothy Wood <tjw omnigroup.com>] - mod_dav: When a PROPPATCH attempts to remove a non-existent dead property on a resource for which there is no dead property in the same namespace httpd segfaults. Bug#52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>] - mod_dav: Do not fail PROPPATCH when prop namespace is not known. Bug#52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>] - mod_dav: Do not segfault on PROPFIND with a zero length DBM. Bug#52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>]
2013-07-15Fix build with libc++.Fix build with libc++.Fix build with libc++.Fixjoerg3-1/+61
build with libc++.Fix build with libc++.Fix build with libc++.Fix build with libc++.Fix build with libc++.Fix build with libc++.
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon2-4/+4
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-14Changes 3.3.8:adam2-6/+6
* Better handling of strange port values in Host: * Bug 3869: assertion failed: MemBuf.cc:272: size < capacity
2013-07-13Update to 0.27wen2-7/+6
Upstream changes: 0.27 02/26/2013 - Remove more HTTP::Headers assumptions 0.26 02/26/2013 - Add parent dependency 0.25 11/10/2012 - Fix problem with META.yml 0.24 11/10/2012 - Skip CONNECT test on Windows 0.23 11/05/2012 - Fix test failures from newer HTTP::Headers 0.22 - Filter out Status header since it's forbidden in PSGI spec (miyagawa) 0.21 - Bump version to fix some CPAN issues. 0.20 - Fix auto guessing of RewriteLocation.
2013-07-13Update to 1.0028wen2-7/+6
Upstream changes: 1.0028 2013-06-15 01:42:52 PDT [IMPROVEMENTS] - Skip cgi related tests for Win32 (chorny) #413 - Skip tests that could potentially write empty bytes, which could cause issues on some servers on local sockets with HTTP::Tiny - Skip tests that require HTTP::Cookies, if not available #414 1.0027 2013-06-13 21:30:12 PDT [IMPROVEMENTS] - Not a dev release, including XS free version of Plack::Test* - Fix cgibin tests that often fail on Win32 #375 1.0026 2013-06-12 23:00:21 PDT [INCOMPATIBLE CHANGES] - use HTTP::Tiny in Plack::Test::Suite and Plack::Test::Server rather than skipping it. 1.0025 2013-06-12 13:08:58 PDT [INCOMPATIBLE CHANGES] - No XS! Eliminates dependency to LWP::UserAgent by making it completely optional for testing. If you run Plack::Test with Server implemenetation or run Plack::Test::Suite (for PSGI handlers) without LWP installed, the tests will automatically be skipped. This removes the eventual sub-dependency to HTML::Parser, which is the only XS dependency in Plack. #408 [IMPROVEMENTS] - Fixed the warning in OO usage of Plack::Builder (doy) #407 - Shotgun loader now dies if used in Win32 since it leaks memory #320, #400 - Suppress warnings for Test::TCP (kazeburo) #406 - $res->to_app shortcut (ether) #409
2013-07-12Changes 3.3.7:adam2-7/+6
* Protect against buffer overrun in DNS query generation * SourceFormat Enforcement * Bug 3297: Fix openSSL related build failures * Fix build on FreeBSD 9.x platform with clang
2013-07-12Update to 2.19.ryoon3-70/+92
* Sync with seamonkey-2.19.
2013-07-12Update to 2.19ryoon61-788/+1465
* Update enigmail to 1.5.2. Changelog: SeaMonkey-specific changes Mark -> As Read now checks the state of all selected messages instead of only the first one's. Notifications for mixed content blocker have been implemented. A new 3rd-party cookie restriction to visited websites option has been added to the Cookies pref pane. The context menu Search option is now available for textareas and input fields. Website storage mechanisms are now available in the Data Manager (localStorage, indexedDB, etc.). "Open Containing Folder" is now already available during download. See the changes page for minor changes. Mozilla platform changes asm.js optimizations (OdinMonkey) have been enabled for major performance improvements. Improved WebGL rendering performance through asynchronous canvas updates. Plain text files displayed within the browser will now word-wrap. For user security, the Components object is no longer accessible from web content. Improved memory usage and display time when rendering images. The Pointer Lock API can now be used outside of fullscreen. CSS3 Flexbox has been implemented and enabled by default. The new Web Notifications API has been implemented. Added clipboardData API for JavaScript access to a user's clipboard. Support for new HTML5 <data> and <time> elements has been added. Fixed several stability issues.
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin24-35/+48
sysutils/user_* packages.
2013-07-11Fix checksumssborrill1-3/+3
2013-07-11Fix build with 64-bit time_tsborrill3-1/+49
2013-07-11Update to 3.20130711. From the changelog:schmonz2-6/+6
* Deal with git behavior change in 1.7.2 and newer that broke support for commits with an empty commit message. * Pass --no-edit when used with git 1.7.8 and newer.
2013-07-11update to bozohttpd 20130711. changes include:mrg2-7/+6
o properly escape generated HTML o add authentication for redirections, from martin@netbsd.org o handle chained ssl certifications, from elric@netbsd.org o add basic support for gzipped files, from elric@netbsd.org o properly escape generated URIs
2013-07-11Update to 3.20130710. From the changelog:schmonz2-7/+6
* blogspam: Fix encoding issue in RPC::XML call. Thanks, Changaco * comments: The formats allowed to be used in comments can be configured using comments_allowformats. Thanks, Michal Sojka * calendar: When there are multiple pages for a given day, they're displayed in a popup on mouseover. Thanks, Louis * osm: Remove trailing slash from KML maps icon. * page.tmpl: omit searchform, trails, sidebar and most metadata in CGI (smcv) * openid: Automatically upgrade openid_realm to https when accessed via https. * The ip() pagespec can now contain glob characters to match eg, a subnet full of spammers. * Fix crash that could occur when a needsbuild hook returned a file that does not exist. * Fix python proxy to not crash when fed unicode data in getstate and setstate. Thanks, chrysn * Fix committing attachments when using svn.
2013-07-10Regenerated build rules file for subversion-1.8.0.wiz2-3/+3
Bump PKGREVISION of all subversion packages to be on the safe side. Update ap2-subversion PLIST for the change.
2013-07-10Update to 3.63. From the changelog:schmonz2-7/+6
[SECURITY] - CR escaping for Set-Cookie and P3P headers was improved. There was potential for newline injection in these headers. (Thanks to anazawa, https://github.com/markstos/CGI.pm/pull/23) [INTERNALS] - Changed how the deprecated endform function was defined for compatibilty with the development version of Perl. - Fix failures in t/tmpdir.t when run as root https://github.com/markstos/CGI.pm/issues/22, RT#80659) - Made it possible to force a sorted order for things like hash attributes so that tests are not dependent on a particular hash ordering. This will be required in modern perls which will change the ordering per process. (Yves, RT#80659) - formatting of CGI::Carp documentation was improved. Thanks to benkasminbullock. - un-TODO some tests in t/tmpdir.t that were passing in most cases. More on this: https://github.com/markstos/CGI.pm/issues/19# https://github.com/markstos/CGI.pm/commit/cc73dc9807b0fabb56b3cdf1a9726588b2eda0f7
2013-07-10Update to 6.04. From the changelog:schmonz2-7/+6
- Fix IO::Socket::SSL warnings when not verifying hostname. - Doc spelling fix.
2013-07-10Update to 1.06. From the changelog:schmonz2-7/+6
* Mock http responses to avoid unnecessary network requests -- Randy Stauner * Fix for RT#55591: Incorrect default value for 'codes_to_determinate' from yibe via github.
2013-07-10Update to 1.09. From the changelog:schmonz2-7/+6
- Makefile.PL updated - removed TLS test for now, some cpan testers reporting issues with the configuration, seems pointless given the Makefile - removed some of the tests that seem to fail on congested machines (eg: cpantesters). - [SREZIC] added mirror support: https://rt.cpan.org/Ticket/Display.html?id=44569
2013-07-10Update to 0.10. From the changelog:schmonz2-7/+6
- Updated mail address - Pulled: https://github.com/dankogai/p5-uri-escape-xs/pull/2 - POD Fixes - Addressed: RT#78738: Please provide LICENSE in metadata. - Addressed: RT#74344: Fails when Net::IDN::Encode 2.003 installed