Commit graph

251685 commits

Author SHA1 Message Date
wen
68765874a4 Update to 1.52
Upstream changes:
1.52 2015-04-15

  [MISCELLANEOUS]

  Changes to the test suite to make it run better with Postgres thanks
  to Greg Sabino Mullane.

1.51_4 2015-01-18

  [BUG FIXES]

  Numerous errors in the test suite (with SQLite ODBC driver) mostly down to not
  creating the test table first.

  [MISCELLANEOUS]

  Try and make the test suite run ok for SQLite ODBC driver so I can use it
  in travis-ci.

1.51_3 2015-01-17

  [BUG FIXES]

  RT101579 - using bound input parameters for numeric columns (e.g.,
  SQL_NUMERIC) only works the first time and will quite likey fail
  with "string data, right truncation" on the second and subsequent
  calls to execute. Thanks to Laura Cox for finding.

1.51_2 2014-11-19

  [BUG FIXES]

  The table_info method (ANSI version only) was incorrectly passing
  the table name for the type argument. I think this bug was
  introduced last year.

1.51_1 2014-11-14

  [BUG FIXES]

  RT100186 - handle VARBINARY(MAX) parameters with SQL Server native
  client. Identify "libmsodbcsql*" as the MS ODBC Driver for Linux as
  there are some specific workarounds for MS Native Client ODBC driver.
2016-07-15 23:31:57 +00:00
wen
47158376ce Updated databases/p5-DBD-mysql to 4.035 2016-07-15 23:24:21 +00:00
wen
571dba6b58 Update to 4.035
Upstream changes:
2016-07-09 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035)
*  Add DBI back to configure_requires, fix by miyagawa.

2016-07-06 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.034)
* Full version, to include all changes since 4.033.

2016-07-04 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.033_03)
* Check for errors after calling mysql_affected_rows(), by Pali.
   (https://rt.cpan.org/Public/Bug/Display.html?id=75353)
* Fix reference to MySQL manual, chapter Character Set Support, suggested
  by Slaven Rezi� (https://rt.cpan.org/Public/Bug/Display.html?id=114148)
* Improve documentation on current database, suggested by Vladimir Marek.
   (https://rt.cpan.org/Ticket/Display.html?id=112587)

2015-12-18 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.033_02)
* Compile against libssl by default. This allows to connect against remote
  MySQL servers using SSL. Previously this was only achieved with an explicit
  switch provided to Makefile.PL - if for some reason you can't or don't want
  to link against libssl, you can use the new --nossl switch to Makefile.PL.
* Made tests more robust after CPAN Testers failures.

2015-12-15 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.033_01)
* Raise minimum DBI version to 1.609 (from 2009!) in order to make
  tests pass on RHEL5.
* Add explicit documentation for how to enable SSL at build time,
  provided by genio.
* Improve test suite to make it more robust using mixed versions of client and
  server.
* Fix use after free error in my_login, provided by hannob.
* Add explicit instructions stating brackets are required around ipv6-addresses
  in connection strings, provided by Kenny Gryp.
2016-07-15 23:23:02 +00:00
wiz
fbc1d0565d Remove unneeded patch, jsoncpp comes with pkg-config file nowadays. 2016-07-15 21:00:41 +00:00
bsiegert
ffeb86ea17 Added go-dns. 2016-07-15 19:59:28 +00:00
bsiegert
11a9ee7407 New package, go-dns.
Complete and usable DNS library. All widely used Resource Records are
supported, including the DNSSEC types. It follows a lean and mean philosophy.
If there is stuff you should know as a DNS programmer there isn't a convenience
function for it. Server side and client side programming is supported, i.e. you
can build servers and resolvers with it.
2016-07-15 19:58:09 +00:00
bsiegert
1ede340823 fix typo 2016-07-15 19:53:45 +00:00
bsiegert
1be6496d1b Added go-ratelimit 2016-07-15 19:35:54 +00:00
bsiegert
c2f88e230e New package, go-ratelimit.
The ratelimit package provides an efficient token bucket implementation. See
http://en.wikipedia.org/wiki/Token_bucket.
2016-07-15 19:35:01 +00:00
wiz
74d34aefed Updated textproc/jsoncpp to 1.7.4 2016-07-15 15:14:15 +00:00
wiz
310afcf1f0 Updated jsoncpp to 1.7.4.
1.7.4

Fix pkg-config

1.7.3

Fix static initialization of null with Myers Singleton. (Thanks @marklakata )
Fix other minor compiler and installation problems and warnings.
Fix amalgamated header.
2016-07-15 15:14:03 +00:00
gdt
aae1471228 Revise ABI discussion
Substantially revise the ABI 32/64 discussion, separating the
close-in-time changes about the default ABI vs how it is encoded.
Thanks to jperkin for off-list clarifications.
2016-07-15 14:51:16 +00:00
mef
ef3954cb85 Updated textproc/p5-Search-Indexer to 0.78 2016-07-15 13:44:59 +00:00
mef
ab365b93e4 Updated textproc/p5-Search-Indexer to 0.78
------------------------------------------
0.78 11.02.2016
  - suppress spurious warnings in Indexer.pm
2016-07-15 13:44:42 +00:00
wiz
83206f2af5 Updated misc/khard to 0.9.0nb2 2016-07-15 13:39:44 +00:00
wiz
0a455bda14 Add missing dependency. Bump PKGREVISION. 2016-07-15 13:39:33 +00:00
mef
3461926e70 Updated textproc/p5-PDF-API2 to 2.028 2016-07-15 13:36:26 +00:00
mef
2a0df8c694 Updated textproc/p5-PDF-API2 to 2.028
-------------------------------------
2.028     2016-06-08
    - [RT #113290] Fix for reading objects inside an object stream in
      a large PDF (patch by Marco Pessotto).

    - Eliminate an infinite loop when reading a corrupt dictionary.
2016-07-15 13:36:08 +00:00
wen
101fb8c19c Updated devel/p5-Dist-Zilla to 6.006 2016-07-15 13:35:22 +00:00
wen
3d2b28aa95 Update to 6.006
Upstream changes:
6.006     2016-07-04 10:56:36-04:00 America/New_York
        - add some documentation to Dist::Zilla::App::Tester (thanks, Alberto
          Sim繭es!)
        - optimizations to regex munging (thanks, Olivier Mengu矇!)
        - add x_serialization_backend to META.* files (thanks, Karen
          Etheridge!)
        - metadata plugins are called before metadata defaults are built
          (thanks, Karen Etheridge!)
        - don't use ExtraTests plugin, but if you do, its generated test files
          are a bit faster when unused
2016-07-15 13:33:46 +00:00
mef
8e17f1f282 Updated textproc/mxml to 2.10 2016-07-15 13:14:29 +00:00
mef
0d6253a069 Updated textproc/mxml to 2.10
-----------------------------
CHANGES IN Mini-XML 2.10    - 2016-06-12
        - The version number in mxml.h was wrong (Bug #532)
        - The mxml.spec file was out of date (Bug #521)
        - Mini-XML no longer allows malformed element names (Bug #509)
        - mxmlLoad* and mxmlSAXLoad* did not properly create text nodes when
          MXML_TEXT_CALLBACK was specified (Bug #531)
        - mxmlDelete used a recursive algorithm which could require large
          amounts of stack space depending on the file (Bug #549, CVE-2016-4570)
        - mxmlWrite* used a recursive algorithm which could require large
          amounts of stack space depending on the file (Bug #549, CVE-2016-4571)
2016-07-15 13:14:10 +00:00
mef
4890e97f7f Updated textproc/miller to 4.3.0 2016-07-15 13:11:07 +00:00
mef
ca2dce15a1 Updated textproc/miller 3.4.0 to 4.3.0
--------------------------------------
From: https://github.com/johnkerl/miller/releases
Summary:
 v4.3.0
    Interpolated percentiles, markdown-tabular output format, CSV-quote preservation
 v4.2.0
    Multi-emit
 v4.1.0
    for/if/while and various features
 v4.0.0
    Variables, begin/end blocks, pattern-action blocks
 v3.5.0
    New data-rearrangers: nest, shuffle, repeat; misc. features
2016-07-15 13:10:51 +00:00
wen
3bbb606145 Updated devel/p5-Devel-Pragma to 1.1.0 2016-07-15 13:07:28 +00:00
wen
c8c7fc589f Update to 1.1.0
Upstream changes:
1.1.0 Fri 1 Jul 14:20:06 2016
    - overhaul ccstash
        - simplify the tests
        - improve the documentation
        - return undef if called outside of a require
    - remove the do FILE tests from hints.t since
      Lexical::SealRequireHints doesn't support it (RT#85101)

1.0.1 Tue 28 Jun 10:09:48 2016
    - META.yml: add the bugtracker link
    - META.yml: fix the version

1.0.0 Tue 28 Jun 09:15:13 2016
    - remove on_require
2016-07-15 13:05:43 +00:00
wen
137c9d3256 Updated devel/p5-Devel-PPPort to 3.35 2016-07-15 13:00:07 +00:00
wen
e32f549835 Update to 3.35
Upstream changes:
3.35 - 2016-06-17

    * Fix compilation in bleadperl by removing a bad test.
2016-07-15 12:58:37 +00:00
wen
bf4795985d Updated devel/p5-Data-Dumper to 2.161 2016-07-15 12:54:05 +00:00
wen
6a090be8fa Update to 2.161
Upstream changes:
2.161 (Jul 11 2016)

    Perl 5.12 fix/workaround until fixed PPPort release.

    Pre-5.12 fixes for test dependency.
2.160 (Jul 3 2016)

    Now handles huge inputs on 64bit perls.

    Add Trailingcomma option. This is as suggested in RT#126813.

    Significant refactoring of XS implementation.

    Pure Perl implementation fixes in corner cases ("\n" dumped raw").
2016-07-15 12:52:40 +00:00
jperkin
67c5725295 Fix build on 32-bit SunOS with 64-bit native assembler. 2016-07-15 12:44:21 +00:00
wen
97bed84335 Updated devel/p5-local-lib to 2.000019 2016-07-15 12:43:52 +00:00
wen
96959ba172 Update to 2.000019
Upstream changes:
2.000019 - 2016-04-19
 - fix bootstrapping into directory with spaces (PR#4)
 - fix variable interpolation to work when used with sh -u (RT#112711)
 - author test enhancements
2016-07-15 12:40:59 +00:00
leot
f6b1978d52 Updated print/mupdf to 1.9anb1 2016-07-15 12:32:49 +00:00
leot
2ba00c8f09 Fix linking with openjpeg-2.1.1
Restrict OPJ_STATIC definition to Windows (as the comment suggests).
This avoid linking errors with openjpeg-2.1.1.

Bump PKGREVISION
2016-07-15 12:32:33 +00:00
wen
e70249b6ca Updated devel/p5-Memoize-ExpireLRU to 0.56 2016-07-15 12:29:42 +00:00
wen
b5f018b794 Update to 0.56
Upstream changes:
0.56 2016-07-07 NEILB
    - Switched from using the deprecated TIE interface for Memoize
    - Refactored to current traditional directory structure
    - Switched to Dist::Zilla
2016-07-15 12:28:37 +00:00
wen
8bf3379947 Updated devel/p5-MetaCPAN-Client to 1.02000 2016-07-15 12:23:43 +00:00
wen
df11948061 Update to 1.02000
Upstream changes:
1.020000    12.07.16
            * Added support for Author->release_count & Author->links methods (Mickey)
            * Added support for url_prefix parameter for Pod (Mickey)

1.019000    06.07.16
            * Added missing 'download_url' attribute to file/module
              result objects (Mickey)

1.018000    06.07.16
            * Added support for download_url endpoint (Mickey)
            * Default domain set by providing 'version' -
              makes it easy to work with v1 (Mickey)

1.017000    28.06.16
            * Fixed nodes list for Search::Elasticsearch (Mickey)
            * Added support for 'aggregations' (Mickey)

1.016000    27.06.16
            * Added support for 'all' filters type 'files' (Mickey)
            * http -> https (Mickey)
2016-07-15 12:21:58 +00:00
wen
986ab78e18 Updated devel/p5-Module-CoreList to 5.20160620 2016-07-15 12:00:44 +00:00
wen
0b6153c305 Update to 5.20160620
Upstream changes:
5.20160620
  - Updated for v5.25.2

5.20160520
 - fixed edge-case checking in is_core() (checking for a specific
   version of a module returned false for the first perl release
   that contained it)
 - Updated for v5.25.1
2016-07-15 11:59:49 +00:00
wen
86469537d9 Updated devel/p5-Module-Runtime-Conflicts to 0.003 2016-07-15 11:56:52 +00:00
wen
ac1c1d4bad Update to 0.003
Upstream changes:
0.003     2016-06-23 03:40:02Z
          - Makefile.PL now also checks for incompatible Moose versions
2016-07-15 11:56:04 +00:00
wen
91fb7cbd4b Updated devel/p5-MooseX-Getopt to 0.71 2016-07-15 11:53:14 +00:00
wen
ed3a9851fb Update to 0.71
Upstream changes:
0.71      2016-06-19 04:08:13Z
 - private attributes (i.e., lead "_) with a public init_arg now work.
2016-07-15 11:52:17 +00:00
wen
0f5334b4dc Updated devel/p5-MooseX-Role-Tempdir to 0.100 2016-07-15 11:42:41 +00:00
wen
360cbe3be0 Update to 0.100
No changelog found.
2016-07-15 11:41:11 +00:00
mef
a7b2b2d2a4 Updated textproc/link-grammar to 5.3.7 2016-07-15 11:36:59 +00:00
mef
3ed342d47f Updated textproc/link-grammer 5.2.5 to 5.3.7
--------------------------------------------
Version 5.3.7: (7 May 2016)
 * Fix another MacOS build break, regarding library exports.

Version 5.3.6: (30 April 2016)
 * Add missing `parses-quotes-en.txt` file that python tests need.
 * Fix build break related to lg_fgetc when libeditline is missing.

Version 5.3.5: (28 April 2016)
 * Modified (hacked) Kazakh dictionary.
 * MacOS bug fix: fgetc behaves oddly in OSX, see bug #293.

Version 5.3.4: (16 March 2016)
 * Fix broken handling of apostrophe (issue #281).
 * Revamp the README file; describe transitivity.
 * Revised Turkish dictionary from Tatiana Batura, et al.
 * Prototype Kazakh dictionary from Tatiana Batura, et al.
 * Parse priority tweaks for the OpenCog chatbot.
 * Fix Windows printing problem affecting some utf8 codepoints (issue #285).

Version 5.3.3: (23 December 2015)
 * Improve support for quoted phrases.
 * Fixes for assorted zero-infinitive speech acts.
 * Add 37 paraphrasing verbs.
 * Add Greek mythological names.
 * A few dozen more common computing terms added to dictionary.
 * Misc coordination and question fixes.
 * Misc abbreviations.
 * Vietnamese dictionaries!
 * Major overhaul of subject-verb inversion.
 * Performance improvements on long sentences. (pull #247)
 * Change default setting of 'islands_ok' back to false (bug #140).
 * Fix for build break on Mac OSX el_capitan w/clang (bug #255).
 * Disable perl bindings by default; use Lingua::LinkParser

Version 5.3.2: (4 December 2015)
 * Performance improvements, esp. for long sentences.
 * Use std=c11 (the 2011 C standard) by default.
 * Partial Irish English support.
 * A few dozen common computing terms added to dictionary.
 * Fix for build break on Mac OSX.

Version 5.3.1: (22 November 2015)
 * Fix build break with SAT solver.

Version 5.3.0: (22 November 2015)
 * Major redesign of the python bindings.
 * Major redesign of sentence tokenization (the "wordgraph" design)
 * Verb 'steal' is optionally transitive.
 * Fixes for misc MSVC warnings.
 * Hebrew dictionary expansion.
 * Enhanced diagram printing, giving more space for link names.
 * Minor work on phonetic agreement for 'a' vs. 'an'.
 * Add ability to histogram the costs of different parses.
 * Improve support for splitting sentences.
 * Change default setting of 'islands_ok' to true.
 * Improve performance on long sentences.
 * Fix rare crash due to memory corruption on long sentences.
 * Random morphology generation can be enabled at runtime.
 * Remove obsolete, unmaintained MacOSX build file.
 * Extensive updates to man page.
 * Fix crash on long sentences (issue #137).
 * Fix a memory leak in language bindings (issue #138).
 * Remove bogus post-processor API function.
 * Fix broken domain letter printing.
 * New regex-file feature - negative regex'es.
 * Correct the handling of moprhology stems with non-LL links.
 * Fix !!LEFT-WALL and !!RIGHT-WALL
 * SAT solver now linked statically.
 * Assorted SAT sovler cleanup and improvements.
 * Performance improvement in fast matcher: 15% faster on fixes.batch.
2016-07-15 11:36:43 +00:00
jperkin
250b62203c Pull in zlib buildlink. Fix sqlite3 variable. Add LDFLAGS.
Fixes build on SunOS.
2016-07-15 11:18:12 +00:00