Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (4h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 05:06:24 UTC Now

2016-08-02 09:11:06 UTC MAIN commitmail json YAML

2016-08-02 09:08:09 UTC MAIN commitmail json YAML

Import py-ansi-0.1.3 as misc/py-ansi.

Various ANSI escape codes, used in moving the cursor in a text
console or rendering coloured text.

(wiz)

2016-08-02 08:50:45 UTC MAIN commitmail json YAML

A bug in boost-headers broke this package. Depend on fixed version.

(wiz)

2016-08-02 08:49:59 UTC MAIN commitmail json YAML

Updated devel/boost-headers to 1.61.0nb1

(wiz)

2016-08-02 08:49:46 UTC MAIN commitmail json YAML

2016-08-02 07:20:21 UTC MAIN commitmail json YAML

Ignore result of broken pkg-config version test.

(wiz)

2016-08-01 16:47:22 UTC MAIN commitmail json YAML

Added devel/ruby-contracts version 0.14.0

(minskim)

2016-08-01 16:46:52 UTC MAIN commitmail json YAML

Enable ruby-contracts

(minskim)

2016-08-01 16:45:14 UTC MAIN commitmail json YAML

Import ruby-contracts-0.14.0 as devel/ruby-contracts

This library provides contracts for Ruby. Contracts let you clearly
express how your code behaves, and free you from writing tons of
boilerplate, defensive code.

(minskim)

2016-08-01 14:36:21 UTC MAIN commitmail json YAML

+ openssh-7.3p1.

(wiz)

2016-08-01 14:23:58 UTC MAIN commitmail json YAML

2016-08-01 14:12:22 UTC MAIN commitmail json YAML

Remove obsolete patch (after 0.46.0 update).

(wiz)

2016-08-01 14:11:24 UTC MAIN commitmail json YAML

Updated print/poppler to 0.46.0

(wiz)

2016-08-01 14:11:12 UTC MAIN commitmail json YAML

Update poppler* to 0.46.0.

Release 0.46.0
        core:
        * cairo: fix bug in setAntialias()
        * cairo: Fix tiling patterns with BBox with non-zero x,y
        * cairo: try finding glyphs in substitute fonts by unicode value. Bug #96994
        * Added XRef modification flag
        * Added DocInfo setters & getters
        * Be less strict when parsing FitH Link destinations. Bug #96661

        utils:
        * pdftocairo: revert the use of groups for blending into white page
        * pdftocairo: Use fprintf for printing errors
        * pdfinfo: Don't print pdf info when printing metadata, javascript, or structure. Bug #96801

        glib:
        * Added document property setters & simplified getters
        * make document metatag gobject properties writeable

        cpp:
        * pass len to GooString constructor in detail::ustring_to_unicode_GooString(). Bug #96426
        * Added functions to save a document
        * Added document property setters & getters

        qt4:
        * Added document property setters & simplified getters

        qt5:
        * Added document property setters & simplified getters

        build system:
        * configure: Don't use -fPIC on cygwin
        * configure: Work with non gnu greps

Release 0.45.0
        core:
        * SplashOutputDev: Fix iccTransform + splashModeXBGR8
        * Fix memory leaks
        * Fix crash in broken files. Bug #95567. Bug #96027
        * Emulate some non portable glibc functions when not available

        utils:
        * pdftohtml: Fix crash in broken files. Bug #95563
        * pdfinfo: convert dates to local time zone
        * pdfinfo: add -isodates for printing dates in ISO-8601 format
        * pdfinfo: Fix memory leaks

        glib:
        * return date in UTC instead of local time. Bug #94173

        cpp:
        * switched from detail::convert_date() to core's dateStringToTime()

(wiz)

2016-08-01 13:40:26 UTC MAIN commitmail json YAML

Updated print/podofo to 0.9.4

(adam)

2016-08-01 13:39:34 UTC MAIN commitmail json YAML

PoDoFo 0.9.4 was released today, after over two years of development and with the help of many new contributors.
As there are so many improvements, patches and fixes that made it into this release, we are not able to list them, so please stick with the svn log.

(adam)

2016-08-01 13:00:52 UTC MAIN commitmail json YAML

Updated net/p5-Geo-IP to 1.50

(mef)

2016-08-01 13:00:33 UTC MAIN commitmail json YAML

Udated net/p5-Geo-IP to 1.50
----------------------------
1.50    2016-07-21
- MYMETA files are now no longer included in releases.
- Geo::Mirror is no longer included in this distribution.

(mef)

2016-08-01 12:48:04 UTC MAIN commitmail json YAML

Updated net/p5-Net-FTPSSL to 0.33

(mef)

2016-08-01 12:47:49 UTC MAIN commitmail json YAML

Updated net/p5-Net-FTPSSL 0.26 to 0.33
--------------------------------------
0.33 2016/07/06 08:30:00
  - BEHAVIOUR CHANGE - Since many openssl libraries are tightening their
    security, I'm adding a new option to preserve backwards compatibility.
    By default this module now reuses the context of the command channel
    when opening a data channel.  If you need to revert back to the previous
    default of not reusing the context for data channels, you must now use
    option "DisableContext => 1" to do so.  But hopefully the need for this
    option will be rare.  See the POD for more details.
  - BEHAVIOUR CHANGE - Added support for SNI in the SSL handshake.
  - Changed logic on how to detect if a default "SSL_verify_mode" value needed
    to be set to VERIFY_NONE() for the caller in new().
  - Can now pass SSL options directly to new().  You no longer need to use the
    "SSL_Client_Certificate" option to pass the hash reference of SSL options.
    Currently only recognises IO::Socket::SSL options that start with SSL_.
    If any start with something else, I'll address in a future release.
  - Clarified some POD information on a few methods.
  - Enhanced "size" function to use STAT if SIZE wasn't available!
  - Fixed case where sometimes the login account used wasn't being masked in
    the response in the logs.
  - Now prints the INET version in the log file.
  - Resets $ERRSTR gets reset in new() in case previous call had errors!
  - Fixed t/10-complex.t func run_stat_test() to test the "is_file" & "is_dir()"
    functions.  Some tests disable the "SIZE" command so it can test the new
    alternate size logic as well.
  - New test program t/05-simple.t that does a simple read only test against
    the FTPS server.  Added so that you can run a simple test against servers
    you don't want to upload anything to during the tests.  These tests are
    not as robust as the t/10-complex.t tests so failures here are not as
    meaningfull.  So run t/10-complex if you encounter any issues for more
    analysis.
  - Added t/05-simple.t to the MANIFEST.
  - Updated the Copyright in the README file.  And reworded a few sections.
  - Updated all t/*.t files to add a retry the 1st time they try to connect
    to a server via new().  Added a hard coded "SSL_cipher_list" value if
    the defaults don't work.  This kludge might not work for everyone.
  - Modified t/20-certificate.t to be a bit more robust.
  NOTE: Found a server where supported() doesn't completely work.  That server
        fails to put a "*" after some of the commands it didn't implement.

0.32 2016/06/14 08:30:00
  - Clarified some POD information on a few methods.
  - Bug ID: 115296 - Changed the use_ssl test when providing custom SSL_Version
    settings via the SSL_Client_Certificate option.  Now does a positive test
    for SSL instead of a negative test.
  - Modified t/10-complex.t to do a better uput test.  Put into its own test
    function so that I could also validate the filename returned instead of just
    assuming it was correct!
  - Added additional test cases for files with spaces in their names.
  - Added run_stat_test() for future tests for "is_..." functions.

0.31 2016/03/30 08:30:00
  - Updated the Copyright.
  - Fixed issue where "uput" cmd generated "Invalid number of parameters" error.
    Fix is to call STOU a 2nd time with no file name.  But if this happens and
    the server doesn't return the file name, uput now returns "?" instead of
    making what it knows is a very flawed guess! (since it doesn't use the hint)
  - Implemented mdtm() server bug fix.  Some rare servers do (19xxx) instead of
    (20xx) for the year part of the timestamp returned.  So implemented
    autodetection & fix for this server issue!
  - Added undocumented Debug value to supress printing out the HELP information
    during login.  It got in the way of debugging via add-hock perl scripts.
  - Added is_file() to validate if the given name is a regular file!
  - Added is_dir() to validate if the given name is a directory!
  - Fixed bug in t/10-complex.t that made it look like "make test" succeeded
    when in fact it encountered a fatal error forcing it to skip over all the
    other deeper tests.  Affected call to config func: check_for_pasv_issue()
  - Fixed some undef warnings in "uput() test" in t/10-complex.t when talking
    to buggy windows FTPS servers that says it supports "uput" but handles it
    really strangely or not at all.  Now also handles new "?" return value in
    the strange case.
  - Fixed bug in t/10-complex.t in test_log_redirection() failing a EPSV test
    when the destination server didn't support this functionality.
  - Modified t/10-complex.t to print the "OK" results to the log file.
    Makes it a bit easier to associate failures to what's in the log file!
  - Fixed some typoes in the POD.

0.30 2015/08/13 08:30:00
  - INCOMPATIBILITY WARNING!  If you've been hacking internal undocumented
    variables referenced by my module, your code is most likely broken with this
    release!  If you've been doing "$ftps = new (...);  $x = ${*$ftps}{abc};",
    it's now "$x = ${*$ftps}{_FTPSSL_arguments}->{abc};" for a lot of them.
    This change was made to make it less likely I'll accidentaly step on a
    IO::Socket::SSL variable in a future release of either module.  It also
    helps me with error log traces & some future plans if they ever happen.
  - Changed t/00-basic.t so it no longer needs to call uc().  Also now uses
    __PACKAGE__ keyword instead of hard coded text.
  - Fixed error message bug in _get_data_channel().  Got SSL_version from wrong
    hash.
  - Reorganized the order of some functions in the POD.
  - Fixed minor bug in the masking of the user id when writing to a log file!
  - Looks like the sysread() call in response() is sometimes spurriously setting
    the special variable "$!" for Perl 5.10.1 on AIX 7.1.  So if the command
    looks complete I'm going to ignore the error message returned in "$!".
    I'm probably going to have to figure out a better test for this later on!
  ######
  - EXPERIMENTAL: Added 2 new functions set_dc_from_hash() and copy_cc_to_dc().
    They provide two different ways to micro manage the SSL options used to
    manage the Data Channel without the need to hack the code base.  There are
    more SSL options than I know what to do with so hopefully this will help
    with managing the data channel.

0.29 2015/07/06 08:30:00
  - Fixed typo that broke reuse session.  Bug was overwriting key value!
  - Fixed uc() warning in t/00-basic.t for Perl 12 & above.

0.28 2015/07/01 08:30:00
  - Updated README file with info on how to turn on SSL tracing so that I can
    more easily find that information again.
  - Fixed log display issue if there was no username and/or password passed
    to login().
  - In quot() fixed pattern match bug when setting $cmd2.  (\S* to \S+)
  - Added LICENSE file to my package (+ Manifest).  Kwaltiee Experimental # 3.
  - Rewrote Makefile.PL to support optional parameters so I could add
    conditional Kwaltiee Score variables.
  - Added MIN_PERL_VERSION tag to Makefile.PL  Extra Kwaltiee Metric # 1.
    Enforced Ver. 5.6.1, since that is the earliest perl my module was tested
    against by the smoke testers.  But it was last tested that way with v0.11.
    Version 5.8.8 is the oldest version of Perl I test against regularly.
  - Added LICENSE tag to Makefile.PL            Extra Kwaltiee Metric # 2.
  - Added Net::SSLeay as a fake dependancy to Makefile.PL & as a test case in
    t/00-basic.t for the benifit of some Smoke Testers who fail my module due
    to this indirect dependancy not working.  I don't use this module, but it's
    obviously a dependancy of IO::Socket::SSL.  But it looks like it might
    not be a declared dependancy since it's failing to load for a smoke tester
    while he's testing my module.
  - Fixed _print_LOG() to support multiple arguments.  So no longer have to
    concatinate everything before using.
  - Rewrote _debug_print_hash() to be able to handle hashes of any depth.
    It's now recursive with infinite loop detection.
  - Added logic to support reusing the session instead of just the context.
    This is via the new option "ReuseSession=>1".
    Thanks Forrest Tiffany for your patch!  (Bug Ids 76108 & 105507)

0.27 2015/03/28 08:30:00
  - Fixed Bug Id # 102680.  Bad "supported" test in xput/xtransfer with
    regard to OverrideHELP=>1.  (All other OverrideHELP options worked fine.)
  - Added "all_supported()" to assist fixing the above bug & put into the POD.
  - Some minor POD corrections.
  - Added check to quot("HELP") to see if HELP was overriden.  Required
    a minor change in new() to support this logic.  We know help is broken if
    OverrideHELP was used!
  - Added the INTERPRETING THE LOGS section in the POD text.

(mef)

2016-08-01 12:41:36 UTC MAIN commitmail json YAML

Updated net/p5-Net-SNMP-Mixin to 0.14

(mef)

2016-08-01 12:41:22 UTC MAIN commitmail json YAML

Updated net/p5-Net-SNMP-Mixin to 0.14
-------------------------------------
0.14    Tue, 21 Jun 2016 14:46:43 +0200
        bump version, new tests, minor changes

0.13    Fri, 01 May 2015 18:22:15 +0200
        new method init_ok(), check for partial initialization

(mef)

2016-08-01 12:37:25 UTC MAIN commitmail json YAML

Updated net/p5-Net-Pcap to 0.18
Updated net/p5-Net-DBus to 1.1.0

(mef)

2016-08-01 12:35:58 UTC MAIN commitmail json YAML

Updated net/p5-Net-DBus to 1.1.0
--------------------------------
1.1.0 2015-03-16

- Support customizable timeouts on method calls
- Fix invocation of properties
- Fix example in object export tutorial
- Introduce a new Net::DBus:ProxyObject providing an alternative
  approach for exporting objects
- Cache objects when casting to interfaces
- Treat NoReply as fatal when introspecting
- Add UNIX file descriptor passing
- Fix misc mistakes in POD docs
- Fix error when when requesting bus names
- Fix encoding of dict & variant types
- Fix decoding of signatures with nested arrays
- Update README to point to gitlab.com instead of gitorious.org
- Fix handling of select() return value
- Fix toggling of timeouts in reactor
- Add 'strict_exceptions' annotation
- Document missing constructor parameters.

(mef)

2016-08-01 12:34:11 UTC MAIN commitmail json YAML

Updated net/p5-Net-Pcap to 0.18
-------------------------------
0.18 - 2016-05-15 - Sebastien Aperghis-Tramoni (SAPER)

  [Bugfixes]
  - CPAN RT #77807: Net::Pcap is no longer limited to one callback function,
    thanks to a patch by James Rouzier.
  - CPAN RT #55163: Typo in eg/pcapdump (Iain Arnell and Jose Pedro Oliveira).
  - CPAN RT #83842: Typo in Net:Pcap (Xavier Guimard).

  [API]
  - Added pcap_offline_filter() (Martijn Lievaart).

  [Code]
  - use warnings (David Farrell).

  [Documentation]
  - Moved HISTORY from README to main documentation.
  - Rewrote AUTHORS to acknowledge all contributors.
  - Updated copyright years.

  [Tests]
  - Added timeouts to prevent tests from hanging (Patrice Auffret).
  - t/17-lib_version.t: adjust regexp to match Apple builds (David Farrell).
  - t/50-poe-component-pcap.t: small improvments.
  - Added t/50-net-pcap-easy.t to test with Net::Pcap::Easy.
  - Added t/50-anyevent-pcap.t to test with AnyEvent::Pcap.
  - Make t/50-* pass with old versions of Test::More

  [Distribution]
  - Converted the Changes file to CPAN::Changes::Spec format.
  - Makefile.PL: append CCFLAGS to $Config{ccflags} instead of overriding it.
  - Makefile.PL: now dies when libpcap isn't found.
  - Makefile.PL: declare minimum Perl version (David Farrell).

(mef)

2016-08-01 12:06:37 UTC MAIN commitmail json YAML

Updated net/p5-Net to 3.09

(mef)

2016-08-01 12:06:22 UTC MAIN commitmail json YAML

Updated net/p5-Net to 3.09
--------------------------
3.09 2016-07-19

    - Provided (and documented) a default Net::Cmd::timeout().  [CPAN RT#110978]

    - Increased minimum required version of IO::Socket::IP to 0.25 to hopefully
      stop t/pop3_ipv6.t hanging.  [CPAN RT#104545]

    - Debug output now includes decoded (from base64) negotiation for SASL.
      [Philip Prindeville, PR#27]

    - Adapted tests to Test2 revision of Test::More::note()  [James E. Keenan,
      PR#28]

(mef)

2016-08-01 11:14:52 UTC MAIN commitmail json YAML

2016-08-01 11:14:41 UTC MAIN commitmail json YAML

Updated pkgconf to 1.

Bugfix release.

(wiz)

2016-08-01 11:10:34 UTC MAIN commitmail json YAML

Updated devel/talloc to 2.1.8

(wiz)

2016-08-01 11:10:24 UTC MAIN commitmail json YAML

Updated talloc to 2.1.8.

Changes not found.

(wiz)

2016-08-01 10:58:20 UTC MAIN commitmail json YAML

Updated time/py-vdirsyncer to 0.11.3

(wiz)

2016-08-01 10:58:10 UTC MAIN commitmail json YAML

Updated py-vdirsyncer to 0.11.3.

Version 0.11.3
==============

*released on 29 July 2016*

- Default value of ``auth`` parameter was changed from ``guess`` to ``basic``
  to resolve issues with the Apple Calendar Server (:gh:`457`) and improve
  performance. See :gh:`461`.
- **Packagers:** The ``click-threading`` requirement is now ``>=0.2``. It was
  incorrect before. See :gh:`478`.
- Fix a bug in the DAV XML parsing code that would make vdirsyncer crash on
  certain input. See :gh:`480`.
- Redirect chains should now be properly handled when resolving ``well-known``
  URLs. See :ghpr:`481`.

(wiz)

2016-08-01 10:56:02 UTC MAIN commitmail json YAML

Updated devel/py-click-threading to 0.4.0

(wiz)

2016-08-01 10:55:52 UTC MAIN commitmail json YAML

Updated py-click-threading to 0.4.0.

Rewrite using Future from the stdlib
Directly execute if on main thread
Put UI worker onto click context

(wiz)

2016-08-01 10:51:42 UTC MAIN commitmail json YAML

Updated textproc/py-lxml to 3.6.1

(wiz)

2016-08-01 10:51:30 UTC MAIN commitmail json YAML

Updated py-lxml to 3.6.1.

3.6.1 (2016-07-24)
==================

Features added
--------------

* GH#180: Separate option ``inline_style`` for Cleaner that only removes ``style``
  attributes instead of all styles.  Patch by Christian Pedersen.

* GH#196: Windows build support for Python 3.5.  Contribution by Maximilian Hils.

Bugs fixed
----------

* GH#199: Exclude ``file`` fields from ``FormElement.form_values`` (as browsers do).
  Patch by Tomas Divis.

* GH#198, LP#1568167: Try to provide base URL from ``Resolver.resolve_string()``.
  Patch by Michael van Tellingen.

* GH#191: More accurate float serialisation in ``objectify.FloatElement``.
  Patch by Holger Joukl.

* LP#1551797: Repair XSLT error logging. Patch by Marcus Brinkmann.

(wiz)

2016-08-01 10:34:25 UTC MAIN commitmail json YAML

Updated devel/py-atomicwrites to 1.1.0

(wiz)

2016-08-01 10:34:08 UTC MAIN commitmail json YAML

Updated py-atomicwrites to 1.1.0.

Style fixes.
OS X fixes.
fsync fixes.

(wiz)

2016-08-01 10:28:30 UTC MAIN commitmail json YAML

Updated security/p5-Net-SSLeay to 1.75

(wiz)

2016-08-01 10:28:19 UTC MAIN commitmail json YAML

Updated p5-Net-SSLeay to 1.75.

1.75  2016-07-31
    Compatibility with OpenSSL 1.1, tested with openssl-1.1.0-pre5:
    - Conditionally remove threading locking code, not needed in 1.1
    - Rewrite code that accesses inside X509_ATTRIBUTE struct.
    - SSL_CTX_need_tmp_RSA, SSL_CTX_set_tmp_rsa,
      SSL_CTX_set_tmp_rsa_callback, SSL_set_tmp_rsa_callback support
      not available in 1.1.
    - SSL_session_reused is now native
    - SSL_get_keyblock_size modifed to use new API
    - OCSP functions modified to use new API under 1.1
    - SSL_set_state removed with 1.1
    - SSL_get_state and SSL_state are now equivalent and available in all
      versions
    - SSL_CTX_v2_new removed
    - SESSION_set_master_key removed with 1.1. Code that previously used
      SESSION_set_master_key must now set $secret in the session_secret
      callback set with SSL_set_session_secret_cb
    - With 1.1, $secret in the session_secret
      callback set with SSL_set_session_secret_cb can be changed to alter
      the master key (required by EAP-FAST).
    Added a function EC_KEY_generate_key similar to RSA_generate_key and a
    function EVP_PKEY_assign_EC_KEY similar to EVP_PKEY_assign_RSA. Using
    these functions it is easy to create and use EC keys in the same way as
    RSA keys. Patch provided by Steffen Ullrich. Thanks Steffen.
    Testing with LibreSSL 2.4.1, with compatibility patch from Steffen
    Ullrich. Thanks Steffen.
    Patch from Steffen Ulrich provides  support for cross context (and cross process)
    session sharing using the stateless TLS session tickets. It uses the
    SSL_CTX_set_tlsext_ticket_key_cb function to manage the encryption and
    decryption of the tickets but provides a more simplified
    interface. Includes new function CTX_set_tlsext_ticket_getkey_cb.
    To not conflict with the OpenSSL name in case the more complex interface
    will be implemented ever the current simplified interface is called
    slightly different: CTX_set_tlsext_ticket_*get*key_cb.
    Added documentation about downloading latest version from SVN.
    Added missing Module/install files to SVN.

(wiz)

2016-08-01 10:25:52 UTC MAIN commitmail json YAML

2016-08-01 10:25:42 UTC MAIN commitmail json YAML

Updated afl to 2.23b.

--------------
Version 2.23b:
--------------

  - Improved the stability metric for persistent mode binaries. Problem
    spotted by Kurt Roeckx.

  - Made a related improvement that may bring the metric to 100% for those
    targets.

--------------
Version 2.22b:
--------------

  - Mentioned the potential conflicts between MSAN / ASAN and FORTIFY_SOURCE.
    There is no automated check for this, since some distros may implicitly
    set FORTIFY_SOURCE outside of the compiler's argv[].

  - Populated the support for AFL_LD_PRELOAD to all companion tools.

  - Made a change to the handling of ./afl-clang-fast -v. Spotted by
    Jan Kneschke.

(wiz)

2016-08-01 10:24:43 UTC MAIN commitmail json YAML

Updated devel/meld to 3.16.2

(wiz)

2016-08-01 10:24:31 UTC MAIN commitmail json YAML

Updated meld to 3.16.2.

2016-07-30 meld 3.16.2
======================

  Fixes:

  * Fix performance regression in text filtering (Kai Willadsen)
  * Fix regression in respecting custom text encoding (Kai Willadsen)

  Translations:

  * Andika Triwidada (id)

(wiz)

2016-08-01 10:15:17 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 25.1.1

(wiz)

2016-08-01 10:15:02 UTC MAIN commitmail json YAML

Updated py-setuptools to 25.1.1.

v25.1.1
-------

* #686: Fix issue in sys.path ordering by pkg_resources when
  rewrite technique is "raw".
* #699: Fix typo in msvc support.

v25.1.0
-------

* #609: Setuptools will now try to download a distribution from
  the next possible download location if the first download fails.
  This means you can now specify multiple links as ``dependency_links``
  and all links will be tried until a working download link is encountered.

v25.0.2
-------

* #688: Fix AttributeError in setup.py when invoked not from
  the current directory.

v25.0.1
-------

* Cleanup of setup.py script.

* Fixed documentation builders by allowing setup.py
  to be imported without having bootstrapped the
  metadata.

* More style cleanup. See #677, #678, #679, #681, #685.

(wiz)

2016-08-01 09:48:02 UTC MAIN commitmail json YAML

2016-08-01 09:43:09 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 7.0.2.6

(wiz)

2016-08-01 09:42:59 UTC MAIN commitmail json YAML

Updated ImageMagick to 7.0.2.6.

2016-07-30  7.0.2-6 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.2-6, GIT revision 18651:df24175:20160729.

2016-07-29  7.0.2-6 Cristy  <quetzlzacatenango@image...>
  * Support -region option (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=29692).

(wiz)

2016-08-01 09:35:56 UTC MAIN commitmail json YAML

Remove some non-working sunsite mirrors (and a mirror of something else)

(wiz)

2016-08-01 09:25:29 UTC MAIN commitmail json YAML

Updated www/lighttpd to 1.4.41

(wiz)

2016-08-01 09:25:20 UTC MAIN commitmail json YAML

Updated lighttpd to 1.4.41.

- 1.4.41
  * remove long-deprecated, non-functional config opts
  * [config] inherit server.use-ipv6 and server.set-v6only (fixes #678)
  * [mod_auth] fix Digest auth to be better than Basic (fixes #1844)
  * [mod_ssi] fix #config sizefmt="bytes"
  * [autobuild] move inet_pton detection later
  * [core] #include <sys/filio.h> for FIONREAD (fixes #2726)
  * [autobuild] clock_gettime() -lrt with glibc < 2.17
  * [security] do not emit HTTP_PROXY to CGI env
  * [build_cmake] clock_gettime() -lrt w/ glibc < 2.17 (fixes #2737)
  * [core] avoid spurious trace and error abort
  * [core] stay in CON_STATE_CLOSE until done with req
  * [core] $HTTP["remoteip"] must handle IPv6 w/o []
  * [mod_status] show keep-alive status w/ text output (fixes #2740)
  * do not set REDIRECT_URI in mod_magnet, mod_rewrite (#2738)
  * revert 1.4.40 swap of REQUEST_URI, REDIRECT_URI (fixes #2738)
  * [core] permit IPv6 address scope identifier
  * [TLS] better handling of SSL_ERROR_WANT_READ/WRITE
  * [TLS] read all available records from SSL_read()
  * [core] try AF_INET after AF_INET6 if use-ipv6
  * [core] set chunkqueue tempdirs at startup
  * [security] ensure gid != 0 if server.username set (fixes #2725)
  * [security] disable stat_cache if !follow-symlink (fixes #2724)
  * [core] fix buffer_copy_string_hex() assert (fixes #2742)
  * [security] encode quoting chars in HTML and XML
  * [cmake] always define _GNU_SOURCE
  * [cmake] enable warnings for GCC and Clang
  * [cmake] set cmake_minimum_required to 2.8.2

(wiz)

2016-08-01 04:04:10 UTC MAIN commitmail json YAML

Updated graphics/extrema to 4.4.5

(mef)

2016-08-01 04:03:48 UTC MAIN commitmail json YAML

(pkgsrc)
- Add LICENSE= gnu-gpl-v2
- Convert  wxGTK28/buildlink3.mk to mk/wxGTK.mk
  (for easiness to migrate wxGTK30, no any logic change)

(upstream)
- Updated graphics/extrema to 4.4.5
- ChangeLog unknown (NEWS and ChangeLog file outdated)

(mef)

2016-08-01 03:12:56 UTC MAIN commitmail json YAML

Updated cad/gtkwave to 3.3.74

(mef)

2016-08-01 03:12:40 UTC MAIN commitmail json YAML

Updated cad/gtkwave to 3.3.74
-----------------------------
3.3.74  27jul16 Fix for when a signal name is used as a hierarchy name at the
                same level of scope.  (Affects fsdb.)
                Added --rcvar command line option to insert rc variable changes
                individually without needing to point to a configuration file.
                Change to combine traces down/up routines to handle 2D vector
                name generation.
                Allow FSDB files to contain ".gz" and ".bz2" suffixes as the
                libnffr loader can handle those.
                If a variable is declared in the dumpfile as an integer, then
                it is imported to the waveform display as an integer instead of
                a hex value. This works for dump file formats that show the
                datatype in the SST window.
                Added code that should prevent the primary marker from
                disappearing unexpectedly as well as dynamic resizing being
                stuck in the unset marker width.

(mef)

2016-07-31 18:30:28 UTC MAIN commitmail json YAML

Updated devel/geany to 1.28

(schmonz)

2016-07-31 18:30:21 UTC MAIN commitmail json YAML

Update to 1.28. From the changelog:

General
* Improve support for GTK 3.20.
* System filetype files and system tags files are now in sub-directories
  *filedefs/* and *tags/* respectively (Jiří Techet, PR#485).
* Remove Waf build system (PR#769).

Interface
* Allow to set a keybinding for File->Properties (Issue#622, PR#952).
* Make it possible to define default symbol_list_sort_mode (Jiří Techet,
  Issue#313, PR#581).
* Add keybindings for custom commands 4 through 9 (Thomas Sahlin, PR#858).
* Use "Symbol" in place of "Tag" everywhere it does not refer to markup
  tags (Jiří Techet, Issue#579, PR#582).

Bug fixes
* Fix canceling keybinding overriding by discarding the dialog (Issue#714).
* Fix type name coloring when types change (Jiří Techet, PR#1039,
  Issue#1020, Issue#1022).
* Fix undo of line end type change (Jiří Techet, PR#527, Issue#409).
* Fix build with GLib < 2.32 (Issue#764).
* Fix missing progress bar during build runs (Issue#765).
* Fix infinite loop when performing reflow on some input with many
  consecutive spaces (Issue#848, PR#852).
* Fix some locale encoding conversion issues (Jiří Techet, PR#547).

Editor
* Update Scintilla to version 3.6.6.
* Improve Goto Symbol popup contents (Jiří Techet, PR#958).
* Update Scintilla to version 3.6.3 (including improved support for Lua
  5.3 and Perl 5.22).
* Greatly improve scope completion (Jiří Techet, PR#488, PR#505, PR#862,
  PR#906).
* Performance improvement highlighting types (Jiří Techet, PR#575).
* Show calltips after a C++ explicit specialization (PR#496).
* Show a popup to select the symbol when going to a symbol has several
  options (Jiří Techet, PR#406, PR#923).

Filetypes
* Treat `.h` headers as C++ by default (Jiří Techet, PR#857).
* Various improvements to the Ruby parser (Issue#587).
* Fix Haskell single line comments (Alexander, PR#1029).
* Update Java keywords (Yan Pashkovsky, PR#1024).
* Fix handling of curly brackets in Make (Masatake Yamato).
* Add ECMAScript 6 keywords (Chris Mayo, PR#980).
* Slight improvement to the Java file template (Philipp Wiesemann, PR#1073).
* Add missing `last-child` CSS pseudo-class (Issue#1102).
* Added some extra Markdown extensions (Andrea Stacchiotti, PR#820).
* Add `.asm51` and `.a51` extensions for 8051 assembly (Devyn Collier
  Johnson, PR#739).
* Fix C++ namespaces scope (Issue#871).
* Fix parsing of C++ global scope qualifiers in base class lists.
* Use the C++ parser for CUDA filetype (Issue#830, PR#831).
* Add Clojure file extensions (Daniel Șuteu, PR#842).
* Improve return type and var type recognition in C, C++, C# and D
  (Issue#845, PR#889).
* Fix parsing of C++11 raw string literals (PR#879).
* Update built-in PHP symbols (Issue#584, PR#603).
* Fix parsing some Objective-C properties (PR#940, PR#941).

Internationalization
* Updated translations: ca, de, el, es, fr, it, ja, lt, pt, ru, sk,
                        tr, zh_CN
* Updated translations: de, es, fr, it, ja, kk, lt, nl, pt, ru, sk,
                        zh_CN

API
* Don't require static strings for key group name and label (PR#1126).
* Formally add TMTag to the API (Thomas Martitz, PR#1093).
* Add `editor_set_indent_width()` (Thomas Martitz, PR#903).
* Add `GeanyFiletypeID` and deprecate `filetype_id` (PR#932).
* Remove non-API type `langType` (Jiří Techet, part of PR#906).
* Mark deprecated API so GCC-like compilers can warn about it, and add
  `GEANY_DISABLE_DEPRECATION_WARNINGS` to silence those (PR#911).
* Add `scintilla_object_send_message()`, `scintilla_object_get_type()`
  and `scintilla_object_new()` alias to the API as synonyms for their
  legacy counterparts `scintilla_send_message()`, `scintilla_get_type()`
  and `scintilla_new()` (Thomas Martitz, PR#874).

Plugins
* Class builder: use `.hpp` extension for C++ headers by default
  (Yan Pashkovsky, PR#999).

Windows
* Show an error if an URI cannot be opened (PR#1079).
* Project->Open now respects the native dialog setting (PR#961).

OSX
* Fix refreshing the keybindings displayed in the menus (Jiří Techet,
  PR#973).

(schmonz)

2016-07-31 15:39:27 UTC MAIN commitmail json YAML

make PHP 5.6 the default if it's still not installed; active support ends on 2016-12-31, but quite a few modules don't have versions with PHP7 support yet, so 7.0 is not quite good default yet

(jdolecek)

2016-07-31 12:39:52 UTC MAIN commitmail json YAML

Remove p5-XML-Clean, since 1.010101 is older than 1.06 in pkgsrc

(wen)

2016-07-31 12:37:26 UTC MAIN commitmail json YAML

Remove p5-autobox with wrong version

(wen)

2016-07-31 12:34:37 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-LibXSLT to 1.95

(wen)

2016-07-31 12:33:23 UTC MAIN commitmail json YAML

Update to 1.95

Upstream changes:
1.95    2016-07-30
    - Hopefully fix RT#116461
        - https://rt.cpan.org/Public/Bug/Display.html?id=116461
        - Makefile.PL shouldn't run "pkg-config libexslt" if LIBS or INC were
        provided
        - Thanks to NWELLNHOF for the report and a suggested fix.

(wen)

2016-07-31 12:25:35 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Natural to 1.04

(wen)

2016-07-31 12:24:41 UTC MAIN commitmail json YAML

Update to 1.04

Upstream changes:
1.04  2016-07-24  <schubiger@cpan.org>

- Merged development version to stable.

1.03_02  2016-07-15  <schubiger@cpan.org>

- Document format: ISO 8601 <date>T<time>.

- Amend introduction text for examples section.

- List Ricardo Signes in credits.

1.03_01  2016-07-09  <schubiger@cpan.org>

- New supported format: ISO 8601 <date>T<time>.
  [rt #115737 - Ricardo Signes]

(wen)

2016-07-31 12:20:21 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Set to 0.3800

(wen)

2016-07-31 12:19:30 UTC MAIN commitmail json YAML

Update to 0.3800

Upstream changes:
0.3800 2016-05-23
- doc patch, by Lucas Kanashiro.

0.3700 2016-05-17
- end() / max() and start() / min() are aliases to the same method in all classes.
  Added docs and tests. Reported by Vincent Berger.

(wen)

2016-07-31 12:15:57 UTC MAIN commitmail json YAML

Updated time/p5-POSIX-strftime-Compiler to 0.42

(wen)

2016-07-31 12:14:01 UTC MAIN commitmail json YAML

Update to 0.42

Upstream changes:
0.42 2016-07-11T10:04:37Z

  - import musl patch

(wen)

2016-07-31 12:10:17 UTC MAIN commitmail json YAML

Updated fonts/dejavu-ttf to 2.37

(mef)

2016-07-31 12:09:59 UTC MAIN commitmail json YAML

Updated fonts/dejavu-ttf to 2.37 (from NEWS file with UTF-8 coding)
--------------------------------
Changes from 2.36 to 2.37

* Fix issue with empty glyphs in condensed typefaces in the released source files.

Changes from 2.35 to 2.36

* Math: added DejaVu Math Tex Gyre by B. Jackowski, P. Strzelczyk and
  P. Pianowski (on behalf of TeX users groups)
* Sans: removed dot of U+06BA in all forms
* Sans: fixed position of three dots of U+06BD in init and medi forms (by
  Denis Jacquerye)
* Sans: corrected direction of contours in U+05E7 (by Lior Halphon)
* Sans: added U+1F643  (by Olleg Samoylov)
* Serif: moved up U+0360-0361 (by Gee Fung Sit 薛至峰)
* Serif: increased spacing of Roman numerals U+2161-2163, U+2165-2168,
  U+216A-216B (by Gee Fung Sit 薛至峰)
* Serif: fixed anchor position of U+00E6 (by Gee Fung Sit 薛至峰)
* Sans: fixed vertical position of U+20BA (by Gee Fung Sit 薛至峰)
* Sans, Serif: fixed glyph height of Block Elements (by Gee Fung Sit 薛至峰)
* Sans, Serif: added U+A698-A699 (by Gee Fung Sit 薛至峰)
* Sans, Mono, Serif: added U+037F (by Gee Fung Sit 薛至峰)
* Mono: added U+0376-0377, U+037B-037D (by Gee Fung Sit 薛至峰)
* Serif: removed duplicate point from U+1D05 (by Gee Fung Sit 薛至峰)
* Mono: added U+20BA, U+20BD (by Gee Fung Sit 薛至峰)
* Sans: added moon symbols U+1F311-1F318 (by Ben Laenen)

(mef)

2016-07-31 09:03:34 UTC MAIN commitmail json YAML

+ ImageMagick-7.0.2.6, afl-2.22b, meld-3.16.2, moneyguru-2.10.1,
  pkgconf-1, poppler-0.46.0, py-atomicwrites-1.1.0, py-lxml-3.6.1,
  py-setuptools-25.1.1, py-vdirsyncer-0.11.3, talloc-2.1.8,
  x264-devel-20160730.

(wiz)

2016-07-31 08:31:26 UTC MAIN commitmail json YAML

+ p5-Net-SSLeay-1.75, p5-XML-LibXSLT-1.95, php-baikal-0.4.5,
  wine-devel-1.9.15.

(wiz)

2016-07-31 01:36:56 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Restrict to 2.2.3

(wen)

2016-07-31 01:36:09 UTC MAIN commitmail json YAML

Update to 2.2.3

Upstream changes:
2.2.3    2016-07-26 18:00:55-04:00 America/Toronto
        - Now with fewer non-core prerequisites (Karen Etheridge)

(wen)

2016-07-31 01:32:05 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Runtime to 5.90112

(wen)

2016-07-31 01:31:17 UTC MAIN commitmail json YAML

Update to 5.90112

Upstream changes:
5.90112 - 2016-07-25
  - Spelling fixes from Debian group.
  - Fixed regression introduced in last release that caused the code to crap out
    if you set the encoding to 'undef'.

(wen)

2016-07-30 23:57:17 UTC MAIN commitmail json YAML

Updated security/p5-Digest-Hashcash to 1.1

(wen)

2016-07-30 23:56:02 UTC MAIN commitmail json YAML

Update to 1.1

Upstream changes:
1.1  Wed Jul 22 12:32:34 CEST 2015
- d'oh, forgot perlmulticore.h
- improved portability.

1.0  Tue Jul 21 07:10:25 CEST 2015
        - perlmulticore support.
- use better random number generator.
        - added stability canary support.

(wen)

2016-07-30 23:47:56 UTC MAIN commitmail json YAML

Remove two line which had been updated before

(wen)

2016-07-30 23:45:17 UTC MAIN commitmail json YAML

Remove p5-Data-AMF, since 0.02004 is older than current pkgsrc

(wen)

2016-07-30 23:41:39 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Table to 1.131

(wen)

2016-07-30 23:40:47 UTC MAIN commitmail json YAML

Update to 1.131

Upstream changes:
1.131  2016-07-29
    - Merge pull-request from Zac Bentley to speed up boolean tests.
        - https://github.com/shlomif/Text-Table/pull/4
        - Closes https://github.com/shlomif/Text-Table/issues/3

(wen)

2016-07-30 17:14:39 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.176

(wiz)

2016-07-30 17:14:28 UTC MAIN commitmail json YAML

Updated mame to 0.176.

It's the last Wednesday of the month, and time for another MAME
release. We'd like to thank the Debian team for their help during
this development cycle: they've provided patches allowing MAME to
build cleanly on several more platforms, and arranged access to
IBM-sponsored POWER8 machines so we could improve our PowerPC
support.

The popular crt-geom and crt-geom-deluxe shaders have been ported
to BGFX and are now distributed with MAME, thanks to cgwg. The BGFX
versions of these shaders allow live adjustment of effect parameters
through the slider controls menu.

Interesting newly supported games include rare Soviet arcade games
Gorodki and Kot Rybolov, gambling mahjong game Swing Gal, and
alternate versions of Beastie Feastie and Raiden Fighters 2. Graphical
issues have been fixed in Seibu Kaihatsu's Denjin Makai, Godzilla,
Legionnaire and Zero Team, and there are some improvements to the
Tandy CoCo 3 palette. A few remaining gameplay issues in Taito's
Operation Wolf were resolved.

Thanks to a huge group effort involving some of our highly valued
external contributors as well some MAME team members, we've got
some visible progress on the Sun SPARCstation drivers. The SPARCstation
IPC (sun4_40 driver) now passes its self-tests and allows you to
use the OpenBoot interactive Forth interpreter at the ok prompt.
Note that there are still issues with SCSI emulation, so it won't
boot from and emulated hard disk or CD-ROM. In other news for
emulation of professional systems, MAME now supports the TeleVideo
990 and 995-65 terminals.

For people using CRT monitors and/or running games at native
resolution, we've added a lot of characters to the uismall.bdf font
supplied with MAME. It now covers most European languages using
Latin and Cyrillic scripts, as well as modern Greek and half-width
katakana. Changes were also made to improve legibility.

For developers, scrolling and hilighting in the state (registers)
view have been fixed, and viewing memory in the debugger no longer
causes spurious side effects like bank switches in systems like the
Apple II and Osborne 1. There's also been a lot of refactoring and
modernisation, particularly in the netlist and UI code.

(wiz)

2016-07-30 15:15:22 UTC MAIN commitmail json YAML

2016-07-30 15:14:14 UTC MAIN commitmail json YAML

Added math/svmlin version 1.0

(cheusov)

2016-07-30 15:13:58 UTC MAIN commitmail json YAML

2016-07-30 13:18:31 UTC MAIN commitmail json YAML

Added textproc/p5-Alien-Base version 0.004

(mef)

2016-07-30 13:16:23 UTC MAIN commitmail json YAML

Import p5-Alien-Base-0.004 as textproc/p5-Alien-Base.

Alien::Base::ModuleBuild - A Module::Build subclass for building Alien::
modules and their libraries

(mef)

2016-07-30 12:59:19 UTC MAIN commitmail json YAML

Updated textproc/p5-Lingua-EN-Inflect to 1.900

(mef)

2016-07-30 12:59:07 UTC MAIN commitmail json YAML

Updated textproc/p5-Lingua-EN-Inflect to 1.900
----------------------------------------------
1.900  Wed Jul 27 20:03:35 2016
    - Fixed POD example (thanks, Rik!)
    - Fixed recalcitrant doc nit (humble apologies, Lady Aleena)

(mef)

2016-07-30 12:55:01 UTC MAIN commitmail json YAML

Updated textproc/ispell-de to 20160407

(mef)

2016-07-30 12:54:52 UTC MAIN commitmail json YAML

Updated textproc/ispell-de to 20160407
--------------------------------------
(from: igerman98-20160407/Documentation/Changes)
  since 20151222:
  - some new words
  - check for broken GNU grep during build

(mef)

2016-07-30 02:56:58 UTC MAIN commitmail json YAML

Updated time/gnotime to 2.4.0

(mef)

2016-07-30 02:56:34 UTC MAIN commitmail json YAML

(pkgsrc)
- removing two patches
- Using CONF_FILES
- Added LICENSE = gnu-gpl-v2

(upstream)
- Updated time/gnotime to 2.4.0
------------------------------
2012-11-29  Linas Vepstas <linasvepstas@gmail.com>

* configure.in: Bump version number to 2.3.1
* configure.in: Enable non-verbose build by default.
* fix assorted compiler warnings.
* timer.c: fix crash because timer was not initialized!
* Updated Czech translation from Petr Gajdusek <gajdusek.petr@centrum.cz>
* Updated Danish translation from Joe Hansen <joedalton2@yahoo.dk>
* ghtml.c: Port to guile-2.0

2011-11-30  Goedson Teixeira Paixao  <goedson@debian.org>

* src/Makefile.am: Use detected X11 configurations

* configure.in: Check for presence of X11

2011-10-24  Goedson Teixeira Paixao  <goedson@debian.org>

* Fixed bug #3372762

* src/props-invl.c (edit_interval_set_close_callback): Added
function to set the close dialog callback

* src/journal.c (edit_interval_close_cb): Added callback to handle
the destruction of interval editing dialog
(interval_new_clicked_cb,interval_edit_clicked_cb): set the close
callback in the edit interval dialog

2011-10-04  Goedson Teixeira Paixao  <goedson@debian.org>

* src/dialog.c (gtt_help_popup): Added format string to
call to gtk_message_dialog_new

* src/export.c (export_show_error_message): Added format string to
call to gtk_message_dialog_format_secondary_text

* src/main.c (try_restoring_backup): Added format string to
call to gtk_message_dialog_new

* src/menucmd.c (menu_howto_edit_times): Added format string to
call to gtk_message_dialog_new

2011-06-28  Goedson Teixeira Paixao  <goedson@debian.org>

* configure.in: Updated GTK_REQUIRED to 2.12, which is the minimum
version containing the gtk_tree_view_set_show_expanders method.

2011-06-25  Goedson Teixeira Paixao  <goedson@debian.org>

* src/notes-area.c (notes_area_new): added custom cell renderer in
order to ellipsize long entries (Fixes #3310918). Thanks Petr
Gajdusek for the patch.

2011-03-20  Goedson Teixeira Paixao  <goedson@debian.org>

* src/Makefile.am (gnotime_LDADD): Added -lX11, fixing build with
binutils-gold.

2010-11-27  Goedson Teixeira Paixao  <goedson@debian.org>

* src/main.c (backups_exist): Added function to check if there are
backup files in the data directory.
(try_restoring_backup): check if there are backups in the data dir
before offering to load a backup file.

2010-11-25  Goedson Teixeira Paixao  <goedson@debian.org>

* src/main.c (try_restoring_backup): Display error message when
it's not possible to copy backup file.

2010-10-12  Goedson Teixeira Paixao  <goedson@debian.org>

* src/main.c (try_restoring_backup): do the interaction with the
user for backup restoring outside of the read_data function.

2010-09-25  Goedson Teixeira Paixao  <goedson@debian.org>

* glade/journal.glade: Fixed button tooltips

2010-05-05  Goedson Teixeira Paixao  <goedson@debian.org>

* src/main.c (choose_backup_file): Added function to choose one of
the backups to load.
(read_data): Offer the user a chance to load a previous backup
when reading the data file fails.

2010-01-23  Goedson Teixeira Paixao  <goedson@debian.org>

* website/example-invoice.html: Applied patch #2937959, fixing a
typo in the report. Thanks Christos Kontas for the patch.

2010-01-04  Goedson Teixeira Paixao  <goedson@debian.org>

* src/ghtml.c: Added missing include of math.h for functions
lround and round.

2009-11-24  Goedson Teixeira Paixao  <goedson@debian.org>

* src/proj.c (gtt_project_get_secs_current): return the time for
the currently selected diary entry instead of the head of the task
list.

2009-11-20  Goedson Teixeira Paixao  <goedson@debian.org>

* src/status-icon.c (status_icon_popup_menu): Change the hide
window menu text.

* src/log.c (printf_project): Added option to log the current
diary entry (Patch #1984744). Thanks Matt Simmons for the patch.

2009-11-19  Goedson Teixeira Paixao  <goedson@debian.org>

* configure.in: Fix LIBGNOMEUI related variable substitution. Make
it buildable with recent versions of libgnomeui.

2009-11-15  Goedson Teixeira Paixao  <goedson@debian.org>

* src/status-icon.c, src/menucmd.c: Add ability to hide main
window by right clicking the status icon. Thanks Kip Warner for
the patch.

2009-09-17  Goedson Teixeira Paixao  <goedson@debian.org>

* src/projects-tree.c (gtt_projects_tree_set_visible_columns):
Check that the column_references tree is not NULL before calling
g_tree_destroy.

2009-09-14  Goedson Teixeira Paixao  <goedson@debian.org>

* src/projects-tree.c (gtt_projects_tree_set_expander_state):
return without any further processing if states is NULL.

* src/file-io.c (gtt_post_ctree_config): don't call
gtt_projects_tree_set_expander_state when the expander state is
NULL.

2009-06-29  Goedson Teixeira Paixao  <goedson@debian.org>

* ghtml/C/gtt.scm: Set unlimited guile stack (Fixes #1402562)

* src/ghtml.c (gtt_ghtml_new): properly initialize guile
environment.

2009-06-14  Goedson Teixeira Paixao  <goedson@debian.org>

* glade/Makefile.am: Removed task_select.glade from the data files
list.

* src/notes-area.c (struct NotesArea_s): Made the task entry a
combobox and added an "edit task" button.
(new_task_cb): show the task properties dialog when adding new
task, so user can edit the task memo.
(tasks_model_get_task): utility function to retrieve the task
corresponding to a given position in the combobox.
(edit_task_cb): added function to handle the Edit Task button
(task_selected_cb): added function to handle the selection of a
task through the task combobox
(notes_area_new): build the dialog structure with the new fields
and callbacks
(notes_area_choose_task): added function to mark a given task as
active in the combobox.
(build_task_combo_model): added function to build the combobox
model with the list of tasks of a project.
(notes_area_do_set_project): populate the combobox with the list
of task of the selected project.

* glade/notes.glade: Made the task entry a combobox.

2009-05-31  Goedson Teixeira Paixao  <goedson@debian.org>

* src/ghtml.c (task_get_blocktime_str_scm): substitute the usage
of the deprecated qof_print_hors_elapsed_buff by our copy of it.

2009-05-09  Goedson Teixeira Paixao  <goedson@debian.org>

* configure.in: Look for qof.pc (libqof2) instead of
qof-1.pc.

2009-01-02  Goedson Teixeira Paixao  <goedson@debian.org>

* glade/interval_edit.glade: add the DISPLAY_SECONDS flag to the
start_date field.

2008-11-28  Goedson Teixeira Paixao  <goedson@debian.org>

* src/idle-dialog.c (show_idle_dialog): mark the idle dialog as
      visible before stopping the project timer so we don't start the no
      project timeout timer when it's not needed.

2008-11-27  Goedson Teixeira Paixao  <goedson@debian.org>

* src/timer.c (start_no_project_timer): Fixed the condition in which
the "No project" timer is started.

2008-11-25  Goedson Teixeira Paixao  <goedson@debian.org>

* glade/prefs.glade: Fixed tooltip for the "No Project Timeout" option.

2008-03-21  Goedson Teixeira Paixao  <goedson@debian.org>

* configure.in, po/LINGUAS: use po/LINGUAS to list the available
translations.

2008-03-10  Goedson Teixeira Paixao  <goedson@debian.org>

* src/projects-tree.c (gtt_projects_tree_init): Fixed display of
the description column (Fixes #1911087)

2008-02-27  Goedson Teixeira Paixao  <goedson@debian.org>

* src/menucmd.c (about_box): Use GtkAboutDialog instead of the
deprecated GnomeAbout.

* doc/C/man/gnotime.1: Fixed the manpage's text

* src/notes-area.c: include menus.h for prototype of the
menus_get_popup function.

(mef)

2016-07-30 02:49:19 UTC MAIN commitmail json YAML

Fix a typo of the date of previous commit.

Reported by: Mike Stebih <mike@stebih.ca>

(wen)

2016-07-29 22:38:52 UTC MAIN commitmail json YAML

Updated meta-pkgs/texlive-collection-latexextra to 2016pre1nb3

(wiz)

2016-07-29 22:38:42 UTC MAIN commitmail json YAML

Add tex-shadowtext. Bump PKGREVISION.

(wiz)

2016-07-29 22:37:24 UTC MAIN commitmail json YAML

Added print/tex-shadowtext-doc version 0.3

(wiz)

2016-07-29 22:37:13 UTC MAIN commitmail json YAML

Added print/tex-shadowtext version 0.3

(wiz)

2016-07-29 22:36:56 UTC MAIN commitmail json YAML

2016-07-29 21:55:48 UTC MAIN commitmail json YAML

Updated print/tex-adjustbox to 1.0nb3 [wiz 2016-07-29]

(wiz)

2016-07-29 21:42:26 UTC MAIN commitmail json YAML

Enable ruby-mime-types-data

(minskim)

2016-07-29 21:40:34 UTC MAIN commitmail json YAML

Added mail/ruby-mime-types-data version 3.2016.0521

(minskim)

2016-07-29 21:40:24 UTC MAIN commitmail json YAML

tex-adjustbox needs tex-collectbox.

Found out by trying to use it.

Bump PKGREVISION.

(wiz)

2016-07-29 21:38:37 UTC MAIN commitmail json YAML

Import mime-types-data-3.2016.0521 as mail/ruby-mime-types-data

mime-types-data provides a registry for information about MIME media
type definitions. It can be used with the Ruby mime-types library or
other software to determine defined filename extensions for MIME
types, or to use filename extensions to look up the likely MIME type
definitions.

(minskim)

2016-07-29 18:28:17 UTC MAIN commitmail json YAML

Updated multimedia/smpeg2 to 2.0.0nb3

(kamil)

2016-07-29 18:25:35 UTC MAIN commitmail json YAML

Remove conflict between multimedia/smpeg and multimedia/smpeg2

Install plaympeg of smpeg2 and the corresponding man-page as versioned.

Bump PKGREVISION.

Accepted by <wiz>

(kamil)

2016-07-29 16:35:38 UTC pkgsrc-2016Q2 commitmail json YAML

2016-07-29 16:34:28 UTC pkgsrc-2016Q2 commitmail json YAML

Pullup ticket #5075 - requested by schmonz
www/ikiwiki: security update

Revisions pulled up:
- www/ikiwiki/Makefile                                          1.142
- www/ikiwiki/distinfo                                          1.114

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: schmonz
  Date: Thu Jul 28 20:23:52 UTC 2016

  Modified Files:
  pkgsrc/www/ikiwiki: Makefile distinfo

  Log Message:
  Update to 3.20160728. From the changelog:

  * Explicitly remove current working directory from Perl's library
    search path, mitigating CVE-2016-1238 (see #588017)
  * wrappers: allocate new environment dynamically, so we won't overrun
    the array if third-party plugins add multiple environment variables.
  * Standards-Version: 3.9.8 (no changes required)

  To generate a diff of this commit:
  cvs rdiff -u -r1.141 -r1.142 pkgsrc/www/ikiwiki/Makefile
  cvs rdiff -u -r1.113 -r1.114 pkgsrc/www/ikiwiki/distinfo

(spz)

2016-07-29 12:11:19 UTC MAIN commitmail json YAML

Updated lang/p5-Switch to 2.17

(wen)

2016-07-29 12:10:19 UTC MAIN commitmail json YAML

Update to 2.17

Upstream changes:
2.17  2014-03-18
        - tests fixed
        - patch by Father Chrysostomos
        - many warnings
        - recommendation to use given/when

(wen)

2016-07-29 11:58:30 UTC MAIN commitmail json YAML

Updated devel/p5-Perl6-Export to 0.009

(wen)

2016-07-29 11:57:24 UTC MAIN commitmail json YAML

Update to 0.009
Add LICENSE

Upstream changes:
0.008  Sat Oct  3 20:26:28 2015

- Fixed problems when exporting under 'use strict'

- Added support for Perl 6 IMPORT blocks

    - unknitted POD nit (thanks Steve)

    - Added META files (thanks Jarkko)

0.009  Tue Nov 24 09:12:06 2015

(wen)

2016-07-29 11:45:49 UTC MAIN commitmail json YAML

Updated security/p5-Digest-SHA3 to 0.25

(wen)

2016-07-29 11:44:07 UTC MAIN commitmail json YAML

Updated databases/sql-workbench to 120

(abs)

2016-07-29 11:43:59 UTC MAIN commitmail json YAML

Update to 0.25

Upstream changes:
0.25  Wed Jul 27 20:04:40 MST 2016
- prevented sha3sum from possibly running malicious code
-- remove '.' from @INC before module loading
-- ref. rt.cpan.org #116513
- namespace cleanup (ref. rt.cpan.org #105371 and #105372)
- minor code and documentation tweaks

(wen)

2016-07-29 11:43:36 UTC MAIN commitmail json YAML

Updated databases/sql-workbench to 120

Enhancements

* It's now possible to delete variables using wildcards
* It's now possible to test the connection from the profile dialog
* For Postgres, the generated source code for functions and custom aggregates now contains the new PARALLEL settings for Postgres 9.6
* It's now possible to show a quick filter in the macro popup window
* When searching for a JDBC driver class in the driver's jar file, available service registrations are used to speed up the searching.
* It's now possible to disable icons in menus
* For HSQLDB 2.3.4 synonyms are now displayed
* It's now possible to configure the buttons on the toolbar
* It's now possible to restore recently closed editor tabs
* For Progress OpenEdge, squences and synonyms are now shown in the DbExplorer
* It's now possible to associate variables with the connection profile and the workspace
* For SAP HANA the source for synonyms are now shown
* For SAP HANA dependency for tables, views, triggers, procedures and sequences are now shown in the DbExplorer and DbTree
* A new command (WbGenerateFKScript) is available to generate the DDL for only the foreign key constraints.
* For DB2 10.5 indexes based on expressions are now shown correctly

Bug fixes

* For SQL Server, the source code for user defined object types with columns was incorrect.
* For DBMS supporting catalogs and schemas, auto completion for large schemas was slow.
* Fixed a problem where in rare cases, closing an editor tab could hang the application.
* Ignoring the "Max Rows" setting in the DbExplorer's table data did not work any more
* WbListMacros, WbDeleteMacro and WbDefineMacro were always using the default macro file
* Timestamps with microseconds (.SSSSSS in the format) where not imported correctly with WbImport
* For Postgres, the LEAKPROOF attribute was not included in the generated source code for functions
* WbSchemaDiff incorrectly combined all tables to be dropped in a single tag
* For Postgres, the format of hstore literals was not correct when exporting data as SQL statements
* For Postgres, hstore columns could not be edited in a query result
* The ALTER TABLE OWNER TO statement for Postgres was not created correctly
* It wasn't possible to use -mode=Upsert or -mode=InsertIgnore with WbCopy
* Parsing of comments in SQL statements is now more lenient with invalid (nested) comments
* When changing the position of SQL tabs with files loaded, the Workspace was not saved properly
* For Progress OpenEdge, the SQL generated for sequences was invalid
* For Postgres, the implizit index for an exclusion constraint was incorrectly added to the souce of the table
* The format of a hstore and array literals was not correct for generated SQL statements
* For Oracle procedures from packages that contained only procedures without parameters were not displayed.
* Implemented a workaround for the MariaDB JDBC driver that returns invalid object type names for tables ("BASE TABLE" instead of "TABLE")
* Generate "DROP script with dependencies" was no longer working in the DbExplorer or DbTree
* When using SQL Workbench in batch mode, passing quoted parameters on the command line did not work properly
* The DDL for tables was not displayed when using Amazon Redshift
* Using sqlwbconsole.sh together with -command or -script on a headless system did not work
* The display for LVARCHAR and DATE columns was not always correct for Informix
* Warnings that were reported by the JDBC driver after establishing the connection were sometimes shown in the generated DDL in the DbTree
* The DDL for sequences in Oracle did not reflect the values for CYCLE and ORDER
* Running PL/SQL in Oracle did not work if the option "Remove comments" was enabled in the connection profile
* When using "Create DDL script" in the DbExplorer, the source for materialized views was generated twice
* With certain Oracle driver versions, TYPEs where displayed twice in the DbExplorer or the DbTree
* When exporting to text files, values containing the line delimiter were not quoted properly
* With SQL Server, it was not possible to drop indexes from within the DbTree
* Passwords are no longer trimmed

(abs)

2016-07-29 11:41:28 UTC MAIN commitmail json YAML

Updated net/p5-POE-Component-Client-DNS to 1.054

(wen)

2016-07-29 11:40:10 UTC MAIN commitmail json YAML

Update to 1.054
Update DEPENDS

Upstream changes:
version 1.054 at 2015-11-12 15:26:29 +0000
------------------------------------------

  Change: 3c9796c2513572da0a41e1ef55db9f86c8b41c59
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2015-11-12 10:24:50 +0000

    Support Net::DNS 1.03.

  Change: 1cea2d126d1d32dc3ecb01e90a0cdef6541127ce
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2015-11-12 10:24:50 +0000

    Udpate Dist::Zilla configuration for changes to plugins.

  Change: a6be0cf34adb445e82a166506a42f07e86f3d929
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2014-09-06 14:02:05 +0000

    Merge pull request #2 from Hugmeir/master

    /etc/hosts in Android is in /system/etc/hosts

  Change: 8f45959868c5154741c0162178c3a95308ede185
  Author: Brian Fraser <fraserbn@gmail.com>
  Date : 2014-07-27 14:42:40 +0000

    /etc/hosts in Android is in /system/etc/hosts

(wen)

2016-07-29 11:35:06 UTC MAIN commitmail json YAML

Updated mail/p5-User-Identity to 0.94

(wen)

2016-07-29 11:32:28 UTC MAIN commitmail json YAML

Update to 0.94

Upstream changes:
version 0.94: Fri Jan 24 10:55:26 CET 2014

Improvements:
- changed documentation style

(wen)

2016-07-29 11:30:01 UTC MAIN commitmail json YAML

p5-sqlrelay had been updated to 0.65 before

(wen)

2016-07-29 11:26:38 UTC MAIN commitmail json YAML

p5-Test-MinimumVersion had been updated to 0.101082 before

(wen)

2016-07-29 11:26:30 UTC MAIN commitmail json YAML

Updated meta-pkgs/texlive-collection-latexextra to 2016pre1nb2

(wiz)

2016-07-29 11:26:20 UTC MAIN commitmail json YAML

dd tex-ncctools. Bump PKGREVISION.

(wiz)

2016-07-29 11:25:43 UTC MAIN commitmail json YAML

Added print/tex-ncctools-doc version 3.5

(wiz)

2016-07-29 11:25:33 UTC MAIN commitmail json YAML

Added print/tex-ncctools version 3.5

(wiz)

2016-07-29 11:25:18 UTC MAIN commitmail json YAML

2016-07-29 11:23:59 UTC MAIN commitmail json YAML

Updated time/p5-Schedule-Cron-Events to 1.95

(wen)

2016-07-29 11:19:55 UTC MAIN commitmail json YAML

2016-07-29 11:11:35 UTC MAIN commitmail json YAML

Updated www/apache24 to 2.4.23nb2

(wiz)

2016-07-29 11:11:25 UTC MAIN commitmail json YAML

2016-07-29 11:10:33 UTC MAIN commitmail json YAML

Updated www/apache22 to 2.2.31nb4

(wiz)

2016-07-29 11:10:24 UTC MAIN commitmail json YAML

2016-07-29 10:54:03 UTC MAIN commitmail json YAML

Updated net/dhcpcd to 6.11.2

(roy)

2016-07-29 10:51:16 UTC MAIN commitmail json YAML

dhcpcd-6.11.2 has been imported with the following changes:
  *  It's now possible to exclude the vendor-class option.
  *  pkg-config can now be host selectable in configure,
    thanks to Heiko Becker.
  *  Fixed a NULL pointer dereference when checking ARP conflicts.
  *  Revert a change in 6.11.1 which causes some packets not to be
    read correctly from the BPF socket.
  *  Commandline options are now applied to profiles.
  *  Fixed some potential memory issues for non embebbeded configs,
    thanks to Koichi Okamoto.
  *  Simplified route handling on BSD.
  *  Fix expiration of IPv6 routers if a static route was present.
  *  --inactive now starts with all interfaces inactive.
    subsequent calls to dhcpcd can activate/deactivate them.
  *  Illumos (Solaris) is now a supported plaform.

(roy)

2016-07-29 09:33:52 UTC MAIN commitmail json YAML

Updated print/tex-polyglossia to 1.42.4nb1

(wiz)

2016-07-29 09:33:42 UTC MAIN commitmail json YAML

Add missing dependency on tex-makecmds.

Found by trying to use it.

Bump PKGREVISION.

(wiz)

2016-07-29 07:54:35 UTC MAIN commitmail json YAML

Updated sysutils/cuisine to 0.7.13

(nils)

2016-07-29 07:52:36 UTC MAIN commitmail json YAML

Updated sysutils/cuisine to 0.7.13.
There is no changelog from upstream, however the commit history indicates :
- In Linux too, the group can have no members ;
- package_ensure_apt() upgrades all package, not only those selected ;
- make package_ensure_pkgng() actually detects new install ;
- fixed a bug where process_find can't find processes due to
  leading spaces.

(nils)

2016-07-29 07:37:13 UTC MAIN commitmail json YAML

Forgot updated distinfo for sysutils/fabric

(nils)

2016-07-29 07:34:12 UTC MAIN commitmail json YAML

Updated sysutils/fabric to 1.11.1

(nils)

2016-07-29 07:31:37 UTC MAIN commitmail json YAML

There is no python33 in pkgsrc any longer.

(wiz)

2016-07-29 07:30:51 UTC MAIN commitmail json YAML

Updated sysutils/fabric to 1.11.1.
Changelog from 1.10.2 is long so it's not copied here.
Changelog URL : http://www.fabfile.org/changelog.html

(nils)

2016-07-29 04:21:58 UTC MAIN commitmail json YAML

Updated finance/p5-Locale-Currency-Format to 1.35

(wen)

2016-07-29 04:19:56 UTC MAIN commitmail json YAML

2016-07-28 23:59:10 UTC MAIN commitmail json YAML

Added math/boolstuff version 0.1.16

(kamil)

2016-07-28 23:58:02 UTC MAIN commitmail json YAML

Add math/boolstuff

(kamil)

2016-07-28 23:56:40 UTC MAIN commitmail json YAML

Import boolstuff-0.1.16 as math/boolstuff

BoolStuff - Disjunctive Normal Form boolean expression C++ library.

(kamil)

2016-07-28 23:42:53 UTC MAIN commitmail json YAML

2016-07-28 23:42:44 UTC MAIN commitmail json YAML

2016-07-28 23:41:36 UTC MAIN commitmail json YAML

2016-07-28 23:37:42 UTC MAIN commitmail json YAML

Added games/cosmosmash version 1.4.7

(kamil)

2016-07-28 23:35:51 UTC MAIN commitmail json YAML

Add games/cosmosmash

(kamil)

2016-07-28 23:35:15 UTC MAIN commitmail json YAML

Import cosmosmash-1.4.7 as games/cosmosmash

Cosmosmash - A space rock shooting video game.

In this game, you control a base that must destroy rocks before they hit the
ground, or you lose points. You must also prevent "spinners" from touching the
ground, or your base will explode.

This game is a clone of the 1981 Astrosmash game for the Intellivision by
Mattel Electronics.

(kamil)

2016-07-28 23:21:12 UTC MAIN commitmail json YAML

Added games/burgerspace version 1.9.2

(kamil)

2016-07-28 23:19:12 UTC MAIN commitmail json YAML

Add games/burgerspace

(kamil)

2016-07-28 23:18:26 UTC MAIN commitmail json YAML

Import burgerspace-1.9.2 as games/burgerspace

BurgerSpace - A hamburger-smashing video game.

(kamil)

2016-07-28 23:01:23 UTC MAIN commitmail json YAML

Added games/batrachians version 0.1.6

(kamil)

2016-07-28 23:00:30 UTC MAIN commitmail json YAML

Add games/batrachians

(kamil)

2016-07-28 22:59:43 UTC MAIN commitmail json YAML

Import batrachians-0.1.6 as games/batrachians

Batrachians - A fly-eating frog game.

(kamil)

2016-07-28 22:48:53 UTC MAIN commitmail json YAML

2016-07-28 22:38:31 UTC MAIN commitmail json YAML

Added games/quadrupleback version 0.1.0

(kamil)

2016-07-28 22:32:26 UTC MAIN commitmail json YAML

Add games/quadrupleback

(kamil)

2016-07-28 22:31:54 UTC MAIN commitmail json YAML

Import quadrupleback-0.1.0 as games/quadrupleback

Quadrupleback - A game where intruders must be circled.

This game is based on Doubleback, a Tandy Color Computer game by Dale Lear.

(kamil)

2016-07-28 20:49:33 UTC MAIN commitmail json YAML

Added games/afternoonstalker version 1.1.5

(kamil)

2016-07-28 20:47:29 UTC MAIN commitmail json YAML

Add games/afternoonstalker

(kamil)

2016-07-28 20:46:24 UTC MAIN commitmail json YAML

Import afternoonstalker-1.1.5 as games/afternoonstalker

Afternoon Stalker - A robot-killing game.

(kamil)

2016-07-28 20:33:50 UTC MAIN commitmail json YAML

Added devel/flatzebra version 0.1.6

(kamil)

2016-07-28 20:28:29 UTC MAIN commitmail json YAML

Add devel/flatzebra

(kamil)

2016-07-28 20:26:46 UTC MAIN commitmail json YAML

2016-07-28 20:23:58 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20160728

(schmonz)

2016-07-28 20:23:52 UTC MAIN commitmail json YAML

Update to 3.20160728. From the changelog:

* Explicitly remove current working directory from Perl's library
  search path, mitigating CVE-2016-1238 (see #588017)
* wrappers: allocate new environment dynamically, so we won't overrun
  the array if third-party plugins add multiple environment variables.
* Standards-Version: 3.9.8 (no changes required)

(schmonz)

2016-07-28 19:31:59 UTC MAIN commitmail json YAML

Updated games/ztrack to 1.0nb1

(leot)

2016-07-28 19:31:28 UTC MAIN commitmail json YAML

Do not alter LIBS in in patch-Makefile (so SUBST_* correctly applies)

Bump PKGREVISION

(leot)

2016-07-28 17:54:19 UTC MAIN commitmail json YAML

Added games/ztrack version 1.0

(kamil)

2016-07-28 17:52:27 UTC MAIN commitmail json YAML

Updated devel/cmake-fedora to 2.6.0

(prlw1)

2016-07-28 17:52:08 UTC MAIN commitmail json YAML

Update cmake-fedora to 2.6.0

All I found was:

- Enhancement:
  * ManageTranslation: MANAGE_POT_FILE: new options DOMAIN_NAME, MO_LOCALE_DIR
- Bug fix:
  * cmake-fedora-zanata: remove debug message
  * ManageTranslate: failed to generate pot targets when
    MANAGE_TRANSLATION_GETTEXT_POT_FILES is not empty.

but it is in the TODO list...

(prlw1)

2016-07-28 17:51:59 UTC MAIN commitmail json YAML

Add games/ztrack

(kamil)

2016-07-28 17:51:20 UTC MAIN commitmail json YAML

Import ztrack-1.0 as games/ztrack

Simple curses-based pseudo-3D driving game

Originally packaged in pkgsrc-wip by:
- myself
and
- <leot>.

(kamil)

2016-07-28 17:47:51 UTC pkgsrc-2016Q2 commitmail json YAML

tickets 5061 5062 5063 5067 5068 5069 5070 5071 5072 5074

(spz)

2016-07-28 17:45:01 UTC MAIN commitmail json YAML

Updated devel/cmake to 3.6.1

(prlw1)

2016-07-28 17:44:43 UTC MAIN commitmail json YAML

Update cmake to 3.6.1

CMake 3.6 Release Notes
***********************

Changes made since CMake 3.5 include the following.

New Features
============

Generators
----------

* The :generator:`Ninja` generator learned to produce phony targets
  of the form ``sub/dir/all`` to drive the build of a subdirectory.
  This is equivalent to ``cd sub/dir; make all`` with
  :ref:`Makefile Generators`.

* The :generator:`Ninja` generator now includes system header files in build
  dependencies to ensure correct re-builds when system packages are updated.

* The :generator:`Visual Studio 14 2015` generator learned to support the
  Clang/C2 toolsets, e.g. with the ``-T v140_clang_3_7`` option.
  This feature is experimental.

Commands
--------

* The :command:`add_custom_command` and :command:`add_custom_target` commands
  learned how to use the :prop_tgt:`CROSSCOMPILING_EMULATOR` executable
  target property.

* The :command:`install` command learned a new ``EXCLUDE_FROM_ALL`` option
  to leave installation rules out of the default installation.

* The :command:`list` command gained a ``FILTER`` sub-command to filter
  list elements by regular expression.

* The :command:`string(TIMESTAMP)` and :command:`file(TIMESTAMP)`
  commands gained support for the ``%s`` placeholder.  This is
  the number of seconds since the UNIX Epoch.

Variables
---------

* A :variable:`CMAKE_DEPENDS_IN_PROJECT_ONLY` variable was introduced
  to tell :ref:`Makefile Generators` to limit dependency scanning only
  to files in the project source and build trees.

* A new :variable:`CMAKE_HOST_SOLARIS` variable was introduced to
  indicate when CMake is running on an Oracle Solaris host.

* A :variable:`CMAKE_<LANG>_STANDARD_INCLUDE_DIRECTORIES` variable was
  added for use by toolchain files to specify system include directories
  to be appended to all compiler command lines.

* The :variable:`CMAKE_<LANG>_STANDARD_LIBRARIES` variable is now documented.
  It is intended for use by toolchain files to specify system libraries to be
  added to all linker command lines.

* A :variable:`CMAKE_NINJA_OUTPUT_PATH_PREFIX` variable was introduced
  to tell the :generator:`Ninja` generator to configure the generated
  ``build.ninja`` file for use as a ``subninja``.

* A :variable:`CMAKE_TRY_COMPILE_PLATFORM_VARIABLES` variable was
  added for use by toolchain files to specify platform-specific
  variables that must be propagated by the :command:`try_compile`
  command into test projects.

* A :variable:`CMAKE_TRY_COMPILE_TARGET_TYPE` variable was added
  to optionally tell the :command:`try_compile` command to build
  a static library instead of an executable.  This is useful for
  cross-compiling toolchains that cannot link binaries without
  custom flags or scripts.

Properties
----------

* A :prop_tgt:`DEPLOYMENT_REMOTE_DIRECTORY` target property was introduced
  to tell the :generator:`Visual Studio 9 2008` and
  :generator:`Visual Studio 8 2005` generators to generate the "remote
  directory" for WinCE project deployment and debugger settings.

* A :prop_tgt:`<LANG>_CLANG_TIDY` target property and supporting
  :variable:`CMAKE_<LANG>_CLANG_TIDY` variable were introduced to tell the
  :ref:`Makefile Generators` and the :generator:`Ninja` generator to run
  ``clang-tidy`` along with the compiler for ``C`` and ``CXX`` languages.

* A :prop_test:`TIMEOUT_AFTER_MATCH` test property was introduced to
  optionally tell CTest to enforce a secondary timeout after matching
  certain output from a test.

* A :prop_tgt:`VS_CONFIGURATION_TYPE` target property was introduced
  to specify a custom project file type for :ref:`Visual Studio Generators`
  supporting VS 2010 and above.

* A :prop_dir:`VS_STARTUP_PROJECT` directory property was introduced
  to specify for :ref:`Visual Studio Generators` the default startup
  project for generated solutions (``.sln`` files).

Modules
-------

* The :module:`CMakePushCheckState` module now pushes/pops/resets the variable
  ``CMAKE_EXTRA_INCLUDE_FILE`` used in :module:`CheckTypeSize`.

* The :module:`ExternalProject` module leared the ``GIT_SHALLOW 1``
  option to perform a shallow clone of a Git repository.

* The :module:`ExternalProject` module learned to initialize Git submodules
  recursively and also to initialize new submodules on updates.  Use the
  ``GIT_SUBMODULES`` option to restrict which submodules are initalized and
  updated.

* The :module:`ExternalProject` module leared the ``DOWNLOAD_NO_EXTRACT 1``
  argument to skip extracting the file that is downloaded (e.g., for
  self-extracting shell installers or ``.msi`` files).

* The :module:`ExternalProject` module now uses ``TLS_VERIFY`` when fetching
  from git repositories.

* The :module:`FindBLAS` and :module:`FindLAPACK` modules learned to
  support `OpenBLAS <http://www.openblas.net>`__.

* The :module:`FindCUDA` module learned to find the ``cublas_device`` library.

* The :module:`FindGTest` module ``gtest_add_tests`` function now causes
  CMake to automatically re-run when test sources change so that they
  can be re-scanned.

* The :module:`FindLTTngUST` module was introduced to find the LTTng-UST
  library.

* The :module:`FindPkgConfig` module learned to optionally create imported
  targets for the libraries it has found.

* The :module:`FindProtobuf` module learned to provide a ``Protobuf_VERSION``
  variable and check the version number requested in a :command:`find_package`
  call.

* The :module:`InstallRequiredSystemLibraries` module learned a new
  ``CMAKE_INSTALL_UCRT_LIBRARIES`` option to enable app-local deployment
  of the Windows Universal CRT libraries with Visual Studio 2015.

Platforms
---------

* The Clang compiler is now supported on CYGWIN.

* Support was added for the Bruce C Compiler with compiler id ``Bruce``.

CTest
-----

* The :command:`ctest_update` command now looks at the
  :variable:`CTEST_GIT_INIT_SUBMODULES` variable to determine whether
  submodules should be updated or not before updating.

* The :command:`ctest_update` command will now synchronize submodules on an
  update. Updates which add submodules or change a submodule's URL will now be
  pulled properly.

CPack
-----

* The :module:`CPackDeb` module learned how to handle ``$ORIGIN``
  in ``CMAKE_INSTALL_RPATH`` when :variable:`CPACK_DEBIAN_PACKAGE_SHLIBDEPS`
  is used for dependency auto detection.

* The :module:`CPackDeb` module learned how to generate ``DEBIAN/shlibs``
  contorl file when package contains shared libraries.

* The :module:`CPackDeb` module learned how to generate ``DEBIAN/postinst`` and
  ``DEBIAN/postrm`` files if the package installs libraries in
  ldconfig-controlled locations (e.g. ``/lib/``, ``/usr/lib/``).

* The :module:`CPackDeb` module learned how to generate dependencies between
  Debian packages if multi-component setup is used and
  :variable:`CPACK_COMPONENT_<compName>_DEPENDS` variables are set.
  For backward compatibility this feature is disabled by default.
  See :variable:`CPACK_DEBIAN_ENABLE_COMPONENT_DEPENDS`.

* The :module:`CPackDeb` module learned how to set custom package file names
  including how to generate properly-named Debian packages::

    <PackageName>_<VersionNumber>-<DebianRevisionNumber>_<DebianArchitecture>.deb

  For backward compatibility this feature is disabled by default. See
  :variable:`CPACK_DEBIAN_FILE_NAME` and
  :variable:`CPACK_DEBIAN_<COMPONENT>_FILE_NAME`.

* The :module:`CPackDeb` module learned how to set the package release number
  (``DebianRevisionNumber`` in package file name when used in combination with
  ``DEB-DEFAULT`` value set by :variable:`CPACK_DEBIAN_FILE_NAME`).  See
  :variable:`CPACK_DEBIAN_PACKAGE_RELEASE`.

* The :module:`CPackDeb` module learned how to set the package architecture
  per-component.  See :variable:`CPACK_DEBIAN_<COMPONENT>_PACKAGE_ARCHITECTURE`.

* The :module:`CPackDMG` module learned a new option to tell the CPack
  ``DragNDrop`` generaor to skip the ``/Applications`` symlink.
  See the :variable:`CPACK_DMG_DISABLE_APPLICATIONS_SYMLINK` variable.

* The :module:`CPackIFW` module gained a new
  :command:`cpack_ifw_update_repository` command to update a QtIFW-specific
  repository from a remote repository.

* The :module:`CPackRPM` module learned how to set RPM ``dist`` tag as part of
  RPM ``Release:`` tag when enabled (mandatory on some Linux distributions for
  e.g. on Fedora).
  See :variable:`CPACK_RPM_PACKAGE_RELEASE_DIST`.

* The :module:`CPackRPM` module learned how to set default values for owning
  user/group and file/directory permissions of package content.
  See :variable:`CPACK_RPM_DEFAULT_USER`, :variable:`CPACK_RPM_DEFAULT_GROUP`,
  :variable:`CPACK_RPM_DEFAULT_FILE_PERMISSIONS`,
  :variable:`CPACK_RPM_DEFAULT_DIR_PERMISSIONS` and their per component
  counterparts.

* The :module:`CPackRPM` module learned how to set user defined package file
  names, how to specify that rpmbuild should decide on file name format as
  well as handling of multiple rpm packages generated by a single user defined
  spec file.
  See :variable:`CPACK_RPM_PACKAGE_NAME` and
  :variable:`CPACK_RPM_<component>_PACKAGE_NAME`.

* The :module:`CPackRPM` module learned how to correctly handle symlinks
  that are pointing outside generated packages.

Other
-----

* The :manual:`Compile Features <cmake-compile-features(7)>` functionality
  is now aware of features supported by Intel C++ compilers versions 12.1
  through 16.0 on UNIX platforms.

Deprecated and Removed Features
===============================

* The :module:`CMakeForceCompiler` module and its macros are now deprecated.
  See module documentation for an explanation.

* The :command:`find_library`, :command:`find_path`, and :command:`find_file`
  commands no longer search in installation prefixes derived from the ``PATH``
  environment variable on non-Windows platforms.  This behavior was added in
  CMake 3.3 to support Windows hosts but has proven problematic on UNIX hosts.
  Users that keep some ``<prefix>/bin`` directories in the ``PATH`` just for
  their tools do not necessarily want any supporting ``<prefix>/lib``
  directories searched.  One may set the ``CMAKE_PREFIX_PATH`` environment
  variable with a :ref:`;-list <CMake Language Lists>` of prefixes that are
  to be searched.

* The :generator:`Visual Studio 7 .NET 2003` generator is now
  deprecated and will be removed in a future version of CMake.

* The :generator:`Visual Studio 7` generator (for VS .NET 2002) has been
  removed.  It had been deprecated since CMake 3.3.

* The :generator:`Visual Studio 6` generator has been removed.
  It had been deprecated since CMake 3.3.

Other Changes
=============

* The precompiled OS X binary provided on ``cmake.org`` now requires
  OS X 10.7 or newer.

* On Linux and FreeBSD platforms, when building CMake itself from source and
  not using a system-provided libcurl, OpenSSL is now used by default if it is
  found on the system.  This enables SSL/TLS support for commands supporting
  network communication via ``https``, such as :command:`file(DOWNLOAD)`,
  :command:`file(UPLOAD)`, and :command:`ctest_submit`.

* The :manual:`cmake(1)` ``--build`` command-line tool now rejects multiple
  ``--target`` options with an error instead of silently ignoring all but the
  last one.

* :prop_tgt:`AUTOMOC` now diagnoses name collisions when multiple source
  files in different directories use ``#include <moc_foo.cpp>`` with the
  same name (because the generated ``moc_foo.cpp`` files would collide).

* The :module:`FindBISON` module ``BISON_TARGET`` macro now supports
  special characters by passing the ``VERBATIM`` option to internal
  :command:`add_custom_command` calls.  This may break clients that
  added escaping manually to work around the bug.

* The :module:`FindFLEX` module ``FLEX_TARGET`` macro now supports
  special characters by passing the ``VERBATIM`` option to internal
  :command:`add_custom_command` calls.  This may break clients that
  added escaping manually to work around the bug.

* The :module:`FindProtobuf` module input and output variables were all renamed
  from ``PROTOBUF_`` to ``Protobuf_`` for consistency with other find modules.
  Input variables of the old case will be honored if provided, and output
  variables of the old case are always provided.

* The :module:`CPackRPM` module now supports upper cased component
  names in per component CPackRPM specific variables.
  E.g. component named ``foo`` now expects component specific
  variable to be ``CPACK_RPM_FOO_PACKAGE_NAME`` while before
  it expected ``CPACK_RPM_foo_PACKAGE_NAME``.
  Upper cased component name part in variables is compatible
  with convention used for other CPack variables.
  For back compatibility old format of variables is still valid
  and preferred if both versions of variable are set, but the
  preferred future use is upper cased component names in variables.
  New variables that will be added to CPackRPM in later versions
  will only support upper cased component variable format.

* The CPack NSIS generator's configuration file template was fixed to
  quote the path to the uninstaller tool used by the
  :variable:`CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL` option.
  This avoids depending on an insecure Windows feature to run an
  uninstaller tool with a space in the path.

(prlw1)

2016-07-28 17:42:46 UTC pkgsrc-2016Q2 commitmail json YAML

Pullup ticket #5063 - requested by taca
www/contao41: security patch

contao41 no longer exists in pkgsrc HEAD, so this is not properly
a pullup but maintenance of a vulnerable package on the branch.

The patch replaces contao41 'asset/mediaelement' by
contao-mediaelement.js-2.21.2.tar.gz

(spz)

2016-07-28 17:25:23 UTC pkgsrc-2016Q2 commitmail json YAML

Pullup ticket #5062 - requested by taca
www/contao42: security update

Revisions pulled up:
- www/contao42/Makefile                                        1.2
- www/contao42/PLIST                                            1.2
- www/contao42/distinfo                                        1.2

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul 17 14:00:25 UTC 2016

  Modified Files:
  pkgsrc/www/contao42: Makefile PLIST distinfo

  Log Message:
  Update contao42 to 4.2.1.

  ### 4.2.1 (2016-07-15)

    * Strip soft hyphens when indexing a page (see contao/core#8389).
    * Do not run the command scheduler if the installation is incomplete (see #541).
    * Do not index randomly ordered image galleries.
    * Fix the filter menu layout on mobile devices.
    * Provide the back end fonts in different variants (see #523).
    * Fix the message markup in the member templates.
    * Correctly load the language strings in the pretty error screen listener.

  To generate a diff of this commit:
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/contao42/Makefile \
      pkgsrc/www/contao42/PLIST pkgsrc/www/contao42/distinfo

(spz)

2016-07-28 16:54:09 UTC MAIN commitmail json YAML

Updated x11/gtksourceview3 to 3.20.4

(prlw1)

2016-07-28 16:53:43 UTC MAIN commitmail json YAML

Update gtksourceview3 to 3.20.4

News in 3.20.4
--------------
* Fix a critical message when showing a completion window
* Fix a general syntax highlighting issue
* Other smaller bug fixes
* Translation updates

(prlw1)

2016-07-28 16:11:34 UTC pkgsrc-2016Q2 commitmail json YAML

Pullup ticket #5061 - requested by taca
www/contao35: security update

Revisions pulled up:
- www/contao35/Makefile                                        1.15
- www/contao35/PLIST                                            1.9
- www/contao35/distinfo                                        1.12

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul 17 13:58:00 UTC 2016

  Modified Files:
  pkgsrc/www/contao35: Makefile PLIST distinfo

  Log Message:
  Update contao35 to 3.5.15, including fix for CVE-2016-4567.

  Version 3.5.15 (2016-07-15)
  ---------------------------

  ### Fixed
  Strip soft hyphens when indexing a page (see #8389).

  ### Fixed
  Update mediaelement.js to version 2.21.2 (fixes CVE-2016-4567).

  To generate a diff of this commit:
  cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/contao35/Makefile
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/contao35/PLIST
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/contao35/distinfo

(spz)

2016-07-28 15:29:47 UTC pkgsrc-2016Q2 commitmail json YAML

Pullup ticket #5068 - requested by taca
lang/php70: security update
lang/php: subsequent adjustment

Revisions pulled up:
- lang/php/phpversion.mk                                        1.144
- lang/php70/distinfo                                          1.15

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul 24 02:20:16 UTC 2016

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php70: distinfo

  Log Message:
  Update php70 to 7.0.9 (PHP 7.0.9).

  21 Jul 2016 PHP 7.0.9

  - Core:
    . Fixed bug #72508 (strange references after recursive function call and
      "switch" statement). (Laruence)
    . Fixed bug #72513 (Stack-based buffer overflow vulnerability in
      virtual_file_ex). (Stas)
    . Fixed bug #72573 (HTTP_PROXY is improperly trusted by some PHP libraries
      and applications). (Stas)

  - bz2:
    . Fixed bug #72613 (Inadequate error handling in bzread()). (Stas)

  - CLI:
    . Fixed bug #72484 (SCRIPT_FILENAME shows wrong path if the user specify
      router.php). (Laruence)

  - COM:
    . Fixed bug #72498 (variant_date_from_timestamp null dereference). (Anatol)

  - Curl:
    . Fixed bug #72541 (size_t overflow lead to heap corruption). (Stas)

  - Exif:
    . Fixed bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE).
      (Stas)
    . Fixed bug #72618 (NULL Pointer Dereference in exif_process_user_comment).
      (Stas)

  - GD:
    . Fixed bug #43475 (Thick styled lines have scrambled patterns). (cmb)
    . Fixed bug #53640 (XBM images require width to be multiple of 8). (cmb)
    . Fixed bug #64641 (imagefilledpolygon doesn't draw horizontal line). (cmb)
    . Fixed bug #72512 (gdImageTrueColorToPaletteBody allows arbitrary write/read
      access). (Pierre)
    . Fixed bug #72519 (imagegif/output out-of-bounds access). (Pierre)
    . Fixed bug #72558 (Integer overflow error within _gdContributionsAlloc()).
      (Pierre)
    . Fixed bug #72482 (Ilegal write/read access caused by gdImageAALine
      overflow). (Pierre)
    . Fixed bug #72494 (imagecropauto out-of-bounds access). (Pierre)

  - Intl:
    . Fixed bug #72533 (locale_accept_from_http out-of-bounds access). (Stas)

  - Mbstring:
    . Fixed bug #72405 (mb_ereg_replace - mbc_to_code (oniguruma) -
      oob read access). (Laruence)
    . Fixed bug #72399 (Use-After-Free in MBString (search_re)). (Laruence)

  - mcrypt:
    . Fixed bug #72551, bug #72552 (In correct casting from size_t to int lead to
      heap overflow in mdecrypt_generic). (Stas)

  - PDO_pgsql:
    . Fixed bug #72570 (Segmentation fault when binding parameters on a query
      without placeholders). (Matteo)

  - PCRE:
    . Fixed bug #72476 (Memleak in jit_stack). (Laruence)
    . Fixed bug #72463 (mail fails with invalid argument). (Anatol)

  - Readline:
    . Fixed bug #72538 (readline_redisplay crashes php). (Laruence)

  - Standard:
    . Fixed bug #72505 (readfile() mangles files larger than 2G). (Cschneid)
    . Fixed bug #72306 (Heap overflow through proc_open and $env parameter).
      (Laruence)

  - Session:
    . Fixed bug #72531 (ps_files_cleanup_dir Buffer overflow). (Laruence)
    . Fixed bug #72562 (Use After Free in unserialize() with Unexpected Session
      Deserialization). (Stas)

  - SNMP:
    . Fixed bug #72479 (Use After Free Vulnerability in SNMP with GC and
      unserialize()). (Stas)

  - Streams:
    . Fixed bug #72439 (Stream socket with remote address leads to a segmentation
      fault). (Laruence)

  - XMLRPC:
    . Fixed bug #72606 (heap-buffer-overflow (write) simplestring_addn
      simplestring.c). (Stas)

  - Zip:
    . Fixed bug #72520 (Stack-based buffer overflow vulnerability in
      php_stream_zip_opener). (Stas)

  To generate a diff of this commit:
  cvs rdiff -u -r1.143 -r1.144 pkgsrc/lang/php/phpversion.mk
  cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/php70/distinfo

(spz)

2016-07-28 14:58:39 UTC pkgsrc-2016Q2 commitmail json YAML

Pullup ticket #5069 - requested by taca
lang/php56: security update
lang/php: subsequent adjustment

Revisions pulled up:
- lang/php/phpversion.mk                                        1.143
- lang/php56/distinfo                                          1.29

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul 24 02:18:02 UTC 2016

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php56: distinfo

  Log Message:
  Update php56 to 5.6.24 (PHP 5.6.24).

  21 Jul 2016, PHP 5.6.24

  - Core:
    . Fixed bug #71936 (Segmentation fault destroying HTTP_RAW_POST_DATA).
      (mike dot laspina at gmail dot com, Remi)
    . Fixed bug #72496 (Cannot declare public method with signature incompatible
      with parent private method). (Pedro Magalhães)
    . Fixed bug #72138 (Integer Overflow in Length of String-typed ZVAL). (Stas)
    . Fixed bug #72513 (Stack-based buffer overflow vulnerability in
      virtual_file_ex). (loianhtuan at gmail dot com)
    . Fixed bug #72562 (Use After Free in unserialize() with Unexpected Session
      Deserialization). (taoguangchen at icloud dot com)
    . Fixed bug #72573 (HTTP_PROXY is improperly trusted by some PHP libraries and
      applications). (CVE-2016-5385) (Stas)

  - bz2:
    . Fixed bug #72447 (Type Confusion in php_bz2_filter_create()). (gogil at
      stealien dot com).
    . Fixed bug #72613 (Inadequate error handling in bzread()). (Stas)

  - EXIF:
    . Fixed bug #50845 (exif_read_data() returns corrupted exif headers).
      (Bartosz DziewoÅ„ski)
  - EXIF:
    . Fixed bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE).
      (Stas)
    . Fixed bug #72618 (NULL Pointer Dereference in exif_process_user_comment).
      (Stas)

  - GD:
    . Fixed bug #43475 (Thick styled lines have scrambled patterns). (cmb)
    . Fixed bug #53640 (XBM images require width to be multiple of 8). (cmb)
    . Fixed bug #64641 (imagefilledpolygon doesn't draw horizontal line). (cmb)
    . Fixed bug #72512 (gdImageTrueColorToPaletteBody allows arbitrary write/read
      access). (Pierre)
    . Fixed bug #72519 (imagegif/output out-of-bounds access). (Pierre)
    . Fixed bug #72558 (Integer overflow error within _gdContributionsAlloc()).
      (CVE-2016-6207) (Pierre)

  - Intl:
    . Fixed bug #72533 (locale_accept_from_http out-of-bounds access). (Stas)

  - ODBC:
    . Fixed bug #69975 (PHP segfaults when accessing nvarchar(max) defined columns)

  - OpenSSL:
    . Fixed bug #71915 (openssl_random_pseudo_bytes is not fork-safe).
      (Jakub Zelenka)
    . Fixed bug #72336 (openssl_pkey_new does not fail for invalid DSA params).
      (Jakub Zelenka)

  - SNMP:
    . Fixed bug #72479 (Use After Free Vulnerability in SNMP with GC and
      unserialize()). (taoguangchen at icloud dot com)

  - SPL:
    . Fixed bug #55701 (GlobIterator throws LogicException). (Valentin VÄ‚LCIU)

  - SQLite3:
    . Fixed bug #70628 (Clearing bindings on an SQLite3 statement doesn't work).
      (cmb)

  - Streams:
    . Fixed bug #72439 (Stream socket with remote address leads to a segmentation
      fault). (Laruence)

  - Xmlrpc:
    . Fixed bug #72606 (heap-buffer-overflow (write) simplestring_addn simplestring.c).
      (Stas)

  - Zip:
    . Fixed bug #72520 (Stack-based buffer overflow vulnerability in
      php_stream_zip_opener). (loianhtuan at gmail dot com)

  To generate a diff of this commit:
  cvs rdiff -u -r1.142 -r1.143 pkgsrc/lang/php/phpversion.mk
  cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/php56/distinfo

(spz)

2016-07-28 14:49:19 UTC pkgsrc-2016Q2 commitmail json YAML

Pullup ticket #5067 - requested by taca
lang/php55: security update
lang/php: subsequent adjustment

Revisions pulled up:
- lang/php/phpversion.mk                                        1.142
- lang/php55/distinfo                                          1.55

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul 24 02:15:16 UTC 2016

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php55: distinfo

  Log Message:
  Update php55 to 5.5.38 (PHP 5.5.38).

  Quote from release note:

  Note that according to our release schedule, PHP 5.5.38 is the last release
  of the PHP 5.5 branch. There may be additional release if we discover
  important security issues that warrant it, otherwise this release will be
  the final one in the PHP 5.5 branch. If your PHP installation is based on
  PHP 5.5, it may be a good time to start making the plans for the upgrade to
  PHP 5.6 or PHP 7.0.

  21 Jul 2016, PHP 5.5.38

  - BZip2:
      . Fixed bug #72613 (Inadequate error handling in bzread()). (Stas)

  - Core:
      . Fixed bug #70480 (php_url_parse_ex() buffer overflow read). (Stas)
      . Fixed bug #72513 (Stack-based buffer overflow vulnerability in
        virtual_file_ex). (loianhtuan at gmail dot com)
      . Fixed bug #72562 (Use After Free in unserialize() with Unexpected Session
        Deserialization). (taoguangchen at icloud dot com)
      . Fixed bug #72573 (HTTP_PROXY is improperly trusted by some PHP libraries and
        applications). (CVE-2016-5385) (Stas)

  - EXIF:
      . Fixed bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE).
        (Stas)
      . Fixed bug #72618 (NULL Pointer Dereference in exif_process_user_comment).
        (Stas)

  - GD:
      . Fixed bug #72512 (gdImageTrueColorToPaletteBody allows arbitrary write/read
        access). (Pierre)
      . Fixed bug #72519 (imagegif/output out-of-bounds access). (Pierre)
      . Fixed bug #72558 (Integer overflow error within _gdContributionsAlloc()).
        (CVE-2016-6207) (Pierre)

  - Intl:
      . Fixed bug #72533 (locale_accept_from_http out-of-bounds access). (Stas)

  - ODBC:
      . Fixed bug #69975 (PHP segfaults when accessing nvarchar(max) defined columns)

  - SNMP:
      . Fixed bug #72479 (Use After Free Vulnerability in SNMP with GC and
        unserialize()). (taoguangchen at icloud dot com)

  - Xmlrpc:
      . Fixed bug #72606 (heap-buffer-overflow (write) simplestring_addn simplestring.c).
        (Stas)

  - Zip:
      . Fixed bug #72520 (Stack-based buffer overflow vulnerability in
        php_stream_zip_opener). (loianhtuan at gmail dot com)

  To generate a diff of this commit:
  cvs rdiff -u -r1.141 -r1.142 pkgsrc/lang/php/phpversion.mk
  cvs rdiff -u -r1.54 -r1.55 pkgsrc/lang/php55/distinfo

(spz)

2016-07-28 14:38:38 UTC MAIN commitmail json YAML

Updated print/R-knitr to 1.13

(wen)

2016-07-28 14:37:35 UTC MAIN commitmail json YAML

Update to 1.13

Upstream changes:

CHANGES IN knitr VERSION 1.13

NEW FEATURES

    code chunks that generate metadata may be cached now; it requires htmlwidgets >= v0.6 and htmltools >= 0.3.3 if you cache code chunks that contain HTML widgets or Shiny inputs/outputs (#1158)

    when the output format is not HTML, HTML widgets used to fail to render; now knitr will try to generate static screenshots for HTML widgets automatically using the webshot package; you can specify alternative screenshots via the chunk option screenshot.alt (which takes a character vector of image paths), and pass more options to webshot::webshot() via the chunk option screenshot.opts, e.g. list(delay = 3, cliprect = 'viewport')

    added two functions include_url() and include_app() to embed URLs in the output (the latter is for Shiny app URLs); when the output format is HTML, iframe will be used; otherwise screenshots of the URLs will be used

    screenshotting for HTML widgets and URLs can be forced for all output formats via the chunk option screenshot.force = TRUE; if you set the chunk option screenshot.force = FALSE, knitr will just render these content normally and not take screenshots

    added a new chunk option fig.link, which can be used to attach hyperlinks on figures, e.g. you can add a link to a screenshot of a Shiny app so that readers can check out the actual live app after clicking on the static screenshot (this chunk option currently only works for Markdown and LaTeX output)

    syntactical errors in code chunks will be allowed when the chunk option error = TRUE and the package version of evaluate is at least 0.8.4; previously knitr would just stop on parsing errors (hadley/evaluate#65)

    PNG/JPEG images included via include_graphics() also respects the chunk option dpi now; if it is numeric and the chunk option out.width is not set, the output width (in inches) of an image will be automatically calculated from the actual width (in pixels) divided by dpi; note this feature requires the packages png and/or jpeg to be installed, and you can disable the feature using dpi = NA (thanks, @hadley, rstudio/bookdown#38)

    added a new hook function named evaluate in knit_hooks so that users can redefine a evaluator to evaluate the code chunk; the default is evaluate::evaluate(), and your custom evaluator must be compatible with evaluate::evaluate() in terms of the argument names and the data structure of the returned value (a list of values with special classes)

    added a new function combine_words() to combine multiple words / phrases into a single string, which may be useful in inline R expressions, e.g. combine_words(c('a', 'b', 'c')) returns a, b, and c

    render_markdown() gained a new argument fence_char to customize the character to be used as the code blocks fence, e.g. it can be a backtick, or a tilde, depending on the Markdown rendering engine (thanks, @tinyheero, #1161)

    the pandoc() function no longer assumes Markdown input (thanks, @scls19fr, #1170)

    added a new function knit_meta_add() so that users can manually inject metadata into the current knitr session

    for the tikz engine, if fig.ext = 'svg', dvisvgm will be called to convert the DVI output of TikZ to SVG; you need to install dvisvgm, and Windows users have to install GhostScript as well (thanks, @dkilfoyle, #1177)

    new js and css engines which surround their content with <script> and <style> tags respecitvely, and print no output when not in an HTML document

    for LaTeX tables, kable() supports short captions now via the caption.short argument, e.g. kable(..., caption = 'A long caption', caption.short = 'A short caption') (thanks, @ismayc, #1199)

    added three global R options knitr.sanitize.errors, knitr.sanitize.warnings, and knitr.sanitize.messages to mask or change the messages, e.g. if options(knitr.sanitize.errors = TRUE) and the chunk option error = TRUE, the actual error message will be replaced by a character string like "An error occurred"; these options can also accept character values so you can customize the messages to be displayed, e.g. options(knitr.sanitize.warnings = 'You had a warning from the code'); see rstudio/shiny#1123 for the motivation of these options

BUG FIXES

    when the chunk option cache.rebuild = TRUE, the cache database should be rewritten (thanks, Oleg Mayba)

    include_graphics() did not work in inline R expressions (thanks, @WastlM, #1166)

    the cex parameter was not correctly restored in the case of opts_knit$set(global.par = TRUE) (http://stackoverflow.com/q/35606445/559676)

    for Rnw documents, when there are two instances of \documentclass{}, knitr might mistakenly treats the second instance as the the actual command to declare the document class (thanks, #1180, @ekstroem)

    corrected the environment for evaluating R scripts in stitch_rhtml() and stitch_rmd() (thanks, @Hughan, #1207)

MAJOR CHANGES

    the default value of the package option eval.after is changed from NULL to fig.cap, i.e. the figure caption will always be evaluated after a code chunk is evaluated (thanks, @JoshOBrien, #1165)

    the function eclipse_theme() has been removed since the website eclipsecolorthemes.org has been down for a long time

(wen)

2016-07-28 14:33:20 UTC MAIN commitmail json YAML

2016-07-28 14:26:31 UTC MAIN commitmail json YAML

Updated textproc/R-highr to 0.6

(wen)

2016-07-28 14:25:35 UTC MAIN commitmail json YAML

Update to 0.6

Upstream changes:
CHANGES IN highr VERSION 0.6

NEW FEATURES

o `hilight()` can deal with multibyte characters that cannot represented in
the system native encoding now (on Windows)

BUG FIXES

o blank lines before/after code are preserved in the hilight() output now
(thanks, Terry Therneau)

(wen)

2016-07-28 14:17:50 UTC MAIN commitmail json YAML

Updated devel/R-evaluate to 0.9

(wen)