Commit graph

207926 commits

Author SHA1 Message Date
wen
e7022b47be Update to 0.044
Upstream changes:
0.044     2013-10-17 17:00:41 America/New_York

    [FIXED]

    - Fixed child path construction against the root path.

    - Fixed path construction when a relative volume is provided as the
      first argument on Windows; e.g. path("C:", "lib") must be like
      path("C:lib"), not path("C:/lib").

    - On AIX, shared locking is replaced by exclusive locking on a R/W
      filehandle, as locking read handles is not supported

0.043     2013-10-14 06:24:06 America/New_York

    [CHANGED]

    - Calling 'absolute' on Windows will add the volume if it is missing
      (E.g. "/foo" will become "C:/foo").  This matches the behavior
      of File::Spec->rel2abs.

    [FIXED]

    - Fixed t/00-report-prereqs.t for use with older versions of
      CPAN::Meta::Requirements

0.042     2013-10-13 11:02:02 America/New_York

    [FIXED]

    - When 'realpath' can't be resolved (because intermediate directories
      don't exist), the exception now explains the error clearly instead of
      complaining about path() needing a defined, positive-length argument.

    - On Windows, fixed resolution of relative paths with a volume.
      E.g. "C:foo" is now correctly translated into getdcwd on "C:"
      plus "foo".

0.041     2013-10-11 08:56:31 America/New_York

    [FIXES]

    - Removes duplicate test dependency on File::Spec that triggers
      a CPAN.pm bug

0.040     2013-10-08 22:01:50 America/New_York

    [FIXES]

    - Fixed broken locking test on *bsd

    - When using 'filehandle' to request a locked handle that truncates an
      existing file and has a binmode starting with ":unix", this fixes a
      bug where pseudo-layers weren't being cleared properly.

0.039     2013-10-08 16:39:23 America/New_York

    [ADDITIONS]

    - The 'filehandle' method now offers an option to return locked handles
      based on the file mode.  Input-output methods now rely on this
      feature internally.  Truncating file modes defer truncation until
      after an exclusive lock is acquired.

    [FIXES]

    - The 'filehandle' method now respects default encoding set by
      the caller's open pragma.

0.038     2013-10-01 18:20:05 America/New_York

    [ADDITIONS]

    - Added 'is_rootdir' method to simplify testing if a path is
      the root directory

0.037     2013-09-25 13:00:25 America/New_York

    [FIXES]

    - Fixed for v5.8

0.036     2013-09-25 09:34:28 America/New_York

    [PREREQS]

    - No longer lists 'threads' as a prerequisite.  If you have a threaded
      perl, you have it and if you're not, Path::Tiny doesn't care.

0.035     2013-09-24 07:21:55 America/New_York

    [FIXED]

    - Fixed flock warning on BSD that was broken with the autodie
      removal; now also applies to all BSD flavors

0.034     2013-09-23 16:16:36 America/New_York

    [INCOMPATIBLE CHANGE]

    - Exceptions are now Path::Tiny::Error objects, not autodie exceptions;
      this removes the last dependency on autodie, which allows us to
      support Perls as far back as v5.8.1

    [FIXED]

    - BSD/NFS flock fix was not backwards compatible before v5.14.  This
      fixes it harder.

    [PREREQS]

    - dropped autodie

    - lowered ExtUtils::MakeMaker configure_requires version to 6.17

0.033     2013-09-12 08:54:30 America/New_York

    [FIXED]

    - Perl on BSD may not support locking on an NFS filesystem.  If this is
      detected, Path::Tiny warns and continues in an unsafe mode.  The
      'flock' warning category may be fatalized to die instead.

    [DOCUMENTED]

    - Added 'iterator' example showing defaults

0.032     2013-09-06 17:52:48 America/New_York

    [PREREQS]

    - Removed several test dependencies.  Path::Tiny now only needs
      core modules, though some must be upgraded on old Perls
2013-10-19 13:40:52 +00:00
wiz
fa2883c8a9 Updated audio/libmikmod to 3.3.3 2013-10-19 13:32:12 +00:00
wiz
f93305fce7 Update to 3.3.3:
This is a stable release with minor bugfixes and a new feature, a
new umx file loader. It fixes a memory leak, an invalid read upon
backwards position jumps, and documentation problems, and adds
cleanups.
2013-10-19 13:32:00 +00:00
wiz
1b06664bef Updated sysutils/cdrtools to 3.01alpha18 2013-10-19 13:29:53 +00:00
wiz
d626855a8e Update to 3.01a18:
This release fixes a copy+paste bug in the Linux support code for
fine-grained privileges. Libfind no longer leaks filedescriptors
with -empty. New OS version ID rules have been added for various
newer WIN-DOS versions.
2013-10-19 13:29:34 +00:00
wiz
5afb8ccb33 + abiword-3.0, cdrtools-3.01alpha18, etm2-2.3.0 [etm successor],
lftp-4.4.10, libmikmod-3.3.3, py-sip-4.15.3, reposurgeon-2.40.
2013-10-19 13:27:45 +00:00
wen
357c199fea Updated devel/p5-parent to 0.228 2013-10-19 11:18:20 +00:00
wen
9f5d5ea21b Update to 0.228
Upstream changes:
0.228  20130917
    . Fix RT #88450, install into site/ for 5.12+
      Thanks to haarg for the report

0.227  20130901
    . Fix RT #88320, restore tests passing for 5.17.5+
      Thanks to Zefram for the report and contributing the fix

0.226  20130729
    . Fix RT #86890, restore tests passing for 5.18+
      Thanks to Petr Pisar for the report
2013-10-19 11:17:31 +00:00
wen
7f5ddc082b Updated www/p5-Mojolicious to 4.49 2013-10-19 11:11:45 +00:00
wen
3d1b321724 Update to 4.49
Upstream changes:
4.49  2013-10-17
  - Added tls_ciphers option to Mojo::IOLoop::Server::listen.
  - Added ciphers parameter to Mojo::Server::Daemon::listen.
  - Removed experimental status from Mojolicioua::Validator.
  - Removed experimental status from Mojolicioua::Validator::Validation.
  - Removed experimental status from validation method in
    Mojolicious::Controller.
  - Removed experimental status from validator attribute in Mojolicious.
  - Removed experimental status from validation helper in
    Mojolicious::Plugin::DefaultHelpers.
  - Fixed parameter bug in Mojolicious::Validator::Validation.

4.48  2013-10-16
  - Fixed support for Net::SSLeay 1.55.
2013-10-19 11:10:45 +00:00
richard
c8f47b642b disable tests in fontconfig given problems on at least WIN32 and Solaris 2013-10-19 10:36:08 +00:00
wiz
9d43e9e9c6 Fix typo in comment. 2013-10-19 09:29:37 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
adam
08bade3e91 Updated textproc/icu to 52.1; databases/sqlite3 to 3.8.1 2013-10-19 08:50:24 +00:00
adam
fbdcb789d0 Changes 3.8.1:
Added the unlikely() and likelihood() SQL functions to be used as hints to the query planner.
Enhancements to the query planner:
Take into account the fact WHERE clause terms that cannot be used with indices still probably reduce the number of output rows.
Estimate the sizes of table and index rows and use the smallest applicable B-Tree for full scans and "count(*)" operations.
Added the soft_heap_limit pragma.
Added support for SQLITE_ENABLE_STAT4
Added support for "sz=NNN" parameters at the end of sqlite_stat1.stat fields used to specify the average length in bytes for table and index rows.
Avoid running foreign-key constraint checks on an UPDATE if none of the modified columns are associated with foreign keys.
Added the SQLITE_MINIMUM_FILE_DESCRIPTOR compile-time option
Added the win32-longpath VFS on windows, permitting filenames up to 32K characters in length.
The Date And Time Functions are enhanced so that the current time (ex: julianday('now')) is always the same for multiple function invocations within the same sqlite3_step() call.
Add the "totype.c" extension, implementing the tointeger() and toreal() SQL functions.
FTS4 queries are better able to make use of docid<$limit constraints to limit the amount of I/O required.
Added the hidden fts4aux languageid column to the fts4aux virtual table.
The VACUUM command packs the database about 1% tighter.
The sqlite3_analyzer utility program is updated to provide better descriptions and to compute a more accurate estimate for "Non-sequential pages"
Refactor the implementation of PRAGMA statements to improve parsing performance.
The directory used to hold temporary files on unix can now be set using the SQLITE_TMPDIR environment variable, which takes precedence over the TMPDIR environment variable. The sqlite3_temp_directory global variable still has higher precedence than both environment variables, however.
Added the PRAGMA stats statement.
Bug fix: Return the correct answer for "SELECT count(*) FROM table" even if there is a partial index on the table.
2013-10-19 08:48:08 +00:00
adam
cb7a18f766 Changes 52.1:
Unicode 6.3: New bidi control codes, new Bidi_Class property values, two new bidi "bracket" properties; for other property value changes see the UAX 44 summary.
The bidi algorithm implementation has also been updated to support the new properties and to match the updated algorithm in the Unicode 6.3 version of UAX 9.
Note: ICU 52 still uses collation root data based on Unicode Collation Algorithm 6.2 (UCA 6.2). (However, ICU 52 does use CLDR 24 collation tailoring data.)
CLDR 24: Improved coverage for top 70+ languages, fractional plural rules and forms, many new measurement units, major simplification of collation rule syntax, preliminary version of European Ordering Rules, new relative fields such as “last Sunday” and “now”, and much more.
Time zone data: 2013g.
Support new variants of Islamic calendar:
"islamic-umalqura": Umm al-Qura.
"islamic-tbla": Tabular (fixed intercalary years), with astronomical epoch.
Made Calendar getDayOfWeekType behave as documented.
New API for converting between Windows time zone ID and IANA tz database ID.
Technology Preview: New API for more granular control of DateFormat parse leniency.
DateTimePatternGenerator:
Support recently-added time zone pattern characters O, X, x and updated support for V, Z.
Support newly-defined skeleton character ‘J’ to generate preferred hour cycle without any day period indicator (such as AM/PM for h).
Implement support for plurals that depend on displayed fractional values.
MessageFormat and currency formatting etc. select appropriate plural forms for values with decimal digits (after the decimal point).
Segmentation:
Add dictionary-based word & line break for Lao.
2013-10-19 08:47:36 +00:00
adam
930dc9343a PLIST has been incorrect 2013-10-19 08:09:18 +00:00
adam
c5f881767a Fix building on SunOS 2013-10-19 08:04:34 +00:00
ryoon
71301a7443 Renamed swig-2.0.10 to swig2 2013-10-19 08:02:56 +00:00
ryoon
d228329291 Rename swig-2.* to swig2, so swig-1.* and swig2 can coexist 2013-10-19 07:55:54 +00:00
tsutsui
ce797d9d84 Updated games/onscripter to 20130929 2013-10-19 06:46:16 +00:00
tsutsui
b29ef90219 Update onscripter to 20130929.
pkgsrc changes:
 - remove previous patch-LUAHandler.cpp, which has been integrated

Upstream Changes (only Japanese log available)

20130929:
 - apply a patch to fix compile failure with Lua 5.2
2013-10-19 06:43:43 +00:00
wiz
f4701e2ca8 + at-spi2-core-2.10.1, autogen-5.18.2, dev86-0.16.19 [pkg/48321],
gcc48-4.8.2, gnome-3.10.1, gnome-keyring-3.10.1, libgnome-keyring-3.10.1,
  py-gobject3-3.10.1, qpdf-5.0.1, seahorse-3.10.1,
  seahorse-nautilus-3.10.1, sslh-1.15 [pkg/48320], webkit-gtk-2.2.1.
2013-10-18 23:24:42 +00:00
wiz
24403f2b31 Updated devel/meld to 1.8.2 2013-10-18 21:41:04 +00:00
wiz
2676597179 Update to 1.8.2:
2013-10-18 meld 1.8.2
=====================

  Fixes:

    * Fix regression selecting Subversion 1.6 repositories (Kai Willadsen)
    * Fix for unicode usernames on Windows; note that this change also moves
      Meld config from the remote to the local app data folder (Kai Willadsen)
    * Add copyright string to appdata file (Kai Willadsen)

  Translations:

    * Fran Diéguez (gl)
    * Matej Urbančič (sl)
2013-10-18 21:40:54 +00:00
jmmv
8566389cba Note update of devel/kyua-cli to 0.7. 2013-10-18 21:02:35 +00:00
jmmv
4f891ae693 Update to 0.7:
Experimental version released on October 18th, 2013.

* Made failures from testers more resilent.  If a tester fails, the
  corresponding test case will be marked as broken instead of causing
  kyua to exit.

* Added the '--results-filter' option to the 'report-html' command and
  set its default value to skip passed results from HTML reports.  This
  is to keep these reports more succint and to avoid generating tons of
  detail files that will be, in general, useless.

* Switched to use Lutok 0.3 to gain compatibility with Lua 5.2.

* Issue 69: Cope with the lack of AM_PROG_AR in configure.ac, which
  first appeared in Automake 1.11.2.  Fixes a problem in Ubuntu 10.04
  LTS, which appears stuck in 1.11.1.
2013-10-18 21:02:02 +00:00
adam
f8fdb719b0 Updated devel/git to 1.8.4.1 2013-10-18 19:50:13 +00:00
adam
29f4a8921d Changes 1.8.4.1:
* Some old versions of bash do not grok some constructs like
   'printf -v varname' which the prompt and completion code started
   to use recently.  The completion and prompt scripts have been
   adjusted to work better with these old versions of bash.

 * In FreeBSD's and NetBSD's "sh", a return in a dot script in a
   function returns from the function, not only in the dot script,
   breaking "git rebase" on these platforms (regression introduced
   in 1.8.4-rc1).

 * "git rebase -i" and other scripted commands were feeding a
   random, data dependant error message to 'echo' and expecting it
   to come out literally.

 * Setting the "submodule.<name>.path" variable to the empty
   "true" caused the configuration parser to segfault.

 * Output from "git log --full-diff -- <pathspec>" looked strange
   because comparison was done with the previous ancestor that
   touched the specified <pathspec>, causing the patches for paths
   outside the pathspec to show more than the single commit has
   changed.

 * The auto-tag-following code in "git fetch" tries to reuse the
   same transport twice when the serving end does not cooperate and
   does not give tags that point to commits that are asked for as
   part of the primary transfer.  Unfortunately, Git-aware transport
   helper interface is not designed to be used more than once, hence
   this did not work over smart-http transfer.  Fixed.

 * Send a large request to read(2)/write(2) as a smaller but still
   reasonably large chunks, which would improve the latency when the
   operation needs to be killed and incidentally works around broken
   64-bit systems that cannot take a 2GB write or read in one go.

 * A ".mailmap" file that ends with an incomplete line, when read
   from a blob, was not handled properly.

 * The recent "short-cut clone connectivity check" topic broke a
   shallow repository when a fetch operation tries to auto-follow
   tags.

 * When send-email comes up with an error message to die with upon
   failure to start an SSL session, it tried to read the error
   string from a wrong place.

 * A call to xread() was used without a loop to cope with short
   read in the codepath to stream large blobs to a pack.

 * On platforms with fgetc() and friends defined as macros, the
   configuration parser did not compile.

 * New versions of MediaWiki introduced a new API for returning
   more than 500 results in response to a query, which would cause
   the MediaWiki remote helper to go into an infinite loop.

 * Subversion's serf access method (the only one available in
   Subversion 1.8) for http and https URLs in skelta mode tells its
   caller to open multiple files at a time, which made "git svn
   fetch" complain that "Temp file with moniker 'svn_delta' already
   in use" instead of fetching.

Also contains a handful of trivial code clean-ups, documentation
updates, updates to the test suite, etc.
2013-10-18 19:48:48 +00:00
joerg
ae98279de2 Retire jade, replaced a long time ago by textproc/openjade. 2013-10-18 16:57:15 +00:00
joerg
c8d3bca78a Removed textproc/jade 2013-10-18 16:56:34 +00:00
roy
fb712fc6b0 guile doesn't use any curses, termcap or terminfo 2013-10-18 15:53:27 +00:00
taca
5c8bd06c87 Note update of lang/php55 package to 5.5.5. 2013-10-18 15:52:53 +00:00
taca
6984b6e27b Set minimum version of php-intl depends to PHP_BASE_VERS. 2013-10-18 15:51:47 +00:00
taca
93c46d5434 * Set USE_PHP_EXT_PATCHES to "Yes".
* Remove PHP_CHECK_INSTALLED since it is "Yes" default.
2013-10-18 15:50:45 +00:00
taca
a8f12bfe2c Update php55 to 5.5.5.
17 Oct 2013, PHP 5.5.5

- Core:
  . Fixed bug #64979 (Wrong behavior of static variables in closure generators).
    (Nikita)
  . Fixed bug #65322 (compile time errors won't trigger auto loading). (Nikita)
  . Fixed bug #65821 (By-ref foreach on property access of string offset
    segfaults). (Nikita)

- CLI server:
  . Fixed bug #65633 (built-in server treat some http headers as
    case-sensitive). (Adam)
  . Fixed bug #65818 (Segfault with built-in webserver and chunked transfer
    encoding). (Felipe)
  . Added application/pdf to PHP CLI Web Server mime types (Chris Jones)

- Datetime:
  . Fixed bug #64157 (DateTime::createFromFormat() reports confusing error
    message). (Boro Sitnikovski)
  . Fixed bug #65502 (DateTimeImmutable::createFromFormat returns DateTime).
    (Boro Sitnikovski)
  . Fixed bug #65548 (Comparison for DateTimeImmutable doesn't work).
    (Boro Sitnikovski)

- DBA extension:
  . Fixed bug #65708 (dba functions cast $key param to string in-place,
    bypassing copy on write). (Adam)

- Filter:
  . Add RFC 6598 IPs to reserved addresses. (Sebastian Nohn)
  . Fixed bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names).
    (Syra)

- FTP:
  . Fixed bug #65667 (ftp_nb_continue produces segfault). (Philip Hofstetter)

- GD
  . Ensure that the defined interpolation method is used with the generic
    scaling methods. (Pierre)

- IMAP:
  . Fixed bug #65721 (configure script broken in 5.5.4 and 5.4.20 when enabling
    imap). (ryotakatsuki at gmail dot com)

- OPcache:
  . Added support for GNU Hurd. (Svante Signell)
  . Added function opcache_compile_file() to load PHP scripts into cache
    without execution. (Julien)
  . Fixed bug #65845 (Error when Zend Opcache Optimizer is fully enabled).
    (Dmitry)
  . Fixed bug #65665 (Exception not properly caught when opcache enabled).
    (Laruence)
  . Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var). (Dmitry)
  . Fixed issue #135 (segfault in interned strings if initial memory is too
    low). (Julien)

- Sockets:
  . Fixed bug #65808 (the socket_connect() won't work with IPv6 address).
    (Mike)

- SPL:
  . Fix bug #64782 (SplFileObject constructor make $context optional / give it
    a default value). (Nikita)

- Standard:
  . Fixed bug #61548 (content-type must appear at the end of headers for 201
    Location to work in http). (Mike)

- XMLReader:
  . Fixed bug #51936 (Crash with clone XMLReader). (Mike)
  . Fixed bug #64230 (XMLReader does not suppress errors). (Mike)

- Build system:
  . Fixed bug #51076 (race condition in shtool's mkdir -p implementation).
    (Mike, Raphael Geissert)
  . Fixed bug #62396 ('make test' crashes starting with 5.3.14 (missing
    gzencode())). (Mike)
2013-10-18 15:49:07 +00:00
roy
8cf8ec8151 erlang uses termcap, not curses 2013-10-18 15:47:49 +00:00
taca
ff5b0f9191 Note update of Ruby on Rails packages to 3.2.15.
devel/ruby-activesupport32
	devel/ruby-activemodel32
	www/ruby-actionpack32
	databases/ruby-activerecord32
	mail/ruby-actionmailer32
	devel/ruby-railties32
	www/ruby-rails32
2013-10-18 15:39:29 +00:00
taca
537ff90dbb Update ruby-rails32 to 3.2.15.
This is a bug fix release and also contains one security fix.
2013-10-18 15:38:03 +00:00
taca
fe7fc4c0d1 Update ruby-railties32 to 3.2.15.
CHANGELOG.md says "No changes." but really it contains a few bug fixes.
2013-10-18 15:34:46 +00:00
taca
d9c913a4cb Update ruby-actionmailer32 to 3.2.15.
CHANGELOG.md says "No changes." but it fixes possible dos vulnerability.
2013-10-18 15:33:16 +00:00
taca
9d97d6f91a Update ruby-activeresource32 to 3.2.15.
## Rails 3.2.15 (Oct 16, 2013) ##

* No changes.
2013-10-18 15:31:00 +00:00
taca
16566ab7e0 Update ruby-activerecord32 to 3.2.15.
## Rails 3.2.15 (Oct 16, 2013) ##

* When calling the method .find_or_initialize_by_* from a collection_proxy it
  should set the inverse_of relation even when the entry was found on the db.

    *arthurnn*

* Callbacks on has_many should access the in memory parent if a inverse_of is
  set.

    *arthurnn*

* Fix `FinderMethods#last` unscoped primary key.

    Fixes #11917.

    *Eugene Kalenkovich*

* Load fixtures from linked folders.

    *Kassio Borges*

* When using optimistic locking, `update` was not passing the column to
 `quote_value` to allow the connection adapter to properly determine how to
  quote the value. This was affecting certain databases that use specific
  colmn types.

    Fixes: #6763

    *Alfred Wong*
2013-10-18 15:30:05 +00:00
taca
ce337e5d3e Update ruby-actionpack32 to 3.2.15.
## Rails 3.2.15 (Oct 16, 2013) ##

* Fix `ActionDispatch::RemoteIp::GetIp#calculate_ip` to only check for
  spoofing attacks if both `HTTP_CLIENT_IP` and `HTTP_X_FORWARDED_FOR` are
  set.

  Fixes #12410
  Backports #10844

  *Tamir Duberstein*

* Fix the assert_recognizes test method so that it works when there are
  constraints on the querystring.

  Issue/Pull Request #9368
  Backport #5219

  *Brian Hahn*

* Fix to render partial by context(#11605).

  *Kassio Borges*

* Fix `ActionDispatch::Assertions::ResponseAssertions#assert_redirected_to`
  does not show user-supplied message.

  Issue: when `assert_redirected_to` fails due to the response redirect not
  matching the expected redirect the user-supplied message (second parameter)
  is not shown. This message is only shown if the response is not a redirect.

  *Alexey Chernenkov*
2013-10-18 15:27:20 +00:00
taca
12bceffd4b Update ruby-activemodel32 to
## Rails 3.2.15 (Oct 16, 2013) ##

*   No changes.
2013-10-18 15:26:02 +00:00
taca
2574eaa2d7 Update ruby-activesupport32 to 3.2.15.
## Rails 3.2.15 (Oct 16, 2013) ##

* Fix ActiveSupport::Cache::FileStore#cleanup to no longer rely on missing
  each_key method.

    *Murray Steele*

* Add respond_to_missing? for TaggedLogging which is best practice when
  overriding method_missing. This permits wrapping TaggedLogging by another
  log abstraction such as em-logger.

    *Wolfram Arnold*
2013-10-18 15:24:38 +00:00
taca
0020b6301a Start update of Ruby on Rails 3.2.15. 2013-10-18 15:22:42 +00:00
taca
26f421132c Note update of lang/php54 package to 5.4.21. 2013-10-18 12:28:28 +00:00
taca
1f5f7f92d6 Use PHP_BASE_VERS with dependency of php-intl. 2013-10-18 12:26:42 +00:00
taca
c75f2f0e40 Update php54 to 5.4.21 (PHP 5.4.21).
17 Oct 2013, PHP 5.4.21

- Core:
  . Fixed bug #65322 (compile time errors won't trigger auto loading). (Nikita)

- CLI server:
  . Fixed bug #65633 (built-in server treat some http headers as
    case-sensitive). (Adam)

- Datetime:
  . Fixed bug #64157 (DateTime::createFromFormat() reports confusing error
    message). (Boro Sitnikovski)

- DBA extension:
  . Fixed bug #65708 (dba functions cast $key param to string in-place,
    bypassing copy on write). (Adam)

- Filter:
  . Add RFC 6598 IPs to reserved addresses. (Sebastian Nohn)
  . Fixed bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names).
    (Syra)

- IMAP:
  . Fixed bug #65721 (configure script broken in 5.5.4 and 5.4.20 when enabling
    imap). (ryotakatsuki at gmail dot com)

- Standard:
  . Fixed bug #61548 (content-type must appear at the end of headers for 201
    Location to work in http). (Mike)

- Build system:
  . Fixed bug #62396 ('make test' crashes starting with 5.3.14 (missing
    gzencode())). (Mike)
2013-10-18 12:25:12 +00:00