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

2024-05-12 18:56:53 UTC Now

2016-02-17 20:32:44 UTC MAIN commitmail json YAML

Note update of sysutils/ansible to 1.9.4nb1.

(he)

2016-02-17 20:31:45 UTC MAIN commitmail json YAML

Upgrade to version 1.9.4nb1, copied over from pkgsrc-wip.

Upstream changes:
Version 1.9.4, "Dancing In the Street" - Oct 9, 2015:
* Fixes a bug where yum state=latest would error if there were no
  updates to install.
* Fixes a bug where yum state=latest did not work with wildcard package names.
* Fixes a bug in lineinfile relating to escape sequences.
* Fixes a bug where vars_prompt was not keeping passwords private by default.
* Fix ansible-galaxy and the hipchat callback plugin to check that
  the host it is contacting matches its TLS Certificate.

Version 1.9.3, "Dancing In the Street" - Sep 3, 2015:
* Fixes a bug related to keyczar messing up encodings internally,
  resulting in decrypted messages coming out as empty strings.
* AES Keys generated for use in accelerated mode are now 256-bit
  by default instead of 128.
* Fix url fetching for SNI with python-2.7.9 or greater. SNI does
  not work with python < 2.7.9. The best workaround is probably
  to use the command module with curl or wget.
* Fix url fetching to allow tls-1.1 and tls-1.2 if the system's
  openssl library supports those protocols
* Fix ec2_ami_search module to check TLS Certificates
* Fix the following extras modules to check TLS Certificates:
        campfire
        layman
        librarto_annotate
        twilio
        typetalk
* Fix docker module's parsing of docker-py version for dev checkouts
* Fix docker module to work with docker server api 1.19
* Change yum module's state=latest feature to update all packages
  specified in a single transaction. This is the same type of fix
  as was made for yum's state=installed in 1.9.2 and both solves
  the same problems and with the same caveats.
* Fixed a bug where stdout from a module might be blank when there
  were were non-printable ASCII characters contained within it

Version 1.9.2, "Dancing In the Street" - Jun 26, 2015:
* Security fixes to check that hostnames match certificates with
  https urls (CVE-2015-3908)
        get_url and uri modules
        url and etcd lookup plugins
* Security fixes to the zone (Solaris containers), jail (bsd
  containers), and chroot connection plugins. These plugins can
  be used to connect to their respective container types in leiu
  of the standard ssh connection. Prior to this fix being applied
  these connection plugins didn't properly handle symlinks within
  the containers which could lead to files intended to be written
  to or read from the container being written to or read from the
  host system instead. (CVE pending)
* Fixed a bug in the service module where init scripts were being
  incorrectly used instead of upstart/systemd.
* Fixed a bug where sudo/su settings were not inherited from
  ansible.cfg correctly.
* Fixed a bug in the rds module where a traceback may occur due
  to an unbound variable.
* Fixed a bug where certain remote file systems where the SELinux
  context was not being properly set.
* Re-enabled several windows modules which had been partially
  merged (via action plugins):
      win_copy.ps1
      win_copy.py
      win_file.ps1
      win_file.py
      win_template.py
* Fix bug using with_sequence and a count that is zero. Also allows
  counting backwards isntead of forwards
* Fix get_url module bug preventing use of custom ports with https urls
* Fix bug disabling repositories in the yum module.
* Fix giving yum module a url to install a package from on RHEL/CENTOS5
* Fix bug in dnf module preventing it from working when yum-utils
  was not already installed

Version 1.9.1, "Dancing In the Street" - Apr 27, 2015:
* Fixed a bug related to Kerberos auth when using winrm with a domain account.
* Fixing several bugs in the s3 module.
* Fixed a bug with upstart service detection in the service module.
* Fixed several bugs with the user module when used on OSX.
* Fixed unicode handling in some module situations (assert and
  shell/command execution).
* Fixed a bug in redhat_subscription when using the activationkey parameter.
* Fixed a traceback in the gce module on EL6 distros when multiple
  pycrypto installations are available.
* Added support for PostgreSQL 9.4 in rds_param_group
* Several other minor fixes.

Version 1.9, "Dancing In the Street" - Mar 25, 2015:
Major changes:
* Added kerberos support to winrm connection plugin.
* Tags rehaul: added 'all', 'always', 'untagged' and 'tagged'
  special tags and normalized tag resolution. Added tag information
  to --list-tasks and new --list-tags option.
* Privilege Escalation generalization, new 'Become' system and
  variables now will handle existing and new methods. Sudo and
  su have been kept for backwards compatibility. New methods
  pbrun and pfexec in 'alpha' state, planned adding 'runas' for
  winrm connection plugin.
* Improved ssh connection error reporting, now you get back the
  specific message from ssh.
* Added facility to document task module return values for
  registered vars, both for ansible-doc and the docsite. Documented
  copy, stats and acl modules, the rest must be updated individually
  (we will start doing so incrementally).
* Optimize the plugin loader to cache available plugins much more
  efficiently. For some use cases this can lead to dramatic
  improvements in startup time.
* Overhaul of the checksum system, now supports more systems and
  more cases more reliably and uniformly.
* Fix skipped tasks to not display their parameters if no_log is specified.
* Many fixes to unicode support, standarized functions to make
  it easier to add to input/output boundaries.
* Added travis integration to github for basic tests, this should
  speed up ticket triage and merging.
* environment: directive now can also be applied to play and is
  inhertited by tasks, which can still override it.
* expanded facts and OS/distribution support for existing facts
  and improved performance with pypy.
* new 'wantlist' option to lookups allows for selecting a list
  typed variable vs a comma delimited string as the return.
* the shared module code for file backups now uses a timestamp
  resolution of seconds (previouslly minutes).
* allow for empty inventories, this is now a warning and not an
  error (for those using localhost and cloud modules).
* sped up YAML parsing in ansible by up to 25% by switching to
  CParser loader.
New Modules:
* cryptab: manages linux encrypted block devices
* gce_img: for utilizing GCE image resources
* gluster_volume: manage glusterfs volumes
* haproxy: for the load balancer of same name
* known_hosts: manages the ssh known_hosts file
* lxc_container: manage lxc containers
* patch: allows for patching files on target systems
* pkg5: installing and uninstalling packages on Solaris
* pkg5_publisher: manages Solaris pkg5 repository configuration
* postgresql_ext: manage postgresql extensions
* snmp_facts: gather facts via snmp
* svc: manages daemontools based services
* uptimerobot: manage monitoring with this service
New Filters:
* ternary: allows for trueval/falseval assignment dependent on conditional
* cartesian: returns the Cartesian product of 2 lists
* to_uuid: given a string it will return an ansible domain specific UUID
* checksum: uses the ansible internal checksum to return a hash from a string
* hash: get a hash from a string (md5, sha1, etc)
* password_hash: get a hash form as string that can be used as a
  password in the user module (and others)
* A whole set of ip/network manipulation filters:
  ipaddr,ipwrap,ipv4,ipv6ipsubnet,nthhost,hwaddr,macaddr

Version 1.8.4, "You Really Got Me" - Feb 19, 2015:
* Fixed regressions in ec2 and mount modules, introduced in 1.8.3

Version 1.8.3, "You Really Got Me" - Feb 17, 2015:
* Fixing a security bug related to the default permissions set on
  a temporary file created when using "ansible-vault view ".
* Many bug fixes, for both core code and core modules.

Version 1.8.2, "You Really Got Me" - Dec 04, 2014:
* Various bug fixes for packaging issues related to modules.
* Various bug fixes for lookup plugins.
* Various bug fixes for some modules (continued cleanup of postgresql
  issues, etc.).
* Add a clone parameter to git module that allows you to get
  information about a remote repo even if it doesn't exist locally.

Version 1.8.1, "You Really Got Me" - Nov 26, 2014:
* Various bug fixes in postgresql and mysql modules.
* Fixed a bug related to lookup plugins used within roles not
  finding files based on the relative paths to the roles files/
  directory.
* Fixed a bug related to vars specified in plays being templated
  too early, resulting in incorrect variable interpolation.
* Fixed a bug related to git submodules in bare repos.

Version 1.8, "You Really Got Me" - Nov 25, 2014:
Major changes:
* fact caching support, pluggable, initially supports Redis (DOCS pending)
* 'serial' size in a rolling update can be specified as a percentage
* added new Jinja2 filters, 'min' and 'max' that take lists
* new 'ansible_version' variable available contains a dictionary
  of version info
* For ec2 dynamic inventory, ec2.ini can has various new configuration options
  'ansible vault view filename.yml' opens filename.yml decrypted in a pager.
  no_log parameter now surpressess data from callbacks/output as
  well as syslog
* ansible-galaxy install -f requirements.yml allows advanced
  options and installs from non-galaxy SCM sources and tarballs.
* command_warnings feature will warn about when usage of the
  shell/command module can be simplified to use core modules -
  this can be enabled in ansible.cfg
* new omit value can be used to leave off a parameter when not
  set, like so module_name: a=1 b={{ c | default(omit) }}, would
  not pass value for b (not even an empty value) if c was not set.
* developers: 'baby JSON' in module responses, originally intended
  for writing modules in bash, is removed as a feature to simplify
  logic, script module remains available for running bash scripts.
* async jobs started in "fire & forget" mode can now be checked
  on at a later time.
* added ability to subcategorize modules for docs.ansible.com
* added ability for shipped modules to have aliases with symlinks
* added ability to deprecate older modules by starting with "_"
  and including "deprecated: message why" in module docs
New Modules:
* cloud: rax_cdb - manages Rackspace Cloud Database instances
* cloud: rax_cdb_database - manages Rackspace Cloud Databases
* cloud: rax_cdb_user - manages Rackspace Cloud Database users
* monitoring: zabbix_maintaince - handles outage windows with Zabbix
* monitoring: bigpanda - support for bigpanda
* net_infrastructure: a10_server - manages server objects on A10 devices
* net_infrastructure: a10_service_group - manages service group
  objects on A10 devices
* net_infrastructure: a10_virtual_server - manages virtual server
  objects on A10 devices
* system: getent - read getent databases

Version 1.7.2, "Summer Nights" - Sep 24, 2014:
* Fixes a bug in accelerate mode which caused a traceback when
  trying to use that connection method.
* Fixes a bug in vault where the password file option was not
  being used correctly internally.
* Improved multi-line parsing when using YAML literal blocks (using > or |).
* Fixed a bug with the file module and the creation of relative symlinks.
* Fixed a bug where checkmode was not being honoured during the
  templating of files.
* Other various bug fixes.

Version 1.7.1, "Summer Nights" - Aug 14, 2014:
* Security fix to disallow specifying 'args:' as a string, which
  could allow the insertion of extra module parameters through
  variables.
* Performance enhancements related to previous security fixes,
  which could cause slowness when modules returned very large
  JSON results. This specifically impacted the unarchive module
  frequently, which returns the details of all unarchived files
  in the result.
* Docker module bug fixes:
      Fixed support for specifying rw/ro bind modes for volumes
      Fixed support for allowing the tag in the image parameter
* Various other bug fixes

Version 1.7, "Summer Nights" - Aug 06, 2014:
Major new features:
* Windows support (alpha) using native PowerShell remoting
* Tasks can now specify run_once: true, meaning they will be
  executed exactly once. This can be combined with delegate_to
  to trigger actions you want done just the one time versus for
  every host in inventory.
New inventory scripts:
* SoftLayer
* Windows Azure
New Modules:
* cloud: azure
* cloud: rax_meta
* cloud: rax_scaling_group
* cloud: rax_scaling_policy
* windows: version of setup module
* windows: version of slurp module
* windows: win_feature
* windows: win_get_url
* windows: win_msi
* windows: win_ping
* windows: win_user
* windows: win_service
* windows: win_group
Other notable changes:
* Security fixes
    * Prevent the use of lookups when using legacy "{{ }}" syntax
      round variables and with_* loops.
    * Remove relative paths in TAR-archived file names used by ansible-galaxy.
* Inventory speed improvements for very large inventories.
* Vault password files can now be executable, to support scripts
  that fetch the vault password.

(he)

2016-02-17 17:02:43 UTC MAIN commitmail json YAML

Updated devel/js_of_ocaml to 2.7nb1

(jaapb)

2016-02-17 17:02:30 UTC MAIN commitmail json YAML

Revamped the js_of_ocaml package. No upstream changes, but some changes
to what exactly gets compiled.

(jaapb)

2016-02-17 17:00:58 UTC MAIN commitmail json YAML

Updated devel/ocaml-lwt to 2.5.1nb1

(jaapb)

2016-02-17 17:00:38 UTC MAIN commitmail json YAML

Revamped the ocaml-lwt package. No upstream changes, but I added two
compilation options.

(jaapb)

2016-02-17 16:54:59 UTC MAIN commitmail json YAML

Added ppx and camlp4 options.

(jaapb)

2016-02-17 16:49:13 UTC MAIN commitmail json YAML

Added ocaml-ppx_deriving to SUBDIRs

(jaapb)

2016-02-17 16:45:01 UTC MAIN commitmail json YAML

Added devel/ocaml-ppx_deriving version 3.1

(jaapb)

2016-02-17 16:44:44 UTC MAIN commitmail json YAML

Added package devel/ocaml-ppx_deriving, which is a PPX-enabled version
of dhe ocaml-deriving package already present in pkgsrc as
devel/ocaml-deriving-ocsigen.

(jaapb)

2016-02-17 16:32:54 UTC MAIN commitmail json YAML

Updated www/ap-authnz-crowd to 2.2.2nb1

(jperkin)

2016-02-17 16:32:44 UTC MAIN commitmail json YAML

2016-02-17 15:03:16 UTC MAIN commitmail json YAML

Note update of graphics/ruby-mini-magick package to 4.4.0.

(taca)

2016-02-17 15:02:44 UTC MAIN commitmail json YAML

Update ruby-mini-magick to 4.4.0.

4.4.0

* Using MiniMagick::Image#format now works when the image instance is a
  layer/frame/page.
* Calling MiniMagick::Tool#clone as a way of adding the -clone CLI option now
  works properly (before it would call Object#clone).
* Badly encoded lines in identify -verbose don't cause an error anymore in
  MiniMagick::Image#details.
* MiniMagick::Image#details doesn't hang anymore when clipping paths are
  present
* Added MiniMagick::Image#tempfile for accessing the underlying temporary
  file.

(taca)

2016-02-17 14:58:50 UTC MAIN commitmail json YAML

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

(taca)

2016-02-17 14:58:19 UTC MAIN commitmail json YAML

2016-02-17 14:24:57 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.1605

(wen)

2016-02-17 14:24:04 UTC MAIN commitmail json YAML

Update to 2.1605

Upstream changes:
2.1605  2016-02-16

  [DOCUMENTATION]

  - Fixed references to test files that were renamed when their associated
    documentation files were renamed in 2.0500 (RT#111898)

  - Moose::Manual::Roles now contains a section on handling required
    attributes in role application (thanks, Kent Fredric!)

  - a few other, very minor, documentation fixes

(wen)

2016-02-17 14:05:20 UTC MAIN commitmail json YAML

Updated devel/p5-Path-Class to 0.36

(wen)

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

Update to 0.36

Upstream changes:
0.36  Tue Feb 16 22:16:21 CST 2016

- 117bd64 - Use croak instead of die; use eval syntax instead of universal::isa (as perlcritic wishes) <viviparous>
- 4b620b6 - Load File::Copy and Perl::OSType only when used (copy_to, move_to) <Olivier Mengu矇>
- 55ecb58 - always use canonpath on arguments to splitdir <Andrew Gregory>
- 25c12f7 - Fix 'Operation "eq": no method found' error (RT #77259), whose underlying cause
  isn't really understood. <mzrinsky>
- 935eeed - Add some fixes & tests for contains() with updir stuff (github #43) <Ken Williams>
- 927fa74 - Fix Carp::Croak to Carp::croak <Ken Williams>
- 2d615ca 34da6d3 5fcad02 1b7be68 a622acf - Fixed and improved Travis testing configuration <Dave Rolsky>
- 2a74c40 - Fix Pod typos <苤迮�迣迮邿 �郋邾訄郇郋赲>
- 28ca95a - Check all print calls in spew and explicitly call (and check) close <Dave Rolsky>

(wen)

2016-02-17 13:56:19 UTC MAIN commitmail json YAML

Updated devel/p5-version to 0.9913

(wen)

2016-02-17 13:55:31 UTC MAIN commitmail json YAML

Update to 0.9913

Upstream changes:
2016-02-16  John Peacock  <john.peacock@havurah-software.org>

* .hgtags:
Added tag 0.9913 for changeset f5eda39012f8
[acfb12d302c3] [tip]

* flow: Merged <release> '0.9913' to <master> ('default').
[f5eda39012f8] [0.9913]

* flow: Merged <release> '0.9913' to <develop> ('develop').
[8dcd1df93adb] <develop>

* flow: Closed <release> '0.9913'.
[b27dba2c01a1] <release/0.9913>

* .hgignore, MANIFEST.SKIP:
Ignore ctags file
[c0f9aca57284] <release/0.9913>

2016-02-01  John Peacock  <john.peacock@havurah-software.org>

* vutil/vutil.c:
Perl uses more strict C flags
[12902d257437] <release/0.9913>

* Makefile.PL, README, lib/version.pm, lib/version/regex.pm, t/00impl-
pp.t, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t,
t/06noop.t, t/07locale.t, t/08_corelist.t, t/09_list_util.t,
vperl/vpp.pm, vutil/lib/version/vxs.pm:
Bump version for release
[8f24755b6f11] <release/0.9913>

* flow: Created branch 'release/0.9913'.
[f189d92b9db1] <release/0.9913>

2016-01-21  John Peacock  <john.peacock@havurah-software.org>

* flow: Merged <hotfix> '0.9912_03' to <develop> ('develop').
[4159ccbf8bb3] <develop>

* .hgtags:
Added tag 0.9912_03 for changeset c0117603b8ff
[0d12dbfef4e2]

* flow: Merged <hotfix> '0.9912_03' to <master> ('default').
[c0117603b8ff] [0.9912_03]

* flow: Closed <hotfix> '0.9912_03'.
[8df7847932f0] <hotfix/0.9912_03>

* Makefile.PL, README, lib/version.pm, lib/version/regex.pm, t/00impl-
pp.t, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t,
t/06noop.t, t/07locale.t, t/08_corelist.t, t/09_list_util.t,
vperl/vpp.pm, vutil/lib/version/vxs.pm:
Prep for release
[02821023f2e7] <hotfix/0.9912_03>

* vutil/Makefile.PL, vutil/vutil.c, vutil/vutil.h, vutil/vxs.inc,
vutil/vxs.xs:
Apply pull request from bulk88: vutil.c and vxs.inc/vxs.xs must be
combined to be the same .o file for static to work. Previously there
was a vutil.o and a vxs.o which were combined by the linker.
Combining the 2 .o files and making all symbols static removes
plt/got indirection on ELF OSes. On Win32 vxs.dll exports nothing
except boot_version__vxs, the linux version shouldn't export
anything either.
[187bfa1881be] <hotfix/0.9912_03>

* t/00impl-pp.t, t/01base.t, t/02derived.t, t/03require.t:
Use portable options so Windows does not fail
[03b91e2c0ef5] <hotfix/0.9912_03>

2016-01-07  John Peacock  <john.peacock@havurah-software.org>

* flow: Created branch 'hotfix/0.9912_03'.
[9cd0e1255aac] <hotfix/0.9912_03>

* flow: Merged <hotfix> '0.9912_02' to <develop> ('develop').
[bd6f13c85dac] <develop>

* .hgtags:
Added tag 0.9912_02 for changeset 7a3f1ac2d502
[523da51cfeeb]

* flow: Merged <hotfix> '0.9912_02' to <master> ('default').
[7a3f1ac2d502] [0.9912_02]

* flow: Closed <hotfix> '0.9912_02'.
[02758f2cf016] <hotfix/0.9912_02>

2016-01-03  John Peacock  <john.peacock@havurah-software.org>

* Makefile.PL, README, lib/version.pm, lib/version/regex.pm, t/00impl-
pp.t, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t,
t/06noop.t, t/07locale.t, t/08_corelist.t, t/09_list_util.t,
vperl/vpp.pm, vutil/lib/version/vxs.pm:
Bump version for release
[620f6585a091] <hotfix/0.9912_02>

* t/07locale.t:
Wrong skip offset and more generous locale possibilities for comma
locale
[3ef6df5d370a] <hotfix/0.9912_02>

* flow: Created branch 'hotfix/0.9912_02'.
[840b1c8ec916] <hotfix/0.9912_02>

2016-01-02  John Peacock  <john.peacock@havurah-software.org>

* .hgtags:
Added tag 0.9912_01 for changeset 18591196a1ff
[2458e15f2559]

* flow: Merged <release> '0.9912_01' to <master> ('default').
[18591196a1ff] [0.9912_01]

* flow: Merged <release> '0.9912_01' to <develop> ('develop').
[cfb4d643f07d] <develop>

* flow: Closed <release> '0.9912_01'.
[35fe333646f7] <release/0.9912_01>

* t/10_lyon.t:
Magic v-string introduced in 5.8.1
[d9fc86689acc] <release/0.9912_01>

2015-12-31  John Peacock  <john.peacock@havurah-software.org>

* Makefile.PL, README, lib/version.pm, lib/version/regex.pm, t/00impl-
pp.t, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t,
t/06noop.t, t/07locale.t, t/08_corelist.t, t/09_list_util.t,
t/10_lyon.t, t/coretests.pm, vperl/vpp.pm, vutil/lib/version/vxs.pm:
Bump version for alpha CPAN release
[6ea02663b047] <release/0.9912_01>

2016-01-01  John Peacock  <john.peacock@havurah-software.org>

* flow: Created branch 'release/0.9912_01'.
[f6c197863de6] <release/0.9912_01>

* t/07locale.t, vutil/vutil.c:
Resolve https://rt.cpan.org/Ticket/Display.html?id=102272
[353b8d985519] <develop>

* t/coretests.pm, vperl/vpp.pm, vutil/vutil.c:
Resolve https://rt.cpan.org/Ticket/Display.html?id=98744
[498a66726d64] <develop>

* t/coretests.pm:
Lyon Compromise resolves
https://rt.cpan.org/Ticket/Display.html?id=93340
[5a035f18e9ff] <develop>

* lib/version/Internals.pod:
Resolve https://rt.cpan.org/Ticket/Display.html?id=107114
[9d032859e53a] <develop>

* lib/version.pod:
Resolve https://rt.cpan.org/Ticket/Display.html?id=107113
[ae087294fa7d] <develop>

* Makefile.PL:
Resolve https://rt.cpan.org/Ticket/Display.html?id=106782
[b0b4ec7a38c4] <develop>

* vperl/vpp.pm:
Resolve https://rt.cpan.org/Ticket/Display.html?id=105315
[4326618b03a6] <develop>

* vperl/vpp.pm:
Resolve https://rt.cpan.org/Ticket/Display.html?id=101841
[52e06b6a200a] <develop>

* vutil/vutil.c:
Resolve https://rt.cpan.org/Ticket/Display.html?id=101647
[268ca104b457] <develop>

* flow: Merged <feature> 'lyon_compromise' to <develop> ('develop').
[0e41e5282422] <develop>

* flow: Closed <feature> 'lyon_compromise'.
[59ceec2dde96] <feature/lyon_compromise>

* .hgignore, t/coretests.pm, vutil/vutil.c:
Restore skip leading zeros for qv
[c55cfae045cd] <feature/lyon_compromise>

2015-12-31  John Peacock  <john.peacock@havurah-software.org>

* t/10_lyon.t:
Fix up TODO test
[98c6a366f9a0] <feature/lyon_compromise>

* lib/version.pm, vperl/vpp.pm:
Clean up pure-Perl implementation
[d43308467dad] <feature/lyon_compromise>

2015-07-17  Leon Timmermans  <fawaka@gmail.com>

* MANIFEST, lib/version.pm, t/10_lyon.t, t/coretests.pm, vperl/vpp.pm,
vutil/vutil.c:
Apply lyon-compromise patch from Leon Timmermans
[a644337cfb8d] <feature/lyon_compromise>

2015-12-31  John Peacock  <john.peacock@havurah-software.org>

* .hgignore, t/coretests.pm, vperl/vpp.pm, vutil/vutil.c:
Revert leading zeros change
[e03d04d5bd44] <feature/lyon_compromise>

* flow: Created branch 'feature/lyon_compromise'.
[7cd41e636d45] <feature/lyon_compromise>

(wen)

2016-02-17 12:23:17 UTC MAIN commitmail json YAML

Note updates of net/py-junos-eznc to 1.3.1 and net/py-ncclient to 0.4.6.

(he)

2016-02-17 12:21:41 UTC MAIN commitmail json YAML

Umm, adjust dependencies to go with the previous update.
Ride on the coattails of that version bump.

(he)

2016-02-17 12:20:57 UTC MAIN commitmail json YAML

Update to version 0.4.6.

Upstream changes:
v0.4.6
* Fix multiple RPC error generation
* Add support for cancel-commit and persist param
* Add more examples

v0.4.5
* Add Huawei device support
* Add cli command support for hpcomware v7 devices
* Add H3C support, Support H3C CLI,Action,Get_bulk,Save,Rollback,etc.
* Add alcatel lucent support
* Rewrite multiple error handling
* Add coveralls support, with shield in README.md
* Set severity level to higher when multiple
* Simplify logging and multi-error reporting
* Keep stacktrace of errors
* Check for known hosts on hostkey_verify only
* Add check for device sending back null error_text
* Fix RPC.raise_mode
* Specifying hostkey_verify=False should not load_known_hosts
* Check the correct field on rpc-error element

v0.4.3
* Nexus exec_command operation
* Allow specifying multiple cmd elements in Cisco Nexus
* Update rpc for nested rpc-errors
* Prevent race condition in threading
* Prevent hanging in session close

v0.4.2
* Support for paramiko ProxyCommand via ~/.ssh/config parsing
* Add Juniper-specific commit operations
* Add Huawei devices support
* Tests/Travis support
* ioproc transport support for Juniper devices
* Update Cisco CSR device handler
* Many minor and major fixes

(he)

2016-02-17 11:42:47 UTC MAIN commitmail json YAML

Upgrade py-junos-eznc to version 1.3.1.

Upstream changes:

1.3.1:
* Bugfix: Not to suppress exception under Config util context manager.

1.3.0:
* Feature add: support "private" and "dynamic" database access #301 #458.
* Feature enhancements:
  - Support for Feature Velocity releases #442
  - Multiple RPC support #338 #453
  - Merged Table/View pull requests from user. #441
  - Facts gathering to raise only warning in case of exception #459
* Bugfixes:
  - Raise RpcTimeoutError in commit_check #437
  - Config load not throwing RpcTimeoutError #443 #444
  - Prevented AttributeError upon XML comment #448 #447
  - Facts gathering fix for QFX and other specific software releases #450 #463

1.2.3:
* Bugfixes:
  - Software upgrade for multi RE and multi VC #429
    - single chassis (EX8208 1EA-2RE) software installation was broken.
  - Facts gathering on VMx & Qfabric #313
  - SCP & SW progress to print proper log messages #422, #421
  - TXP facts broken #417
  - Prefer explicitly defined ssh_private_key_file to sshconfig #418
* Feature ehnancements:
  - Implement context manager for Device #433
  - JSON as format option to RPC calls for Junos >= 14.2
  - Merged Table/View pull requests from users.

1.2.2:
* Bugfixes:
  - Suppress paramiko logger warnings #363
      -  A few places warnings similar to
        No handlers could be found for logger "paramiko.transport"
        would be displayed.
  - Device password setter did not work #400
      - dev.password = 'newpass'
  - Facts gather for EX8200 standalone failing #402
  - JSON dump of RPC XML failing when contents include XML comment #406
  - SCP logger not enabled by default #362

1.2.1:
* Bugfixes:
  - Unable to use get() multiple times with Tables
  - Add increased timeout value for remote_checksum
  - Ability to set options in CfgTable definition
  - Domain Fact
      - Put RPC inside try block
      - Search inherited version of config
  - Update support of swver fact for Junos 15.1

1.2.0:
* New features:
  * Enhanced exception handling:
  * XML Normalization Support:
  * OpTables normalization
  * Mixed Mode Virtual Chassis Upgrade Support
  * Add sync, force_sync, full, detail to Config.commit(),
  * Configuration Table Support
  * Support for SSH ProxyCommand in SCP
  * Set minimum paramiko version to 1.15.2
* Bugfixes:
  - Facts
    - MX Virtual Chassis
- All physical RE's are now accounted for in facts in the
  format Device-RE => 'RE1-RE0'
        - Master fact is same format as other VC systems.
  - Domain
    - Domain lookup now checks configuration first before attempting
      to parse /etc/resolv.conf or /var/etc/resolv.conf
  - 2RE
    - Fixed false positive of 2RE on vc_capable systems
  - StartShell root user
    - Utils.start_shell now supports the user root
  - utils.fs multiple RE support
    - Fixed bug affecting multiple RE systems
  - OpTables loading from XML files and objects
    - OpTables were not properly loading when passing in a XML
      file path or lxml object

1.1.2:
* Bugfixes:
  - onbox Device()

1.1.1:
* Bugfixes:
  - Device _auth_user overwritten after device open.
    This was breaking SCP

1.1.0:
* New features:
  * Enhanced Exception Handling
  * Per execution timeout
  * Serialization of Junos facts
  * Composite table key support for missing XPATH
  * Regex support for View boolean values
  * OS Install force-host
  * Added display_xml_rpc command
  * ncclient proxycommand support
  * Added support for pipe (union) operator in Table keys
  * Format optional for configuration strings
* Bugfixes:
  * JSON Output
    - Views that had compound keys failed to dump.
    - RPC command output failed to dump.
  * FutureWarning
    - Config utility would output a FutureWarning

1.0.2:
* Bugfixes:
  * XML Templates not properly loading
  * Templates without a file extension no longer assumed to be XML

(he)

2016-02-17 11:24:57 UTC MAIN commitmail json YAML

Updated lang/nodejs4 to 4.3.1

(fhajny)

2016-02-17 11:24:47 UTC MAIN commitmail json YAML

Update lang/nodejs4 to 4.3.1.

buffer
  - make byteLength work with Buffer correctly (Jackson Tian)
debugger
  - guard against call from non-node context (Ben Noordhuis)
  - do not incept debug context (Myles Borins)
deps
  - update to http-parser 2.5.2 (James Snell)

(fhajny)

2016-02-17 10:59:05 UTC MAIN commitmail json YAML

Updated sysutil/bcmfw to 2.0

(plunky)

2016-02-17 10:58:19 UTC MAIN commitmail json YAML

update to bcmfw version 2.0

this version now handles modern Broadcom chips, which attach
as normal with the builtin firmware but can be upgraded over
the Host Controller Interface.

(plunky)

2016-02-17 10:16:05 UTC MAIN commitmail json YAML

2016-02-17 10:05:41 UTC MAIN commitmail json YAML

fix --disable-xcb when x11 is not enabled.

(dbj)

2016-02-17 09:53:50 UTC MAIN commitmail json YAML

Add -D_XOPEN_SOURCE=600 to CPPFLAGS in order to hopefully fix build issues on
SunOS:

#error "Compiler or options invalid for pre-UNIX 03 X/Open applications"

While here also delete not need NO_CONFIGURE and convert SUBST_STAGE to
pre-configure.

Thanks to jperkin@ (possible mistakes are mine).

(leot)

2016-02-17 09:43:24 UTC MAIN commitmail json YAML

Add a patch in order to correctly use _POSIX_SOURCE and bump _XOPEN_SOURCE to
700. Will hopefully fix build problems on SunOS:

#error "Compiler or options invalid for pre-UNIX 03 X/Open applications"

Thanks jperkin@ (possible mistakes are mine!).

(leot)

2016-02-17 08:50:28 UTC MAIN commitmail json YAML

Updated net/p5-Net-Domain-TLD to 1.74

(wiz)

2016-02-17 08:50:16 UTC MAIN commitmail json YAML

Update p5-Net-Domain-TLD to 1.74.

1.74  Mon Feb 15 16:00 2016
        - gtld_new update as per latest IANA db entries

(wiz)

2016-02-17 06:05:41 UTC MAIN commitmail json YAML

On Darwin, this package builds against quartz, not x11, so remove unnecessary dependencies

(dbj)

2016-02-17 04:52:25 UTC MAIN commitmail json YAML

fix PLIST on Darwin which doesn't have CLOCK_GETTIME

(dbj)

2016-02-17 04:49:47 UTC MAIN commitmail json YAML

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

Updated graphics/p5-GD-SecurityImage to 1.73

(mef)

2016-02-17 03:32:50 UTC MAIN commitmail json YAML

Update to 1.73
--------------
1.73 Wed Jan 21 01:36:45 2015
    => RT#87918.

(mef)

2016-02-17 01:17:16 UTC MAIN commitmail json YAML

Same as other php versions - selectively enable just-in-time support in
PCRE for supported architectures.
https://mail-index.netbsd.org/pkgsrc-bugs/2015/09/13/msg057792.html

(jklos)

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

Soften explanation of syncthing-android

Interoperation with syncthing-android is still very important, but
some have told me that they use syncthing among POSIXish systems
without android as a replacement for rsync/unison, more or less.  Keep
the notion of deferring major upgrades to stay in sync with f-droid.

(This is in no way a complaint about the previous minor upgrade, which
was most welcome; it just caused me to look at this and notice my
previous text was too strong.)

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

(gdt)

2016-02-16 21:59:46 UTC MAIN commitmail json YAML

Add fd limits to startup script. Bump PKGREVISION.

(morr)

2016-02-16 21:34:33 UTC MAIN commitmail json YAML

Updated net/syncthing to 0.12.19

(abs)

2016-02-16 21:34:13 UTC MAIN commitmail json YAML

Updated net/syncthing to 0.12.19

v0.12.19
- Return "No such object in the index" when /rest/db/file gets
  called on something that doesn't exist (@calmh)
- Swap the corsMiddleware and the csrfMiddleware to the unauthenticated
  OPTIONS requests are first processed. (@letiemble)
- Report versioning usage in usage report (@calmh)

(abs)

2016-02-16 20:18:01 UTC pkgsrc-2015Q4 commitmail json YAML

Pullup ticket #4924 - requested by taca
www/squid3: security fix

Revisions pulled up:
- www/squid3/Makefile                                          1.58-1.59
- www/squid3/distinfo                                          1.45-1.46

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Mon Jan 11 09:24:32 UTC 2016

  Modified Files:
  pkgsrc/www/squid3: Makefile distinfo

  Log Message:
  Changes 3.5.13:
  * Ssl::CertValidationHelper::sslSubmit: Assure that the callback->getDialer()
  * Fix build error with ICC
  * Fix GnuTLS detection via pkg-config
  * Reflect the [ugly] reality in external_acl_type cache=n documentation.
  * Avoid memory leaks when a certificate validator is used with SslBump
  * Support Ephemeral Elliptic Curve Diffie-Hellman (EECDH) key exchange
  * Fix clang build error after rev.13961
  * Bug 4397: DragonFly BSD, POSIX shared memory is implemented as filepath
  * Fix startup crash with a misconfigured (too-small) shared memory cache
  * Fix connection retry and fallback after failed server TLS connections
  * Complete certificate chains using external intermediate certificates
  * Bug 4387: Kerberos build errors on Solaris

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Tue Feb 16 06:50:06 UTC 2016

  Modified Files:
  pkgsrc/www/squid3: Makefile distinfo

  Log Message:
  Update squid3 to 3.5.14 (Squid 3.5.14), security release.

  Changes to squid-3.5.14 (16 Feb 2016):

  - Bug 4437: Fix Segfault on Certain SSL Handshake Errors
  - Bug 4431: C code is not compiled with CFLAGS
  - Bug 4418: FlexibleArray compile error with GCC 6
  - Bug 4378: assertion failed: DestinationIp.cc:60:
  'checklist->conn() && checklist->conn()->clientConnection != NULL'
  - Fix invalid FTP connection handling on blocked content
  - Fix handling of shared memory left over by Squid crashes or bugs
  - Fix mgr:config report 'qos_flows mark' output
  - Fix compile error in CPU affinity
  - Fix %un logging external ACL username
  - Avoid more certificate validation memory leaks
  - ... and some documentation updates

(bsiegert)

2016-02-16 20:17:42 UTC MAIN commitmail json YAML

2016-02-16 17:47:39 UTC MAIN commitmail json YAML

Updated x11/slock to 1.3

(leot)

2016-02-16 17:47:19 UTC MAIN commitmail json YAML

Update x11/slock to 1.3.

pkgsrc changes:
- Delete NO_CONFIGURE (it is not needed and sometimes can be harmful)

Changes:
The changes since version 1.2 are:
- bugfix: The cover window now resizes correctly when new screens are added or
  the resolution is changed while the lock is active.
- new: slock now has a third color. The three colors are used for startup,
  typing and failed login attempt.
- new: slock now allows to run any command after the screen has been locked, for
  example suspending to ram.
- slock now has a man page.
- a few small fixes and code style updates to make it more consistent with the
  rest of the suckless projects.

ok reed@

(leot)

2016-02-16 16:19:17 UTC MAIN commitmail json YAML

Note update of devel/ruby-sexp-processor package to 4.6.1.

(taca)

2016-02-16 16:18:32 UTC MAIN commitmail json YAML

Update ruby-sexp-processor to 4.6.1.

=== 4.6.1 / 2016-01-21

* 1 bug fix:

  * defs should have a nil node if body is empty.

(taca)

2016-02-16 16:17:53 UTC MAIN commitmail json YAML

Note update of devel/ruby-tins package to 1.8.2.

(taca)

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

Update ruby-tins to 1.8.2.

2016-01-18 Release 1.8.2

* Implement Tins::StringVersion::Version#dup and
  Tins::StringVersion::Version#clone.

(taca)

2016-02-16 16:09:28 UTC MAIN commitmail json YAML

Note update of devel/ruby-test-unit package to 3.1.7.

(taca)

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

Update ruby-test-unit to 3.1.7.

* pkgsrc change: revive ruby23 support.

## 3.1.7 - 2016-01-17 {#version-3-1-7}

### Fixes

* Added a missing require.

## 3.1.6 - 2016-01-17 {#version-3-1-6}

It's a Ruby on Rails integration improvement release.

### Improvements

  * Filtered backtrace of power\_assert.
    [GitHub#114]
  * Improved performance to retrieve test defined location.
  * Improved performance to run fixtures in a test.
  * Supported running a test by `yield` in `setup`:

    Before:

        def setup
          @file = File.open("x")
        end

        def teardown
          @file.close
        end

    After:

        def setup
          File.open("x") do |file|
            @file = file
            yield
          end
        end

  * Added `--default-test-path` option that specifies the default path
    that has tests.
  * Made auto runner registration more lazily. Auto runner isn't
    registered automatically until user defines a test. In the
    previous releases, auto runner is registered automatically when
    user defines a test case.
  * Supported specifying a test by location in command line. For
    example, the following command line runs a test that is defined in
    /tmp/test_a.rb at line 10:

        % ruby -r test-unit -e run_test /tmp/test_a.rb:10

### Fixes

  * Fixed a bug that test isn't ran. The test has the same name as
    data driven test that is defined in parent test case.
    [GitHub#115]

(taca)

2016-02-16 16:04:18 UTC MAIN commitmail json YAML

Note update of devel/ruby-simplecov package to 0.11.2.

(taca)

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

Update ruby-simplecov to 0.11.2.

## Enhancements

## Bugfixes

0.11.2 2016-02-03 ([changes](https://github.com/colszowka/simplecov/compare/v0.11.1...v0.11.2))
=================

## Enhancements

* Do not globally pollute Array and Hash with `merge_resultset` utility methods. See [#449](https://github.com/colszowka/simplecov/pull/449) (thanks @amatsuda)
* Do not `mkdir_p` the `coverage_path` on every access of the method (See [#453](https://github.com/colszowka/simplecov/pull/453) (thanks @paddor)
* Fixes a Ruby warning related to the `track_files` configuration. See [#447](https://github.com/colszowka/simplecov/pull/447) (thanks @craiglittle)
* Add a group for background jobs to default Rails profile. See [#442](https://github.com/colszowka/simplecov/pull/442) (thanks @stve)

## Bugfixes

* Fix root_filter evaluates SimpleCov.root before initialization. See [#437](https://github.com/colszowka/simplecov/pull/437) (thanks @tmtm)

(taca)

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

Note update of devel/ruby-rspec-rails package to 3.4.2.

(taca)

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

Update ruby-rspec-rails to 3.4.2.

### 3.4.2 / 2016-02-02
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.4.1...v3.4.2)

Bug fixes:

* Cache template resolvers during path lookup to prevent performance
  regression from #1535. (Andrew White, #1544)

### 3.4.1 / 2016-01-25
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.4.0...v3.4.1)

Bug Fixes:

* Fix no method error when rendering templates with explicit `:file`
  parameters for Rails version `4.2.5.1`. (Andrew White, Sam Phippen, #1535)

(taca)

2016-02-16 16:02:01 UTC MAIN commitmail json YAML

Note update of devel/ruby-rspec-mocks package to 3.4.1.

(taca)

2016-02-16 16:01:13 UTC MAIN commitmail json YAML

Update ruby-rspec-mocks to 3.4.1.

### 3.4.1 / 2016-01-10
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.4.0...v3.4.1)

Bug Fixes:

* Fix `any_instance` to work properly on Ruby 2.3. (Joe Rafaniello, #1043)

(taca)

2016-02-16 16:00:12 UTC MAIN commitmail json YAML

Note update of devel/ruby-rspec-core package to 3.4.2.

(taca)

2016-02-16 15:59:42 UTC MAIN commitmail json YAML

Update ruby-rspec-core to 3.4.2.

### 3.4.2 / 2016-01-26
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.1...v3.4.2)

Bug Fixes:

* Fix `rspec --profile` when an example calls `abort` or `exit`.
  (Bradley Schaefer, #2144)
* Fix `--drb` so that when no DRb server is running, it prevents
  the DRb connection error from being listed as the cause of all
  expectation failures. (Myron Marston, #2156)
* Fix syntax highlighter so that it works when the `coderay` gem is
  installed as a rubygem but not already available on your load path
  (as happens when you use bundler). (Myron Marston, #2159)

(taca)

2016-02-16 15:57:39 UTC MAIN commitmail json YAML

Note update of devel/ruby-parser package to 3.7.3.

(taca)

2016-02-16 15:57:00 UTC MAIN commitmail json YAML

Update ruby-parser to 3.7.3.

=== 3.7.3 / 2016-01-21

* 2 bug fixes:

  * Fixed parsing kwargs in defs with no parens. (presidentbeef)
  * defs should have a nil node if body is empty.

(taca)

2016-02-16 15:26:42 UTC MAIN commitmail json YAML

Updated databases/mongo-c-driver to 1.3.3

(fhajny)

2016-02-16 15:26:30 UTC MAIN commitmail json YAML

Update databases/mongo-c-driver to 1.3.3

1.3.3
- Fix a bug where a slightly-oversized bulk write operation was not split
  into batches; instead, it was sent whole to the server, which rejected it.

1.3.2
- A socket is properly discarded after a network error from a command.
- mongoc_database_get_collection now copies the database's read preferences,
  read concern, and write concern, instead of copying the client's.
- mongoc_cursor_t's private struct now allows a negative limit.

1.3.1
- mongoc_client_get_gridfs now copies the client's read preferences, read
  concern, and write concern to the newly created mongoc_gridfs_t. Before
  this fix, GridFS operations were always executed with the default config:
  data was read from the primary, with the read concern level "local", and
  written with write concern "acknowledged". Now, if you have configured
  any of these options on the mongoc_client_t, they are respected by
  the mongoc_gridfs_t.
- CMakeLists.txt now includes and installs the pkg-config files.

(fhajny)

2016-02-16 15:26:03 UTC MAIN commitmail json YAML

Updated devel/libbson to 1.3.3

(fhajny)

2016-02-16 15:25:54 UTC MAIN commitmail json YAML

Update devel/libbson to 1.3.3.

1.3.3
- No changes

1.3.2
- man pages couldn't be built from a distribution tarball.

1.3.1
- bson_strnlen is off by one on Windows.
- BSON_HAVE_STRNLEN config check used incorrectly.
- Incompatibility with older CMake versions.
- Wrong-sized allocation in bson_json_reader_new.

(fhajny)

2016-02-16 15:21:12 UTC MAIN commitmail json YAML

Note update of devel/ruby-power_assert package to 0.2.7.

(taca)

2016-02-16 15:20:41 UTC MAIN commitmail json YAML

Update ruby-power_assert to 0.2.7.

* Make PowerAssert::Bug11182,Bug11182Sub private.
* Encoding::CompatibilityError is no longer raised as of ruby 2.3.0.
* Use ruby 2.3 on travis-ci.org.
* Update bundler before travis builds.
* Use ruby 2.3.0 on travis-ci.org.

(taca)

2016-02-16 15:17:51 UTC MAIN commitmail json YAML

Fix deps missing from bl3.

(fhajny)

2016-02-16 15:16:24 UTC MAIN commitmail json YAML

Note update of devel/ruby-parseconfig package to 1.0.8.

(taca)

2016-02-16 15:15:57 UTC MAIN commitmail json YAML

Update ruby-parseconfig to 1.0.8.

Mon Jan 25, 2016 - v1.0.8
- Use backward compatible positional arguments (not named keyword arguments)
  Resolves Issue #31

Mon Jan 25, 2016 - v1.0.7
- Support alternative comment types (default: ['#', ';']) (@voobscout)
  Resolves Issue #30

(taca)

2016-02-16 15:13:57 UTC MAIN commitmail json YAML

Note update of devel/ruby-nenv package to 0.3.0.

(taca)

2016-02-16 15:13:27 UTC MAIN commitmail json YAML

Update ruby-nenv to 0.3.0.

v0.3.0

Improvements

#7 - refactoring, optimization and major internal cleanup (thanks to
    @marshall-lee !)
#5 - optimization in accessor calls (again, thanks to @marshall-lee !)

(taca)

2016-02-16 15:10:57 UTC MAIN commitmail json YAML

Updated www/php-fpm to 5.5.32nb1

(jperkin)

2016-02-16 15:10:48 UTC MAIN commitmail json YAML

Handle php70's FPM config layout correctly.  Bump PKGREVISION.

(jperkin)

2016-02-16 15:10:47 UTC MAIN commitmail json YAML

Note update of devel/ruby-minitest package to 5.8.4.

(taca)

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

Update ruby-minitest to 5.8.4.

* pkgsrc change: revive ruby23 support.

=== 5.8.4 / 2016-01-21

* 1 bug fix:

  * Allow Minitest::Assertion to pass through assert_raises so inner failures are dealt with first.

(taca)

2016-02-16 15:08:36 UTC MAIN commitmail json YAML

Note update of devel/ruby-gettext_i18n_rails package to 1.4.0.

(taca)

2016-02-16 15:08:02 UTC MAIN commitmail json YAML

Update ruby-gettext_i18n_rails to 1.4.0.

* Add support Ruby on Rails 4.2 and 5.0.
* fix test and deprecations.

(taca)

2016-02-16 15:05:03 UTC MAIN commitmail json YAML

Note update of devel/ruby-gettext package to 3.2.1.

(taca)

2016-02-16 15:04:35 UTC MAIN commitmail json YAML

Update ruby-gettext to 3.2.1.

## 3.2.1: 2016-01-23 {#version-3-2-1}

### Improvements

  * Supported customizing msgmerge options on merging edit.po to .po.
    [GitHub#44][Patch by Dominic Cleal]

(taca)

2016-02-16 15:03:18 UTC MAIN commitmail json YAML

Note update of devel/ruby-flexmock package to 2.0.4.

(taca)

2016-02-16 15:02:45 UTC MAIN commitmail json YAML

Update ruby-flexmock to 2.0.4.

* auto-mock #kind_of? as well as #class on strict mocks.

(taca)

2016-02-16 14:57:33 UTC MAIN commitmail json YAML

Note update of devel/ruby-eventmachine package to 1.0.9.1.

(taca)

2016-02-16 14:57:10 UTC MAIN commitmail json YAML

Update ruby-eventmachine to 1.0.9.1.

# Changelog

## 1.0.9.1 (January 14, 2016)
* Fix EPROTO not defined on Windows [#676]
* Fix missing cast to struct sockaddr * [#671]
* Fix bug in OpenSSL path detection [#675]

## 1.0.9 (January 13, 2016)
* Try more ways to detect OpenSSL [#602, #643, #661, #663, #668, #669]
* Use WSAGetLastError in pipe.cpp same as ed.cpp [#659]
* Test compiler flags with the C++ compiler and add them to CXXFLAGS [#634, #651]
* Restore silent-fail on unsupported EM.epoll and EM.kqueue [#638, #649]
* getDescriptorByFileno deprecated in JRuby 1.7.x, removed in JRuby 9000 [#642, #648]
* Add -Wno-address always-true because on Windows rb_fd_select [#578]
* Remove the WITHOUT_SSL constant [#578]
* Fix SSL error when the server replies a TLS Alert to our ClientHello [#544, #653]
* Use WSAStringToAddress in lieu of inet_pton for IPv6 address detection on Windows [#595, #632]
* Fix nasty TCP/IPv6 bug [#595, #632]
* Use select_large_fdset on Solaris [#611, #625]
* Detect the Solaris Studio compiler [#611, #625]
* Throw a message with strerror included [#136, #621]

(taca)

2016-02-16 14:55:59 UTC MAIN commitmail json YAML

Note update of devel/ruby-dotenv package to 2.1.0.

(taca)

2016-02-16 14:55:34 UTC MAIN commitmail json YAML

Update ruby-dotenv to 2.1.0.

2.1.0 - Jan 13, 2016

* Relax dependency on railties to allow Rails 5.0 apps. (#226)
* Fix scenario where some escaped $ would not be unescaped. (#222)
* Gracefully handle files with UTF-8 BOM (#225)

(taca)

2016-02-16 14:53:32 UTC MAIN commitmail json YAML

- SOGo-2.3.6, SOPE-2.3.6.

Both updated to 2.3.8.

(taca)

2016-02-16 14:52:56 UTC MAIN commitmail json YAML

Note update of devel/ruby-celluloid package to 0.17.3.

(taca)

2016-02-16 14:52:27 UTC MAIN commitmail json YAML

Update ruby-celluloid to 0.17.3.

0.17.3 (2016-01-18)
-----
* [#701](https://github.com/celluloid/celluloid/pull/701)
  Conditions in loose threads loop does not take into account the difference between
  backtraces from ruby 2.0.0 and greater than. Fixes celluloid/celluloid-io#165.
  ([@TiagoCardoso1983])

* [#700](https://github.com/celluloid/celluloid/pull/700)
  Set celluloid logger level to info by default unless debug is enabled. Fixes #667.
  ([@ioquatix])

* [#695](https://github.com/celluloid/celluloid/pull/695)
  Extending the condition event handler with the block; this solves a bug
  introduced in jruby >9.0.0.0, which breaks with an ArgumentError exception,
  apparently due to the way to_proc procs are passed arguments. Fixes #694.
  ([@TiagoCardoso1983])

* [#689](https://github.com/celluloid/celluloid/pull/689)
  Simplified sync, async and future proxies by providing specific AbstractCall base.
  ([@ioquatix])

* [#688](https://github.com/celluloid/celluloid/pull/688)
  Fix failure to remove dead actors from sets, e.g. celluloid-supervision.
  ([@ioquatix])

* [#686](https://github.com/celluloid/celluloid/pull/686)
  Print out method name to help debugging method call which caused dead actor error.
  ([@ioquatix])

* [#682](https://github.com/celluloid/celluloid/pull/682)
  Remove excess call/block require.

* [#666](https://github.com/celluloid/celluloid/pull/666)
  Don't catch IOError.

(taca)

2016-02-16 14:48:00 UTC MAIN commitmail json YAML

Note update of devel/ruby-backports package to 3.6.8.

(taca)

2016-02-16 14:47:26 UTC MAIN commitmail json YAML

Update ruby-backports to 3.6.8.

* Rename internal method to avoid strange error in ruby 2.3.
* Update lib/prime.

(taca)

2016-02-16 14:46:42 UTC MAIN commitmail json YAML

Updated graphics/p5-Chart to 2.4.10

(mef)

2016-02-16 14:45:57 UTC MAIN commitmail json YAML

Update 2.4.5 to 2.4.10  (From README)
----------------------
2.4.10 Upload to pause.perl.org failed for version
      2.4.9. Therefore, the version 2.4.9 was renamed to
      2.4.10 for a new upload.

2.4.9 Upload to pause.perl.org failed for version
      2.4.8. Therefore, the version 2.4.8 was renamed to 2.4.9
      for a new upload.

2.4.8 Bug repaired: rt.cpan.org #81171::Composite w/two
      ::Lines and xy_plot ==> undefined value when drawing ticks
      (t/composite_7.t and t/composite_8.t are showing the differences)
      Base.pm: defined(@array)
      Chart.pod corrected for deprecated @ARR->[$i]

2.4.7 Not published

2.4.6 Number of named colors extended
      Documentation.pdf explains the use of colors (Appendix added)
      Corrections in base.pm, routines
      _draw_bottom_legends, _draw_x_number_ticks
      in LinesPoints.pm, routines  _draw_data

(mef)

2016-02-16 14:43:26 UTC MAIN commitmail json YAML

Note update of devel/SOPE aod www/SOGo packages to 2.3.8.

(taca)

2016-02-16 14:42:43 UTC MAIN commitmail json YAML

Update SOGo to 2.3.8.

2.3.8 (2016-02-05)
------------------

Enhancements
- updated CKEditor to version 4.5.7

Bug fixes
- correctly encode filename of attachments over EAS (#3491)
- correctly encode square brackets for IMAP folder names (#3321)
- add shared/public namespaces in the list or returned folders

2.3.7 (2016-01-25)
------------------

New features
- new junk/not junk capability with generic SMTP integration

Enhancements
- newly created folders using EAS are always sync'ed by default (#3454)
- added Croatian (hr_HR) translation - thanks to Jens Riecken

Bug fixes
- now always generate invitation updates when using EAS
- rewrote the string sanitization to be 32-bit Unicode safe
- do not try to decode non-wbxml responses for debug output (#3444)

2.3.6 (2016-01-18)
------------------

New features
- now able to sync only default mail folders when using EAS

Enhancements
- unit testing for RTFHandler
- JUnit output for sogo-tests

Bug fixes
- don't unescape twice mail folder names (#3423)
- don't consider mobile Outlook EAS clients as DAV ones (#3431)
- we now follow 301 redirects when fetching ICS calendars
- when deleting an event using EAS, properly invoke the auto-scheduling code
- do not include failure attachments (really long filenames)
- fix encoding of email subjects with non-ASCII characters
- fix appointment notification mails using SOGoEnableDomainBasedUID configuration
- fix shifts in event times on Outlook

2.3.5 (2016-01-05)
------------------

Enhancements
- return an error to openchange if mail message delivery fails
- return the requested elements on complex requests from Outlook when downloading changes
- user sources can be loaded dynamically
- unify user sources API
- updated Russian translation (#3383)

Bug fixes
- properly compute the last week number for the year (#1010)
- share calendar, tasks and contacts folders in Outlook 2013 with editor permissions
- priorize filename in Content-Disposition against name in Content-Type to get the filename of an attachment in mail
- request all contacts when there is no filter in Contacts menu in Webmail
- personal contacts working properly on Outlook
- fixes on RTF parsing used by event/contact description and mail as RTF to read non-ASCII characters:
  better parsing of font table, when using a font, switch to its character set, correct parsing of
  escaped characters and Unicode character command word support for unicode characters greater than 32767
- no crash resolving recipients after reconnecting LDAP connection
- avoid creation of phantom contacts in SOGo from distribution list synced from Outlook.
- accepted & updated event names are now shown correctly in Outlook
- provide safe guards in mail and calendar to avoid exceptions while syncing

2.3.4 (2015-12-15)
------------------

New features
- initial support for EAS calendar exceptions

Enhancements
- limit the maximum width of toolbar buttons (#3381)

Bug fixes
- JavaScript exception when printing events from calendars with no assigned color (#3203)
- EAS fix for wrong charset being used (#3392)
- EAS fix on qp-encoded subjects (#3390)
- correctly handle all-day event exceptions when the master event changes
- prevent characters in calendar component UID causing issues during import process
- avoid duplicating attendees when accepting event using a different identity over CalDAV

(taca)

2016-02-16 14:42:09 UTC MAIN commitmail json YAML

Updated graphics/p5-Barcode-Code128 to 2.21

(mef)

2016-02-16 14:42:07 UTC MAIN commitmail json YAML

Update SOPE to 2.3.8 which required by SOGo 2.3.8.

Changes are too many to write here.

(taca)

2016-02-16 14:41:23 UTC MAIN commitmail json YAML

Update 2.01 to 2.21
-------------------
2.20  Tue Mar 29 11:51:38 CDT 2011
        - Fixed tests to avoid failures, upgrade tests to Test::More
          (courtesy Mark A. Stratman <stratman@gmail.com>)
        - Remove conditional support for GIF/PNG as all new versions
          since 2004 of GD should support both

2.21  Mon Sep 24 12:10:29 PDT 2012
        - Redesign tests to use Test::More and to be more tolerant of
          how different versions of GD encode images
          (thanks to Lukas Mueller <lam87@cornell.edu>)
        - Add PREREQ_PM to Makefile.PL

(mef)

2016-02-16 14:32:28 UTC MAIN commitmail json YAML

Note update of databases/ruby-sequel package to 4.31.0.

(taca)

2016-02-16 14:31:58 UTC MAIN commitmail json YAML

Update ruby-sequel to 4.31.0.

= Improvements

* Sequel now works with ruby 2.3's --enable-frozen-string-literal,
  and all of the library files are set to use frozen string
  literals by default.

  A couple adapters and extensions depend on libraries that have
  issues with frozen string literals.  Pull requests have been sent
  to each of those dependencies.

* The migrators will now raise an exception if a migration file
  contains no migrations or more than one migration.

* The jdbc/postgresql adapter now supports using PostgreSQL specific
  types in bound variables.  Note that the current version of
  jdbc-postgres (9.4.1204) has regressions that affect this, users
  who need this support should stick with jdbc-postgres 9.4.1200 or
  below.

* The jdbc/postgresql adapter now works around a regression in Java
  method lookup in JRuby 9.0.5.0

* The setter methods added by the association_pks plugin now do type
  casting immediately, instead of right before the data will be used.
  This makes them more similar to column setter methods, and ensures
  that future calls to the getters that use cached values will
  return correctly typecast data.

* The PostgreSQL array parser in the pg_array extension now handles
  arrays with explicit bounds.  The explicit bounds are ignored, so
  such values do not round trip, and there is currently no support for
  creating arrays with explicit bounds.

* Creating a table with a simple non-incrementing primary key and a
  self-referential foreign key now works correctly on MySQL:

    DB.create_table!(:table) do
      Integer :id, :primary_key=>true
      foreign_key :fk, :table
    end

* Database#disconnect in the oracle adapter now works correctly on
  more recent versions of oci8 where #logoff can raise OCIException
  instead of OCIInvalidHandle.

= Backwards Compatibility

* The pg_array extension no longer defines
  Sequel::Postgres::PGArray::JSONCreator.  This should only affect
  backwards compatibility if you were accessing the constant directly.
  The :parser option to Sequel::Postgres::PGArray.register is also no
  longer respected, but that should not affect backwards compatibility.

* The Sequel::Model#convert_cpk_array private method that was added by
  the association_pks plugin has been removed.
  Sequel::Model#convert_pk_array handles both simple and composite
  primary keys now.

(taca)

2016-02-16 14:31:08 UTC MAIN commitmail json YAML

Note update of databases/ruby-do_sqlite3 package to 0.10.17.

(taca)

2016-02-16 14:30:43 UTC MAIN commitmail json YAML

Update ruby-do_sqlite3 to 0.10.17.

## 0.10.17 2016-01-24

No changes

(taca)

2016-02-16 14:30:11 UTC MAIN commitmail json YAML

Note update of databases/ruby-do_postgres package to 0.10.17.

(taca)

2016-02-16 14:29:41 UTC MAIN commitmail json YAML

Update ruby-do_postgres to 0.10.17.

## 0.10.17 2016-01-24

* Fix memory leak
* Fix bug with DateTime and wrong timezone offsets

(taca)

2016-02-16 14:28:56 UTC MAIN commitmail json YAML

Note update of databases/ruby-do_mysql package to 0.10.17.

(taca)

2016-02-16 14:28:23 UTC MAIN commitmail json YAML

Update ruby-do_mysql to 0.10.17.

## 0.10.17 2016-01-24

* Improve utf8mb4 support
* Fix memory leak
* Support for MySQL 5.7
* Fix bug with DateTime and wrong timezone offsets

(taca)

2016-02-16 14:24:43 UTC MAIN commitmail json YAML

Note update of databases/ruby-data_objects package to 0.10.17.

(taca)

2016-02-16 14:24:15 UTC MAIN commitmail json YAML

Update ruby-data_objects to 0.10.17.

## 0.10.17 2016-01-24

* Enable CI with Ruby 2.3
* Improve utf8mb4 support in do\_mysql
* Fix memory leak in do\_mysql and do\_postgres
* Support for MySQL 5.7 in do\_mysql
* Fix bug with DateTime and wrong timezone offsets
* Fix compilation on JRuby 9000

(taca)

2016-02-16 14:22:25 UTC MAIN commitmail json YAML

Note update of databases/ruby-arel package to 7.0.0.

(taca)

2016-02-16 14:21:45 UTC MAIN commitmail json YAML

Update bury-arel to 7.0.0.

=== 7.0.0 / 2015-12-17

* Enhancements

  * Remove deprecated method `Table#primary_key`
  * Remove engine from the constructor arguments `Arel::Table`
  * Deprecate automatic type casting within Arel

(taca)

2016-02-16 14:20:55 UTC MAIN commitmail json YAML

Note update of converters/ruby-unf_ext package to 0.0.7.2.

(taca)

2016-02-16 14:20:01 UTC MAIN commitmail json YAML

Update ruby-unf_ext to 0.0.7.2.

## 0.0.7.2 (2016-02-01)

- Version bump just for adding Windows binaries for Ruby 2.3.

(taca)

2016-02-16 14:19:08 UTC MAIN commitmail json YAML

Note update of audio/ruby-mp3info package to 0.8.9.

(taca)

2016-02-16 14:18:32 UTC MAIN commitmail json YAML

Update ruby-mp3info to 0.8.9.

=== 0.8.9 / 2016-02-03

* bugfix on JPEG picture parsing + testsuite

(taca)

2016-02-16 14:17:36 UTC MAIN commitmail json YAML

Note update of devel/ruby-rdoc package to 4.2.2.

(taca)

2016-02-16 14:16:43 UTC MAIN commitmail json YAML

Update ruby-rdoc to 4.2.2.

=== 4.2.2 / 2016-02-09

* Bug fixes
  * Include lib/rdoc/generator/pot/* in built gem

(taca)

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

Whoops, merge conflict for mitmproxy-0.16 entry.

(leot)

2016-02-16 13:57:51 UTC MAIN commitmail json YAML

Updated net/mitmproxy to 0.16

(leot)

2016-02-16 13:54:20 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.11.0

(adam)

2016-02-16 13:54:00 UTC MAIN commitmail json YAML

Update net/mitmproxy to 0.16.

Changes:
v0.16
-----
  * Completely revised HTTP2 implementation based on hyper-h2 (Thomas
    Kriechbaumer)
  * Export flows as cURL command, Python code or raw HTTP (Shadab Zafar)
  * Fixed compatibility with the Android Emulator (Will Coster)
  * Script Reloader: Inline scripts are reloaded automatically if modified
    (Matthew Shao)
  * Inline script hooks for TCP mode (Michael J. Bazzinotti)
  * Add default ciphers to support iOS9 App Transport Security (Jorge
    Villacorta)
  * Basic Authentication for mitmweb (Guillem Anguera)
  * Exempt connections from interception based on TLS Server Name Indication
    (David Weinstein)
  * Provide Python Wheels for faster installation
  * Numerous bugfixes and minor improvements

(leot)

2016-02-16 13:53:00 UTC MAIN commitmail json YAML

Updated net/py-netlib to 0.16

(leot)

2016-02-16 13:52:41 UTC MAIN commitmail json YAML

Update net/py-netlib to 0.16.

Changes (from the commit messages):
0.16
----
o Migrate to hyperframe
o Various bugfixes and improvements

(leot)

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

Added www/py-h2 version 2.1.1

(leot)

2016-02-16 13:50:19 UTC MAIN commitmail json YAML

2016-02-16 13:49:56 UTC MAIN commitmail json YAML

Import py-h2-2.1.1 as www/py-h2.

Hyper-h2 is a HTTP/2 protocol stack, written entirely in Python. The goal
of Hyper-h2 is to be a common HTTP/2 stack for the Python ecosystem, usable
in all programs regardless of concurrency model or environment.

To achieve this, Hyper-h2 is entirely self-contained: it does no I/O of any
kind, leaving that up to a wrapper library to control. This ensures that it
can seamlessly work in all kinds of environments, from single-threaded code
to Twisted.

Its goal is to be 100% compatible with RFC 7540, implementing a complete
HTTP/2 protocol stack build on a set of finite state machines. Its
secondary goals are to be fast, clear, and efficient.

(leot)

2016-02-16 13:48:30 UTC MAIN commitmail json YAML

Added www/py-hyperframe version 3.2.0

(leot)

2016-02-16 13:48:06 UTC MAIN commitmail json YAML

+ py-hyperframe

(leot)

2016-02-16 13:47:31 UTC MAIN commitmail json YAML

Import py-hyperframe-3.2.0 as www/py-hyperframe.

This library contains the HTTP/2 framing code used in the hyper project.
It provides a pure-Python codebase that is capable of decoding a binary
stream into HTTP/2 frames.

This library is used directly by hyper and a number of other projects to
provide HTTP/2 frame decoding logic.

(leot)

2016-02-16 13:46:04 UTC MAIN commitmail json YAML

Changes 3.11.0:

General improvements:

Enhanced WAL mode so that it works efficiently with transactions that are larger than the cache_size.
Added the FTS5 detail option.
Added the "EXTRA" option to PRAGMA synchronous that does a sync of the containing directory when a rollback journal is unlinked in DELETE mode, for better durability. The SQLITE_EXTRA_DURABLE compile-time option enables PRAGMA synchronous=EXTRA by default.
Enhanced the query planner so that it is able to use a covering index as part of the OR optimization.
Avoid recomputing NOT NULL and CHECK constraints on unchanged columns in UPDATE statement.
Many micro-optimizations, resulting in a library that is faster than the previous release.
Enhancements to the command-line shell:

By default, the shell is now in "auto-explain" mode. The output of EXPLAIN commands is automatically formatted.
Added the ".vfslist" dot-command.
The SQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option is now turned on by default in the standard builds.

Enhancements to the TCL Interface:

If a database connection is opened with the "-uri 1" option, then URI filenames are honored by the "backup" and "restore" commands.
Added the "-sourceid" option to the "sqlite3" command.
Makefile improvements:

Improved pthreads detection in configure scripts.
Add the ability to do MSVC Windows builds from the amalgamation tarball.

Bug fixes

Fix an issue with incorrect sharing of VDBE temporary registers between co-routines that could cause incorrect query results in obscure cases. Ticket d06a25c84454a.
Fix a problem in the sqlite3_result_subtype() interface that could cause problems for the json1 extension under obscure circumstances. Fix for ticket f45ac567eaa9f9.
Escape control characters in JSON strings. Fix for ticket ad2559db380abf8.
Reenable the xCurrentTime and xGetLastError methods in the built-in unix VFSes as long as SQLITE_OMIT_DEPRECATED is not defined.

Backwards Compatibility:
Because of continuing security concerns, the two-argument version of of the seldom-used and little-known fts3_tokenizer() function is disabled unless SQLite is compiled with the SQLITE_ENABLE_FTS3_TOKENIZER.

(adam)

2016-02-16 13:45:24 UTC MAIN commitmail json YAML

Updated security/py-certifi to 2015.11.20.1

(leot)

2016-02-16 13:44:50 UTC MAIN commitmail json YAML

Update security/py-certifi to 2015.11.20.1.

Changes:
2015.11.20.1
------------
o Add Equifax Secure CA to weak 1024 bit bundle.

2015.11.20
----------
o Ship weak.pem cert bundle.

(leot)

2016-02-16 13:43:34 UTC MAIN commitmail json YAML

Updated net/py-hpack to 2.1.0

(leot)

2016-02-16 13:43:09 UTC MAIN commitmail json YAML

Update net/py-hpack to 2.1.0.

Changes:
2.1.0 (2016-02-02)
------------------
**API Changes (Backward Compatible)**
- Added new ``InvalidTableIndex`` exception, a subclass of
  ``HPACKDecodingError``.
- Instead of throwing ``IndexError`` when encountering invalid encoded integers
  HPACK now throws ``HPACKDecodingError``.
- Instead of throwing ``UnicodeDecodeError`` when encountering headers that are
  not UTF-8 encoded, HPACK now throws ``HPACKDecodingError``.
- Instead of throwing ``IndexError`` when encountering invalid table offsets,
  HPACK now throws ``InvalidTableIndex``.
- Added ``raw`` flag to ``decode``, allowing ``decode`` to return bytes instead
  of attempting to decode the headers as UTF-8.

**Bugfixes**
- ``memoryview`` objects are now used when decoding HPACK, improving the
  performance by avoiding unnecessary data copies.

(leot)

2016-02-16 13:41:28 UTC MAIN commitmail json YAML

Updated devel/py-pyparsing to 2.1.0

(leot)

2016-02-16 13:41:15 UTC MAIN commitmail json YAML

Update devel/py-pyparsing to 2.1.0.

Changes:
Version 2.1.0 - February, 2016
------------------------------
- Modified the internal _trim_arity method to distinguish between
  TypeError's raised while trying to determine parse action arity and
  those raised within the parse action itself. This will clear up those
  confusing "<lambda>() takes exactly 1 argument (0 given)" error
  messages when there is an actual TypeError in the body of the parse
  action. Thanks to all who have raised this issue in the past, and
  most recently to Michael Cohen, who sent in a proposed patch, and got
  me to finally tackle this problem.

- Added compatibility for pickle protocols 2-4 when pickling ParseResults.
  In Python 2.x, protocol 0 was the default, and protocol 2 did not work.
  In Python 3.x, protocol 3 is the default, so explicitly naming
  protocol 0 or 1 was required to pickle ParseResults. With this release,
  all protocols 0-4 are supported. Thanks for reporting this on StackOverflow,
  Arne Wolframm, and for providing a nice simple test case!

- Added optional 'stopOn' argument to ZeroOrMore and OneOrMore, to
  simplify breaking on stop tokens that would match the repetition
  expression.

  It is a common problem to fail to look ahead when matching repetitive
  tokens if the sentinel at the end also matches the repetition
  expression, as when parsing "BEGIN aaa bbb ccc END" with:

    "BEGIN" + OneOrMore(Word(alphas)) + "END"

  Since "END" matches the repetition expression "Word(alphas)", it will
  never get parsed as the terminating sentinel. Up until now, this has
  to be resolved by the user inserting their own negative lookahead:

    "BEGIN" + OneOrMore(~Literal("END") + Word(alphas)) + "END"

  Using stopOn, they can more easily write:

    "BEGIN" + OneOrMore(Word(alphas), stopOn="END") + "END"

  The stopOn argument can be a literal string or a pyparsing expression.
  Inspired by a question by Lamakaha on StackOverflow (and many previous
  questions with the same negative-lookahead resolution).

- Added expression names for many internal and builtin expressions, to
  reduce name and error message overhead during parsing.

- Converted helper lambdas to functions to refactor and add docstring
  support.

- Fixed ParseResults.asDict() to correctly convert nested ParseResults
  values to dicts.

- Cleaned up some examples, fixed typo in fourFn.py identified by
  aristotle2600 on reddit.

- Removed keepOriginalText helper method, which was deprecated ages ago.
  Superceded by originalTextFor.

- Same for the Upcase class, which was long ago deprecated and replaced
  with the upcaseTokens method.

Version 2.0.7 - December, 2015
------------------------------
- Simplified string representation of Forward class, to avoid memory
  and performance errors while building ParseException messages. Thanks,
  Will McGugan, Andrea Censi, and Martijn Vermaat for the bug reports and
  test code.

- Cleaned up additional issues from enhancing the error messages for
  Or and MatchFirst, handling Unicode values in expressions. Fixes Unicode
  encoding issues in Python 2, thanks to Evan Hubinger for the bug report.

- Fixed implementation of dir() for ParseResults - was leaving out all the
  defined methods and just adding the custom results names.

- Fixed bug in ignore() that was introduced in pyparsing 1.5.3, that would
  not accept a string literal as the ignore expression.

- Added new example parseTabularData.py to illustrate parsing of data
  formatted in columns, with detection of empty cells.

- Updated a number of examples to more current Python and pyparsing
  forms.

(leot)

2016-02-16 13:14:07 UTC MAIN commitmail json YAML

Fix stale MESSAGE var reference, ride with previous commit

(fhajny)

2016-02-16 13:05:54 UTC MAIN commitmail json YAML

Updated www/ganglia-webfrontend to 3.7.1

(fhajny)

2016-02-16 13:05:23 UTC MAIN commitmail json YAML

Update www/ganglia-webfrontend to 3.7.1.
Move config files to standard location.
Make Apache/Nginx compatible (based on mail/rouncube).

Upstream changes follow.

3.7.1
* Fix for auth bypass when using the authentication module
* Fix for a XSS in the view adding interface
* Update JQuery Mobile library to 1.4.5

3.7.0
* Cubism integration
* Ganglia Reporting
* Couple reported XSS issues have been corrected

3.6.2
* Performance improvements
* New clearer heatmaps
* Other minor improvements and fixes

3.5.7
* Required Jquery files were missing from 3.5.6 release.

3.5.6
* Number of fixes to address XSS (Cross Site Scripting) issues
* Enhancement to the host view if use option
  "metric_groups_initially_collapsed". Clicking on metric groups
  dynamically loads images instead of reloading the page
* Fixed mobile view
* Incorporate legend in the selection when doing Inspect graph
* Stacked graph fixes
* Numerous other fixes and enhancements

3.5.2
* Fix for stacked graphs not showing after upgrading to 3.5.1
* Inspect graph now uses AJAX calls to retrieve data which should
  help in situations where users use Basic authentication

3.5.1
* Security advisory
* Support for same hostname being in multiple clusters

3.5.0
* Enable zoom to a selection in Inspect Graph
* Add Jump to Metric group drop down
* Add Timeshift functionality to graphs
* Other misc fixes and improvements

3.4.2
* Improvements to the live dashboard
* Fixed the aggregate graphs metric auto complete which broke in 3.4.1
* Add ability to specify critical and warning thresholds. Use in
  Live Dashboard and Views.
* Minor bug fixes

3.4.1
* Major improvements to Inspect Graph thanks to Peter Piela - deselect
  all data sources, select individual sources, change graph type from
  stack to line and vice versa
* Live Dashboard - integration of Tasseo
* Metrics drop down now includes ability to select optional reports

No changelog could be found for 3.1.3-3.4.0.

(fhajny)

2016-02-16 13:00:40 UTC MAIN commitmail json YAML

Note update of www/typo3_62 package to 6.2.18.

(taca)

2016-02-16 13:00:02 UTC MAIN commitmail json YAML

Update typo3_62 to 6.2.18 (TYPO4 6.2.18), security release.

2016-02-16  0d56422                  [RELEASE] Release of TYPO3 6.2.18 (TYPO3 Release Team)
2016-02-16  3256617  #58896          [SECURITY] SQLi in DBAL (Morton Jonuschat)
2016-02-16  c88aa57  #54205          [SECURITY] XSS in form extension (Wouter Wolters)
2016-02-16  4e639be  #25244          [SECURITY] XSS in content element "Form" (Helmut Hummel)
2016-02-16  a511709  #72240          [SECURITY] XSS in Link Validator (Steffen Müller)
2016-02-12  ba30380  #73083          [BUGFIX] Deduplicate "Hide default translation of page" logic (Morton Jonuschat)
2016-02-12  1afa712  #72388          [FOLLOWUP][BUGFIX] Table wizard: large fields and BR-tags (Morton Jonuschat)
2016-02-12  413430b  #73006          [BUGFIX] Failing Unit Tests on Windows systems (Nicole Cordes)
2016-02-10  0548314  #59180          [BUGFIX] Re-enable export of multiple records via clipboard (Bernhard Kraft)
2016-02-09  f9599a1  #65866          [BUGFIX] Fallback to version of ext_emconf.php if not found in Composer (Peter Niederlag)
2016-02-08  3af6506  #58693          [BUGFIX] impexp ignore file reference records with missing related files (Marc Bastian Heinrichs)
2016-02-05  df80dee  #73158          [BUGFIX] ImpExp: Correct casing for FAL function call (Benni Mack)
2016-02-05  d1ca79c  #73103          [BUGFIX] Off-by-one error in FAL's LocalDriver (Andreas Fernandez)
2016-02-01  daaf9e0  #72936          [BUGFIX] Reallow '0' as valid userFunc argument in TypoScript (Frank Naegler)
2016-01-29  05d2711  #70307          [BUGFIX] CategoryRegistry::addTcaColumn() ignores displayCond (Benni Mack)
2016-01-29  fd30582  #72964          [BUGFIX] Clear cache system icon is shown for non admin in dev context (Benni Mack)
2016-01-26  4fbed24  #72943          [TASK] Switch mirror links to https (Nicole Cordes)
2016-01-22  a59665c  #72635          [BUGFIX] SimpleFileBackend::setCacheDirectory returns valid path name (Jan Helke)
2016-01-22  941308f  #72892          [BUGFIX] Remove newline from PLACEHOLDER marker in indexed_search (Wouter Wolters)
2016-01-21  842e6dfdb  #72786          [TASK] Hide "Save document and create a new one" in filelist (Gianluigi Martino)
2016-01-20  89b1024                  [BUGFIX] Add missing return type to createVersionNumberedFilename (Thomas Löffler)
2016-01-18  87c98c7  #72762          [BUGFIX] Clarify extension dependency skipping (Nicole Cordes)
2016-01-16  9f5c9df  #72755          [BUGFIX] Apply hsc() to exception debug output (Markus Klein)
2016-01-15  908a266  #72357          [BUGFIX] Copy DataHandler::enableLogging to sub objects (Morton Jonuschat)
2016-01-15  739a3de  #72388          [BUGFIX] Table wizard: large fields and BR-tags (Anja Leichsenring)
2016-01-15  43ee970  #72734          [FOLLOWUP] Fix call to not existing function (Anja Leichsenring)
2016-01-15  1278e9f  #72648          [BUGFIX] Automatically remove BOM from files before concatenation (Christian Futterlieb)
2016-01-15  35745fa  #72712          [TASK] Allow access to visible content within /.well-known/ directory (Cedric Ziel)
2016-01-15  640c494  #72709          [BUGFIX] ImpExp: Do not show error message for recursive relations (Markus Klein)
2016-01-08  1eea942  #72598          [BUGFIX] Remove debug echo from checkDeniedSuburls (Morton Jonuschat)
2016-01-01  264d1bd  #72501          [TASK] Update copyright year to 2016 (Benni Mack)
2015-12-30  967391f  #72475          [SECURITY] XSS in belog module (Morton Jonuschat)
2015-12-30  639f8f2  #66135          [BUGFIX] Computed properties are queried in workspace context (Oliver Hader)
2015-12-29  d959bb8  #72450          [TASK] Expose identifier and path of functional test instance (Oliver Hader)
2015-12-23  141cd7d  #72047          [BUGFIX] Fix NumberRangeValidator using startRange and endRange (Stephan Großberndt)

(taca)

2016-02-16 12:48:42 UTC MAIN commitmail json YAML

Updated parallel/ganglia-monitor-core to 3.7.2

(fhajny)

2016-02-16 12:48:18 UTC MAIN commitmail json YAML

Update parallel/ganglia-monitor-core to 3.7.2. Add SMF support.

Upstream changelog follows.

3.7.2

* Fix for a memory leak if  override_hostname or override_ip are used

3.7.1

* Hash table in gmetad has been reworked to support much higher metric
  counts and larger number of metrics
* A number of GMond python modules have been rewritten and enhanced

3.7.0

* Add support for sending Ganglia metrics to Riemann
* Performance improvements for gmetad
* Export internal gmetad metrics

3.6.0

* Improvements
  - Add ability to gzip XML output in gmond
  - Forward Graphite metrics over UDP for increased scalability
  - Configurable graphite prefix
  - Memcached publish support - export metrics into memcached
  - Improve metric summarization performance under heavy load

* Bug fixes
  - Reduce CPU utilization when running in deaf mode

3.5.0

* gmond uses a separate thread to service gmetad requests. This should
  improve performance
* Updates to a number of core Python collection modules

3.4.0

* web
  - now distributed as a separate source tarball, web/ tree is not present
    in the ganglia-3.4.0 tarball

* gmond:
  - setgid() and initgroups() are invoked when setuid() is invoked - gmond
    no longer runs in root group (there may be side-effects from this change)
  - new UDP RX channel parameter `buffer' to set the socket buffer size

3.3.7

* gmond
  - BUG100: fails to start in Solaris zones
  - fails to start when no address on the network interface (added
    retry_bind parameter)
  - BUG321: fails to start when Solaris CPU in state FAILED (seg fault)

3.3.6

* gmond
  - BUG327: memory leak when receive channel is not configured or not
    hearing any data

3.3.5

* General
  - Return to the use of autotools (make dist) for building the release
  - Release with a valid version number in configure.in

* Gmetad
  - Fix for gmetad buffer overflow with metric value of DOUBLE_MAX

* Gmond python modules
  - multi traffic module has been replaced with multi interface which
    correctly reports all interfaces

* Gmond
  - Fix for issues/11
  - Expose some useful functions in the public C API to assist module
    developers

3.3.1

* Web
  - Graph Zooming off when Ganglia Web server and web browser in different
    time zones
  - Metrics chooser in cluster view now provides metric drop down in
    addition to autocomplete
  - Ability to specify default size for graphs in Views

Gmetad
  - You can now disable RRD writing - useful if you are using Ganglia only
    to feed Graphite
  - Export to graphite now handles spaces in metrics, groups
  - Minor code clean up and fixes

* Gmond
  - Diskstat python module incorrect IO time reporting has been fixed.

3.3.0

* Web UI shipped with Ganglia has been upgraded to the Ganglia Web
  2.0 interface. Changes to web UI from Gweb 2.2.0 are as follows
  - Additional Nagios integration scripts
  - Contributed by Etsy - stacked graph in the cluster view
  - Ability to hide/show events on individual graphs or whole pages
  - Numerous bug fixes and small enhancements
* metric names are sanitized to avoid breaking gmetad/UI when characters
  such as <, > are supplied. Those are now replaced with underscores
* gmetad supports sending metrics to graphite. Uncomment proper section
  of gmetad.conf to enable
* Default RRD resolution changed. It affects only newly created RRDs. To
  change to old behavior please modify the RRA field in gmetad.conf
* Number of Python modules from Ganglia gmond_python_modules repository
  have been included such as disk statistics, individual interface
  statistics, etc. Most of the modules are disabled. To enable rename
  the files in /etc/ganglia/conf.d.
* sFlow has been enhanced to support Virtual machine pool/Java
  VM/Memcache/Apache/NGINX/Tomcat and node.js metrics. You can read more
  at sFlow blog

3.2.0

* sFlow support - more and even more
* hostname/ip override - you can specify an arbitrary host name and IP
  to be shown in the UI.
* FreeBSD patches
* Python module improvements
* Bugfixes and improvements over 3.1.7

3.1.7:

* Fix build support for RHEL5/issue with commas in CFLAGS
* multicpu module: show CPU utilization as a value between 0-100% for
  each core

3.1.3 - 3.1.6:

* Merge commit 1966 from trunk to fix "contrib/removespikes.pl"
* Bootstrapping with Debian 5.0 (lenny) versions of autotools for
  this and future releases.
* Require user to explicitly specify sysconfdir when building from source,
  due to the fact that the old behavior was not consistent with the
  documented behavior.
* Configuration files and scripts are now created during the install phase
  rather than during configure.  This allows values such as @sysconfdir@
  to be used in the template configuration files.
* Abolish the use of release names - only release numbers will be used
  to distinguish versions in future
* libmetrics: workaround system header conflict in DFBSD >= 2.4 (BUG245)
* Use PCRE regex matching to configure metrics using the name_match directive
* rrdcached support
* gmetad now uses apr and the sleep intervals between polls are randomized
  in a way that supports shorter polling intervals
* FreeBSD support: fixes for crashes and disk statistics (BUG153)
* Further tweaks to Solaris build support (remove C99 hack)
* Eliminate conflict with ncpus symbol name on older Solaris
* AIX support: determine if the host is a virtual server (BUG226)
* AIX support: setting linker flags (BUG227), add -lm
* AIX support: tweaks for AIX >= v6.1
* AIX support: revised init scripts for gmond and gmetad
* Check for Python.h explicitly
* Include the necessary Python files in the distribution tarball, regardless
  of how BUILD_PYTHON is set (r2215).
* Remove references to GNU toolchain in documentation
* Fortify write_data_to_rrd against overflows
* Web interface: minor formatting changes
* mcast_if implementation tweaked so that the send channel will be bound
  to the IP of the outgoing interface
* Documentation updates relating to the options for multihomed hosts,
  particularly bind, bind_hostname and mcast_if
* gmond: Limit the use of APR_POLLSET_THREADSAFE to Linux >= 2.6
* gmond: improve/revert setuid behavior in configure script
* gmond: Fix the allow_extra_data configuration directive (BUG199)
* gmond: Ensure that a complete XML dump is delivered before closing
  the send socket. Submitted by: Jerry <adawzq 126 com>
* gmond: add bind and bind_hostname parameters for udp_send_channel()
* gmetad: BUG232: eliminate case-sensitive hostname bug, user can choose to
  maintain legacy behavior though.
* gmond: BUG237: revise fix for segfault on Solaris where first CPU not in
  slot 0
* gmond: support for HUP signal on platforms with execve
* gmond: status module: return gmond version info as string metrics
* gmond: Check return status of apr_pollset_create.  Use
  APR_POLLSET_THREADSAFE on Linux.
* build: various configure options: Solaris 8 with Sun Studio 11 support,
  extra modules for static linking, default setuid, release number,
  build multicpu and status during static builds, support for
  SYSCONFDIR (BUG16)
* RPM: include status module, allow packager to supply own gmond.conf
* build: Look in lib64 rather than lib for apr, confuse and expat on x86_64

(fhajny)

2016-02-16 12:19:41 UTC MAIN commitmail json YAML

Updated databases/lmdb to 0.9.18

(mef)

2016-02-16 12:16:28 UTC MAIN commitmail json YAML

Update to 0.9.18
----------------
LMDB 0.9.18 Release (2016/02/05)
Fix robust mutex detection on glibc 2.10-11 (ITS#8330)
Fix page_search_root assert on FreeDB (ITS#8336)
Fix MDB_APPENDDUP vs. rewrite(single item) (ITS#8334)
Fix mdb_copy of large files on Windows
Fix subcursor move after delete (ITS#8355)
Fix mdb_midl_shirnk off-by-one (ITS#8363)
Check for utf8_to_utf16 failures (ITS#7992)
Catch strdup failure in mdb_dbi_open
Build
Additional makefile var tweaks (ITS#8169)
Documentation
Add Getting Started page
Update WRITEMAP description

(mef)

2016-02-16 11:54:12 UTC MAIN commitmail json YAML

2016-02-16 10:49:53 UTC MAIN commitmail json YAML

Add a setup detail to the MESSAGE:

Make sure
        ${PREFIX}/share/roundcube/temp/
exists and is writable by the web server user.

(wiz)

2016-02-16 09:53:02 UTC MAIN commitmail json YAML

- php-mecab-0.6.0.

It was already updated.

(taca)

2016-02-16 08:59:20 UTC MAIN commitmail json YAML

Removed audio/moc-devel successor audio/moc.

(leot)

2016-02-16 08:56:27 UTC MAIN commitmail json YAML

2016-02-16 08:54:42 UTC MAIN commitmail json YAML

2016-02-16 08:51:57 UTC MAIN commitmail json YAML

Convert UTF-8 space to a regular ASCII one.

(jperkin)

2016-02-16 08:46:32 UTC MAIN commitmail json YAML

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

Update audio/moc to 2.5.0.
Patch provided by Onno van der Linden via pkg/50803.

Changes:
2.5.0 - "Consolidation"
* Autotools and packaging changes:
  - Upgraded autoconf version requirement to 2.60
  - Added '--with-alsa' to suppress ALSA sound driver inclusion
  - Added '--without-oss' to suppress OSS sound driver inclusion
  - Added '--disable-cache' to remove tags cache support
  - Added specific GDB support to '--enable-debug'
  - Refactor decoder plug-ins' autoconf scripts into source directories
  - Ensure that all decoders get into the source distribution tarball
  - Removed SID decoder's dependance on .la-file presence
  - Removed distribution-specific .spec file
  - Minor reformatting of the configure summary
  - Added warnings for various deprecations and potential problems
  - Added warnings for unmet future package requirements
  - Updated GNU boilerplate text
* Improved support for embedded systems:
  - Refined FFmpeg decoder configuration for use with cross-compilation
  - Provided use of Tremor with the Vorbis decoder
  - Improve portability to non-GNU library platforms
  - Added --with-libiconv-prefix configure option
* Audio driver changes:
  - Allow use of the OSSv4 per-application mixer API
  - Provided SNDIO support for OpenBSD systems (Alexander Polakov)
* New and changed audio decoders:
  - New TiMidity decoder for MIDI (Hendrik Iben)
  - Migrate AAC decoder to later FAAD2 API (Max Klinger)
  - Added AAC+ (HE-AAC) support to AAC decoder
  - New SidPlay2 decoder for SID (Hendrik Iben)
  - New Modplug decoder (Hendrik Iben)
  - New WavPack decoder (Alexandrov Sergey)
  - Renamed SndFile plugin for consistancy
  - Removed M4A format support from AAC decoder plugin
  - Removed WAV format support from ModPlug decoder plugin
  - Detect huge files in certain formats which SndFile cannot play
  - Improved (drastically in some cases) the accuracy of AAC durations
* Overhauled FFmpeg/LibAV decoder:
  - Resolved FFmpeg API deprecations
  - Provided LibAV compatibility
  - Provided proper stereo downmixing
  - Provided locking support for non-thread-safe library functions
  - Provided better FFmpeg or LibAV discrimination
  - Provided better audio duration reliability determination
  - Increased number of decodable formats (including Xiph Opus)
  - Added decoding of audio from video formats
  - Added logging of FFmpeg/LibAV messages
  - Added seeking in most (but not all) formats
  - Added handling for "planar" codecs
  - Excluded experimental codecs from decoding
  - Fixed misreporting of tags, duration and bitrates
  - Fixed memory and file descriptor leakages
  - Fixed severe distortion on 8-bit samples
  - Fixed loop playing FLAC files
  - Fixed many FFmpeg/LibAV API breakages
  - Fixed many miscellaneous bugs
  - Detect over-length (and therefore broken) WAV files
  - Fixed log formatting when FFmpeg messages contain newline characters
* Audio reproduction changes:
  - Improved support for 8-bit sample size
  - Added software mixer (Hendrik Iben)
  - Added parametric equalizer (Hendrik Iben)
  - Fixed many bugs which produced distorted sound
  - Fixed bugs in 24-bit sample handling (Tomasz Golinski)
* General configuration file changes:
  - Reconciled and regularised example config and keymap files
  - Introduced lists and function-like syntax
  - Introduced variable substitution
  - Introduced symbol and boolean option types
  - Improved security of the configuration file
  - Automatic clearing of an overridden default key binding
  - Made processing of keymap file consistant with that of config file
* Changed configuration file options:
  - Layout# options moved to a list and function-like syntax
  - SoundDriver option moved to a list syntax
  - Renamed OSSMixerChannel to OSSMixerChannel1
  - Renamed ALSAMixer to ALSAMixer1
  - QueueNextSongReturn moved to yes/no values
  - TagsCacheSize set to zero now disables tag caching
* New configuration file options:
  - OnSongChange: run an external command (Jack Miller)
  - RepeatSongChange: govern the running of the OnSongChange command
  - OnStop: run an external command on stopping
  - EnforceTagsEncoding: substitutes ID3v1TagsEncoding for ISO-8859-1
    encoding in ID3v2 tags (Aleks Sherikov)
  - FileNamesIconv: converts from local to UTF8 encoding for file names
    (Aleks Sherikov)
  - NonUTFXterm: converts UTF8 to local encoding for X-Term titles
(Aleks Sherikov)
  - AutoLoadLyrics: says whether MOC should look for lyrics files
  - PreferredDecoders: allow finer control over decoder selection
  - XTerms: externalises terminals regarded as X-Terms
  - UseMIMEMagic: says whether to identify audio files by using MIME
  - JackStartServer: autostart JACK the server (Max Klinger)
  - ShowTimePercent: set the percent played state (Daniel T. Borelli)
  - Various options for SidPlay2, Modplug and TiMidity support
* New command line options:
  - '-j' to jump to some position in the current track (Nuno Cardoso)
  - '-O' to override configuration file settings
  - '-Q' to display user formatted information (Juho Hè¾°mè¾°lè¾°inen)
  - '-q' to queue files from command line (Martin Milata)
  - '-t' and '--on/off' to toggle or set playback options (Jack Miller)
  - '-v' to set the volume (Jack Miller)
* Screen handling changes:
  - Changed minimum screen height to 7 lines (Tero Marttila)
  - Added support for GNU screen title (Jonathan Derque)
  - Restored screen to console mode after reporting fatal errors
  - Populated playlist panel when loading default playlist file
  - Removed default playlist autofocus at start
  - Fixed overlength highlight bar
  - Fixed screen upset when tags contain control characters
  - Fixed some screen upsets when tags contain UTF-8 characters (firejox)
  - Fixed screen upset caused by screen(1) mis-detection
* New and updated client interaction features:
  - 'a' command: also add a directory to the playlist (Filippo Giunchedi)
  - 'L' command: display music lyrics (G辿raud Le Falher)
  - 'Y' command: prune unreadable files from the playlist (tyranix)
  - Queued messages for display in the message area
  - Added play queue (Martin Milata)
  - Mark a fragment of a file which can be passed to external commands
  - Clear status message after a stream open failure
  - Minor help menu clarifications
* Improve text entry history and editting:
  - Recognise ^u (by default) as delete to start of line
  - Recognise ^k (by default) as delete to end of line
  - Save and restore entered text prior to history scrolling
  - Save history entry modifications
  - Do not save adjacent duplicate entries
  - Do not save or modify with blank entries
  - Position cursor at end of restored or history line
* Theme changes:
  - Enabled highlighted playlist numbers and file times (Marc Tschiesche)
  - Fixed miscoloured frame when switching themes (Alexander Polakov)
  - Fixed default colour settings
  - Fixed cursor placement in themes menu (Alex Merenstein)
  - Fixed ordering of theme files in themes menu
  - Fixed new attributes application on theme switching (Alex Merenstein)
* General code cleaning:
  - Refactoring, optimisations and cosmetic improvements
  - Silenced many build warnings and errors
  - Replaced various deprecated, legacy and platform-specific functions
  - Improved thread safety
* Significant bug fixes:
  - Fixed stale locks freeze in tags cache database following a crash
  - Fixed CURL timeout for internet streaming errors (Daniel Stenberg)
  - Fixed audio distortion on MP3 file having overly long tag values
  - Fixed false positive stream detection in the MP3 decoder
  - Fixed Ogg/Vorbis stream detection in the Vorbis decoder
  - Fixed 'LRINTF error' raised when reconfiguring MOC
  - Fixed backspace key mishandling
  - Fixed client interface meta-key handling
  - Fixed pthread stack overflow segfault on OpenBSD
  - Fixed segfault when text entry history becomes full
  - Fixed segfault processing playlists with relative paths
  - Fixed memory corruptions when toggling tag reading
  - Fixed assertion when a second client is started
  - Fixed slow memory leak in client on long-playing streams
  - Fixed severe distortion on 11025Hz 16-bit mono audios
  - Fixed freeze at end of playing audio file
  - Fixed server crash when attempting to play a deleted file
  - Fixed MIME type detection on HTTP redirection
  - Fixed crash when mixer value is above 100%
  - Fixed handling of huge (greater than 2 GiB) files
  - Fixed sub-second audio truncation on ALSA
  - Fixed segfault when MIME-detected MP3 file has no "extension"
  - Fixed segfault when using '--format' without an audio playing
  - Workaround for streams that have the actual title as tags/comments
  - Indentified cause of "undefined symbol" build errors
  - Plugged all known memory and file descriptor leaks
  - Fixed nonsense duration values returned on some corrupt FLAC files
  - Fixed 'time >= 0' assertion at change of audio file
  - Fixed client event notification failure in some circumstances
  - Fixed client abort on duplicated playlist filenames
  - Fixed delayed client exit when server invokes long-running scripts
    (Alex Merenstein)
  - Fixed occasional server freeze on logging when running scripts
  - Fixed non-conforming 'User-Agent' HTTP request header
* Miscellaneous:
  - Updated and reformatted mocp manpage and equalizer README file
  - Made many warning and error reports more informative and consistant
  - Better logging of more problem determination information
  - More informative version information display
  - Introduced MD5-based decoder verification tools
  - Improved compatibility with 64-bit systems
  - Improved compatibility with big-endian systems
  - Moved tags cache to a Berkeley DB
  - Integration of down-stream distribution patches
  - Fixed frames to duration calculations in ALSA
  - Fixed some mutex management bugs
  - Fixed many bugs which crashed MOC

(leot)

2016-02-16 07:15:09 UTC MAIN commitmail json YAML

- pear-1.10.
+ adodb-5.20, ampache-3.8.2, davical-1.1.4, drupal-8.0.3,
  fengoffice-3.4.0.17, geeklog-2.1.1, horde-5.2.9, icinga-base-2.4.1,
  imp-6.2.12, ingo-3.2.8, kronolith-4.2.14, libthrift-0.9.3, p5-sqlrelay-0.64,
  pear-Console_Table-1.3.0, pear-DB-1.9.2, pear-Mail-1.3.0,
  phoronix-test-suite-6.2.0, php-excel-1.8.1, php-mrbs-1.5.0, php-mecab-0.6.0,
  php-mongo-1.6.12, php-mongodb-1.1.2, php-oauth-2.0.0, php-orangehrm-3.3.1,
  php-pthread-3.1.6, php-raphf-2.0.0, php-rrd-2.0.0, php-sqlrelay-0.64,
  phpmyadmin-4.5.4.1,  py-sqlrelay-0.64, sqlrelay-freetds-0.64,
  sqlrelay-mysql-0.64, sqlrelay-odbc-0.64, sqlrelay-pgsql-0.64,
  sqlrelay-sqlite-0.64, turba-4.2.12, zoneminder-1.29.0.

(Someone needs to maintain Horde Groupware.)

(taca)

2016-02-16 06:50:52 UTC MAIN commitmail json YAML

Note update of www/squid3 package to 3.5.14.

(taca)

2016-02-16 06:50:06 UTC MAIN commitmail json YAML

Update squid3 to 3.5.14 (Squid 3.5.14), security release.

Changes to squid-3.5.14 (16 Feb 2016):

- Bug 4437: Fix Segfault on Certain SSL Handshake Errors
- Bug 4431: C code is not compiled with CFLAGS
- Bug 4418: FlexibleArray compile error with GCC 6
- Bug 4378: assertion failed: DestinationIp.cc:60:
'checklist->conn() && checklist->conn()->clientConnection != NULL'
- Fix invalid FTP connection handling on blocked content
- Fix handling of shared memory left over by Squid crashes or bugs
- Fix mgr:config report 'qos_flows mark' output
- Fix compile error in CPU affinity
- Fix %un logging external ACL username
- Avoid more certificate validation memory leaks
- ... and some documentation updates

(taca)

2016-02-16 05:58:57 UTC MAIN commitmail json YAML

update of xymon and xymonclient from 4.3.17 to 4.3.25

The following security issues are fixed with this update:
* Resolve buffer overflow when handling "config" file requests (CVE-2016-2054)
* Restrict "config" files to regular files inside the $XYMONHOME/etc/ directory
  (symlinks disallowed) (CVE-2016-2055). Also, require that the initial filename
  end in '.cfg' by default
* Resolve shell command injection vulnerability in useradm and chpasswd CGIs
  (CVE-2016-2056)
* Tighten permissions on the xymond BFQ used for message submission to restrict
  access to the xymon user and group. It is now 0620. (CVE-2016-2057)
* Restrict javascript execution in current and historical status messages by
  the addition of appropriate Content-Security-Policy headers to prevent XSS
  attacks. (CVE-2016-2058)
* Fix CVE-2015-1430, a buffer overflow in the acknowledge.cgi script.
  Thank you to Mark Felder for noting the impact and Martin Lenko
  for the original patch.
* Mitigate CVE-2014-6271 (bash 'Shell shock' vulnerability) by
  eliminating the shell script CGI wrappers

Please refer to
https://sourceforge.net/projects/xymon/files/Xymon/4.3.25/Changes/download
for further information on fixes and new features.

(spz)

2016-02-16 04:21:40 UTC MAIN commitmail json YAML

update to octave-4.0.0

Octave 4.0 is a major new release with many new features,
including a graphical user interface, support for classdef
object-oriented programming, better compatibility with Matlab,
and many new and improved functions.

A list of important user-visible changes is availble at
http://octave.org/NEWS-4.0.html, by selecting the Release Notes
item in the News menu of the GUI, or by typing news at the Octave
command prompt.

(dbj)

2016-02-16 03:45:19 UTC MAIN commitmail json YAML

2016-02-16 03:40:44 UTC MAIN commitmail json YAML

remove symlinks for wx-config and wxrc in ${PREFIX}/bin
this avoids conflicts with wxGTK28 and
is the rest of the fix for PR pkg/50389

(dbj)

2016-02-16 03:37:30 UTC MAIN commitmail json YAML

help dependencies find the correct version of wxGTK
This is a partial fix for PR pkg/50389

(dbj)

2016-02-16 01:52:34 UTC MAIN commitmail json YAML

Avoid a crash on NetBSD when not every minion is present

>From the pull request pending, #31320:

  On NetBSD, Salt currently defaults to using lsof(8) to determine which
  minions are connected. It is however not always available, and even
  then quite unreliable. I found that just like on FreeBSD, sockstat(1)
  is a much safer alternative. Unfortunately its output is not exactly
  the same on NetBSD, where the port delimiter is a dot character
  instead. As a consequence I have decided to duplicate the relevant
  function for NetBSD; let me know if I should try to re-use the code
  supporting FreeBSD instead.

See also https://github.com/saltstack/salt/pull/31230.

(khorben)

2016-02-16 01:07:22 UTC MAIN commitmail json YAML

specify  --with-arch-${MACHINE_ARCH} on Darwin

(dbj)

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

add xgettext msgmerge msgfmt to USE_TOOLS

(dbj)

2016-02-16 00:00:08 UTC MAIN commitmail json YAML

2016-02-15 23:28:34 UTC MAIN commitmail json YAML

Updated net/php-baikal to 0.3.1

(wiz)

2016-02-15 23:28:22 UTC MAIN commitmail json YAML

Update php-baikal to 0.3.1.

Ba誰kal 0.3.1 is now the recommended version of Ba誰kal. This release
fixes the most reported issues with Baikal, and also:

    Upgrades sabre/dav from version 1.8 to 3.1.
    Supports PHP 7.
    Makes the minimum PHP version 5.5.
    Adds support for calendar/addressbook export.
    Adds support for WebDAV-Sync.

Upgrade instructions are here:
http://sabre.io/baikal/upgrade/

(wiz)

2016-02-15 23:13:42 UTC MAIN commitmail json YAML

Updated x11/libdrm to 2.4.67

(wiz)

2016-02-15 23:13:32 UTC MAIN commitmail json YAML

Update libdrm to 2.4.67:

Alex Deucher (7):
      tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic (v2)
      tests/amdgpu: make amdgpu_command_submission_sdma_write_linear generic
      tests/amdgpu: add a test for cp write data
      tests/amdgpu: make amdgpu_command_submission_sdma_const_fill generic
      tests/amdgpu: add a test for cp dma fill
      tests/amdgpu: make amdgpu_command_submission_sdma_copy_linear generic
      tests/amdgpu: add a test for cp dma copy

    Chunming Zhou (2):
      amdgpu: validate user memory for userptr
      tests/amdgpu: add semaphore test

    Damien Lespiau (1):
      xf86drm: Bound strstr() to the allocated data

    Emil Velikov (4):
      tests/kmstest: inverse the order of LDADD libraries
      amdgpu: add libdrm as private requirement/dependency
      radeon: add libdrm to Requires.private
      libkms: add libdrm to Requires.private

    Eric Anholt (3):
      vc4: Add the DRM header file.
      util: Add support for vc4.
      vc4: Add headers and .pc files for VC4 userspace development.

    Junwei Zhang (1):
      amdgpu: list each entry safely for sw semaphore when submit ib

    Ken Wang (1):
      amdgpu: fix for submition with no ibs

    Khem Raj (1):
      tests: Include sys/select.h

    Kylie McClain (1):
      tests: Include poll.h rather than sys/poll.h

    Marcin Åšlusarz (1):
      configure.ac: don't detect disabled options dependencies

    Marek Olšák (2):
      configure.ac: disable annoying warning -Wmissing-field-initializers
      amdgpu: add semaphore support

    Michel Dänzer (2):
      amdgpu: Add new symbols to amdgpu-symbols-check
      radeon: Pass radeon_bo_open flags to the DRM_RADEON_GEM_CREATE ioctl

    Rob Clark (4):
      freedreno: update uapi
      freedreno: small refactor for get_param
      freedreno: add support for FD_MAX_FREQ
      Bump version for release

    Rodrigo Vivi (1):
      intel/kbl: Add Kabylake PCI ids

    Stefan Agner (2):
      kmstest: Use util_open()
      tests: add fsl-dcu-drm to modules

    Sumit Semwal (1):
      android: enable building static version of libdrm

    Thierry Reding (1):
      tests: util: Fixup util_open() parameter order

    Ville Syrjälä (1):
      Fix memory leak with drmModeGetConnectorCurrent()

    monk.liu (1):
      amdgpu: drop address patching logics

(wiz)

2016-02-15 21:19:12 UTC MAIN commitmail json YAML

+ bzr-2.7.0, ed-1.13, ffmpeg-3.0, miller-3.4.0.

(wiz)

2016-02-15 16:37:24 UTC MAIN commitmail json YAML

Add ap-authnz-crowd.

(jperkin)

2016-02-15 16:34:49 UTC MAIN commitmail json YAML

Added www/ap-authnz-crowd version 2.2.2

(jperkin)

2016-02-15 16:34:32 UTC MAIN commitmail json YAML

Import ap-authnz-crowd version 2.2.2 into pkgsrc.

Crowd is an application security framework that handles authentication
and authorisation for your web-based applications. With Crowd you can
quickly integrate multiple web applications into a single security
architecture that supports single sign-on (SSO) and centralised identity
management.

Patches for Apache 2.4 and Subversion 1.8 suport from FreeBSD Ports.

(jperkin)

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

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

2016-02-15 12:45:28 UTC MAIN commitmail json YAML

Enable the examples, some of them are a little more than mere examples.
Adjust PLIST accordingly.
Bump PKGREVISION.

(he)

2016-02-15 12:39:21 UTC MAIN commitmail json YAML

2016-02-15 11:46:24 UTC MAIN commitmail json YAML

Updated x11/gtk to 1.2.10nb15

(jperkin)

2016-02-15 11:46:02 UTC MAIN commitmail json YAML

Fix broken wchar test.  Add LICENSE.  Bump PKGREVISION.

(jperkin)

2016-02-15 11:42:30 UTC MAIN commitmail json YAML

Updated devel/glib to 1.2.10nb11

(jperkin)

2016-02-15 11:42:11 UTC MAIN commitmail json YAML

Workaround broken configure tests for Darwin/clang.  Add LICENSE.

Bump PKGREVISION.

(jperkin)

2016-02-15 11:37:01 UTC MAIN commitmail json YAML

Updated www/py-werkzeug to 0.11.4.
Updated www/py-werkzeug-docs to 0.11.4.

(kleink)

2016-02-15 11:36:07 UTC MAIN commitmail json YAML

Update py-werkzeug (and py-werkzeug-docs) to 0.11.4.

Version 0.11.4
--------------

Released on February 14th 2016.

- Fixed werkzeug.serving not working from -m flag.
- Fixed incorrect weak etag handling.

(kleink)

2016-02-15 10:46:39 UTC MAIN commitmail json YAML

Set correct py-oauth2client minimum version, and fix PLIST for update to 1.4.2.

(wiz)

2016-02-15 10:45:52 UTC MAIN commitmail json YAML

Updated security/py-oauth2client to 1.5.2

(wiz)

2016-02-15 10:45:40 UTC MAIN commitmail json YAML

Update py-oauth2client to 1.5.2.

Needed by py-google-api-python-client-1.4.2.

## v1.5.2

* Add access token refresh error class that includes HTTP status (#310)
* Python3 compatibility fixes for Django (#316, #318)
* Fix incremental auth in flask_util (#322)
* Fall back to credential refresh on EDEADLK in multistore_file (#336)

## v1.5.1

* Fix bad indent in `tools.run_flow()` (#301, bug was
  introduced when switching from 2 space indents to 4)

## v1.5.0

* Fix (more like clarify) `bytes` / `str` handling in crypto
  methods. (#203, #250, #272)
* Replacing `webapp` with `webapp2` in `oauth2client.appengine` (#217)
* Added optional `state` parameter to
  `step1_get_authorize_url`. (#219 and #222)
* Added `flask_util` module that provides a Flask extension to aid
  with using OAuth2 web server flow. This provides the same functionality
  as the `appengine.webapp2` OAuth2Decorator, but will work with any Flask
  application regardless of hosting environment. (#226, #273)
* Track scopes used on credentials objects (#230)
* Moving docs to [readthedocs.org][1] (#237, #238, #244)
* Removing `old_run` module. Was deprecated July 2, 2013. (#285)
* Avoid proxies when querying for GCE metadata (to check if
  running on GCE) (#114, #293)

[1]: https://readthedocs.org/

## v1.4.12

* Fix OS X flaky test failure (#189).
* Fix broken OpenSSL import (#191).
* Remove `@util.positional` from wrapped request in `Credentials.authorize()`
  (#196, #197).
* Changing pinned dependencies to `>=` (#200, #204).
* Support client authentication using `Authorization` header (#206).
* Clarify environment check in case where GAE imports succeed but GAE services
  aren't available (#208).

## v1.4.11

* Better environment detection with Managed VMs.
* Better OpenSSL detection in exotic environments.

## v1.4.10

* Update the `OpenSSL` check to be less strict about finding `crypto.py` in
  the `OpenSSL` directory.
* `tox` updates for new environment handling in `tox`.

## v1.4.9

* Ensure that the ADC fails if we try to *write* the well-known file to a
  directory that doesn't exist, but not if we try to *read* from one.

## v1.4.8

* Better handling of `body` during token refresh when `body` is a stream.
* Better handling of expired tokens in storage.
* Cleanup around `openSSL` import.
* Allow custom directory for the `well_known_file`.
* Integration tests for python2 and python3. (!!!)
* Stricter file permissions when saving the `well_known_file`.
* Test cleanup around config file locations.

## v1.4.7

* Add support for Google Developer Shell credentials.
* Better handling of filesystem errors in credential refresh.
* python3 fixes
* Add `NO_GCE_CHECK` for skipping GCE detection.
* Better error messages on `InvalidClientSecretsError`.
* Comment cleanup on `run_flow`.

## v1.4.6

* Add utility function to convert PKCS12 key to PEM. (#115)
* Change GCE detection logic. (#93)
* Add a tox env for doc generation.

## v1.4.5

* Set a shorter timeout for an Application Default Credentials issue on some
  networks. (#93, #101)
* Test cleanup, switch from mox to mock. (#103)
* Switch docs to sphinx from epydoc.

## v1.4.4

* Fix a bug in bytes/string encoding of headers.

## v1.4.3

* Big thanks to @dhermes for spotting and fixing a mess in our test setup.

* Fix a serious issue with tests not being run. (#86, #87, #89)
* Start credentials cleanup for single 2LO/3LO call. (#83, #84)
* Clean up stack traces when re-raising in some places. (#79)
* Clean up doc building. (#81, #82)
* Fixed minimum version for `six` dependency. (#75)

(wiz)

2016-02-15 09:38:10 UTC MAIN commitmail json YAML

2016-02-15 09:06:59 UTC MAIN commitmail json YAML

Explicitly pass --disable-java to avoid PLIST failures when it is found on
the host system.

(jperkin)

2016-02-15 07:36:14 UTC MAIN commitmail json YAML

Remove empty patch-configure.

>From David Shao in PR 50807.

(wiz)

2016-02-15 06:31:47 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20160213

(adam)

2016-02-15 06:30:51 UTC MAIN commitmail json YAML

Changes 2016.02.13:
* Improve dailymotion embed detection
* strip http urls in smil manifest
* Improve base url construction
* Pass mpd base url to _parse_mpd_formats
* Allow bestvideo+bestaudio for any extractor
* Add direct mpd url test
* Improve multifeed videos extraction

(adam)

2016-02-15 03:05:55 UTC MAIN commitmail json YAML

Updated print/zathura to 0.3.5

(leot)

2016-02-15 03:05:41 UTC MAIN commitmail json YAML

Update print/zathura to 0.3.5.

Changes:
o Build even without SyncTex
o Children should not fork
o Several fixes and improvements

(leot)

2016-02-15 03:04:57 UTC MAIN commitmail json YAML

Updated print/zathura-pdf-mupdf to 0.3.0

(leot)

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