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

2024-05-12 17:17:01 UTC Now

2016-03-15 14:38:07 UTC MAIN commitmail json YAML

Update ruby-rainbow to 2.1.0.

## 2.1.0 (2016-01-24)

* added X11 color support
* fixed `require` issue when rainbow is used as a dependency in another gem
* improved Windows support

(taca)

2016-03-15 14:37:25 UTC MAIN commitmail json YAML

Note update of misc/ruby-parallel package to 1.6.2.

(taca)

2016-03-15 14:36:48 UTC MAIN commitmail json YAML

Update ruby-parallel to 1.6.2.

* Clean up test cases for not calling finish
* Don't call :finish hook if there was an exception
* add test for queue error I just ran into
* Update redirects

(taca)

2016-03-15 14:34:03 UTC MAIN commitmail json YAML

Note update of misc/ruby-ohai package to 8.12.0.

(taca)

2016-03-15 14:33:26 UTC MAIN commitmail json YAML

Update ruby-ohai to 8.12.0.

8.12.0 (2016-03-09)

Full Changelog

Implemented enhancements:

* add plugin to detect user sessions using loginctl #766 (davide125)
* Improve virtualization detection on Solaris #760 (tas50)
* Improve FreeBSD guest virtualization detection #756 (tas50)
* Detect Openstack hosts #751 (tas50)
* Improve KVM host and guest detection #750 (tas50)
* Update GCE metadata API version and fail better #736 (tas50)

Fixed bugs:

* Make ohai work with Chef 12.7 and below #768 (jkeiser)
* Remove XML output in VirtualizationInfo and need for hpricot gem #755 (tas50)

v8.11.1 (2016-03-08)

Full Changelog

Implemented enhancements:

* Detect Azure on non-bootstrapped hosts #657
* Deprecate run_command and popen4 in the command mixin #730 (tas50)
* OHAI-726 Regex to support openjdk 1.8 #727 (davidnewman)
* Add support for the 2 latest EC2 metadata versions #725 (tas50)
* Improved debug logging for cloud plugins #724 (tas50)
* Detect paravirt amazon instances without hint files #722 (tas50)
* Detect Azure using the Azure agent and DHCP options #714 (tas50)

Fixed bugs:

* Use escape_glob_dir instead of escape_glob #747 (jaym)
* have a proper dependency on plist #737 (thommay)
* Fix digital ocean ip address detection #735 (ctso)
* Log sigar gem load failures #731 (tas50)
* ipaddress on Linux - default route pointing to unaddressed interface, with route src #682 (glennmatthews)

Release 8.10.0

* pr#720 Make Windows driver plugin opt-in via config
* pr#717 Don't enable packages plugin by default
* pr#711 Improve EC2 detection for HVM instances when a hint isn't present

Release 8.9.0

* phreakocious:
    - Collect layer 1 Ethernet information per NIC on Linux hosts
* Mark Gibbons:
    - Add kernel[:processor] with output of uname -p output
* Shahul Khajamohideen
    - Add packages plugin
* electrolinux
    - Add "alpine" platform and platform_family
* Julien Berard
    - Add instance_id to rackspace plugin
* Matt Whiteley
    - Allow route table override
* JM Howard Brown
    - Add tests and queue_depth to block_device
* pr#672 CPU plugin for Darwin (OS X) now properly reports the number of real CPUs adds "cores" to match the CPU output on Linux
    pr#674 CPU plugin for FreeBSD now reports "real" and "core" values to match the CPU output on Linux
* pr#654 Improvements to filesystem and wpar detection on AIX
* pr#683 Properly detect the init package on older Linux kernels
* pr#684 Remove non-functional cucumber tests
* pr#695 Fix detection of mac address on IPv6 only systems
* pr#703 Enable ChefStyle per RFC 64

(taca)

2016-03-15 14:26:53 UTC MAIN commitmail json YAML

Note update of misc/ruby-commander package to 4.4.0.

(taca)

2016-03-15 14:26:24 UTC MAIN commitmail json YAML

Update ruby-commander to 4.4.0.

=== 4.4.0 / 2016-02-19

* Add modular style template initialization. (@lebogan)
* Allow option names that start with a global option name.
* Fix handling of negatable global flags. (@mfurtak)

=== 4.3.8 / 2016-02-09

* Fix regression for deprecation warnings.

=== 4.3.7 / 2016-01-26

* Fix regression in help formatter introduced in 4.3.6.

=== 4.3.6 / 2016-01-26 [YANKED]

* Fix deprecation warnings on Ruby 2.3.0.
* Indent option descriptions the same way as program and command descriptions. (@badeball)

(taca)

2016-03-15 14:25:39 UTC MAIN commitmail json YAML

Update devel/ruby-tins package to 1.9.0.

(taca)

2016-03-15 14:24:46 UTC MAIN commitmail json YAML

Update ruby-tins to 1.9.0.

Add Tins::Duration class to display time durations.

(taca)

2016-03-15 13:49:10 UTC MAIN commitmail json YAML

Updated net/nsd to 4.1.9

(pettai)

2016-03-15 13:48:35 UTC MAIN commitmail json YAML

NSD 4.1.9
=========

BUG FIXES:
        - Change the nsd.db file version because of nanosecond precision fix.

(pettai)

2016-03-15 13:45:29 UTC MAIN commitmail json YAML

Updated textproc/hs-tagsoup to 0.13.9

(szptvlfn)

2016-03-15 13:45:17 UTC MAIN commitmail json YAML

Update to 0.13.9

CHANGES.txt:
0.13.9
    #50, fix a space leak
    #36, fix the demo examples
    #35, make IsString a superclass of StringLike
    #33, make flattenTree O(n) instead of O(n^2)
0.13.8
    #30, add parse/render functions directly to the Tree module
0.13.7
    #32, make sure upper case &#X works in lookupEntity
0.13.6
    #28, some named entities require a trailing semicolon (e.g. mid)
0.13.5
    #26, rename the test program to test-tagsoup
0.13.4
    #24, add isTagComment function
    Update the copyright year
0.13.3
    Work on GHC 7.9
0.13.2
    Remove all package upper bounds
    Allow QuickCheck-2.6

(szptvlfn)

2016-03-15 13:21:43 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.600

(ryoon)

2016-03-15 13:21:20 UTC MAIN commitmail json YAML

Update to 0.600

Status:
Unadjusted glyphs (characters; 1st pass): Uninode 8a2b-8b95
Unadjusted glyphs (Bushu; 1st pass): Gonben

(ryoon)

2016-03-15 13:16:11 UTC MAIN commitmail json YAML

Updated print/pdf2djvu to 0.9.4

(ryoon)

2016-03-15 13:15:29 UTC MAIN commitmail json YAML

Update to 0.9.4

Changelog:
pdf2djvu (0.9.4) unstable; urgency=low

  [ Jakub Wilk ]
  * Standardize on American spelling in the manual page.
  * Document that bugs can be reported to the mailing list.
  * Fix build failure with GCC 6.
    Thanks to Martin Michlmayr for the bug report.
    https://bugs.debian.org/812007
  * Improve warning message when a link with an unsupported
    action type is encountered.
    Thanks to Janusz S. BieÅ„ for the bug report.
    https://groups.io/g/pdf2djvu/message/26
  * Improve error handling in out-of-memory situations.
    Thanks to Daniel Stender for the bug report.
    https://bitbucket.org/jwilk/pdf2djvu/issue/107
  * Use HTTPS for sourceforge.net and freedesktop.org URLs.
  * Improve the test suite.
  * Update the Polish translation.

  [ Chris Leick ]
  * Update the German translation.

  [ Américo Monteiro ]
  * Update the Portuguese translation.

  [ Kyrill Detinov ]
  * Update the Russian translation.

  [ Jean-Paul Guillonneau ]
  * Update the French translation of the manual page.

-- Jakub Wilk <jwilk@jwilk.net>  Wed, 24 Feb 2016 18:34:05 +0100

(ryoon)

2016-03-15 12:50:19 UTC MAIN commitmail json YAML

Update to puppet done

(fhajny)

2016-03-15 12:45:20 UTC MAIN commitmail json YAML

Updated sysutils/puppet to 3.8.6

(fhajny)

2016-03-15 12:45:07 UTC MAIN commitmail json YAML

Update sysutils/puppet to 3.8.6.

No changelog provided, commits since 3.8.4:
- (doc) Clarify auth_membership
- (PUP-4516) Exit immediately when sent INT or TERM
- (PUP-4516) Add signal name in exit message
- (PUP-4386) Windows group invalid user error msgs
- (PUP-5308) Bump beaker dependency
- (maint) Use beaker's puppet helper
- (maint) Remove obsolete test
- (PUP-5308) Use puppet config set for future parser
- (PUP-5480) Windows dirs should inherit SYSTEM
- Remove skipping based on commit msg
- (PUP-5308) Ensure future parser setting is in main section
- (PUP-5505) Improve performance of reading service plists
- (PUP-5522) Ensure consistency of node environment attr and param
- (PUP-5547) Prevent unnecessary environment eviction
- Revert "(PUP-5547) Prevent unnecessary environment eviction"
- (PUP-5547) Prevent unnecessary environment eviction
- (PUP-5509) Ensure error context for non-numeric index error
- (PUP-5590) Detect duplicate parameter names
- (PUP-5212) Pip package honors HTTP proxy
- (maint) Use Travis container infrastructure
- (maint) Use newer bundler
- Bump ruby version to 2.1.8
- (PUP-1293) Don't ignore status when using upstart provider
- (PUP-5378) acceptance: port all-functions test to 3.x
- (PUP-5378) ensure calling_all_functions works against 4x
- (maint) acceptance-fix with() function usage
- (maint) Relax fqdn_rand regex
- (maint) acceptance: fix calling all functions-split regex
- (PUP-5658) Disallow numeric types with ranges where to < from
- (maint) Update ruby build for windows
- (maint) Change apt_host to apt_signing_server
- (RE-6205) updating ruby for CVE-2015-7551
- (PUP-5670) bump facter release tag

(fhajny)

2016-03-15 12:33:08 UTC MAIN commitmail json YAML

Updated print/pdf2djvu to 0.9.3nb2

(ryoon)

2016-03-15 12:31:55 UTC MAIN commitmail json YAML

Improve dependencies from Jakub Wilk. Bump PKGREVISION

* Get rid of dependencies to C compiler, GNU sed, libxslt and pstreams
* Remove workaround for older NetBSD and MirBSD

(ryoon)

2016-03-15 12:15:26 UTC MAIN commitmail json YAML

2016-03-15 11:29:47 UTC MAIN commitmail json YAML

Updated databases/pgbouncer to 1.7.2

(fhajny)

2016-03-15 11:29:35 UTC MAIN commitmail json YAML

Update databases/pgbouncer to 1.7.2.
Set up a separate user, previous PGUSER/PGGROUP integration didn't
make sense.

2016-02-26 - PgBouncer 1.7.2 - "Finally Airborne"

- Fix crash on stale pidfile removal. Problem introduced in 1.7.1.
- Disable cleanup - it breaks takeover and is not useful for
  production loads. Problem introduced in 1.7.1.
- After takeover, wait until pidfile is gone before booting. Slow
  shutdown due to memory cleanup exposed existing race. (#113)
- Make build reproducible by dropping DBGVER handling. (#112)
- Antimake: Sort file list from $(wildcard), newer gmake does not
  sort it anymore. (#111)
- Show libssl version in log.
- deb: Turn on full hardening.

2016-02-18 - PgBouncer 1.7.1 - "Forward To Five Friends Or Else"

- WARNING: Since version 1.7, server_reset_query is not executed
  when database is in transaction-pooling mode. Seems this was not
  highlighted enough in 1.7 announcement. If your apps depend on
  that happening, use server_reset_query_always to restore previous
  behaviour.
- TLS: Rename sslmode "disabled" to "disable" as that is what
  PostgreSQL uses.
- TLS: client_tls_sslmode=verify-ca/-full now reject connections
  without client certificate. (#104)
- TLS: client_tls_sslmode=allow/require do validate client
  certificate if sent. Previously they left cert validation
  unconfigured so connections with client cert failed. (#105)
- Fix memleak when freeing database.
- Fix potential memleak in tls_handshake().
- Fix EOF handling in tls_handshake().
- Fix too small memset in asn1_time_parse compat.
- Fix non-TLS (--without-openssl) build. (#101)
- Fix various issues with Windows build. (#100)
- TLS: Use SSL_MODE_RELEASE_BUFFERS to decrease memory usage of
  inactive connections.
- Clean allocated memory on exit. Helps to run memory-leak
  checkers.
- Improve server_reset_query documentation. (#110)
- Add TLS options to sample config.

2015-12-18 - PgBouncer 1.7 - "Colors Vary After Resurrection"
- Support TLS connections. OpenSSL/LibreSSL is used as backend
  implementation.
- Support authentication via TLS client certificate.
- Support "peer" authentication on Unix sockets.
- Support Host Based Access control file, like pg_hba.conf in
  Postgres. This allows to configure TLS for network connections
  and "peer" authentication for local connections.
- Set query_wait_timeout to 120s by default. Current default (0)
  causes infinite queueing, which is not useful. That means if
  client has pending query and has not been assigned to server
  connection, the client connection will be dropped.
- Disable server_reset_query_always by default. Now reset query is
  used only in pools that are in session mode.
- Increase pkt_buf to 4096 bytes. Improves performance with TLS.
  The behaviour is probably load-specific, but it should be safe
  to do as since v1.2 the packet buffers are split from connections
  and used lazily from pool.
- Support pipelining count expected ReadyForQuery packets. This
  avoids releasing server too early. Fixes #52.
- Improved sbuf_loopcnt logic - socket is guarateed to be
  reprocessed even if there are no event from socket. Required for
  TLS as it has it's own buffering.
- Adapt system tests to work with modern BSD and MacOS. (Eric
  Radman)
- Remove crypt auth. It's obsolete and not supported by PostgreSQL
  since 8.4.
- Fix plain "--with-cares" configure option - without argument it
  was broken.

(fhajny)

2016-03-15 10:55:26 UTC MAIN commitmail json YAML

2016-03-15 09:51:51 UTC MAIN commitmail json YAML

Added sysutils/tarsnap-gui version 0.8

(wiz)

2016-03-15 09:51:39 UTC MAIN commitmail json YAML

+ tarsnap-gui.

(wiz)

2016-03-15 09:51:26 UTC MAIN commitmail json YAML

Import tarsnap-gui-0.8 as sysutils/tarsnap-gui.

The Tarsnap graphical user interface desktop application is an open
source cross-platform frontend to the popular Tarsnap backup service.

The application uses the tarsnap command line client utilities to
communicate with the Tarsnap service.

(wiz)

2016-03-15 09:15:02 UTC MAIN commitmail json YAML

Updated graphics/sane-backends to 1.0.25nb3

(martin)

2016-03-15 09:14:04 UTC MAIN commitmail json YAML

2016-03-15 03:13:17 UTC MAIN commitmail json YAML

Updated devel/nss to 3.22.3

(ryoon)

2016-03-15 03:12:06 UTC MAIN commitmail json YAML

Update to 3.22.3

Changelog:
The NSS Development Team announces the release of NSS 3.22.3,
which is a patch release for NSS 3.22.

No new functionality is introduced in this release.

The following bugs have been resolved in NSS 3.22.3

* Bug 1243641 - Increase compatibility of TLS extended master secret,
  don't send an empty TLS extension last in the handshake

(ryoon)

2016-03-15 00:45:05 UTC MAIN commitmail json YAML

+ webkit-gtk-2.10.8 and webkit24-gtk-2.4.10 (take this one)

While here `!}sort' and manually remove some duplicates pointed out by the
sort.

(leot)

2016-03-15 00:24:29 UTC MAIN commitmail json YAML

Disable precompiled headers. Makes GCC segfault on NetBSD-7.0-i386.

(tnn)

2016-03-15 00:19:00 UTC MAIN commitmail json YAML

Teach about difference of struct mcontext_t on Linux/i386 vs NetBSD/i386.
Fixes build on NetBSD/i386.

(tnn)

2016-03-14 23:42:47 UTC MAIN commitmail json YAML

2016-03-14 22:48:20 UTC MAIN commitmail json YAML

Updated net/proftpd to 1.3.5b

(wiedi)

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

Update net/proftpd (and modules) to 1.3.5b

1.3.5b - Released 10-Mar-2016
--------------------------------
- Bug 4187 - mod_geoip does not load all of the GeoIPTables properly.
- Bug 4191 - "Incorrect string value" reported by mod_sql_mysql for some UTF8
  characters.
- Bug 4097 - SSH rekey fails when using RSA hostkey smaller than 2048 bits.
- Bug 4198 - MLSD/MLST fact type "cdir" is incorrectly used for the current
  working directory.
- Bug 4201 - HiddenStores temporary files not removed when exceeding quota
  using SCP.
- Bug 4202 - MLSD lines not properly terminated with CRLF.
- Bug 4209 - Zero-length memory allocation possible, with undefined results.
- Bug 4210 - Avoid unbounded SFTP extended attribute key/values.
- Bug 4212 - Ensure that FTP data transfer commands fail appropriately when
  "RootRevoke on" is in effect.
- Bug 4217 - Handle FTP re-authentication attempts better.
- Bug 4223 - Permissions on files uploaded via STOU do not honor configured
  Umask.
- Bug 4227 - Support SFTP clients that send multiple INIT requests.
- Bug 4230 - TLSDHParamFile directive appears ignored because unexpected DH is
  chosen.

(wiedi)

2016-03-14 20:38:25 UTC MAIN commitmail json YAML

Added www/py-djangocms-style version 1.7.0

(adam)

2016-03-14 20:37:52 UTC MAIN commitmail json YAML

2016-03-14 20:16:08 UTC MAIN commitmail json YAML

Add support for "-isystem dir", transform in the same way as "-Idir"

(markd)

2016-03-14 20:11:56 UTC MAIN commitmail json YAML

Add support for -isystem to legacy wrappers.
  rewrite "-isystem dir" as "-isystem,dir"
  transform "-isystem,dir" in same ways as "-Idir"
  rewrite "-isystem,dir" back to "-isystem dir" in cmd-sink

(markd)

2016-03-14 19:04:52 UTC MAIN commitmail json YAML

Remove precompiled Python files in tests directory

(adam)

2016-03-14 16:04:44 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.7.0

(tsutsui)

2016-03-14 16:03:36 UTC MAIN commitmail json YAML

Update mlterm to 3.7.0.

Changes noted in doc/en/ReleaseNote:

ver 3.7.0
* Support OSC 1337. (See http://www.iterm2.com/images.html)
* Support animation gif of OSC 5379 show_picture on MacOSX/cocoa.
* Enable to place configuration files in mlterm.app/mlterm/ on MacOSX/Cocoa.
* Add 'mlfc' tool which automatically generates ~/.mlterm/aafont and ~/.mlterm/font-fb.
* Change the format of ~/.mlterm/*font is changed as follows.
  [Charset] = [Font name];[Size],[Font name];[Size],[Font name];...
  -> [Charset] = [Font name]
* Drop XT_CBLINK (CSI?12h/CSI?12l) support.
* Simplify font configuration of OSC 5379. ('mlcc font USASCII <Font name>' is available.)
* "CSI 38;2;r;g;b m" and "CSI 48;2;r;g;b m" shows high colors instead of
  approximate vt 256 colors. "vt_color_mode" / --vtcolor(=256/high/true) option
  changes the behavior.
* Bug fixes:
  Fix illegal memory access on MacOSX/Cocoa and Android.
  Fix segfault in spliting window on MacOSX/Cocoa. (Enbugged at 3.6.2)

(tsutsui)

2016-03-14 15:37:47 UTC MAIN commitmail json YAML

don't use msgfmt --check. It breaks with gettext 0.14.1.

(tnn)

2016-03-14 15:10:10 UTC MAIN commitmail json YAML

Note remove www/drupal6 package.

(taca)

2016-03-14 15:09:24 UTC MAIN commitmail json YAML

2016-03-14 15:08:58 UTC MAIN commitmail json YAML

Remove drupal6.

(taca)

2016-03-14 14:36:39 UTC MAIN commitmail json YAML

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

Updated security/tor-browser to 5.5.3

(ryoon)

2016-03-14 14:30:47 UTC MAIN commitmail json YAML

2016-03-14 14:08:50 UTC MAIN commitmail json YAML

Updated security/putty to 0.67

(ryoon)

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

Update to 0.67

Changelog:  2016-03-05 PuTTY 0.67 released, fixing a SECURITY HOLE

PuTTY 0.67, released today, fixes a security hole in 0.66 and
before: vuln-pscp-sink-sscanf. It also contains a few other small
bug fixes.

Also, for the first time, the Windows executables in this release
(including the installer) are signed using an Authenticode certificate,
to help protect against tampering in transit from our website or
after downloading. You should find that they list "Simon Tatham"
as the verified publisher.

(ryoon)

2016-03-14 13:17:50 UTC MAIN commitmail json YAML

Updated textproc/grep to 2.24

(ryoon)

2016-03-14 13:16:31 UTC MAIN commitmail json YAML

Update to 2.24

Changelog:
* Noteworthy changes in release 2.24 (2016-03-10) [stable]

** Bug fixes

  grep -z would match strings it should not.  To trigger the bug, you'd
  have to use a regular expression including an anchor (^ or $) and a
  feature like a range or a backreference, causing grep to forego its DFA
  matcher and resort to using re_search.  With a multibyte locale, that
  matcher could mistakenly match a string containing a newline.
  For example, this command:
    printf 'a\nb\0' | LC_ALL=en_US.utf-8 grep -z '^[a-b]*b'
  would mistakenly match and print all four input bytes.  After the fix,
  there is no match, as expected.
  [bug introduced in grep-2.7]

  grep -Pz now diagnoses attempts to use patterns containing ^ and $,
  instead of mishandling these patterns.  This problem seems to be
  inherent to the PCRE API; removing this limitation is on PCRE's
  maint/README wish list.  Patterns can continue to match literal ^
  and $ by escaping them with \ (now needed even inside [...]).
  [bug introduced in grep-2.5]

(ryoon)

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

Updated sysutils/facette to 0.4.0devnb6

(imil)

2016-03-14 12:55:40 UTC MAIN commitmail json YAML

disable portability check for unused configure script

(imil)

2016-03-14 11:54:45 UTC MAIN commitmail json YAML

Mark package as BROKEN, it tries to download stuff over plain HTTP
during the build:
---8<---
downloading ICU data library (icudt)
the files will be extracted to: /pkgsrc-obj/textproc/R-stringi/work/.destdir/usr/pkg/lib/R/library/stringi/libs
no icudt in a local repo
trying URL 'http://static.rexamine.com/packages/icudt55l.zip'
Warning in download.file(paste(href, fname, sep = ""), outfname, mode = "wb") :
  unable to resolve 'static.rexamine.com'
Error in download.file(paste(href, fname, sep = ""), outfname, mode = "wb"): cannot open URL 'http://static.rexamine.com/packages/icudt55l.zip'

(tnn)

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

BUILDLINK_TRANSFORM needs to go before bsd.pkg.mk

(tnn)

2016-03-14 11:41:15 UTC MAIN commitmail json YAML

2016-03-14 11:12:22 UTC MAIN commitmail json YAML

This package needs to be able to do atomic compare-and-swap on time_t.
Since time_t is 64 bits, on i386 it needs at least a pentium-class CPU.

(tnn)

2016-03-14 11:09:15 UTC MAIN commitmail json YAML

Updated geography/opencpn to 4.2.0
Updated geography/opencpn-plugin-weather_routing to 20160208

(bouyer)

2016-03-14 11:07:59 UTC MAIN commitmail json YAML

2016-03-14 11:01:06 UTC MAIN commitmail json YAML

Update OpenCPN to 4.2.0.
Changes since 4.0.0:
As a successor to OpenCPN Version 4.0, OpenCPN Version 4.2 contains many new features and enhanced functions.

Among them are:

..Increased performance in all modes, particularly when using OpenGL graphics acceleration.
..Integrated Chart Downloader PlugIn, allowing systematic tracking and donwload of latest online charts from several popular sources.
..Integrated World Magnetic Model (WMM) PlugIn, providing accuratley calculated magnetic variation worldwide.
..Major update to embedded Users Manual.
..Measurably improved performance and reliability over all supported platforms.

more details here: http://opencpn.org/ocpn/release4.2

(bouyer)

2016-03-14 10:50:59 UTC MAIN commitmail json YAML

Updated devel/cmake to 3.5.0

(adam)

2016-03-14 10:49:55 UTC MAIN commitmail json YAML

Changes 3.5.0:
The cmake-gui(1) gained options to control warnings about deprecated functionality.
The cmake-gui(1) learned an option to set the toolset to be used with VS IDE and Xcode generators, much like the existing -T option to cmake(1).
The cmake-gui(1) gained a Regular Expression Explorer which may be used to create and evaluate regular expressions in real-time. The explorer window is available via the Tools menu.
The -Wdev and -Wno-dev cmake(1) options now also enable and suppress the deprecated warnings output by default.
The suppression of developer warnings as errors can now be controlled with the new -Werror=dev and -Wno-error=dev cmake(1) options.
The cmake(1) -E command-line tools copy, copy_if_different, copy_directory, and make_directory learned to support multiple input files or directories.
The cmake_parse_arguments() command is now implemented natively. The CMakeParseArguments module remains as an empty placeholder for compatibility.
The install(DIRECTORY) command learned to support generator expressions in the list of directories.
The CMAKE_ERROR_DEPRECATED variable can now be set using the -Werror=deprecated and -Wno-error=deprecated cmake(1) options.
The CMAKE_WARN_DEPRECATED variable can now be set using the -Wdeprecated and -Wno-deprecated cmake(1) options.
The VS_GLOBAL_<variable> target property is now implemented for VS 2010 and above. Previously it worked only in VS 2008 and below.
The ExternalProject module learned a new GIT_REMOTE_NAME option to control the git clone --origin value.
The FindBoost module now provides imported targets such as Boost::boost and Boost::filesystem.
The FindFLEX module FLEX_TARGET macro learned a new DEFINES_FILE option to specify a custom output header to be generated.
The FindGTest module now provides imported targets.
The FindGTK2 module, when GTK2_USE_IMPORTED_TARGETS is enabled, now sets GTK2_LIBRARIES to contain the list of imported targets instead of the paths to the libraries. Moreover it now sets a new GTK2_TARGETS variable containing all the targets imported.
The FindOpenMP module learned to support Clang.
The FindOpenSSL module gained a new OPENSSL_MSVC_STATIC_RT option to search for libraries using the MSVC static runtime.
The FindPNG module now provides imported targets.
The FindTIFF module now provides imported targets.
A FindXalanC module was introduced to find the Apache Xalan-C++ XSL transform processing library.
The FindXercesC module now provides imported targets.

(adam)

2016-03-14 10:00:22 UTC MAIN commitmail json YAML

Updated www/ap-auth-mellon to 0.12.0
Fixes CVE-2016-2145] and CVE-2016-2146

(manu)

2016-03-14 09:58:57 UTC MAIN commitmail json YAML

Update mod_auth_mellon to 0.12.0

Fixes CVE-2016-2145 and CVE-2016-2146

Changes since 0.10.0 frome NEWS file and patches/patch-0274

patch-0274
---------------------------------------------------------------------------
* Return 500 Internal Server Error if probe discovery fails.

Version 0.12.0
---------------------------------------------------------------------------

Security fixes:

* [CVE-2016-2145] Fix DOS attack (Apache worker process crash) due to
  incorrect error handling when reading POST data from client.

* [CVE-2016-2146] Fix DOS attack (Apache worker process crash /
  resource exhaustion) due to missing size checks when reading
  POST data.

In addition this release contains the following new features and fixes:

* Add MellonRedirecDomains option to limit the sites that
  mod_auth_mellon can redirect to. This option is enabled by default.

* Add support for ECP service options in PAOS requests.

* Fix AssertionConsumerService lookup for PAOS requests.

Version 0.11.1
---------------------------------------------------------------------------

Security fixes:

* [CVE-2016-2145] Fix DOS attack (Apache worker process crash) due to
  incorrect error handling when reading POST data from client.

* [CVE-2016-2146] Fix DOS attack (Apache worker process crash /
  resource exhaustion) due to missing size checks when reading
  POST data

Version 0.11.0
---------------------------------------------------------------------------

* Add SAML 2.0 ECP support.

* The MellonDecode option has been disabled. It was used to decode
  attributes in a Feide-specific encoding that is no longer used.

* Set max-age=0 in Cache-Control header, to ensure that all browsers
  verifies the data on each request.

* MellonMergeEnvVars On now accepts second optional parameter, the
  separator to be used instead of the default ';'.

* Add option MellonEnvVarsSetCount to specify if the number of values
  for any attribute should also be stored in environment variable
  suffixed _N.

* Add option MellonEnvVarsIndexStart to specify if environment variables
  for multi-valued attributes should start indexing with 0 (default) or
  with 1.

* Bugfixes:

  * Fix error about missing authentication with DirectoryIndex in
    Apache 2.4.

(manu)

2016-03-14 09:45:08 UTC MAIN commitmail json YAML

Updated security/lasso to 2.5.1

(manu)

2016-03-14 09:43:42 UTC MAIN commitmail json YAML

Update lasso to 2.5.1

Changes since 2.4.1 from NEWS file:

2.5.1 - February 19th 2016
---------------------------
17 commits, 16 files changed, 1096 insertions, 42 deletions

- Add missing urn constants used in PAOS HTTP header
- Set NotBefore in SAML 2.0 login assertions
- tests: fix leak in test test16_test_get_issuer
- id-ff: fix leak of profile->private_data->message_id
- saml-2.0: fix leak of message_id in
  lasso_profile_saml20_build_paos_request_msg
- tests: fix leaks in test_ecp
- xml: fix wrong termination of comment
- xml: fix leak in lasso_soap_envelope_new_full
- profile: fix leak of private idp_list field
- saml-2.0: fix leaks of url
- tests: fix leak
- tests: update valgrind suppressions
- perl: remove quotes from $PERL -V::ccflags: output (#9572)
- Fix wrong snippet type (fixes #9616). Thanks to Brett Gardner for the patch.
- tools.c: use correct NID and digest length when building RSA signature
  using SHA-2 digest
  (fixes #10019) Thanks to Brett Gardner for the patch.
- bindings/php5: fix enum getters and setters (fixes #10032). Thanks to
  Brett Gardner for the bug report.
- fix warning about INCLUDES directive

2.5.0 - September 2nd 2015
--------------------------
151 commits, 180 files changed, 8391 insertions, 1339 deletions

- lots of bugfixes (reported by static analysis tools like clang,
  coverity and manual inspection) thanks to Simo Sorce and John Dennis from
  RedHat
- xsd:choices are now parsed correctly by implementing a real finite automata
  for parsing XML documents. New flag for jumping forward and backward in
  schema snippets have been added. It fixes parsing of message from third
  party not following the ordre from the schema (they are entitled to do it but
  most SAML implementations do not)
- added C CGI examples for SP and IdP side
- removed the _POSIX_SOURCE declaration
- added support for the SHA-2 family of hash functions
- fixed protocol profile selection when parsing AuthnRequest
- added support for Python 3, thanks to Houzefa Abbasbhay from
  XCG Consulting
- fixed default value of WantAuthnRequestSigned in metadata parsing
- SAML 2.0 ECP is now functionnal, thanks to John Dennis from RedHat
- added two new API function to LassoProfile to extract the Issuer and
  InResponseTo attribute of messages, allowing pre-treatment before parsing
  the message, to load the metadata of the remote provider, or find the request
  which the response matches.
- fixed segfault when parsing HTTP-Redirect marlformed base64 content
- added support for automake 1.15 (jdennis)

(manu)

2016-03-14 09:23:43 UTC MAIN commitmail json YAML

Updated net/haproxy to 1.6.4

(fhajny)

2016-03-14 09:23:31 UTC MAIN commitmail json YAML

Update net/haproxy to 1.6.4. Throw in example config files.

2016/03/14 : 1.6.4
- BUG/MINOR: http: fix several off-by-one errors in the url_param
  parser
- BUG/MINOR: http: Be sure to process all the data received from a
  server
- BUG/MINOR: chunk: make chunk_dup() always check and set
  dst->size
- MINOR: chunks: ensure that chunk_strcpy() adds a trailing zero
- MINOR: chunks: add chunk_strcat() and chunk_newstr()
- MINOR: chunk: make chunk_initstr() take a const string
- MINOR: lru: new function to delete <nb> least recently used keys
- DOC: add Ben Shillito as the maintainer of 51d
- BUG/MINOR: 51d: Ensures a unique domain for each configuration
- BUG/MINOR: 51d: Aligns Pattern cache implementation with HAProxy
  best practices.
- BUG/MINOR: 51d: Releases workset back to pool.
- BUG/MINOR: 51d: Aligned const pointers to changes in 51Degrees.
- CLEANUP: 51d: Aligned if statements with HAProxy best practices
  and removed casts from malloc.
- DOC: fix a few spelling mistakes
- DOC: fix "workaround" spelling
- BUG/MINOR: examples: Fixing haproxy.spec to remove references to
  .cfg files
- MINOR: fix the return type for dns_response_get_query_id()
  function
- MINOR: server state: missing LF (\n) on error message printed
  when parsing server state file
- BUG/MEDIUM: dns: no DNS resolution happens if no ports provided
  to the nameserver
- BUG/MAJOR: servers state: server port is erased when dns
  resolution is enabled on a server
- BUG/MEDIUM: servers state: server port is used uninitialized
- BUG/MEDIUM: config: Adding validation to stick-table expire
  value.
- BUG/MEDIUM: sample: http_date() doesn't provide the right day of
  the week
- BUG/MEDIUM: channel: fix miscalculation of available buffer
  space.
- MEDIUM: pools: add a new flag to avoid rounding pool size up
- BUG/MEDIUM: buffers: do not round up buffer size during
  allocation
- BUG/MINOR: stream: don't force retries if the server is DOWN
- BUG/MINOR: counters: make the sc-inc-gpc0 and sc-set-gpt0 touch
  the table
- MINOR: unix: don't mention free ports on EAGAIN
- BUG/CLEANUP: CLI: report the proper field states in "show sess"
- MINOR: stats: send content-length with the redirect to allow
  keep-alive
- BUG: stream_interface: Reuse connection even if the output
  channel is empty
- DOC: remove old tunnel mode assumptions
- BUG/MAJOR: http-reuse: fix risk of orphaned connections
- BUG/MEDIUM: http-reuse: do not share private connections across
  backends
- BUG/MINOR: ssl: Be sure to use unique serial for regenerated
  certificates
- BUG/MINOR: stats: fix missing comma in stats on agent drain
- BUG/MINOR: lua: unsafe initialization
- DOC: lua: fix somme errors
- DOC: add server name at rate-limit sessions example
- BUG/MEDIUM: ssl: fix off-by-one in ALPN list allocation
- BUG/MEDIUM: ssl: fix off-by-one in NPN list allocation
- DOC: LUA: fix some typos and syntax errors
- MINOR: cfgparse: warn for incorrect 'timeout retry' keyword
  spelling in resolvers
- MINOR: mailers: increase default timeout to 10 seconds
- MINOR: mailers: use <CRLF> for all line endings
- BUG/MAJOR: lua: applets can't sleep.
- BUG/MINOR: server: some prototypes are renamed
- BUG/MINOR: lua: Useless copy
- BUG/MEDIUM: stats: stats bind-process doesn't propagate the
  process mask correctly
- BUG/MINOR: server: fix the format of the warning on address
  change
- BUG/MEDIUM: chunks: always reject negative-length chunks
- BUG/MINOR: systemd: ensure we don't miss signals
- BUG/MINOR: systemd: report the correct signal in debug message
  output
- BUG/MINOR: systemd: propagate the correct signal to haproxy
- MINOR: systemd: ensure a reload doesn't mask a stop
- BUG/MEDIUM: cfgparse: wrong argument offset after parsing server
  "sni" keyword
- CLEANUP: stats: Avoid computation with uninitialized bits.
- CLEANUP: pattern: Ignore unknown samples in pat_match_ip().
- CLEANUP: map: Avoid memory leak in out-of-memory condition.
- BUG/MINOR: tcpcheck: fix incorrect list usage resulting in
  failure to load certain configs
- BUG/MAJOR: samples: check smp->strm before using it
- MINOR: sample: add a new helper to initialize the owner of a
  sample
- MINOR: sample: always set a new sample's owner before evaluating
  it
- BUG/MAJOR: vars: always retrieve the stream and session from the
  sample
- CLEANUP: payload: remove useless and confusing nullity checks
  for channel buffer
- BUG/MINOR: ssl: fix usage of the various sample fetch functions
- MINOR: cfgparse: warn when uid parameter is not a number
- MINOR: cfgparse: warn when gid parameter is not a number
- BUG/MINOR: standard: Avoid free of non-allocated pointer
- BUG/MINOR: pattern: Avoid memory leak on out-of-memory condition
- CLEANUP: http: fix a build warning introduced by a recent fix
- BUG/MINOR: log: GMT offset not updated when entering/leaving DST

(fhajny)

2016-03-14 09:11:44 UTC MAIN commitmail json YAML

note octave update to 4.0.0

(dbj)

2016-03-14 06:12:17 UTC MAIN commitmail json YAML

don't use xcrun checking for xcrun on osx
command line tools don't install xcrun in the toolkit
so do a simple check for cc instead

(dbj)

2016-03-14 06:08:11 UTC MAIN commitmail json YAML

set CHECK_BUILTIN.zlib:=yes so that zlib's builtin.mk won't create a fake zlib.pc
otherwise, freetype2 will add a Requires: for the fake .pc file to its own .pc file

(dbj)

2016-03-14 05:49:51 UTC MAIN commitmail json YAML

add libiconv buildlink3 dependency, bump PKGREVISION

(dbj)

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

Only support the dri option if X11_TYPE is modular. Not very useful in and
of itself, but cuts down on noise from libdrm and MesaLib in X11_TYPE=native
bulk builds. Also, only enable the Present extension if building with DRI.

(tnn)

2016-03-14 01:47:44 UTC MAIN commitmail json YAML

needs randrproto>=1.5.0

(tnn)

2016-03-14 00:59:07 UTC MAIN commitmail json YAML

2016-03-14 00:54:43 UTC MAIN commitmail json YAML

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

Fix previous

CVS: ----------------------------------------------------------------------
CVS: CVSROOT  cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123

(gdt)

2016-03-13 23:26:38 UTC MAIN commitmail json YAML

Removed databases/postgresql-postgis2 successor databases/postgresql-postgis2 [gdt 2016-03-14]

CVS: ----------------------------------------------------------------------
CVS: CVSROOT  cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123

(gdt)

2016-03-13 23:25:21 UTC MAIN commitmail json YAML

2016-03-13 21:40:22 UTC MAIN commitmail json YAML

Enable postgresql-postgis2 for PostgreSQL 9.5

(fhajny)

2016-03-13 21:05:43 UTC MAIN commitmail json YAML

Updated databases/mongo-tools to 3.2.4

(fhajny)

2016-03-13 21:05:34 UTC MAIN commitmail json YAML

Update databases/mongo-tools to 3.2.4.

3.2.4
- mongorestore --noIndexRestore inhibits empty collection creation

3.2.3
- mongoexport chokes on data with quotes

3.2.1
- Add bypassDocumentValidation option to mongorestore and mongoimport
- Missing "from" text in mongorestore status message

3.2.0
- Add bypassDocumentValidation option to mongorestore and mongoimport
- Missing "from" text in mongorestore status message

3.0.8
- bsondump does not keep attribut order
- mongodump issue with temporary map/reduce collections
- Error restoring database "insertion error: EOF"

(fhajny)

2016-03-13 20:51:06 UTC MAIN commitmail json YAML

Updated databases/mongodb to 3.2.4

(fhajny)

2016-03-13 20:50:53 UTC MAIN commitmail json YAML

Update databases/mongodb to 3.2.4.

- Fixed issue with setting optime when running with journaling
  disabled
- Have read concern majority reflect journaled state on
  the primary
- Fixed issue where specifying replication.enableMajorityReadConcern
  implied true regardless of the actual boolean value
- Fixed issue causing segfault when running aggregation that
  includes $lookup

(fhajny)

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

2016-03-13 18:33:11 UTC MAIN commitmail json YAML

Updated comms/conserver8 to 8.2.1.

(schnoebe)

2016-03-13 18:32:49 UTC MAIN commitmail json YAML

Updated comms/conserver8 to 8.2.1.

(schnoebe)

2016-03-13 18:31:11 UTC MAIN commitmail json YAML

Upstream: Update to 8.2.1
    version 8.2.1 (Jun 2, 2015):
- added TCP keepalives between client and server - TCP-based consoles
  already had the code - this was mostly an oversight
- patch for SEGV and task execution - patch by Artem Savkov
  <asavkov@redhat.com>
- expanded break sequences from [1-9] to [1-9a-z] - based on patch by
  Artem Savkov <asavkov@redhat.com>

pkgsrc:
    options.mk:
add support inet6
The way the conserver is coded, you get inet6 or you get uds
    patches/patch-conserver_readcfg.c:
new patch, fixing a setproctitle() bug with inet6.
This needs to be sent upstream.
    Makefile:
install sample configurations
Change maintainer to pkgsrc-users@netbsd.org
    old maintainer address bounced.
drop ``--with-regex'' option, it's no longer supported.

(schnoebe)

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

Updated www/sassc to 3.3.3

(adam)

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

Changes 3.3.3:
Fix failed assertions not being set to stderr
Fix version not working when compiled with Visual Studio
Fix poor handling of UTF-8 characters in paths

(adam)

2016-03-13 17:27:12 UTC MAIN commitmail json YAML

Let's maintain this.

(wiz)

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

Updated net/php-baikal to 0.3.5

(wiz)

2016-03-13 17:26:48 UTC MAIN commitmail json YAML

Update php-baikal to 0.3.5:

0.3.5

    #466: Fixed a small issue that can effect new installions. Existing working installations do not need to upgrade.

0.3.4

    Last build was broken, contained data in the Specific/ directory. This affected new installs but not upgrades.

0.3.3

    #457: The realm was not correctly set from configuration for Digest auth.
    Reduced memory usage in upgrade script. Should help with upgrading large databases.
    Removed BAIKAL_PATH_SABREDAV setting. It was no longer used.

(wiz)

2016-03-13 16:54:34 UTC MAIN commitmail json YAML

+ afl-2.08b, cmake-3.5.0, dbus-python-common-1.2.4, denemo-2.0.4,
  dropbear-2016.72, farstream-0.2.8, glpk-4.59, grep-2.24, mc-4.8.16,
  ocaml-findlib-1.6.2, orcus-0.11.1, py-dbus-1.2.4, spice-protocol-0.12.11,
  talloc-2.1.6, tor-browser-5.5.3, transmission-2.92, waf-1.8.20,
  x264-devel-20160312, xterm-324.

(wiz)

2016-03-13 16:53:39 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-ECB to 2.10

(wiz)

2016-03-13 16:53:30 UTC MAIN commitmail json YAML

Update p5-Crypt-ECB to 2.10:

v2.10, 07.03.2016
- forgot another change in the v2.00 changelog...
- changed license from GPL to Artistic
- improved kwalitee:
- added license information to meta files
- removed test.pl
- added eg/ecb.pl (command line en- and decryption)
- added dummy cipher, so the test suite makes sense even if there are no block ciphers installed
- refactored test data from test scripts

(wiz)

2016-03-13 15:52:51 UTC MAIN commitmail json YAML

Drop support for ruby200, Ruby 2.0.

(taca)

2016-03-13 15:47:44 UTC MAIN commitmail json YAML

Note remove of ruby200 and ruby200-base package.

(taca)

2016-03-13 15:46:57 UTC MAIN commitmail json YAML

2016-03-13 15:46:37 UTC MAIN commitmail json YAML

Update lang/ruby200, the package became EOL.

(taca)

2016-03-13 15:44:23 UTC MAIN commitmail json YAML

Delete ruby200 and ruby200-base.

(taca)

2016-03-13 15:32:26 UTC MAIN commitmail json YAML

Note remove of devel-ruby-debugger and related packages which were
supported by Ruby 2.0.0 and prior version.

(taca)

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

Also determine when compiling from source files

This allows fixing an issue with PKGSRC_MKPIE, where "gcc source.c" would
not work. Some packages rely on this test to determine if a working
compiler is available.

(khorben)

2016-03-13 15:31:10 UTC MAIN commitmail json YAML

2016-03-13 15:30:43 UTC MAIN commitmail json YAML

2016-03-13 15:28:05 UTC MAIN commitmail json YAML

Remove ruby-debugger, it dose not catch up to Ruby 2.1 and later.

(taca)

2016-03-13 15:26:51 UTC MAIN commitmail json YAML

Delete ruby-debugger, ruby-debugger-linecache and
ruby-debugger-ruby_core_source.

(taca)

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

Updated pkgtools/pkglint to 5.3.6

(rillig)

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

Updated pkglint to 5.3.6.

Changes since 5.3.5:

* Warn about !empty(${VARNAME}), which should be !empty(VARNAME)
* Distinguish ${VARNAME} == "value" and ${VARNAME:Mpattern}
* Corrected isQuotingNecessary for some variable types
* Generally, parse files from mk/, since they define variables
  used by packages. This avoids wrong warnings about possible
  spelling mistakes.
* Warn about $(VARNAME) (with parentheses instead of braces)
* Warn about missing final @ in ${VAR:@var@...@}
* Updated list of hardware architectures
* Enabled CPU profiling on NetBSD

(rillig)

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

Updated devel/p5-Git-Repository to 1.318

(wen)

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

Update to 1.318
Update DEPENDS

Upstream changes:
1.318 2016-03-12 BOOK
    [ENHANCEMENTS]
    - Extend version support to all existing version
    - Let Git::Version::Compare handle all version comparison code
    - eg/build-git can now build all Git versions since 1.0.0
    [DOCUMENTATION]
    - Minor documentation updates
    - URL corrections by DOLMEN

1.317 2016-02-13 BOOK
    [ENHANCEMENTS]
    - improved git binary detection in Git::Repository::Command
    - fixed version comparisons for 1.0.0a and 1.0.0b under Perl 5.6
    - test_repository( clone => ... ) now dies with a useful message
      when trying to call it with a broken Git
    - Git::Repository::Util provides utility functions for Git stuff
    - eg/build-git: a utility to build and install any Git version
    [DOCUMENTATION]
    - Tutorial entry: "Ignore the system and global configuration files"
    - spelling fix (RT #110027 by Gregor Herrmann)
    [TEST]
    - fix RT #89086 (reported by Alex Raguero)
    - new test: t/test-all-git.t to run the test suite against a directory
      full of git builds (if available)
    - tested against 513 versions of git (including all RC),
      from 1.0.0 to 2.7.1

1.316 2015-12-02 BOOK
    [ENHANCEMENTS]
    - avoid a warning if the filehandles have already been closed
      (related to System::Command 1.114 'interactive' option)
    [DOCUMENTATION]
    - add examples for `git log` and using callbacks with `$r->run`
      in Git::Repository::Tutorial
    [TESTS]
    - git-2.5.2 test suite compatibility fix (Petr �abata)

(wen)

2016-03-13 12:58:27 UTC MAIN commitmail json YAML

Added devel/p5-Git-Version-Compare version 1.001

(wen)

2016-03-13 12:56:38 UTC MAIN commitmail json YAML

Add p5-Git-Version-Compare

(wen)

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

Import Git-Version-Compare-1.001 as devel/p5-Git-Version-Compare.

Git::Version::Compare contains a selection of subroutines that make
dealing with Git-related things (like versions) a little bit easier.

The strings to compare can be version numbers, tags from git.git or
the output of git version or git describe.

(wen)

2016-03-13 12:00:43 UTC MAIN commitmail json YAML

Note update of x11/rxvt-unicode

(morr)

2016-03-13 11:58:43 UTC MAIN commitmail json YAML

Update to version 9.22.

Changes:
- NOTICE: this release updates terminfo.
- add terminfo capabilities for various ctrl and shift-ctrl key variants
  (patch by Sebastian Schmidt).
- fix longstanding core font encoding bug where some character
  ranges could not be mapped from unicode to the font: affected
  encodings are big5, gb2312, iso8859-8 (hebrew), jis0201 and
  ksc5601 (reported by Mikachu).
- fix crash when the number of columns is 1 and a 0 width character is inserted
  (reported by Kuang-che Wu).
- fix a crash when parsing an invalid color specification (reported by Kuang-che Wu).
- fix a buffer overflow in font name parser (reported by Kuang-che Wu).
- do not start blinking cursor if the window is unfocused (reported by
  Devin J. Pohly).
- change the width of underline and i-beam cursor to 2 pixels (based on
  a patch by Omar Sandoval).
- add pointerShape resource to change the mouse pointer shape
  (based on a patch by Brian Watson).
- a keysym resource for a key which is already bound to an
  action now properly rebinds the key.
- do not report mouse motion events if Shift is active (patch by Daniel Hahler).
- put the alpha component last in responses to OSC color queries
  (patch by Benjamin Herr).
- the key_press hook is now invoked before processing the
  event, as documented. This change was done in 9.21 but not
  announced and fixes debian bugs #511377, #531751 and red hat
  bug #1105069. Note that this change breaks a few scripts,
  such as mark-yank-urls, which rely on the previous buggy
  behaviour that urxvt processes the event (in particular
  keysym bindings) before invoking the hook.
- the tabbed extension now properly refreshes the active tab
  on a key press when the mouse pointer is outside the terminal
  window.
- add 'lookup_keysym' perl method to lookup the action bound
  to a key combination.
- a key combination bound to 'matcher:select' can now be used
  to cycle through the matches in matcher.
- change perl integer accessors (->width et al.) into mutators.

(morr)

2016-03-13 10:14:46 UTC MAIN commitmail json YAML

needs libXrandr>=1.5

(tnn)

2016-03-13 09:36:59 UTC MAIN commitmail json YAML

2016-03-13 09:35:59 UTC MAIN commitmail json YAML

Switch default Ruby's version to 2.2 (ruby22).

(taca)

2016-03-13 09:08:40 UTC MAIN commitmail json YAML

pkglint.

XXX: this package doesn't appear to honor VARBASE.

(dholland)

2016-03-13 09:06:01 UTC MAIN commitmail json YAML

2016-03-13 08:49:41 UTC MAIN commitmail json YAML

Updated games/lgogdownloader to 2.27

(wiz)

2016-03-13 08:49:31 UTC MAIN commitmail json YAML

Update lgogdownloader to 2.27:

LGOGDownloader 2.27
- Changed build system to CMake (patch by: Sandy Carter)
- Fixed crash after login
- Added option to set automatic XML creation in config file
* --automatic-xml-creation
- Improved game specific config options
* Directory options can be overriden in game specific config file
* "platform" and "language" options allow using string to set them. Use "+" as separator to combine values and "," as separator to set priority.
* For example: this allows setting "language" to English, German and French with "en+de+fr" which is much easier to understand than setting it to "7"
- Improvements to orphan detection (patch by: Thomas J. Moore)
* blacklist applies to installed files only; use ignorelist for orphans
* blacklisted but present items are orphans, as they should be
* use exact matching for file paths: files in wrong location are orphans
* See man page for more details on how to use ignorelist
- Apply blacklist to status checker to avoid some spurious ND messages (patch by: Thomas J. Moore)
- Use cerr for password prompts, error messages, rolling status messages, and other stuff that shouldn't clutter saved stdout. (patch by: Thomas J. Moore)
- Reduce the amount of HTTP requests
* This also slightly speeds up getting game details for games with DLC
- Added option to save changelogs when downloading
* --save-changelogs
- Added support for two-step login

(wiz)

2016-03-13 08:38:54 UTC MAIN commitmail json YAML

Compile in 'localhost' as the log host, instead of extracting the
build machine's hostname and then trying (often incorrectly) to
convert it to a FQDN. I was getting "Host" as the alleged FQDN; the
bulk build tnn@ just posted was getting ";;", which caused the package
to not even compile.

While 'localhost' is hardly an ideal hardwired loghost, it's better
than the possibly-internal-only name of some random package build host
used to build binary packages... even assuming the FQDN extraction
worked. If anyone has any better ideas, let me know. (See pkgsrc-users.)

PKGREVISION -> 12.

(dholland)

2016-03-13 08:15:59 UTC MAIN commitmail json YAML

teach it about NetBSD's pthread_setname_np(3) prototype

(tnn)

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

export libxml2 dependency, pkg-config says so

(tnn)

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

2016-03-13 07:56:12 UTC MAIN commitmail json YAML

Include CONFIGURE_ENV in the setenv for the custom do-configure target.
Should make it more likely to be able to find the right imake.

(dholland)

2016-03-13 07:45:12 UTC MAIN commitmail json YAML

Uses libX11 directly; seen in tnn's -7 build. PKGREVISION -> 4

(dholland)

2016-03-13 04:11:18 UTC MAIN commitmail json YAML

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

Updated devel/p5-App-cpanminus to 1.7040

(mef)

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

Update to 1.7040
----------------
1.7040  2016-01-07 11:28:07 PST
  [Improvements]
      - Removed a workaround to skip tests for config dependencies such
        as Module::Build #462
      - Various doc improvements

(mef)

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

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

GTK+ 2.24.30

* X11:
- Support Randr 1.5 monitor information
* Bug fixes:
722815 OS X: Deliver GdkModifierType during 'drag-motion'
612611 Fix interaction between scrolling menus and automatic mnemonics
699652 win32: On focus restore the window if iconified
698652 win32: Properly handle show and focus
        OS X: Fix clipboard image retrieval
        OS X: Fix a crash when fullscreening
758893 Prevent status icon size dithering
* Translation updates:
Japanese
Thai

(tnn)

2016-03-13 03:17:09 UTC MAIN commitmail json YAML

Updated lang/scala to 2.11.8

(ryoon)

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

Update to 2.11.8

Changelog:
Scala 2.11.8 is now available!
March 8, 2016

We are pleased to announce the availability of Scala 2.11.8!

Significant changes since 2.11.7 include:

    The Scala REPL now has robust and flexible tab-completion (details below)
    An assortment of bugs have been fixed

Compared to 2.11.7, this release resolves 44 issues. We merged 175 pull requests.

As usual for minor releases, Scala 2.11.8 is binary compatible with other releases in the Scala 2.11 series.

The last planned 2.11.x release will be 2.11.9 in late 2016.
New tab-completion in the Scala REPL

The implementation of tab-completion in the Scala REPL has been rewritten and now uses the same infrastructure as for example Scala IDE and ENSIME.

There are a number of improvements:

    Reliable completion, also in partial expressions and syntactically incorrect programs: try class C { def f(l: List[Int]) = l.<TAB>
    CamelCase completion: try (l: List[Int]).rro<TAB>, it expands to (l: List[Int]).reduceRightOption
    Show desugarings performed by the compiler by adding //print: try for (x <- 1 to 10) println(x) //print<TAB>
    Complete bean getters without typing get: try (d: java.util.Date).day<TAB>
    Find members by typing any CamelCased part of the name: try classOf[String].typ<TAB> to get getAnnotationsByType, getComponentType and others
    Complete non-qualified names, including types: try def f(s: Str<TAB>
    Press tab twice to see the method signature: try List(1,2,3).part<TAB>, which completes to List(1,2,3).partition; press tab again to display def partition(p: Int => Boolean): (List[Int], List[Int])

Thanks to @retronym and @som-snytt for their fruitful collaboration on this work!

Scala 2.11.7 is now available!
June 23, 2015

We are very pleased to announce the availability of Scala 2.11.7!

We would like to highlight the following changes:

    Exhaustivity checking for pattern matching is now much snappier — thank you @gbasler! (SI-9181)
    A 300x more embeddable Scala REPL, brought to you by a team effort with Apache Spark. Thank you @ScrapCodes, @retronym & co! (#4548, #4563)
    Scala also <3 INDYs – experiment with all our favorite new Java 8 features as follows and get an exclusive sneak preview of 2.12.0-M2!
    Oh, and the spec is now much spiffier! Thanks, @soc!

Compared to 2.11.6, this release resolves 53 issues. We merged 124 pull requests (out of 157). Before upgrading, please also check the known issues for this release.

As usual for minor releases, Scala 2.11.7 is binary compatible with other releases in the Scala 2.11 series.

(ryoon)

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

Updated security/p11-kit to 0.22.1

(ryoon)

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

Update to 0.22.1

Changelog:
0.22.1 (stable)
* Use SubjectKeyIdentifier for CKA_ID when available [#84761]
* Allow 'BEGIN PuBLIC KEY' PEM blocks in .p11-kit files
* Bump libtool library version
* Build fixes [#84665 ...]

0.22.0 (stable)
* Remove the 'isolated = yes' option due to unclear semantics
  replacement forth coming in later versions.
* Use secure_getenv() where necessary
* Run separate binary for 'p11-kit remote' command

0.21.3 (unstable)
* New public pkcs11x.h header containing extensions [#83495]
* Export necessary defines to lookup attached extensions [#83495]
* Use term 'attached extensions' rather than 'stabled extensions'
* Make proxy module respect 'critical = no' [#83651]
* Show public-key-info in 'trust list --details'
* Build fixes [#75674 ...]

0.21.2 (unstable)
* Don't use invalid keys for looking up stapled extensions [#82328]
* Better error messages when invalid certificate extensions
* Fix parsing of some odd OpenSSL TRUSTED CERTIFICATE files
* Fix some leaks, and memory issues
* Silence some clang scanner warnings
* Fix build against older pthread implementations [#82617]
* Move to a non-recursive Makefile
* Can now specify which tests to run on command line

0.21.1 (unstable)
* Add new 'isolate' pkcs11 config option [#80472]
* Add 'p11-kit remote' command for isolating modules [#54105]
* Don't complain about C_Finalize after a fork
* Other minor fixes

0.20.3 (stable)
* Fix problems reinitializing managed modules after fork
* Fix bad bookeeping when fail initializing one of the modules
* Fix case where module would be unloaded while in use [#74919]
* Remove assertions when module used before initialized [#74919]
* Fix handling of mmap failure and mapping empty files [#74773]
* Stable p11_kit_be_quiet() and p11_kit_be_loud() functions
* Require automake 1.12 or later
* Build fixes for Windows [#76594 #74149]

0.20.2 (stable)
* Fix bug where blacklist didn't affect extracted ca-anchors if the anchor
  and blacklist were not in the same trust path (regression) [#73558]
* Check for race in BasicConstraints stapled extension [#69314]
* autogen.sh now runs configure as srcdir != builddir by default
* Build fixes and cleanup

0.20.1 (stable)
* Extract compat trust data after we've changes
* Skip compat extraction if running as non-root
* Better failure messages when removing anchors
* Build cleanup

0.20.0 (stable)
* Doc fixes

0.19.4 (unstable)
* 'trust anchor' now adds/removes certificate anchors
* 'trust list' lists trust policy stuff
* 'p11-kit extract' is now 'trust extract'
* 'p11-kit extract-trust' is now 'trust extract-compat'
* Workarounds for working on broken zfsonlinux.org [#68525]
* Add --with-module-config parameter to the configure script [#68122]
* Add support for removing stored PKCS#11 objects in trust module
* Various debugging tweaks

0.19.3 (unstable)
* Fix up problems with automake testing
* Fix a bunch of memory leaks in newly refactored code
* Don't use _GNU_SOURCE and the unportability it brings
* Testing fixes

0.19.2 (unstable)
* Add basic 'trust anchor' command to store a new anchor
* Support for writing out trust token objects
* Port to use CKA_PUBLIC_KEY_INFO and updated trust store spec
* Add option to use freebl for hashing
* Implement reloading of token data
* Fix warnings and possible minor bugs higlighted by code scanners
* Don't load configs in home directories when running setuid or setgid
* Support treating ~/.config as $XDG_CONFIG_HOME
* Use $XDG_DATA_HOME/pkcs11 as default user config directory
* Use $TMPDIR instead of $TEMP while testing
* Open files and fds with O_CLOEXEC
* Abort initialization if a critical module fails to load
* Don't use thread-unsafe functions: strerror, getpwuid
* Fix p11_kit_space_strlen() result when empty string
* Refactoring of where various components live
* Build fixes

0.19.1 (unstable)
* Refactor API to be able to handle managed modules
* Deprecate much of old p11-kit API
* Implement concept of managed modules
* Make C_CloseAllSessions function work for multiple callers
* New dependency on libffi
* Fix possible threading problems reported by hellgrind
* Add log-calls option
* Mark p11_kit_message() as a stable function
* Use our own unit testing framework

0.18.3 (stable)
* Fix reinitialization of trust module [#65401]
* Fix crash in trust module C_Initialize
* Mac OS fixes [#57714]

0.18.2 (stable)
* Build fixes [#64378 ...]

0.18.1 (stable)
* Put the external tools in $libdir/p11-kit
* Documentation build fixes

0.18.0 (stable)
* Fix use of trust module with gcr and empathy [#62896]
* Further tweaks to trust module date parsing
* Fix unaligned memory reads [#62819]
* Win32 fixes [#63062, #63046]
* Debug and logging tweaks [#62874]
* Other build fixes

0.17.5 (unstable)
* Don't try to guess at overflowing time values on 32-bit systems [#62825]
* Test fixes [#927394]

0.17.4 (unstable)
* Check for duplicate certificates in a token, warn and discard [#62548]
* Implement a proper index so we have decent load performance

0.17.3 (unstable)
* Use descriptive labels for the trust module tokens [#62534]
* Remove the temporary built in distrust objects
* Make extracted output directories and files read-only [#61898]
* Don't export unneccessary ABI
* Build fixes [#62479]

0.17.2 (unstable)
* Fix build on 32-bit linux
* Fix several crashers

0.17.1 (unstable)
* Support a p11-kit specific PKCS#11 attribute persistance format [#62156]
* Use the SHA1 hash of SPKI as the CKA_ID in the trust module by default [#62329]
* Refactor a trust builder which builds objects out of parsed data [#62329]
* Combine trust policy when extracting certificates [#61497]
* The extract --comment option adds comments to PEM bundles [#62029]
* A new 'priority' config option for ordering modules [#61978]
* Make each configured path its own trust module token [#61499]
* Use --with-trust-paths to configure trust module [#62327]
* Fix bug decoding some PEM files
* Better debug output for trust module lookups
* Work around bug in NSS when doing serial number lookups
* Work around broken strndup() function in firefox
* Fix the nickname for the distrusted attribute
* Build fixes

0.16.4 (stable)
* Display per command help again [#62153]
* Don't always print tools debug output [#62152]

0.16.3 (stable)
* When iterating don't skip tokens without the CKF_TOKEN_INITIALIZED flag
* Hardcode some distrust records for NSS temporarily
* Parse global options better in the p11-kit command
* Better debugging

0.16.2 (stable)
* Fix regression in 'p11-kit extract --purpose' option [#62009]
* Documentation updates
* Build fixes [#62001, ...]

0.16.1 (stable)
* Don't break when cA field of BasicConstraints is missing [#61975]
* Documentation fixes and updates
* p11-kit extract-trust is a placeholder script now

0.16.0 (stable)
* Update the pkcs11.h header for new mechanisms
* Fix build and tests on mingw64 (ie: win32)
* Relicense LGPL code to BSD license
* Documentation tweaks
* Pull translations from Transifex [#60792]
* Build fixes [#61739, #60894, #61740]

0.15.2 (unstable)
* Add German and Finish translations
* Better define the libtasn1 dependency
* Crasher and bug fixes
* Build fixes

0.15.1 (unstable)
* Fix some memory leaks
* Add a location for packages to drop module configs
* Documentation updates and fixes
* Add command line tool manual page
* Remove unused err() function and friends
* Move more code into common/ directory and refactor
* Add a system trust policy module
* Refactor how the p11-kit command line tool works
* Add p11-kit extract and extract-trust commands
* Don't complain if we cannot access ~/.pkcs11/pkcs11.conf
* Refuse to load the p11-kit-proxy.so as a registered module
* Don't fail initialization if last initialized module fails

0.14
* Change default for user-config to merge
* Always URI-encode the 'id' attribute in PKCS#11 URIs
* Expect a .module extension on module configs
* Windows compatibility fixes
* Testing fixes
* Build fixes

0.13
* Don't allow reading of PIN files larger than 4096 bytes
* If a module is not marked as critical then ignore init failure
* Use preconditions to check for input problems and out of memory
* Add enable-in and disable-in options to module config
* Fix the flags in pin.h
* Use gcc extensions to check varargs during compile
* Fix crasher when a duplicate module is present
* Fix broken hashmap behavior
* Testing fixes
* Win32 build fixes
* 'p11-kit -h' now works
* Documentation fixes

0.12
* Build fix

0.11
* Remove automatic reinitialization of PKCS#11 after fork

(ryoon)

2016-03-13 01:02:44 UTC MAIN commitmail json YAML

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

Mark as only for NetBSD. Depends on bpf, tty APIs, if_ether.h and so on ...

(tnn)

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

Bump PKGREVISION

* Install configuration file to proper location

(ryoon)

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

2016-03-12 22:17:51 UTC MAIN commitmail json YAML

2016-03-12 21:53:40 UTC MAIN commitmail json YAML

2016-03-12 21:22:04 UTC MAIN commitmail json YAML

Also register "-pie" as a known argument for gcc(1)

As suggested by wiz@

(khorben)

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

Updated math/fricas to 1.2.7

(asau)

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

Update to FriCAS 1.2.7

Changes:

- New package implementing van Hoej factorization algorithm
  for LODO-s.

- Gcd over Expression(Integer) now uses modular method.

- Improvements to integrator, in partucular trigonomoetric
  functions are consistently integrated via transformation
  to complex exponentials.

- Some categories and domains are more general. In particular
  OrderedFreeMonoid is removed, as ordered case is handled
  by FreeMonoid.

- Category Monad in renamed to Magma. Domain Magma is
  renamed to  FreeMagma.

Bug fixes, in particular:

- Coercion of square matrices to polynomials is fixed.

- Problem with division by 0 in derivative of 'ellipticPi'
  is fixed.

- Division in Ore algebras used to cause infinite loop
  when coefficients were power series.

(asau)

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

Updated math/ruby-gsl to 2.1.0

(wiz)

2016-03-12 13:38:33 UTC MAIN commitmail json YAML

Update ruby-gsl to 2.1.0.

This version comes with extra Linux tmp files; reported upstream as
https://github.com/SciRuby/rb-gsl/issues/34

Changes:

Support for gsl-2.1.0.
Support for nmatrix (not in pkgsrc yet)

(wiz)

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

Needs pthreads. set PTHREAD_AUTO_VARS. Fixes build on NetBSD.

(tnn)

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

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

Import hexcurse-1.60.0 as editors/hexcurse.

Hexcurse is an ncurses-based hex editing utility that can open, edit and save
files, editing both the hexadecimal and decimal values.

It currently supports searching, hex and decimal address output, jumping to
specified locations in the file, "undo" capabilities, "bolded" modifications,
EBCDIC mode, and quick keyboard shortcuts to commands.

(tnn)

2016-03-12 11:51:06 UTC MAIN commitmail json YAML

Updated sysutils/upower to 0.99.4

(ryoon)

2016-03-12 11:50:08 UTC MAIN commitmail json YAML

Update to 0.99.4

Changelog:
Version 0.99.4
~~~~~~~~~~~~~~
Released: 2016-02-16

New Features:
- Add support for Logitech G700s/G700 Gaming Mouse (muzena)
- Port to GDBus (Cosimo Cecchi)
- Support g_autoptr() for all libupower-glib object types (Kalev Lember)

Bugfixes:
- Add critical action support for *BSD (Eric Koegel)
- Change the default low battery policy to percentage (Bastien Nocera)
- Fix deprecation warning in integration-test (Bastien Nocera)
- Fix memory leak in up_client_get_devices() (Bastien Nocera)
- Fix possible double-free (Bastien Nocera)
- Update HID rules and fix build regression (Arnaud Quette)

(ryoon)

2016-03-12 11:50:05 UTC MAIN commitmail json YAML

2016-03-12 11:49:19 UTC MAIN commitmail json YAML

Import ansifilter-1.15 as textproc/ansifilter.

Ansifilter converts text containing ANSI terminal escape codes into
markup (HTML, LaTeX, TeX, RTF) or plaintext (stripping the escape codes).
Such text is produced for instance by the script(1) utility.
Colors, boldface, underline, italic and blink are supported.

(tnn)

2016-03-12 11:34:38 UTC MAIN commitmail json YAML

Updated devel/git to 2.7.3

(adam)

2016-03-12 11:33:32 UTC MAIN commitmail json YAML

Changes 2.7.3:

* Traditionally, the tests that try commands that work on the
  contents in the working tree were named with "worktree" in their
  filenames, but with the recent addition of "git worktree"
  subcommand, whose tests are also named similarly, it has become
  harder to tell them apart.  The traditional tests have been renamed
  to use "work-tree" instead in an attempt to differentiate them.

* Many codepaths forget to check return value from git_config_set();
  the function is made to die() to make sure we do not proceed when
  setting a configuration variable failed.

* Handling of errors while writing into our internal asynchronous
  process has been made more robust, which reduces flakiness in our
  tests.

* "git show 'HEAD:Foo[BAR]Baz'" did not interpret the argument as a
  rev, i.e. the object named by the the pathname with wildcard
  characters in a tree object.

* "git rev-parse --git-common-dir" used in the worktree feature
  misbehaved when run from a subdirectory.

* The "v(iew)" subcommand of the interactive "git am -i" command was
  broken in 2.6.0 timeframe when the command was rewritten in C.

* "git merge-tree" used to mishandle "both sides added" conflict with
  its own "create a fake ancestor file that has the common parts of
  what both sides have added and do a 3-way merge" logic; this has
  been updated to use the usual "3-way merge with an empty blob as
  the fake common ancestor file" approach used in the rest of the
  system.

* The memory ownership rule of fill_textconv() API, which was a bit
  tricky, has been documented a bit better.

* The documentation did not clearly state that the 'simple' mode is
  now the default for "git push" when push.default configuration is
  not set.

* Recent versions of GNU grep are pickier when their input contains
  arbitrary binary data, which some of our tests uses.  Rewrite the
  tests to sidestep the problem.

* A helper function "git submodule" uses since v2.7.0 to list the
  modules that match the pathspec argument given to its subcommands
  (e.g. "submodule add <repo> <path>") has been fixed.

* "git config section.var value" to set a value in per-repository
  configuration file failed when it was run outside any repository,
  but didn't say the reason correctly.

* The code to read the pack data using the offsets stored in the pack
  idx file has been made more carefully check the validity of the
  data in the idx.

(adam)

2016-03-12 11:28:37 UTC MAIN commitmail json YAML

2016-03-12 11:13:22 UTC MAIN commitmail json YAML

Updated x11/libxklavier to 5.4

(ryoon)

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

Update to 5.4

* Buildlink gobject-introspection

Changelog:
5.4    A couple of introspection fixes
5.3    A number of introspection and build fixes
5.2.1  Fixed GIR params for introspection (broken build)
5.2    Optional introspection introduced
        Some minor fixes (runtime and build-time)
5.1    Expanding APIs for GNOME 3 needs (bumped soname):
        - converting ISO codes to translatable names (it was private, now public)
        - search by pattern
        Using to X11 API throgh pkg-config
        One race condition eliminated
        XInput2 version checking: looking for support of DevicePresence

(ryoon)

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

Updated databases/py-cassandra-driver to 3.1.0

(fhajny)

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

Update databases/py-cassandra-driver to 3.1.0.

Features
- Pass name of server auth class to AuthProvider
- Surface schema agreed flag for DDL statements
- Automatically convert float and int to Decimal on serialization
- Eventlet Reactor IO improvement
- Make pure Python ProtocolHandler available even when Cython is
  present
- Optional Cython deserializer for bytes as bytearray
- Add Session.default_serial_consistency_level
- cqlengine: Expose prior state information via cqlengine
  LWTException
- cqlengine: Collection datatype "contains" operators support
  (Cassandra 2.1)
- cqlengine: Add DISTINCT query operator
- cqlengine: Tuple cqlengine api
- cqlengine: Add support for UPDATE/DELETE ... IF EXISTS statements
- cqlengine: Allow nested container types
- cqlengine: Add ability to set query's fetch_size and limit
- cqlengine: Internalize default keyspace from successive set_session
- cqlengine: Warn when Model.create() on Counters

Bug Fixes
- Bus error (alignment issues) when running cython on some ARM
  platforms
- Overflow when decoding large collections (cython)
- Timer heap comparison issue with Python 3
- Cython deserializer date overflow at 2^31 - 1
- Decode error encountered when cython deserializing large map
  results
- Don't require Cython for build if compiler or Python header
  not present
- Unorderable types in task scheduling with Python 3
- cqlengine: Fix crash when updating a UDT column with a None value
- cqlengine: Race condition in ..connection.execute with lazy_connect
- cqlengine: doesn't support case sensitive column family names
- cqlengine: UserDefinedType mandatory in create or update
- cqlengine: db_field breaks UserType
- cqlengine: UDT badly quoted
- cqlengine: Use of db_field on primary key prevents querying except
  while tracing.
- cqlengine: DateType.deserialize being called with one argument
  vs two
- cqlengine: Querying without setting up connection now throws
  AttributeError and not CQLEngineException
- cqlengine: BatchQuery multiple time executing execute statements.
- cqlengine: Better error for management functions when no connection
  set
- cqlengine: Handle None values for UDT attributes in cqlengine
- cqlengine: Fix inserting None for model save
- cqlengine: EQ doesn't map to a QueryOperator (setup race condition)
- cqlengine: class.MultipleObjectsReturned has DoesNotExist as base
  class
- cqlengine: Typo in cqlengine UserType __len__ breaks attribute
  assignment

Other
- cqlengine: a major improvement on queryset has been introduced.
  It is a lot more efficient to iterate large datasets: the rows
  are now fetched on demand using the driver pagination.
- cqlengine: the queryset len() and count() behaviors have changed.
  It now executes a "SELECT COUNT(*)" of the query rather than
  returning the size of the internal result_cache (loaded rows).
  On large queryset, you might want to avoid using them due to
  the performance cost. Note that trying to access objects using
  list index/slicing with negative indices also requires a count
  to be executed.

(fhajny)

2016-03-12 09:44:45 UTC MAIN commitmail json YAML

Remove php-oauth 2.0.0 update request

(fhajny)

2016-03-12 09:44:14 UTC MAIN commitmail json YAML

Enable php-oauth1

(fhajny)

2016-03-12 09:43:35 UTC MAIN commitmail json YAML

Updated security/php-oauth to 2.0.1

(fhajny)

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

Update security/php-oauth to 2.0.1.

2.0.1
* Fix multiple segfaults (kgovande, rlerdorf)

2.0.0
- PHP 7 Support
- Bug 67658: configure does not detect missing pcre.h
- Bug 67665: update fetch to accept 20X HTTP ranges
- Bug 67883: check SERVER[REDIRECT_HTTP_AUTHORIZATION]
  for the Authorization header

(fhajny)

2016-03-12 09:39:57 UTC MAIN commitmail json YAML

Re-import security/php-oauth as security/php-oauth1 (for PHP<7).

OAuth is an authorization protocol built on top of HTTP which allows
applications to securely access data without having to store usernames
and passwords.

(fhajny)

2016-03-12 09:29:30 UTC MAIN commitmail json YAML

Remove php-http 3.0.0 and deps, sort

(fhajny)

2016-03-12 09:27:19 UTC MAIN commitmail json YAML

configure insists that it wants a C++ preprocessor, so let it for now

(tnn)

2016-03-12 09:26:51 UTC MAIN commitmail json YAML

Enable www/php-http3 and deps

(fhajny)

2016-03-12 09:15:58 UTC MAIN commitmail json YAML

Added www/php-http3 and deps

(fhajny)

2016-03-12 09:15:15 UTC MAIN commitmail json YAML

Import www/php-http2 3.0.1 (the PHP 7 variant of www/php-http).

This HTTP extension aims to provide a convenient and powerful
set of functionality for one of PHPs major applications.

It eases handling of HTTP urls, dates, redirects, headers and
messages, provides means for negotiation of clients preferred
language and charset, as well as a convenient way to send any
arbitrary data with caching and resuming capabilities.

(fhajny)

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

Import devel/php-propro2 2.0.0 (the PHP 7 variant of devel/php-propro).

Property proxy: A reusable split-off of pecl_http's property proxy API.

(fhajny)

2016-03-12 09:11:01 UTC MAIN commitmail json YAML

Import devel/php-raphf2 2.0.0 (the PHP 7 variant of devel/php-raphf).

Reusable split-off of pecl_http's persistent handle and resource factory API.

(fhajny)

2016-03-12 09:06:29 UTC MAIN commitmail json YAML

Remove duplicate if. Ride bump.

(wiz)

2016-03-12 09:05:31 UTC MAIN commitmail json YAML

Updated pkgtools/lintpkgsrc to 4.92

(wiz)

2016-03-12 09:05:22 UTC MAIN commitmail json YAML

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

Updated x11/modular-xorg-xephyr to 1.18.2

(wiz)

2016-03-12 08:51:05 UTC MAIN commitmail json YAML

Updated x11/modular-xorg-server to 1.18.2

(wiz)

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

Update modular-xorg-server (and -xephyr) to 1.18.2.

A big pile of updates in this one. Highlights include:

- glamor is updated to use OpenGL core profiles if available, which
should improve memory usage and performance on modern hardware, and got
some other performance improvements for rpi and other GLES platforms

- DRI2, DRI3, and Present all received correctness fixes for hangs,
crashes, and other weirdness

- Xwayland server has been updated to support the Xv and the
xf86vidmode extensions for better compatibility, and fixed some bugs
with output hotplug and pointer updates

- Xwin saw improvements to window and clipboard management, and a few
new keyboard layouts

(wiz)

2016-03-12 08:39:47 UTC MAIN commitmail json YAML

Clear PKGREVISION on update

(fhajny)

2016-03-12 08:39:26 UTC MAIN commitmail json YAML

Updated www/php-http and deps

(fhajny)

2016-03-12 08:38:39 UTC MAIN commitmail json YAML

Update www/php-http to 2.5.6.

2.5.6
* Fix php-bug #71719: Buffer overflow in HTTP url parsing
  functions
* Fix gh-issue #28: Possible null pointer dereference
  in php_http_url_mod()
* Fix gh-issue #22: Fix PHP5 config.w32
* Fix gh-issue #20: setSslOptions notice with curl 7.43

2.5.5
* Fixed gh-issue #16: No Content-Length header with empty
  POST requests

2.5.3
* Fixed gh-issue #12: crash on bad url passed
  to http\Message::setRequestUrl()
* The URL parser now fails on empty labels

2.5.2
* Fixed regression with HEAD requests always warning about
  a partial file transfer
+ Added "path_as_is" request option (libcurl >= 7.42)

(fhajny)

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

Update www/php-propro to 1.0.2.

* Internals documentation at http://m6w6.github.io/ext-propro/v1.0.x/
* Travis support
* Fix package.xml's maximum and minimum PHP version

(fhajny)

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

Update devel/php-raphf to 1.1.2.

* Source code documentation available at http://m6w6.github.io/ext-raphf/v1.1.x
* Travis support
* Fix package.xml's maximum and minimum PHP version

(fhajny)

2016-03-12 08:14:14 UTC MAIN commitmail json YAML

Updated x11/videoproto to 2.3.3

(wiz)

2016-03-12 08:14:05 UTC MAIN commitmail json YAML

Update videoproto to 2.3.3:

No functional change, just squashing a build warning for new xserver.

Adam Jackson (2):
      xv: Build left-shift constants from ints not longs
      videoproto 2.3.3

Gaetan Nadon (1):
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

(wiz)

2016-03-12 07:31:02 UTC MAIN commitmail json YAML

Make sure to use $(X_LIBS) when linking libjawt.so against libawt_xawt.so.
Might fix "ld: fatal: library -lXrender: not found" seen in SmartOS bulk build.

(tnn)

2016-03-12 06:27:17 UTC MAIN commitmail json YAML

don't default to EOL versions of java:
- change Linux x86 from sun-jdk6 to oracle-jdk8
- change SunOS x86 from openjdk7 to openjdk8
- change DragonFly from openjdk7 to openjdk8

leave Darwin at sun-jdk6 for now, not sure how the builtin stuff works ...

(tnn)

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

Updated www/firefox38-l10n to 38.7.0

(ryoon)

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

Update to 38.7.0

* Sync with firefox38-38.7.0

(ryoon)

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

Updated www/firefox38 to 38.7.0

(ryoon)

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

Update to 38.7.0

Changelog:
Fixed in Firefox ESR 38.7
    2016-37 Font vulnerabilities in the Graphite 2 library
    2016-35 Buffer overflow during ASN.1 decoding in NSS
    2016-34 Out-of-bounds read in HTML parser following a failed allocation
    2016-31 Memory corruption with malicious NPAPI plugin
    2016-28 Addressbar spoofing though history navigation and Location protocol property
    2016-27 Use-after-free during XML transformations
    2016-25 Use-after-free when using multiple WebRTC data channels
    2016-24 Use-after-free in SetBody
    2016-23 Use-after-free in HTML5 string parser
    2016-21 Displayed page address can be overridden
    2016-20 Memory leak in libstagefright when deleting an array during MP4 processing
    2016-17 Local file overwriting and potential privilege escalation through CSP reports
    2016-16 Miscellaneous memory safety hazards (rv:45.0 / rv:38.7)
    2015-136 Same-origin policy violation using performance.getEntries and history navigation
    2015-81 Use-after-free in MediaStream playback

(ryoon)