summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-21Update to 6.03:wiz2-7/+6
2012-02-18 LWP-Protocol-https 6.03 Skip test if offline [RT#74163] Typo fixes Restore perl-5.8.1 compatibility.
2012-10-21Updated textproc/p5-XML-LibXSLT to 1.78wiz1-1/+2
2012-10-21Update to 1.78:wiz2-7/+6
1.78 Thu 6 Sep 13:17:28 IDT 2012 - Add output_method method, update documentation of media_type (dorian@cpan). - Thanks, Dorian!
2012-10-21Updated textproc/p5-XML-LibXML to 2.00.07wiz1-1/+2
2012-10-21Update to 2.0007:wiz2-8/+7
2.0007 Wed 17 Oct 18:38:37 IST 2012 - Fix for build failures on Windows with Microsoft Visual C++. - https://rt.cpan.org/Ticket/Display.html?id=80229 - Thanks to Desmond Daignault for the report and an initial patch. - Patch modified by Shlomi Fish 2.0006 Sat 13 Oct 22:27:54 IST 2012 - When xml2-config returns several paths, the configuration failed. Fixed that. - https://rt.cpan.org/Public/Bug/Display.html?id=80167 - Thanks to VOVKASM for the report and fix. 2.0005 Sat 13 Oct 13:18:48 IST 2012 - Added t/style-trailing-space.t and removed trailing space. - Add a check for the existence of included C headers (*.h) files in Makefile.PL to avoid failed compilations. - Using Devel::CheckLib. - Thanks to its maintainers! 2.0004 Tue 7 Aug 23:04:55 IDT 2012 - Add a way to specify a different compiler to be used in the "Makefile" by calling Makefile.PL with the CC environment variable set to the path to the alternate compiler. - This way we can use in order to compile faster. - LibXML.pm (_clone): Fix typo in line_numbers handling. - Thanks to Bernhard Reutner-Fischer for the report and fix. 2.0003 Fri 27 Jul 17:11:21 IDT 2012 - Patch to a potential NULL dereference in xpath.c. - Thanks to Ville Skytt - Fix NodeList::item() calling a 1-indxed array reference. - See: - https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/18 - Thanks to Tim Brody - Add the scripts/tag-release.pl script to tag a release using Mercurial. 2.0002 Sun Jul 8 18:09:13 IDT 2012 - Applied spelling fixes correction patch by Ville Skytt - Thanks, Ville!
2012-10-21Updated security/p5-Net-SSLeay to 1.49wiz1-1/+2
2012-10-21Update to 1.49:wiz2-7/+6
1.49 2012-09-25 Fixed problem where on some platforms test t/local/07_tcpecho.t would bail out if it could not bind port 1212. Now now tries a number of ports to bind to until successful. Improvements to unsigned casting contributed by Reini Urban. Improvements to Net::SSLeay::read to make it easier to use with non-blocking IO: contributed by James Marshall: It modifies Net::SSLeay::read() to return the result from SSL_read() as the second return value, if Net::SSLeay::read() is called in list context. Its behavior should be unchanged if called in scalar or void context. This result code seems to be required for full support of non-blocking I/O, since users need to handle SSL_ERR_WANT_READ, SSL_ERROR_WANT_WRITE, etc. Fixed a problem where t/local/kwalitee.t fails with Module::CPANTS::Analyse 0.86. Patch from Paul. Fixed a number of typos patched by Giles. Fixed a compiler warning from Compiling with gcc-4.4 and -Wall, patched by Giles. Fixed problems with get_https4: documentation was wrong, $header_ref was not correctly set and $server_cert was not returned. Fixed a problem that could cause a Perl exception about no blength method on undef. Reported by "Stephen J. Smith via RT". https://rt.cpan.org/Ticket/Display.html?id=79309 Added documentation about how to mitigatxe various SSL/TLS vulnerabilities. Fixed problem reported by Mike Doherty: SSL_MODE_* are defined in ssl.h, and should be available as constants, but I do not see them listed in constants.h
2012-10-21Updated security/p5-Mozilla-CA to 20120823wiz1-1/+2
2012-10-21Update to 20120823. Replace interpreter in installed file.wiz2-7/+7
20120823 - Fix test (RT#79129, reported by Sinan Unur) 20120822 - Add mk-ca-bundle.pl from git repository to distribution. - Add new/additional certificates from the following CAs: Verisign, UTN-USER, UTN USERFirst, Sonera, NetLock Qualified, SwissSign Platinum, S-TRUST, ComSign, Actalis, Trustis, StartCom, Buypass.
2012-10-21Updated security/p5-IO-Socket-SSL to 1.77wiz1-1/+2
2012-10-21Update to 1.77:wiz2-7/+6
v1.77 2012.10.05 - update_peer for IPv6 also, applied fix to https://rt.cpan.org/Ticket/Display.html?id=79916 by tlhackque[AT]yahoo[DOT]com
2012-10-21Updated security/p5-Digest-SHA to 5.72wiz1-1/+2
2012-10-21Update to 5.72:wiz2-7/+6
5.72 Mon Sep 24 15:22:08 MST 2012 - adjusted module installation directory for later Perls -- As of 5.11 Perl searches 'site' first, so use that -- ref. INSTALLDIRS in Makefile.PL -- thanks to Robert Sedlacek for patch
2012-10-21Updated security/p5-Crypt-SSLeay to 0.64wiz1-1/+2
2012-10-21Update to 0.64:wiz3-22/+6
0.64 2012-08-06 01:23:30 - Drastically simplify Makefile.PL to resolve RT bugs #61249, #61324, #63553, #68208, and #68084. - Forgot to update Changes for 0.63, so this version overrides that. 0.61_05 2012-08-04 00:40:22 UTC - Trying to distinguish between good vs bad zero returns from underlying SSL_read/SSL_write broke stuff (see RT bug #78695). Revert to previous behavior. - Completely re-organize Makefile.PL. I hope these changes will help take care of RT bugs #61324, #61249, #63553, and #68084 etc. This is not necessarily finished, but I want to see what happens on CPAN Testers at this point before making a few other minor changes. 0.60 2012-07-29 21:43:47 UTC - Release 0.59_03 as 0.60 so distributions can pick up various fixes. The most important one seems to be bug RT #70565. This should take care of bug RT #77167 - SSL_read and SSL_write now try to handle incomplete reads/writes (see bug RT RT #64054). The current test suite does is not very comprehensive, so caution is recommended at this point. Also, if you have good test cases, I would love to incorporate them into the distribution. 0.59_03 2012-03-10 00:45:28 UTC - Bump version number and upload to CPAN. 0.59_02 2012-03-08 16:16:03 UTC - Forgot to update Changes for 0.59_01. The following is a combined list of the more important fixes incorporated in both. - Bug RT #64054: Handle incomplete reads/writes better - Bug RT #73754: Add LWP::Protocol::https to PREREQ_PM - Bug RT #73755: Crypt-SSLeay does not verify hosts (yet). Don't let that cause a failure during tests. - Streamline t/02-live.t using Try::Tiny and done_testing - Plus assorted related small changes. 0.58_01 2010-09-08 19:11:39 UTC - L<text|scheme:...> is not supported in POD for 5.8.5 and earlier. - TODOs in POD should stand out - Add /boot/common/ssl and some other directories to unix_ssl_dirs (see bug #60936).
2012-10-21Updated security/p5-Authen-SASL-Cyrus to 0.13wiz1-1/+2
2012-10-21Update to 0.13:wiz2-7/+6
0.13 Updated the WRITE() method to use syswrite() and account for variable buffer sizes in SASL.
2012-10-21Updated security/p5-Authen-SASL to 2.16wiz1-1/+2
2012-10-21Update to 2.16:wiz2-7/+6
Authen-SASL 2.16 -- Tue Sep 4 11:01:18 CDT 2012 * SASL.pod: fix typo [Peter Marschall] * Perl.pm: avoid warning on "uninitialized value" [Peter Marschall]
2012-10-21Updated net/p5-NetAddr-IP to 4.065wiz1-1/+2
2012-10-21Update to 4.065:wiz2-7/+6
4.065 Tue Oct 2 12:36:11 PDT 2012 correct format for IPv6 embedded IPv4 addresses in InetBase v0.8 4.064 Tue Sep 25 13:54:47 PDT 2012 added support for rfc3021 /31 networks to hostenum 4.063 Fri Aug 10 11:46:18 PDT 2012 Updated GPL v2.0 text and address in all modules
2012-10-21Updated net/p5-Net-DNS to 0.68wiz1-1/+2
2012-10-21Update to 0.68:wiz2-7/+6
**** 0.68 Jan 30, 2012 Fix rt.cpan.org #72314 Let a Net::DNS::Nameserver bind on Net::DNS::Nameserver::DEFAULT_ADDR as a last resort. Fix to suppress false warnings about subroutine profiles on ancient versions of perl. Fix to avoid constants with value undef which prevents unwanted code from being optimized away on ancient versions of perl. Fix code error in PTR.pm, canonical RDATA not downcased. Enhancement to clarify the function of parse and data methods, by renaming them to decode and encode respectively. Feature IDN query support. Question.pm modified to use the recently introduced DomainName.pm module to represent DNS names. Queries for domain names containing non-ASCII characters are now possible on Unicode platforms with CPAN Net::LibIDN installed. Introduction of Mailbox.pm module that will be used in the future to represent RDATA components containing DNS coded RFC822 mailbox addresses. Introduction of Text.pm module that will be used in the future to represent RDATA components containing text. **** 0.67 Nov 4, 2011 Enhancement rt.cpan.org #60726 On Cygwin Net::DNS now builds without Win32::IPHelper, unless a previous version is updated that did use it. The choice may also be set by the --iphelper or --noiphelper option to Makefile.PL. Fix to suppress IO::Socket::INET(6)::peerhost usage with TCP. On some systems it doesn't work after receiving data. Enhancement rt.cpan.org #43142 Allow ReplyHandlers to indicate that no answer should be returned by the Net::DNS::Nameserver. Fix rt.cpan.org #71796 Prevent TCP accepts from blocking on unfinished 3-way handshakes. Fix rt.cpan.org #65607 Make 64bits windows work by depending on Win32::IPHelper version 0.07 Thanks to Lian Wan Situ. Fix rt.cpan.org #66470 Named nameserver should be reachable by IPv6 too. Fix to make tests work in jailed environments where a reply might come from a different address than that of the loopback interface. Feature to use a class method ReplyHandler for classes inheriting from Net::DNS::Nameserver. A contribution from Rob Brown. Fix rt.cpan.org #71062 Replace the usage of the obsolete Win32::Registry module by Win32::TieRegistry module. Fix rt.cpan.org #68731 Fix linking of the C compiled parts of the library on Mac OS X New improved version of the check_soa script in the contrib section. A contribution from Dick Franks. Fix rt.cpan.org #70830 Make t/08-online.t handle NXDOMAIN hijacking that return more then one answer. Fix rt.cpan.org #24525 Removed dependency on Net::IP Fix online tests to use the library as documented and not use knowledge of the internal workings of the classes that should be hidden. A contribution from Dick Franks Fix rt.cpan.org #55682 Make online tests non-fatal by default. All interactive prompts are removed from Makefile.PL. Online tests may still be made a requisite by using the --online-tests option. Major rework of Net::DNS::Domain.pm and the addition of Net::DNS::DomainName.pm Which paves the way towards handling of character encodings and IDN. A contribution from Dick Franks. Fix rt.cpan.org #69174 Typo that prevented TCP traffic from being replied from the same socket as it was received on. Fix rt.cpan.org #68338 Suppress warnings of the deprecated use of qw as parentheses in perl 5.14. Enhancement rt.cpan.org #67418 A contribution from Wolfsage to perform presentation to wire format conversion more efficiently. Fix rt.cpan.org #67133 Gracefully handle corrupted incoming packets in Net::DNS::Nameserver. Feature to manage serial numbers in SOA records in a modular and extensible way. Three modules are provided. Strictly sequential, Date Encoded and Time Encoded. A contribution from Dick Franks. Fix rt.cpan.org #53325 Make Net::DNS::Resolver load even if /etc/resolv.conf is unreadable. Fix rt.cpan.org #63486 Make t/08-online.t fail gracefully in stead of crash on failures. Fix rt.cpan.org #55586 Various typo fixes. Fix rt.cpan.org #55682 Really do not use networking functions when online tests are disabled. Fix rt.cpan.org #64562 Replace TSIG key with the signature of the whole packet when signing a packet, even when the TSIG key is not the first in the additional section. Fix rt.cpan.org #56181 and #47265 Assembly of segmented TCP traffic. Feature rt.cpan.org #57289 Provide a configurable IdleTimeout for Net::DNS::Namserver. Fix rt.cpan.org #53595 Fix documentation to reflect code behaviour where on successful packet creation, the error should be ignored. Fix rt.cpan.org #58914 Fix spelling of "algorithm" Fix rt.cpan.org #61725 Include default domain in the search list on Win32. Thanks Mark Rallen. Fix rt.cpan.org #63321 A Net::DNS::Nameserver without a NotifyHandler now responds NOTIMP to NOTIFY requests. Fix rt.cpan.org #53595 Documentation now reflects Net::DNS::Packet construction behaviour.
2012-10-21Updated misc/p5-Business-ISBN-Data to 20120719.001wiz1-1/+2
2012-10-21Update to 20120719.001:wiz2-13/+12
20120719 - Mon Jul 23 18:02:31 2012 * Support data from RangeMessage.xml. You can use the latest data from ISBN without updating this module. 20120719.01 - Thu Jul 26 08:57:14 2012 Specify the Test::More version so I cna use subtest. No code or feature changes 20120718 - Mon Jul 23 12:59:52 2012 * Daniel Jakubik updated the data for July 18, 2012
2012-10-21Updated mail/p5-MIME-Types to 1.35wiz1-1/+2
2012-10-21Update to 1.35:wiz2-7/+6
version 1.35: - added video/webm and audio/webm, although not (yet) IANA registered. [Kurian Jose Aerthail] version 1.34: Thu Jan 12 11:16:07 CET 2012 - subType() did not handle subType's with '+' in them. [Roman V. Nikolaev] version 1.33: Thu Jan 12 08:46:05 CET 2012 - all openxmlformats are binary [Beverly Wang] - mediaType() and subType() did not handle subType's with dots in them correctly. [Roman V. Nikolaev] version 1.32: Thu Aug 18 23:30:25 CEST 2011 - explain how to use MIME::Types in mod_perl, after complains from [Steve Simms], [Nicolas Mendoza], [Yves Orton] and [Hans Dieter Pearcey] - when you do not read the documentation about mod_perl/fork, then it will work as ever but still inefficient.
2012-10-21Updated databases/p5-DB_File to 1.827wiz1-1/+2
2012-10-21Update to 1.827:wiz2-7/+6
1.827 25 Jan 2012 * DB_File.pm - Don't use "@_" construct [RT ##79287]
2012-10-21Updated databases/p5-DBD-postgresql to 2.19.3wiz1-1/+2
2012-10-21Update to 2.19.3:wiz2-7/+6
Version 2.19.3 Released August 21, 2012 - Fix bug in pg_st_split_statement causing segfaults (CPAN bug #79035)
2012-10-21Updated textproc/py-lxml to 3.0.1wiz2-3/+3
2012-10-21Update to 3.0.1. Remove unnecessary setuptools dependency.wiz3-15/+30
Mark as python3-ready. 3.0.1 (2012-10-14) ================== Bugs fixed ---------- * LP#1065924: Element proxies could disappear during garbage collection in PyPy without proper cleanup. * GH#71: Failure to work with libxml2 2.6.x. * LP#1065139: static MacOS-X build failed in Py3. 3.0 (2012-10-08) ================ Bugs fixed ---------- * End-of-file handling was incorrect in iterparse() when reading from a low-level C file stream and failed in libxml2 2.9.0 due to its improved consistency checks. Other changes ------------- * The build no longer uses Cython by default unless the generated C files are missing. To use Cython, pass the option "--with-cython". To ignore the fatal build error when Cython is required but not available (e.g. to run special setup.py commands that do not actually run a build), pass "--without-cython". 3.0beta1 (2012-09-26) ===================== Features added -------------- * Python level access to (optional) libxml2 memory debugging features to simplify debugging of memory leaks etc. Bugs fixed ---------- * Fix a memory leak in XPath by switching to Cython 0.17.1. * Some tests were adapted to work with PyPy. Other changes ------------- * The code was adapted to work with the upcoming libxml2 2.9.0 release. 3.0alpha2 (2012-08-23) ====================== Features added -------------- * The ``.iter()`` method of elements now accepts ``tag`` arguments like ``"{*}name"`` to search for elements with a given local name in any namespace. With this addition, all combinations of wildcards now work as expected: ``"{ns}name"``, ``"{}name"``, ``"{*}name"``, ``"{ns}*"``, ``"{}*"`` and ``"{*}*"``. Note that ``"name"`` is equivalent to ``"{}name"``, but ``"*"`` is ``"{*}*"``. The same change applies to the ``.getiterator()``, ``.itersiblings()``, ``.iterancestors()``, ``.iterdescendants()``, ``.iterchildren()`` and ``.itertext()`` methods;the ``strip_attributes()``, ``strip_elements()`` and ``strip_tags()`` functions as well as the ``iterparse()`` class. * C14N allows specifying the inclusive prefixes to be promoted to top-level during exclusive serialisation. Bugs fixed ---------- * Passing long Unicode strings into the ``feed()`` parser interface failed to read the entire string. 3.0alpha1 (2012-07-31) ====================== Features added -------------- * Initial support for building in PyPy (through cpyext). * DTD objects gained an API that allows read access to their declarations. * ``xpathgrep.py`` gained support for parsing line-by-line (e.g. from grep output) and for surrounding the output with a new root tag. * ``E-factory`` in ``lxml.builder`` accepts subtypes of known data types (such as string subtypes) when building elements around them. * Tree iteration and ``iterparse()`` with a selective ``tag`` argument supports passing a set of tags. Tree nodes will be returned by the iterators if they match any of the tags. Bugs fixed ---------- * The ``.find*()`` methods in ``lxml.objectify`` no longer use XPath internally, which makes them faster in many cases (especially when short circuiting after a single or couple of elements) and fixes some behavioural differences compared to ``lxml.etree``. Note that this means that they no longer support arbitrary XPath expressions but only the subset that the ``ElementPath`` language supports. The previous implementation was also redundant with the normal XPath support, which can be used as a replacement. * ``el.find('*')`` could accidentally return a comment or processing instruction that happened to be in the wrong spot. (Same for the other ``.find*()`` methods.) * The error logging is less intrusive and avoids a global setup where possible. * Fixed undefined names in html5lib parser. * ``xpathgrep.py`` did not work in Python 3. * ``Element.attrib.update()`` did not accept an ``attrib`` of another Element as parameter. * For subtypes of ``ElementBase`` that make the ``.text`` or ``.tail`` properties immutable (as in objectify, for example), inserting text when creating Elements through the E-Factory feature of the class constructor would fail with an exception, stating that the text cannot be modified. Other changes -------------- * The code base was overhauled to properly use 'const' where the API of libxml2 and libxslt requests it. This also has an impact on the public C-API of lxml itself, as defined in ``etreepublic.pxd``, as well as the provided declarations in the ``lxml/includes/`` directory. Code that uses these declarations may have to be adapted. On the plus side, this fixes several C compiler warnings, also for user code, thus making it easier to spot real problems again. * The functionality of "lxml.cssselect" was moved into a separate PyPI package called "cssselect". To continue using it, you must install that package separately. The "lxml.cssselect" module is still available and provides the same interface, provided the "cssselect" package can be imported at runtime. * Element attributes passed in as an ``attrib`` dict or as keyword arguments are now sorted by (namespaced) name before being created to make their order predictable for serialisation and iteration. Note that adding or deleting attributes afterwards does not take that order into account, i.e. setting a new attribute appends it after the existing ones. * Several classes that are for internal use only were removed from the ``lxml.etree`` module dict: ``_InputDocument, _ResolverRegistry, _ResolverContext, _BaseContext, _ExsltRegExp, _IterparseContext, _TempStore, _ExceptionContext, __ContentOnlyElement, _AttribIterator, _NamespaceRegistry, _ClassNamespaceRegistry, _FunctionNamespaceRegistry, _XPathFunctionNamespaceRegistry, _ParserDictionaryContext, _FileReaderContext, _ParserContext, _PythonSaxParserTarget, _TargetParserContext, _ReadOnlyProxy, _ReadOnlyPIProxy, _ReadOnlyEntityProxy, _ReadOnlyElementProxy, _OpaqueNodeWrapper, _OpaqueDocumentWrapper, _ModifyContentOnlyProxy, _ModifyContentOnlyPIProxy, _ModifyContentOnlyEntityProxy, _AppendOnlyElementProxy, _SaxParserContext, _FilelikeWriter, _ParserSchemaValidationContext, _XPathContext, _XSLTResolverContext, _XSLTContext, _XSLTQuotedStringParam`` * Several internal classes can no longer be inherited from: ``_InputDocument, _ResolverRegistry, _ExsltRegExp, _ElementUnicodeResult, _IterparseContext, _TempStore, _AttribIterator, _ClassNamespaceRegistry, _XPathFunctionNamespaceRegistry, _ParserDictionaryContext, _FileReaderContext, _PythonSaxParserTarget, _TargetParserContext, _ReadOnlyPIProxy, _ReadOnlyEntityProxy, _OpaqueDocumentWrapper, _ModifyContentOnlyPIProxy, _ModifyContentOnlyEntityProxy, _AppendOnlyElementProxy, _FilelikeWriter, _ParserSchemaValidationContext, _XPathContext, _XSLTResolverContext, _XSLTContext, _XSLTQuotedStringParam, _XSLTResultTree, _XSLTProcessingInstruction`` 2.3.6 (2012-09-28) ================== Bugs fixed ---------- * Passing long Unicode strings into the ``feed()`` parser interface failed to read the entire string. 2.3.5 (2012-07-31) ================== Bugs fixed ---------- * Crash when merging text nodes in ``element.remove()``. * Crash in sax/target parser when reporting empty doctype. 2.3.4 (2012-03-26) ================== Bugs fixed ---------- * Crash when building an nsmap (Element property) with empty namespace URIs. * Crash due to race condition when errors (or user messages) occur during threaded XSLT processing. * XSLT stylesheet compilation could ignore compilation errors. 2.3.3 (2012-01-04) ================== Features added -------------- * ``lxml.html.tostring()`` gained new serialisation options ``with_tail`` and ``doctype``. Bugs fixed ---------- * Fixed a crash when using ``iterparse()`` for HTML parsing and requesting start events. * Fixed parsing of more selectors in cssselect. Whitespace before pseudo-elements and pseudo-classes is significant as it is a descendant combinator. "E :pseudo" should parse the same as "E \*:pseudo", not "E:pseudo". Patch by Simon Sapin. * lxml.html.diff no longer raises an exception when hitting 'img' tags without 'src' attribute.
2012-10-21Update ap-jk and ap2-jk to ver 1.2.37. Fix pkglint warnings. Fixes PR#40542erh8-54/+59
2012-10-21Updated fonts/harfbuzz to 0.9.5wiz2-3/+3
2012-10-21Update to 0.9.5:wiz2-6/+6
Overview of changes leading to 0.9.5 Sunday, October 14, 2012 ==================================== - Synthetic-GSUB Arabic fallback shaping. - Misc Indic improvements. - Add build system support for pthread. - Imported UCDN for in-tree Unicode callbacks implementation. - Context-aware Arabic joining. - Misc other fixes. - New API: hb_feature_to/from-string() hb_buffer_[sg]et_content_type()
2012-10-21Revert buildlink3 ABI bump, it wasn't necessary (no shlib major changed)wiz1-2/+2
and leads to unneeded package rebuilds. Discussed with Patrick Welche.
2012-10-21Add CONFLICTS with groffcheusov1-3/+3
2012-10-21Add CONFLICTS with mdocml and ja-groff; Add LICENSE; Fix pkglint warningcheusov1-3/+6
2012-10-21Updated lang/mono to 2.10.9wiz2-3/+3
2012-10-21Update to 2.10.9:wiz3-14/+16
2.10.9 Fix a libgdiplus issue that had forced linking against Apple's X11 stack for text rendering. Fix issue where a native crash causes MonoDevelop to hang and neither Force Quit nor kill -9 would terminate it (Xamarin #2548). Fix sgen failing with Assertion at sgen-gc.c:2506, condition `mono_sgen_need_bridge_processing ()' not met. 2.10.8 Changes Updated the Task Parallel Library to include the latest fixes from our main development branch. SQLiteConnection can now set the threading mode (Xamarin #652) Improved the debugger protocol to speed up debugging and value lookup Added basic support for MSBuild 4.0 (Leszek Ciesielski, Paul Selormey) NuGet now runs on Mono Phalanger 3.0 now runs with Mono Adds support for some Azure libraries Added support for bundling profilers in a static binary The profiler can now log its data to any file descriptor (for over-the-net profile logging) SGen now has native support for object systems that implement ToggleRefs Mobile Profile now contains System.IO.MemoryMappedFiles Added PerformanceCounters for JIT statistics Add support for Android CPU count. HashSet<T> can now be serialized (Neale Ferguson) Bug Fixes The --profile loader will now work on MacOS X without setting any environment variables Fixes slow start on threads (Xamarin #1036) Fixed the SGen interaction between weak references and ephemerons Fixes --profile=log on x64 systems (Xamarin #971) Fixes crash on some debugging configurations (Xamarin #1093) Fixes timezone race condition (Xamarin #1055) Fixes SendAsync reporting the wrong number of bytes sent (Xamarin #531) Plug a managed leak in the ASP.NET stack (HttpResponse) Fix an infinite loop in Path.GetTempFileName Fixes Soap12 message serialisation incorrect for ReplyTo header value (Xamarin #1244) Linked away exception on AsyncWaitHandle.WaitOne() on device (Xamarin #1144) Fixed MonoDoc to avoid loading the same documentation more than once (fixes MonoDoc browser) Fixes regression in System.Diagnostics.Process.PrivateMemorySize64 (Xamarin #1459) ASP.NET fix for WebResource.axd and hashes containing / ServiceModel now allows https endpoints (Xamarin #1203) ServiceModel now allow requests with no headers (Xamarin #1205 and #1207 by Mario Kosmiskaso) Fix for WebOperationContext.IncomingResponse (Xamarin #1209 by Mario Kosmiskaso) Fix for propagating operation context (Xamarin #1210 by Mario Kosmiskaso) Fix WebConnectionStream to return the correct length for input streams Fix serialization reader (Xamarin #1462) Various fixes to System.IO.Packaging mono-service now passes the command line arguments to the services Alternate path separator on Unix improves compatibility with Windows software Fixes xsi:nil handling (Xamarin #1198) Fixes hang caused by gdb attaching to the wrong process when Mono hard-crashes Fixes the handling of XmlSchemaFrom importing, which is exposed by WebSphere WSDL tools Fixes crash on inlined code that contained some patterns of exception throwing (Xamarin #1835) Fixes monotonic clock on OSX and iOS (Xamarin #1366) Fixes leak in Process class if WaitForExit was not called (Xamarin #1682) Fixes typo in ASP.NET's SQLServer SessionState Fixes marshaling of IPv6 addresses in Win32 Fixes race in ServiceModel.Logger Fixes string truncation in Tds protocol (Xamarin #1916, Neale Ferguson) Fixes System.Data DataView sorting Fixes Debug information for dynamic methods (Novell #731579) On Android, stdout/stderr become the logcat Fixes ConditionalWeakTable behavior with SGen (Xamarin #1175) Fixes SIGSEGV during GC when write barrier is set to cardtable (Xamarin #1917) Added JSonSerializer support for nullables (Xamarin #163) Fixes deadlock on SDB (Xamarin #2190) Fixes heuristics for inserting breakpoints (Xamarin #407) Fixes Array.Containsfor null items via ICollection<T> (Xamarin #2260) Fixes scanning of complex values in SGen (Xamarin #228) Fixes assignability of arrays with generic interfaces (Xamarin #2304) Fixes FullAOT support for iterating Linq.OrderedEnumerable (Xamarin #2155) Fix a libgdiplus issue that had forced linking against Apple's X11 stack for text rendering on MacOS. Fix issue on Mac where a native crash causes MonoDevelop to hang and neither Force Quit nor kill -9 would terminate it (Xamarin #2548). Mobile Profile Fixes Xamarin 233: support commit/rollback/update events in iOS/Sqlite Xamarin 154: Support Dispose on BinaryReader on the Mobile Profile SGen bridge processing is now a two-step process (used for Mono/Android) Xamarin 1999: all threads are now wrapped in NSAutoreleasePools.
2012-10-21s/2.7/${PYVERSSUFFIX}/ to fix for python26markd1-2/+2
2012-10-21Add CONFLICTS with lang/js. Fix some pkglint warningscheusov1-4/+6
2012-10-21Add CONFLICTS with spidermonkeycheusov1-2/+4
2012-10-21Add CONFLICTS with clearsilver-base-[0-9]* and netramet-[0-9]*cheusov1-3/+3
2012-10-21Updated net/Transmission-gui to 2.72wiz2-4/+4
2012-10-21Update to 2.72:wiz1-2/+1
=== Transmission 2.72 (2012/10/16) === ==== All Platforms ==== * Fix crash when adding magnet links with malformed webseeds * Fix handling of magnet links' webseed URLs that contain whitespace * Fix remaining time estimates of magnet links that have webseeds * Show the webseed count in the torrent list when downloading from webseeds ==== Mac ==== * When possible allow automatic switching to the integrated GPU on dual-GPU machines * Include seeding-complete transfers in the badged count on the Dock icon ==== GTK+ ==== * When adding torrents by URL from the clipboard, handle whitespace in the link ==== Qt ==== * Fix dialog memory leaks ==== Web Client ==== * Minor interface fixes
2012-10-21Updated time/py-pytz to 2012gwiz2-3/+3
2012-10-21Update to 2012g.wiz2-6/+6
2012-10-21Updated devel/meld to 1.6.1wiz2-3/+3