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 (1m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 15:10:15 UTC Now

2016-03-04 16:06:19 UTC MAIN commitmail json YAML

Updated package to latest version, 113.24.00. Changes include:

Switch code in lib subdir to ppx-style.
Inline some calls that js_of_ocaml was unable to recognise as tail-recursive
(cf. issue 14)
Minor update: documentation.
Added sexp_of_ support for GADTs, and remove the not-quite-working support
for of_sexp.
Improved the implementation of Exn.sexp_of_t, using the unique id in
exceptions in OCaml 4.02.
We use the identifier to map exception constructors to converters.

(jaapb)

2016-03-04 16:00:12 UTC MAIN commitmail json YAML

Remove duplicate DEPENDS.

(youri)

2016-03-04 15:54:03 UTC MAIN commitmail json YAML

Extract using bsdtar, fails with plain tar for me (NetBSD 7.99.26/amd64)
Merge post-install into do-install.
Re-add bin/arc to PLIST.

(wiz)

2016-03-04 15:50:36 UTC MAIN commitmail json YAML

Extract using bsdtar, failed with plain tar for me.

(wiz)

2016-03-04 15:50:18 UTC MAIN commitmail json YAML

2016-03-04 15:49:18 UTC MAIN commitmail json YAML

Added devel/ocaml-ppx_type_conv version 113.24.00

(jaapb)

2016-03-04 15:48:52 UTC MAIN commitmail json YAML

Added devel/ocaml-ppx_sexp_conv version 113.24.00

(jaapb)

2016-03-04 15:47:52 UTC MAIN commitmail json YAML

Added ocaml-ppx_deriving and ocaml-ppx_type_conv to SUBDIRs

(jaapb)

2016-03-04 15:44:28 UTC MAIN commitmail json YAML

2016-03-04 15:40:36 UTC MAIN commitmail json YAML

2016-03-04 15:34:07 UTC MAIN commitmail json YAML

Added devel/ocaml-ppx_driver version 113.24.00

(jaapb)

2016-03-04 15:33:50 UTC MAIN commitmail json YAML

2016-03-04 15:30:27 UTC MAIN commitmail json YAML

Added ocaml-ppx_optcomp to SUBDIRs

(jaapb)

2016-03-04 15:30:03 UTC MAIN commitmail json YAML

Added devel/ocaml-ppx_optcomp version 113.24.00

(jaapb)

2016-03-04 15:29:40 UTC MAIN commitmail json YAML

2016-03-04 15:23:56 UTC MAIN commitmail json YAML

Depend on opcache rather than zendopcache, it supports php56.

(youri)

2016-03-04 15:23:29 UTC MAIN commitmail json YAML

2016-03-04 15:23:03 UTC MAIN commitmail json YAML

added ocaml-ppx_core to SUBDIRs

(jaapb)

2016-03-04 15:22:25 UTC MAIN commitmail json YAML

Added devel/ocaml-ppx_core version 113.24.00

(jaapb)

2016-03-04 15:22:01 UTC MAIN commitmail json YAML

2016-03-04 15:19:42 UTC MAIN commitmail json YAML

Added OCAML_USE_OASIS_DYNRUN option

(jaapb)

2016-03-04 14:02:28 UTC MAIN commitmail json YAML

Updated www/py-uliweb to 0.4.1

(wen)

2016-03-04 13:54:25 UTC MAIN commitmail json YAML

Update to 0.4.1

Upstream changes:
0.4.1 Version 2014-11-22

    Add new app sequence, you can use it to create sequence value.
    Fix generic version parameter passing to obj.save() bug, only when version is not False will be passed
    Improve nginx and supervisor config content for deployment
    Fix multi expose expose('/') and expose('') for the same URL bug
    Add strict_slashes=False to Map instance.
    Add Reference() with reference_class is None, it can replace SelfReference
    Add ManyToMany() with reference_class is None, it can implements self manytomany relationship.
    Fix ManyToMany() with through model references to the same model bug
    Add #{appname} support in settings.ini
    Add support for head.js
    Fix template try bug

0.4 Version 2014-9-17

    Refactor template with tornado
    Fix Pickle default value process bug, will not convert empty value to ''
    Add staticize command
    Resume DEBUG_TEMPLATE option for template
    Fix count implement when there is group_by, limit, join, it'll use select count(*) from (select * from table)
    Add debug parameter for tracing i18n language
    ORM add duplication support, so you can set it in CONNECTIONS options, it'll make definition of Model engine simple
    Add set_session() function to orm
    Add fieldname parameter to Property, and fix column mapping process between property and table field
    Add -z paramter to load and loadtable command, thanks for linuxr
    Fix uliweb load for csv format bug, thanks for taogeT
    Fix tmp/templates_temp creation

(wen)

2016-03-04 13:41:01 UTC MAIN commitmail json YAML

Updated devel/libzookeeper to 3.4.8

(fhajny)

2016-03-04 13:40:51 UTC MAIN commitmail json YAML

Updated devel/zookeeper to 3.4.8

(fhajny)

2016-03-04 13:40:35 UTC MAIN commitmail json YAML

Update zookeeper to 3.4.8.

Changes in 3.4.8

Bug
- std::length_error on update children
- PurgeTxnLog does not correctly purge when snapshots and logs
  are at different locations
- Several four-letter words are undocumented.
- ZK Server startup fails if there are spaces in the JAVA_HOME path
- TGT refresh time logic is wrong
- assert in setup_random
- JMX is disabled even if JMXDISABLE is false
- Deadlock shutting down zookeeper
- Update commons collections version used by tests/releaseaudit

Changes in 3.4.7

Sub-task
- ClientBase#createClient is failing frequently
- Server not coming back up in QuorumZxidSyncTest
- QuorumPeer is not shutdown in few cases
- WatcherTest#testWatchAutoResetWithPending is failing
- ZKClients are hitting KeeperException$ConnectionLossException due
  to wrong usage pattern
- testTruncationNullLog fails on windows
- Port async multi to 3.4 branch

Bug
- log all exceptions not caught by ZK threads
- large numbers of watches can cause session re-establishment to fail
- The Barrier sample code should create a EPHEMERAL znode instead
  of EPHEMERAL_SEQUENTIAL znode
- C client bug in zookeeper_init (if bad hostname is given)
- Net-ZooKeeper: Net::ZooKeeper consumes 100% cpu on wait
- C client lib doesn't build on Solaris
- getACL should only call DataTree.copyStat when passed in stat is
  not null
- adding .gitattributes to prevent CRLF and LF mismatches for source
  and text files
- PurgeTxnLog may delete data logs during roll
- Add description for pzxid in programmer's guide.
- fix windows build
- zkCli.sh can't issue a CREATE command containing spaces in the data
- Inconsistent behavior in autocreation of dataDir and dataLogDir
- ZkCli.cmd commands fail with "'java' is not recognized as an internal
  or external command"
- update all notice files, copyright, etc... with the new year - 2014
- ZK Shell/Cli not processing commands
- NullPointerException in truncate
- JDK8] Sort children for comparison in AsyncOps tests
- zkpython: invalid data in GetData for empty node
- REST contrib module does not include all required files when packaged
- Invalid manifest files due to bogus revision property value
- Apache Zookeeper logs cleartext admin passwords
- Unit tests should only use build/test/data for data
- zkServer.sh fails to read dataDir (and others) from zoo.cfg
  on Solaris 10 (grep issue, manifests as FAILED TO WRITE PID).
- ReconfigRecoveryTest.testNextConfigUnreachable is failing
- quot;src/contrib/zooinspector/NOTICE.txt" isn't complying
  to ".gitattributes" in branch-3.4
- deb - zkCli.sh, zkServer.sh and zkEnv.sh regression caused
  by ZOOKEEPER-1663
- recipes jar not included in the distribution package
- Startup order in ServerCnxnFactory-ies is wrong
- zookeeper follower fails to start after a restart immediately
  following a new epoch
- Jute compareBytes incorrect comparison index
- Yosemite build failure: htonll conflict
- Unable to delete a node when the node has no children
- Zookeeper 3.4.x and 3.5.0-alpha is not OSGi compliant
- Trace bug in NettyServerCnxnFactory
- Prevent resource leak in various classes
- Memory leak on zookeeper_close
- C client builds with incorrect error codes in VisualStudio 2010+
- jute generated allocate_* functions are not externally visible
- Allow Zookeeper version string to have underscore '_'
- JMX ObjectName is incorrect for observers
- BinaryInputArchive readString should check length before
  allocating memory
- JUnit4ZKTestRunner logs test failure for all exceptions even
  if the test method is annotated with an expected exception.
- QuorumCnxManager#receiveConnection may crash with random input
- Network issues can cause cluster to hang due to near-deadlock
- PurgeTxnLog does not correctly purge when snapshots and logs are
  at different locations
- Empty path in Set crashes server and prevents restart
- Four letter command hangs when network is slow
- stmk four-letter word fails execution at server while reading
  trace mask argument.
- License update
- JMX State from LocalPeerBean incorrect
- SimpleSysTest test cases fails
- Zookeeper is not using specified JMX port in zkEnv.sh
- Zookeeper doc creation fails on windows
- QuorumPeer loadDataBase() error message is incorrect
- compilation broken for 3.4

Improvement
- Cut down the running time of ZKDatabase corruption.
- Upload Zookeeper package to Maven Central
- Re-try DNS hostname -> IP resolution if node connection fails
- mismatched CR/LF endings in text files
- AsyncCallback.*Callback don't have any Javadoc
- Improve Thread handling
- Enable JMX remote monitoring
- Server to log underlying cause of SASL connection problems
- Improve exit log messsage of EventThread and SendThread by adding
  SessionId
- Typo in Watcher.java
- Let DataNode.getChildren() return an unmodifiable view of its
  children set
- Log type of unexpected quorum packet in learner handler loop
- Make the three-node minimum more explicit in documentation
  and on website
- Change client connect zk service timeout log level from Info
  to Warn level

(fhajny)

2016-03-04 13:38:09 UTC MAIN commitmail json YAML

Bump dependency on libgpg-error to >=1.21; does not actually complete
configure with a lesser version.

(kleink)

2016-03-04 13:29:54 UTC MAIN commitmail json YAML

Fixup library names on Darwin.

(jperkin)

2016-03-04 13:26:54 UTC MAIN commitmail json YAML

Updated devel/p5-Want to 0.29

(wen)

2016-03-04 13:26:07 UTC MAIN commitmail json YAML

Update to 0.29

Upstream changes:
0.27  Thu 25 Feb 2016 21:26:04 GMT
    - perl 5.23.8 breaks the hack we were using to implement double_return.

    This patch from David Mitchell fixes it. See https://rt.cpan.org/Ticket/Display.html?id=112226

    David wrote:

    > Running with a debugging perl-5.23.8 will show assertion failures in the Want test suite. It's because PL_comppad/PL_curpad save/restore is now done by the context stack / cx_popsub() rather than as previously on the savestack / LEAVE.

    > This stops the double_return() 'convert CXt_SUB to CXt_NULL' hack from working properly, as PL_comppad is no longer restored when transitioning from the inner to outer sub. The attached patch substitutes one evil hack for another: it keeps the CXt_SUB context stack entry, but sets its retop field to point to the return op again (rather than its caller) so that the return op gets called twice (with a bit of markstack hackery to ensure there are two marks for the two returns to pop).

    > rreturn and lnoreturn are also a bit under-tested. In particular, there are no tests for rreturn in list context. I added such a test, but more need adding.

    > I can see this hack breaking again in the future. Perhaps in the long term
    > rreturn() and lnoreturn() should be implemented using custom ops???

    > Dave M.

0.28  Thu 25 Feb 2016 22:02:42 GMT
    - Fix test failure in 5.14
    - Fix test failure in 5.23.9 (using a patch from Slaven Rezic)
      http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Want-0.26-RT112226.patch

0.29  Fri 26 Feb 2016 04:42:19 GMT
    - Restore compatibility with certain older perl versions (5.10 and 5.12)

      It seems that �𦯷TTRS: lvalue�� doesn�脌 work with older perls, but that you can
      forward-declare the method in Perl code with the :lvalue attribute with the same
      effect.

      This version of Want is still broken with perl 5.8, for reasons I haven�脌 investigated.

(wen)

2016-03-04 13:17:51 UTC MAIN commitmail json YAML

Updated devel/p5-Proc-Simple to 1.32

(wen)

2016-03-04 13:17:05 UTC MAIN commitmail json YAML

Update to 1.32

Upstream changes:
1.32 (2015/11/15)
            (ms) [rt.cpan.org #108215] open() calls now use the safe form.

(wen)

2016-03-04 13:13:33 UTC MAIN commitmail json YAML

Updated devel/p5-PPIx-Regexp to 0.048

(wen)

2016-03-04 13:12:34 UTC MAIN commitmail json YAML

Update to 0.048

Upstream changes:
0.048 2016-02-29 T. R. Wyant
  Add option 'strict', like 'use re "strict"'
    In the presence of strict(), I opted to set perl_version_introduced
    to the version of Perl where the construct became an error.

  Parse '\N{}' as no-op.
    The previous parse was a character class ('\N') followed by two
    literals ('{' and '}'). But perl5238delta said that it had been
    ignored up to that time. Starting with 5.23.8 it is an error if 'use
    re strict' is in effect.

  Quash 'NOT a POSIX class ...' warning under 5.23.8

  Add Makefile targets authortest and testcover.

0.047 2016-01-29 T. R. Wyant
  Recognize \b{lb}, introduced in 5.23.7. If this is retracted before
    5.24, it will be removed outright.

0.046 2016-01-08 T. R. Wyant
  Add GitHub repository to mmetadata.

0.045 2015-12-31 T. R. Wyant
  Deprecate tokenizer method prior() in favor of
    prior_significant_token(). This is not part of the public interface,
    so I suppose I could have just slam-dunked it, but ...

  Add ability to parse strings as well as regexes
    The new functionality is controlled by the new new() argument
    'parse', whose permitted values are 'regex' (the default), 'string',
    or 'guess'.  String parsing, and the 'string' and 'guess' values of
    'parse', are experimental.

0.044 2015-12-08 T. R. Wyant
  Allow nesting of \Q with \U, \L, and \F
    The perlop docs say these nest with each other. Playing with Perl
    suggests that \U, \L and \F supersede each other, but thet they as a
    group nest with \Q in either order, so that if you specify \Q and
    one of the \U, \L, \F group you need two \Es to turn them all back
    off.

  Restrict recognition of back references in replacement strings to
    \number form, since Perl itself does not recognize \g{...} or
    \k{...} there.

  Recognize postfix dereference if desired. This is controlled by the
    Boolean argument 'postderef' passed to PPIx::Regexp->new(). The
    default is false, but will become true if postfix dereference
    becomes mainstream Perl 5.

  Add explain() and supporting methods main_structure() and
    in_regex_set(). The explain() method returns a brief explanation of
    what the element does.

0.043 2015-11-18 T. R. Wyant
  Do not end regex set prematurely on finding '])'
    The problem is that '])' can occur within an extended bracketed
    character class if it contains grouping parentheses and the last
    item in a group is a regular bracketed character class and there is
    no white space between the end of the character class and the end of
    the group.

  Record parse failure if switch condition is unknown
    The structure was being reblessed to
    PPIx::Regexp::Structure::Unknown, but the number of parse failures
    was not being incremented.

  Parse \U and friends as meta-characters inside \Q...\E
    This turns out to be what Perl itself does, as shown by
    $ perl -E 'say qr{\Q\Ufoo}'

  Clear error when lexer identifies unknown token. Those who peruse the
    changes in this release will see that a bunch of refactoring was
    done as part of this.

  Parse white space inside bracketed character classes inside extended
    bracketed character classes (whew!) as literals, except for the
    space character itself and the horizontal tab. This tracks the
    corresponding change in Perl 5.23.4. This will be reverted if the
    corresponding Perl change does not make it into 5.24.0.

  Beginning with version 0.035, PPIx::Regexp was incorrectly reporting
    the sense of modifiers when the same token both asserted and negated
    modifiers (e.g. '(?x-i:...)'). This release should correct the
    problem.

  Document policy when Perl changes in such a way that the proper parse
    for a regular expression changes. In this case the more modern parse
    is preferred.

0.042 2015-10-09 T. R. Wyant
  Report error rather than failing when parsing a string consisting
    wholly of white space.

  Group types were not being recognized if they contained the delimiter
    character for the regexp (e.g. in qr<(?\<foo)> the look-behind
    assertion was not recognized as such).

  Correct mis-parse of ' s///'. Leading white space is supposed to be
    acceptable, but the leading whitespace token caused
    PPIx::Regexp::Lexer not to recognize the substitution as such.

  Tokenizer was failing when the string to be parsed was so bad it was
    trying to return the whole thing as a single
    PPIx::Regexp::Token::Unknown.

  PPIx::Regexp::Dumper now displays a message if a structure is missing
    its end delimiter.

  RT 107331 Produce parse error in the presence of trailing cruft.
    Thanks to Klaus Rindfrey for catching this.
    The tokenizer now does a preliminary scan for delimiting brackets
    and modifiers. Anything after the modifiers except for white space
    is now made into a PPIx::Regexp::Token::Unknown, resulting in a
    parse failure being reported. The previous implementation simply
    assumed a valid expression, and in the case of the expression in the
    ticket blithely mismatched the delimiters and returned a parse
    without failures, but which was manifestly bogus.

  Tweak documentation in PPIx::Regexp.

(wen)

2016-03-04 13:08:04 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-Tidy to 20160302

(wen)

2016-03-04 13:06:58 UTC MAIN commitmail json YAML

Update to 20160302

Upstream changes:
2016 03 02
      - RT #112534. Corrected a minor problem in which an unwanted newline
        was placed before the closing brace of an anonymous sub with
        a signature, if it was in a list.  Thanks to Dmytro Zagashev.

      - Corrected a minor problem in which occasional extra indentation was
        given to the closing brace of an anonymous sub in a list when the -lp
        parameter was set.

  2016 03 01
      - RT #104427. Added support for signatures.

      - RT #111512.  Changed global warning flag $^W = 1 to use warnings;
        Thanks to Dmytro Zagashev.

      - RT #110297, added support for new regexp modifier /n
        Thanks to Dmytro Zagashev.

      - RT #111519.  The -io (--indent-only) and -dac (--delete-all-comments)
        can now both be used in one pass. Thanks to Dmitry Veltishev.

      - Patch to avoid error message with 'catch' used by TryCatch, as in
          catch($err){
              # do something
          }
        Thanks to Nick Tonkin.

      - RT #32905, UTF-8 coding is now more robust. Thanks to qsimpleq
        and Dmytro for patches.

      - RT #106885. Added string bitwise operators ^. &. |. ~. ^.= &.= |.=

      - Fixed RT #107832 and #106492, lack of vertical alignment of two lines
        when -boc flag (break at old commas) is set.  This bug was
        inadvertantly introduced in previous bug fix RT #98902.

      - Some common extensions to Perl syntax are handled better.
        In particular, the following snippet is now foratted cleanly:

          method deposit( Num $amount) {
              $self->balance( $self->balance + $amount );
          }

        A new flag -xs (--extended-syntax) was added to enable this, and the default
        is to use -xs.

        In previous versions, and now only when -nxs is set, this snippet of code
        generates the following error message:

        "syntax error at ') {', didn't see one of: case elsif for foreach given if switch unless until when while"

(wen)

2016-03-04 13:00:04 UTC MAIN commitmail json YAML

Updated databases/p5-Data-Table to 1.73

(wen)

2016-03-04 12:59:07 UTC MAIN commitmail json YAML

Update to 1.73

Upstream changes:
1.73 Thu Mar  3 20:34:46 PST 2016
  Some mionor typos in the document fixed. No code change.
  Thanks to Lucas Kanashiro

(wen)

2016-03-04 12:53:11 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 6.53

(wen)

2016-03-04 12:51:18 UTC MAIN commitmail json YAML

Update to 6.53

Upstream changes:
6.53  2016-03-03
  - Removed multi_accept setting from Hypnotoad.
  - Removed -M options from daemon and prefork commands.
  - Deprecated Mojo::IOLoop::multi_accept.
  - Deprecated Mojo::IOLoop::Server::multi_accept.
  - Deprecated Mojo::Server::Daemon::multi_accept.
  - Added single_accept option to Mojo::IOLoop::Server::listen.
  - Added single_accept parameter to Mojo::Server::Daemon::listen.
  - Increased default max_requests from 25 to 100 in Mojo::Server::Daemon.
  - Increased default accepts from 1000 to 10000 in Mojo::Server::Prefork.
  - Improved performance of many Mojo::Util functions slightly.
  - Fixed default value bug in val method of Mojo::DOM.

6.52  2016-03-02
  - Added is_accepting method to Mojo::IOLoop::Server.
  - Added -M option to daemon command.
  - Improved responsiveness of stop_gracefully method in Mojo::IOLoop.
  - Fixed bug in Mojo::IOLoop where too many connections could be accepted.
  - Fixed a few concurrency bugs in Mojo::IOLoop.

6.51  2016-02-29
  - Fixed bug in Mojolicious::Plugin::EPLRenderer where empty templates from the
    DATA section would be ignored.
  - Fixed a few "0" value bugs in Mojolicious::Renderer.

(wen)

2016-03-04 12:47:27 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.171

(wiz)

2016-03-04 12:47:13 UTC MAIN commitmail json YAML

Update mame to 0.171.

0.171
-------

MAMETesters Bugs Fixed
----------------------
- 06137: [Crash/Freeze] (maygay1bsw.c) Many sets in maygay1bsw.cpp: Several games
  are crashing while "initializing.." (Osso)
- 06135: [Interface] ROM-less games cannot be started from internal UI
- 02327: [Graphics] (megasys1.c) chimerab: Priorty PROM is missing. (David Haywood)
- 06134: [Misc.] all games with LED outputs: ledutil no longer works (micko)
- 06139: [Color/Palette] (x68k.c) x68k [akumajo]: Some elements turn blue (crazyc)

Source Changes
--------------
-New video chip support : Thomson EF9364 / Sescosem SFF96364 [Jean-Francois DEL NERO]

-Pyon Pyon Jump:  [Roberto Fresca]
Create derivative machine driver.
Hooked the V9938 Yamaha VDP.
Added the DIP switches bank #1
Hooked the system input ports.
Added support for Yamaha YM2149.
Decoupled the YM2149 data read.
Correct bankswitching.
Added sound latch & output port.
Version added to the game description.
Proper inputs + DIP switches support.
Second CPU IRQ ack. Promoted to working.
OKI M5205 ADPCM samples support.

-pulsarlb: Added extra bios [Robbbert]

-Modernized sound volume setting code in various Atari drivers [AJR]

-Fixed F3 soft-reset on Arkanoid sets with MCU [Lord Nightmare]

-osdmini: Fixes build issues [Stuart Carnie]

-Replaced osd_lock with std::mutex [Miodrag Milanovic]

-Software list entries can now supply slot option defaults [AJR]

-i8271: Unload head after programmed revolutions [Nigel Barnes]

-apple2: Fix parallel card ACK handling, Print Shop almost works with
the lx810l now. [R. Belmont]

-Nibble driver: Rewrote the whole driver. Added video hardware,
preliminary machine driver and memory map. Decoded the graphics.
[Roberto Fresca]

-Made anonymous timer non-anonymous in arkanoid.cpp, fixes savestates
for the sets using the original Taito MCU code [Lord Nightmare]

-Allow load/saved state slots to be bound to joystick buttons [Victor Vasiliev]

-Dumped "Dead or Alive 2 (Rev A)", match existent set, fix game and EPRROM names
[Smitdogg, The Dumping Union]

-Dumped "King of Fighters XI" EN, match JP one, add notes [Brizzo]

-Substantial improvements to Web Audio sound backend for Emscripten
port.  [Grant Galitz]

-disound: Don't crash on state load when the mixer is disabled by lack
of inputs (misconfiguration or missing samples) [O. Galibert]

-Initial import of MEWUI to MAME [Maurizio Petrarota]

-External DATs grouped into a single view. [Maurizio Petrarota]

-New video chip support: Thomson EF9364 / Sescosem SFF96364 [Jean-Francois DEL NERO]

-z80.cpp: Added a debug mechanism for /WAIT pin assertion mechanism
(enable with STALLS_ON_WAIT_ASSERT in CPU core), and hooked it up to
Night Gal driver as a quick example. [Angelo Salese]

-Make octal flag part of address_space/address_space_config [AJR]

-Added unknown NAOMI development(?) board BOOT ROM [coolmod]

-Initial support for BGFX [Ryan Holtz, Dario Manesku, Branimir Karadic, Miodrag Milanovic]

-Significant speed improvements to the BGFX renderer. [Ryan Holtz]

-Added basic JSON-based single-pass shader effect support to BGFX renderer. [Ryan Holtz]

-Added hat trick hero 93 PALs [Alex Cmaylo]

-catnmous: graphical improvements [Vernimark, Vas Crabb]
  * Redumped Cat and Mouse colour sprite ROM as the correct size
  * Implement sprite ROM banking
  * Improve colour palette using resistor values from board photographs

-laserbat: fix inadvertently swapped TMS organ chip clocks (fixes music) [Vas Crabb]

-Make Zaccaria 1B11107 and 1B11142 boards devices and share common parts [Vas Crabb]

-apple1: Completely rewrote the driver in modern idioms. All
functionality should be the same. [R. Belmont]

-Descrambled the ROM on the Xerox NoteTaker, and mapped it in the
correct areas to make it start to boot. [Lord Nightmare]

-Xerox NoteTaker: Corrected CPU Clock speed, and map at least some of RAM
[Lord Nightmare]

-electron: Added cassette softlist and implemented BREAK key [Nigel Barnes]

-Xerox NoteTaker: Corrected RAM amount.  Attached the pic8259 interrupt
controller, though no interrupts are attached to that yet. Added
documentation of i/o writes during the boot process. [Lord Nightmare]

-vigilant.cpp: Added video timing PROM. [Pasky, caius]

-Videosnaps patch (additional file to write: gamename.inp.timecode) [Michele Fochi]
  Added new options:
  * [no]exit_after_playback (default=no)
  * [no]record_input (default=no) Added new UI shortcut to save current
      timecode (default F12) Translated variable names and comments to
      english language

-Sord m5 driver update [Ales Dlabac]
added support for RAM expansions EM-5,64KBI,64KBF,64KRX
added m5p_brno mod Sord m5+1024kB
ramdisk+cp/m 2 cart slots

-Moon Light (Set 2): Fix the program ROM addressing. This fix the
corrupt graphics in the double-Up feature. [Roberto Fresca]

-Moved JANGOU_BLITTER into a device [Angelo Salese]

-NCS8105 ADCX opcode is actually an ADDX, fixes gfx garbage in
nightgal.cpp [Angelo Salese]

-Corrected ROM labels and removed endian-swap during descramble for
notetaker in favor of loading ROMs the other way round. Add ROM
locations. [Lord Nightmare]

-Xerox NoteTaker: Implement ROM/RAM overlay as per schematics.
Documented Address map and part of I/O map. [Lord Nightmare]

-Note that one of the buccaneers proms matches the vigilante video sync
prom [caius, David Haywood]

-Moon Light: Rearranged and split by program. This generated new sets
due to the hidden extra programs in the program ROMs. [Roberto Fresca]

-Xerox NoteTaker: Added the IO Processor firmware v1.50 as an alt bios
after typing it from the assembly source listing on bitsavers. Added
two PROMs as NO_DUMP. Updated comments and history a bit, but needs
further improvement. [Lord Nightmare]

-Updated Xerox NoteTaker documentation and history section, with cited
sources. [Lord Nightmare]

-Cherry Master v1.10: Fixed inputs / DIP switches. [Roberto Fresca]

-Xerox NoteTaker: Finished documenting the I/O CPU's I/O ports, updated
history documentation a bit more [Lord Nightmare]

-Figured out algorithm and replaced SnowBoard Championship lookup
table with proper emulation of device [Samuel Neves & Peter
Wilhelmsen]

-chihiro.c: Redumped "Sega Network Taisen Mahjong MJ 2 (Rev G)" [ANY]
Re-parented set

-mitchell.cpp: Dumped a blockjoy board and noted a rom label difference
[Andrea Palazzetti]

-snotec.xml: Added 3 new cart dumps. [TeamEurope]

-Extended LUA API [Jeffrey Clark]

-Support for the AMPAL18P8 to the jedutil tool. [Kevin Eshbach]

-Improved cross compile support [Jeffrey Clark]

-Hp9845: Added tape driver [F. Ulivi]

-r9751: Add more DMA registers for serial and floppy [Brandon Munger]

-slapstic: One small step toward slapstic modernization [AJR]
  * Make chip number part of device configuration, not init param
  * Correct mainpcb slapstic number in racedrivpan
  * Remove many unused slapstics

-c64_cart.xml, c128_cart.xml: Added some diagnostic carts.
[World of Jani]

-COM5016/COM8116 Baud Generator: Added a bunch more divisor tables and
notes [Lord Nightmare]

-Apollo changes: [Hans Ostermeyer]
* Unified logging format in associated devices
* Use correct raw video modes

-Xerox NoteTaker: Finished IOCPU memory map documentation. Hooked up the two
UARTS. Begin hookup of the screen/CRTC. Fixed an issue with writes to
ROM-mapped areas shadowing to RAM. Added 960KHz xtal for the keyboard UART.
[Lord Nightmare]

-AY-3-1015 UART: Fixed two swapped pin functions. [Lord Nightmare]

-Added multi-language support for MAME [Miodrag Milanovic]

-sq1: Much-improved LCD and front panel button support.
[Parduz, R. Belmont]

-weddingr: better input port descriptions [Vas Crabb]

-Added Chinese Simplified and Chinese Traditional translation [YuiFAN]

-Added German translation [Raf Tacker]

-Added Japanese translation [Fujix]

-Added Italian translation [Angelo Salese,Antonio Paradossi,Fabio Priuli]

-Added Portuguese (Brazil) translation [Ashura-X]

-pacman.cpp, meadwttl.cpp: small fix of game years for Novomatic's Cannon
Ball and Meadows' Meadows 4 in 1, respectively, to synchronize with
history.dat [Antonio Paradossi]

(wiz)

2016-03-04 12:44:19 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 2.001001

(wen)

2016-03-04 12:42:48 UTC MAIN commitmail json YAML

Update to 2.001001

Upstream changes:
2.001001 - 2016-03-04
  - Fixed order of attribute value being set and trigger running when there is
    an isa check present. (RT#112677)
  - Corrected LIFECYCLE METHODS to be a head1 section rather than head2.

(wen)

2016-03-04 11:55:01 UTC MAIN commitmail json YAML

It works with php56 too.

(youri)

2016-03-04 11:30:33 UTC MAIN commitmail json YAML

Remove HOMEPAGE URL from DESCR.

(wiz)

2016-03-04 11:11:59 UTC MAIN commitmail json YAML

2016-03-04 11:11:50 UTC MAIN commitmail json YAML

Added sysutils/xfburn version 0.5.4

(youri)

2016-03-04 11:11:39 UTC MAIN commitmail json YAML

Long overdue import of xfburn-0.5.4 as sysutils/xfburn.

Xfburn is a simple CD/DVD burning tool based on libburnia libraries.
It can blank CD/DVD(-RW)s, burn and create iso images, audio CDs,
as well as burn personal compositions of data to either CD or DVD.
It is stable, and under ongoing development.

(youri)

2016-03-04 10:58:25 UTC MAIN commitmail json YAML

Added devel/phabricator version 20160304

(youri)

2016-03-04 10:58:05 UTC MAIN commitmail json YAML

Added devel/arcanist version 20160224

(youri)

2016-03-04 10:57:48 UTC MAIN commitmail json YAML

Added devel/libphutil version 20160301

(youri)

2016-03-04 10:56:41 UTC MAIN commitmail json YAML

+ libphutil
+ arcanist
+ phabricator

(youri)

2016-03-04 10:56:17 UTC MAIN commitmail json YAML

Import phabricator-20160304 as devel/phabricator.

Phabricator is a collection of open source web applications that help
software companies build better software.

WWW: http://phabricator.org/

(youri)

2016-03-04 10:55:47 UTC MAIN commitmail json YAML

Import arcanist-20160224 as devel/arcanist.

Arcanist is the command-line tool for Phabricator. It allows you to interact
with Phabricator installs to send code for review, download patches, transfer
files, view status, make API calls, and various other things.

(youri)

2016-03-04 10:55:20 UTC MAIN commitmail json YAML

Import libphutil-20160301 as devel/libphutil.

libphutil Library System A system for organizing, loading and introspecting PHP
classes and functions. Uses static analysis to generate, validate and update
library contents and includes. Based on Facebook's similar flib system.

(youri)

2016-03-04 08:58:58 UTC MAIN commitmail json YAML

Set DIST_SUBDIR when changing the checksums but keeping the filename.

(wiz)

2016-03-04 08:43:09 UTC MAIN commitmail json YAML

Update distfile, upstream must have changed the distfile post-release.

(fhajny)

2016-03-04 01:38:39 UTC MAIN commitmail json YAML

pass correct ABI flags to ar(1) on AIX

AIX is particular about the type of object files `ar` should examine.
This should be set explicitly to coincide with the user's defined $ABI.

Contributed by Eric N. Vander Weele.

(tnn)

2016-03-04 01:28:26 UTC MAIN commitmail json YAML

Updated www/netsurf to 3.4

(leot)

2016-03-04 01:28:02 UTC MAIN commitmail json YAML

Update www/netsurf to 3.4.

Changes:
NetSurf 3.4
-----------
NetSurf 3.4 features many optimisations to improve performance over
previous releases. It also contains many bug fixes, including
improvements to page layout. This is also the first release to
contain the Duktape JavaScript engine.  While our JavaScript bindings
have seen a lot of development for this release, JavaScript remains
disabled by default as the support is incomplete. We recommend all
users upgrade to NetSurf 3.4.

(leot)

2016-03-04 00:34:23 UTC MAIN commitmail json YAML

Include desktop-file-utils/desktopdb.mk when there are desktop files.

(youri)

2016-03-04 00:31:49 UTC MAIN commitmail json YAML

2016-03-03 23:22:34 UTC MAIN commitmail json YAML

Add desktop files, making it easier for users to launch the programs.

(youri)

2016-03-03 22:41:21 UTC MAIN commitmail json YAML

remove duplicate .if-clause for SunOS

(tnn)

2016-03-03 22:17:58 UTC MAIN commitmail json YAML

Note update of pkgtools/digest to 20160216

(agc)

2016-03-03 22:11:07 UTC MAIN commitmail json YAML

Update digest to version 20160216, as proposed on tech-pkg.

Changes since previous version:

+ add Taylor Campbell's implementation of SHA3 digests.  This includes
code to calculate 224, 256, 384 and 512bit length digests.

+ change the license on all the code I wrote to be 2-clause BSD

+ modify license years for things that have been changed

+ add self-test command line option to digest(1) via the -t switch

pkgsrc changes

+ derive version number for the package automatically from the source
code

(agc)

2016-03-03 22:05:42 UTC MAIN commitmail json YAML

2016-03-03 21:17:21 UTC MAIN commitmail json YAML

2016-03-03 21:16:46 UTC MAIN commitmail json YAML

Update Tcl to 8.5.19.

Changes in 8.5.16

Changed Tcl behavior
- Unicode 7.0 charset (within BMP)
- [scan %E%G%X].
Updated packages
- http 2.7.13
- tcltest 2.3.8
- platform 1.0.13

Changes in 8.5.17

Changed Tcl behavior
- Fixed several I/O bugs introduced in 8.5.16.

Changes in 8.5.18

(none)

Changes in 8.5.19

New global variables
- tcl_platform(engine) TIP440
Changed Tcl behavior
- Update to Unicode 8.0 support.

(bsiegert)

2016-03-03 21:04:29 UTC MAIN commitmail json YAML

Note remove of package "security/sslscan".

(tron)

2016-03-03 21:02:25 UTC MAIN commitmail json YAML

Remove "sslscan" package. It doesn't built or work with OpenSSL without
SSLv2 which is now the norm in both NetBSD's base system and "pkgsrc".

As the program never supported TLS 1.2 its usefulness was limitted anyway.

(tron)

2016-03-03 20:22:52 UTC pkgsrc-2015Q4 commitmail json YAML

Pullup ticket #4942 - requested by wiedi
mail/exim: security fix

Revisions pulled up:
- mail/exim-html/Makefile                                      1.30-1.31
- mail/exim-html/PLIST                                          1.14
- mail/exim-html/distinfo                                      1.25-1.26
- mail/exim/Makefile                                            1.142-1.143
- mail/exim/distinfo                                            1.63-1.64
- mail/exim/patches/patch-aa                                    1.24

---
  Module Name:    pkgsrc
  Committed By:  bsiegert
  Date:          Sun Jan 10 20:55:57 UTC 2016

  Modified Files:
          pkgsrc/mail/exim: Makefile distinfo
          pkgsrc/mail/exim/patches: patch-aa

  Log Message:
  Update exim to 4.86.

  Exim version 4.86
  -----------------
  JH/01 Bug 1545: The smtp transport option "retry_include_ip_address" is now
        expanded.

  JH/02 The smtp transport option "multi_domain" is now expanded.

  JH/03 The smtp transport now requests PRDR by default, if the server offers
        it.

  JH/04 Certificate name checking on server certificates, when exim is a client,
        is now done by default.  The transport option tls_verify_cert_hostnames
        can be used to disable this per-host.  The build option
        EXPERIMENTAL_CERTNAMES is withdrawn.

  JH/05 The value of the tls_verify_certificates smtp transport and main options
        default to the word "system" to access the system default CA bundle.
        For GnuTLS, only version 3.0.20 or later.

  JH/06 Verification of the server certificate for a TLS connection is now tried
        (but not required) by default.  The verification status is now logged by
        default, for both outbound TLS and client-certificate supplying inbound
        TLS connections

  JH/07 Changed the default rfc1413 lookup settings to disable calls.  Few
        sites use this now.

  JH/08 The EXPERIMENTAL_DSN compile option is no longer needed; all Delivery
        Status Notification (bounce) messages are now MIME format per RFC 3464.
        Support for RFC 3461 DSN options NOTIFY,ENVID,RET,ORCPT can be advertised
        under the control of the dsn_advertise_hosts option, and routers may
        have a dsn_lasthop option.

  JH/09 A timeout of 2 minutes is now applied to all malware scanner types by
        default, modifiable by a malware= option.  The list separator for
        the options can now be changed in the usual way.  Bug 68.

  JH/10 The smtp_receive_timeout main option is now expanded before use.

  JH/11 The incoming_interface log option now also enables logging of the
        local interface on delivery outgoing connections.

  JH/12 The cutthrough-routing facility now supports multi-recipient mails,
        if the interface and destination host and port all match.

  JH/13 Bug 344: The verify = reverse_host_lookup ACL condition now accepts a
        /defer_ok option.

  JH/14 Bug 1573: The spam= ACL condition now additionally supports Rspamd.
        Patch from Andrew Lewis.

  JH/15 Bug 670: The spamd_address main option (for the spam= ACL condition)
        now supports optional time-restrictions, weighting, and priority
        modifiers per server.  Patch originally by <rommer%active.by@localhost>.

  JH/16 The spamd_address main option now supports a mixed list of local
        and remote servers.  Remote servers can be IPv6 addresses, and
        specify a port-range.

  JH/17 Bug 68: The spamd_address main option now supports an optional
        timeout value per server.

  JH/18 Bug 1581: Router and transport options headers_add/remove can
        now have the list separator specified.

  JH/19 Bug 392: spamd_address, and clamd av_scanner, now support retry
        option values.

  JH/20 Bug 1571: Ensure that $tls_in_peerdn is set, when verification fails
        under OpenSSL.

  JH/21 Support for the A6 type of dns record is withdrawn.

  JH/22 Bug 608: The result of a QUIT or not-QUIT toplevel ACL now matters
        rather than the verbs used.

  JH/23 Bug 1572: Increase limit on SMTP confirmation message copy size
        from 255 to 1024 chars.

  JH/24 Verification callouts now attempt to use TLS by default.

  HS/01 DNSSEC options (dnssec_require_domains, dnssec_request_domains)
        are generic router options now. The defaults didn't change.

  JH/25 Bug 466: Add RFC2322 support for MIME attachment filenames.
        Original patch from Alexander Shikoff, worked over by JH.

  HS/02 Bug 1575: exigrep falls back to autodetection of compressed
        files if ZCAT_COMMAND is not executable.

  JH/26 Bug 1539: Add timout/retry options on dnsdb lookups.

  JH/27 Bug 286: Support SOA lookup in dnsdb lookups.

  JH/28 Bug 1588: Do not use the A lookup following an AAAA for setting the FQDN.
        Normally benign, it bites when the pair was led to by a CNAME;
        modern usage is to not canoicalize the domain to a CNAME target
        (and we were inconsistent anyway for A-only vs AAAA+A).

  JH/29 Bug 1632: Removed the word "rejected" from line logged for ACL discards.

  JH/30 Check the forward DNS lookup for DNSSEC, in addition to the reverse,
        when evaluating $sender_host_dnssec.

  JH/31 Check the HELO verification lookup for DNSSEC, adding new
        $sender_helo_dnssec variable.

  JH/32 Bug 1397: Enable ECDHE on OpenSSL, just the NIST P-256 curve.

  JH/33 Bug 1346: Note MAIL cmd seen in -bS batch, to avoid smtp_no_mail log.

  JH/34 Bug 1648: Fix a memory leak seen with "mailq" and large queues.

  JH/35 Bug 1642: Fix support of $spam_ variables at delivery time.  Was
        documented as working, but never had.  Support all but $spam_report.

  JH/36 Bug 1659: Guard checking of input smtp commands again pseudo-command
        added for tls authenticator.

---
  Module Name:    pkgsrc
  Committed By:  adam
  Date:          Mon Jan 11 08:35:32 UTC 2016

  Modified Files:
          pkgsrc/mail/exim-html: Makefile PLIST distinfo

  Log Message:
  Match mail/exim version

---
  Module Name:    pkgsrc
  Committed By:  wiedi
  Date:          Wed Mar  2 20:13:18 UTC 2016

  Modified Files:
          pkgsrc/mail/exim: Makefile distinfo
          pkgsrc/mail/exim-html: Makefile distinfo

  Log Message:
  Update mail/exim and mail/exim-html to 4.86.2

  Exim version 4.86.2
  -------------------
  Portability relase of 4.86.1

  Exim version 4.86.1
  -------------------
  HS/04 Add support for keep_environment and add_environment options.
        This fixes CVE-2016-1531.

  All installations having Exim set-uid root and using 'perl_startup' are
  vulnerable to a local privilege escalation. Any user who can start an
  instance of Exim (and this is normally *any* user) can gain root
  privileges. If you do not use 'perl_startup' you *should* be safe.

  New options
  -----------

  We had to introduce two new configuration options:

      keep_environment =
      add_environment =

  Both options are empty per default. That is, Exim cleans the complete
  environment on startup. This affects Exim itself and any subprocesses,
  as transports, that may call other programs via some alias mechanisms,
  as routers (queryprogram), lookups, and so on. This may affect used
  libraries (e.g. LDAP).

  ** THIS MAY BREAK your existing installation **

  If both options are not used in the configuration, Exim issues a warning
  on startup. This warning disappears if at least one of these options is
  used (even if set to an empty value).

  keep_environment should contain a list of trusted environment variables.
  (Do you trust PATH?). This may be a list of names and REs.

      keep_environment = ^LDAP_ : FOO_PATH

  To add (or override) variables, you can use add_environment:

      add_environment = <; PATH=/sbin:/usr/sbin

  New behaviour
  -------------

  Now Exim changes it's working directory to / right after startup,
  even before reading it's configuration. (Later Exim changes it's working
  directory to $spool_directory, as usual.)

  Exim only accepts an absolute configuration file path now, when using
  the -C option.

(bsiegert)

2016-03-03 19:42:30 UTC MAIN commitmail json YAML

2016-03-03 19:35:13 UTC MAIN commitmail json YAML

Also depend on zlib (should fix bulk build failures on SmartOS)

(shattered)

2016-03-03 17:49:14 UTC MAIN commitmail json YAML

Updated databases/sql-workbench to 119

(asau)

2016-03-03 17:43:45 UTC MAIN commitmail json YAML

Update to SQL Workbench/J build 119.

Build 119 (2016-01-31)

Enhancements

* It's now possible to display the column's data type in the
  header of the result table
* When importing all files from a directory, WbImport now
  provided pre-defined variables with the filename
* It's now possible to configure auto-saving of external files
  independently from auto-saving the workspace.
* A new command WbMessage to display a simple message is available.
* It's not possible to search text in all open editors
  (Tools -> Search all tabs)
* For some DBMS, the DbTree and DbExplorer now show the
  dependencies between objects
* For DB2/iSeries table and column comments can now be retrieved
  from the system catalogs instead of using the JDBC driver.
* For Postgres it is now possible to manually control transactions
  using BEGIN .. COMMIT when the connection is set to autocommit
* The list of tables in the DbTree is now sorted to work around
  bugs in JDBC driver that do not properly sort the list of tables
* For DBMS that support it, two new modes have been added
  to WbImport: -upsert and -insertIgnore using native "UPSERT"
  functionality if available
* For Firebird the SQL source of external tables is now generated
  correctly.
* An new command WbGenerateImpTable is available to infer
  the structure of a table from an import file
* The command line parameter -vardef has been deprecated and
  replaced with -variable and -varFile
* It's now possible to provide tags for each connection profile.
  The quickfilter will then use the defined tags for filtering
  the displayed profiles.
* Connection parameters specified on the command line now have
  precedence over the properties defined through a Liquibase
  defaults file (specified through -lbDefaults)
* It's now possible to enable the use of Oracle's DBMS_METADATA
  for source code retrieval for different types of objects
* The tooltip shown for result tabs can now be configured
  (Options -> Data display)
* For the internal SQL formatter, it's now possible to
  configure the case in which data type names are written
* A new action to run all SQL statements up to the cursor
  position is available
* The error dialog that is displayed when running a script can
  now be configured to also include the error message or the
  statement that failed
* Improved display of packages in the DbTree for Oracle and
  Firebird

Bug fixes

* Showing rowcounts in the DbTree did not work for DB2
* "Generate Delete Script" for a selection of rows in
  the result did not display the generated script.
* When reloading the whole DbTree while a node was selected,
  would show elements (e.g. tables) twice
* CREATE TABLE statements were not formatted correctly
  if the name consisted of quoted and unquoted parts
  (e.g. unquoted schema and quoted table name)
* The error dialog when running running multiple statements
  was not displayed on Linux if the option "Include error message"
  was selected in the "SQL Execution" options
* Improved the performance when retrieving table definitions
  and table source for Oracle
* For Postgres, rules defined on a table where shown twice
  in the generated DDL script
* Retrieving additional column information in the DbExplorer
  failed on SQL Server if a non-standard database collation
  was used
* The DDL for constraints or comments where identifiers
  required quoting was not correct
* The formatter would not process statements correctly where
  a sub select using function calls in the WHERE clause was
  used in a JOIN condition
* When using "Remove Comments" for a connection profile,
  the error position inside a statement was not shown correctly
  for some DBMS
* For Oracle, when using "Trim CHAR data" and editing tables
  where the primary key column was defined as CHAR, updating
  the result did not work.
* Toggle comment did not toggle correctly when some lines were
  already commented and some not
* The messages shown when using conditional execution with
  WbInclude did not properly include the variable name or value
* For Oracle the tablespace of materialized views was not shown
  in the generated SQL (Fix contributed by Franz Mayer)
* It was not possible to work with SAVEPOINTs correctly
* Table definitions for tables with VARCHAR columns were not
  displayed for Oracle
* Disabling the check for read-only columns did not work
  for all JDBC drivers
* WbCopy now stops with an error if -targetTable is specified
  and -sourceTable is used to specify multiple tables
* For DB2 the names of PK constraints where not properly
  qualified with a schema if needed
* Sometimes using "Execute current" would not correctly
  identify the current statement and run the first statement
  from the editor
* WbImport using -insert,update did not work for multi-column
  primary keys when not all PK columns where part of the input
  file
* When a variable value contained the prefix and the suffix of
  the variable pattern, using such a variable would result
  in SQL Workbench/J locking up
* Reloading a trigger source in the DbExplorer's trigger panel
  did not work
* For Oracle the source of a trigger that had a trailing space
  in the name was not retrieved
* For Oracle the position of errors in regular (non-PL/SQL)
  DDL statements was not shown
* When starting SQL Workbench on a headless system, using
  "java -jar" using the -script parameter did not work
  any longer
* For SQL Server 2000, retrieving the source of a view did not
  work
* For SQL Server, generating "dummy DML" for tables with "bit"
  columns did not work
* For MySQL the option "on update" for a default value was not
  shown in the generated SQL source for a table

Build 118 (2015-08-16)

Enhancements

* Added support to include computed columns for MySQL 5.7
  in the generated CREATE TABLE source
* The source and target connection for WbCopy, WbSchemaDiff
  and WbDataDiff can now be specified on the command line when
  starting the application. In that case it's not necessary to
  provide them to the respective commands
* A new action to run all SQL statements in the editor starting
  from the cursor position is available
* It's now possible to use OS environment variable or Java
  properties in the username of a connection profile.
* For Postgres, "COPY .. FROM stdin" with the data after the
  statement is now supported
* It's now possible to define external tools to format SQL
* For decimal values WbExport now supports the parameters
  -fixedDigits and -maxDigits.
* It's now possible to enable editing (and running)
  the generated SQL source code in the DbExplorer directly.
* For Oracle, messages from dbms_output are now always shown
  if a procedure is started using EXECUTE regardless of
  the setting of "set serveroutput"
* Added some basic support for SAP HANA.
* For Excel imports, the option -stringDates=true retrieves
  Dates as formatted strings and converts them using
  the date/timestamp format specified in the WbImport command
  rathr then reading a converted value from the Excel file.
* For Excel exports, the start location where the data should
  be written to in the excel file can now be specified using
  the -offset parameter
* The application to be used for displaying the logfile can now
  be configured.
* WbSchemaReport has a new (boolean) option -writeFullSource
  to write a valid CREATE VIEW statement to the XML output
  in case the DBMS does not store the complete SQL
* Results can now automatically be refreshed either through
  an annotation or through the context menu of the result tab
* The macros in a group can now be sorted alphabetically
* The quoting of the null values for text exports can now
  be enabled through the option -quoteNulls
* The quoting of the header for text exports can now be enabled
  through the option -quoteHeader
* The statement at the cursor position can now be copied directly
  into the clipboard (Code Tools -> Copy current statement)
* For Oracle, the partitions of a materialized view are now
  shown in the source code
* WbImport and WbCopy (including the DataPumper) can now be
  used to insert data into a view
* For tables without a primary key, unique indexes that contain
  nullable columns are no longer considered when generating
  DML statements
* For Vertica tables and views from the schema "v_internal" are
  now show in the DbExplorer (contributed by Tatiana Saltykova)
* It's now possible to define the terminator string for
  "Copy Code Snippet" through the config property
  "workbench.clipcreate.codeend"
* Macros and macro groups can now be excluded from
  the popup window

Bug fixes

* The menu to select data from referenced/referencing tables
  in a result set was disabled when switching to the DbExplorer
  and back to the SQL panel
* -syncDelete with WbCopy did not work if alternate key columns
  were specified using -keyColumns
* Fixed retrieval of stored procedures for DB2 on AS/400
  (thanks to Francesco)
* Fixed detection of update columns for multi-table result sets
  when the name of the PK columns is not uniuqe in the result set
* For Firebird the source code for procedures with multiple out
  parameters was not generated correctly.
* For PostgreSQL, SQL statements to create the comment for
  functions with OUT parameters were not generated correctly.
* When running a single command in batch mode, the error status
  was not returned correctly to the operating system
* WbExport no longer uses the GUI defaults for decimal digits.
  The default is now to always export all digits, unless
  the new -maxDigits parameter is used
* For MySQL, when multiple tables with the same name in different
  databases had triggers defined, all triggers where visible
  for each table in the DbExplorer
* When importing multiple files using -usePgCopy and one file
  generated an error, the previous import was not committed
* WbConnect would prompt for a password for profiles with
  an empty password even if "Save password" was enabled
* No parameter prompt was shown for INOUT parameters when
  running procedures using WbCall
* Implemented a workaround for an Informix driver bug where
  index information for the wrong table was returned
* Double quotes in column values were not escaped properly
  when creating a JSON export
* When switching between views and tables in the DbExplorer
  the foreign key tabs were no longer shown for SQL Server
* Compile errors for Oracle's PL/SQL where not always shown
  correctly
* Parameters for SQL Workbench commands with nested single
  and double quotes that included SQL comments were not
  evaluated properly
* Fixed restoring of the window position when using multiple
  monitors
* Generating the SQL source for computed columns did not work
  for SQL Server 2000
* The SQL source for inherited tables in Postgres was not
  generated correctly.
* The SQL source for sequences for SQL Server was not generated
  correctly.
* "Create DDL script" in the DbExplorer would generate
  the source code for sequnces twice
* Nano (or micro) seconds from timestamp values where not
  displayed correctly
* When opening a file, it is now checked if the selected
  encoding matches the one from the file
* Each time when reloading a result that uses the @WbMacro
  annotation, the macro sub-menu would be added to the context
  menu again
* For Informix, default clauses for columns were not generated
  properly in the DbExplorer
* For Informix, index definitions were not always displayed
  correctly
* Overloaded functions and procedures where not handled
  correctly by WbSchemaDiff
* For Postgres the wrong DROP FUNCTION statement was generated
  if a function contained OUT parameter
* Scripts that contained statements including character
  literals with a backslash were not always parsed correctly.
* When WbImport did not find any matching columns, the error
  message did not include the (faulty) source file
* Fixed the display of the profile tree with large fonts
* The DataPumper did not work if source and destination had
  a different number of columns
* The generated WbCopy command in the DataPumper was not
  correct when a query was used as the source
* XLSX export did not work if the output file was specified
  without an extension
* Fixed some issues with restoring the window position on
  multi-monitor systems
* Fixed some issues where the alternate delimiter was
  incrrectly used when running scripts through WbInclude
* When importing multiple Excel files with WbImport using
  the -sourceDir argument, only the first file was imported
* The abbreviated WbInclude using @ only worked with Oracle
* The minutes for columns of type "timestamp with time zone"
  where not always displayed correctly in Oracle
* Oracle's autotrace did not work in console mode
* Using pgpass for Postgres connections did not work in console
  or batch mode
* WbProcSource would not show the code for a packaged procedure
  in Oracle
* Fixed some problems in the SQL formatter that would lead
  to invalid SQL syntax
* XSLT transformations failed when the output filename didn't
  include a directory
* Disabling "Filter while typing" in the DbExplorer was not
  possible
* -targetConnection and -referenceConnection for WbSchemaDiff
  and WbDataDiff were broken

(asau)

2016-03-03 17:40:23 UTC MAIN commitmail json YAML

Updated x11/xfce4-whiskermenu-plugin to 1.5.2

(youri)

2016-03-03 17:39:28 UTC MAIN commitmail json YAML

Update xfce4-whiskermenu-plugin to 1.5.2:

Release Notes

Changes in version 1.5.2
        Released on December 29th, 2015
        Fix modifier keys resetting focus to search entry. (bug #12378)
        Fix limited input length for search actions. (bug #12381)
        Fix menu shrinking unnecessarily. (bug #12246)
        Fix minimum window size
        Translation updates: Chinese (China), Hungarian, Korean,
Lithuanian, Romanian
    Changes in version 1.5.1
        Released on September 21st, 2015
        Fix window being draggable (bug #11908)
        Fix not searching descriptions
        Translation updates: Asturian, Bulgarian, Chinese
(China),Chinese (Taiwan), Croatian, Czech, Danish, Dutch, French,
Finnish, German, Indonesian, Japanese, Kazakh, Lithuanian, Malay,
Nepali, Norwegian Bokm奪l, Persian, Polish, Portuguese, Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Turkish

(youri)

2016-03-03 16:02:23 UTC MAIN commitmail json YAML

+ transmission-2.90, wxGTK-3.1.0.

(wiz)

2016-03-03 14:43:44 UTC MAIN commitmail json YAML

Depend on ruby-rb-fsevent on OS X.  This fixes Jekyll which was not working
due to the missing dependency.  Bump PKGREVISION to 1.

(jmmv)

2016-03-03 14:38:31 UTC MAIN commitmail json YAML

Note addition of rb-fsevent-0.9.7.

(jmmv)

2016-03-03 14:38:02 UTC MAIN commitmail json YAML

Add and enable ruby-rb-fsevent.

(jmmv)

2016-03-03 14:37:46 UTC MAIN commitmail json YAML

2016-03-03 13:51:49 UTC MAIN commitmail json YAML

- wireshark2-2.0.2.

(wiz)

2016-03-03 13:49:50 UTC MAIN commitmail json YAML

Updated net/wireshark1 to 1.12.10

(wiz)

2016-03-03 13:49:40 UTC MAIN commitmail json YAML

Update wireshark1 to 1.2.10:

What's New

  Bug Fixes

  The following vulnerabilities have been fixed:
    * [1]wnpa-sec-2016-01
      DLL hijacking vulnerability. [2]CVE-2016-2521
    * [3]wnpa-sec-2016-03
      DNP dissector infinite loop. ([4]Bug 11938) [5]CVE-2016-2523
    * [6]wnpa-sec-2016-10
      RSL dissector crash. ([7]Bug 11829) [8]CVE-2016-2530
      [9]CVE-2016-2531
    * [10]wnpa-sec-2016-11
      LLRP dissector crash. ([11]Bug 12048) [12]CVE-2016-2532
    * [13]wnpa-sec-2016-14
      GSM A-bis OML dissector crash. ([14]Bug 11825)
    * [15]wnpa-sec-2016-15
      ASN.1 BER dissector crash. ([16]Bug 12106)
    * [17]wnpa-sec-2016-18
      ASN.1 BER dissector crash. ([18]Bug 11822)

  The following bugs have been fixed:
    * Questionable calling of ethernet dissector by encapsulating
      protocol dissectors. ([19]Bug 9933)
    * Improper RPC reassembly ([20]Bug 11913)
    * GTPv1 Dual Stack with one static and one Dynamic IP. ([21]Bug
      11945)
    * Failed to parse M3AP IE (TNL information). ([22]Bug 12070)
    * Wrong interpretation of Instance ID value in OSPFv3 packet.
      ([23]Bug 12072)
    * MP2T Dissector does parse RTP properly in 2.0.1. ([24]Bug 12099)
    * editcap does not adjust time for frames with absolute timestamp 0 <
      t < 1 secs. ([25]Bug 12116)

  Windows installers and PortableApps� packages are now dual signed using
  SHA-1 and SHA-256 in order to comply with [26]Microsoft Authenticode
  policy. Windows 7 and Windows Server 2008 R2 users should ensure that
  [27]update 3123479 is installed. Windows Vista and Windows Server 2008
  users should ensure that [28]hotfix 2763674 is installed.

  Updated Protocol Support

  ASN.1 BER, BATADV, DNP3, E100, EIGRP, GSM A DTAP, GSM SMS, GTP, HiQnet,
  InfiniBand, LLRP, M3AP, MP2T, NFS, OSPF, RoHC, RPC, RSL, TRILL, VXLAN,
  and X.509AF

(wiz)

2016-03-03 13:43:48 UTC MAIN commitmail json YAML

For now force pkgsrc libiconv on Darwin as a similar workaround to
what currently exists for FreeBSD/DragonFly.  At some point we should
just fix the broken tests...

(jperkin)

2016-03-03 13:34:41 UTC MAIN commitmail json YAML

wireshark* moves.

(wiz)

2016-03-03 13:34:01 UTC MAIN commitmail json YAML

2016-03-03 13:33:50 UTC MAIN commitmail json YAML

2016-03-03 13:33:14 UTC MAIN commitmail json YAML

2016-03-03 13:30:36 UTC MAIN commitmail json YAML

Added math/pari23 version 2.3.5nb19

(wiz)

2016-03-03 13:30:27 UTC MAIN commitmail json YAML

Re-import wireshark-1.12.9 as net/wireshark1.

The default stable version is 2.0.2.

Wireshark is a network traffic analyzer, or "sniffer", for Unix and
Unix-like operating systems.  It uses GTK+, a graphical user interface
library, and libpcap, a packet capture and filtering library.

The Wireshark distribution also comes with TShark, which is a
line-oriented sniffer (similar to Sun's snoop, or tcpdump) that uses the
same dissection, capture-file reading and writing, and packet filtering
code as Wireshark, and with editcap, which is a program to read capture
files and write the packets from that capture file, possibly in a
different capture file format, and with some packets possibly removed
from the capture.

(wiz)

2016-03-03 13:28:32 UTC MAIN commitmail json YAML

Updated math/pari to 2.7.5

(wiz)

2016-03-03 13:28:22 UTC MAIN commitmail json YAML

Update pari to 2.7.5.

Bug numbers refer to the BTS at http://pari.math.u-bordeaux.fr/Bugs/

Done for version 2.7.5 (released 09/11/2015):
[last column crossreferences current development release 2.8.0]

  Fixed
    1- forprime engine could skip (fast) sieve in favour of (slow)
      nextprime [#1711]                                                [F113]
    2- 0^[1] -> domain error                                    [#1713] [F114]
    3- memory leaks (clones) in ellchangecurve                  [#1716] [F115]
    4- zeta inaccurate around 0                                  [#1714] [F116]
    5- bnrrootnumber did not support the trivial character [0,..,0]      [F118]
    6- default(log,1) when logfile is write-protected later lead to SEGV [F119]
BA  7- 2-adic gamma function: fix accuracy loss                          [F120]
    8- A==A -> 0 for A a t_SER of huge accuracy (so that A-A overflows
      valuation)                                                [#1734] [F121]
XR  9- P=Pol([1,-2,12,-12,-181,-4,-6899,9780,6360,702,-45]);
      for(i=1,10000,setrand(i);nfdisc(P)) -> crash              [#1735] [F122]
  10- select(x->x,Vecsmall([1,2,3]),1) -> crash                [#1737] [F123]
BA 11- [libpari] RgV_to_RgX_reverse did not work if v[1] or v[2] was 0  [F125]
  12- bnfinit could fail at low precision                      [#1736] [F126]
  13- Rg_to_ff: incorrect type in zk_to_ff                      [#1755] [F127]
BA 14- nfsubfields could fail                                    [#1758] [F128]
  15- rare SEGV in ArtinNumber                                  [#1759] [F129]

Done for version 2.7.4 (released 19/06/2015):
[last column crossreferences current development release 2.8.0]

  Fixed
    1- divisors([2,1]) -> SEGV                                  [#1664] [F84]
    2- acos([Pol(1)]) -> GC bug [#1663]                                  [F85]
    3- primes([1,Pol(2)]) -> SEGV [#1668]                                [F87]
    4- buffer overflow after default(format,"f.precision")              [F95]
    5- qfminim(A, 0, ...) -> stack overflow                      [#1682] [F97]
    6- div_scal_rfrac could create an invalid t_POL              [#1651] [F99]
    7- polroots(t_POL with leading coeff = 0) -> fp exception    [#1690] [F100]
    8- \r cannot deal with very long filenames                  [#1616] [F101]
    9- rnfisabelian(nf, non monic t_POL) -> SEGV                [#1693] [F102]
  10- possibly incorrect result in nfdisc(T,listP)                      [F104]
  11- wrong dim(Ker) returned by ZM_pivot => SEGV in Z-linear algebra
      routines.  E.g. setrand(1);quadclassunit(-612556842419)  [#1700] [F105]
  12- moebius(factor(18)) -> 1 instead of 0                    [#1702] [F106]
  13- ispower(-167^10) => domain error                          [#1703] [F107]
  14- ispowerful(factor(0)) != ispowerful(0)                            [F108]
  15- expm1(2*I) => wrong result                                        [F109]
  16- gamma(1+a*x+O(x^2)) => error [#1707]                              [F110]
  17- printsep() printed its argument in random format instead of f_RAW [F111]
  18- nfdisc(x^10 - 29080*x^5 - 25772600) -> oo loop            [#1710] [F112]

  Added
ED  1- mingw64 support                                                  [A111]

Done for version 2.7.3 (released 18/02/2015):
[last column crossreferences current development release 2.8.0]

  Fixed
    1- [from 2.7.2] ??bnrL1 and ??ellL1 did not work anymore
    2- thue(f^e*g, ...), e even, (f,g)=1 missed solutions such that f<0  [F22]
XR  3- bnrL1(bnrinit(bnfinit(x^2-168),[6,[1,1]],1)) -> bug in ArtinNumber [F55]
    4- nfisincl(t_POL, t_POL) could lead to wrong negative results        [F58]
    5- polresultant(1+x*z^2,1+y*z^4,z) -> GC error [#1614]                [F59]
BA  6- ellcard over non-prime fields could return wrong results          [F60]
    7- [libpari] FpX_roots could produce GC errors [#1618]                [F61]
    8- weber(1+I) was missing its imaginary part                          [F62]
    9- (1+I)*(1+1/2*I) => wrong result (type errors) [#1619]              [F63]
  10- contfracpnqn([a]) => [1,a;0,1] instead of [a,1;1,0]                [F64]
  11- primes([2^50, 2^50+200000]) => stack overflow                      [F65]
  12- issquare((x+1/2)^2,&z); z => 1.0*x+0.5 instead of x+1/2            [F66]
  13- possibly missing roots in nfroots (when using Trager)              [F68]
  14- quadray(bnf, ideal) did not work                                  [F69]
  15- thue(-14*x^3 + 10*x^2 + 63*x - 5,1) -> "short continued fraction"  [F70]
  16- thue(29*x^3+130*x^2-35*x-48,1) -> "round error" bug                [F71]
  17- T=thueinit(10*x^3+6*x^2-41*x+8,1); thue(T,8) => SEGV [#1630]      [F72]
  18- ellrootno(e,p = 2 or 3) when e not minimal at p => random result  [F73]
  19- agm(1,2+O(5)) -> SEGV [#1645]                                      [F76]
BA 20- [cygwin64] ellap(ellinit([0,0,1,-1,0]),10007) was broken          [F77]
  21- primes([-5,5]) -> [5] (spurious absolute values)                  [F78]
  22- matqr([;]) -> crash                                                [F79]
  23- Fp_rem_mBarrett could return a non-normalized result              [F80]
      p=436^56-35;Mod(271,p)^((p-1)/2) -> p+1
  24- plotcopy would corrupt "string" objects (ROt_ST)                  [F81]
BA 25- [GP] default arguments to GP functions could cause corruption      [F82]
VBr26- [darwin] remove obsolete linker options that cause crashes [#1623] [F83]

Done for version 2.7.2 (released 19/09/2014):
[last column crossreferences current development release 2.8.0]

  Fixed
    1- gaffsg(0, t_PADIC): wrong valuation                                [F21]
    2- (t_INTMOD with word-sized modulus)^(huge negative power) [#1584]  [F24]
    3- (gp -p N) or (primelimit=N in gprc_ for N >= 436273290 resulted in an
      incorrect primetable. N.B. Such commands are now useless: needed primes
      are produced dynamically anyway.                                  [F25]
    4- monomial(exact zero, d, v) returned an invalid t_POL / t_RFRAC    [F26]
    5- contfracpnqn(v, n) returned partial quotients p[-1]/q[-1] ...
      p[n-1]/q[n-1], instead of the documented p[0]/q[0] ... p[n]/q[n]  [F27]
    6- factor((3+4*I)/25) -> factor 2+I had 0 exponent [#1586]            [F29]
BA  7- iferr() could crash if some component of the t_ERROR were clones.  [F31]
    8- nffactor() could overflow the stack when default accuracy too low  [F32]
BA  9- obsolete use of E=[a1,a2,a3,a4,a6] in ellmul crashed  [#1589]      [F33]
  10- incorrect rounding in mulrr/divrr for one-word precision reals    [F34]
BA 11- multiif did not handle correctly return() in conditions [#1590]    [F35]
  12- [0..5] -> [0,0,0,0,0] on some architectures                        [F36]
  13- is_gener_Fp could return wrong results                            [F37]
  14- Fq_sqrtn(t_INT,..,&zeta) could return a wrong root of 1            [F38]
  15- bnfinit: SEGV due to precision issues [#1592]                      [F39]
  16- zm_zc_mul only worked for square zm matrices                      [F40]
  17- genus2red(0,27*x^5+97*x^4+118*x^3+60*x^2+13*x+1,3) -> bug [#1596]  [F41]
  18- [gphelp] oo loop when $COLUMNS too small [#1594]                  [F42]
  19- genus2red(x,-x^6-3*x^4-10*x^2-1,3) -> impossible inverse [#1597]  [F43]
  20- factoru(1) returned a t_MAT instead of the expected "matsmall"    [F44]
  21- FpM_charpoly wrong in small characteristic [#1602]                [F45]
  22- when compatible = 3; series() used a random precision              [F50]
  23- genus2red(0,6*x^6+5*x^4+x^2+1,7) -> impossible inverse [#1597]    [F51]
  24- isprime() could crash on large input [#1604]                      [F52]
  25- genus2red(x^3+1,1) -> type error [#1597]                          [F53]
  26- gphelp did not handle === correctly [#1603]                        [F54]
  27- FpXY_evaly() wrong when evaluating at 0                            [F56]
  28- [mingw] gp could crash at start up [#1607]                        [F57]

Done for version 2.7.1 (released 16/05/2014):
[last column crossreferences current development release 2.8.0]

  Fixed
    1- make install fails on OS/X: ln -s libpari.dylib libpari.dylib fails [F1]
    2- Q_pvalrem(t_FRAC) => wrong result                                  [F2]
    3- [] == 0 but []~ != 0  (now []~ == 0 as well) [#1560]                [F3]
BA  4- test-kernel did not work when using --mt=pthread                    [F4]
BA  5- ellheegner was using too much memory in some case                  [F5]
BA  6- ellap can overflow on 32-bit machine [#1558] (minimal fix)          [F6]
    7- nfhilbert(K,x,y, P above 2) could give wrong results [#1561]        [F7]
    8- gcd(1/2, 1+I*1.) -> SEGV [#1563]                                  [F10]
    9- mathnf(t_VEC) could corrupt input (change sign)                    [F11]
  10- [libpari] RgM_transmul did not work                                [F12]
  11- [libpari] Fq_issquare didn't support T=NULL                        [F13]
  12- [libpari] nfpow_u didn't handle non-integral rational numbers      [F14]
  13- eint1(0) -> stack overflow [#1568]                                [F15]
  14- nfroots(, t_POL with leading coeff -1) could miss solutions        [F19]
  15- precprime(1) -> invalid t_INT [#1576]                              [F20]

(wiz)

2016-03-03 13:26:02 UTC MAIN commitmail json YAML

Switch p5-Math-Pari to pari23, it's not ready for a newer pari.

Upstream bug report filed, but no replies for over two months:
https://rt.cpan.org/Ticket/Display.html?id=110751

(wiz)

2016-03-03 13:26:00 UTC MAIN commitmail json YAML

Requires tcp_wrappers.

(jperkin)

2016-03-03 13:23:22 UTC MAIN commitmail json YAML

Re-import pari-2.3.5nb19 as math/pari23 to prepare for pari update.

PARI-GP is a package which is aimed at efficient computations in
number theory, but also contains a large number of other useful
functions.  It is somewhat related to a Computer Algebra System, but
is not really one since it treats symbolic expressions as mathematical
entities such as matrices, polynomials, series, etc..., and not as
expressions per se.  However it is often much faster than other CAS,
and contains a large number of specific functions not found elsewhere,
essentially for use in number theory.

This package can be used in an interactive shell (GP) or as a C/C++
library (PARI). It is free software, in the sense of freedom AND 'free
of charge'.

This is the old 2.3 version of pari.

(wiz)

2016-03-03 13:22:43 UTC MAIN commitmail json YAML

2016-03-03 13:16:20 UTC MAIN commitmail json YAML

2016-03-03 13:12:20 UTC MAIN commitmail json YAML

Add 'c' to USE_LANGUAGES, fixes configure tests on Darwin.

(jperkin)

2016-03-03 13:11:55 UTC MAIN commitmail json YAML

Updated net/wireshark2 to 2.0.2

(wiz)

2016-03-03 13:11:45 UTC MAIN commitmail json YAML

Update wireshark to 2.0.2.

What's New

  Bug Fixes

  The following vulnerabilities have been fixed:
    * [1]wnpa-sec-2016-01
      DLL hijacking vulnerability. [2]CVE-2016-2521
    * [3]wnpa-sec-2016-02
      ASN.1 BER dissector crash. ([4]Bug 11828) [5]CVE-2016-2522
    * [6]wnpa-sec-2016-03
      DNP dissector infinite loop. ([7]Bug 11938) [8]CVE-2016-2523
    * [9]wnpa-sec-2016-04
      X.509AF dissector crash. ([10]Bug 12002) [11]CVE-2016-2524
    * [12]wnpa-sec-2016-05
      HTTP/2 dissector crash. ([13]Bug 12077) [14]CVE-2016-2525
    * [15]wnpa-sec-2016-06
      HiQnet dissector crash. ([16]Bug 11983) [17]CVE-2016-2526
    * [18]wnpa-sec-2016-07
      3GPP TS 32.423 Trace file parser crash. ([19]Bug 11982)
      [20]CVE-2016-2527
    * [21]wnpa-sec-2016-08
      LBMC dissector crash. ([22]Bug 11984) [23]CVE-2016-2528
    * [24]wnpa-sec-2016-09
      iSeries file parser crash. ([25]Bug 11985) [26]CVE-2016-2529
    * [27]wnpa-sec-2016-10
      RSL dissector crash. ([28]Bug 11829) [29]CVE-2016-2530
      [30]CVE-2016-2531
    * [31]wnpa-sec-2016-11
      LLRP dissector crash. ([32]Bug 12048) [33]CVE-2016-2532
    * [34]wnpa-sec-2016-12
      Ixia IxVeriWave file parser crash. ([35]Bug 11795)
    * [36]wnpa-sec-2016-13
      IEEE 802.11 dissector crash. ([37]Bug 11818)
    * [38]wnpa-sec-2016-14
      GSM A-bis OML dissector crash. ([39]Bug 11825)
    * [40]wnpa-sec-2016-15
      ASN.1 BER dissector crash. ([41]Bug 12106)
    * [42]wnpa-sec-2016-16
      SPICE dissector large loop. ([43]Bug 12151)
    * [44]wnpa-sec-2016-17
      NFS dissector crash.
    * [45]wnpa-sec-2016-18
      ASN.1 BER dissector crash. ([46]Bug 11822)

  The following bugs have been fixed:
    * HTTP 302 decoded as TCP when "Allow subdissector to reassemble TCP
      streams" option is enabled. ([47]Bug 9848)
    * Questionable calling of ethernet dissector by encapsulating
      protocol dissectors. ([48]Bug 9933)
    * [Qt & Legacy & probably TShark too] Delta Time Conversation column
      is empty. ([49]Bug 11559)
    * extcap: abort when validating capture filter for DLT 147. ([50]Bug
      11656)
    * Missing columns in Qt Flow Graph. ([51]Bug 11710)
    * Interface list doesn't show well when the list is very long.
      ([52]Bug 11733)
    * Unable to use saved Capture Filters in Qt UI. ([53]Bug 11836)
    * extcap: Capture interface options snaplen, buffer and promiscuous
      not being used. ([54]Bug 11865)
    * Improper RPC reassembly ([55]Bug 11913)
    * GTPv1 Dual Stack with one static and one Dynamic IP. ([56]Bug
      11945)
    * Wireshark 2.0.1 MPLS dissector not decoding payload when control
      word is present in pseudowire. ([57]Bug 11949)
    * "...using this filter" turns white (not green or red). Plus
      dropdown arrow does nothing. ([58]Bug 11950)
    * EIGRP field eigrp.ipv4.destination does not show the correct
      destination. ([59]Bug 11953)
    * tshark -z conv,type[,filter] swapped frame / byte values from / to
      columns. ([60]Bug 11959)
    * The field name nstrace.tcpdbg.tcpack should be
      nstrace.tcpdbg.tcprtt. ([61]Bug 11964)
    * 6LoWPAN IPHC traffic class not decompressed correctly. ([62]Bug
      11971)
    * Crash with snooping NFS file handles. ([63]Bug 11972)
    * 802.11 dissector fails to decrypt some broadcast messages. ([64]Bug
      11973)
    * Wireshark hangs when adding a new profile. ([65]Bug 11979)
    * Issues when closing the application with a running capture without
      packets. ([66]Bug 11981)
    * New Qt UI lacks ability to step through multiple TCP streams with
      Analyze > Follow > TCP Stream. ([67]Bug 11987)
    * GTK: plugin_if_goto_frame causes Access Violation if called before
      capture file is loaded. ([68]Bug 11989)
    * Wireshark 2.0.1 crash on start. ([69]Bug 11992)
    * Wi-Fi 4-way handshake 4/4 is displayed as 2/4. ([70]Bug 11994)
    * ACN: acn.dmx.data has incorrect type. ([71]Bug 11999)
    * editcap packet comment won't add multiple comments. ([72]Bug 12007)
    * DICOM Sequences no longer able to be expanded. ([73]Bug 12011)
    * Wrong TCP stream when port numbers are reused. ([74]Bug 12022)
    * SSL decryption fails in presence of a Client certificate. ([75]Bug
      12042)
    * LUA: TVBs backing a data source is freed too early. ([76]Bug 12050)
    * PIM: pim.group filter have the same name for IPv4 and IPv6.
      ([77]Bug 12061)
    * Failed to parse M3AP IE (TNL information). ([78]Bug 12070)
    * Wrong interpretation of Instance ID value in OSPFv3 packet.
      ([79]Bug 12072)
    * MP2T Dissector does parse RTP properly in 2.0.1. ([80]Bug 12099)
    * editcap does not adjust time for frames with absolute timestamp 0 <
      t < 1 secs. ([81]Bug 12116)
    * Guard Interval is not consistent between Radiotap & wlan_radio.
      ([82]Bug 12123)
    * Calling dumpcap -i- results in access violation. ([83]Bug 12143)
    * Qt: Friendly Name and Interface Name columns should not be
      editable. ([84]Bug 12146)
    * PPTP GRE call ID not always decoded. ([85]Bug 12149)
    * Interface list does not show device description anymore. ([86]Bug
      12156)
    * Find Packet does not highlight the matching tree item or packet
      bytes. ([87]Bug 12157)
    * "total block length ... is too large" error when opening pcapng
      file with multiple SHB sections. ([88]Bug 12167)
    * http.request.full_uri is malformed if an HTTP Proxy is used.
      ([89]Bug 12176)
    * SNMP dissector fails at msgSecurityParameters with long length
      encoding. ([90]Bug 12181)

  Windows installers and PortableApps� packages are now dual signed using
  SHA-1 and SHA-256 in order to comply with [91]Microsoft Authenticode
  policy. Windows 7 and Windows Server 2008 R2 users should ensure that
  [92]update 3123479 is installed. Windows Vista and Windows Server 2008
  users should ensure that [93]hotfix 2763674 is installed.

  Updated Protocol Support

  6LoWPAN, ACN, ASN.1 BER, BATADV, DICOM, DNP3, DOCSIS INT-RNG-REQ, E100,
  EIGRP, GSM A DTAP, GSM SMS, GTP, HiQnet, HTTP, HTTP/2, IEEE 802.11,
  IKEv2, InfiniBand, IPv4, IPv6, LBMC, LLRP, M3AP, MAC LTE, MP2T, MPLS,
  NFS, NS Trace, OSPF, PIM, PPTP, RLC LTE, RoHC, RPC, RSL, SNMP, SPICE,
  SSL, TCP, TRILL, VXLAN, WaveAgent, and X.509AF

  New and Updated Capture File Support

  3GPP TS 32.423 Trace, iSeries, Ixia IxVeriWave, pcap, and pcapng

(wiz)

2016-03-03 13:05:38 UTC MAIN commitmail json YAML

Add 'c' to USE_LANGUAGES, fixes configure tests on Darwin.

(jperkin)

2016-03-03 13:02:34 UTC MAIN commitmail json YAML

Updated databases/shared-mime-info to 1.6

(wiz)

2016-03-03 13:02:24 UTC MAIN commitmail json YAML

Update shared-mime-info to 1.6.

shared-mime-info 1.6 (2016-02-23)
* Add XAR archive mime-type
* Add GeoJSON mime-type
* Add GPX mime-type
* Add xdg-app mime-type
* Add *.xht glob and magic for XHTML files
* Bump priority of archive mime-types with long magics,
  to avoid false positives when detecting files inside
  the archive itself

(wiz)

2016-03-03 13:01:21 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 20.2.2

(wiz)

2016-03-03 13:01:11 UTC MAIN commitmail json YAML

Update py-setuptools to 20.2.2.

20.2.2
------

* Issue #502: Correct regression in parsing of multiple
  version specifiers separated by commas and spaces.

20.2.1
------

* Issue #499: Restore compatiblity for legacy versions
  by bumping to packaging 16.4.

20.2
----

* Changelog now includes release dates and links to PEPs.
* Pull Request #173: Replace dual PEP 345 _markerlib implementation
  and PEP 426 implementation of environment marker support from
  packaging 16.1 and PEP 508. Fixes Issue #122.
  See also Pull Request #175, Pull Request #168, and
  Pull Request #164. Additionally:
  - ``Requirement.parse`` no longer retains the order of extras.
  - ``parse_requirements`` now requires that all versions be
    PEP-440 compliant, as revealed in #499. Packages released
    with invalid local versions should be re-released using
    the proper local version syntax, e.g. ``mypkg-1.0+myorg.1``.

(wiz)

2016-03-03 13:00:05 UTC MAIN commitmail json YAML

Updated security/py-oauth2client to 2.0.0

(wiz)

2016-03-03 12:59:55 UTC MAIN commitmail json YAML

Update py-oauth2client to 2.0.0.

## v2.0.0

* Add django_util (#332)
* Avoid OAuth2Credentials `id_token` going out of sync after a token
  refresh (#337)
* Move to a `contrib` sub-package code not considered a core part of
  the library (#346, #353, #370, #375, #376, #382)
* Add `token_expiry` to `devshell` credentials (#372)
* Move `Storage` locking into a base class (#379)
* Added dictionary storage (#380)
* Added `to_json` and `from_json` methods to all `Credentials`
  classes (#385)
* Fall back to read-only credentials on EACCES errors (#389)
* Coalesced the two `ServiceAccountCredentials`
  classes (#395, #396, #397, #398, #400)

### Special Note About `ServiceAccountCredentials`:
-------------------------------------------------

For JSON keys, you can create a credential via

```py
from oauth2client.service_account import ServiceAccountCredentials
credentials = ServiceAccountCredentials.from_json_keyfile_name(
    key_file_name, scopes=[...])
```

You can still rely on

```py
from oauth2client.client import GoogleCredentials
credentials = GoogleCredentials.get_application_default()
```

returning these credentials when you set the `GOOGLE_APPLICATION_CREDENTIALS`
environment variable.

For `.p12` keys, construct via

```py
credentials = ServiceAccountCredentials.from_p12_keyfil(
    service_account_email, key_file_name, scopes=[...])
```

though we urge you to use JSON keys (rather than `.p12` keys) if you can.

This is equivalent to the previous method

```py
# PRE-oauth2client 2.0.0 EXAMPLE CODE!
from oauth2client.client import SignedJwtAssertionCredentials

with open(key_file_name, 'rb') as key_file:
    private_key = key_file.read()

credentials = SignedJwtAssertionCredentials(
    service_account_email, private_key, scope=[...])
```

(wiz)

2016-03-03 12:59:49 UTC MAIN commitmail json YAML

Add 'c' to USE_LANGUAGES, fixes configure tests on Darwin.

(jperkin)

2016-03-03 12:56:47 UTC MAIN commitmail json YAML

Only add -lfl on NetBSD.  The list of OPSYS that the default addition
was broken on was getting too long, with the potential for many more.

Fixes build on Darwin.  Use OPSYSVARS while here.

(jperkin)

2016-03-03 12:55:45 UTC MAIN commitmail json YAML

Updated devel/py-click to 6.3

(wiz)

2016-03-03 12:55:36 UTC MAIN commitmail json YAML

Update py-click to 6.3.

Version 6.3
-----------

(bugfix release; released on February 22 2016)

- Fix argument checks for interpreter invoke with `-m` and `-c`
  on Windows.
- Fixed a bug that cased locale detection to error out on Python 3.

(wiz)

2016-03-03 12:54:13 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-LibXML to 2.0124

(wiz)

2016-03-03 12:54:03 UTC MAIN commitmail json YAML

Update p5-XML-LibXML to 2.0124. Fix some pkglint while here.

2.0124  2016-02-27
    - Fix XML::LibXML::Text->attributes() to return an empty list in list
    context.
        - https://rt.cpan.org/Ticket/Display.html?id=112470
        - Thanks to Rob Dixon for the report.

(wiz)

2016-03-03 12:53:00 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Diff to 1.44

(wiz)

2016-03-03 12:52:51 UTC MAIN commitmail json YAML

Update p5-Text-Diff to 1.44.

1.44 2016-02-26 NEILB
    - Fixed the handling of text without a trailing newline. This module now
      adds the same text that the diff tool does, "\n\\ No newline at end of
      file\n". Previously this module simply produced broken diffs when one or
      both files had no trailing newline. Fixed by Dave Rolsky. GitHub #1.

(wiz)

2016-03-03 12:51:43 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 2.001000

(wiz)

2016-03-03 12:51:34 UTC MAIN commitmail json YAML

Update p5-Moo to 2.001000.

2.001000 - 2016-02-29
  * Documentation
    - Added documentation for has's ability to accept an arrayref of attribute
      names to create with the same options.
    - Removed mention that we may not call BUILDARGS, since that behavior was
      removed in 2.000002.
    - Reorganized documentation of class methods to separate those provided as a
      public API (new/does/meta) from those used by Moo in the object lifecycle
      (BUILDARGS/FOREIGNBUILDARGS/BUILD/DEMOLISH).
    - Updated documentation of most class methods for clarity.
    - Updated BUILDARGS documentation to show an around rather than just
      overriding.
    - Added examples to FOREIGNBUILDARGS and BUILD.
    - Added explicit documentation for DOES and meta methods.

  * Fixes
    - Fixed grammar in error message when @ISA is changed unexpectedly before
      a constructor is fully generated.
    - Fixed Moo classes and Sub::Quote subs in packages that are nearly 252
      characters long.
    - Fixed Sub::Defer::undefer_package emitting warnings.
    - Fixed detection of constructors that have already been inlined.

  * Performance
    - The generated code in constructors and setters has had a number of
      microoptimizations applied.
    - Deferred subs (and quoted subs like some accessors) in roles will be
      undefered before copying them to classes.  This prevents the need for a
      goto on every call that would slow down the subs.
    - Fixed Moose inflation code resulting in constructors with deferred
      wrappers.

  * Other
    - Recommend Sub::Name 0.08, which fixes a memory leak.
    - The values given to BUILD subs will be the original values passed to new,
      rather than after coercions have been applied.  This brings the behavior
      in line with Moose.

(wiz)

2016-03-03 12:49:36 UTC MAIN commitmail json YAML

Updated converters/p5-JSON-XS to 3.020

(wiz)

2016-03-03 12:49:25 UTC MAIN commitmail json YAML

Update p5-JSON-XS to 3.02.

3.02 Fri Feb 26 22:45:20 CET 2016
- allow_nonref now affects booleans (\1, $Types::Serialiser::Boolean)
          as well (reported by Alex Efros).
- allow literal tabs in strings in relaxed mode (patch by
          lubo.rintel@gooddata.com).
- support "cbor" format in json_xs tool.
- support (and fix) calling encode and decode in list context
          (reported by Вадим Власов).
        - work around a bug in older perls crashing when presented
          with shared hash keys (Reini Urban).
        - use stability canary.

(wiz)

2016-03-03 12:46:28 UTC MAIN commitmail json YAML

Updated devel/p5-File-Which to 1.20

(wiz)

2016-03-03 12:46:19 UTC MAIN commitmail json YAML

Update p5-File-Which to 1.20:

1.20      2016-03-01 15:06:54 -0500
  - Fix bug where executable named "0" would not be found (gh#7)

(wiz)

2016-03-03 12:45:40 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 1.2400

(wiz)

2016-03-03 12:45:30 UTC MAIN commitmail json YAML

Update p5-DateTime to 1.24.

1.24  2016-02-29

- The last release partially broke $dt->time. If you passed a value to use as
  unit separator, this was ignored. Reported by Sergiy Zuban. RT #112585.

1.23  2016-02-28

- Make all DateTime::Infinite objects return the system's representation of
  positive or negative infinity for any method which returns a number of
  string representation (year(), month(), ymd(), iso8601(), etc.). Previously
  some of these methods could return "Nan", "-Inf--Inf--Inf", and other
  confusing outputs. Reported by Greg Oschwald. RT #110341.

1.22  2016-02-21 (TRIAL RELEASE)

- Fixed several issues with the handling of non-integer values passed to
  from_epoch().

  This method was simply broken for negative values, which would end up being
  incremented by a full second, so for example -0.5 became 0.5.

  The method did not accept all valid float values. Specifically, it did not
  accept values in scientific notation.

  Finally, this method now rounds all non-integer values to the nearest
  millisecond. This matches the precision we can expect from Perl itself (53
  bits) in most cases.

  Patch by Christian Hansen. GitHub #11.

1.21  2015-09-30

- Make all tests pass with both the current DateTime::Locale and the upcoming
  new version (currently still in trial releases).

(wiz)

2016-03-03 12:42:38 UTC MAIN commitmail json YAML

Updated audio/musicpd to 0.19.13

(wiz)

2016-03-03 12:42:27 UTC MAIN commitmail json YAML

Update mpd to 0.19.13.

ver 0.19.13 (2016/02/23)
* tags
  - aiff, riff: fix ID3 chunk padding
* decoder
  - ffmpeg: support the TAK codec
* fix disappearing duration of remote songs during playback
* initialize supplementary groups with glibc 2.19+

(wiz)

2016-03-03 12:34:42 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 1.2.3

(wiz)

2016-03-03 12:34:33 UTC MAIN commitmail json YAML

Update harfbuzz to 1.2.3.

Overview of changes leading to 1.2.3
Thursday, February 25, 2016
====================================

- Blacklist GDEF table of certain versions of Times New Roman (Bold) Italic,
  due to bug in glyph class of ASCII double-quote character.  This should
  address "regression" introduced in 1.2.0 when we switched mark zeroing
  in most shapers from BY_UNICODE_LATE to BY_GDEF_LATE.
  This fourth release in a week should finally stablize things...

- hb-ot-font's get_glyph() implementation saw some optimizations.  Though,
  might be really hard to measure in real-world situations.

- Also, two rather small API changes:

We now disable some time-consuming internal bookkeeping if built with NDEBUG
defined.  This is a first time that we use NDEBUG to disable debug code.  If
there exist production systems that do NOT want to enable NDEBUG, please let
me know and I'll add HB_NDEBUG.

Added get_nominal_glyph() and get_variation_glyph() instead of get_glyph()

New API:
- hb_font_get_nominal_glyph_func_t
- hb_font_get_variation_glyph_func_t
- hb_font_funcs_set_nominal_glyph_func()
- hb_font_funcs_set_variation_glyph_func()
- hb_font_get_nominal_glyph()
- hb_font_get_variation_glyph()

Deprecated API:
- hb_font_get_glyph_func_t
- hb_font_funcs_set_glyph_func()

Clients that implement their own font-funcs are encouraged to replace
their get_glyph() implementation with a get_nominal_glyph() and
get_variation_glyph() pair.  The variation version can assume that
variation_selector argument is not zero.  Old (deprecated) functions
will continue working indefinitely using internal gymnastics; it is
just more efficient to use the new functions.

Overview of changes leading to 1.2.2
Wednesday, February 24, 2016
====================================

- Fix regression with mark positioning with fonts that have
  non-zero mark advances.  This was introduced in 1.2.0 while
  trying to make mark and cursive attachments to work together.
  I have partially reverted that, so this version is much more
  like what we had before.  All clients who updated to 1.2.0
  should update to this version.

Overview of changes leading to 1.2.1
Tuesday, February 23, 2016
====================================

- CoreText: Fix bug with wrong scale if font scale was changed later.
  https://github.com/libass/libass/issues/212
- CoreText: Drastically speed up font initialization.
- CoreText: Fix tiny leak.
- Group ZWJ/ZWNJ with previous syllable under cluster-level=0.
  https://github.com/behdad/harfbuzz/issues/217
- Add test/shaping/README.md about how to add tests to the suite.

(wiz)

2016-03-03 12:28:33 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.52.0

(wiz)

2016-03-03 12:28:22 UTC MAIN commitmail json YAML

Update calibre to 2.52.0.

- version: 2.52.0
  date: 2016-02-26

  new features:
    - title: "Allow creating rules to ignore files when adding books based on the filename"
      description: "Useful when using the auto-add feature or when adding in bulk. Preferences->Adding Books->Rules to filter added files"

    - title: "calibredb add: Allow specifying filters to control adding of books from directories"

    - title: "E-book viewer: Allow copying the Table of Contents to the clipboard by right clicking on it."
      tickets: [1548791]

  bug fixes:
    - title: "FB2 metadata: Ignore invalid (unidentifiable) cover images."
      tickets: [1548417]

    - title: "FB2 metadata: Fix error when adding books with non-numeric series numbers."
      tickets: [1548405]

    - title: "DOCX Input: Fix handling of toggle properties such as bold/italic/strikethrough/etc. when specified as document defaults."
      tickets: [1548187]

    - title: "Conversion pipeline: Add support for the q CSS length unit"

  improved recipes:
    - AsiaOne
    - Today Online - Singapore
    - Foreign Policy
    - Outlook India
    - Economic and Political Weekly
    - Foreign Affairs
    - El Pais
    - LA Times
    - Al-Ahram
    - New York Times Book Review

  new recipes:
    - title: Al-Masry Alyoum
      author: Hassan Williamson

(wiz)

2016-03-03 12:25:24 UTC MAIN commitmail json YAML

Remove patch (part of 1.2.2 update).

(wiz)

2016-03-03 12:16:48 UTC MAIN commitmail json YAML

Updated sysutils/py-dbus to 1.2.2

(wiz)

2016-03-03 12:16:37 UTC MAIN commitmail json YAML

Updated sysutils/dbus-python-common to 1.2.2

(wiz)

2016-03-03 12:16:24 UTC MAIN commitmail json YAML

Update dbus python bindings to 1.2.2.

D-Bus Python Bindings 1.2.2 (2016-02-22)
========================================

The “mind fray” release.

Versioning changes:

• dbus-python releases now have an even micro version (1.2.0, 1.2.2),
  and snapshots from git have an odd micro version (1.2.1).

Dependencies:

• Building from git (but not from tarballs) now requires
  macros from the GNU Autoconf Archive, for example the autoconf-archive
  package in Debian or Fedora derivatives.

• Building from git (but not from tarballs) now requires Automake 1.13
  or later.

• The automated tests and some examples now require PyGI (the gi module),
  not PyGObject 2 (the deprecated glib and gobject modules).

Enhancements:

• There is now a setuptools setup.py, allowing dbus-python to be installed
  into a virtualenv using pip from a standard Automake source release. This
  requires pre-existing system-wide installations of the normal build
  dependencies (pkg-config, libdbus, dbus-glib, a C compiler) and has
  some limitations. For system-wide installations and development,
  please use the Autoconf/Automake build system directly.
  (fd.o #55439; Simon McVittie)

• dbus-python now uses the common compiler warnings from AX_COMPILER_FLAGS
  (Simon McVittie)

• The automated tests can now be installed as GNOME-style "installed tests",
  and should be somewhat more reliable (Simon McVittie)

Fixes:

• "from dbus.service import *" now imports FallbackObject
  (fd.o #85720; Ben Longbons)

• The GConf-related examples work again (fd.o #85720; Ben Longbons)

• Consistently make examples executable, and install them all
  (fd.o #85720; Ben Longbons)

• Search PATH for an appropriately-versioned pythonX.Y-config, or as a last
  resort python-config, if there isn't a ${PYTHON}-config in the
  same directory as ${PYTHON} (fd.o #92085; Yamashita, Yuu)

• Add support for the Automake 1.13 parallel test driver (Simon McVittie)

• Skip building API documentation if "import epydoc" fails (Simon McVittie)

(wiz)

2016-03-03 12:10:50 UTC MAIN commitmail json YAML

Updated devel/afl to 2.05b

(wiz)

2016-03-03 12:10:31 UTC MAIN commitmail json YAML

Update afl to 2.05b:

--------------
Version 2.05b:
--------------

  - Put __sanitizer_cov_module_init & co behind #ifdef to avoid problems
    with ASAN. Spotted by Christian Holler.

--------------
Version 2.04b:
--------------

  - Removed indirect-calls coverage from -fsanitize-coverage (since it's
    redundant). Spotted by Kostya Serebryany.

(wiz)

2016-03-03 11:58:30 UTC MAIN commitmail json YAML

Updated lang/nodejs4 to 4.3.2

(fhajny)

2016-03-03 11:58:18 UTC MAIN commitmail json YAML

Update lang/nodejs4 to 4.3.2.

Irrelevant to (dynamically linked) lang/nodejs4:

* openssl: Upgrade from 1.0.2f to 1.0.2g

(fhajny)

2016-03-03 11:54:39 UTC MAIN commitmail json YAML

Updated lang/nodejs to 5.7.1

(fhajny)

2016-03-03 11:54:28 UTC MAIN commitmail json YAML

Update lang/nodejs to 5.7.1.

* path.relative():
  - Output is no longer unnecessarily verbose
  - Resolving UNC paths on Windows now works correctly
  - Resolving paths with prefixes now works correctly from
    the root directory
* url: Fixed an off-by-one error with parse()
* dgram: Now correctly handles a default address case when offset
  and length are specified (Matteo Collina) #5407.

Irrelevant to (dynamically linked) lang/nodejs:

* openssl: Upgrade from 1.0.2f to 1.0.2g

(fhajny)

2016-03-03 07:40:27 UTC MAIN commitmail json YAML

Updated devel/netbeans-ide to 8.1

(asau)

2016-03-03 07:37:26 UTC MAIN commitmail json YAML

Update to NetBeans 8.1

Noteworthy changes in NetBeans 8.1:

Updated GlassFish server to the version 4.1.1.

Updated Apache Tomcat server to the version 8.0.27.

JUnit is now included in the NetBeans bundles.

Java: improved editing, improved support for Maven,
support for Maven 3.3, improved refactoring, improved profiler,
improved debugger, support for Gluon Scene Builder,
support for WildFly 9 and 10.

JavaScript/HTML5: support for Knockout 3.2.0, support
for Angular 1.2 and 1.3, new support of Jade Template Engine.

Node.js support: editor, debugger, Grunt support, Gulp support.

JavaScript: editor improvements, JSDoc improvements, debugger.

JSON editor improvements.

PHP: Phing support, Codeception support, Nette Tester support.

(asau)

2016-03-03 04:42:10 UTC MAIN commitmail json YAML

Note update of pkgtools/mksandbox to 1.6

(agc)

2016-03-03 04:41:15 UTC MAIN commitmail json YAML

Patch from Silas Silva to:

+ add a --without-src command line argument which allows a sandbox to be
  made without mounting any src tree component

+ bump mksandbox package to 1.6.

(agc)

2016-03-03 03:02:22 UTC MAIN commitmail json YAML

gawk will corrupt the output data stream in multibyte locales,
so force the locale to "C".

Fixes mozilla-rootcerts under Linux.

(dsainty)

2016-03-02 23:12:13 UTC MAIN commitmail json YAML

Reduce DEPENDS. They are not minumal requirements.

(ryoon)

2016-03-02 23:08:47 UTC MAIN commitmail json YAML

Updated editors/Sigil to 0.9.3

(ryoon)

2016-03-02 23:08:22 UTC MAIN commitmail json YAML

2016-03-02 23:07:07 UTC MAIN commitmail json YAML

x11/qt5* PKGREVISION Bump

(ryoon)

2016-03-02 23:04:02 UTC MAIN commitmail json YAML

2016-03-02 22:59:49 UTC MAIN commitmail json YAML

Updated inputmethod/ibus to 1.5.13
Updated inputmethod/ibus-python to 1.5.13

(ryoon)

2016-03-02 22:59:00 UTC MAIN commitmail json YAML

ibus, ibus-python: Update to 1.5.13

* Buildlink libX11 to ibus-python to fix build

Changelog:
1.5.13
    src: Use cache file for compose table for launching time 7241f66 d5bf50c 706ba01 97e28cc
    Add SetCursorLocationRelative D-Bus method (Daiki Ueno) (Rui Matos) b51c620

1.5.12
    check for x11 for the ui too (Marc-Antoine Perennou) c0ced65
    ibus-daemon update user cache when user observed path is updated 1d67867
    panel: Constrain the candidate area to the current monitor bounds (Alexey Kotlyarov) 4a8024b
    panel: Fix the default position of property panel with dual monitors 3ebeb65
    setup: Fix PyGIWarning: GdkX11 was imported without specifying a version 49f3a73
    engine: Change language code from ISO 639-2 to ISO 639-1 in simple.xml 3af58fa

(ryoon)

2016-03-02 22:45:46 UTC MAIN commitmail json YAML

Updated devel/dconf to 0.22.0nb4

(ryoon)

2016-03-02 22:45:02 UTC MAIN commitmail json YAML

Replace more hardcoded /etc. Bump PKGREVISION
This fixes error from inputmethod/ibus-skk's ibus-setup-skk.

(ryoon)

2016-03-02 21:30:35 UTC MAIN commitmail json YAML

Updated multimedia/mpv to 0.16.0

(leot)

2016-03-02 21:30:19 UTC MAIN commitmail json YAML

Update multimedia/mpv to 0.16.0.

Changes:
Release 0.16.0
==============
This release changes the license of some non-MPlayer source files to LGPL 2.1 or later.

Build System Changes
--------------------
- build: enable vaapi under drm-only as well (issue #2808)
- build: enable vo_opengl_cb if GL headers are present
- build: make libavfilter mandatory
- build: make posix_spawn optional
- wscript: don窶冲 install the encoding profiles with encoding disabled

Features
--------
New
~~~
- Initial Android support
- ao: initial OpenSL ES support
- dxva2: support HEVC Main 10
- osc: add always-on mode and unify visibility mode (always/never/auto)
- player: add complex filter graph support
- rpi: add mpeg-4, vc-1 decoding support
- stream_dvb: support frontends with multiple delivery systems (e.g. DVB-C/DVB-T combo cards)
- vo_opengl: 10 bit support with ANGLE
- vo_opengl: add KMS/DRM VAAPI hardware decoding interop
- vo_opengl: dxinterop: add dxva2 passthrough
- vo_rpi: add geometry handling (--geometry, --autofit, fullscreen switching, etc.)
- vo_x11: add 16bpp support

Options and Commands
--------------------
Added
~~~~~
- --lavfi-complex option for complex filter graphs
- audio: change downmix behavior, add --audio-normalize-downmix
- command: add vf-command and af-command commands
- player: add --external-file option
- vo_opengl: add interpolation-threshold sub-option

Changed
~~~~~~~
- audio: change --audio-channels default back to stereo
- audio: remove default preference for libdcadec (decoder was merged with FFmpeg)
- command: always allow setting volume/mute properties
- command: show original aspect in video-aspect property too
- input: ignore --input-cursor for events injected by input commands (issue #2750)
- options: set fs=yes by default on RPI, and change RPI defaults handling
- sub: implement "sub-seek 0" (issue #2791)
- vo_opengl: default scaler-resizes-only sub-option to yes

Fixes and Minor Enhancements
----------------------------
- OS X/cocoa: fix charcode retrieving for accented characters
- TOOLS/lua/ao-null-reload.lua: send ao-reload on audio-device-list change (issue #2738)
- TOOLS/lua/autoload.lua: remove the extension prior to sort
- Windows: fix dropping URIs (issue #2782)
- af_lavrresample: prevent channels from being dropped, e.g. when going 7.1 -> 7.1(wide) and similar cases
- ao_coreaudio: fix 7.1(rear) channel mapping
- ao_openal: wipe out global context on init error (PR #2719)
- ao_wasapi: avoid under-run cascade in exclusive mode
- ao_wasapi: set buffer size to device period in exclusive mode
- audio: fix spdif PCM fallback
- build: add special openbsd case for iconv check (issue #2710)
- command: fix NULL pointer deref in "video-codec" property (issue #2729)
- command: fix track cycling logic (issue #2784)
- demux: disable stream cache if no tracks are selected (issue #2692)
- demux_mkv: add hack to fix opus gapless behavior
- demux_mkv: support channel layout in VfW muxed PCM (issue #2820)
- osc: fix runtime enable_osc(true/false)
- player: fix initial audio sync in certain cases (issue #2770)
- player: honor --force-window if video is selected, but inactive
- player: never show "DS: (unavailable)"
- player: restore old/correct --force-window behavior (issue #2825)
- player: rewrite timeline/ordered chapter support
- vaapi: fix compilation on older FFmpeg/Libav (issue #2737)
- vdpau: force driver to report preemption early
- video: don't wait for last video frame in the normal case (issue #2745)
- video: fix coverart switching
- video: slightly improve video stream switching
- vo_opengl: add precision qualifier to usampler2D on ANGLE (issue #2761)
- vo_opengl: default to rgba16f FBOs on ANGLE
- vo_opengl: don't use normalized coords for debanding rectangle textures (issue #2831)
- vo_opengl: dxinterop: fix compatibility issue with Vista
- vo_opengl: pass the correct target to deband functions with Apple hwdec interop
- vo_opengl: rename custom shader entrypoint from sample to sample_pixel (issue #2733)
- x11: get *current* XRandR screen configuration instead of polling for new screens, too

(leot)

2016-03-02 20:14:09 UTC MAIN commitmail json YAML

Updated mail/exim to 4.86.2

(wiedi)

2016-03-02 20:13:18 UTC MAIN commitmail json YAML

Update mail/exim and mail/exim-html to 4.86.2

Exim version 4.86.2
-------------------
Portability relase of 4.86.1

Exim version 4.86.1
-------------------
HS/04 Add support for keep_environment and add_environment options.
      This fixes CVE-2016-1531.

All installations having Exim set-uid root and using 'perl_startup' are
vulnerable to a local privilege escalation. Any user who can start an
instance of Exim (and this is normally *any* user) can gain root
privileges. If you do not use 'perl_startup' you *should* be safe.

New options
-----------

We had to introduce two new configuration options:

  keep_environment =
  add_environment =

Both options are empty per default. That is, Exim cleans the complete
environment on startup. This affects Exim itself and any subprocesses,
as transports, that may call other programs via some alias mechanisms,
as routers (queryprogram), lookups, and so on. This may affect used
libraries (e.g. LDAP).

** THIS MAY BREAK your existing installation **

If both options are not used in the configuration, Exim issues a warning
on startup. This warning disappears if at least one of these options is
used (even if set to an empty value).

keep_environment should contain a list of trusted environment variables.
(Do you trust PATH?). This may be a list of names and REs.

  keep_environment = ^LDAP_ : FOO_PATH

To add (or override) variables, you can use add_environment:

  add_environment = <; PATH=/sbin:/usr/sbin

New behaviour
-------------

Now Exim changes it's working directory to / right after startup,
even before reading it's configuration. (Later Exim changes it's working
directory to $spool_directory, as usual.)

Exim only accepts an absolute configuration file path now, when using
the -C option.

(wiedi)

2016-03-02 19:31:23 UTC MAIN commitmail json YAML

Updated devel/py-mercurial to 3.7.2

(wiz)

2016-03-02 19:31:13 UTC MAIN commitmail json YAML

Update py-mercurial to 3.7.2.

Include
changeset:  34663:332926212ef8
user:        FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date:        Wed Feb 24 06:10:46 2016 +0900
files:      mercurial/repoview.py tests/test-commandserver.t
description:
repoview: discard filtered changelog if index isn't shared with unfiltered

on top of 3.7.2 to fix a test failure, see
https://bz.mercurial-scm.org/show_bug.cgi?id=4642

This is a regularly-scheduled bugfix release.

    bundlerepo: properly handle hidden linkrev in filelog (issue4945)
    bundlerepo: properly handle hidden linkrev in manifestlog (issue4945)
    demandimport: add _imp to ignore list
    doc: correct example concerning "hg purge" alias in man page "hgrc.5"
    doc: remove deprecated option from synopsis of command help
    fileset: fix copy/paste in eol() error message
    help: fix typo in backgroundclose documentation
    help: hg.intevation.de is new primary name of hg.intevation.de (and new cert)
    help: update template examples to use reST literal syntax
    hg: obtain lock when creating share from pooled repo (issue5104)
    log: fix order of revisions filtered by multiple OR options (issue5100)
    rebase: update working directory when aborting (issue5084)
    revert: properly revert to ancestor of p2 during merge (issue5052)
    revset: flatten chained 'list' operations (aka function args) (issue5072)
    setup: avoid procedure related to hg.exe at setup.py --pure
    ui: fix crash by non-interactive prompt echo for user name
    unionrepo: properly handle hidden linkrev in revlog (issue5070)
    zeroconf: forward all arguments passed to ui.configitems() wrapper

(wiz)

2016-03-02 18:45:21 UTC MAIN commitmail json YAML

Pass correct GCC ABI flags on AIX.

Fix from Eric N. Vander Weele <ericvw@gmail.com>

(jperkin)

2016-03-02 17:46:14 UTC MAIN commitmail json YAML

+ mcsim-5.6.5, p5-DateTime-1.2400, p5-File-Which-1.20, p5-Moo-2.001000,
  stgit-0.17.1 [pkg/50875].

(wiz)

2016-03-02 17:26:34 UTC MAIN commitmail json YAML

Remove GCC pragma patch, it breaks various platforms.

(jperkin)

2016-03-02 17:19:33 UTC MAIN commitmail json YAML

Remove GCC pragma patch, breaks on various platforms.

(jperkin)

2016-03-02 14:37:22 UTC MAIN commitmail json YAML

Updated x11/gtk2 to 2.24.29nb1

(nros)

2016-03-02 14:32:31 UTC MAIN commitmail json YAML

2016-03-02 13:32:06 UTC MAIN commitmail json YAML

Replace whitespace with tab

(ryoon)

2016-03-02 01:07:04 UTC MAIN commitmail json YAML

Updated security/libressl to 2.2.6

(sevan)

2016-03-01 22:11:18 UTC MAIN commitmail json YAML

Revert meaningless change.

(asau)

2016-03-01 20:46:51 UTC MAIN commitmail json YAML

Note addition of bazel 0.2.0.

(jmmv)

2016-03-01 20:46:15 UTC MAIN commitmail json YAML

Add and enable bazel.

(jmmv)

2016-03-01 20:45:31 UTC MAIN commitmail json YAML

Initial addition of bazel-0.2.0:

Bazel is a build tool that builds code quickly and reliably.  It is used to
build the majority of Google's software, and thus it has been designed to
handle build problems present in Google's development environment, including:

* A massive, shared code repository, in which all software is built from
  source.  Bazel has been built for speed, using both caching and parallelism
  to achieve this.  Bazel is critical to Google's ability to continue to scale
  its software development practices as the company grows.

* An emphasis on automated testing and releases.  Bazel has been built for
  correctness and reproducibility, meaning that a build performed on a
  continuous build machine or in a release pipeline will generate
  bitwise-identical outputs to those generated on a developer's machine.

* Language and platform diversity.  Bazel's architecture is general enough to
  support many different programming languages within Google, and can be used
  to build both client and server software targeting multiple architectures
  from the same underlying codebase.

(jmmv)

2016-03-01 20:28:55 UTC MAIN commitmail json YAML

Note update of fuse-sshfs to 2.7

(jmmv)

2016-03-01 20:28:24 UTC MAIN commitmail json YAML

Update to 2.7:

* Integrated osxfuse's copy of sshfs, which means that sshfs now works
  on OS X out of the box.
* Added -o cache_max_size=N option to let users tune the maximum size of
  the cache in number of entries.
* Added -o cache_clean_interval=N and -o cache_min_clean_interval=N
  options to let users tune the cleaning behavior of the cache.

(jmmv)

2016-03-01 20:18:36 UTC MAIN commitmail json YAML

2016-03-01 20:18:23 UTC MAIN commitmail json YAML

Needs kernel types on NetBSD.

(joerg)

2016-03-01 20:17:46 UTC MAIN commitmail json YAML

Needs pkg-config for autoconf.

(joerg)

2016-03-01 20:17:18 UTC MAIN commitmail json YAML

Use bsdtar as pax-as-tar doesn't work.

(joerg)

2016-03-01 20:16:52 UTC MAIN commitmail json YAML

Request kernel types on NetBSD.

(joerg)

2016-03-01 20:16:33 UTC MAIN commitmail json YAML

2016-03-01 20:16:17 UTC MAIN commitmail json YAML

2016-03-01 20:14:24 UTC MAIN commitmail json YAML

NetBSD's v4l2 emulation doesn't currently have focus-related settings,
so conditionalize parts.

(joerg)

2016-03-01 20:13:19 UTC MAIN commitmail json YAML

Don't do clever things with include guards, clever things tend to break.

(joerg)

2016-03-01 20:12:26 UTC MAIN commitmail json YAML

The CVP override is no longer needed for Clang 3.8.

(joerg)

2016-03-01 20:12:01 UTC MAIN commitmail json YAML

Sun Audio needs kernel types on NetBSD.

(joerg)

2016-03-01 20:11:36 UTC MAIN commitmail json YAML

When using the Mersenne Twister, include the right header.

(joerg)

2016-03-01 20:10:21 UTC MAIN commitmail json YAML

Request kernel types on NetBSD.

(joerg)

2016-03-01 20:09:49 UTC MAIN commitmail json YAML

Needs pkg-config.

(joerg)

2016-03-01 20:09:29 UTC MAIN commitmail json YAML

Request kernel types on NetBSD.

(joerg)

2016-03-01 20:09:04 UTC MAIN commitmail json YAML

2016-03-01 20:06:00 UTC MAIN commitmail json YAML

Catch up with the sphinx-induced PLIST change. Bump revision.

(joerg)

2016-03-01 20:05:13 UTC MAIN commitmail json YAML

Fix build with newer binutils by making the start/end marker of the
module list hidden. There really is no point in keeping them global.
Ideally, this would be using the normal linker set logic, but that's a
more involved change.

(joerg)

2016-03-01 19:52:49 UTC MAIN commitmail json YAML

Updated lang/polyml to 5.6

(asau)

2016-03-01 19:50:10 UTC MAIN commitmail json YAML

Update to Poly/ML 5.6.
Changes include major improvements of FFI.

(asau)

2016-03-01 19:26:10 UTC MAIN commitmail json YAML

Updated lang/sbcl to 1.3.3

(asau)

2016-03-01 19:22:41 UTC MAIN commitmail json YAML

Update to SBCL 1.3.3

changes in sbcl-1.3.3 relative to sbcl-1.3.2:
* enhancement: warn about argument mismatch for functions passed as
  arguments to other functions (e.g. REDUCE, MAP) at compile-time.
* optimization: functions accepting other functions (e.g. REDUCE, FIND) can
  now be constant-folded if all function arguments are declared as foldable.
* optimization: improved logical operations on integers of unknown type.
* bug fix: exception handling no longer leaks memory on OS X. (lp#326238)

(asau)

2016-03-01 17:13:59 UTC MAIN commitmail json YAML