Commit graph

27841 commits

Author SHA1 Message Date
fhajny
8230321a3d Add librelp bl3 2017-02-13 18:35:38 +00:00
fhajny
980affd4ca Enable librelp 2017-02-13 18:33:48 +00:00
fhajny
6a1d63eabd Import librelp 1.2.12 as devel/librelp.
librelp is a core protocol library for RELP, the "reliable event
logging protocol". It was created to provide ultra-reliable
delivery of syslog messages and is quite good at that.
2017-02-13 18:33:24 +00:00
adam
8cfc3b994d SQLite Release 3.17.0 On 2017-02-13
* Approximately 25% better performance from the R-Tree extension.
* Uses compiler built-ins (ex: __builtin_bswap32() or _byteswap_ulong()) for byteswapping when available.
* Uses the sqlite3_blob key/value access object instead of SQL for pulling content out of R-Tree nodes
* Other miscellaneous enhancements such as loop unrolling.
* Add the SQLITE_DEFAULT_LOOKASIDE compile-time option.
* Increase the default lookaside size from 512,125 to 1200,100 as this provides better performance while only adding 56KB of extra memory per connection. Memory-sensitive applications can restore the old default at compile-time, start-time, or run-time.
* Use compiler built-ins __builtin_sub_overflow(), __builtin_add_overflow(), and __builtin_mul_overflow() when available. (All compiler built-ins can be omitted with the SQLITE_DISABLE_INTRINSIC compile-time option.)
* Added the SQLITE_ENABLE_NULL_TRIM compile-time option, which can result in significantly smaller database files for some applications, at the risk of being incompatible with older versions of SQLite.
* Change SQLITE_DEFAULT_PCACHE_INITSZ from 100 to 20, for improved performance.
* Added the SQLITE_UINT64_TYPE compile-time option as an analog to SQLITE_INT64_TYPE.
* Perform some UPDATE operations in a single pass instead of in two passes.
* Enhance the session extension to support WITHOUT ROWID tables.
* Fixed performance problems and potential stack overflows when creating views from multi-row VALUES clauses with hundreds of thousands of rows.
* Added the sha1.c extension.
* In the command-line shell, enhance the ".mode" command so that it restores the default column and row separators for modes "line", "list", "column", and "tcl".
* Enhance the SQLITE_DIRECT_OVERFLOW_READ option so that it works in WAL mode as long as the pages being read are not in the WAL file.
* Enhance the LEMON parser generator so that it can store the parser object as a stack variable rather than allocating space from the heap and make use of that enhancement in the amalgamation.
* Other performance improvements. Uses about 6.5% fewer CPU cycles.

Bug Fixes:
* Throw an error if the ON clause of a LEFT JOIN references tables to the right of the ON clause. This is the same behavior as PostgreSQL. Formerly, SQLite silently converted the LEFT JOIN into an INNER JOIN.
* Use the correct affinity for columns of automatic indexes.
* Ensure that the sqlite3_blob_reopen() interface can correctly handle short rows.
2017-02-13 17:44:01 +00:00
mef
c5a045cc67 Updated devel/p5-File-ChangeNotify to 0.27
------------------------------------------
0.27   2017-01-30

- Inflating File::ChangeNotify::Default::Watcher into a Moose object with
  Moose 2.2000 would cause an error or warning because of a bug in how it
  defined an attribute. This broke Catalyst::Restarter.

(pkgsrc changes)
 - Drop following line, see above
  DEPENDS+=      p5-Moose>=2:../../devel/p5-Moose
 - Add following lines for make test
  BUILD_DEPENDS+=        p5-Moo-[0-9]*:../../devel/p5-Moo
  BUILD_DEPENDS+=        p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
  BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
  BUILD_DEPENDS+=        p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
2017-02-13 14:06:59 +00:00
mef
04b99eebd4 Updated devel/p5-File-Find-Object to 0.3.2
------------------------------------------
0.3.2   2017-01-13
    - Made the version number consistent across the .pm files.
        - https://bitbucket.org/shlomif/perl-file-find-object/issues/1/wrong-version-number
        - Thanks to aer0 for the report.

0.3.1   2017-01-09
    - Fixed an issue with tracking the depth of the inodes when detecting
    a symlink loop.
        - Detected by several cygwin reports.
2017-02-13 13:18:41 +00:00
mef
ba7854fc5f Updated devel/p5-MooX-Types-MooseLike-Numeric to 1.03
-----------------------------------------------------
1.03 - 2017-01-20
     - Add Moo to Build requirements (wpmoore/mendoza)
     - Improve POD (meAmidos)
     - Simplify type constraint tests by making use of subtype (meAmidos)
2017-02-13 13:16:19 +00:00
mef
5f64536751 Updated devel/p5-File-Save-Home to 0.10
---------------------------------------
0.10 Fri Feb 10 21:25:41 EST 2017

Move into git for version control.  Establish github.com repository.
In restore_subhome_directory_status(), die rather than simply warning
when a directory or file can not be found for removal.  More use of
catdir and catfile to compose paths.
2017-02-13 13:10:43 +00:00
mef
a0fed61fcc Updated devel/p5-Glib-Object-Introspection to 0.042
----------------------------------------------------
Overview of changes in Glib::Object::Introspection 0.042
========================================================

* perli11ndoc: put special classes and records into their own category
* perli11ndoc: list functions of enums and bitfields
* perli11ndoc: fix the synopsis formatting for class struct functions
* perli11ndoc: correctly display array and callback parameters/return
  values/fields
* Fix "occuring" typo in POD (Bugzilla #775169)
2017-02-13 13:03:44 +00:00
mef
52153bab5d Updated devel/p5-Hash-FieldHash to 0.15
---------------------------------------
0.15 2017-02-06T01:10:09Z
    - Fix #1: t/orig/03_class.t fails if FamilyTreeInfo-2.3.24 is installed
2017-02-13 12:58:42 +00:00
mef
1869fae16b Updated devel/p5-Log-Dispatch-FileRotate to 1.23
------------------------------------------------
1.23 Thu Feb 09 2017
    - Issue a warning if the lockfile cannot be opened (Thanks KGOESS)
      [#63544]
    - Fix POD typo (Thanks Anirvan Chatterjee)
(pkgsrc changes)
  - Add LICENSE as ${PERL5_LICENSE}
  - Add BUILD_DEPENDS+= p5-Test-Warn-[0-9]*
2017-02-13 12:48:02 +00:00
mef
bd995c011d Add p5-Package-DeprecationManager-[0-9]* for BUILD_DEPENDS (make test) 2017-02-13 12:06:22 +00:00
mef
5820b02290 Updated devel/p5-MooseX-Singleton to 0.30
-----------------------------------------
0.30      2016-11-23 04:46:06Z
    - move repository to github Moose organization
    - properly declare test prereqs
2017-02-13 11:55:36 +00:00
wen
a9eaff2ac9 Update to 1.19
Upstream changes:
version 1.19: Thu  9 Feb 17:35:43 CET 2017

	Fixes:
	- Dancer2 change when a stack-level needs to be skipped for
	  reporting the location of the exception [Andrew Beverley]
	- more modules optional during Dancer2 tests

	Improvements:
	- Dancer2 interface changes [Andrew Beverley]
	- spell fixes. rt.cpan.org#118561 [Gregor Herrmann, Debian]
	- spell fixes. rt.cpan.org#118562 [Gregor Herrmann, Debian]
	- free format calls in ::File and ::Syslog get additional info, which
	  can be used in line formatting.
	- Use Dancer2::Logger::LogReport without Dancer2::Plugin::LogReport
	  [Andrew Beverley]
2017-02-13 11:32:08 +00:00
wen
a534bc89a1 Update to 3.3.0
Upstream changes:
3.3.0 -- 2017-02-06
You can view the 3.3.0 milestone on GitLab for more details.

Add support for Python 3.6 (via dependencies). Note Flake8 does not
guarantee that all plugins will support Python 3.6.
Added unique error codes for all missing PyFlakes messages. (14 new
codes, see "Error / Violation Codes")
Dramatically improve the performance of Flake8. (See also GitLab!156)
Display the local file path instead of the temporary file path when
using the git hook. (See also GitLab#244)
Add methods to Report class that will be called when Flake8 starts and
finishes processing a file. (See also GitLab#251)
Fix problem where hooks should only check *.py files. (See also
GitLab#268)
Fix handling of SyntaxErrors that do not include physical line information.
(See also GitLab#279)
Update upper bound on PyFlakes to allow for PyFlakes 1.5.0.  (See also
GitLab#290)
Update setuptools integration to less eagerly deduplicate packages.
(See also GitLab#295)
Force flake8 --version to be repeatable between invocations. (See also
GitLab#297)
2017-02-13 11:22:54 +00:00
wen
3c2ea25c1b Update to 1.5.0
Upstream changes:
1.5.0 (2017-01-09)
  - Enable support for PEP 526 annotated assignments

1.4.0 (2016-12-30):
  - Change formatting of ImportStarMessage to be consistent with other errors
  - Support PEP 498 "f-strings"
2017-02-13 11:08:25 +00:00
minskim
0e4c641cdf Add ruby-cucumber-core 2017-02-13 03:22:57 +00:00
minskim
34aebc50cc Import ruby-cucumber-core-2.0.0 as devel/ruby-cucumber-core
Core library for the Cucumber BDD app.
2017-02-13 03:22:02 +00:00
mef
b09656a70f Add p5-Log-Any-[0-9]* on BUILD_DEPENDS+ for make test 2017-02-12 12:58:14 +00:00
mef
e5aad2834d Import p5-Net-LDAP-SID-0.001 as devel/p5-Net-LDAP-SID.
METHODS
- new
  Constructor. Can pass either the binary or string representation of the SID.
- as_string
  Returns string representation of SID.
- as_binary
  Returns binary representation of SID.
2017-02-12 10:26:03 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wen
49dca35218 Update to 0.50
Upstream changes:
0.50      2017-02-07 18:59:30Z
        - reverted the is_Fo and to_Foo refactoring again temporarily to
          resolve issues with Sub::Defer
2017-02-12 03:23:19 +00:00
ryoon
583000aaff Update to 3.29
Changelog:
Notable Changes:
================
* Fixed a NSS 3.28 regression in the signature scheme flexibility that
causes connectivity issues between iOS 8 clients and NSS servers with ECDSA
certificates (bug1334114
<https://bugzilla.mozilla.org/show_bug.cgi?id=1334114>).
2017-02-11 07:24:55 +00:00
kamil
60edf4838c Import radamsa-0.5 as devel/radamsa.
Radamsa is a test case generator for robustness testing, a.k.a. a fuzzer. It is
typically used to test how well a program can withstand malformed and
potentially malicious inputs. It works by reading sample files of valid data
and generating interestringly different outputs from them. The main selling
points of radamsa are that it has already found a slew of bugs in programs that
actually matter, it is easily scriptable and easy to get up and running.
2017-02-11 02:08:16 +00:00
mef
0979c089db Updated devel/ropper 1.9.5 to 1.10.10
(compiled from github commit log with tag: line)
-------------------------------------
 (v1.10.9) Merge pull request #46 from sashs/dev @Sascha Schirra
 (v1.10.8) Merge pull request #44 from sashs/dev @Sascha Schirra
 (v1.10.6) Bugfix: 'str' object has no attribute 'dataDirectory' @Sascha Schirra
 (v1.10.5) Merge pull request #41 from sashs/dev @Sascha Schirra
 (v1.10.4) cache implementation changed @Sascha Schirra
 (v1.10.2) Merge pull request #30 from sashs/dev @Sascha Schirra
 (v1.10.1) version and description changed @Sascha Schirra
 (v1.10.0) Bugfix: crash when try to print stack_pivots and no gadgets are loaded @Sascha Schirra
 (v1.9.11) Merge pull request #29 from sashs/dev @Sascha Schirra
2017-02-11 01:35:27 +00:00
mef
9c04fe4c99 Updated devel/reposurgeon to 3.41
---------------------------------
3.41: 2016-02-10::
     Fix fatal error in reposurgeon version command (introduced in 3.40).
     In repocutter, the pathrename command now hacks svn:mergeinfo properties.
     'split' adds a ".split" suffix to any legacy ID in the new commit.
     More control over prefix stripping in the "path sup" command.
     Add --notagify option to expunge command.
     Repair implementation of "split at".
     Add "tag create" command.
2017-02-11 00:29:37 +00:00
minskim
2fc0c03696 Correct directory name of gperftools docs 2017-02-10 19:59:50 +00:00
wiz
35cb6244a6 Updated p5-Devel-Symdump to 2.1800.
2017-02-07  k  <andk@cpan.org>

	* release 2.18

	* Makefile.PL changes to support perls without "." in @INC (Todd
	Rinaldo); no functional change
2017-02-10 07:03:51 +00:00
wiz
d0fa50e0ea Updated p5-List-AllUtils to 0.14.
0.14    2017-02-07

- Re-release after git pull of some changes.


0.13    2017-02-07

- The docs for the subs from List::UtilsBy were repeated twice. Reported by
  Andy Lester. RT #120123.
2017-02-10 07:01:23 +00:00
schmonz
a83a2ec9f6 Update to 0.51. From the changelog:
- Added a TAP source-handler for Cucumber files, should also
  allow for parallelization
- Table and PyString interpolation fixes @ eheulsmann
- Localization examples for Spanish @ Gonzalo Barco
- Doc Typos fixed @ Grant McLean
- Fixed up JSON output @ Tomas Pokorny
2017-02-09 08:19:34 +00:00
joerg
8d68023632 Include missing header. 2017-02-09 00:24:23 +00:00
wiz
091a9ec935 Updated py-setuptools to 34.1.1.
v34.1.1
-------

* #953: More aggressively employ the compatibility issue
  originally added in #706.

v34.1.0
-------

* #930: ``build_info`` now accepts two new parameters
  to optimize and customize the building of C libraries.

v34.0.3
-------

* #947: Loosen restriction on the version of six required,
  restoring compatibility with environments relying on
  six 1.6.0 and later.

v34.0.2
-------

* #882: Ensure extras are honored when building the
  working set.
* #913: Fix issue in develop if package directory has
  a trailing slash.

v34.0.1
-------

* #935: Fix glob syntax in graft.

v34.0.0
-------

* #581: Instead of vendoring the growing list of
  dependencies that Setuptools requires to function,
  Setuptools now requires these dependencies just like
  any other project. Unlike other projects, however,
  Setuptools cannot rely on ``setup_requires`` to
  demand the dependencies it needs to install because
  its own machinery would be necessary to pull those
  dependencies if not present (a bootstrapping problem).
  As a result, Setuptools no longer supports self upgrade or
  installation in the general case. Instead, users are
  directed to use pip to install and upgrade using the
  ``wheel`` distributions of setuptools.

  Users are welcome to contrive other means to install
  or upgrade Setuptools using other means, such as
  pre-installing the Setuptools dependencies with pip
  or a bespoke bootstrap tool, but such usage is not
  recommended and is not supported.

  As discovered in #940, not all versions of pip will
  successfully install Setuptools from its pre-built
  wheel. If you encounter issues with "No module named
  six" or "No module named packaging", especially
  following a line "Running setup.py egg_info for package
  setuptools", then your pip is not new enough.

  There's an additional issue in pip where setuptools
  is upgraded concurrently with other source packages,
  described in pip #4253. The proposed workaround is to
  always upgrade Setuptools first prior to upgrading
  other packages that would upgrade Setuptools.
2017-02-08 12:11:22 +00:00
wiz
221399c2c4 Mark setuptools dependencies with BOOTSTRAP_SETUPTOOLS=yes. 2017-02-08 12:11:08 +00:00
wiz
355befa8a1 + py-packaging. 2017-02-08 12:10:33 +00:00
wiz
f026a27973 Import py-packaging-16.8 as devel/py-packaging.
Core utilities for Python packages.
2017-02-08 12:10:01 +00:00
prlw1
9dc89dfddd Update apache-ant to 1.10.1
Changes from Ant 1.10.0 TO Ant 1.10.1
=====================================

Fixed bugs:
-----------

 * Ant 1.10.0 made Path#systemClasspath final which broke the Eclipse
   integration.
   Bugzilla Report 60582

 * the wrapper script still didn't work on Solaris 10, but worked on
   Solaris 11.
   The "fixed" script should work in most cases but will not preserve
   newlines present in command line arguments.
   Bugzilla Report 60562

Other changes:
--------------

 * new tasks <xz> and <unxz> and resource <xzresource> for XZ
   compression. Also the compression attribute of <tar>/<untar> now
   accepts "xz" as valid value.
   The tasks and type are contained in the new ant-xz.jar and require
   the library XZ for Java to be on the CLASSPATH.
   Bugzilla Report 60350
2017-02-08 11:50:02 +00:00
minskim
2d6c86ea15 Add py-sortedcontainers 2017-02-08 04:48:28 +00:00
minskim
b4a6ca47c8 Import py-sortedcontainers-1.5.7 as devel/py-sortedcontainers
SortedContainers is an Apache2 licensed containers library, written in
pure-Python, and fast as C-extensions.
2017-02-08 04:47:04 +00:00
kamil
13e0265a5c Set libpthread_dbg valid only on NetBSD 2017-02-08 02:06:34 +00:00
kamil
6c40bb6fa0 Import pthread_dbg(3) ATF tests
These files currently aren't attached to the package's Makefile.

Sponsored by <The NetBSD Foundation>
2017-02-08 01:37:38 +00:00
kamil
9b6b1e7a65 + devel/libpthread_dbg 2017-02-08 01:05:09 +00:00
kamil
171861610b Import libpthread_dbg-20161124 as devel/libpthread_dbg.
The pthread_dbg library provides an implementation of the standard POSIX
threads library debugging facilities.

The NetBSD implementation is based on 1:1 thread model, therefore each
pthread(3) has a kernel thread, called a light-weight process (LWP).

Note that the system private thread interfaces upon which the pthread(3)
library is built are subject to change without notice.  In order to
remain compatible with future NetBSD releases, programs must be linked
against the dynamic version of the thread library.  Statically linked
programs using the POSIX threads framework may not work when run on a
future version of the system.

The pthread_dbg library is designed to be used in debuggers and to
control and introspect the NetBSD implementation of the POSIX threads.
Software may use native LWP threads without pthread(3) layer, in that
case pthread_dbg cannot be used.

Sponsored by <The NetBSD Foundation>
2017-02-08 01:02:19 +00:00
wiz
6a73e52472 Add comment why test target won't work. 2017-02-07 23:42:04 +00:00
joerg
26dffac20a Fix ruby dependency patterns. 2017-02-07 19:38:48 +00:00
joerg
8231961475 Fix ruby pattern broken during last bump. 2017-02-07 19:28:15 +00:00
wiz
27d3202a96 Add forgotten patch. 2017-02-07 14:00:32 +00:00
wiz
a9534b80ed Update *protobuf to 3.2.0:
2017-01-23 version 3.2.0 (C++/Java/Python/PHP/Ruby/Objective-C/C#/JavaScript/Lite)
  General
  * Added protoc version number to protoc plugin protocol. It can be used by
    protoc plugin to detect which version of protoc is used with the plugin and
    mitigate known problems in certain version of protoc.

  C++
  * The default parsing byte size limit has been raised from 64MB to 2GB.
  * Added rvalue setters for non-arena string fields.
  * Enabled debug logging for Android.
  * Fixed a double-free problem when using Reflection::SetAllocatedMessage()
    with extension fields.
  * Fixed several deterministic serialization bugs:
    * MessageLite::SerializeAsString() now respects the global deterministic
      serialization flag.
    * Extension fields are serialized deterministically as well.  Fixed protocol
      compiler to correctly report importing-self as an error.
  * Fixed FileDescriptor::DebugString() to print custom options correctly.
  * Various performance/codesize optimizations and cleanups.

  Java
  * The default parsing byte size limit has been raised from 64MB to 2GB.
  * Added recursion limit when parsing JSON.
  * Fixed a bug that enumType.getDescriptor().getOptions() doesn't have custom
    options.
  * Fixed generated code to support field numbers up to 2^29-1.

  Python
  * You can now assign NumPy scalars/arrays (np.int32, np.int64) to protobuf
    fields, and assigning other numeric types has been optimized for
    performance.
  * Pure-Python: message types are now garbage-collectable.
  * Python/C++: a lot of internal cleanup/refactoring.

  PHP (Alpha)
  * For 64-bit integers type (int64/uint64/sfixed64/fixed64/sint64), use PHP
    integer on 64-bit environment and PHP string on 32-bit environment.
  * PHP generated code also conforms to PSR-4 now.
  * Fixed ZTS build for c extension.
  * Fixed c extension build on Mac.
  * Fixed c extension build on 32-bit linux.
  * Fixed the bug that message without namespace is not found in the descriptor
    pool. (#2240)
  * Fixed the bug that repeated field is not iterable in c extension.
  * Message names Empty will be converted to GPBEmpty in generated code.
  * Added phpdoc in generated files.
  * The released API is almost stable. Unless there is large problem, we won't
    change it. See
    https://developers.google.com/protocol-buffers/docs/reference/php-generated
    for more details.

  Objective-C
  * Added support for push/pop of the stream limit on CodedInputStream for
    anyone doing manual parsing.

  C#
  * No changes.

  Ruby
  * Message objects now support #respond_to? for field getters/setters.
  * You can now compare “message == non_message_object” and it will return false
    instead of throwing an exception.
  * JRuby: fixed #hashCode to properly reflect the values in the message.

  Javascript
  * Deserialization of repeated fields no longer has quadratic performance
    behavior.
  * UTF-8 encoding/decoding now properly supports high codepoints.
  * Added convenience methods for some well-known types: Any, Struct, and
    Timestamp. These make it easier to convert data between native JavaScript
    types and the well-known protobuf types.
2017-02-07 13:50:31 +00:00
wiz
7d6e14844d Updated apache-ant to 1.10.0.
Changes from Ant 1.9.7 TO Ant 1.10.0
====================================

Changes that could break older environments:
-------------------------------------------

 * Ant 1.10.x requires Java8 or newer at compile or build time.
   The 1.9.x series wil stay compatible with Java5.

 * The <apt> task has been removed since apt itself has been removed
   with Java8.

 * <fileset>/<zipfileset>/<tarfileset> exhibited undefined
   behavior when both the dir and file attribute have been used on the
   same instance. This will now cause the build to fail.
   Bugzilla Report 59402

 * <native2ascii> will default to the builtin implementation on Java8
   as well (sun isn't available for Java9+ anyway).

 * The ant.java.version property will now hold the value "9" rather
   than "1.9" if running on Java 9.

 * <rmic> will no longer allow the -Xnew option (or xmic compiler) to
   be used when running on Java 9 since this option has been removed.
   Bugzilla Report 59906

 * <javah> will default to the "forking" implementation on Java8
   as well.

Fixed bugs:
-----------

 * setDynamicAttribute on MacroInstance now lower-cases the attribute
   name in order to allow users of the API to use the attributes names
   they have specified.
   Bugzilla Report 59339

 * <get>'s quiet attribute was broken, it didn't suppress any messages.
   Bugzilla Report 59379

 * <zip>'s check whether an archive is already up-to-date failed on
   NTFS filesystems and re-created archives more often than necessary.
   Bugzilla Report 59562

 * AntClassLoader didn't delegate to the parent loader for classes in
   the "jdk" package or one of its subpackages. This hierarchy has
   been introduced with Java 7.
   Bugzilla Report 59556

 * The ant wrapper script used on Unix-like operating systems only
   worked on OSes where sed is GNU sed.
   Bugzilla Report 59898

 * <touch>'s default pattern as well as the default patterns used by
   the <date> (resource) selectors depended on the JDK being used - or
   rather the locale provider being used and the default locale
   provider changed with Java 9.
   They are now fixed and the documentation has been updated to
   reflect the real patterns used rather than a non-formal description
   of the expected format.
   Bugzilla Report 59909

 * Clarified the documentation of <get>'s retries attribute.
   Bugzilla Report 59930

 * The ant wrapper script failed if backticks were passed on the
   command line.
   Bugzilla Report 60150, 59445

 * The report generated by <junitreport> could contain duplicate
   characters in stack traces.
   Bugzilla Report 58661

Other changes:
--------------

 * New file selectors <executable>, <symlink> and <ownedBy>.

 * New task <setpermissions> that provides the ability to set POSIX
   compatible permssions via NIO's PosixFilePermission

 * <junit> now initializes the cause of the AssertionFailedError when
   converting from AssertionError.
   Bugzilla Report 58982

 * <scp> now supports compression via the optional compressed attribute.
   Bugzilla Report 47552

 * <junit> now supports JDK9 modules
   Github Pull Request #18

 * a new implementation "builtin" has been added to <native2ascii> and
   is the default when running on JDK9+ since the tool itself has been
   removed from the JDK.
   Bugzilla Report 59855

 * added a new <native2asciifilter> filter that can perform non-ASCII
   to Unicode-escape conversions.

 * <rmic> defaults to the "forking" compiler on JDK 9+ as the
   implementation class of rmic is not exported by its containing
   module and thus not accessible to Ant without applying -XaddExports
   magic.
   Bugzilla Report 59860

 * a new implementation "forking" has been added to <javah> and is
   used as default when running on JDK9.

 * support for javac's -h switch has been added with the
   nativeheaderdir attribute.
   Bugzilla Report 59905

 * it is now possible to set features of the TraX factory used by <xslt>
   and <junitreport>.

 * it is now possible to use references to Ant types and classloaders
   built around Ant <path>s as values for TraX factory attributes.

 * AntClassLoader and its subclasses register themselves as parallel
   capable.

 * <junitreport> now enables the feature
   http://www.oracle.com/xml/jaxp/properties/enableExtensionFunctions
   when run on Java 9 so the redirect extension function can be used
   if when a SecurityManager is active.
   Bugzilla Report 60060

 * support for javac's --release switch introduced with Java9 has been
   added.
   Bugzilla Report 60172
2017-02-07 13:05:15 +00:00
wiz
7ee29f0c5c Updated libuv to 1.11.0.
2017.02.02, Version 1.11.0 (Stable)

Changes since version 1.10.2:

* Now working on version 1.10.3 (cjihrig)

* win: added fcntl.h to uv-win.h (Michele Caini)

* unix: move function call out of assert (jBarz)

* fs: cleanup uv__fs_scandir (Santiago Gimeno)

* fs: fix crash in uv_fs_scandir_next (muflub)

* win,signal: fix potential deadlock (Bartosz Sosnowski)

* unix: use async-signal safe functions between fork and exec (jBarz)

* sunos: fix SUNOS_NO_IFADDRS build (Ben Noordhuis)

* zos: make platform functional (John Barboza)

* doc: add repitition qualifier to version regexs (Daniel Bevenius)

* zos: use gyp OS label "os390" on z/OS (John Barboza)

* aix: enable uv_get/set_process_title (Howard Hellyer)

* zos: use built-in proctitle implementation (John Barboza)

* Revert "darwin: use clock_gettime in macOS 10.12" (Chris Araman)

* win,test: don't write uninitialized buffer to tty (Bert Belder)

* win: define ERROR_ELEVATION_REQUIRED for MinGW (Richard Lau)

* aix: re-enable fs watch facility (Gireesh Punathil)
2017-02-07 12:59:33 +00:00
wiz
efcb2cc5ed Updated py-tortoisehg to 4.0.2.
TortoiseHg 4.0.2

TortoiseHg 4.0.2 is a regularly scheduled bug-fix release, containing
only updates to Mercurial itself.
2017-02-07 12:33:54 +00:00