summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2012-01-25* no compiler languages is required to buildobache2-6/+10
* convert to use distutils.mk, register egg-info. Bump PKGREVISION.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd10-20/+20
2012-01-24Include <cstdio> for the EOF macro.sbd2-1/+16
2012-01-23Don't use empty lines in mdoc documents. Bump revision.joerg1-2/+7
2012-01-22Updated www/p5-Task-Plack to 0.25abs2-55/+40
0.25 - Upped versions added new servers and middleware components also - re-order DEPENDS to match MYMETA.yml and change from *-[0-9] to >=X
2012-01-22Updated www/p5-Dancer to 1.3091abs2-8/+8
1.3091 17.12.2011 [ BUG FIXES ] * Reverting template() behavior by popular demand. (Damien Krotkine) * GH #714: Run post-request hooks when custom continuations were created. (Damien Krotkine) * Always call write_session_id() to update expires. (David Precious) [ ENHANCEMENTS ] * GH #711, #652: Add server_tokens variable to allow removal of headers. (John Wittkoski) [ DOCUMENTATION ] * GH #680: Document problems with multiple apps in Dancer using Plack::Handler::Apache2 and recommend a workaround. (Asaf Gordon, Pedro Melo) * RT #73258: Spelling glitches. (Damyan Ivanov) * Use ":script" instead of ":syntax" in Cookbook. (John Barrett) * Typos in Deployment doc. (David Precious)
2012-01-22Updated www/p5-Plack to 0.9985abs2-6/+6
0.9985 Mon Oct 31 13:11:19 PDT 2011 [BUG FIXES] - Short circuit Plack::Handler fallback to avoid %INC bugs in perl 5.8 (mst) - Fixed Makefile.PL to avoid Test::SharedFork interferring with Module::Install (ambs)
2012-01-22Updated www/p5-Starlet to 0.14abs2-7/+7
0.14 - support for randomized reqs-per-child - support for slow restart - do not send Server header more than once per every response
2012-01-22Updated www/p5-Template-Toolkit to 2.23abs3-81/+6
patch-aa covered upstream #----------------------------------------------------------------------- # Version 2.23 - 21st January 2012 #------------------------------------------------------------------------ * Fixed bug RT#47929 which caused the XS Stash to die mysteriously when calling code that used string evaluation (e.g. DateTime). * Fixed bug RT#68722 so that list.defined('alpha') always returns false. * Added the TRACE_VARS option to keep track of what variables are used in a template. It's not documented yet. See t/trace_vars.t for an example of use. * Applied patch from RT#48989 to avoid Template::Plugin::Procedural from adding target class' methods AUTOLOAD and new methods multiple times (Jens Rehsack) * Applied patch from RT#53451 to accept negative epoch times in Template::Plugin::Date. * Applied patch from Marc Remy to add $Template::Directive::WHILE_MAX option to tpage.
2012-01-22Updated www/p5-Template-Toolkit-Simple to 0.16abs2-9/+8
version: 0.16 date: Mon Nov 7 18:49:56 PST 2011 changes: - Anthony Cornehl++ implemented JSON and XML support. \o/ --- version: 0.15 date: Sat Nov 5 01:09:40 PDT 2011 changes: - Use fixed TestML --- version: 0.14 date: Fri Oct 21 18:31:56 PDT 2011 changes: - Use Module::Package - Add strict support
2012-01-22Updated www/p5-Test-WWW-Mechanize to 1.38abs2-9/+8
1.38 Fri Oct 28 10:12:48 CDT 2011 ------------------------------------ [FIXES] Now passes tests even if HTML::Lint is not installed. There are no other changes in 1.38. 1.36 Thu Oct 27 00:09:21 CDT 2011 ------------------------------------ [ENHANCEMENTS] The $mech object autolint argument can now take an HTML::Lint object. This lets you pass your own HTML::Lint object that does less stringent checking than the one T:W:M creates.
2012-01-22Updated www/p5-URI-Find to 20111103abs2-8/+6
20111103 Thu Nov 3 12:14:21 PDT 2011 Bug Fixes * URI::URL::strict will no longer leak out of find() if the callback or filter fails. [rt.cpan.org 71153] (Carl Chambers) 20111020 Thu Oct 20 17:31:56 PDT 2011 Bug Fixes * Things which look like URIs, but aren't, are now properly escaped like other text. [rt.cpan.org 71658] New Features * Balanced parens in URIs are no longer stripped. Example: "http://example.com/foo(bar)" (Merten Falk)
2012-01-22Updated www/p5-Web-Scraper to 0.36abs2-6/+6
0.36 Sat Nov 19 12:12:54 PST 2011 - Support HTML5 tags by not ignoring unknonw tags (leedo)
2012-01-22Updated www/p5-WWW-Mechanize to 1.71abs2-7/+6
1.71 Tue Nov 14 13:50:41 EDT 2011 ======================================== [ENHANCEMENTS] Recognise application/xhtml+xml as HTML. [DOCUMENTATION] Improved docs about support of JavaScript Typo fixes. [TESTS] Updated tests as oops-music.com is in utf-8 now
2012-01-22Updated www/p5-WWW-Pastebin-PastebinCom-Create to 0.004abs2-7/+6
0.004 Dec 4, 2011 Fixed an error in one of the test files
2012-01-22Update www/moodle to 2.1.4gls3-9/+13
Fixes many security advisories, see below in the changelog. Highlights MDL-28710 - CSS class names have been added for rating div/span elements enabling theming MDL-29579 - Question text included in export of quiz statistics report in Moodle 2.1 Functional changes MDL-19147 - Single Simple forums are no longer targets for moving (and losing) discussions MDL-30273 - Students and teachers can add additional topics to a simple forum discussion Security issues MSA-12-0001 - Recaptcha transmission consistency issue MSA-12-0003 - Added password protection MSA-12-0004 - Added profile image security MSA-12-0005 - Encryption enhancement MSA-12-0006 - Additional email address validation MSA-12-0007 - Email injection prevention MSA-12-0008 - Unsynchronised access via tokens MSA-12-0009 - Role access issue MSA-12-0010 - Unauthorised access to session key MSA-12-0011 - Browser autofill password issue MSA-12-0012 - Form validation issue Fixes and improvements MDL-30376 - Glossary RSS feed no longer generates error MDL-30378 - Site page links fixed in Navigation blocks MDL-30460 - Wiki image dropdown includes files with upper case suffixes MDL-30466 - Writing to database fixed for restoring a course with uses course completion MDL-30569 - Editing the front page when defaulthomepage = mymoodle now works as expected MDL-28180 - Duplicating an assignment that has course completion enabled no longer breaks course completion for the course MDL-27314 - It is now possible to delete or regrade quiz attempts in separate groups mode MDL-29730 - Fixed Lesson question shortanswer with regexp option MDL-30260 - Emailstop option fixed
2012-01-22Update dillo to 3.0.2.obache2-6/+6
PR 45852. dillo-3.0.2 [December 05, 2011] +- Digest authentication Patch: Justus Winter, corvid +- text-transform property - If not following redirection, show body of redirecting page. - Middle click on stylesheet menu item opens in new tab/window. - Improve handling of combining characters. - Locale-independent ASCII character case handling (fixes Turkic locales). Patches: corvid +- Rework line breaking and fix white-space:nowrap handling. Patch: Johannes Hofmann +- Bind Ctrl-{PageUp,PageDown} to tab-{previous,next}. Patch: Jeremy Henty
2012-01-22Dillo3 is using FLTK-1.3, not FLTK2.obache1-1/+1
part of PR 45852.
2012-01-21Mark as not-for-python24 (uses if statement that doesn't work in python-2.4.x)wiz1-1/+3
2012-01-20Update to 2.5:wiz2-6/+6
=== RELEASE 2.5 === Sat Dec 24 20:30:41 MET 2011 mikulas: Use icon in pmshell Wed Dec 21 01:46:04 cet 2011 mikulas: Do not guess compression type from extension if Content-Type is html Mon Dec 19 03:09:04 MET 2011 mikulas: Recognise tgz extension Sun Dec 18 21:33:52 cet 2011 mikulas: Fixed some visual glitches in the list editor, window is automatically resized with the terminal Fixed a crash if the user changes bookmarks location while some bookmark editing dialog was displayed Fixed a bug that bookmark location couldn't be changed on text-only builds Removed save bookmarks menu option, bookmarks are saved always when closing bookmark window Fri Dec 16 02:12:37 MET 2011 mikulas: Search for viewer application according to file extension if the server returns content type application/x-<compression method>. Tue Dec 6 20:03:21 cet 2011 mikulas: Implemented forward history Sun Dec 4 11:35:17 CET 2011 mikulas: Fixed memory leaks or lockups if a connection between two links instances was unexpectedly broken Implemented a handshake in the communication protocol so that different Links versions won't communicate with each other Fixed a possible lockup if the user presses key and the master Links instance disconnects at the same time Sun Dec 4 06:05:03 CEST 2011 mikulas: Use AF_UNIX on Windows Tue Nov 29 02:44:44 CET 2011 mikulas: Do not send spaces in Accept-Charset Mon Nov 28 03:03:26 CET 2011 mikulas: Identify compier in User-Agent Sun Nov 27 02:28:35 cet 2011 mikulas: Heap in high memory on OS/2 Fri Nov 25 01:25:56 CET 2011 mikulas: Support lzma compression
2012-01-20Update to 2.0.16:wiz3-18/+59
=== 2.0.16 === 5 Jan 2011 - Add sample for Docs List API to delete ACL. - Added support for label deletion in the Email Settings API client library - Added a sample for Email Settings create label and filters with exponential back-off - Added sample for enabling pop settings using Email Settings API - Fixed typo in analytics sample. - Fixed ACL batching URI in Docs. - Updated RetrieveAllUsers and RetrieveAllAliases to return all pages instead of one. - Removing force=True from some ACL requests in DocsClient - Added RetrieveGroups method and updated RetrieveAllGroups and RetrieveAllMembers method - Added a quick start sample for user provisioning - Added a client for organization unit provisioning - Added client architecture for group provisioning - Added a new sample for multidonain provisioning. Demonstrates all the functions available. - Added test for RetrieveAllUserAliases and changed OAuth scopes for Apps - Added client architecture for provisioning api and tests for client - Added support for batch requests to update spreadsheet cells. - Added GetAcl alias for get_acl in DocsClient - Added new ACL and get by ID methods to DocsClient. - Added some conditional imports for tlslite. - Updates to category handling for Documents list API - Added a function to retrieve all the aliases for a given user email. - Fixed #553 === 2.0.15 === 18 Oct 2011 - New Documents List API client - Added support for MDM Provisioning API - Added Batch support for Documents List API ACL changes - Added category handling for Documents List API client - Added commenter role to Documents List API client - Added support for gContact:status - Added subdomain support for Email Settings API - Added support for Apparel attributes in Content API for Shopping client - Added Documents List sample - Added Sample for Provisioning API with OAuth2 - Added Sample for Email Settings API with OAuth2 - Added Sample for Provisioning API with Sites and Profiles API - Fixed Youtube client to use SSL - Fixed Sites API sample to use SSL - Removed Google Base Data API support - Issues closed: #190, #206, #215, #230, #268, #270, #279, #281, #288, #296, #303, #312, #346, #363, #399, #424, #435, #483, #492, #494, #498, #508, #512, #516, #526, #532, #533, #534, #541, #547
2012-01-19set API depends for newer gst-plugins0.10-base.reed1-1/+2
configure error was: Requested 'gstreamer-plugins-base-0.10 >= 0.10.30' but version of GStreamer Base Plugins Libraries is 0.10.26
2012-01-18Revbump after db5 updateadam1-2/+2
2012-01-18Revbump after updating db5adam1-2/+2
2012-01-18Revbump after db5 updateadam1-1/+2
2012-01-17Convert packages with add --libdir=* to CONFIGURE_ARGS to usesbd1-2/+2
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-17add patch for CVE-2012-0031 taken from Revision 1231058 of ↵spz4-7/+50
http://svn.apache.org/ update patch for http://secunia.com/advisories/45793/
2012-01-16Update to 3.20120115. From the changelog:schmonz2-6/+6
* Make backlink(.) work. Thanks, Giuseppe Bilotta. * mdwn: Workaround discount's eliding of <style> blocks. * attachment: Fix utf-8 display bug.
2012-01-15update to 2.43mspo2-8/+8
2.43 2012-01-08 00:00:00 - Improved most commands with shortcut options. - Improved get command to automatically enable verbose mode for HEAD requests. (simotrone) - Improved documentation. 2.42 2012-01-02 00:00:00 - Deprecated Test::Mojo->max_redirects. - Removed exprimental status from respond_to method in Mojolicious::Controller. - Removed experimental status from error event in Mojo::UserAgent. - Removed experimental status from connect_timeout attribute in Mojo::UserAgent. - Removed experimental status from connection event in Mojo::Transaction. - Removed experimental status from upgrade event in Mojo::Asset::Memory. - Removed experimental status from auto_upgrade and max_memory_size attributes in Mojo::Asset::Memory. - Removed experimental status from part event in Mojo::Content::MultiPart. - Removed experimental status from upgrade event in Mojo::Content::Single. - Removed experimental status from auto_upgrade attribute in Mojo::Content::Single. - Removed experimental status from body event in Mojo::Content. - Removed experimental status from mojo_lib_dir and slurp_rel_file methods in Mojo::Home. - Removed experimental status from message event in Mojo::Log. - Removed experimental status from contains method in Mojo::Path. - Removed test_server method from Test::Mojo. - Renamed test_server method in Mojo::UserAgent to app_url. - Improved RFC 6265 compliance of generated request headers. - Improved documentation. - Fixed bug that prevented sessions without expiration. 2.41 2011-12-28 00:00:00 - Deprecated Mojo::Cookie->version. - Deprecated Mojo::Cookie::Response->comment and Mojo::Cookie::Response->port. - Removed experimental status from group feature of Mojolicious::Lite. - Removed experimental status from Mojo::Collection. - Removed experimental status from Mojolicious::Plugin::Mount. - Removed experimental status from dnt and etag methods in Mojo::Headers. - Improved session expiration by allowing it to be disabled. (nwatkiss, sri) - Improved session cookies to always enable the HttpOnly flag. (nwatkiss, sri) - Improved RFC 6265 compliance of cookie implementation. - Improved documentation. 2.40 2011-12-24 00:00:00 - Added EXPERIMENTAL JSON Pointer support. (crab) - Improved inactivity timeouts by allowing them to be disabled. - Improved class detection of inflate command. - Improved documentation. - Fixed small bug in Mojo::IOLoop::Server that prevented TLS tests from running parallel. (nwatkiss) - Fixed repository to not favor specific editors. 2.39 2011-12-22 00:00:00 - Deprecated all keep_alive_timeout attributes and parameters in favor of inactivity_timeout. - Added EXPERIMENTAL error event to Mojo::UserAgent. - Added EXPERIMENTAL local_address attribute to Mojo::UserAgent. - Added EXPERIMENTAL local_address option to Mojo::IOLoop::Client->connect. - Added EXPERIMENTAL close method to Mojo::IOLoop::Stream. - Added "hello.pl" and "fast.pl" to example scripts. - Removed log attribute from Mojo::UserAgent. - Removed MOJO_STATIC_CLASS and MOJO_TEMPLATE_CLASS environment variables. - Improved documentation. (marcus, vervain, sri) - Improved tests for many environment variables. - Fixed Morbo to ignore hidden directories. - Fixed small argument bug in client method of Mojo::IOLoop. - Fixed small memory leak in Mojo::IOLoop::Stream. - Fixed multiple small error reporting bugs in Mojo::UserAgent. - Fixed online tests to not be affected by geographical location. (marcus) 2.38 2011-12-17 00:00:00 - Changed Mojo::IOLoop->client arguments from ($loop, $stream, $err) to ($loop, $err, $stream). - Improved resilience of Mojo::IOLoop::Stream. - Improved documentation. (marcus, sri) - Improved tests. - Fixed memory leaks caused by named capture groups bug in Perl. (plu, sri) - Fixed small cleanup bug in Mojo::Asset::File. - Fixed small multipart bug in Mojo::Message. (augensalat) - Fixed missing status method in Mojo::Headers. (crab) - Fixed small Mojo::IOLoop::Stream timeout bug.
2012-01-14USE_TOOLS bash and unziphans1-4/+2
2012-01-14Convert to USE_TOOLS=zip.hans3-11/+6
2012-01-13Update mediawiki to 1.17.2.obache3-8/+9
== MediaWiki 1.17.2 == 2012-01-11 This a maintenance and security release of the MediaWiki 1.17 branch. === Security changes === * (bug 33117) prop=revisions allows deleted text to be exposed through cache pollution. === Changes since 1.17.1 === * (bug 32709) Private Wiki users were always taken to Special:Badtitle on login. == MediaWiki 1.17.1 == 2011-11-24 This a maintenance and security release of the MediaWiki 1.17 branch. === Security changes === * (bug 32276) Skins were generating output using the internal page title which would allow anonymous users to determine wheter a page exists, potentially leaking private data. In fact, the curid and oldid request parameters would allow page titles to be enumerated even when they are not guessable. * (bug 32616) action=ajax requests were dispatched to the relevant internal functions without any read permission checks being done. This could lead to data leakage on private wikis.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache9-15/+18
2012-01-12Version 1.1.4:pettai2-6/+6
- Always allow stale time-based offsets to re-synchronize (issue #14) - Added "OTPAuthMaxOTPFailure" to lock accounts after repeated wrong OTP's
2012-01-12+ py-django-mpttjoerg1-1/+3
+ py-django-sekizai
2012-01-12Upgrade package to 1.5.2. From WHATSNEW:hauke3-177/+143
What's new in 1.5.2 (December 2011) =================================== Pertinent to users: 1. Fixed a warning that pops up when doing ``pip install pyblosxom`` 2. Removed debug logging from pycategories What's new in 1.5.1 (December 2011) =================================== Pertinent to users: ------------------- 1. Fixed a problem with the manifest so ``python setup.py install`` works again. 2. Fixed the WHATSNEW so it shows correct version and date for 1.5 release. What's new in 1.5 (December 2011) ================================= Pertinent to users: ------------------- 1. Renamed the project from PyBlosxom to Pyblosxom (no more CamelCase). 2. I moved all the plugins again. This time, instead of being in ``plugins/``, they're now in ``Pyblosxom/plugins/``. You no longer have to copy core plugins into your plugins directory. Instead of copying core plugin files, refer to the plugins in your ``config.py`` file using their full Python path in the Pyblosxom package. For example, the pycalendar plugin is now in ``Pyblosxom/plugins/pycalendar.py`` and thus its Pyblosxom package path is ``Pyblosxom.plugins.pycalendar``. Your ``config.py`` file would look have this:: py["load_plugins"] = [ ... "Pyblosxom.plugins.pycalendar", ... ] If you do this, then the next time you upgrade PyBlosxom, the plugins will be upgraded automatically. Further, documentation for plugins is at the top of the individual plugin files, but also in the documentation. This includes a list of the plugins available in the core. .. only:: text You can see the plugin documentation in docs/plugins/. .. only:: html You can see the plugin documentation at :ref:`part-two`. 3. Plugins added: markdown_parser, readmore 4. Plugins changed: pages * Fixed documentation and error messages for ``pagesdir``. * Fixed frontpage checking. Should catch / as well as /index now. * Adds more examples to documentation. tags * Increased tag cloud range from 3 sizes to 5. * Adds truncate support. * Fixes problems with initialization when building tags so that it initializes plugins allowing them to do startup things. This fixes problems with plugins that augment entry parsers. rst * renamed it to rst_parser so it's clearer what it is pycategories * fixed category_start/category_begin behavior for root category * fixed the first example of settings in the documentation the rest of the plugins: pep8 fixes and documentation updates 5. Plugins removed from Pyblosxom: commentAPI 6. Fixes error handling for loading plugins. When doing ``pyblosxom-cmd test`` and a plugin fails to load, it'll now tell you. When using the debug renderer and a plugin fails to load, it'll now tell you. 7. Lot of work on simplifying and improving the documentation. 8. Added a ``static_yearindexes`` setting. Set it to True to generate year indexes and False to not generate year indexes. Pertinent to developers ----------------------- 1. I removed all the extra infrastructure for testing plugins. Plugins that come with the core are now in the Pyblosxom package and their tests are in ``Pyblosxom/tests/``. 2. Adds *generate* subcommand to pyblosxom-cmd. This makes it easier to test blogs and plugins that do things with entries. 3. Renamed ``PyBlosxomWSGIApp`` class to ``PyblosxomWSGIApp``. 4. Renamed ``PyBlosxom`` class to ``Pyblosxom``. 5. Moved the project from gitorious to github. The new git repository is at `<http://github.com/willkg/pyblosxom>`_. 6. Removed ``VERSION_DATE`` and ``VERSION_SPLIT``. They're kind of silly and don't really help much. I moved the version to ``Pyblosxom/_version.py``. Use it like this:: from Pyblosxom import __version__ print __version__ I updated the documentation accordingly.
2012-01-12update to 2.2.1drochner6-106/+84
new major release, many changes, most notably: -syntax scanner speed improvement -UI and feature improvements -new languages: Google Go, Vala and Ada -zencoding support
2012-01-12update to 0.4.3drochner3-8/+8
changes: -performance improvement -minor bugfixes -minor UI improvements
2012-01-09Update to 3.20120109. From the changelog:schmonz2-7/+7
* mdwn: Can use the discount markdown library, via the Text::Markdown::Discount perl module. This is preferred if available since it's the fastest currently supported markdown library, speeding up ikiwiki's markdown rendering by a factor of 40. (However, when multimarkdown is enabled, Text::Markdown::Multimarkdown is still used.) * On Debian, depend on libtext-markdown-discount. pkgsrc changes: * Change Perl Markdown dependency to p5-Text-Markdown-Discount.
2012-01-09clean up in some cases where the faked "libgnutls-config" scriptdrochner2-6/+3
is not needed anymore
2012-01-09Disable automatic detection of any library's that do not have theresbd3-2/+64
buildlink3.mk included. Bump PKGREVISION
2012-01-09Revert the below commit:sbd3-28/+2
Module Name: pkgsrc Committed By: sbd Date: Sun Jan 8 04:06:35 UTC 2012 Modified Files: pkgsrc/www/py-uwsgi: Makefile distinfo Added Files: pkgsrc/www/py-uwsgi/patches: patch-uwsgiconfig.py Log Message: Add missing devel/libuuid buildlink. Bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-uwsgi/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-uwsgi/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-uwsgi/patches/patch-uwsgiconfig.py
2012-01-09Add information in MESSAGE on how to use itmanu1-1/+8
2012-01-09Recursive bump from boost-libs shlib bump.obache1-2/+2
2012-01-08Add a workaround for PR 45266 (krb5-config issue in NetBSD base):dholland1-0/+9
clear BUILDLINK_INCDIRS.heimdal. Otherwise -I/usr/include/krb5 appears in CFLAGS, which breaks the build because the compiler finds krb5's base64.h instead of Amaya's. krb5 is pulled in by curl, which is a several-times-indirect dependency, and nothing in this package uses it, or apparently anything that needs it, directly.
2012-01-08Fix build problems with gcc 4.5. The code makes no sense so I'm not suredholland3-1/+38
what I did is going to work... or that the code that was here previously ever worked or actually did what anyone upstream intended. C++ is fun that way.
2012-01-08Update ruby-rack11 to 1.1.3.obache2-6/+6
* December 28th, 2011: Twenty first public release: 1.1.3. * Security fix. http://www.ocert.org/advisories/ocert-2011-003.html Further information here: http://jruby.org/2011/12/27/jruby-1-6-5-1
2012-01-08Update ruby-rack12 to 1.2.5.obache2-6/+6
* December 28th, 2011: Twenty second public release: 1.2.5 * Security fix. http://www.ocert.org/advisories/ocert-2011-003.html Further information here: http://jruby.org/2011/12/27/jruby-1-6-5-1
2012-01-08Fix building with Clangadam1-0/+15
2012-01-08Changes 3.1.18:adam3-11/+20
* Bug 3085: Crash when parsing esi:include * Bug 3442: assertion failed: external_acl.cc:908: ch->auth_user_request != NULL * Polish: debug messages on swap.state rename failure * Portability: SSL library dependency fixes * Bug 3440: compile error in Adaptation