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 (1h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 21:03:56 UTC Now

2016-10-04 14:54:00 UTC MAIN commitmail json YAML

Detach emulators/qemu0

(kamil)

2016-10-04 14:50:07 UTC MAIN commitmail json YAML

Cleanup comments after qemu-0 removal

(kamil)

2016-10-04 14:47:32 UTC MAIN commitmail json YAML

Drop emulators/qemu0 support

qemu0 is going to be removed from pkgsrc.

Bump PKGREVISION to 1

(kamil)

2016-10-04 14:37:13 UTC MAIN commitmail json YAML

Updated archivers/zstd to 1.1.0

(wiz)

2016-10-04 14:37:03 UTC MAIN commitmail json YAML

Updated zstd to 1.1.0.

v1.1.0
New : contrib/pzstd, parallel version of zstd, by Nick Terrell
added : NetBSD install target (#338)
Improved : speed for batches of small files
Improved : speed of zlib wrapper, by Przemyslaw Skibinski
Changed : libzstd on Windows supports legacy formats, by Christophe Chevalier
Fixed : CLI -d output to stdout by default when input is stdin (#322)
Fixed : CLI correctly detects console on Mac OS-X
Fixed : CLI supports recursive mode `-r` on Mac OS-X
Fixed : Legacy decoders use unified error codes, reported by benrg (#341), fixed by Przemyslaw Skibinski
Fixed : compatibility with OpenBSD, reported by Juan Francisco Cantero Hurtado (#319)
Fixed : compatibility with Hurd, by Przemyslaw Skibinski (#365)
Fixed : zstd-pgo, reported by octoploid (#329)

(wiz)

2016-10-04 13:31:09 UTC MAIN commitmail json YAML

2016-10-04 13:05:29 UTC MAIN commitmail json YAML

Updated devel/py-usb to 1.0.0

(mef)

2016-10-04 13:05:19 UTC MAIN commitmail json YAML

Updated devel/py-usb 0.42 to 1.0.0
----------------------------------
  - ChangeLog unknown
(pkgsrc changes)
  - Githubify

(mef)

2016-10-04 12:52:14 UTC MAIN commitmail json YAML

2016-10-04 12:07:33 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 7.08

(wen)

2016-10-04 12:04:59 UTC MAIN commitmail json YAML

Update to 7.08

Upstream changes:
7.08  2016-09-23
  - Added -i and -o options to get command.
  - Updated jQuery to version 3.1.1.
  - Improved accuracy of finished_ok test in Test::Mojo.
  - Fixed state transition bug in Mojo::Transaction::HTTP that caused message
    bodies to be included in responses to HEAD requests.

7.07  2016-09-20
  - Fixed bug in Mojo::UserAgent::Transactor where 303 redirects would not be
    followed correctly with GET requests. (jberger)

(wen)

2016-10-04 11:50:23 UTC MAIN commitmail json YAML

Updated www/p5-Plack to 1.0042

(wen)

2016-10-04 11:49:19 UTC MAIN commitmail json YAML

Update to 1.0042
Update DEPENDS

Upstream changes:
1.0042  2016-09-28 22:37:33 PDT
    [BUG FIXES]
        - Revert: Allow passing an already-open listen socket to HTTP::Server::PSGI #550

1.0041  2016-09-25 14:24:07 PDT
    [BUG FIXES]
        - Fix ConditionalGET middleware in case both Last-Modified and ETag exist. #569
        - Handle Cookie values with quotes correctly (alh, kazeburo) #564, #567

    [IMPROVEMENTS]
        - Several documentation fixes and error message improvements #556, #557, #558, #559

1.0040  2016-04-01 09:57:06 PDT
    [INCOMPATIBLE CHANGES]
        - Fixes a mistake in the value of %D and %T in Accesslog::Timed middleware.
          This is due to a bug in Apache::LogFormat::Compiler that sets a wrong value
          for these fields. This bug has been fixed and now it emits what the documentation
          has always said, in the same way as how Apache's log format works.

          However, this is a BREAKING CHANGE if you are using '%D' or '%T' in your log
          formats, and you'll likely need to swap them if you need the same values as
          previously. Read https://github.com/plack/Plack/issues/549 for more details.
          (astj) #549, #551

    [IMPROVEMENTS]
        - Remove the use of HTTP::Body in favor of HTTP::Entity::Parser (kazeburo) #538
        - Increase the buffer size to 1MB for requests already buffered by the PSGI server
        - Allow passing an already-open listen socket to HTTP::Server::PSGI (ilmari) #550

    [BUG FIXES]
        - Lint middleware now allows blessed code refs as a PSGI app (smcmurray) #542
        - Fix log4perl tests to pass when running in parallel (rsimoes) #545

(wen)

2016-10-04 11:48:16 UTC MAIN commitmail json YAML

protobuf: extend workaround on long size to all 32bit platforms.
use 32bit atomic in 32bit platforms.

add comment from identical firefox patch.

tested 32bit netbsd/i386 (chroot), netbsd/mips.

fixes netbsd/mips build.

(maya)

2016-10-04 11:45:34 UTC MAIN commitmail json YAML

Updated www/p5-Cookie-Baker to 0.07

(wen)

2016-10-04 11:44:07 UTC MAIN commitmail json YAML

Update to 0.07

Upstream changes:
0.07 2016-09-21T01:35:56Z

  - Allow quoted cookie values, as per RFC 6265. #8

(wen)

2016-10-04 11:39:34 UTC MAIN commitmail json YAML

Updated security/libressl to 2.5.0

(wiz)

2016-10-04 11:39:23 UTC MAIN commitmail json YAML

Updated libressl to 2.5.0.

2.5.0 - New APIs, bug fixes and improvements

* libtls now supports ALPN and SNI

* libtls adds a new callback interface for integrating custom IO
  functions. Thanks to Tobias Pape.

* libtls now handles 4 cipher suite groups:
    "secure" (TLSv1.2+AEAD+PFS)
    "compat" (HIGH:!aNULL)
    "legacy" (HIGH:MEDIUM:!aNULL)
    "insecure" (ALL:!aNULL:!eNULL)

    This allows for flexibility and finer grained control, rather than
    having two extremes (an issue raised by Marko Kreen some time ago).

* Tightened error handling for tls_config_set_ciphers().

* libtls now always loads CA, key and certificate files at the time the
  configuration function is called. This simplifies code and results in
  a single memory based code path being used to provide data to libssl.

* Add support for OCSP intermediate certificates.

* Added functions used by stunnel and exim from BoringSSL - this
  brings in X509_check_host, X509_check_email, X509_check_ip, and
  X509_check_ip_asc.

* Added initial support for iOS, thanks to Jacob Berkman.

* Improved behavior of arc4random on Windows when using memory leak
  analysis software.

* Correctly handle an EOF that occurs prior to the TLS handshake
  completing. Reported by Vasily Kolobkov, based on a diff from Marko
  Kreen.

* Limit the support of the "backward compatible" ssl2 handshake to
  only be used if TLS 1.0 is enabled.

* Fix incorrect results in certain cases on 64-bit systems when
  BN_mod_word() can return incorrect results. BN_mod_word() now can
  return an error condition. Thanks to Brian Smith.

* Added constant-time updates to address CVE-2016-0702

* Fixed undefined behavior in BN_GF2m_mod_arr()

* Removed unused Cryptographic Message Support (CMS)

* More conversions of long long idioms to time_t

* Improved compatibility by avoiding printing NULL strings with
  printf.

* Reverted change that cleans up the EVP cipher context in
  EVP_EncryptFinal() and EVP_DecryptFinal(). Some software relies on the
  previous behaviour.

* Avoid unbounded memory growth in libssl, which can be triggered by a
  TLS client repeatedly renegotiating and sending OCSP Status Request
  TLS extensions.

* Avoid falling back to a weak digest for (EC)DH when using SNI with
  libssl.

2.4.2 - Bug fixes and improvements

* Fixed loading default certificate locations with openssl s_client.

* Ensured OSCP only uses and compares GENERALIZEDTIME values as per
  RFC6960. Also added fixes for OCSP to work with intermediate
  certificates provided in responses.

* Improved behavior of arc4random on Windows to not appear to leak
  memory in debug tools, reduced privileges of allocated memory.

* Fixed incorrect results from BN_mod_word() when the modulus is too
  large, thanks to Brian Smith from BoringSSL.

* Correctly handle an EOF prior to completing the TLS handshake in
  libtls.

* Improved libtls ceritificate loading and cipher string validation.

* Updated libtls cipher group suites into four categories:
    "secure"  (TLSv1.2+AEAD+PFS)
    "compat"  (HIGH:!aNULL)
    "legacy"  (HIGH:MEDIUM:!aNULL)
    "insecure" (ALL:!aNULL:!eNULL)
  This allows for flexibility and finer grained control, rather than
  having two extremes.

* Limited support for 'backward compatible' SSLv2 handshake packets to
  when TLS 1.0 is enabled, providing more restricted compatibility
  with TLS 1.0 clients.

* openssl(1) and other documentation improvements.

* Removed flags for disabling constant-time operations.
  This removes support for DSA_FLAG_NO_EXP_CONSTTIME,
  DH_FLAG_NO_EXP_CONSTTIME, and RSA_FLAG_NO_CONSTTIME flags, making
  all of these operations unconditionally constant-time.

2.4.1 - Security fix

* Correct a problem that prevents the DSA signing algorithm from
  running in constant time even if the flag BN_FLG_CONSTTIME is set.
  This issue was reported by Cesar Pereida (Aalto University), Billy
  Brumley (Tampere University of Technology), and Yuval Yarom (The
  University of Adelaide and NICTA). The fix was developed by Cesar
  Pereida.

2.4.0 - Build improvements, new features

* Many improvements to the CMake build infrastructure, including
  Solaris, mingw-w64, Cygwin, and HP-UX support. Thanks to Kinichiro
  Inoguchi for this work.

* Added missing error handling around bn_wexpand() calls.

* Added explicit_bzero calls for freed ASN.1 objects.

* Fixed X509_*set_object functions to return 0 on allocation failure.

* Implemented the IETF ChaCha20-Poly1305 cipher suites.

* Changed default EVP_aead_chacha20_poly1305() implementation to the
  IETF version, which is now the default.

* Fixed password prompts from openssl(1) to properly handle ^C.

* Reworked error handling in libtls so that configuration errors are
  visible.

* Deprecated internal use of EVP_[Cipher|Encrypt|Decrypt]_Final.

* Manpage fixes and updates

(wiz)

2016-10-04 11:05:17 UTC MAIN commitmail json YAML

Updated mail/neomutt to 20161003

(wiz)

2016-10-04 11:05:06 UTC MAIN commitmail json YAML

Updated neomutt to 20161003.

2016-10-03  Richard Russon  <rich@flatcap.org>
* Build
  - Fix install and dist targets

(wiz)

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

Use curses instead of terminfo, pure terminfo seems to have been
dropped in configure in 2.3. Bump PKGREVISION for safety.

(fhajny)

2016-10-04 10:12:55 UTC MAIN commitmail json YAML

Updated www/nginx-devel to 1.11.4

(fhajny)

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

Update www/nginx-devel to 1.11.4.

Changes with nginx 1.11.4                                        13 Sep 2016

- Feature: the $upstream_bytes_received variable.
- Feature: the $bytes_received, $session_time, $protocol, $status,
      $upstream_addr, $upstream_bytes_sent, $upstream_bytes_received,
      $upstream_connect_time, $upstream_first_byte_time, and
      $upstream_session_time variables in the stream module.
- Feature: the ngx_stream_log_module.
- Feature: the "proxy_protocol" parameter of the "listen" directive,
      the $proxy_protocol_addr and $proxy_protocol_port variables in the
      stream module.
- Feature: the ngx_stream_realip_module.
- Bugfix: nginx could not be built with the stream module and the
      ngx_http_ssl_module, but without ngx_stream_ssl_module; the bug had
      appeared in 1.11.3.
- Feature: the IP_BIND_ADDRESS_NO_PORT socket option was not used; the
      bug had appeared in 1.11.2.
- Bugfix: in the "ranges" parameter of the "geo" directive.
- Bugfix: an incorrect response might be returned when using the "aio
      threads" and "sendfile" directives; the bug had appeared in 1.9.13.

Changes with nginx 1.11.3                                        26 Jul 2016

- Change: now the "accept_mutex" directive is turned off by default.
- Feature: now nginx uses EPOLLEXCLUSIVE on Linux.
- Feature: the ngx_stream_geo_module.
- Feature: the ngx_stream_geoip_module.
- Feature: the ngx_stream_split_clients_module.
- Feature: variables support in the "proxy_pass" and "proxy_ssl_name"
      directives in the stream module.
- Bugfix: socket leak when using HTTP/2.
- Bugfix: in configure tests.
      Thanks to Piotr Sikora.

Changes with nginx 1.11.2                                        05 Jul 2016

- Change: now nginx always uses internal MD5 and SHA1 implementations;
      the --with-md5 and --with-sha1 configure options were canceled.
- Feature: variables support in the stream module.
- Feature: the ngx_stream_map_module.
- Feature: the ngx_stream_return_module.
- Feature: a port can be specified in the "proxy_bind", "fastcgi_bind",
      "memcached_bind", "scgi_bind", and "uwsgi_bind" directives.
- Feature: now nginx uses the IP_BIND_ADDRESS_NO_PORT socket option
      when available.
- Bugfix: a segmentation fault might occur in a worker process when
      using HTTP/2 and the "proxy_request_buffering" directive.
- Bugfix: the "Content-Length" request header line was always added to
      requests passed to backends, including requests without body, when
      using HTTP/2.
- Bugfix: "http request count is zero" alerts might appear in logs when
      using HTTP/2.
- Bugfix: unnecessary buffering might occur when using the "sub_filter"
      directive; the issue had appeared in 1.9.4.

(fhajny)

2016-10-04 09:34:01 UTC MAIN commitmail json YAML

Use INSTALLATION_DIRS.

(wiz)

2016-10-04 09:29:56 UTC MAIN commitmail json YAML

2016-10-04 09:29:46 UTC MAIN commitmail json YAML

Updated ltm to 1.0.

Feb 5th, 2016
v1.0
      -- Bump to 1.0
      -- Dirkjan Bussink provided a faster version of mp_expt_d()
      -- Moritz Lenz contributed a fix to mp_mod()
          and provided mp_get_long() and mp_set_long()
      -- Fixed bugs in mp_read_radix(), mp_radix_size
          Thanks to shameister, Gerhard R,
      -- Christopher Brown provided mp_export() and mp_import()
      -- Improvements in the code of mp_init_copy()
          Thanks to ramkumarkoppu,
      -- lomereiter provided mp_balance_mul()
      -- Alexander Bostr旦m from the heimdal project contributed patches to
          mp_prime_next_prime() and mp_invmod() and added a mp_isneg() macro
      -- Fix build issues for Linux x32 ABI
      -- Added mp_get_long_long() and mp_set_long_long()
      -- Carlin provided a patch to use arc4random() instead of rand()
          on platforms where it is supported
      -- Karel Miko provided mp_sqrtmod_prime()

(wiz)

2016-10-04 08:16:13 UTC MAIN commitmail json YAML

Remove entries which are (no longer?) installed on NetBSD/i386 or NetBSD/amd64.

(he)

2016-10-04 07:21:30 UTC MAIN commitmail json YAML

Don't invade the implementation namespace.
There's no guarantee that __errno is free for own use.
(On NetBSD it isn't!)

(he)

2016-10-04 07:11:02 UTC MAIN commitmail json YAML

Fix problem introduced by myself in the previous commit.

(he)

2016-10-04 06:41:18 UTC MAIN commitmail json YAML

Not compatible with Lua 5.3.

(alnsn)

2016-10-04 05:36:42 UTC MAIN commitmail json YAML

Updated x11/libdrm to 2.4.71

(wiz)

2016-10-04 05:36:32 UTC MAIN commitmail json YAML

Updated libdrm to 2.4.71.

    Daniel Kurtz (1):
      modetest: add mediatek to module list

    Eric Anholt (1):
      Simplify the RELEASING steps based on current release.sh.

    Flora Cui (1):
      amdgpu: expose the AMDGPU_GEM_CREATE_VRAM_CLEARED flag

    Kristian H. Kristensen (1):
      Add drmModeAddFB2WithModifiers() which takes format modifiers

    Leo Liu (1):
      tests/amdgpu: update vce encRefPic addr mode to tiled

    Marek Ol邸叩k (3):
      radeon: sync radeon_drm.h with the kernel
      amdgpu: sync amdgpu_drm.h with the kernel
      amdgpu: fix valgrind warnings caused by amdgpu_query_firmware_version

    Michel D辰nzer (1):
      intel: Add new symbols to intel-symbol-check

    Rob Clark (2):
      list: fix an issue with android build using clang
      Bump version for release

    Ronie Salgado (1):
      amdgpu: add SI support

    St辿phane Marchesin (1):
      modetest: Also print the pixel clock

    The etnaviv authors (2):
      libdrm: add etnaviv drm support
      libdrm: add etnaviv tests

    Yang Rong (1):
      intel: Export pooled EU and min no. of eus in a pool.

    satsahu (1):
      modetest: Adding amdgpu to module list

(wiz)

2016-10-04 02:30:47 UTC MAIN commitmail json YAML

spidermonkey17: fix mips build.
linker was emitting bogus warnings about the code not being PIC.

still fails under netbsd/mips because it (mostly) hard-codes a page size of 4K

(maya)

2016-10-03 20:39:43 UTC MAIN commitmail json YAML

Updated devel/man-pages to 4.05nb1

(kamil)

2016-10-03 20:37:53 UTC MAIN commitmail json YAML

The conflict of devel/man-pages with lang/cint has been resolved

The lang/cint package renamed its man-page to cint_security.2.

Bump PKGREVISION to 1.

(kamil)

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

Note update of vim packages

(morr)

2016-10-03 20:05:23 UTC MAIN commitmail json YAML

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

Update package to 8.0.0021.

Patches:
8.0.0001  intro screen still mentions version7
8.0.0002  the netrw plugin does not work
8.0.0003  getwinvar() returns wrong Value of boolean and number options
8.0.0004  error messagge of function() with wrong argument says NULL
8.0.0005  netbeans test fails with Python 3
8.0.0006  ":lb" is interpreted as ":lbottom" instead of ":lbuffer"
8.0.0007  Vim 7.4 is still mentioned in a few places
8.0.0008  popup complete test is disabled
8.0.0009  unnecessary workaround for AppVeyor
8.0.0010  crash when editing file that starts with crypt header
8.0.0011  on OSX Test_pipe_through_sort_all() sometimes fails
8.0.0012  typos in comments
8.0.0013  (after 8.0.0011) missing comma in list
8.0.0014  crypt tests are old style
8.0.0015  can't tell which part of a channel has "buffered" status
8.0.0016  (after 8.0.0015) build fails
8.0.0017  cannot get the number of current quickfix or location list
8.0.0018  when using ":sleep" channel input is not handled
8.0.0019  test_command_count is old style
8.0.0020  the regexp engines are not reentrant
8.0.0021  GUI: cursor may be drawn on second half of double byte char

pkgsrc changes:
- switch to github to provide tarballs
- some minor changes

(morr)

2016-10-03 18:04:26 UTC MAIN commitmail json YAML

Updated net/syncthing to 0.14.7

(abs)

2016-10-03 15:19:37 UTC MAIN commitmail json YAML

+ libressl-2.5, nmap-7.30, postgresql-9.6.0, rust-1.12, supertux-0.5,
  wine-devel-1.9.20.

(wiz)

2016-10-03 12:38:53 UTC MAIN commitmail json YAML

Updated devel/p5-Scalar-List-Utils to 1.46

(wiz)

2016-10-03 12:38:44 UTC MAIN commitmail json YAML

Updated p5-Scalar-List-Utils to 1.46.

1.46 -- 2016/09/28 23:17:07
[CHANGES]
* Remember to add unpairs and uniq to SYNOPSIS
* Document the behaviour of uniqnum() on NaN

[BUGFIXES]
* C89 fixes
* Various internal bugfixes backported from perl core

(wiz)

2016-10-03 12:38:01 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 2.05

(wiz)

2016-10-03 12:37:51 UTC MAIN commitmail json YAML

Updated p5-DateTime-TimeZone to 2.05.

2.05    2016-09-28

- This release is based on version 2016g of the Olson database. This release
  includes contemporary changes for Turkey.

(wiz)

2016-10-03 12:37:32 UTC MAIN commitmail json YAML

Updated multimedia/x265 to 2.1; multimedia/ffmpeg2 to 2.8.8; multimedia/ffmpeg3 to 3.1.4

(adam)

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

Updated devel/liblangtag to 0.6.2

(wiz)

2016-10-03 12:36:46 UTC MAIN commitmail json YAML

Updated liblangtag to 0.6.2.

0.6.1 -> 0.6.2
=================
Akira TAGOH (1):
      Update libtool version

David Tardon (2):
      use standard function
      fix leak in test

(wiz)

2016-10-03 12:35:44 UTC MAIN commitmail json YAML

version 2.8.8
- avformat/movenc: Check packet in mov_write_single_packet() too
- avformat/movenc: Factor check_pkt() out
- avformat/utils: fix timebase error in avformat_seek_file()
- avcodec/g726: Add missing ADDB output mask
- avcodec/avpacket: clear side_data_elems
- avcodec/ccaption_dec: Use simple array instead of AVBuffer
- swscale/swscale_unscaled: Try to fix Rgb16ToPlanarRgb16Wrapper() with slices
- swscale/swscale_unscaled: Fix packed_16bpc_bswap() with slices
- avformat/avidec: Fix infinite loop in avi_read_nikon()
- cmdutils: fix implicit declaration of SetDllDirectory function
- cmdutils: check for SetDllDirectory() availability
- avcodec/aacenc: Tighter input checks
- libavcodec/wmalosslessdec: Check the remaining bits
- avcodec/diracdec: Check numx/y
- avcodec/indeo2: check ctab
- avformat/swfdec: Fix inflate() error code check
- avcodec/h264: Put context_count check back
- cmdutils: remove the current working directory from the DLL search path on win32
- avcodec/raw: Fix decoding of ilacetest.mov
- avcodec/ffv1enc: Fix assertion failure with non zero bits per sample
- avformat/oggdec: Fix integer overflow with invalid pts
- ffplay: Fix invalid array index
- avcodec/vp9_parser: Check the input frame sizes for being consistent
- libavformat/rtpdec_asf: zero initialize the AVIOContext struct
- libavutil/opt: Small bugfix in example.
- libx264: Increase x264 opts character limit to 4096
- avformat/mov: Check sample size
- avformat/format: Fix registering a format more than once and related races
- avcodec/flac_parser: Raise threshold for detecting invalid data
- avfilter/vf_telecine: Make frame writable before writing into it
- avcodec/mpc8: Correct end truncation
- avcodec/mpegvideo: Do not clear the parse context during init
- MAINTAINERs cleanup (remove myself from things i de facto dont maintain)
- avcodec/h264: Fix off by 1 context count
- avcodec/alsdec: Check r to prevent out of array read
- avcodec/alsdec: fix max bits in ltp prefix code
- avcodec/utils: check skip_samples signedness
- avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M stream
- avcodec/bmp_parser: Check fsize
- avcodec/bmp_parser: reset state
- avcodec/bmp_parser: Fix remaining size
- avcodec/bmp_parser: Fix frame_start_found in cross frame cases
- avfilter/af_amix: dont fail if there are no samples in output_frame()
- avformat/allformats: Making av_register_all() thread-safe.
- avcodec/mpegvideo: Deallocate last/next picture earlier
- avcodec/bmp_parser: Fix state
- avformat/oggparseopus: Fix Undefined behavior in oggparseopus.c and libavformat/utils.c
- doc/developer.texi: Add a code of conduct
- avformat/avidec: Detect index with too short entries
- avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()
- avformat/utils: Do not compute the bitrate from duration == 0
- ffmpeg: Check that r_frame_rate is set before attempting to use it
- swresample/rematrix: Use clipping s16 rematrixing if overflows are possible
- swresample/rematrix: Use error diffusion to avoid error in the DC component of the matrix
- libavformat/oggdec: Free stream private when header parsing fails.
- avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id()
- avformat/oggparseopus: Check that granule pos is within the supported range
- avcodec/mjpegdec: Do not try to detect last scan but apply idct after all scans for progressive jpeg
- avformat/options_table: Add missing identifier for very strict compliance
- librtmp: Avoid an infiniloop setting connection arguments
- avformat/oggparsevp8: fix pts calculation on pages ending with an invisible frame

(adam)

2016-10-03 12:35:28 UTC MAIN commitmail json YAML

2016-10-03 12:35:18 UTC MAIN commitmail json YAML

Updated mpfr to 3.1.5.

Changes from version 3.1.4 to version 3.1.5:
- C++11 compatibility.
- Bug fixes (see <http://www.mpfr.org/mpfr-3.1.4/#fixed> and ChangeLog file).
- More tests.

(wiz)

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

Updated devel/meld to 3.16.3

(wiz)

2016-10-03 12:34:24 UTC MAIN commitmail json YAML

Updated meld to 3.16.3.

2016-09-26 meld 3.16.3
======================

  Fixes:

  * Fix bad scroll syncing and inability to move between comparison chunks in
    file comparisons (Vasily Galkin)
  * Improve version control view behaviour when opening missing paths (Vasily
    Galkin)
  * Fix saving of text created in blank comparison (Vasily Galkin)
  * GTK+ 3.22 compatibility fixes for saving window size (Kai Willadsen)
  * Fix formatted patches missing newlines in certain cases (Kai Willadsen)
  * Silence GTK+ warning logging if not running in uninstalled (i.e.,
    development) mode (Kai Willadsen)
  * Update AppData (Kai Willadsen)

  Translations:

  * Anders Jonsson (sv)
  * Balázs Meskó (hu)
  * Daniel Mustieles (es)
  * Marek Černocký (cs)
  * Mario Blättermann (de)
  * Piotr Drąg (pl)
  * Rafael Fontenelle (pt_BR)
  * Tiago Santos (pt)
  * Мирослав Николић (sr, sr@latin)

(wiz)

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

Updated fonts/harfbuzz to 1.3.2

(wiz)

2016-10-03 12:30:35 UTC MAIN commitmail json YAML

Updated harfbuzz to 1.3.2.

Overview of changes leading to 1.3.2
Wednesday, September 27, 2016
====================================

- Fix build of hb-coretext on older OS X versions.

(wiz)

2016-10-03 12:29:15 UTC MAIN commitmail json YAML

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

Updated security/nettle to 3.3

(wiz)

2016-10-03 12:28:19 UTC MAIN commitmail json YAML

Updated nettle to 3.3.

NEWS for the Nettle 3.3 release

This release fixes a couple of bugs, and improves resistance
to side-channel attacks on RSA and DSA private key operations.

Changes in behavoir:

* Invalid private RSA keys, with an even modulo, are now
  rejected by rsa_private_key_prepare. (Earlier versions
  allowed such keys, even if results of using them were bogus).

  Nettle applications are required to call
  rsa_private_key_prepare and check the return value, before
  using any other RSA private key functions; failing to do so
  may result in crashes for invalid private keys. As a
  workaround for versions of Gnutls which don't use
  rsa_private_key_prepare, additional checks for even moduli
  are added to the rsa_*_tr functions which are used by all
  recent versions of Gnutls.

* Ignore bit 255 of the x coordinate of the input point to
  curve25519_mul, as required by RFC 7748. To differentiate at
  compile time, curve25519.h defines the constant
  NETTLE_CURVE25519_RFC7748.

Security:

* RSA and DSA now use side-channel silent modular
  exponentiation, to defend against attacks on the private key
  from evil processes sharing the same processor cache. This
  attack scenario is of particular relevance when running an
  HTTPS server on a virtual machine, where you don't know who
  you share the cache hardware with.

  (Private key operations on elliptic curves were already
  side-channel silent).

Bug fixes:

* Fix sexp-conv crashes on invalid input. Reported by Hanno
  B旦ck.

* Fix out-of-bounds read in des_weak_p. Fixed by Nikos
  Mavrogiannopoulos.

* Fix a couple of formally undefined shift operations,
  reported by Nikos Mavrogiannopoulos.

* Fix compilation with c89. Reported by Henrik Grubbstr旦m.

New features:

* New function memeql_sec, for side-channel silent comparison
  of two memory areas.

Miscellaneous:

* Building the public key support of nettle now requires GMP
  version 5.0 or later (unless --enable-mini-gmp is used).

* Filenames of windows DLL libraries now include major number
  only. So the dll names change at the same time as the
  corresponding soname on ELF platforms. Fixed by Nikos
  Mavrogiannopoulos.

* Eliminate most pointer-signedness warnings. In the process,
  the strings representing expression type for sexp_interator
  functions were changed from const uint8_t * to const char *.
  These functions are undocumented, and it doesn't change the
  ABI on any platform I'm aware of.

The shared library names are libnettle.so.6.3 and
libhogweed.so.4.3, with sonames still libnettle.so.6 and
libhogweed.so.4. It is intended to be fully binary compatible
with nettle-3.1.

(wiz)

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

2016-10-03 12:26:22 UTC MAIN commitmail json YAML

Updated neon to 0.30.2.

Changes in release 0.30.2:
* Add support for OpenSSL 1.1.x (Kurt Roeckx).
* Fix PKCS#11 support under GnuTLS 3.x.
- PKCS#11 API no longer supported with GnuTLS 2.x

(wiz)

2016-10-03 12:25:37 UTC MAIN commitmail json YAML

2016-10-03 12:22:35 UTC MAIN commitmail json YAML

version 3.1.4:
- avformat/avidec: Check nb_streams in read_gab2_sub()
- avformat/avidec: Remove ancient assert
- avfilter/vf_colorspace: fix range for output colorspace option
- lavc/mediacodecdec_h264: fix SODB escaping
- avcodec/nvenc: fix const options for hevc gpu setting
- avformat/avidec: Fix memleak with dv in avi
- lavc/movtextdec.c: Avoid infinite loop on invalid data.
- avcodec/ansi: Check dimensions
- avcodec/cavsdsp: use av_clip_uint8() for idct
- avformat/movenc: Check packet in mov_write_single_packet() too
- avformat/movenc: Factor check_pkt() out
- avformat/utils: fix timebase error in avformat_seek_file()
- avcodec/g726: Add missing ADDB output mask
- avcodec/avpacket: clear side_data_elems
- avformat/movenc: Check first DTS similar to dts difference
- avcodec/ccaption_dec: Use simple array instead of AVBuffer
- avcodec/svq3: Reintroduce slice_type
- avformat/mov: Fix potential integer overflow in mov_read_keys
- swscale/swscale_unscaled: Try to fix Rgb16ToPlanarRgb16Wrapper() with slices
- swscale/swscale_unscaled: Fix packed_16bpc_bswap() with slices
- avformat/avidec: Fix infinite loop in avi_read_nikon()
- lavf/utils: Avoid an overflow for huge negative durations.
- avformat/hls: Fix handling of EXT-X-BYTERANGE streams over 2GB
- lavc/avpacket: Fix undefined behaviour, do not pass a null pointer to memcpy().
- lavc/mjpegdec: Do not skip reading quantization tables.
- cmdutils: fix implicit declaration of SetDllDirectory function

(adam)

2016-10-03 12:21:26 UTC MAIN commitmail json YAML

Updated security/py-cryptography to 1.5.2

(wiz)

2016-10-03 12:21:16 UTC MAIN commitmail json YAML

Updated py-cryptography to 1.5.2.

1.5.2 - 2016-09-26
~~~~~~~~~~~~~~~~~~

* Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2j.

(wiz)

2016-10-03 12:19:40 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 28.1.0

(wiz)

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

Updated py-setuptools to 28.1.0.

v28.1.0
-------

* #803: Bump certifi to 2016.9.26.

v28.0.0
-------

* #733: Do not search excluded directories for packages.
  This introduced a backwards incompatible change in ``find_packages()``
  so that ``find_packages(exclude=['foo']) == []``, excluding subpackages of ``foo``.
  Previously, ``find_packages(exclude=['foo']) == ['foo.bar']``,
  even though the parent ``foo`` package was excluded.

* #795: Bump certifi.

* #719: Suppress decoding errors and instead log a warning
  when metadata cannot be decoded.

v27.3.1
-------

* #790: In MSVC monkeypatching, explicitly patch each
  function by name in the target module instead of inferring
  the module from the function's ``__module__``. Improves
  compatibility with other packages that might have previously
  patched distutils functions (i.e. NumPy).

v27.3.0
-------

* #794: In test command, add installed eggs to PYTHONPATH
  when invoking tests so that subprocesses will also have the
  dependencies available. Fixes `tox 330
  <https://github.com/tox-dev/tox/issues/330>`_.

* #795: Update vendored pyparsing 2.1.9.

(wiz)

2016-10-03 12:11:46 UTC MAIN commitmail json YAML

Updated time/py-vdirsyncer to 0.13.1

(wiz)

2016-10-03 12:11:36 UTC MAIN commitmail json YAML

Updated py-vdirsyncer to 0.13.1.

Version 0.13.1
==============

*released on 30 September 2016*

- Fix a bug that would completely break collection discovery.

Version 0.13.0
==============

*released on 29 September 2016*

- Python 2 is no longer supported at all. See :gh:`219`.
- Config sections are now checked for duplicate names. This also means that you
  cannot have a storage section ``[storage foo]`` and a pair ``[pair foo]`` in
  your config, they have to have different names. This is done such that
  console output is always unambigous. See :gh:`459`.
- Custom commands can now be used for conflict resolution during sync. See
  :gh:`127`.
- :storage:`http` now completely ignores UIDs. This avoids a lot of unnecessary
  down- and uploads.

(wiz)

2016-10-03 12:07:44 UTC MAIN commitmail json YAML

2016-10-03 12:07:34 UTC MAIN commitmail json YAML

Updated xterm to 326.

Patch #326 - 2016/09/25

    updated appdata file (report by Richard Hughes).
    improve discussion of the different terminal emulations provided by xterm in the manual page.
    add examples of setting the icon title with/without the window title in the manual (Debian #833984).
    correct a limit-check when using a numeric value for extended Booleans e.g., *fullscreen:3 rather than a name such as *fullscreen:never.
    add action allow-bold-fonts
    improved formatting fixes for manual page, using script to find mismatches in spelling of resources, actions and menu entries.
    improve documentation of logging resources.
    fix a special case of flickering cursor by adding GraphicsExpose to the list of event types that should not trigger making the mouse cursor visible (patch by Joe Peterson).
    correct initialization of line-drawing in VT52-mode, overlooked in changes for patch #297 (report/patch by Ben Wiley Sittler).
    minor clarification of form-feed versus line-feed in ctlseqs.ms (suggested by David Kemper).
    amend fix for Debian #738794 to restore a check for missing characters which are not combining characters. Also fill in a corresponding special case for TrueType fonts (Debian #827905).

(wiz)

2016-10-03 11:55:21 UTC MAIN commitmail json YAML

Updated security/openssl to 1.0.2jnb1

(wiz)

2016-10-03 11:55:12 UTC MAIN commitmail json YAML

Remove incorrect comment and resulting weird license.

idea and mdc2 patents expired, so enable them by default.
rc5 looks like it might be expired as well, but I didn't find
anything relevant on that topic, so I left it alone.

Bump PKGREVISION.

(wiz)

2016-10-03 11:49:31 UTC MAIN commitmail json YAML

2016-10-03 11:48:31 UTC MAIN commitmail json YAML

Call sun-iss sissl-1.1 to match OSI.

(wiz)

2016-10-03 11:48:14 UTC MAIN commitmail json YAML

Rename sun-iss to sissl-1.1 to match OSI name.
Remove sun-iss-license, same license, but OSI is fine with it, so no
"-license" needed.

(wiz)

2016-10-03 11:44:02 UTC MAIN commitmail json YAML

Add Sun Industry Standards Source License (used by sge)

(wiz)

2016-10-03 11:28:20 UTC MAIN commitmail json YAML

License added, remove comment that it's missing.

(wiz)

2016-10-03 11:27:58 UTC MAIN commitmail json YAML

Add fromto license.

(wiz)

2016-10-03 08:47:14 UTC MAIN commitmail json YAML

dd sleepycat license.

(wiz)

2016-10-03 08:46:04 UTC MAIN commitmail json YAML

Add ppunpack license.

(wiz)

2016-10-03 08:44:22 UTC MAIN commitmail json YAML

Clarify LICENSE a bit.

(wiz)

2016-10-03 08:43:59 UTC MAIN commitmail json YAML

Add aladdin-license for bg5pdf.

(wiz)

2016-10-03 08:33:38 UTC MAIN commitmail json YAML

Add pdflib license.

pdftotext output of PDF included in package, whitespace-edited and
page numbers and ^L removed.

(wiz)

2016-10-03 08:30:20 UTC MAIN commitmail json YAML

2016-10-03 08:30:13 UTC MAIN commitmail json YAML

2016-10-03 08:28:22 UTC MAIN commitmail json YAML

Add ipl-1.0 (IBM Public License). OSI approved.

https://opensource.org/licenses/IPL-1.0

(wiz)

2016-10-03 08:27:42 UTC MAIN commitmail json YAML

Updated net/syncthing to 0.14.7

v0.14.7

This is a minor release recommended for all users.

Improvements in this release include faster (i.e., less CPU intensive)
hashing on some Intel and ARM64 CPU:s, a more refined dark theme,
CORS headers in the API, and an updated set of default discovery
servers.

Resolved issues since v0.14.6:

    #3596: Deadlock no longer occurs on device removal

(abs)

2016-10-03 08:15:51 UTC MAIN commitmail json YAML

2016-10-03 08:15:30 UTC MAIN commitmail json YAML

2016-10-03 07:58:22 UTC MAIN commitmail json YAML

Remove email from the author that describes the package's license.

The LICENSE tag is correct.

(wiz)

2016-10-03 07:57:24 UTC MAIN commitmail json YAML

Use pkgsrc-standard spelling for LICENSE.

(wiz)

2016-10-03 07:21:05 UTC MAIN commitmail json YAML

lowercase license name

(spz)

2016-10-03 07:19:32 UTC MAIN commitmail json YAML

may be one of our unparseable license culprits

(spz)

2016-10-03 06:20:09 UTC MAIN commitmail json YAML

fix obvious typo in LICENSE

(spz)

2016-10-03 02:46:48 UTC MAIN commitmail json YAML

spidermonkey17: don't reject MIPS ABIs that aren't n32.
switch the use of nops (most likely used to eliminate hazards too) to
ehb/ssnop. nop doesn't eliminate hazards on a superscalar MIPS CPU.

probably helps the report of vague problems on loongson2f.

(maya)

2016-10-02 23:26:40 UTC MAIN commitmail json YAML

g95: now that I understand why -mips1 is chosen here, clarify it in the
comment for the patch.

note: the choice of o32 for this package is questionable, and defaulting
to n32 on gcc/config.gcc instead is probably the right thing, this package
won't run on platforms that use o32, and the n32 linker can't handle the
o32 objects apparently - it dies with "not enough GOT space for local GOT
entries" (PR toolchain/51521).

defaulting to n32 will allow deleting this patch, but I won't make the
transition because I can't get further in the build and hit a compile
assertion about MTYPE not matching CEXT (double float in my case), similar
to GCC bug #20633.

(maya)

2016-10-02 22:53:24 UTC MAIN commitmail json YAML

nss: replace USE_NSS_64 with _LP64 builtin.

fixes build for 32bit when passing USE_64 (which is questionable)...

in pkgsrc we declare all mips64* platforms as 64bit, and use USE_64.
However, netbsd/mips64 is using a 32bit ABI, so it is akin to passing
USE_64=1 for 32bit.

perhaps not declaring it a 64bit platform is correct, but this package
is one of the only few using this logic, and it's unfeasible to have
correct logic for 32bit/64bit.

this package has considerably more logic for USE_64 than for USE_NSS_64,
so to avoid inadvertent damage to other platforms, retain the USE_64=1
logic.

feel free to object to this option in the discussion on tech-pkg.

(maya)

2016-10-02 22:17:17 UTC MAIN commitmail json YAML

Updated devel/py-mercurial to 3.9.2

(wiz)

2016-10-02 22:17:07 UTC MAIN commitmail json YAML

Updated py-mercurial to 3.9.2.

This is a regularly-scheduled bugfix release.

    annotate: correct output in some merge cases (issue5360)
    crecord: properly handle files with No newline at eof (issue5268)
    grep: rewrite help to better document current (confusing) behavior

(wiz)

2016-10-02 22:05:01 UTC MAIN commitmail json YAML

Updated devel/asio to 1.10.8

(prlw1)

2016-10-02 22:04:37 UTC MAIN commitmail json YAML

Update asio to 1.10.8

Asio 1.10.8

* Added compatibility with OpenSSL 1.1.0.

* Fixed out-of-bounds iterator use in `asio::connect()` when the
  `connect_condition` returns an end iterator.

* Added a workaround for a move detection problem on MSVC 2015 Update 2.

* Changed a workaround that was previously added for broken Windows firewalls
  to only bind to 127.0.0.1 if `getsockname` reports 0.0.0.0.

* Added call to `SSL_COMP_free_compression_methods` to fix two memory leaks
  reported at shutdown, for OpenSSL versions >= 1.0.2 and < 1.1.0.

* Fixed `use_future` compile error encountered on some standard library
  implementations, by changing `std::allocator<void>` use to a non-void
  template parameter.

* Enabled use of native `getaddrinfo` by default on Apple OSes, rather than
  emulation in terms of `getipnodebyname`.

Asio 1.10.7

* Added support for Windows 8.1 Store apps.

* Fixed macro multiple definition error on Microsoft Visual Studio 2015.

* Changed Asio's SSL wrapper to respect OpenSSL's `OPENSSL_NO_SSL3` feature
  test `#define`.

* Changed Asio's SSL wrapper to use OpenSSL's new `SSL_CTX_clear_chain_certs`
  function, if available.

* Suppressed a clang 3.6+ warning about unused typedefs.

* Regenerated certificates used by SSL examples.

* Fixed buffer sizes passed to `strncat` in the `getaddrinfo` emulation and in
  the SSL wrapper's password handling.

* Changed Windows backend to use non-macro `CreateEventW` rather than
  `CreateEvent`.

(prlw1)

2016-10-02 20:34:48 UTC MAIN commitmail json YAML

x264-devel: if we don't pass the assembly test, e.g. if we don't
pass optimizing flags (like default netbsd setup), just act as if
we passed --disable-asm, as opposed to passing it for netbsd/arm.

- now other operating systems that don't optimize won't fail here.
- if someone does pass optimization, he benefits from it
- I don't have to define another case in the Makefile for MIPS

(maya)

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

2016-10-02 19:05:36 UTC MAIN commitmail json YAML

+ ffmpeg2-2.8.8, ffmpeg3-3.1.4, harfbuzz-1.3.2, liblangtag-0.6.2,
  meld-3.16.3, mpfr-3.1.5, neon-0.30.2, nettle-3.3,
  p5-DateTime-TimeZone-2.05, p5-Module-Signature-0.81,
  p5-Scalar-List-Utils-1.46, py-cryptography-1.5.2, py-foolscap-0.12.4,
  py-hypothesis-3.5.2, py-mercurial-3.9.2, py-radare2-0.10.6,
  py-setuptools-28.1.0, py-test-3.0.3, py-vdirsyncer-0.13.1,
  radare2-0.10.6, x264-devel-20161001, xterm-326.

(wiz)

2016-10-02 18:43:30 UTC MAIN commitmail json YAML

Updated finance/moneyguru to 2.10.2

(wiz)

2016-10-02 18:43:20 UTC MAIN commitmail json YAML

Updated moneyguru to 2.10.2.

2.10.2 (2016-08-28)

    Fix crash when opening panels on some versions of PyQt. [qt] #456
    Fix misalignment of bold figures in networth/profit sheets. [cocoa] #459

(wiz)

2016-10-02 17:03:47 UTC MAIN commitmail json YAML

Note update of time/ruby-tzinfo-data package to 1.2016.7.

(taca)

2016-10-02 17:03:09 UTC MAIN commitmail json YAML

2016-10-02 16:38:13 UTC MAIN commitmail json YAML

Added filesystems/fuse-sparsebundlefs version 20160928
Added filesystems/fuse-darling-dmg version 20160310

(bouyer)

2016-10-02 16:36:13 UTC MAIN commitmail json YAML

Add fuse-sparsebundlefs and fuse-darling-dmg

(bouyer)

2016-10-02 16:35:02 UTC MAIN commitmail json YAML

Add fuse-darling-dmg version 20160310:

This project allows ordinary users to directly mount OS X disk images under
Linux via FUSE. darling-dmg is part of Darling - http://www.darlinghq.org

Without darling-dmg, the only way to do this would be to manually extract
the DMG file, become root and mount the HFS+ filesystem as root. This is slow,
wasteful and may even crash your system. The project's author has seen the
Linux HFS+ implementation cause kernel crashes.

(bouyer)

2016-10-02 16:33:28 UTC MAIN commitmail json YAML

Add fuse-sparsebundlefs version 20160928:

Mac OS X v10.5 (Leopard) introduced the concept of sparse-bundle disk images,
where the data is stored as a collection of small, fixed-size band-files
instead of as a single monolithic file. This allows for more efficient
backups of the disk image, as only the changed bands need to be stored.

One common source of sparse-bundles is Mac OS' backup utility, Time Machine,
which stores the backup data within a sparse-bundle image on the chosen
backup volume.

This software package implements a FUSE virtual filesystem for read-only
access to the sparse-bundle, as if it was a single monolithic image.

(bouyer)

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

Update HOMEPAGE

(mef)

2016-10-02 13:36:15 UTC MAIN commitmail json YAML

Updated print/xpp to 1.5nb15

(bouyer)

2016-10-02 13:34:50 UTC MAIN commitmail json YAML

Add -D_IPP_PRIVATE_STRUCTURES to CFLAGS and switch to cups 2.x.
Bump PKGREVISION

(bouyer)

2016-10-02 12:19:20 UTC MAIN commitmail json YAML

Updated inputmethod/skk to 16.1

(ryoon)

2016-10-02 12:18:40 UTC MAIN commitmail json YAML

Update to 16.1

Changelog:
** MELPA install
** Support Emacs 25
*** Add skk-help-make-usage as wrapper macro
** Development environment
*** Converted from CVS to Git
*** Add test and uninstall target to Makefile and make.bat
** Documentation
*** Rename READMEs/REAME to README.md
*** Convert READMEs/* to UTF-8
*** Generation of PDF file from skk.texi
**** Convert skk.texi to UTF-8
**** Create makepdf.bat and makepdf.sh scripts to PDF generation
** Add prefix ccc- to ccc.el functions etc.
** Remove queue-m.el, use cons() instead
** Remove skk-annotation-browser-function variable
** Add keyboard type nicola-colemak and omelet-colemak

(ryoon)

2016-10-02 12:17:50 UTC MAIN commitmail json YAML

Updated chat/ejabberd to 16.09

(fhajny)

2016-10-02 12:17:40 UTC MAIN commitmail json YAML

Update chat/ejabberd to 16.09.

New XMPP Extension support
- Support for XEP-0355 - Namespace Delegation
- Support for XEP-0356 - Privileged Entity

Elixir support
- Support for Elixir-based configuration files

MUC/Sub
- Add a new request to list MUC room subscribers
- Link MUC subscription to bare JID
- New commands unsubscribe_room and unsubscribe_room for MUC
  subscriptions management through API
- Fix nick-to-jid mapping for MUC subscribers
- Fix subscribed rooms list retrieval
- Fix message routing from subscribers
- Do not update muc_online_users table on MUC/Sub operations

MUC
- Support multiple JIDs in room invitations
- Create room on configuration request as per XEP-0045, 10.1.3

PubSub
- Add SQL support for microblogging node plugin
- Fix publish with subscriber publish model and SQL backend
- node_mb: Call node_pep instead of node_hometree

Stream Management
- New Stream Management option: ack_timeout
- Fix Stream Management feature for the websocket connections
- Cancel timer when waiting for resumption

MAM and Offline
- Don't store messages of type "headline"
- Simplify "assume_mam_usage" option
- Honor hint for any non-"error" message
- Store announcements for offline users

Database
- Session backend: fix clean Redis table
- mod_shared_roster: Support SQL backend

ejabberdctcl admin tool
- ejabberdctl: do not force access rules check on register command
- ejabberdctl: do not force command line to pass a credential
- New commands unsubscribe_room and unsubscribe_room for MUC
  subscriptions management
- New command create_room_with_opts to create room with custom
  config

ejabberd API
- New commands unsubscribe_room and unsubscribe_room for MUC
  subscriptions management
- New command create_room_with_opts to create room with custom
  config
- Add X-Admin and basic auth header to CORS allowed headers in
  http_api
- Properly process OPTIONS header in http_api for all paths
- Expand parsing of JSON input to be able to handle update_roster
  command
- Provide proper args_desc in oauth_issue_token command

Developer features: ejabberd Hooks
- Add hooks c2s_session_pending, c2s_session_resumed,
  store_offline_message, store_mam_message
- Add CSI user's JID argument to csi_filter_stanza and
  csi_flush_queue hooks
- Add functions to get/set some c2s #state elements from external
  modules
- mod_client_state: Let other modules filter stanzas
- rework c2s API to simplify push modules integration

(fhajny)

2016-10-02 12:02:56 UTC MAIN commitmail json YAML

(Revive) +moneyguru-2.10.2, thanks wiz@

(mef)

2016-10-02 10:17:24 UTC MAIN commitmail json YAML

Updated lang/erlang* to 19.1.

(fhajny)

2016-10-02 10:12:36 UTC MAIN commitmail json YAML

Update lang/erlang* to 19.1.

Some highlights of the release are:

- erts: Improved dirty scheduler support. A purge of a module will
- not have to wait for completion of all ongoing dirty NIF calls.
- erts: Improved accuracy of timeouts on MacOS X.
- kernel: Add net_kernel:setopts/2 and net_kernel:getopts/2 to
- control options for distribution sockets in runtime.
- asn1: Compiling multiple ASN.1 modules in the same directory with
- parallel make (make -j) should now be safe.
- httpd: support for PUT and DELETE in mod_esi
- ~30 contributions since 19.0

You can find the Release Notes with more detailed info at

http://www.erlang.org/download/otp_src_19.1.readme

(fhajny)

2016-10-02 09:31:58 UTC MAIN commitmail json YAML

Updated databases/mongo-c-driver to 1.4.2

(fhajny)

2016-10-02 09:31:47 UTC MAIN commitmail json YAML

Update databases/mongo-c-driver to 1.4.2.

mongo-c-driver 1.4.2
- Fixes bugs in "minPoolSize" logic, see CDRIVER-1558 for details.

mongo-c-driver 1.4.1
- mongoc_client_get_server_descriptions could return a list
  including NULLs
- Tailable cursors on MongoDB 3.2 only worked with
  MONGOC_QUERY_AWAIT_DATA
- Spurious warnings with MONGOC_DISABLE_SHM

(fhajny)

2016-10-02 09:31:18 UTC MAIN commitmail json YAML

Updated devel/libbson to 1.4.2

(fhajny)

2016-10-02 09:31:06 UTC MAIN commitmail json YAML

Update devel/libbson to 1.4.2.

libbson 1.4.2
- No change since 1.4.1; released to keep pace with libmongoc's
  version.

libbson 1.4.1
- This release improves the HTML documentation's Makefile.

(fhajny)

2016-10-02 09:19:46 UTC MAIN commitmail json YAML

Updated security/hitch to 1.4.1

(fhajny)

2016-10-02 09:19:36 UTC MAIN commitmail json YAML

Update security/hitch to 1.4.1.

- Add a new tls-protos configuration option for specifying the
  permitted TLS/SSL protocols. This new option supersedes settings
  ssl and tls which are now deprecated and will be kept for
  backwards compatibility.

(fhajny)

2016-10-02 09:13:00 UTC MAIN commitmail json YAML

Updated misc/tmux to 2.3

(fhajny)

2016-10-02 09:12:50 UTC MAIN commitmail json YAML

Update misc/tmux to 2.3.

Incompatible Changes
====================

None.

Normal Changes
==============

- New option 'pane-border-status' to add text in the pane borders.
- Support for hooks on commands: 'after' and 'before' hooks.
- 'source-file' understands '-q' to suppress errors for
  nonexistent files.
- Lots of UTF8 improvements, especially on MacOS.
- 'window-status-separator' understands #[] expansions.
- 'split-window' understands '-f' for performing a full-width
  split.
- Allow report count to be specified when using 'bind-key -R'.
- 'set -a' for appending to user options (@foo) is now supported.
- 'display-panes' can now accept a command to run, rather than
  always
  selecting the pane.

(fhajny)

2016-10-02 09:06:21 UTC MAIN commitmail json YAML

Updated archivers/pigz to 2.3.4

(fhajny)

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

Update archivers/pigz to 2.3.4.

Changelog not available, notable changes from the commit log:

- Fix a bug where invalid LZW data could cause out of bounds
  access.
- Permit named pipes as input
- Fix bug in directory traversal
- Add warning for a zip file entry 4 GiB or larger

(fhajny)

2016-10-02 08:20:24 UTC MAIN commitmail json YAML

mame: remove comment about gcc 5.3 being used because of a gcc49 bug.
bug was fixed, but gcc 5.0 is explicitly required by the package.
see scripts/genie.lua. It also mentions GCC 5.2 being problematic
in the same file.

given that nobody has tested it for <5.3, leave it at 5.3 required.

(maya)

2016-10-02 05:33:18 UTC MAIN commitmail json YAML

2016-10-02 02:51:11 UTC MAIN commitmail json YAML

+gens-2.15.5

(mef)

2016-10-02 02:34:40 UTC MAIN commitmail json YAML

-/+ binkd 104 -> 1.04
-/+ netio 132 -> 1.32
-/+ spin  645 -> 6.45
-  moneyguru-2.10.2 ...(recent is 2.10.1)
-  sqlrelay-{freetds,mysql,odbc,pgsql,sqlite} .. already updated to 0.65.0

(mef)

2016-10-02 02:20:00 UTC MAIN commitmail json YAML

Updated games/gnuchess to 6.2.3

(mef)

2016-10-02 02:19:51 UTC MAIN commitmail json YAML

Updated games/gnuchess to 6.2.3
-------------------------------
Version 6.2.3 (September 2016)
- Quit after compiling book with option -a (--addbook).
- Updated translations.

(mef)

2016-10-01 23:29:47 UTC MAIN commitmail json YAML

Use Alexei's name from LinkedIn (which uses ASCII) instead of
deleting his entries...

(he)

2016-10-01 20:41:05 UTC MAIN commitmail json YAML

note icewm 1.2.38pre2nb1

(mrg)

2016-10-01 20:40:06 UTC MAIN commitmail json YAML

fix unaligned issues on sparc64: don't pass pid_t, but a long, to
XChangeProperty().  PR#37559

bump revision.

(mrg)

2016-10-01 19:44:46 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.69.0

(wiz)

2016-10-01 19:44:36 UTC MAIN commitmail json YAML

Updated calibre to 2.69.0.

calibre 2.69

New Features
Kobo driver: Support for firmware version 4.1 and Overdrive books
on the device
Edit Book: Highlight class names inside HTML tags
Bulk metadata edit dialog: Allow search & replace to work for
ratings columns as well.

Bug Fixes
Fix downloading of metadata from ozon.ru, which broke due to website
changes
Kobo driver: Fix delete of empty collections
Kobo driver: Fix book previews being sometimes detected as actual
books
Cover Browser: Fix setting an empty template for the title causes
an error
Edit Book: On windows do not trigger shortcuts when using the right
Alt (AltGr) key. This allows it to be used for entering special
characters instead.
Edit Book: Auto-add file extension when using the Save a Copy dialog
if it is missing.
Linux: Fix calibre not launching when used with some old VNC server
implementations
Windows: Run library restore in a separate process as on some
windows machines, running it in the main process causes something
in the system to lock the db file.
Fix some news downloads in east asian languages not working because
the truncation of article descriptions could cause invalid UTF-16
bytes in the string
Fix incorrect timezone when editing custom date columns directly
in the book list

(wiz)

2016-10-01 18:46:03 UTC MAIN commitmail json YAML

Added pkgtools/plist-utils version 20160731

(kamil)

2016-10-01 18:42:53 UTC MAIN commitmail json YAML

Add pkgtools/plist-utils

(kamil)

2016-10-01 18:37:15 UTC MAIN commitmail json YAML

2016-10-01 18:23:18 UTC MAIN commitmail json YAML

>From Edgar Fu�:
Make sure the configure script finds the ping or ping6 command on NetBSD, don't
rely on /sbin being in $path of the builder.
Not sure if similar change is needed for other $OPSYS.

Add a comment to patch-ad explaining why some plugins are disabled here.

(bouyer)

2016-10-01 16:45:56 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.178

(wiz)

2016-10-01 16:45:46 UTC MAIN commitmail json YAML

Updated mame to 0.178.

The end of the month is almost here, and it's time to unwrap another
shiny MAME release. This time around we've had the pleasure of
seeing Angelo Salese show us all that he's a bug-fixing machine,
resolving many long-standing bugs in playable games (including
graphical glitches in Combat School, and issues with slopes in
Sunset Riders). Highlights from newly emulated machines include
the Esselte 100 classroom computer from Sweden (thanks Edstrom),
Slap Shooter (courtesy of ShouTime and the Dumping Union), the
French version of the Apple //e Enhanced, the original Japanese
version of Street Fighter with pneumatic buttons (thanks ShouTime),
and the original version of Nintendo's Popeye on Sky Skipper hardware
(yet another gem from ShouTime).

On the gambling front, we have another batch of layouts from John
Parker, clickable button lamps for more machines from einstein95,
and improved inputs/output for a number of games from AJR. Speaking
of inputs and outputs, Risugami added/improved outputs and layouts
for a number of Midway games.

This release includes preliminary support for persistent controller
ID mappings from Tomer Verona. This may help if you're having issues
with Xbox controllers appearing in a different order when you
relaunch MAME. If you're interested, check out the documentation
and see if it helps. It's still not particularly easy to use, but
it's ready for testing and improvement and may be useful, particularly
for people with wireless controllers.

Other notable improvements include working envelope and LFSR
emulation for Mega Duck, better emulation of MCU communication for
Taito Super Qix hardware, support for multiple BBC Micro floppy
drive controllers, restoring the ability to have MAME accept incoming
socket connections to communicate with an emulated serial port,
and more features for the UI graphics viewer.

MAME 0.178 also adds software list updates with the latest prototype
cartridge dumps, numerous bootlegs and alternate versions of
supported games, and steady progress on non-working systems like
the CMI IIx and LSI Octopus.

(wiz)

2016-10-01 15:56:54 UTC pkgsrc-2016Q3 commitmail json YAML

Pullup ticket #5116 - requested by joerg
graphics/adaptagrams: build fix

Revisions pulled up:
- graphics/adaptagrams/Makefile                                1.3

---
  Module Name: pkgsrc
  Committed By: joerg
  Date: Sat Oct  1 13:01:32 UTC 2016

  Modified Files:
  pkgsrc/graphics/adaptagrams: Makefile

  Log Message:
  Uses libtool.

(bsiegert)

2016-10-01 15:18:56 UTC pkgsrc-2016Q3 commitmail json YAML

Pullup ticket #5115 - requested by joerg
games/libggz: build fix

Revisions pulled up:
- games/libggz/Makefile                                        1.11
- games/libggz/distinfo                                        1.4
- games/libggz/patches/patch-aa                                1.2

---
  Module Name: pkgsrc
  Committed By: joerg
  Date: Sat Oct  1 13:01:12 UTC 2016

  Modified Files:
  pkgsrc/games/libggz: Makefile distinfo
  pkgsrc/games/libggz/patches: patch-aa

  Log Message:
  Fix gnutls fallout. Bump revision.

(bsiegert)

2016-10-01 14:39:06 UTC pkgsrc-2016Q3 commitmail json YAML

Pullup ticket #5114 - requested by joerg
filesystems/squashfs: build fix

Revisions pulled up:
- filesystems/squashfs/Makefile                                1.2

---
  Module Name: pkgsrc
  Committed By: joerg
  Date: Sat Oct  1 13:00:42 UTC 2016

  Modified Files:
  pkgsrc/filesystems/squashfs: Makefile

  Log Message:
  Provide lib path as well as rpath.

(bsiegert)

2016-10-01 14:37:08 UTC pkgsrc-2016Q3 commitmail json YAML

Pullup ticket #5113 - requested by joerg
devel/py-logilab-astng: build fix

Revisions pulled up:
- devel/py-logilab-astng/Makefile                              1.14
- devel/py-logilab-astng/distinfo                              1.4
- devel/py-logilab-astng/patches/patch-aa                      1.3

---
  Module Name: pkgsrc
  Committed By: joerg
  Date: Sat Oct  1 13:00:10 UTC 2016

  Modified Files:
  pkgsrc/devel/py-logilab-astng: Makefile distinfo
  pkgsrc/devel/py-logilab-astng/patches: patch-aa

  Log Message:
  Fix 2to3 invocation.

(bsiegert)

2016-10-01 14:17:13 UTC MAIN commitmail json YAML

Updated www/py-gunicorn to 19.6.0

(wen)

2016-10-01 14:15:04 UTC MAIN commitmail json YAML

Update to 19.6.0
Add missing DEPENDS for test

Upstream changes:
19.6.0 / 2016/05/21
Core & Logging

    improvement of the binary upgrade behaviour using USR2: remove file lockin (issue 1270)
    add the --capture-output setting to capture stdout/stderr tot the log

file (issue 1271) - Allow disabling sendfile() via the SENDFILE` environment variable (issue 1252 - fix reload under pycharm (issue 1129)
Workers

    fix: make sure to remove the signal from the worker pipe (issue 1269)
    fix: gthread worker, handle removed socket in the select loop

(issue 1258)
19.5.0 / 2016/05/10
Core

    fix: Ensure response to HEAD request won窶冲 have message body
    fix: lock domain socket and remove on last arbiter exit (issue 1220)
    improvement: use EnvironmentError instead of socket.error (issue 939)
    add: new $FORWARDDED_ALLOW_IPS environment variable (issue 1205)
    fix: infinite recursion when destroying sockets (issue 1219)
    fix: close sockets on shutdown (issue 922)
    fix: clean up sys.exc_info calls to drop circular refs (issue 1228)
    fix: do post_worker_init after load_wsgi (issue 1248)

Workers

    fix access logging in gaiohttp worker (issue 1193)
    eventlet: handle QUIT in a new coroutine (issue 1217)
    gevent: remove obsolete exception clauses in run (issue 1218)
    tornado: fix extra 窶彜erver窶� response header (issue 1246)
    fix: unblock the wait loop under python 3.5 in sync worker (issue 1256)

Logging

    fix: log message for listener reloading (issue 1181)
    Let logging module handle traceback printing (issue 1201)
    improvement: Allow configuring logger_class with statsd_host (issue 1188)
    fix: traceback formatting (issue 1235)
    fix: print error logs on stderr and access logs on stdout (issue 1184)

Documentation

    Simplify installation instructions in gunicorn.org (issue 1072)
    Fix URL and default worker type in example_config (issue 1209)
    update django doc url to 1.8 lts (issue 1213)
    fix: miscellaneous wording corrections (issue 1216)
    Add PSF License Agreement of selectors.py to NOTICE (:issue: 1226)
    document LOGGING overriding (issue 1051)
    put a note that error logs are only errors from Gunicorn (issue 1124)
    add a note about the requirements of the threads workers under python 2.x (issue 1200)
    add access_log_format to config example (issue 1251)

Tests

    Use more pytest.raises() in test_http.py

19.4.5 / 2016/01/05

    fix: NameError fileno in gunicorn.http.wsgi (issue 1178)

19.4.4 / 2016/01/04

    fix: check if a fileobject can be used with sendfile(2) (issue 1174)
    doc: be more descriptive in errorlog option (issue 1173)

19.4.3 / 2015/12/30

    fix: don窶冲 check if a file is writable using os.stat with SELINUX (issue 1171)

19.4.2 / 2015/12/29
Core

    improvement: handle HaltServer in manage_workers (issue 1095)
    fix: Do not rely on sendfile sending requested count (issue 1155)
    fix: claridy 窶渡o-sendfile default (issue 1156)
    fix: LoggingCatch sendfile failure from no file descriptor (issue 1160)

Logging

    fix: Always send access log to syslog if syslog is on
    fix: check auth before trying to own a file (issue 1157)

Documentation

    fix: Fix Slowloris broken link. (issue 1142)
    Tweak markup in faq.rst

Testing

    fix: gaiohttp test (issue 1164)

19.4.1 / 2015/11/25

    fix tornado worker (issue 1154)

    19.4.0 / 2015/11/20

Core

    fix: make sure that a user is able to access to the logs after dropping a privilege (issue 1116)
    improvement: inherit the Exception class where it needs to be (issue 997)
    fix: make sure headers are always encodedas latin1 RFC 2616 (issue 1102)
    improvement: reduce arbiter noise (issue 1078)
    fix: don窶冲 close the unix socket when the worker exit (issue 1088)
    improvement: Make last logged worker count an explicit instance var (issue 1078)
    improvement: prefix config file with its type (issue 836)
    improvement: pidfile handing (issue 1042)
    fix: catch OSError as well as ValueError on race condition (issue 1052)
    improve support of ipv6 by backporting urlparse.urlsplit from Python 2.7 to Python 2.6.
    fix: raise InvalidRequestLine when the line contains maliscious data (issue 1023)
    fix: fix argument to disable sendfile
    fix: add gthread to the list of supported workers (issue 1011)
    improvement: retry socket binding up to five times upon EADDRNOTAVAIL (issue 1004)
    breaking change: only honor headers that can be encoded in ascii to comply to the RFC 7230 (See issue 1151).

Logging

    add new parameters to access log (issue 1132)
    fix: make sure that files handles are correctly reopenebd on HUP (issue 627)
    include request URL in error message (issue 1071)
    get username in access logs (issue 1069)
    fix statsd logging support on Python 3 (issue 1010)

Testing

    use last version of mock.
    many fixes in Travis CI support
    miscellaneous improvements in tests

Thread worker

    fix: Fix self.nr usage in ThreadedWorker so that auto restart works as expected (issue 1031)

Gevent worker

    fix quit signal handling (issue 1128)
    add support for Python 3 (issue 1066)
    fix: make graceful shutdown thread-safe (issue 1032)

Tornado worker

    fix ssl options (issue 1146, issue 1135)
    don窶冲 check timeout when stopping gracefully (issue 1106)

AIOHttp worker

    add SSL support (issue 1105)

Documentation

    fix link to proc name setting (issue 1144)
    fix worker class documentation (issue 1141, issue 1104)
    clarify graceful timeout documentation (issue 1137)
    don窶冲 duplicate NGINX config files examples (issue 1050, issue 1048)
    add web.py framework example (issue 1117)
    update Debian/Ubuntu installations instructions (issue 1112)
    clarify pythonpath setting description (issue 1080)
    tweak some example for python3
    clarify sendfile documentation
    miscellaneous typos in source code comments (thanks!)
    clarify why REMOTE_ADD may not be the user窶冱 IP address (issue 1037)

Misc

    fix: reloader should survive SyntaxError (issue 994)
    fix: expose the reloader class to the worker.

(wen)

2016-10-01 13:46:36 UTC pkgsrc-2016Q3 commitmail json YAML

Pullup ticket #5112 - requested by taca
www/ruby-http-cookie: security fix

Revisions pulled up:
- www/ruby-http-cookie/Makefile                                1.2
- www/ruby-http-cookie/distinfo                                1.3

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Sep 30 15:36:59 UTC 2016

  Modified Files:
  pkgsrc/www/ruby-http-cookie: Makefile distinfo

  Log Message:
  Update ruby-http-cookie to 1.0.3.

  ## 1.0.3 (2016-09-30)

  - Treat comma as normal character in HTTP::Cookie.cookie_value_to_hash
    instead of key-value pair separator.  This should fix the problem
    described in CVE-2016-7401.

(bsiegert)

2016-10-01 13:25:23 UTC MAIN commitmail json YAML

Updated emulators/qemu0 to qemu-0.15.1nb18

(kamil)

2016-10-01 13:22:34 UTC MAIN commitmail json YAML

2016-10-01 13:20:52 UTC MAIN commitmail json YAML

Fix build of qemu-0.15.1 on CentOS 7

Changes:
- require -lrt for timer_settime()
- replace "struct siginfo" with "siginfo_t" (backported from new qemu)

Bump PKGREVISION to 18.

(kamil)

2016-10-01 13:07:50 UTC MAIN commitmail json YAML

Uses C99 for loop declarations.

(joerg)

2016-10-01 13:07:23 UTC MAIN commitmail json YAML

2016-10-01 13:05:15 UTC MAIN commitmail json YAML

Pretend that the gettext catalogs don't use modern fancy features, since
pkgsrc's msgfmt wrapper will strip them as needed.

(joerg)

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

Added www/p5-HTTP-Entity-Parser version 0.17

(wen)

2016-10-01 13:04:17 UTC MAIN commitmail json YAML

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

2016-10-01 13:02:59 UTC MAIN commitmail json YAML

Add p5-HTTP-Entity-Parser

(wen)

2016-10-01 13:02:31 UTC MAIN commitmail json YAML

PLIST requires pyexpat to exist. Add manual overrides to help detection
of Freetype and GLU from X11BASE. Bump revision.

(joerg)

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

Import HTTP-Entity-Parser-0.17 as p5-HTTP-Entity-Parser.

HTTP::Entity::Parser is PSGI compliant HTTP Entity parser. This module
also has compatibility with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser
reads HTTP entity from PSGI's env $env->{'psgi.input'} and parse it.
This module support application/x-www-form-urlencoded, multipart/form-data
and application/json.

(wen)

2016-10-01 13:01:32 UTC MAIN commitmail json YAML

2016-10-01 13:01:12 UTC MAIN commitmail json YAML

2016-10-01 13:00:42 UTC MAIN commitmail json YAML

Provide lib path as well as rpath.

(joerg)

2016-10-01 13:00:10 UTC MAIN commitmail json YAML

2016-10-01 12:54:18 UTC MAIN commitmail json YAML

Updated devel/p5-Params-ValidationCompiler to 0.13nb1

(wiz)

2016-10-01 12:54:08 UTC MAIN commitmail json YAML

Add some missing DEPENDS.

Add some missing test dependencies, mostly commented out since not
yet packaged.

(wiz)

2016-10-01 12:49:39 UTC MAIN commitmail json YAML

Added www/p5-HTTP-MultiPartParser version 0.01

(wen)

2016-10-01 12:48:21 UTC MAIN commitmail json YAML

Add p5-HTTP-MultiPartParser

(wen)

2016-10-01 12:47:20 UTC MAIN commitmail json YAML

Import HTTP-MultiPartParser-0.01 as p5-HTTP-MultiPartParser.

This class provides a low-level API for processing MultiPart MIME data
streams conforming to MultiPart types as defined in RFC 2616.

(wen)

2016-10-01 12:35:33 UTC MAIN commitmail json YAML

USE_TOOLS+= pkg-config instead of using freetype-config, thanks wiz@

(mef)

2016-10-01 12:33:15 UTC MAIN commitmail json YAML

Added www/p5-WWW-Form-UrlEncoded version 0.23

(wen)

2016-10-01 12:32:07 UTC MAIN commitmail json YAML

Add p5-WWW-Form-UrlEncoded

(wen)

2016-10-01 12:29:08 UTC MAIN commitmail json YAML

Import WWW-Form-UrlEncoded-0.23 as p5-WWW-Form-UrlEncoded.

WWW::Form::UrlEncoded provides application/x-www-form-urlencoded parser
and builder. This module aims to have compatibility with other CPAN modules
like HTTP::Body's urlencoded parser.

(wen)

2016-10-01 11:54:14 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.1806

(wen)

2016-10-01 11:52:36 UTC MAIN commitmail json YAML

Update to 2.1806

Upstream changes:
2.1806  2016-09-25

  [BUG FIXES}

  - A role generated on the fly (as opposed to one in a file on disk) could
    not be used as a trait. Fixed by Aaron Cohen. (RT#92089, PR#47).

  [ENHANCEMENTS]

  - When a required attribute's init_arg differs from the attribute's name, we
    now include both the attribute name and init_arg in the exception thrown
    when that attribute is not provided. (RT#116814, Gordon Fisher)

  - The unimport sub generated by Moose::Exporter can now be called with
    parameters like { into => 'Package' } or { into_level => 1 }, just like
    the import sub it generates. Requested by Dmytro Zagashev. (RT #93666).

  - Moose::Meta::Attribute objects created from role attributes keep a
    reference to the Moose::Meta::Role::Attribute which created
    them. Moose::Meta::Attribute now has ->role_attribute and
    ->has_role_attribute methods. RT #84563 and #117586. (Dave Rolsky)

  [DOCUMENTATION]

  - Updated Moose::Manual::Roles with more detail on role consumption and how
    to deal with various corner cases involving required methods, multiple
    roles, etc.

(wen)

2016-10-01 11:35:15 UTC MAIN commitmail json YAML

Updated databases/py-mysql-connector to 2.2.1; net/miniupnpd to 2.0

(adam)

2016-10-01 11:32:57 UTC MAIN commitmail json YAML

VERSION 2.0:

2016/04/18:
  linux/netfilter: fix compile time detection of iptables version >= 1.4.3
2016/03/08:
  linux/netfilter: do not add MASQUERADE rule if ports are equals
2016/02/19:
  set IPv6 Hop limit to 10
  fix HOST: header of event notifications in IPv6
  be more compliant on 64bit machines : ui4 in [0;2^32-1]

(adam)

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

Updated devel/pcre2 to 10.22nb1

(wiz)

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

Enable JIT. Bump PKGREVISION.

(wiz)

2016-10-01 09:43:33 UTC MAIN commitmail json YAML

v2.2.1
======
- Add support for Protocol Buffers 3
- Add View support (without DDL)
- Implement get_default_schema() method in BaseSchema
- DevAPI: Per ReplicaSet SQL execution
- DevAPI: XSession accepts a list of routers
- DevAPI: Define action on adding empty list of documents
- BUG23729357: Fix fetching BIT datatype
- BUG23583381: Add who_am_i and am_i_real methods to DatabaseObject
- BUG23568257: Add fetch_one method to mysqlx.result
- BUG23550743: Add close method to XSession and NodeSession
- BUG23550057: Add support for URI as connection data

(adam)

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

Let's assume ghostscript is only used during build until we know otherwise.
-j build failed for me once, so mark as not MAKE_JOBS safe.
Update freeglut comment.

Bump PKGREVISION for dependency change.

(wiz)

2016-10-01 07:52:57 UTC MAIN commitmail json YAML

2016-10-01 07:49:09 UTC MAIN commitmail json YAML

Add upstream bug report URL.

(wiz)

2016-10-01 07:47:14 UTC MAIN commitmail json YAML

Updated graphics/freeglut to 3.0.0

(wiz)

2016-10-01 07:47:04 UTC MAIN commitmail json YAML

Updated freeglut to 3.0.0.

FreeGLUT 3.0.0 is finally available for download.

I'd like to thank everyone who contributed to FreeGLUT and made yet
another release possible.

FreeGLUT 3.0.0 RC3 is available on sourceforge.

Hopefully this will be the last release candidate. Please give it a spin,
and let us know if there are any release-critical bugs with this one.

Here's the list of changes since RC2:
------------------------------------------------------------------------
r1742 | jtsiomb | 2015-01-03 13:55:09 +0200 (Sat, 03 Jan 2015) | 2 lines

pkgconfig files should go to $(PREFIX)/lib, not $(PREFIX)/share. Closing bug #216

------------------------------------------------------------------------
r1743 | jtsiomb | 2015-02-18 02:37:05 +0200 (Wed, 18 Feb 2015) | 5 lines

Applied Daniel Macks' patch to use ${CMAKE_INSTALL_LIBDIR} instead of
hardcoding lib for the installation directory of libraries, with the
additional modification of installing the pkg-config files there too.
closing bug #217

------------------------------------------------------------------------
r1744 | jtsiomb | 2015-02-18 05:59:21 +0200 (Wed, 18 Feb 2015) | 3 lines

added INCLUDE_DIRECTORIES(${X11_INCLUDE_DIR}) to make sure X11 header
files are correctly located, on systems where they are in weird places.
This closes bug: #218

------------------------------------------------------------------------
r1745 | jtsiomb | 2015-02-18 06:59:57 +0200 (Wed, 18 Feb 2015) | 7 lines

- changed the main INCLUDE_DIRECTORIES definition to place the main header
  locations first in the list instead of appending them. This gives priority to
  our freeglut*.h files instead of the old system-wide installed ones.
- removed the Xxf86vm hack from CMakeLists.txt: it seems like it's not needed
  any more in new versions of cmake, and it fails to link on MacOSX.

------------------------------------------------------------------------
r1746 | jtsiomb | 2015-02-18 07:03:16 +0200 (Wed, 18 Feb 2015) | 6 lines

MacOSX doesn't define HOST_NAME_MAX in unistd.h, which made freeglut fail to
build. Now, if the definition is missing, we'll just define it arbitrarilly as
255, which should be a safe value. This is just needed for an obscure X11 WM
protocol.

------------------------------------------------------------------------
r1747 | jtsiomb | 2015-02-18 07:20:50 +0200 (Wed, 18 Feb 2015) | 2 lines

removed the completely outdated FrequentlyAskedQuestions file

Apologies for the long delay between RC1 and RC2. If there are no
critical bugs with this one, we'll be able to release 3.0.0 shortly.

Here's the complete list of changes between RC1 and RC2:
------------------------------------------------------------------------
r1727 | dcnieho | 2014-11-03 06:18:51 +0200 (Mon, 03 Nov 2014) | 1 line

Added missing glutStrokeWidthf and glutStrokeLengthf for mobile support.
------------------------------------------------------------------------
r1728 | dcnieho | 2014-11-03 06:19:10 +0200 (Mon, 03 Nov 2014) | 3 lines

Added support for minimizing window.
Fixed issue where reshape callback would be called multiple times due to
conflicting window size messages on keyboard closure.
Fixed issue where changing orientation with the keyboard open would
cause multiple reshape events.
------------------------------------------------------------------------
r1729 | jtsiomb | 2014-11-04 13:47:27 +0200 (Tue, 04 Nov 2014) | 3 lines

- changed the minor so version for the new release to 3.10.0 (fg2.8.1
  was 3.9.0)
- made the so version numbers more prominent in the cmake file to make
  sure they're not forgotten in future releases

------------------------------------------------------------------------
r1730 | jtsiomb | 2014-12-02 07:22:12 +0200 (Tue, 02 Dec 2014) | 2 lines

include standard UNIX header fcntl.h in fg_joystick_x11.c, since fcntl()
is called conditionally in there (bug #192).

------------------------------------------------------------------------
r1731 | dcnieho | 2014-12-22 18:27:02 +0200 (Mon, 22 Dec 2014) | 3 lines

typofixes - https://github.com/vlajos/misspell_fixer

(cherry picked from commit c85ed83b848379d49d0869b84ab15851e2df8784)
------------------------------------------------------------------------
r1732 | jtsiomb | 2014-12-24 23:23:29 +0200 (Wed, 24 Dec 2014) | 2 lines

brought back the option to build either as "glut" or "freeglut":
FREEGLUT_REPLACE_GLUT

------------------------------------------------------------------------
r1733 | dcnieho | 2014-12-25 16:35:09 +0200 (Thu, 25 Dec 2014) | 1 line

CMake: FREEGLUT_REPLACE_GLUT option should not be visible on windows
------------------------------------------------------------------------
r1734 | dcnieho | 2014-12-25 16:35:17 +0200 (Thu, 25 Dec 2014) | 1 line

updated list of cmake switches in README.cmake

RC1 of the 3.0.0 release has been posted on the sourceforge website,
get it here:

Please do test and let us know of any issues you find.

There have been hundreds of commits over the last year or so, but here
are some important changes since 2.8.1:
- internal cleanup and reorganization, making it easier to add new
platforms while avoiding ifdef hell
- moved to CMake for buildsystem
- added martin newell's teacup and teaspoon to complement the teapot
- shapes now use vertex buffers internally for faster drawing
- shapes can now be drawn in forward compatible contexts, see new
functions glutSetVertexAttribCoord3, glutSetVertexAttribNormal, and
glutSetVertexAttribTexCoord2.
- new GLUT_GEOMETRY_VISUALIZE_NORMALS option to visualize the normals
of the shapes (these are frequently used for educational demos after
all)
- experimental support for Android and BlackBerry 10/BlackBerry
PlayBook mobile platforms, note that so far only a subset of FreeGLUT
is implemented
- can now set font of menu
- menu behavior corrected, multiple bugs fixed
- X11 fullscreen code updated, correctness improved
- time internally now 64 bit, so timers and such wont wrap for humanly
possible timeframes

(wiz)

2016-10-01 06:02:10 UTC MAIN commitmail json YAML

(1) Fix build for X11_TYPE= modular (but not fully tested)
(2) Fix configure phase problem
(3) Add BUILD_DEPENDS for make test
Thanks joerg and wiz.

(mef)

2016-09-30 22:44:38 UTC MAIN commitmail json YAML

2016-09-30 20:32:48 UTC MAIN commitmail json YAML

gcc3: in case someone can build this package, commit the same change
sevan@ added to gcc6 - apple's ld may stumble here from the whitespace
we added before the path.

(maya)

2016-09-30 18:36:59 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 5.4.9.1 [reed 2016-09-30]

(reed)

2016-09-30 18:27:37 UTC MAIN commitmail json YAML

pkglint has hardcoded php55 referenced a couple times.
That package was removedi and caused pkglint errors like:
ERROR: ../../lang/php/ext.mk:25: Cannot read
"./../../lang/php55/Makefile.common".

So update to later php56.

I don't understand why the ChecklinesDistinfo function in distinfo.go
has an exception for the php patches directory but changed there too.

I received an okay on packages@ list.

Note that the make check for the pkglint package failed for me
but the pkglint worked for me in my tests of some php using packages.

Increase version of pkglint.

(reed)

2016-09-30 17:17:37 UTC MAIN commitmail json YAML

Remove the whitespace between $(LINKER_RPATH_FLAG) and the path.
Otherwise the flag may be misinterpreted by linker (e.g. Apple's ld).

(sevan)

2016-09-30 16:50:43 UTC MAIN commitmail json YAML

Note addition of net/httpstat version 1.2.0

(agc)

2016-09-30 16:49:07 UTC MAIN commitmail json YAML

Add httpstat, a utility to visualise curl(1) statistics, to the Packages
Collection.

httpstat visualizes curl(1) statistics in a way of beauty and clarity.

(agc)