Commit graph

24435 commits

Author SHA1 Message Date
nat
099431032c Remove delay whilst writing audio. Improves latency.
Bump PKGREVISION.

This commit was approved by wiz@
2015-05-31 09:20:48 +00:00
nat
fa033b1bef Remove delay whilst writing audio. Improves latency.
Make it so wscons video will initialize without keyboard and mouse.

This commit was approved by wiz@
2015-05-31 09:17:53 +00:00
ryoon
eb5aa3bc51 Update to 3.19.1
Changelog:
Network Security Services (NSS) 3.19.1 is a patch release
for NSS 3.19.

No new functionality is introduced in this release. This patch
release includes a fix for the recently published logjam attack.

Notable Changes:
* The minimum strength of keys that libssl will accept for
  finite field algorithms (RSA, Diffie-Hellman, and DSA) have
  been increased to 1023 bits (bug 1138554).
* NSS reports the bit length of keys more accurately.  Thus,
  the SECKEY_PublicKeyStrength and SECKEY_PublicKeyStrengthInBits
  functions could report smaller values for values that have
  leading zero values. This affects the key strength values that
  are reported by SSL_GetChannelInfo.

The NSS development team would like to thank Matthew Green and
Karthikeyan Bhargavan for responsibly disclosing the issue in
bug 1138554.

The HG tag is NSS_3_19_1_RTM. NSS 3.19.1 requires NSPR 4.10.8 or newer.
2015-05-29 14:19:25 +00:00
ryoon
aef3b37ddb Update to 1.33
Changelog:
This is Version 1.33 (2015-05-23)
Principal changes in this release:

    Improved fork detection on fossil update, fossil status and related commands.
    Change the default skin to what used to be called "San Francisco Modern".
    Add the /repo-tabsize web page
    Add fossil import --svn, for importing a subversion repository into fossil which was exported using "svnadmin dump".
    Add the "--compress-only" option to fossil rebuild.
    Use a pie chart on the /reports?view=byuser page.
    Enhanced fossil clean --verily so that it ignores keep-glob and ignore-glob settings. Added the -x alias for --verily.
    Add the --soft and --hard options to fossil rm and fossil mv. The default is still --soft, but that is now configurable at compile-time or by the mv-rm-files setting.
    Improved ability to customize the timelime graph.
    Improvements to the /sitemap page.
    Automatically adjust the CLI timeline to the terminal width on Linux.
    Added [info commands] and [info vars] commands to TH1. These commands perform the same function as their Tcl counterparts, except they do not accept a pattern argument.
    Fix some obscure issues with TH1 expression processing.
    Fix titles in search results for documents that are not wiki, markdown, or HTML.
    Formally translate TH1 to Tcl return codes and vice-versa, where necessary, in the Tcl integration subsystem.
    Add fossil leaves -multiple, for finding multiple leaves on the same branch.
    Added the "Blitz" skin option.
    Removed the ".fossil-settings/keep-glob" file. It should not have been checked into the repository.
    Update the built-in SQLite to version 3.8.10.2.
    Make fossil open honor ".fossil-settings/allow-symlinks".
    Allow fossil add to be used on symlinks to nonexistent or unreadable files in the same way as fossil addremove.
    Added fork warning to be issued if sync produced a fork
    Update the info page to report when a file becomes a symlink. Additionally show the UUID for files whose types have changed without changing contents or symlink target.
    Have fossil changes and fossil status report when executable or symlink status changes on otherwise unmodified files.
    Permit filtering weekday and file reports by user. Also ensure the user parameter is preserved when changing types. Add a field for direct entry of the user name to each applicable report.
    Create parent directories of empty-dirs if they don't already exist.
    Inhibit timeline links to wiki pages that have been deleted.
2015-05-29 14:15:34 +00:00
ryoon
60fdc71994 Update to 31.7.0
* Sync with firefox-31.7.0.
2015-05-29 14:12:15 +00:00
wiz
5f40f36987 Update to 1.5:
----- version 1.5 ------

2015-05-16  Mark Lindner  <markl@neuromancer>

	* lib/libconfig.c - Don't fclose() a null pointer.

2014-09-19  Mark Lindner  <markl@neuromancer>

	* lib/libconfig.c, lib/wincompat.h - check if file being opened is a
	  directory
	* lib/libconfig.c, lib/libconfig.h, lib/libconfig.h++,
	  doc/libconfig.texi - added config_set_options(),
	  config_get_options(), setOptions(), getOptions().

2014-05-25  Mark Lindner  <markl@neuromancer>

	* lib/libconfig.c++, lib/libconfig.h++ - added patches from Matt
	  Renaud (added iterators, removed throws() specifications); added
	  Setting.lookup(); code cleanup; added patch from Yuri Dyachenko
	  (made exception constructors public)
	* lib/libconfig.c, lib/libconfig.h - renamed
	  config_setting_lookup_from() to config_setting_lookup() and
	  documented it; patch from Alexander Klauer (floating point precision
	  loss)
	* doc/libconfig.texi - documented new APIs, bumped version
	* lib/scanner.c, lib/scanner.h, lib/scanner.l, libconfig.c -
	  scanner code cleanup; and regenerated with flex 2.5.39
	* lib/grammar.c, lib/grammar.h, lib/grammar.y - parser code cleanup;
	  and regenerated with bison 3.0.2
	* README, ChangeLog - version updates

2014-01-21  Mark Lindner  <markl@neuromancer>

	* lib/libconfig.c - bugfix; capture root filename
	* tests/Makefile.am - fix for out-of-source builds
	* ac_config.h.in, aclocal.m4 - updated to newer autotools
2015-05-28 07:21:01 +00:00
wiz
9d45da04ac Update to 13.0.1:
13.0.1 (2015-05-22)
~~~~~~~~~~~~~~~~~~~

* Upgrade pip to 7.0.1


13.0.0 (2015-05-21)
~~~~~~~~~~~~~~~~~~~

* Automatically install wheel when creating a new virutalenv. This can be
  disabled by using the ``--no-wheel`` option.

* Don't trust the current directory as a location to discover files to install
  packages from.

* Upgrade setuptools to 16.0.

* Upgrade pip to 7.0.0.
2015-05-28 07:17:12 +00:00
wiz
c1bfc415c5 Update to 2.7.1:
2.7.1 (compared to 2.7.0)
-----------------------------

- fix issue731: do not get confused by the braces which may be present
  and unbalanced in an object's repr while collapsing False
  explanations.  Thanks Carl Meyer for the report and test case.

- fix issue553: properly handling inspect.getsourcelines failures in
  FixtureLookupError which would lead to to an internal error,
  obfuscating the original problem. Thanks talljosh for initial
  diagnose/patch and Bruno Oliveira for final patch.

- fix issue660: properly report scope-mismatch-access errors
  independently from ordering of fixture arguments.  Also
  avoid the pytest internal traceback which does not provide
  information to the user. Thanks Holger Krekel.

- streamlined and documented release process.  Also all versions
  (in setup.py and documentation generation) are now read
  from _pytest/__init__.py. Thanks Holger Krekel.

- fixed docs to remove the notion that yield-fixtures are experimental.
  They are here to stay :)  Thanks Bruno Oliveira.

- Support building wheels by using environment markers for the
  requirements.  Thanks Ionel Maries Cristian.

- fixed regression to 2.6.4 which surfaced e.g. in lost stdout capture printing
  when tests raised SystemExit. Thanks Holger Krekel.

- reintroduced _pytest fixture of the pytester plugin which is used
  at least by pytest-xdist.
2015-05-28 07:13:14 +00:00
wiz
5e97d7c907 Update to 16.0:
----
16.0
----

* Pull Request #130: Better error messages for errors in
  parsed requirements.
* Pull Request #133: Removed ``setuptools.tests`` from the
  installed packages.
2015-05-28 07:12:22 +00:00
wiz
fcc42852e6 Update to 2.13:
+ Version 2.13 (12.05.2015)

  - Added support for offsetof() the way gcc implements it (special builtin
    that takes a type as an argument).
  - Added faked va_* macros (these are expected to come from stdarg.h)
  - Added a bunch more fake headers and typedefs to support parsing C projects
    like Git and SQLite without modifications to pycparser.
  - Added support for empty initializer lists (#79).
2015-05-28 07:08:21 +00:00
wiz
83e1ba6b7d Update to 1.0.3:
1.0.3

    Same as 1.0.2, apart from doc and test fixes on some platforms.

1.0.2

    Variadic C functions (ending in a ... argument) were not
    supported in the out-of-line ABI mode. This was a bug-there
    was even a (non-working) example doing exactly that!

1.0.1

    ffi.set_source() crashed if passed a sources=[..] argument.
    Fixed by chrippa on pull request #60.
    Issue #193: if we use a struct between the first cdef() where
    it is declared and another cdef() where its fields are defined,
    then this definition was ignored.
    Enums were buggy if you used too many ... in their definition.

1.0.0

    The main news item is out-of-line module generation:
        for ABI level, with ffi.dlopen()
	for API level, which used to be with ffi.verify(), now
	deprecated
2015-05-28 07:06:32 +00:00
wiz
d508f66f46 Update to 1.5.2:
-*- coding: utf-8 -*-
Changes for APR 1.5.2

  *) SECURITY: CVE-2015-1829 (cve.mitre.org)
     APR applications using APR named pipe support on Windows can be
     vulnerable to a pipe squatting attack from a local process; the extent
     of the vulnerability, when present, depends on the application.
     Initial analysis and report was provided by John Hernandez of Casaba
     Security via HP SSRT Security Alert.  [Yann Ylavic]

  *) apr_atomic: Fix errors when building on Visual Studio 2013 while
     maintaining the ability to build on Visual Studio 6 with Windows
     Server 2003 R2 SDK. PR 57191. [Gregg Smith]

  *) Switch to generic atomics for early/unpatched Solaris 10 not exporting
     some atomic functions.  PR 55418.  [Yann Ylavic]

  *) apr_file_mktemp() on HP-UX: Remove limitation of 26 temporary files
     per process.  PR 57677.  [Jeff Trawick]

  *) apr_escape: Correctly calculate the size of the returned string in
     apr_escape_path and set the correct return value in case we actually
     escape the string. [<aduryagin gmail.com>] PR 57230.

  *) pollcb on Windows: Handle calls with no file/socket descriptors.
     Follow up to PR 49882. [Jeff Trawick, Yann Ylavic]

  *) apr_poll(cb): fix error paths returned values and leaks.  [Yann Ylavic]

  *) apr_thread_cond_*wait() on BeOS: Fix broken logic.  PR 45800.
     [Jochen Voss (no e-mail)]

  *) apr_skiplist: Optimize the number of allocations by reusing pooled or
     malloc()ed nodes for the lifetime of the skiplist.  [Yann Ylavic]

  *) apr_skiplist: Fix possible multiple-free() on the same value in
     apr_skiplist_remove_all().  [Yann Ylavic]

  *) apr_pollset: On z/OS, threadsafe apr_pollset_poll() may return
     "EDC8102I Operation would block" under load.
     [Pat Odonnell <patod us.ibm.com>]

  *) On z/OS, apr_sockaddr_info_get() with family == APR_UNSPEC was not
     returning IPv4 addresses if any IPv6 addresses were returned.
     [Eric Covener]

  *) Windows cmake build: Fix an incompatibility with cmake 2.8.12 and
     later.  [Jeff Trawick]

  *) apr_global_mutex/apr_proc_mutex: Resolve failures with the
     POSIX sem implementation in environments which receive signals.
     [Jeff Trawick]

  *) apr_skiplist: Fix potential corruption of skiplists leading to
     results or crashes. [Takashi Sato <takashi tks st>, Eric Covener]
     PR 56654.

  *) Improve platform detection by updating config.guess and config.sub.
     [Rainer Jung]
2015-05-28 06:39:32 +00:00
wiz
41820dd8bc Update to 1.80b:
--------------
Version 1.80b:
--------------

  - Made afl-cmin tolerant of whitespaces in filenames. Suggested by
    Jonathan Neuschafer and Ketil Froyn.

  - Added support for AFL_EXIT_WHEN_DONE, as suggested by Michael Rash.

--------------
Version 1.79b:
--------------

  - Added support for dictionary levels, see testcases/README.testcases.

  - Reworked the SQL dictionary to use levels.

  - Added a note about Preeny.

--------------
Version 1.78b:
--------------

  - Added a dictionary for PDF, contributed by Ben Nagy.

  - Added several references to afl-cov, a new tool by Michael Rash.

  - Fixed a problem with crash reporter detection on MacOS X, as reported by
    Louis Dassy.

--------------
Version 1.77b:
--------------

  - Extended the -x option to support single-file dictionaries.

  - Replaced factory-packaged dictionaries with file-based variants.

  - Removed newlines from HTML keywords in testcases/_extras/html/.

--------------
Version 1.76b:
--------------

  - Very significantly reduced the number of duplicate execs during
    deterministic checks, chiefly in int16 and int32 stages. Confirmed
    identical path yields. This should improve early-stage efficiency by
    around 5-10%.

  - Reduced the likelihood of duplicate non-deterministic execs by
    bumping up lowest stacking factor from 1 to 2. Quickly confirmed
    that this doesn't seem to have significant impact on coverage with
    libpng.

  - Added a note about integrating afl-fuzz with third-party tools.
2015-05-28 05:54:04 +00:00
wen
d160613727 Add a missing DEPENDS to fix test fail. 2015-05-28 02:18:54 +00:00
wen
6cfbbf674a Update to 0.103009
Upstream changes:
0.103009  2015-05-27 13:56:16-04:00 America/New_York
        - Do (minor) validation on the user in the config file (Mark Fowler)
2015-05-28 00:52:37 +00:00
wen
bb9a813bba Update to 0.234
Upstream changes:
0.234 20150527
    . Fix the test for PMC loading to work on versions on Perl that don't
      have Config::non_bincompat_options (HAARG). Fixes RT#102626 .

0.233 20150525
    ! The diagnostic about inheriting from ourselves was removed.
      It served no own purpose as Perl already warns if we try to
      inherit in a circular way.
2015-05-28 00:46:40 +00:00
pettai
2fe64e00f1 2015-04-28 Userspace RCU 0.8.7
* Fix: deadlock when thread join is issued in read-side C.S.
        * Fix: rename RCU_DEBUG to DEBUG_RCU in urcu-qsbr.h
        * Mark braced-groups within expressions with __extension__
        * Fix: compat_futex_noasync race condition
        * Fix: documentation: urcu-pointer.h: s/rcu_dereference_pointer/rcu_dereference/
        * Fix: call rcu should call internal RCU API
2015-05-26 14:32:57 +00:00
khorben
a4a20f2407 Package DeforaOS configure 0.2.1
This release is a bugfix release for configure 0.2.0, which brought:
- support for building out-of-tree (OBJDIR)
- new "distcheck" target generation
- support for phony targets
- updated helper scripts (OBJDIR support, portability fixes...)
- new helper script for Python conformance (PEP 8)
- initial support for Objective-C/C++ programs
- documentation update
- test suite
2015-05-25 17:31:21 +00:00
bsiegert
14ec1d13f1 Manually set locale to en_us.UTF-8 on Mac OS to fix rst2man invocations
in the build of multimedia/mpv. Patch originally from Homebrew, via
Leonardo Taccari in PR pkg/49921.
2015-05-24 14:06:42 +00:00
jaapb
620ccc2a8d Used github infrastructure. As suggested by mef@. 2015-05-24 11:35:35 +00:00
kefren
40f4494d1d use mono to start monodevelop 2015-05-23 16:22:34 +00:00
kefren
10c8a3b4b1 Update to 5.0.1 - the latest compilable version until we get nuget
and a newer nunit in pkgsrc
Probably still needs a lot of love.
2015-05-23 15:59:14 +00:00
mef
37127309ee Update to 0.12
--------------
0.12      2015-05-13 01:23:05Z
  - fix parsing of attribute handlers (GH #1)
2015-05-23 08:38:12 +00:00
mef
8d1f11e49a version 2.18 at 2015-05-21 23:30:52 +0000
-----------------------------------------
    Updated for v5.22.0-RC2
2015-05-23 08:33:14 +00:00
mef
20e4739986 Update to 1.7034
----------------
1.7034  2015-05-07 14:20:57 PDT
   [Improvements]
      - Improved an error message when dependency requirement in cpanfile
        get conflict with prereqs in sub dependencies.
2015-05-23 08:30:33 +00:00
kefren
2fe0d2e3e8 Update mono-tools to 3.10. No information regarding this particular
package is provided by the developers except it was part of mono
3.10 release
2015-05-23 06:57:15 +00:00
kefren
239f08fae2 Update to mono-addins 1.1 from mono-project site. No other information is
provided about this release. Note: the original master development site
http://monoaddins.codeplex.com doesn't list this release at all
2015-05-23 06:55:10 +00:00
mef
772e828741 Update to 1.9022
----------------
1.9022 2015-05-05
 - Changes from adamherzog: minor cleanups plus
 - A bunch of addtional tests
 - A couple of small code fixes
2015-05-23 02:56:34 +00:00
mef
ce57b81333 Add BUILD_DEPENDS+= p5-Test-Warnings for make test 2015-05-23 02:52:35 +00:00
mef
e88456b6af (pkgsrc)
- Add one DEPENDS archivers/p5-Archive-Tar-Wrapper
   to satisfy one of '# === Runtime Recommends ==='
   (one more to add, Term::ReadLine::Gnu, but not for now).
(upstream)
 - update to 5.036
------------------
5.036     2015-05-02 11:08:51-04:00 America/New_York
        - BUGFIX: detection of trial status via underscore in version was
          accidentally lost in v5.035; restored now!
2015-05-23 02:48:31 +00:00
mef
cb20262e76 Update to 2.58
---------------
  (Nothing recorded in 'Changes' file but)  resouces: and meta-spec: in META.yml
  have been updated.
2015-05-23 01:51:42 +00:00
mef
7c33a52ed0 Update 1.23 to 1.26
-------------------
1.26  Sun Apr 12 13:37:00 2015
        - Fix bug in string2hashref(), which failed on some strings, such as {a => 'b, c'}.
                string2hashref() is called by read_tree().
                Escaped chars are still not handled.
        - Add t/string2hash.t to test new code.

1.25  Sun Mar 22 11:42:00 2015

        - I've deleted the undocumented sub _dump_quote(), which butchered
          Unicode characters
                when it tried to convert ASCII control characters into
                printable strings (on the assumption all data is
                ASCII). Thanx to Dr. Petra Steiner (Germany) for discussion
                and some testing.  I hope no-one was relying on this sub in
                output redirected to disk files, or otherwise saved for
                later comparisons.
                Methods which used to call _dump_quote() now just output
                the node's name by calling quote_name(), which is discussed
                next. Undefined names are output as the string 'undef'.
        - Add method quote_name(), which simply returns its input string
          surrounded by single-quotes.
        - Add method decode_lol(). This converts the output of
                tree_to_lol() and tree_to_simple_lol() into something which
                is easy to read. See scripts/read.tree.pl for sample usage.
        - Reorder a couple of methods called tree_*(), so that they are in
          alphabetical order.
        - Expand the docs for methods tree_to_*(), re undefined node names.
        - Add scripts/write.tree.pl, which creates the test input file
                t/tree.utf8.attributes.txt.  Note: This latter file is now
                much more complex that in previous versions.
        - Add scripts/read.tree.pl, and it's output file scripts/read.tree.log. This program
                demonstrates the output produced by various methods.
        - Fix the faulty syntax I had used in Build.PL to identify the github repo.
        - Delete and re-create github repo after 'git push' failed to upload the new version.
        - Add LICENSE file to MANIFEST.

1.24  Sun Jan 25 14:17:00 2015
        - Clean up discussion in docs of original author's reluctance to
          allow parameters to new().
        - Rewrite bareword filehandles (INX) to use a variable (my $fh).
        - Rename github repo from Tree--DAG_Node to Tree-DAG_Node - My new standard.
                Update Build.PL and Makefile.PL to match.
        - Reformat the docs, and this file, slighty, to be <= 100 chars per
          line - My new standard.
        - Change horizontal indentation used by node2string() to add 1
                space, so '|' lines up underneath the first char of the
                previous node's name. Use scripts/cut.and.paste.subtrees.pl
                to see the difference.
2015-05-23 01:22:43 +00:00
mef
1582c718d4 Update 1.004001 to 2.01
-----------------------
2.01      2015-05-19
  - Fix failing test in t/all-generated.t

2.00      2015-05-06
  - Added filename_match setting

1.05      2015-05-05
  - New maintainer (PLICEASE) updated meta
2015-05-23 01:17:37 +00:00
mef
d4dd3bbff2 Update to 0.10
--------------
0.10   2015-05-16 03:52:31Z
  - mark this distribution as deprecated in metadata
2015-05-23 01:13:03 +00:00
mef
0f2d61cfee Update 1.07 to 1.10
-------------------
1.10      2015-05-12 05:15:41 -0400
  - Work around for buggy IPC::Run3 0.048 on MSWin32
    On Windows we probe for and mitigate a bug in IPC::Run3
    (see https://github.com/plicease/Test-Script/issues/1 for details)
    with the intention of removing the workaround if/when IPC::Run3
    is fixed.

1.09      2015-05-07 16:44:26 -0400
  - If IPC::Run3::run3 throws an exception it will now fail the test
    (with a helpful diagnostic) rather than crashing the test script.
  - A script that is killed with a singnal is now considered a failure
    as well.
  - Use alternate expected exit and signal values with options as the
    second argument to script_runs.
  - Ability to pass input via stdin to the script with script_runs.
  - Ability to capture stdout and stderr from script with script_runs.
  - Functions to test stdout and stderr:
      script_stdout_is
      script_stdout_isnt
      script_stdout_like
      script_stdout_unlike
      script_stderr_is
      script_stderr_isnt
      script_stderr_like
      script_stderr_unlike

1.08      2015-05-06 05:09:13 -0400
  - Now works with or without blib (rt81222, rt102743)
  - Compatability with older versions of Test::Builder::Tester (rt81335)
  - Requires Perl 5.6.0
  - Migrate to Dist::Zilla
2015-05-23 01:10:21 +00:00
mef
3f9593f568 Update to 0.25
--------------
0.25    2015-05-06
        - POD fixes (by Olivier Mengué (DOLMEN)).
2015-05-23 01:04:29 +00:00
mef
f9e2993111 Update to 1.20
--------------
1.20    2015-05-17
        Deprecated:
        * Search::Elasticsearch::Client::Direct in favour of
          Search::Elasticsearch::Client::1_0::Direct

        New features:
        * Added support for structured JSON exceptions in Elasticsearch 2.0
        * Added support for plugins
        * Added Search::Elasticsearch::Client::2_0::Direct for the upcoming
          Elasticsearch 2.0 with these changes:
            * removed delete_by_query()
            * removed termvector()
            * removed indices.delete_mapping()
            * removed nodes.shutdown()
            * removed indices.status()
            * added terminate_after param to search()
            * added dfs param to termvectors()
            * removed filter_keys param from indices.clear_cache()
            * removed full param from indices.flush()
            * removed force param from indics.optmize()
            * removed replication param from all CRUD methods
            * removed mlt() method

        Bug fix:
        * The bulk buffer was being cleared on a NoNodes exception

        Added class:
        Added methods:
        * field_stats()

        Added params:
        * allow_no_indices, expand_wildcards, ignore_unavailable to cluster.state()
        * fielddata_fields to search()
        * master_timeout to indices.get_template() and indices.exists_template()
        * detect_noop to update()
        * only_ancient_segments to upgrade()
        * analyze_wildcards, analyzer, default_operator, df, lenient, lowercase_expanded_terms,
          and q to count(), search_exists() and indices.validate_query()

        Removed methods:
        * benchmark.* - never released in Elasticsearch

        Also:
        * arrays of enum query string params are now flattened as CSV
        * enum expand_wildcards also accepts: none, all
        * Search::Elasticsearch is no longer a Moo class
        * Updated elasticsearch.org URLs to use elastic.co instead
        * the request body is retained in exceptions
        * upgraded Hijk to 0.20
2015-05-23 01:01:09 +00:00
mef
a46b7d5d49 Update 1.12 to 1.14
-------------------
1.14 2015.05.17
    - Add 'reap_finished_children', 'is_child' and 'is_parent'. (GH#6, Nine bit)

1.13 2015.05.11
    - Use 'select' instead of sleep in _waitpid_blocking. (GH#5)
2015-05-23 00:31:20 +00:00
mef
95d7efbe15 Update to 0.41
--------------
0.41      2015-05-16 03:35:49Z
  - mark this distribution as deprecated in metadata
2015-05-23 00:29:29 +00:00
mef
1ecdd2fc4a Update 0.4211 to 0.4212 (PKGVERSION as 0.42120)
-----------------------
0.4212 - Sun May 17 00:33:34 CEST 2015
  [BUG FIXES]
  - Revert "Stop using version->normal(); prefer stringify()"
2015-05-23 00:11:51 +00:00
mef
e8d8828645 Update 0.410 to 0.412
---------------------
0.412   2015-05-19
    - release 0.411_001 without further changes

0.411_001       2015-05-11
    - move generation of test endpoints to author stage as requested per issue/#9
    - add a rough guide for contributors
    - fix rt#103251 to avoid removing bundled stuff by accident
    - Fix compilation errors under cl (Thanks to jddurand)
2015-05-23 00:04:46 +00:00
mef
c9e8d4087f (pkgsrc)
- Add one BUILD_DEPENDS to devel/p5-Devel-LexAlias for make test.
(upstream)
 - Update to 0.13
--------------
0.13  2015-05-12
      - one more fix for blead (eserte, jplesnik, #6)
2015-05-23 00:02:17 +00:00
mef
6ab1611531 Update to 0.095
---------------
0.095   2015-05-08
        * Extend documentation for slurp, submatches, eval_string.
2015-05-22 23:53:06 +00:00
mef
0c2ba22b36 Update 1.77 to 1.80
-------------------
1.80  May 14, 2015
    - add be_like_java feature (bug report by Bojan Jovanovic)
    - generate warnings only when enabled

1.79  May 7, 2015
    - add repository metadata

1.78  May 7, 2015
    - accept any end of line terminator (i.e. "\r\n", "\r" or "\n")
      independently of the underlaying operating system (bug report by
      William Fishburne, problem analysis by Alexander Brett)
2015-05-22 23:50:25 +00:00
mef
c8a5f710a4 (pkgsrc)
- As described below, PERL5_MODULE_TYPE converted to default to EU:MM
   ExtUtils::MakeMaker
(upstream)
 - update to 0.04
--------------
0.04 2015-05-10T22:08:23Z
    - use EU::MM
2015-05-22 23:47:26 +00:00
mef
7417ed246b Update 0.28 to 0.30
-------------------
0.30      2015-05-15 20:43:54-04:00 America/New_York
  No changes from 0.29

0.29      2015-04-19 18:36:24+02:00 Europe/Berlin (TRIAL RELEASE)
  Fixed:
  - Fix double filehandle close error with tee on Windows
    (which started warning during the perl 5.21.x series,
    causing tests to fail)
2015-05-22 23:42:54 +00:00
mef
d8bd3039e5 Update 0.014 to 0.016
---------------------
0.016     2015-05-19 05:34:02-04:00 America/New_York
  - Generated from ETHER/YAML-Tiny-1.67.tar.gz

0.015     2015-05-11 22:01:58-04:00 America/New_York (TRIAL RELEASE)
  - Generated from ETHER/YAML-Tiny-1.67.tar.gz
2015-05-22 23:38:45 +00:00
mef
ee5983fbb7 Update to 2.57
--------------
2.57    - fix rt.cpan.org#104548, dont allow special chars like newline
          or < in keys, which leads to faile when saving.
2015-05-22 23:35:47 +00:00
rodent
92ea21939f Remove local entry from PLIST. Error in last commit. 2015-05-21 22:22:31 +00:00
rodent
7e0e935115 Fix this the right way, thanks to joerg@. Noticed this is linking against
pthread too, so let's included that bl3.mk here as well.
2015-05-21 22:21:08 +00:00