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 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 12:52:48 UTC Now

2014-07-15 21:29:39 UTC MAIN commitmail json YAML

Add helper script for simplified pbulk setup.

The script serves several purposes. Chief of them:
1. Fast track for those who just want to build their 1000 packages
and do not want to bother with optimizations.
2. Fast track for those who want to understand how pbulk is supposed
to be set up.

Because it serves as a documentation (providing working setup at the same time),
a lot of features are intentionally left out.

(asau)

2014-07-15 21:06:41 UTC MAIN commitmail json YAML

2014-07-15 21:02:14 UTC MAIN commitmail json YAML

Updated devel/hs-mtl to 2.2.1

(szptvlfn)

2014-07-15 21:01:04 UTC MAIN commitmail json YAML

Update to 2.2.1

CHANGELOG:
2.2.1
-------
* Provide MINIMAL pragmas for `MonadState`, `MonadWriter`, `MonadReader`
* Added a cyclic definition of `ask` in terms of `reader` for consistency with `get`/`put` vs. `state` and `tell` vs. `writer`
* Fix deprecation warnings caused by `transformers` 0.4 deprecating `ErrorT`.
* Added `Control.Monad.Except` in the style of the other `mtl` re-export modules

(szptvlfn)

2014-07-15 20:57:24 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Meta to 2.141520

(schmonz)

2014-07-15 20:57:17 UTC MAIN commitmail json YAML

Update to 2.141520. From the changelog:

- Clarified use of 'file' for the 'provides' field in the Spec
- Added ability for CPAN::Meta::Converter to convert metadata fragments
  (incomplete portions of a metadata structure)
- Optimized internal use of JSON for datastructure cloning
- Removed dependency on List::Util 1.33
- Clarified language around 'dynamic_config' in the Spec
- A change to the default meta-spec URL in 2.140630 from search.cpan.org
  to metacpan.org broke Module::Build and ExtUtils::MakeMaker.  This
  reverts that change.  Also added the missing change note to the prior
  version.
- Default meta-spec URL points to metacpan.org instead of search.cpan.org
- Added a 'load_string' method that guesses whether the string
  is YAML or JSON

(schmonz)

2014-07-15 20:53:44 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Meta-Requirements to 2.125

(schmonz)

2014-07-15 20:53:29 UTC MAIN commitmail json YAML

Update to 2.125. From the changelog:

- updated Makefile.PL logic to support PERL_NO_HIGHLANDER
- Better fix than 2.123.  On old perls, rather than install into
  'core', we continue to install into the proper 'site' library,
  but force UNINST=1 when necessary to remove stale copies
  from ExtUtils::MakeMaker
- On Perls prior to v5.12, CPAN::Meta::Requirements will be installed
  into the 'core' library path to avoid an older version bundled with
  ExtUtils::MakeMaker and installed there taking precedence.

(schmonz)

2014-07-15 20:52:19 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-ParseXS to 3.24

(schmonz)

2014-07-15 20:52:03 UTC MAIN commitmail json YAML

Update to 3.24. From the changelog:

- Native Android build fixes
- More lenient syntax for embedded TYPEMAP blocks in XS:
  a trailing semicolon will not be required for the block
  terminator.
- Code cleanup.

(schmonz)

2014-07-15 20:50:29 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-Command to 1.18

(schmonz)

2014-07-15 20:50:23 UTC MAIN commitmail json YAML

Update to 1.18. From the changelog:

- Remove obsolete VOS special cases from eu_command.t.

(schmonz)

2014-07-15 20:49:12 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-CBuilder to 0.28.02.16

(schmonz)

2014-07-15 20:49:00 UTC MAIN commitmail json YAML

Update to 0.280216. From the changelog:

- Added: Android support [Brian Fraser and Piotr Roszatycki]
- Fixed: Teach ExtUtils::CBuilder to handle mod2fname properly [Brian Fraser]

(schmonz)

2014-07-15 20:46:44 UTC MAIN commitmail json YAML

Updated devel/p5-IPC-SysV to 2.04

(schmonz)

2014-07-15 20:46:33 UTC MAIN commitmail json YAML

Update to 2.04. From the changelog:

* CPAN #72458: Add 'all' export
  (thanks to Milan Kocian for providing a patch)
* CPAN #79821: Install to 'site' for perl 5.11+
  (thanks to Robert Sedlacek for providing a patch)
* CPAN #86736: Fix spelling of IPC_CREAT
* CPAN #78882: Document SIZE parameter of IPC::SharedMem->new()
* CPAN #78927: Fix spelling of 'nattch'

(schmonz)

2014-07-15 20:45:00 UTC MAIN commitmail json YAML

Updated misc/p5-Locale-Codes to 3.31

(schmonz)

2014-07-15 20:44:54 UTC MAIN commitmail json YAML

Update to 3.31. From the changelog:

Fixed a bug in the scripts used to extract data from spreadsheets
that prevented the SHP currency code from being found.  RT 94229

Fixed a problem that was preventing rename_* functions to not work.
RT 92680.

Fixed the pod test files so that pod tests won't get run at install
time.  In response to RT 91167.

The alias_code function exists for backward compatibility.  It has been
deprecated since version 3.20 when it was replaced by rename_country_code.
The alias_code function will be removed in the December 2014 release.

ISO 3166 is now browsable online (previously, only the alpha-2 codes were)
and it contains more accurate information than the previous sources, so
I've switched to using the full standard.  In response to RT 92303 which
reported some codes being 'retired' that should not have been.

(schmonz)

2014-07-15 20:42:12 UTC MAIN commitmail json YAML

Updated devel/p5-Storable to 2.51

(schmonz)

2014-07-15 20:42:03 UTC MAIN commitmail json YAML

Update to 2.51. From the changelog:

* [perl #121928] Fix memory leak for dclone inside freeze hook
  (Alex Solovey)
* Do not call DESTROY for empty objects
  (Vladimir Timofeev)
* Other bugfixes

(schmonz)

2014-07-15 20:41:00 UTC MAIN commitmail json YAML

Updated devel/p5-Package-Constants to 0.04

(schmonz)

2014-07-15 20:40:48 UTC MAIN commitmail json YAML

Update to 0.04. From the changelog:

* Update Makefile.PL to add repository et al
* Install into site if >= v5.12.0
* Add use deprecate due to core scheduled removal

(schmonz)

2014-07-15 20:39:47 UTC MAIN commitmail json YAML

Updated devel/p5-Parse-CPAN-Meta to 1.4414

(schmonz)

2014-07-15 20:39:42 UTC MAIN commitmail json YAML

Update to 1.4414. From the changelog:

- Added load_string, which uses heuristics to guess YAML/JSON content
- load_file will now attempt to detect YAML/JSON content if the suffix
  is not .json, .yml or .yaml
- UTF-8 decoding is done differently to avoid requiring
  a newer version of Encode (Graham Knop)
- Added prerequisite on Encode 2.11 (Paul Howarth)
- Invalid UTF-8 encoding in YAML files are now replaced with "PERLQQ"
  quoting from the Encode module and without warnings.
- Removed legacy test modifications for $ENV{PERL_CORE}
- Dropped support for Perl's before v5.8.1 to ensure proper
  UTF-8 and IO layer support
- Updated CPAN::Meta::YAML prereq to 0.011 due to deprecation
  of 'errstr' and consistent use of exceptions

(schmonz)

2014-07-15 20:38:10 UTC MAIN commitmail json YAML

Updated devel/p5-Pod-Usage to 1.64

(schmonz)

2014-07-15 20:38:04 UTC MAIN commitmail json YAML

Update to 1.64. From the changelog:

1.64 (marekr)
- CPAN#93170: Abstract in pod doesn't follow convention
    fixed the NAME section
- CPAN#86932: documentation does not work with use strict
    rewritten parts of the DESCRIPTION section
- CPAN#86776: "pod2usage -verbose 2 FILE" is broken when perldoc is missing
    verified that pod2usage acts decently if perldoc is missing
    note: a Perl installation without perldoc is like a haunted house
    without ghosts

1.63 (marekr)
- CPAN#85477: Module version not updated in last release
  ...fixed
- CPAN#85478: typo fixes
  ...corrected

1.62 (marekr)
Patches provided by rjbs - many thanks!
- These commits update Pod::Usage to only use Pod::Simple, so that any
  reliance on Pod::Parser is removed, making it easier to remove Pod::Parser
  from core.
- [PATCH 1/4] update Makefile: strict, INSTALLDIR, 5.6
- [PATCH 2/4] we will start to require perl 5.6 from here on out
- [PATCH 3/4] always use Pod::Text as default base class
- [PATCH 4/4] eliminate the branch in which Pod::Parser would be used
  This commit is intended entirely to free Pod::Usage from any reliance on
  Pod::Parser.
  * Usage.pm now defaults to using Pod::Text, rather than checking $] to pick.
  * $Pod::Select::MAX_HEADING_LEVEL is replaced with a local var
  * &Pod::Select::_compile_section_spec is copied into this module
    This isn't the most elegant fix, but it's a bit of a ball of mud. The code
    is written to let you alter @ISA at runtime to something that is derived
    either from Pod::Parser or Pod::Simple. This should probably be more
    explicitly limited to Pod::Simple in future releases.

(schmonz)

2014-07-15 20:36:53 UTC MAIN commitmail json YAML

Updated textproc/p5-Encode to 2.62

(schmonz)

2014-07-15 20:36:42 UTC MAIN commitmail json YAML

Update to 2.62. From the changelog:

2.62 2014/05/31 12:12:39
! Encode.pm
  s/2013/2014/ on COPYRIGHT section
! Byte/Makefile.PL
  CN/Makefile.PL
  EBCDIC/Makefile.PL
  Encode/Makefile_PL.e2x
  Encode.xs
  JP/Makefile.PL
  KR/Makefile.PL
  Symbol/Makefile.PL
  TW/Makefile.PL
  bin/enc2xs
  Merged from perl.git: "Fix Encode 2.60 with g++"
  http://perl5.git.perl.org/perl.git/commit/89c2544cd3

2.61 2014/05/31 09:48:48
! bin/piconv
  Applied: piconv nit
  + Better error handling when the encoding name is nonexistent
  Message-Id: <537139A0.1000503@iki.fi>
! Encode.xs
  Applied: RT #95466:
  fallback definition of SvIsCOW() is wrong
  (and hence breaks on 5.8.2 and earlier)
  https://rt.cpan.org/Ticket/Display.html?id=95466

2.60 2014/04/29 16:25:06
! Byte/Makefile.PL
  CN/Makefile.PL
  EBCDIC/Makefile.PL
  Encode/Makefile_PL.e2x
  Encode/encode.h
  JP/Makefile.PL
  KR/Makefile.PL
  Symbol/Makefile.PL
  TW/Makefile.PL
  bin/enc2xs
  encengine.c
  Applied: more Fix Windows build (of Encode) with VC++ 6.0
  http://perl5.git.perl.org/perl.git/commit/9e9002efd1609c7d154f98af43a026320df7582c
! Unicode/Unicode.xs
  Addressed: sign extension issue found by Coverity #21
  https://github.com/dankogai/p5-encode/issues/21
! Encode/encode.h Encode.xs Unicode/Unicode.xs
  removed #define U8 U8
  https://rt.perl.org/Ticket/Display.html?id=121554
  http://perl5.git.perl.org/perl.git/commit/2f2b4ff2c154a8e461857f2e82cb815c238d0d94

2.59 2014/04/06 17:23:55
! Byte/Makefile.PL
  CN/Makefile.PL
  EBCDIC/Makefile.PL
  Encode.pm
  Encode.xs
  Encode/Makefile_PL.e2x
  JP/Makefile.PL
  KR/Makefile.PL
  Symbol/Makefile.PL
  TW/Makefile.PL
  bin/enc2xs
  Restored the signature of Encode_XSEncoding() to address RT#94478
  * While https://github.com/dankogai/p5-encode/pull/20
    pulls the symnames via argument thus breaks the compatibility
    with Encode::XX modules with *.ucm, the restored version
    pulls the symanmes via enc->name[0] so the added 2nd argument
    is no longer needed.
  https://rt.cpan.org/Public/Bug/Display.html?id=94478

2.58 2014/03/28 02:37:42
! bin/piconv
  Addressed: piconv bug of decoding UTF-16 (with fix)
  https://github.com/dankogai/p5-encode/issues/19
! Byte/Makefile.PL
  CN/Makefile.PL
  EBCDIC/Makefile.PL
  Encode.pm
  Encode.xs
  Encode/Makefile_PL.e2x
  JP/Makefile.PL
  KR/Makefile.PL
  Symbol/Makefile.PL
  TW/Makefile.PL
  bin/enc2xs
  Pulled: Remap symname [RT #94221]
  https://github.com/dankogai/p5-encode/pull/20
  https://rt.cpan.org/Public/Bug/Display.html?id=94221
! Encode.pm
  Pulled: [doc] clarify that CHECK coderefs return octets #18
  https://github.com/dankogai/p5-encode/pull/18

(schmonz)

2014-07-15 20:33:45 UTC MAIN commitmail json YAML

Updated misc/p5-Locale-Maketext to 1.25

(schmonz)

2014-07-15 20:33:29 UTC MAIN commitmail json YAML

Update to 1.25. From the changelog:

* Fix for case when lexicon translations contain substitionand
  literals with eval-non-safe characters. RT #120457
* Swap out base for parent (bowtie) For: RT #119403
* typo fixes for Locale::Maketext
* POD fixes uncovered by the new Pod::Checker, not yet in core.

(schmonz)

2014-07-15 20:31:13 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Parser to 1.62

(schmonz)

2014-07-15 20:31:02 UTC MAIN commitmail json YAML

Update to 1.62:

+ CPAN#87891: More sanity checks in podselect()
  documentation patches by florent.angly@gmail.com, and a bit of stricter
  checking what clients pass to podselect()

(schmonz)

2014-07-15 20:29:22 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Escapes to 1.06

(schmonz)

2014-07-15 20:29:10 UTC MAIN commitmail json YAML

Update to 1.06. From the changelog:

* e2charnum() was using \d but should use [0-9].
  RT#70246 report and fix from MARCGREEN
* Added a bunch of pod-related links to SEE ALSO
* Added PREREQ_PM, MIN_PERL_VERSION, LICENSE and repo to Makefile.PL
* Made strict- and warnings-clean.
* Fixed syntax error in abstract: RT#49985 from JDHEDDEN
* Fixed typo reported in RT#85374 by dsteinbrunner
* Renamed this file to Changes and reformatted as per CPAN::Changes::Spec
* Deleted META.yml so MakeMaker will generate MYMETA.{yml,json}
* Noted in pod that now being maintained by NEILB
* Added link to github repo in pod

(schmonz)

2014-07-15 20:27:10 UTC MAIN commitmail json YAML

Updated time/p5-Time-Piece to 1.27

(schmonz)

2014-07-15 20:27:05 UTC MAIN commitmail json YAML

Update to 1.27. From the changelog:

- portability fixes for XS changes in 1.25_01
- no changes since previous (trial) release
- fix compiling for WinCE, execution is untested
- add a .gitignore (from Win32::API)
- fix a compiler warning about unused var, and add inlining
- add PERL_NO_GET_CONTEXT to XS to bring the binary into 21st century
- refactor XS code to remove large sections of duplicate machine code
- fix _crt_localtime to return year only once, previously
  _crt_localtime returned year (item #6) twice in the list

(schmonz)

2014-07-15 17:44:50 UTC MAIN commitmail json YAML

+ caff-1.1.8, gbrainy-2.23, gnome-chess-3.12.3, harfbuzz-0.9.30,
  libchamplain08-0.12.8, libisoburn-1.3.8, libisofs-1.3.8,
  metacity-3.12.0, plasma-5.0, py-cryptography-0.5.2, py-setuptools-5.4.1,
  webkit-gtk-2.4.4, x264-devel-20140712.

(wiz)

2014-07-15 17:30:26 UTC MAIN commitmail json YAML

2014-07-15 17:28:49 UTC MAIN commitmail json YAML

There was no py-imaging-2.12.0 or higher, so just depend on py-Pillow.

(wiz)

2014-07-15 17:12:17 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2 to 2.2.5

(adam)

2014-07-15 17:11:44 UTC MAIN commitmail json YAML

Changes 2.2.5:
* ffmpeg: Use av_stream_get_parser() to avoid ABI issues
* avformat: add av_stream_get_parser() to access avformat AVParser
* avformat/utils: do not wait for packets from discarded streams for genpts
* avfilter/f_ebur128: Use av_malloc_array()
* avcodec/hevc: Use av_malloc(z)_array()
* cmdutils_opencl: Use av_malloc_array()
* avfilter/x86/vf_pullup: fix old typo
* avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functions

(adam)

2014-07-15 16:52:34 UTC MAIN commitmail json YAML

Set PKG_HOME, which is used but not set.
XXX: please check if this is what was intended here.

(wiz)

2014-07-15 16:49:55 UTC MAIN commitmail json YAML

Updated multimedia/x265 to 1.2

(adam)

2014-07-15 16:48:56 UTC MAIN commitmail json YAML

Changes 1.2:
* TEncCU: bug fix
* Remove the xCheckBestMode call, add in a ccontext save.

(adam)

2014-07-15 14:58:08 UTC MAIN commitmail json YAML

2014-07-15 14:55:14 UTC MAIN commitmail json YAML

Updated converters/help2man to 1.45.1nb2

(ryoon)

2014-07-15 14:54:52 UTC MAIN commitmail json YAML

2014-07-15 14:48:35 UTC MAIN commitmail json YAML

2014-07-15 14:28:43 UTC MAIN commitmail json YAML

Updated textproc/grep to 2.19nb2

(ryoon)

2014-07-15 14:28:26 UTC MAIN commitmail json YAML

Fix invalid PKG_USERS usage. Clean up unneeded bits. Bump PKGREVISION.

(fhajny)

2014-07-15 14:28:07 UTC MAIN commitmail json YAML

Fix broken binary under SCO OpenServer 5.0.7/3.2.

(ryoon)

2014-07-15 14:04:16 UTC MAIN commitmail json YAML

Add net/p5-Net-Domain-TLD

(fhajny)

2014-07-15 14:03:33 UTC MAIN commitmail json YAML

Added net/p5-Net-Domain-TLD version 1.72

(fhajny)

2014-07-15 14:03:13 UTC MAIN commitmail json YAML

Import p5-Net-Domain-TLD 1.72.

The purpose of this module is to provide user with current list
of available top level domain names including new ICANN additions
and ccTLDs.

(fhajny)

2014-07-15 12:55:03 UTC MAIN commitmail json YAML

Fix PLIST for when the perl option is specified.

(fhajny)

2014-07-15 12:13:10 UTC MAIN commitmail json YAML

2014-07-15 12:12:32 UTC MAIN commitmail json YAML

Added graphics/py-mcomix version 1.00

(obache)

2014-07-15 12:12:17 UTC MAIN commitmail json YAML

Import py-mcomix-1.00 as graphics/py-mcomix.
Based on PR pkg/48992 by NONAKA Kimihiro.

MComix is a user-friendly, customizable image viewer. It is
specifically designed to handle comic books, but also serves as a
generic viewer. It reads images in ZIP, RAR, 7Zip or tar archives as
well as plain image files.

(obache)

2014-07-15 10:01:09 UTC MAIN commitmail json YAML

Needs groff and a real nroff(1).

(jperkin)

2014-07-15 06:54:54 UTC pkgsrc-2014Q2 commitmail json YAML

2014-07-15 06:53:41 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4451 - requested by tron
databases/phpmyadmin: security update

Revisions pulled up:
- databases/phpmyadmin/Makefile                                1.130
- databases/phpmyadmin/distinfo                                1.87

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Sun Jul 13 07:39:04 UTC 2014

  Modified Files:
  pkgsrc/databases/phpmyadmin: Makefile distinfo

  Log Message:
  Update "phpmyadmin" package to version 4.2.5. The following bugs have
  been fixed since version 4.2.3:
  - bug #4467 shell_exec() has been disabled for security reasons
  - bug #4470 Error while submitting empty query
  - bug #4463 Fatal error: Class 'PMA_DatabaseInterface' not found
  - bug #4469 Fixed cookie based login for installations without mcrypt
  - bug #4473 incorrect result count when having clause is used
  -          mcrypt: remove the requirement (64-bit) and the related warning
  - bug #4449 Mediawiki export does not produce table header row; also fix
              related PHP warnings
  - bug #4442 New lines are added to query every time
  - bug #4445 Fatal error on SQL Export of join query
  - bug #4448 Dump binary columns in hexadecimal notation not working
  - Regenerate cookie encryption IV for every session
  - bug #4405 Cannot import (open_basedir): fix another case
  - bug #4457 SQL tab - Insert queries not showing affected row count
  - bug      Missing warning about existing account, on multi-server config
  - bug #4435 WHERE clause can be undefined
  - bug      SQL export views as tables option getting ignored
  - bug #4464 [security] XSS injection due to unescaped db/table name in
              navigation hiding
  - bug #4465 [security] XSS injection due to unescaped db/table name in
              recent/favorite tables

  To generate a diff of this commit:
  cvs rdiff -u -r1.129 -r1.130 pkgsrc/databases/phpmyadmin/Makefile
  cvs rdiff -u -r1.86 -r1.87 pkgsrc/databases/phpmyadmin/distinfo

(spz)

2014-07-15 03:49:25 UTC MAIN commitmail json YAML

Note update of time/ruby-tzinfo package to 0.3.40.

(taca)

2014-07-15 03:48:48 UTC MAIN commitmail json YAML

Update ruby-tzinfo to 0.3.40.

== Version 0.3.40 (tzdata v2014e) - 10-Jul-2014

* Updated to tzdata version 2014e
  (http://mm.icann.org/pipermail/tz-announce/2014-June/000022.html).

(taca)

2014-07-14 19:20:46 UTC MAIN commitmail json YAML

Switch to groff rather than nroff for tools, mandoc as an nroff substitute
doesn't support -ms.

(jperkin)

2014-07-14 17:09:36 UTC MAIN commitmail json YAML

lbdb installs scripts dynamically based on the host system, handle the
cases where tac(1) isn't available nor finger(1) on SunOS.

(jperkin)

2014-07-14 16:47:46 UTC MAIN commitmail json YAML

Don't use non-portable '.' syntax for chown.

(jperkin)

2014-07-14 16:32:15 UTC MAIN commitmail json YAML

2014-07-14 15:32:01 UTC MAIN commitmail json YAML

Updated net/haproxy to 1.5.2

(fhajny)

2014-07-14 15:30:10 UTC MAIN commitmail json YAML

Update haproxy to 1.5.2. Introduce support for OpenSSL, PCRE and Zlib.

1.5.2
-----
Two extra important issues were discovered since 1.5.1 which were fixed
in 1.5.2. The first one can cause some sample fetch combinations to fail
together in a same expression, and one artificial case (but totally
useless) may even crash the process. The second one is an incomplete
fix in 1.5-dev23 for the request body forwarding. Hash-based balancing
algorithms and http-send-name-header may fail if a request contains
a body which starts to be forwarded before the contents are used.
A few other bugs were fixed, and the max syslog line length is now
configurable per logger.

1.5.1
-----
Version 1.5.1 fixes a few bugs from 1.5.0 among which a really annoying
one which can cause some file descriptor leak when dealing with clients
which disappear from the net, resulting in the impossibility to accept
new connections after some time.

1.5.0
-----
1.5 expands 1.4 with many new features and performance improvements,
including native SSL support on both sides with SNI/NPN/ALPN and OCSP
stapling, IPv6 and UNIX sockets are supported everywhere, full HTTP
keep-alive for better support of NTLM and improved efficiency in
static farms, HTTP/1.1 compression (deflate, gzip) to save bandwidth,
PROXY protocol versions 1 and 2 on both sides, data sampling on
everything in request or response, including payload, ACLs can use
any matching method with any input sample maps and dynamic ACLs
updatable from the CLI stick-tables support counters to track
activity on any input sample custom format for logs, unique-id,
header rewriting, and redirects, improved health checks (SSL,
scripted TCP, check agent, ...), much more scalable configuration
supports hundreds of thousands of backends and certificates without
sweating.

Full changelog for the 1.5 branch:

http://www.haproxy.org/download/1.5/src/CHANGELOG

(fhajny)

2014-07-14 14:41:04 UTC MAIN commitmail json YAML

SunOS needs -D__EXTENSIONS__ for struct sockaddr_storage.

(jperkin)

2014-07-14 14:10:45 UTC MAIN commitmail json YAML

Updated net/dhcpcd to 6.4.2

(roy)

2014-07-14 14:10:35 UTC MAIN commitmail json YAML

Update to dhcpcd-6.4.2 to fix a compile error.

(roy)

2014-07-14 13:54:24 UTC MAIN commitmail json YAML

2014-07-14 11:59:02 UTC MAIN commitmail json YAML

2014-07-14 11:56:25 UTC MAIN commitmail json YAML

Updated net/dhcpcd to 6.4.1

(roy)

2014-07-14 11:56:12 UTC MAIN commitmail json YAML

Update to dhcpcd-6.4.1 with the following changes:

  *  If just given a domain and no search list, make the search list the domain
  *  Skip arpping directives if we have a profile but not parsing one
  *  Allow the request of a DHCPv6 address or prefix, a prefix length must be
    specified
  *  Add the ability to dump DHCPv6 leases
  *  Improve startup with regards to carrier checking and adding a link-local
    IPv6 address
  *  Start the correct interface reference for added devices
  *  Support
    http://datatracker.ietf.org/doc/draft-ietf-dhc-dhcpv6-stateful-issues-06
    via the ia_pd_mix option
  *  Fix link handling where kernel reported flags in LINK_UP may not be
    valid when we actually process them
  *  Fix defining new options in dhcpcd.conf and requesting them
  *  Fix a potential segfault when reloading configurations
  *  Print user defined options via -V
  *  Add support for RFC6603, Prefix Exclude option
  *  When requesting a IA_PD and another IA type, create a psuedo interface
    to handle the IA_PD
  *  Handle truncated DHCPv6 saved leases

(roy)

2014-07-14 10:51:33 UTC MAIN commitmail json YAML

2014-07-14 10:41:13 UTC MAIN commitmail json YAML

SunOS needs -D__EXTENSIONS__ for posix_fallocate().

(jperkin)

2014-07-14 09:57:54 UTC MAIN commitmail json YAML

Avoid "error: call of overloaded <func> is ambiguous" failure.

(jperkin)

2014-07-14 09:35:47 UTC MAIN commitmail json YAML

2014-07-14 09:15:09 UTC MAIN commitmail json YAML

2014-07-14 08:12:04 UTC MAIN commitmail json YAML

2014-07-13 21:17:18 UTC MAIN commitmail json YAML

Updated math/hs-nats to 0.2

(szptvlfn)

2014-07-13 21:16:40 UTC MAIN commitmail json YAML

Update to 0.2

CHANGELOG:
0.2
---
* Added `Hashable` and `Data` support.
* Will build as full-fledged `Safe` Haskell if you configure with -f-hashable, merely `Trustworthy` otherwise.
* Allow for manual removal of the `hashable` dependency to support advanced sandbox users who explicitly want to avoid compiling certain dependencies
  they know they aren't using.

  We will fix bugs caused by any combination of these package flags, but the API of the package should be considered the default build
  configuration with all of the package dependency flags enabled.

(szptvlfn)

2014-07-13 20:46:23 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_summary-utils to 0.65.0

(cheusov)

2014-07-13 20:45:14 UTC MAIN commitmail json YAML

Updated parallel/paexec to 1.0.0

(cheusov)

2014-07-13 20:43:55 UTC MAIN commitmail json YAML

Updated lang/runawk to 1.5.1

(cheusov)

2014-07-13 20:42:47 UTC MAIN commitmail json YAML

Updated devel/mk-configure to 0.27.0

(cheusov)

2014-07-13 16:48:42 UTC MAIN commitmail json YAML

2014-07-13 16:46:45 UTC MAIN commitmail json YAML

2014-07-13 16:45:56 UTC MAIN commitmail json YAML

Update

Version 0.65.0

  mk-configure>=0.26.0 is required for build.

  pkg_grep_summary
    - fix for "-t strfile" (hcreate(3) hash is not autoresizable)
    - if option -r was applied, the exit status is 1 for "not match"
      and 2 for unexpected failure.

  Code clean-ups and improvements.

Version 0.64.0

  pkg_subgraph_deps:
    - significant performance improvements

  pkg_cmp_summary:
    - option -f was added, options -p and -P are considered deprecated

  Code clean-ups in the default pkg_digger.conf

(cheusov)

2014-07-13 16:27:03 UTC MAIN commitmail json YAML

2014-07-13 16:25:29 UTC MAIN commitmail json YAML

Update to version 1.0.0

  mk-configure>=0.27.0 is required for build.

  Option -X was introduced to paexec(1) for ignoring
  calculator's stdout.

  PAEXEC_ENV environment variable sets a list of variables passed to
  the calculator.

  PAEXEC_TRANSPORT environment variable sets the transport unless
  option -t was applied.

  PAEXEC_NODES environment variable sets the nodes unless
  option -n was applied.

  pareorder(1) is a synonym for paexec_reorder(1)

(cheusov)

2014-07-13 15:52:36 UTC MAIN commitmail json YAML

Update to version 0.27.0

  Fix pkg-config support (github issue #8).
  Thanks to Andrew Shadura for the report.

  Fix support for mixed C/C++ projects.

  Fixes for Interix and Cygwin where users and groups may have spaces.
  Thanks to Michael Crogan for the report.

  Fix in mkc_imp.f_SLIST.mk (we have to restore original MKC_NOAUTO)

  mkc.lib.mk:
    - MKPIE=yes also turns on PIC

  pre_*, do_* and post_* targets were introduced. ALLTARGETS was
  introduced which lists all targets with pre_/do_/post_
  counterparts.

  examples/hello_superfs:
    - new interesting feature proposed by Michael Crogan

  As makedepend(1) is broken on Linux, {b}mkdep(1) is used for
  generating .depend by default.

  mkc_install:
    - new option -l for symlinking
    - fixes for files and directories with spaces

(cheusov)

2014-07-13 15:25:34 UTC MAIN commitmail json YAML

Note update of lang/php54 package to 5.4.30nb1.

(taca)

2014-07-13 15:25:03 UTC MAIN commitmail json YAML

2014-07-13 15:24:19 UTC MAIN commitmail json YAML

Note update of lang/php55 package to 5.5.14nb1.

(taca)

2014-07-13 15:23:42 UTC MAIN commitmail json YAML

2014-07-13 15:23:41 UTC MAIN commitmail json YAML

Fix for projects that require MKC_FEATURES

(cheusov)

2014-07-13 14:49:14 UTC MAIN commitmail json YAML

2014-07-13 13:41:08 UTC MAIN commitmail json YAML

Updated math/R-sp to 1.0.15

(wen)

2014-07-13 13:40:10 UTC MAIN commitmail json YAML

Update to 1.0.15
Update LICENSE

(wen)

2014-07-13 13:34:13 UTC MAIN commitmail json YAML

Updated math/R-splancs to 2.01.34

(wen)

2014-07-13 13:32:51 UTC MAIN commitmail json YAML

2014-07-13 13:00:33 UTC MAIN commitmail json YAML

libpciacess on NetBSD-5 is missing linkage with libz whereas using it.

(obache)

2014-07-13 12:48:50 UTC MAIN commitmail json YAML

Updated math/R-statmod to 1.4.20

(wen)

2014-07-13 12:47:38 UTC MAIN commitmail json YAML

Update to 1.4.20
Update LICENSE

Upstream changes:
30 May 2014: statmod 1.4.20

- Considerable work on the inverse Gaussian functions dinvgauss(),
  pinvgauss(), qinvgauss() and rinvgauss().  The parameter arguments
  are changed to mean, shape and dispersion instead of mu and lambda.
  The functions now include arguments lower.tail and log.p, meaning
  that right-tailed probabilities can be used and probabilities can
  be specified on the log-scale.  Good numerical precision is
  maintained in these case.  The functions now respect attributes,
  so that a matrix argument for example will produce a matrix result.
  Checking is now done for missing values and invalid parameter
  values on an element-wise basis.  A technical report has been
  written to describe the methodology behind qinvgauss().

- This file has been renamed to NEWS instead of changelog.txt.

- The introductory help page previously called 1.Introduction is now
  named statmod-package.

13 April 2014: statmod 1.4.19

- qinvgauss() now uses a globally convergent Newton iteration, which
  produces accurate values for a greater range of parameter values.

- glmnb.fit() now supports weights.

(wen)

2014-07-13 12:42:59 UTC MAIN commitmail json YAML

Updated math/p5-Statistics-Descriptive to 3.0607

(wen)

2014-07-13 12:41:28 UTC MAIN commitmail json YAML

Update to 3.0607
Add missing DEPENDS

Upstream changes:
3.0607      2014-02-01
    - Fix the List::MoreUtils prereqs.
    - http://www.cpantesters.org/cpan/report/365b752c-8adf-11e3-bd14-e3bee4621ba3
    - Thanks to Chris Williams (BINGOS) for the CPAN Testers Report.

3.0606      2014-01-31
    - Implement the median_absolute_deviation method.
    - https://bitbucket.org/shlomif/perl-statistics-descriptive/pull-request/5/median-absolute-deviation-method/diff
    - Thanks to Kang-min Liu.
    - Minimal version of perl set to 5.6.0 (CPANTS).
    - Add standalone LICENSE file (CPANTS).

3.0605      2013-05-21
    - Add t/style-trailing-space.t .
    - Add t/cpan-changes.t .
    - Convert Changes to it.

(wen)

2014-07-13 12:07:09 UTC MAIN commitmail json YAML

Updated math/R-zoo to 1.7.11

(wen)

2014-07-13 12:06:08 UTC MAIN commitmail json YAML

Update to 1.7.11
Update LICENSE

Upstream changes:
Changes in Version 1.7-11

  o Extended the license from "GPL-2" to "GPL-2 | GPL-3".

  o Avoid duplications in Suggests/Imports/Depends in the package's
    DESCRIPTION. Use only :: instead of ::: to access certain functions
    from other namespaces.

  o Added as.list() methods for yearmon/yearqtr.

  o Added workaround in Ops.zoo if first argument is not a zoo series
    (prompted by Josh Ulrich).

  o The transform() method for zoo series now does what method for
    data.frame does (instead of just calling it) in order to get
    non-standard evaluation.

(wen)

2014-07-13 11:52:02 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-OneArgNew to 0.004

(wen)

2014-07-13 11:51:06 UTC MAIN commitmail json YAML

Update to 0.004

Upstream changes:
0.004    2013-10-05 09:05:39 America/New_York
          update repo and bugtracker metadata

0.003    2013-04-16 16:36:26 America/New_York
        - add a "coerce" parameter to the role; now ->new can accept one arg
          that can be coerced to the expected type; suggested by Mark Jason
          Dominus

(wen)

2014-07-13 11:41:50 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Object-Pluggable to 0.0013

(wen)

2014-07-13 11:39:43 UTC MAIN commitmail json YAML

Update to 0.0013
Update LICENSE

Upstream changes:
0.0013    2014-02-02 08:53:34Z
          - line numbers in shipped code are now almost the same (within 3) as
            the repository source, for easier debugging
          - add error diagnostic if the plugin is not a Moose role (RT#49507)
          - avoid continuing on after failing to load a plugin (RT#63013)
          - keep track of all plugins successfully loaded so far in case we
            fail in the middle (RT#88562)

0.0012    2013-11-11 03:59:19Z
          - removed use of deprecated Class::MOP::load_class
          - repository migrated from shadowcat to the github moose organization

(wen)

2014-07-13 11:16:49 UTC MAIN commitmail json YAML

Updated devel/ruby-test-unit-notify to 1.0.2

(obache)

2014-07-13 11:16:02 UTC MAIN commitmail json YAML

Update ruby-test-unit-notify to 1.0.2.

## 1.0.2 - 2014-07-13 {#version-1-0-2}

### Improvements

* Supported Windows. You need to install
  [Growl for Windows](http://www.growlforwindows.com/).
  [GitHub#3] [Patch by Arikui]

### Thanks

* Arikui

(obache)

2014-07-13 11:06:53 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-NonMoose to 0.26

(wen)

2014-07-13 11:06:03 UTC MAIN commitmail json YAML

Update to 0.26
Add missing DEPENDS

Upstream changes:
0.26  2014-02-25
      - fix dependency specification for Try::Tiny (Gareth Harper, #9)

0.25  2014-02-06
      - fix for Module::Runtime 0.014

(wen)

2014-07-13 10:27:01 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-MultiInitArg to 0.02

(wen)

2014-07-13 10:25:54 UTC MAIN commitmail json YAML

Update to 0.02

Upstream changes:
0.02  2013-06-08 21:28:08 CDT
        - qw in list context is now an error

(wen)

2014-07-13 10:18:00 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-MethodAttributes to 0.29

(wen)

2014-07-13 10:16:20 UTC MAIN commitmail json YAML

Update to 0.29

Upstream changes:
0.29      2013-11-15 02:31:46Z
* change docs to recommending using a role to grant Inheritable behaviour
  rather than a superclass, and changed tests to match
* converted all uses of namespace::clean to namespace::autoclean
* converted all uses of Test::Exception to Test::Fatal
* repository migrated to the github moose organization

0.28  2012-09-04 03:28:26Z
* RT#79385: Import Carp::croak into the right package (spotted by Bill
  Moseley)

0.27  2012-02-13 18:28:00Z
* Fix issue with new Moose and new Module::Runtime where Moose
  functions were not getting correctly exported to the users of
  this module.

0.26  2012-01-13 12:06:00Z
* Fix packages relying on ->meta->make_immutable to return true.
  This should work, but doesn't in some occasional circumstances.

(wen)

2014-07-13 10:11:46 UTC MAIN commitmail json YAML

2014-07-13 10:11:09 UTC MAIN commitmail json YAML

Added graphics/libsixel version 0.23.2

(obache)

2014-07-13 10:10:56 UTC MAIN commitmail json YAML

Import libsixel-0.23.2 as graphics/libsixel.

This package provides encoder/decoder implementation for DEC SIXEL graphics, and
some converter programs.

SIXEL is one of image formats for printer and terminal imaging introduced by
Digital Equipment Corp. (DEC).
Its data scheme is represented as a terminal-friendly escape sequence.
So if you want to view a SIXEL image file, all you have to do is "cat" it to
your terminal.

(obache)

2014-07-13 10:05:16 UTC MAIN commitmail json YAML

2014-07-13 10:01:29 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Getopt to 0.63

(wen)

2014-07-13 10:00:26 UTC MAIN commitmail json YAML

Update to 0.63

Upstream changes:
0.63      2014-03-25 16:37:58Z
- fix test prereq on Test::Warnings (thanks, omega!)

0.62      2014-03-07 05:44:01Z
- fix test that assumes option parsing is case-insensitive, which is no
  longer true with Getopt::Long::Descriptive 0.097

(wen)

2014-07-13 09:55:54 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Daemonize to 0.19

(wen)

2014-07-13 09:54:21 UTC MAIN commitmail json YAML

Update to 0.19
Add a missing DEPENDS
Add a patch for Makefile.PL, remove the line which assert the OS is not MSWin32.

Upstream changes:
0.19      2014-02-07 04:19:25Z
    - fix buggy test that does not try hard enough to look for a nonexistent
      pid (ether)
    - repository moved to github moose organization

(wen)

2014-07-13 09:21:11 UTC MAIN commitmail json YAML

Add x11/XaoS update.

(mbalmer)

2014-07-13 09:17:04 UTC MAIN commitmail json YAML

2014-07-13 08:06:31 UTC MAIN commitmail json YAML

Updated devel/p5-Sub-Exporter-ForMethods to 0.100051

(wen)

2014-07-13 08:04:23 UTC MAIN commitmail json YAML

Update to 0.100051

Upstream changes:
0.100051  2013-10-18 11:14:47 America/New_York
          update bugtracker and repo metadata

(wen)

2014-07-13 07:39:58 UTC MAIN commitmail json YAML

Note update of the "phpmyadmin" package to version 4.2.5.

(tron)

2014-07-13 07:39:04 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 4.2.5. The following bugs have
been fixed since version 4.2.3:
- bug #4467 shell_exec() has been disabled for security reasons
- bug #4470 Error while submitting empty query
- bug #4463 Fatal error: Class 'PMA_DatabaseInterface' not found
- bug #4469 Fixed cookie based login for installations without mcrypt
- bug #4473 incorrect result count when having clause is used
-          mcrypt: remove the requirement (64-bit) and the related warning
- bug #4449 Mediawiki export does not produce table header row; also fix
            related PHP warnings
- bug #4442 New lines are added to query every time
- bug #4445 Fatal error on SQL Export of join query
- bug #4448 Dump binary columns in hexadecimal notation not working
- Regenerate cookie encryption IV for every session
- bug #4405 Cannot import (open_basedir): fix another case
- bug #4457 SQL tab - Insert queries not showing affected row count
- bug      Missing warning about existing account, on multi-server config
- bug #4435 WHERE clause can be undefined
- bug      SQL export views as tables option getting ignored
- bug #4464 [security] XSS injection due to unescaped db/table name in
            navigation hiding
- bug #4465 [security] XSS injection due to unescaped db/table name in
            recent/favorite tables

(tron)

2014-07-13 07:13:59 UTC MAIN commitmail json YAML

Updated misc/byobu to 5.81

(ryoon)

2014-07-13 07:13:21 UTC MAIN commitmail json YAML

Update to 5.81 from 5.69

Changelog:
byobu (5.81) released; urgency=medium

  * usr/bin/byobu-enable.in, usr/share/man/man1/byobu-enable.1:
    - no need to launch byobu in byobu-enable (no idea why I did it
      that way originally)
  * debian/control, usr/bin/ctail, usr/share/man/man1/ctail.1:
    - move the ctail command over to byobu, from bikeshed
    - ctail will tail and colorize log files
  * debian/control, usr/bin/wifi-status, usr/share/man/man1/wifi-
    status.1:
    - move the wifi-status command to byobu, from bikeshed
    - fantastic demonstration of byobu split screens
  * debian/links, usr/bin/col1, usr/share/man/man1/col1.1:
    - move the col1..col9 utilities over from bikeshed
    - super handy, minimal way of awking out a particular column
  * usr/bin/Makefile.am, usr/share/man/man1/Makefile.am:
    - update automake files to install new utilities
  * usr/bin/ctail:
    - use command -v to test for ccze existence
  * debian/control, etc/profile.d/Z97-byobu.sh.in (properties changed:
    +x to -x):
    - update package description to better reflect modern Byobu
    - fix lintian complaint about profile script

-- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 28 Apr 2014 09:36:59 -0700

byobu (5.80-0ubuntu1) utopic; urgency=medium

  * usr/lib/byobu/include/mondrian:
    - simplify and cleanup the mondrian squares easter egg, and idempotent
  * usr/bin/byobu-reconnect-sockets.in:
    - let's make sure that we name our temp directory

-- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 28 Apr 2014 09:36:53 -0700

byobu (5.79-0ubuntu1) unstable; urgency=medium

  [ Dustin Kirkland ]
  * usr/bin/byobu-ctrl-a.in: LP: #1313209
    - fix syntax error, remove unnecessary bindkey line
    - also fixes LP: #814172
  * usr/share/byobu/profiles/tmuxrc:
    - tmux windows still aren't working right; disable for now

  [ Kosuke Asami ]
  * usr/lib/byobu/include/config.py.in: LP: #1303218

-- Dustin Kirkland <kirkland@ubuntu.com>  Sun, 27 Apr 2014 09:22:25 -0500

byobu (5.78-0ubuntu1) unstable; urgency=medium

  * usr/share/byobu/profiles/dircolors:
    - give executables just a little more pop
    - use a light grey underline for symlinks
    - add whitespace before inline comment
  * usr/share/byobu/profiles/bashrc:
    - Enable Ubuntu-themed dircolors on Ubuntu systems
  * usr/bin/byobu-janitor.in: LP: #1311919
    - ensure that windows.tmux exists;  fixes warning with F5
  * usr/bin/byobu-ctrl-a.in: LP: #1311177, #1274720
    - revert r2317 as this is breaking ctrl-a in byobu-screen in a bad way

-- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 23 Apr 2014 18:24:21 -0500

byobu (5.77-0ubuntu1) trusty; urgency=medium

  * usr/share/byobu/profiles/dircolors,
    usr/share/byobu/profiles/Makefile.am,
    usr/share/byobu/profiles/tmuxrc:
    - add a dircolors file
  * usr/share/byobu/profiles/bashrc, usr/share/byobu/profiles/dircolors:
    - LP: #1299964
    - swap orange and aubergine on the command prompt
    - aubergine is now the directory, orange is the hostname
    - still working on dircolors, use an aubergine (like our prompt)
      for directories
  * usr/lib/byobu/logo: LP: #1299964
    - use an orange background for the UTF-8, 256-colour Ubuntu logo

-- Dustin Kirkland <kirkland@ubuntu.com>  Sun, 30 Mar 2014 20:42:08 -0500

byobu (5.76-0ubuntu1) trusty; urgency=medium

  * usr/share/byobu/profiles/tmux:
    - use nice, subtle, thin pane border, a separate color from the active
      highlighted one
  * usr/share/byobu/keybindings/f-keys.tmux,
    usr/share/doc/byobu/help.tmux.txt: LP: #1294139
    - change Shift-F11 to zoom in/out of splits

-- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 18 Mar 2014 23:25:05 +0900

byobu (5.75-0ubuntu1) trusty; urgency=medium

  [ Dustin Kirkland ]
  * debian/control:
    - bump standards
  * usr/lib/byobu/include/shutil, usr/lib/byobu/release: LP: #1278016
    - /etc/issue might be modified to display corporate banners or
      legal warnings; try to use /etc/os-release if available
  * usr/bin/byobu-janitor.in, usr/lib/byobu/include/colors,
    usr/lib/byobu/include/constants, usr/lib/byobu/include/Makefile.am,
    usr/lib/byobu/include/shutil, usr/share/byobu/profiles/tmux:
    - split the color definitions into their own file
    - have the constants source that file
    - use that file when creating the user's local color palette
    - use a bit more orange
  * usr/bin/byobu-launcher-uninstall.in, usr/bin/byobu-launch.in: LP: #1292228
    - allow byobu-launch to pass arguments through to byobu-launcher
    - fix up the uninstallation of byobu launcher
  * usr/lib/byobu/include/select-session.py: LP: #1279533
    - quick hack to fix crashes when python can't figure out the encoding
  * usr/bin/byobu-layout.in: LP: #1278277
    - fix layout saving, which broke in tmux 1.8
    - incrementally rearrange while building our windows up to restore,
      as sometimes we run out of room; tiling in between seems to work
  * usr/bin/byobu-janitor.in, usr/lib/byobu/include/colors,
    usr/lib/byobu/include/constants:
    - fix profile color breakage
  * usr/bin/byobu-ctrl-a.in: LP: #814172
    - fix issues with F5 refresh in byobu-screen, when the user has changed
      the default escape key
  * usr/share/byobu/profiles/bashrc: LP: #1259621
    - ensure that if the root user is in byobu, and we're using the
      fancy new colored prompt, that we use a # to indicate root
  * usr/share/man/man1/byobu.1: LP: #1248901
    - add note to manpage about putty resizing to 1-character tall and
      causing byobu-screen to crash

  [ Kosuke Asami ]
  * usr/lib/byobu/battery: LP: #1289157, #1289157
    - Mac OS X battery indicator support

-- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 17 Mar 2014 13:00:02 +0900

byobu (5.74-0ubuntu1) trusty; urgency=low

  [ Dustin Kirkland ]
  * usr/lib/byobu/include/ec2instancespricing.py: LP: #1286367
    - merged in updated instance pricing script from
      https://github.com/erans/ec2instancespricing
  * usr/share/byobu/profiles/tmux: LP: #1273685
    - remove double sourcing of local .tmux.conf
  * usr/lib/byobu/battery: LP: #1270451
    - add support for yet another batter type (Android)
    - thanks to Felix Krull for the initial patch
  * usr/share/byobu/profiles/tmux: LP: #1270551
    - enable ctrl-left and ctrl-right to move among words

  [ Chris Johnston ]
  * usr/share/man/man1/byobu-layout.1: LP: #1288738
    - fix manpage typo

  [ Mike Miller ]
  * usr/lib/byobu/logo: LP: #1278006
    - fix RHEL detection for logo

  [ Daniel Hahler ]
  * usr/bin/byobu-keybindings: LP: #1258093
    - fix toggling of f-keys
  * usr/share/byobu/profiles/tmux: LP: #1258534
    - ensure that we respect BYOBU_NO_TITLE in tmux

  [ Ryo ONODERA ]
  * configure.ac, etc/profile.d/Z97-byobu.sh => etc/profile.d/Z97-
    byobu.sh.in, usr/bin/byobu-config => usr/bin/byobu-config.in,
    usr/bin/byobu-ctrl-a => usr/bin/byobu-ctrl-a.in, usr/bin/byobu-
    disable-prompt => usr/bin/byobu-disable-prompt.in, usr/bin/byobu-
    disable => usr/bin/byobu-disable.in, usr/bin/byobu-enable-prompt =>
    usr/bin/byobu-enable-prompt.in, usr/bin/byobu-enable =>
    usr/bin/byobu-enable.in, usr/bin/byobu-export => usr/bin/byobu-
    export.in, usr/bin/byobu-janitor => usr/bin/byobu-janitor.in,
    usr/bin/byobu-launcher-install => usr/bin/byobu-launcher-install.in,
    usr/bin/byobu-launcher-uninstall => usr/bin/byobu-launcher-
    uninstall.in, usr/bin/byobu-launcher => usr/bin/byobu-launcher.in,
    usr/bin/byobu-launch => usr/bin/byobu-launch.in, usr/bin/byobu-
    layout => usr/bin/byobu-layout.in, usr/bin/byobu-prompt =>
    usr/bin/byobu-prompt.in, usr/bin/byobu-quiet => usr/bin/byobu-
    quiet.in, usr/bin/byobu-reconnect-sockets => usr/bin/byobu-
    reconnect-sockets.in, usr/bin/byobu-select-backend => usr/bin/byobu-
    select-backend.in, usr/bin/byobu-select-profile => usr/bin/byobu-
    select-profile.in, usr/bin/byobu-select-session => usr/bin/byobu-
    select-session.in, usr/bin/byobu-shell => usr/bin/byobu-shell.in,
    usr/bin/byobu-silent => usr/bin/byobu-silent.in, usr/bin/byobu-
    status-detail => usr/bin/byobu-status-detail.in, usr/bin/byobu-
    status => usr/bin/byobu-status.in, usr/bin/byobu-ugraph =>
    usr/bin/byobu-ugraph.in, usr/bin/byobu-ulevel => usr/bin/byobu-
    ulevel.in, usr/bin/byobu => usr/bin/byobu.in,
    usr/lib/byobu/include/config.py =>
    usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/dirs =>
    usr/lib/byobu/include/dirs.in, usr/lib/byobu/include/toggle-utf8 =>
    usr/lib/byobu/include/toggle-utf8.in, usr/share/byobu/tests/byobu-
    time-notifications => usr/share/byobu/tests/byobu-time-
    notifications.in: LP: #1264978, #1289157
    - use @prefix@ rather than hardcoding /usr, makes code
      more portable and easier to build with ./config --prefix

  [ Arminius Silvanus ]
  * usr/share/byobu/profiles/bashrc: LP: #1280550
    - test the $BASH variable, rather than $SHELL, to tell if we're
      running in a bash environment

  [ Jan Klepek ]
  * usr/lib/byobu/include/config.py: LP: #1286249
    - fall back to using the distro status file, fixes
      crash in config if status file disappears

-- Dustin Kirkland <kirkland@ubuntu.com>  Sun, 16 Mar 2014 12:46:33 -0700

byobu (5.73-0ubuntu1) trusty; urgency=low

  * usr/lib/byobu/include/Makefile.am, usr/lib/byobu/include/tmux-send-
    command-to-all-panes, usr/lib/byobu/include/tmux-send-command-to-
    all-windows, usr/share/byobu/keybindings/f-keys.tmux,
    usr/share/byobu/keybindings/f-keys.tmux.disable,
    usr/share/doc/byobu/help.tmux.txt:
    - add two new keybindings for byobu-tmux, Shift-F9 and Ctrl-F9
    - these will prompt you for a command, and then run that command
      in all splits or windows (respectively)

-- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 17 Feb 2014 15:06:58 -0600

byobu (5.72-0ubuntu1) trusty; urgency=low

  * usr/lib/byobu/include/constants:
    - make sure we export this variable, so that we only need to
      do the expensive test once

-- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 12 Feb 2014 14:30:38 -0600

byobu (5.71-0ubuntu1) trusty; urgency=low

  * usr/bin/byobu-janitor, usr/lib/byobu/date,
    usr/lib/byobu/include/constants, usr/lib/byobu/include/shutil,
    usr/lib/byobu/time, usr/share/byobu/profiles/tmux,
    usr/share/byobu/profiles/tmuxrc, usr/share/man/man1/byobu.1:
    - LP: #1059127
    - fix longstanding "date and time flash on and off" bug
    - this isn't a great fix, but it's a start
    - basically, we need to use the tmux status native support
      for timestamps
    - support configuration through ~/.byobu/datetime.tmux
    - this will be a difference between byobu-tmux and byobu-screen,
      which is a bummer
    - also, there's more work to be done, in order to enable/disable
      this via F9/byobu-config
  * usr/lib/byobu/include/constants: LP: #1278446
    - ensure that we pick a python that has a proper snack module
      installed

-- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 10 Feb 2014 15:38:22 -0600

byobu (5.70-0ubuntu1) trusty; urgency=low

  * usr/share/byobu/keybindings/f-keys.tmux:
    - fix navigation among sessions
  * usr/share/byobu/keybindings/f-keys.tmux,
    usr/share/byobu/keybindings/f-keys.tmux.disable,
    usr/share/doc/byobu/help.tmux.txt:
    - change the rarely used Ctrl-F8 keybinding to rename the current
      session
    - move the restore-a-split-layout to Shift-Alt-F8
  * usr/lib/byobu/session, usr/share/byobu/keybindings/f-keys.screen,
    usr/share/byobu/keybindings/f-keys.screen.disable,
    usr/share/byobu/status/status: LP: #1255139
    - add support for screen session names in the status item
    - only display when more than one session in tmux, always displayed by
      default in screen, where we have more real estate
    - support the Ctrl-F8 hotkey in screen too, to rename session

-- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 16 Jan 2014 17:48:33 -0600

(ryoon)

2014-07-13 04:45:07 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 5.13

(wen)

2014-07-13 04:44:09 UTC MAIN commitmail json YAML

Update to 5.13

Upstream changes:
5.13  2014-07-13
  - Added json_like, json_message_like, json_message_unlike and json_unlike
    methods to Test::Mojo.
  - Improved HTML5.1 compliance of Mojo::DOM::HTML.
  - Fixed bug where Mojo::UserAgent would keep too many connections alive.
  - Fixed Mojo::Reactor::Poll bug where watchers were active after they have
    been removed. (jberger)

5.12  2014-07-04
  - Fixed a few multipart form handling bugs.
  - Fixed AUTOLOAD bug in Mojo::Collection where it would behave differently
    than calling pluck directly.

5.11  2014-07-02
  - Moved reverse_proxy attribute from Mojo::Server::Daemon to Mojo::Server.
  - Added delay and inactivity_timeout helpers to
    Mojolicious::Plugin::DefaultHelpers.
  - Improved error method in Mojolicious::Validator::Validation to return
    field names when called without arguments.
  - Fixed "0" value bug in Mojo::UserAgent::Transactor.

5.10  2014-06-28
  - Added cleanup attribute to Mojo::Server::Prefork.
  - Improved Mojo::Server::Prefork to keep sending heartbeat messages when
    stopping gracefully.
  - Fixed small bug where Mojo::Server::Daemon was too eager to reconfigure
    Mojo::IOLoop.
  - Fixed small bug where Hypnotoad would clean up process id and lock files
    too early.

5.09  2014-06-24
  - Improved .ep templates to make the current controller available as $c.

5.08  2014-06-17
  - Added reset method to Mojo::IOLoop.
  - Added reset method to Mojo::Reactor.
  - Added reset method to Mojo::Reactor::Poll.

5.07  2014-06-13
  - Fixed RFC 7230 compliance bugs in Mojo::Headers.

5.06  2014-06-11
  - Added deserialize and serialize attributes to Mojolicious::Sessions.
  - Improved redirect_to to behave more like url_for.
  - Fixed bug in Mojo::UserAgent where HTTP/1.0 connections were sometimes
    kept alive.

5.05  2014-06-08
  - Fixed parsing of header fields with single character names in
    Mojo::Headers. (crab)

(wen)

2014-07-13 04:38:27 UTC MAIN commitmail json YAML

Updated www/p5-Dancer2 to 0.143000

(wen)

2014-07-13 04:37:30 UTC MAIN commitmail json YAML

Update to 0.143000
Add missing DEPENDS

Upstream changes:
0.143000  2014-07-05 21:39:28CEST+0200 Europe/Amsterdam

    [ BUG FIXES ]
    * GH #538, #539: Coerce propogated exceptions to strings within Error object.
      (Steven Humphrey)
    * GH #531: Generate valid HTML when show_errors is true from Error objects.
      (Steven Humphrey)
    * GH #603: Update skeleton test to use Plack::Test. (Sawyer X)

    [ ENHANCEMENTS ]
    * Provide psgi_app in top-level Dancer.pm to make it easier to change it.
      (Sawyer X)

0.142000  2014-06-24 15:16:42CEST+0200 Europe/Amsterdam

    [ BUG FIXES ]
    * GH #550, #555: Allow the content type to be set when using send_file
      as per the documentation. (Russell Jenkins, Steven Humphrey)

    [ ENHANCEMENTS ]
    * GH #512, #520, #602: Pass all settings into JSON serializer engine.
      (Jakob Voss, Russell Jenkins)
    * GH #532: Serialize runtime errors such as those produced by die if a
      serializer exists. (Steven Humphrey)

0.141000  2014-06-08 22:27:03CEST+0200 Europe/Amsterdam

    * No functional changes.

0.140900_01 2014-06-07 23:32:56IDT+0300 Asia/Jerusalem

    [ BUG FIXES ]
    * GH #447: Setting the apphandler now triggers the Dancer Runner
      configuration change, which works. (Sawyer X)
    * GH #578: Remove the default engine configurations. (Sawyer X)
    * GH #567: Check for proper module names in loading engines. Might help
      with taint mode. (Sawyer X)
    * GH #585, #595: Return 405 Method Not Allowed instead of 500.
      (Omar M. Othman)
    * GH #570, #579: Ensure keywords pass, send_error and send_file
      exit immediatly when executed. (Russell Jenkins)

    [ ENHANCEMENTS ]
    * GH #587: Serializer::Mutable alive! (Pedro Bruno)

    [ DOCUMENTATION ]
    * Fix doc for params(). Ported from Dancer#1025 (Stefan Hornburg)

(wen)

2014-07-13 03:39:16 UTC MAIN commitmail json YAML

Updated sysutils/file to 5.19

(ryoon)

2014-07-13 03:38:43 UTC MAIN commitmail json YAML

Update to 5.19

* Fix CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487

Changelog:
2014-06-12  12:28  Christos Zoulas <christos@zoulas.com>

* release 5.19

2014-06-09  9:04  Christos Zoulas <christos@zoulas.com>

* Misc buffer overruns and missing buffer size tests in cdf parsing
  (Francisco Alonso, Jan Kaluza)

2014-06-02  14:50  Christos Zoulas <christos@zoulas.com>

* Enforce limit of 8K on regex searches that have no limits
* Allow the l modifier for regex to mean line count. Default
  to byte count. If line count is specified, assume a max
  of 80 characters per line to limit the byte count.
* Don't allow conversions to be used for dates, allowing
  the mask field to be used as an offset.

2014-05-30  12:51  Christos Zoulas <christos@zoulas.com>

* Make the range operator limit the length of the
  regex search.

2014-05-14  19:23  Christos Zoulas <christos@zoulas.com>

* 347: Windows fixes
* 352: Hangul word processor recognition
* 354: Encoding irregularities in text files

2014-05-06  6:12  Christos Zoulas <christos@zoulas.com>

* Fix uninitialized title in CDF files (Jan Kaluza)

2014-05-04  14:55  Christos Zoulas <christos@zoulas.com>

* 351: Fix compilation of empty files

2014-04-30  17:39  Christos Zoulas <christos@zoulas.com>

* Fix integer formats: We don't specify 'l' or
  'h' and 'hh' specifiers anymore, only 'll' for
  quads and nothing for the rest. This is so that
  magic writing is simpler.

2014-04-01  15:25  Christos Zoulas <christos@zoulas.com>

* 341: Jan Kaluza, fix memory leak
* 342: Jan Kaluza, fix out of bounds read

2014-03-28  15:25  Christos Zoulas <christos@zoulas.com>

* Fix issue with long formats not matching fmtcheck

(ryoon)

2014-07-13 02:06:38 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 1.005000

(wen)

2014-07-13 02:05:44 UTC MAIN commitmail json YAML

Update to 1.005000

Upstream changes:
1.005000 - 2014-06-10
  - add qsub to Sub::Quote as a prototyped alternative to quote_sub, accepting
    only the sub body
  - avoid testing UTF-8 on perl 5.6

(wen)

2014-07-13 01:56:27 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Manip to 6.46

(wen)

2014-07-13 01:55:15 UTC MAIN commitmail json YAML

2014-07-12 16:48:27 UTC MAIN commitmail json YAML

2014-07-12 15:48:15 UTC MAIN commitmail json YAML

Updated misc/calibre to 1.44.0

(wiz)

2014-07-12 15:48:02 UTC MAIN commitmail json YAML

Update to 1.44.0:

- version: 1.44.0
  date: 2014-07-11

  new features:

    - title: "Edit Book: Syntax highlight links, images, stylesheet
    includes, etc. Links that point to missing files are marked as
    errors. You can Ctrl + click on a highlighted link to jump to
    the file it points to directly."

    - title: "Edit Book: Check Book: Add a check for manifest items
    missing href attributes."
      tickets: [1339766]

    - title: "When clicking in the search box, select all existing
    text, for easy replacement."
      tickets: [1338862]

    - title: "Edit Book: Add buttons to change the text alignment
    of the current paragraph. If you do not see them, go to
    Preferences->Toolbars and add them to the Text formatting
    actions toolbar."

    - title: "Improve performance of rendering the book list when
    lots of column coloring rules are used"

    - title: "Kobo driver: Support for new firmware version 3.5"

  bug fixes:

    - title: "Edit Book/Book polishing: Do not auto-resolve @import
    rules in AZW3 files. Also do not add a @namespace rule to all
    stylesheets that contain tag selectors."

    - title: "Edit book/Book polishing: Preserve the class attribute
    on the <html> tag in AZW3 format files."
      tickets: [1339055]

    - title: "Edit Book: Fix inline spell check context menu not
    working when triggered by context menu key or a right clicking
    at the right edge of the word."

    - title: "Fix some font directories from fonts.conf being
    ignored on linux when scanning the system for installed fonts."
      tickets: [1339257]

    - title: "Edit book: Spell checker: Treat hyphenated words as
    single words for spell checking"

    - title: "Edit Book: When using the spell check dialog to change
    words, detect any changes made to open files outside the spell
    check dialog and automatically integrate them, to prevent those
    changes from being lost."

    - title: "Update driver for Tolino Shine to handle new firmware"
      tickets: [1338219]

    - title: "Book polishing: When changing the cover in an EPUB
    file, place the newly created cover image in the same folder
    as other images in the book, rather than the root"

    - title: "Linux installer: Use pkg-config to get the location
    for installing the calibre bash completion scripts. pkg-config
    is used only when installing to /usr."
      tickets: [1340023]

  improved recipes:

    - Science Daily

- version: 1.43.0
  date: 2014-07-04

  new features:

    - title: "Add a wizard for easily searching date fields in your
    library. To use it click the advanced search button to the left
    of the search field. Allows you to search for books whose date
    is older/newer than a specified date or less/more than a number
    of days from today and so on."

    - title: "Driver for Onyx T68."
      tickets: [1336868]

    - title: "When reading metadata from file names, allow setting
    the comments field as well, in addition to
    title/authros/publisher/series/etc."
      tickets: [1332582]

  bug fixes:

    - title: "Fix a regression in the previous release that broke
    changing Save to Disk preferences"

    - title: "Recognize leading articles for the Esperanto language
    when auto-generating title sorts. "
      tickets: [1336639]

    - title: "Edit Book: Fix a regression that caused syncing of
    the preview panel to the editor cursor position to not work
    when the cursor is positioned on a blank line in between two
    tag definitions"

    - title: "Metadata download: Round the downloaded ratings so
    that, for example, 3.6 stars becomes 4 stars instead of 3
    stars."
      tickets: [1335696]

    - title: "Edit Book: Fix a crash when performing some image
    editing operations on 64 bit calibre builds"

    - title: "Recognize additional leading articles in the titles
    of Italian language books"
      tickets: [1332837]

    - title: "Edit Book: Fix an occasional spurious error message
    when using the Live CSS feature"

  new recipes:

    - title: Dark Reading
      author: Brandon Allberry

- version: 1.42.0
  date: 2014-06-27

  new features:

    - title: "Edit Book: new tool to easily add a cover to the
    book. It automatically generates the HTML wrapper and takes
    care of marking the covers files as covers in the OPF."

    - title: "Edit Book: Improve the performance of inline spell
    checking, especially noticeable when editing large HTML files
    (over 100KB in size)."

    - title: "Edit Book: Run syntax highlighting in the background,
    reducing user interface latency when editing large files"

    - title: "Template language: Add a new function (group_re) to
    use grouping regular expressions with groups, where you can
    replace the matched groups with result of another template."

    - title: "Edit Book: Check Book: Add a check for HTML files
    with non UTF-8 encoding declarations"

    - title: "Edit Book: Spell check dialog: Add an option to make
    filtering the word list case sensitive"

  bug fixes:

    - title: "Get Books: Fix integration with ebook.de broken by
    website changes"

    - title: "MOBI Input: Preserve the dc:rights metadata during
    conversion."
      tickets: [1333468]

    - title: "Edit Book: Fix non-BMP unicode characters causing
    matching tag highlighting to be slightly off on linux"

    - title: "Edit Book: When editing HTML files that have charset
    encoding declarations, automatically change the declared encoding
    (if any) to UTF-8 on save, since the editor always saves files
    in the UTF-8 encoding."

    - title: "Edit Book: Fix various problems when editing EPUB
    files with non-ascii internal filenames on OS X."
      tickets: [1317883]

    - title: "Edit Book: Remove unused CSS: Fix an error if an HTML
    file links to a missing stylesheet"

  improved recipes:

    - Deadspin

  new recipes:

    - title: Economic and Political Weekly
      author: Krittika Goyal

- version: 1.41.0
  date: 2014-06-21

  new features:

    - title: "New tool to set metadata in the actual book files in
    the calibre library from the updated metadata in the calibre
    database."
      description: "To use it go to Preferences->Toolbars and add
      the 'Embed metadata' tool to the main toolbar. Then simply
      select the books whose files you want to update and click
      the Embed metadata button. Normally, calibre updates metadata
      in the book files whenever a file is exported from calibre.
      This tool is useful for people who want the files in the
      calibre library to have updated metadata as well." type:
      major

    - title: "calibredb: Add a new 'embed_metadata' command to
    update metadata in the actual book files in the calibre library
    from the calibre database."

    - title: "Edit Book: Allow customization of toolbars"

    - title: "Add empty book: When adding empty book records to
    the library, add an option to also create empty EPUB files.
    Useful if you intend to subsequently edit these files with the
    calibre editor. You can access the add empty books feature by
    right clicking the Add Books button."

    - title: "Edit book: Remove unused CSS: Add an option to also
    remove unused class attributes from the HTML"

    - title: "Edit book: Check Book: Add checks for empty
    HTML/XML/CSS/image files in the book."
      tickets: [1329971]

    - title: "Edit Book: Check Book: Add checks for links whose
    fragment (the part after the #) points to a location that does
    not exist"

  bug fixes:

    - title: "RTF metadata: Add proper support for unicode characters
    when reading and writing metadata to RTF files"

    - title: "RTF metadata: Fix failure to write metadata to RTF
    files that do not already have an \\info block"

    - title: "Edit Book: Remove unused CSS: Handle @import rules
    when checking for unused CSS"

    - title: "Edit Book: Remove unused css: Prevent failure when
    book has invalid items marked as stylesheets"

    - title: "calibredb: Fix set_metadata not working for the
    series_index field."
      tickets: [1329724]

(wiz)

2014-07-12 15:46:53 UTC MAIN commitmail json YAML

Note update of security/netpgpverify to 20140712

(agc)

2014-07-12 15:45:52 UTC MAIN commitmail json YAML

Update netpgpverify package to 20140712

+ bring the bignum implementation up to the latest version

+ radix conversion routines added
+ bitwise operations added
+ whitespace cleanups

(agc)

2014-07-12 15:43:00 UTC MAIN commitmail json YAML

2014-07-12 14:51:13 UTC MAIN commitmail json YAML

Updated x11/pixman to 0.32.6

(wiz)

2014-07-12 14:51:04 UTC MAIN commitmail json YAML

Update to 0.32.6:
A new pixman release 0.32.6 is now available. This is a stable release
in the 0.32 series containing fixes for exported symbols on MIPS,
compiling with the Intel compiler, and for an integer overflow bug.

(wiz)

2014-07-12 14:41:13 UTC MAIN commitmail json YAML

2014-07-12 14:41:04 UTC MAIN commitmail json YAML

Update to 308. Changes for 308 unknown; I only know that they were posted
on freshcode, but that's dead.

Changes in 307:
This release fixes several display issues remaining from the changes
to support italics.

(wiz)

2014-07-12 14:38:28 UTC MAIN commitmail json YAML

2014-07-12 14:38:18 UTC MAIN commitmail json YAML

Update to 1.7.3:

Two important patches fixing deadlocks when using XIPassiveGrab requests.
You're recommended to updated.

Note that we now require libX11 1.6, that's a new dependency over 1.7.2 but
it's over a year old by now anyway.

Jasper St. Pierre (2):
      XIPassiveGrab: Fix display locking inside _XIPassiveGrabDevice for error paths
      XIPassiveGrab: Fix completely broken locking in XIGrabTouchBegin

Keith Packard (1):
      man: Update XIQueryVersion docs to match new version compatibility semantics

Michael Joost (1):
      Remove fallback for _XEatDataWords, require libX11 1.6 for it

Peter Hutterer (1):
      libXi 1.7.3

(wiz)

2014-07-12 14:34:47 UTC MAIN commitmail json YAML

Updated devel/meld-devel to 3.11.2

(wiz)

2014-07-12 14:34:37 UTC MAIN commitmail json YAML

Update to 3.11.2:

2014-7-12 meld 3.11.2
=====================

  Features:

  * File and folder comparison panes can now be resized (Marco Brito)
  * Folder comparisons now support scrolling between chunks using the mouse
    wheel in the link map, like file comparisons (Kai Willadsen)

  Fixes:

  * Don't draw spurious actions for equal chunks (Kai Willadsen)
  * Remove default sourceview behaviour for Alt+Left/Right (Kai Willadsen)
  * Fix storing translated column names in configuration (Kai Willadsen)
  * Several fixes for multiple windows in single-instance handling:
    * Resolve relative paths relative to the correct instance (Kai Willadsen)
    * Don't create windows in the original instance when the calling instance
      errors out (Kai Willadsen)
    * Raise the correct window for new windows in the same instance (Kai
      Willadsen)
    * Exit correctly for command line errors in the calling instance (Kai
      Willadsen)
  * Fix display of unicode paths in repositories (Kai Willadsen)
  * Fix handling of unicode paths in recent files store (Kai Willadsen)
  * Improve behaviour of Open External action, and handle spaces in filenames
    for the custom editor option (Kai Willadsen)
  * Improve support custom installation prefixes (Kai Willadsen)

  Translations:

  * Benjamin Steinwender (de)
  * Daniel Mustieles (es)
  * Lasse Liehu (fi)
  * Marek Černocký (cs)
  * Matej Urbančič (sl)
  * Piotr Drąg (pl)
  * Rafael Ferreira (pt_BR)
  * Yuri Myasoedov (ru)

(wiz)

2014-07-12 12:24:29 UTC MAIN commitmail json YAML

Note that imcompatibility with python26 came from py-gobject3.

(obache)

2014-07-12 12:22:22 UTC MAIN commitmail json YAML

exactly tell PYTHON2 too, to avoid unwanted detection of builtin `python2'.

(obache)

2014-07-12 12:11:12 UTC MAIN commitmail json YAML

2014-07-12 12:03:42 UTC MAIN commitmail json YAML

xproto>=7.0.17 is directly required to build.

(obache)

2014-07-12 11:24:52 UTC MAIN commitmail json YAML

libXfixes-5.0.x require fixesproto>=5.0 to build.

(obache)

2014-07-12 07:04:21 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.1210

(wen)

2014-07-12 07:02:09 UTC MAIN commitmail json YAML

Update to 2.1210

Upstream changes:
2.1210  2014-07-03

  [DOCUMENTATION]

  - Clarify that Moose::Exception exists for internal usage and that user
    code is better using the Throwable role or Throwable::Error superclass.
  - Moose::Manual::Support policy clarified regarding legacy Perl versions

  [OTHER]

  - tests have been removed for an alpha branch of Test::Builder that will
    never see the light of day (Exodist)

(wen)

2014-07-12 04:56:50 UTC MAIN commitmail json YAML

Updated devel/gitolite to 3.6.1

(ryoon)

2014-07-12 04:56:09 UTC MAIN commitmail json YAML

Update to 3.6.1

* Improve MESSAGE

Changelog:
2014-06-22  v3.6.1  experimental rc format convertor for "<= 3.3" users who
                    have already upgraded the *code* to ">= v3.4".  Program is
                    in contrib/utils.

                    giving shell access to a few users got a lot easier (see
                    comments in the rc file).

                    allow logging to syslog as well (see comments in the rc
                    file)

                    new 'motd' command

                    redis caching redone and now in core; see
                    http://gitolite.com/gitolite/cache.html

2014-05-09  v3.6    (cool stuff) the access command can now help you debug
                    your rules / understand how a specific access decision was
                    arrived at.

                    mirroring: since mirroring is asynchronous (by default
                    anyway), when a 'git push --mirror' fails, you may not
                    know it unless you look in the log file on the server.
                    Now gitolite captures the info and -- if the word 'fatal'
                    appears anywhere within it, it saves the entire output and
                    prints it to STDERR for anyone who reads or writes the
                    repo on the *master* server, until the error condition
                    clears up.

                    mirroring: allow 'nosync' slaves -- no attempt to
                    automatically push to these slaves will be made.  Instead,
                    you have to manually (or via cron, etc) trigger pushes.

                    (backward compat breakage) the old v2 syntax for
                    specifying gitweb owner and description is no longer
                    supported.

                    macros now allow strings as arguments (thanks to Jason
                    Donenfeld for the idea/problem).

                    the 'info' command can print in JSON format if asked to.

                    repo-specific hooks: now you can specify more than one,
                    and gitolite runs all of them in sequence.

                    new trigger 'expand-deny-messages' to show more details
                    when access is denied.

                    git-annex support is finally in master, yaaay!

                    new 'readme' command, modelled after 'desc'.  Apparently
                    gitweb can use a README.html file in the *bare* repo
                    directory -- who knew!

2013-10-14  v3.5.3  catch undefined groupnames (when possible)

                    mirroring: async push to slaves

                    (some portability fixes)

                    (a couple of contrib scripts - querying IPA based LDAP
                    servers for group membership, and user key management)

                    allow groups in subconf files (this *may* slow down
                    compilation in extreme cases)

                    make adding repo-specific hooks easier (see cust.mkd or
                    cust.html online for docs)

                    smart http now supports git 1.8.2 and above (which changed
                    the protocol requirements a wee bit)

(ryoon)

2014-07-11 20:06:20 UTC MAIN commitmail json YAML

2014-07-11 19:16:40 UTC MAIN commitmail json YAML

Updated emulators/qemu to 2.0.0nb4.

(gson)

2014-07-11 19:15:08 UTC MAIN commitmail json YAML

Fix qemu bug 1335444 aka PR pkg/48071.  Patches from Kirill Batuzov,
with minor changes to make them apply to 2.0.0.  Bump PKGREVISION.

(gson)

2014-07-11 17:29:21 UTC MAIN commitmail json YAML

Use check_compiler=yes on Darwin, fixes bootstrap with newer XCode that
includes gcc which is actually clang.

(jperkin)

2014-07-11 16:55:17 UTC MAIN commitmail json YAML

Pass in paths to X11, fixes build on systems where it is installed
in non-standard locations.

(jperkin)

2014-07-11 14:08:31 UTC pkgsrc-2014Q2 commitmail json YAML

2014-07-11 14:08:20 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4450 - requested by wiz
net/transmission: security update

Revisions pulled up:
- net/transmission/Makefile.common                              1.5
- net/transmission/distinfo                                    1.7

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Fri Jul 11 10:10:10 UTC 2014

  Modified Files:
  pkgsrc/net/transmission: Makefile.common distinfo

  Log Message:
  Update to 2.84:

    * Fix peer communication vulnerability (no known exploits) reported
    by Ben Hawkes

(tron)

2014-07-11 10:58:43 UTC MAIN commitmail json YAML

Fix ftsynth.h include.  Fixes at least the Linux build.

(jperkin)

2014-07-11 10:10:24 UTC MAIN commitmail json YAML

Updated net/transmission to 2.84

(wiz)

2014-07-11 10:10:10 UTC MAIN commitmail json YAML

Update to 2.84:

  * Fix peer communication vulnerability (no known exploits) reported
  by Ben Hawkes

(wiz)

2014-07-11 09:57:23 UTC MAIN commitmail json YAML

Don't add -lfl on Linux either, causes issues.

(jperkin)

2014-07-11 09:52:52 UTC MAIN commitmail json YAML

Updated textproc/pod2mdoc to 0.0.12

(wiz)

2014-07-11 09:52:42 UTC MAIN commitmail json YAML

Update to 0.0.12:

Render B<NULL> as .Dv NULL.
Correctly check the number of arguments.
Show the usage() message if there are too many arguments.
Mention the optional "file" argument in the usage() message.

(wiz)

2014-07-10 17:00:21 UTC MAIN commitmail json YAML

2014-07-10 16:00:21 UTC MAIN commitmail json YAML

add and enable ruby-yard

(jnemeth)

2014-07-10 15:38:17 UTC MAIN commitmail json YAML

2014-07-10 15:37:13 UTC MAIN commitmail json YAML

remove duplicated entries

(jnemeth)

2014-07-10 15:33:22 UTC MAIN commitmail json YAML

+ calibre-1.43, libXi-1.7.3, libvdpau-0.8, mined-2014.24.2,
  pixman-0.32.6, py-cffi-0.8.6, py-setuptools-5.4, py-six-1.7.3,
  transmission-2.84, wine-devel-1.7.21, x264-devel-20140705.

(wiz)

2014-07-10 13:54:25 UTC MAIN commitmail json YAML

Updated graphics/libpano13 to 2.9.19nb2; net/miniupnpd to 1.8.20140523

(adam)

2014-07-10 13:44:22 UTC MAIN commitmail json YAML

Changes 1.8.20140523:
* Add ipv6_bind_address (option "ipv6_listening_ip")
* disable IPv6 when socket(PF_INTET6, ...) errors with EAFNOSUPPORT
* Add IPV6 multicast membership only on selected "LAN" interfaces

(adam)

2014-07-10 13:41:48 UTC MAIN commitmail json YAML

2014-07-10 07:39:32 UTC pkgsrc-2014Q2 commitmail json YAML

2014-07-10 07:39:12 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4445 - requested by taca
editors/emacs23: security patch
editors/emacs23-nox11: security patch

Revisions pulled up:
- editors/emacs23-nox11/Makefile                                1.3
- editors/emacs23/Makefile                                      1.16
- editors/emacs23/distinfo                                      1.4-1.5
- editors/emacs23/patches/patch-aa                              1.2
- editors/emacs23/patches/patch-lisp_emacs-lisp_find-gc.el      1.1
- editors/emacs23/patches/patch-lisp_gnus_gnus-fun.el          1.1
- editors/emacs23/patches/patch-lisp_net_tramp.el              1.1-1.2
- editors/emacs23/patches/patch-src_config.in                  1.2
- editors/emacs23/patches/patch-src_m_amdx86-64.h              1.2

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Jul  9 03:18:44 UTC 2014

  Modified Files:
  pkgsrc/editors/emacs23: Makefile distinfo
  pkgsrc/editors/emacs23/patches: patch-aa patch-src_config.in
      patch-src_m_amdx86-64.h
  Added Files:
  pkgsrc/editors/emacs23/patches: patch-lisp_emacs-lisp_find-gc.el
      patch-lisp_gnus_gnus-fun.el patch-lisp_net_tramp.el

  Log Message:
  * Add fix for CVE-2014-3421, CVE-2014-3422 and CVE-2014-3424 as emacs24.
  * Add comments to some of patch files.

  Bump PKGREVISION.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Jul  9 03:19:46 UTC 2014

  Modified Files:
  pkgsrc/editors/emacs23-nox11: Makefile

  Log Message:
  Bump PKGREVISION with some changes to emacs23.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Jul 10 02:25:10 UTC 2014

  Modified Files:
  pkgsrc/editors/emacs23: distinfo
  pkgsrc/editors/emacs23/patches: patch-lisp_net_tramp.el

  Log Message:
  Fix broken patch file in previous commit.

  No PKGREVISION bump since it was broken.

(tron)

2014-07-10 02:25:10 UTC MAIN commitmail json YAML

Fix broken patch file in previous commit.

No PKGREVISION bump since it was broken.

(taca)

2014-07-10 00:12:57 UTC MAIN commitmail json YAML

2014-07-09 21:17:51 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup tickets #4446, #4447, #4448 and #4449.

(tron)

2014-07-09 21:17:30 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4449 - requested by obache
multimedia/adobe-flash-plugin11: security update

Revisions pulled up:
- multimedia/adobe-flash-plugin11/Makefile                      1.31
- multimedia/adobe-flash-plugin11/distinfo                      1.29

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Wed Jul  9 04:57:28 UTC 2014

  Modified Files:
  pkgsrc/multimedia/adobe-flash-plugin11: Makefile distinfo

  Log Message:
  Update adobe-flash-plugin11 to 11.2.202.394 for APSB14-17.

(tron)

2014-07-09 21:12:10 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4448 - requested by taca
databases/ruby-activerecord32: security update
devel/ruby-activemodel32: security update
devel/ruby-activesupport32: security update
devel/ruby-railties32: security update
mail/ruby-actionmailer32: security update
www/ruby-actionpack32: security update
www/ruby-activeresource32: security update

Revisions pulled up:
- databases/ruby-activerecord32/distinfo                        1.17
- devel/ruby-activemodel32/distinfo                            1.17
- devel/ruby-activesupport32/distinfo                          1.17
- devel/ruby-railties32/distinfo                                1.17
- lang/ruby/rails.mk                                            1.49
- mail/ruby-actionmailer32/distinfo                            1.17
- www/ruby-actionpack32/distinfo                                1.17
- www/ruby-activeresource32/distinfo                            1.17
- www/ruby-rails32/distinfo                                    1.17

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul  6 07:36:35 UTC 2014

  Modified Files:
  pkgsrc/lang/ruby: rails.mk

  Log Message:
  Start update of Ruby on Rails to 3.2.19.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul  6 07:38:16 UTC 2014

  Modified Files:
  pkgsrc/devel/ruby-activesupport32: distinfo

  Log Message:
  Update ruby-activesupport32 to 3.2.19.

  ## Rails 3.2.19 (Jul 2, 2014) ##

  *  Make sure Active Support configurations are applied correctly.

      Before this change configuration set using `config.active_support`
      would not be set.

      *Rafael Mendon=E7a Fran=E7a*

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul  6 07:38:50 UTC 2014

  Modified Files:
  pkgsrc/devel/ruby-activemodel32: distinfo

  Log Message:
  Update ruby-activemodel32 to 3.2.19.

  ## Rails 3.2.19 (Jul 2, 2014) ##

  * No changes.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul  6 07:40:52 UTC 2014

  Modified Files:
  pkgsrc/www/ruby-activeresource32: distinfo

  Log Message:
  Update ruby-activeresource32 to 3.2.19.

  ## Rails 3.2.19 (Jul 2, 2014) ##

  * No changes.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul  6 07:41:43 UTC 2014

  Modified Files:
  pkgsrc/www/ruby-actionpack32: distinfo

  Log Message:
  Update ruby-actionpack32 to 3.2.19.

  ## Rails 3.2.19 (Jul 2, 2014) ##

  *  Fix regression when using `ActionView::Helpers::TranslationHelper#t=
  ranslate` with
      `options[:raise]`.

      This regression was introduced at ec16ba75a5493b9da972eea08bae630eb=
  a35b62f.

      *Shota Fukumori (sora_h)*

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul  6 07:42:15 UTC 2014

  Modified Files:
  pkgsrc/mail/ruby-actionmailer32: distinfo

  Log Message:
  Update ruby-actionmailer32 to 3.2.19.

  ## Rails 3.2.19 (Jul 2, 2014) ##

  * No changes.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul  6 07:42:48 UTC 2014

  Modified Files:
  pkgsrc/devel/ruby-railties32: distinfo

  Log Message:
  Update ruby-railties32 to 3.2.19.

  ## Rails 3.2.19 (Jul 2, 2014) ##

  * No changes.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul  6 07:43:50 UTC 2014

  Modified Files:
  pkgsrc/www/ruby-rails32: distinfo

  Log Message:
  Update ruby-rails32 to 3.2.19.

  This is meta package like ruby gem.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul  6 07:40:12 UTC 2014

  Modified Files:
  pkgsrc/databases/ruby-activerecord32: distinfo

  Log Message:
  Update ruby-activerecord32 to 3.2.19, security fix.

  ## Rails 3.2.19 (Jul 2, 2014) ##

  *  Fix SQL Injection Vulnerability in 'bitstring' quoting.

      Fixes CVE-2014-3482.

      *Rafael Mendon盧彊a Fran盧彊a*

(tron)