Commit graph

22957 commits

Author SHA1 Message Date
wen
97da3d1b98 Update to 1.08
Upstream changes:
1.08      2014-08-23 22:38:12Z
    - add x_breaks metadata for incompatibility issue with MooseX::Storage
      (now resolved with MooseX-Storage-0.47)

1.07      2014-08-06 05:44:11Z
    - re-release to remove README.pod from shipped dist

1.06      2014-08-02 04:34:06Z
    - Restored MooseX::Role::Parameterized->current_metaclass as a public
      method. Apparently there is code on CPAN that relies on this.

1.05      2014-07-31 18:26:03Z
    - If a parameterizable role was reinitialized after any parameters or a
      role block was declared, those declarations were lost. Reinitialization
      usually occurs when new metaroles are applied to the role by other
      MooseX modules.

1.04      2014-07-31 14:53:26Z
    - Convert this distribution to Dist::Zilla to resolve packaging insanity

1.03  2014-07-30
    - This extension is now implemented as a role metarole, which means it can
      (mostly) cooperate with other role extensions, such as
      MooseX::Role::WithOverloading. Note that you should load
      MooseX::Role::Parameterized _after_ other extensions.
    - This module no longer supports passing a "-metaclass" parameter when you
      load it. This was an artifact from a much earlier era of Moose
      extensions.
    - repository migrated to the github moose organization
2014-11-03 07:18:02 +00:00
wen
fa81a38c03 Update to 2.00
Upstream changes:
2.00   2014-11-01

[BACKWARDS INCOMPATIBILITIES]

- The no_refs constructor parameter is now deprecated, and has been replace by
  a new unsafe_ref_capture parameter that defaults to false, meaning no
  references are captured by default. Capturing references by default caused
  too many issues that couldn't be worked around, including running DESTROY
  blocks multiple times on captured objects in the worst case.

- Removed support for the long-deprecated no_object_refs constructor parameter
  (deprecated in 2002!).
2014-11-03 07:12:12 +00:00
wen
9cfe2cbb27 Update to 0.48
Upstream changes:
0.48      2014-09-20 17:46:45Z
  - fix tests that fail on altered warning messages in perl 5.21.4 (see perl
    RT#121638)
2014-11-03 07:01:55 +00:00
wen
76a463b295 Update to 0.11
Upstream changes:
0.11      2014-08-16 20:49:14Z
  - lots of cleanup of metadata
  - canonical git repository is now https://github.com/moose/MooseX-LazyRequire
2014-11-03 06:49:52 +00:00
wen
8e9acc2b7a Update to 0.65
Upstream changes:
0.65      2014-08-06 06:09:04Z
 - re-release to remove README.pod from shipped dist

0.64      2014-08-02 17:35:20Z
 - bump required version of Getopt::Long::Descriptive to avoid an infinite
   loop problem (thanks, Bram!)
2014-11-03 06:44:47 +00:00
wiz
2278ff4536 Update to 1.8.4:
NEW IN WAF 1.8.4
----------------
* Various improvements in stale.py
* More robust file scanning in Qt processing #1502
* More robust handling of build order implied by hidden dependencies #1506
* Run msvs on Python 3 #1503
* Biber update #1501
* Fixed the Python detection on Windows #1498
2014-11-02 18:13:24 +00:00
wiz
28c8748610 Update to 3.2:
This is a quarterly feature release.

1.1. commands
    amend: abort early if no username is configured with evolve enabled (issue4211)
    amend: fix amending rename commit with diverged topologies (issue4405)
    annotate: rewrite long short-circuit statement by if-elif-else
    bookmark: make the search for divergent names more robust
    bookmarks: allow pushkey if new equals current
    bookmarks: explicitly track identical bookmarks
    bookmarks: fix divergent bookmark path normalization
    bookmarks: inform transaction-related hooks that some bookmarks were moved
    branches: include active, closed and current flags in template output
    clone: copy '.hg/bookmarks' during copy clone
    clone: explicitly push bookmarks when cloning from local to remote
    clone: fix copying bookmarks in uncompressed clones (issue4430)
    clone: for local clones, copy branchcache from the right location (issue4286)
    clone: for local clones, copy over filtered branchcaches as well (issue4286)
    clone: properly mark branches closed with --uncompressed (issue4428)
    clone: provide sample username = config entry in .hg/hgrc (issue4359)
    commit: correctly check commit mutability during commit --amend
    commit: add customizable committemplate config
    config: give more fine-tuned sample hgrcs to this command
    config: highlight parse error caused by leading spaces (issue3214)
    files: add new command unifying locate and manifest functionality
    graft: allow regrafting ancestors with --force (issue3220)
    graft: make --force apply across continues (issue3220)
    help: document that default hgweb style is called paper (issue4373)
    help: update help for hgweb template and style (issue4373)
    import: let --exact 'work' with --no-commit (issue4376)
    locate: deprecate in favor of files
    log: allow patterns with -f
    log: do not hide the public phase in debug mode (BC)
    log: rewrite default template to use labels (issue2866)
    log: show phase in hg log -v with the phase template
    merge-tools: add a 'premerge=keep-merge3' config option
    merge: use bid merge by default (BC)
    merge: support three labels when using conflict markers
    parents: deprecate the parents commands
    pull: perform bookmark updates in the transaction
    push: update bookmarks within the remote lock
    push: wrap local phase movement in a transaction
    pushbookmark: do not attempt to update bookmarks if the push failed (BC)
    status: make 'hg status --rev' faster when there are deleted files
    tag: properly abort if an unknown or ignored .hgtags is present

1.2. core
    alias: expand "$@" as list of parameters quoted individually (BC) (issue4200)
    dirstate: add exception when calling setparent without begin/end (API)
    dirstate: wrap setparent calls with begin/endparentchange (issue4353)
    hook: protect commit hooks against stripping of temporary commit (issue4422)
    i18n: detect UI language without POSIX-style locale variable on Windows (BC)
    localrepo: remove the 'pull' method (API)
    localrepo: remove the 'push' method (API)
    posix: implement readpipe using non-blocking I/O (issue4336)
    revset: fix O(2^n) perf regression in addset
    revset: have rev() drop out-of-range or filtered rev explicitly (issue4396)
    setdiscovery: limit the size of all sample (issue4411)
    ssl: only support TLS (BC)
    ssl: only use the dummy cert hack if using an Apple Python (issue4410)
    templater: fix ifcontains when list is a string (issue4399)

1.3. extensions
    convert: add support for deterministic progress bar on scanning phase
    convert: add support to detect git renames and copies
    eol: fix crash when handling removed files
    histedit: add "roll" command to fold commit data and drop message (issue4256)
    largefiles: add examination of exec bit in "hg status --rev REV" case
    largefiles: keep largefiles from colliding with normal one during linear merge
    largefiles: restore R status of removed largefiles correctly at "hg rollback"
    largefiles: restore standins from non branch-tip parent at rollback correctly
    largefiles: unlink standins not known to the restored dirstate at rollback
    mq: write '# Parent ' lines with two spaces like export does (BC)
    mq: write headers for new HG patches in the same order as export (BC)
    shelve: don't delete "." when rebase is a no-op (issue4398)

1.4. hgweb
    hgweb: disable SSLv3 serving (BC)
    hgweb: refresh repository using URL not path (issue4323)
2014-11-02 17:38:25 +00:00
wiz
2e92675f44 Update to 0.30:
0.30  2014-03-05
        - important note in documentation how check for warning category is done
          If you use Test::Warn with categories, you should check that it does
          what you expect.
        - Category tree is now dynamic and does not use Tree::DAG_Node (Graham Knop)
2014-11-02 17:35:21 +00:00
wiz
4d019c046c Update to 1.23:
1.23  Mon Oct 20 18:12:00 2014
	- Change output format when using node2string(), which is called by tree2string().
		Indentation which used to be '|---' is now '|--- '. So, a tree which used to be printed as:
		|---:default
		|   |---::=
		|   |---action
		|   |---=>
		|   |---[values]
		Is now printed as:
		|--- :default
		|   |--- ::=
		|   |--- action
		|   |--- =>
		|   |--- [values]
		This makes the difference between node names ''/'-', '1'/'-1', etc, much clearer.
		Apologies to anyone who runs tests which compare the output with pre-existing files.
2014-11-02 17:33:47 +00:00
ryoon
8b98a35ec5 Bump PKGREVISION
* Fix build with emacs 24.4.
  With a patch from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193270
2014-11-02 16:08:33 +00:00
khorben
15d3c93500 Packaged DeforaOS configure 0.1.1
This is a bugfix release for:
- the "clean" target with scripted targets
2014-11-02 14:12:25 +00:00
obache
ffa7526260 current this package does not come from CVS snapshot. 2014-11-02 12:03:02 +00:00
obache
238e6ba6f1 Use pkgsrc php zend extension framework. 2014-11-02 06:51:06 +00:00
taca
a7361b13ff Update ruby-railties32 to 3.2.20; update of version number only. 2014-11-01 15:02:27 +00:00
taca
8e78a17fc8 Update ruby-activemodel32 to 3.2.20; update of version number only. 2014-11-01 14:59:07 +00:00
taca
e60efecf76 Update ruby-activesupport32 to 3.2.20; update of version number only. 2014-11-01 14:58:24 +00:00
adam
6762903443 Changes 2.1.3:
* Some MUAs mangled a line in a message that begins with "From " to
  ">From " when writing to a mailbox file and feeding such an input to
  "git am" used to lose such a line.
* "git daemon" (with NO_IPV6 build configuration) used to incorrectly
  use the hostname even when gethostbyname() reported that the given
  hostname is not found.
* Newer versions of 'meld' breaks the auto-detection we use to see if
  they are new enough to support the `--output` option.
* "git pack-objects" forgot to disable the codepath to generate
  object recheability bitmap when it needs to split the resulting
  pack.
* "gitweb" used deprecated CGI::startfrom, which was removed from
  CGI.pm as of 4.04; use CGI::start_from instead.
* "git log" documentation had an example section marked up not
  quite correctly, which passed AsciiDoc but failed with
  AsciiDoctor.
Also contains some documentation updates.
2014-11-01 11:34:00 +00:00
obache
bd3d804445 Apply upstream Bug#737874 fix, remove redefinitions. 2014-11-01 11:25:41 +00:00
prlw1
3f7a8d483f Update libgee to 0.16.1
It seems that after the ABI break in 0.7, which probably should have
incurred a major version increment, libgee since 0.8 has been
backwardly compatible.

Highlights from the release notes since 0.8.8, devel/libgee0.8:

 * Workaround GC thread consuming 100% of CPU
 * Fix HashMap destructor name
 * Add explicit tee implementations
 * Add UnrolledLinkedList class implementing List and Deque interface
 * Clarify the add and insert operation on list iterators and make the behaviour consistent for ArrayList and LinkedList
 * Allow (partially) disable internal asserts
 * Internal symbols are hidden
 * Fix HazardPointer bugs
 * Fix List test
 * Remove workaround for 'old' (<0.23.2) vala
 * Use WeakRef for keeping of read-only proxy for collection
 * The collection cloning no longer leaks memory
 * Override read_only_view property in ReadOnlySortedMap and its subclasses
 * Add adding to collection based on iterators
 * Make Collection.add_all_array, contains_all_array and remove_all_array virtual
 * Avoid destroy coroutine creation in hazard pointer implementation
 * Add Traversable.tee
 * Add exception handling to Future
 * Add ability of getting Future from Lazy
 * Make Traversable.flat_map a virtual function
 * Add more specializations to .foreach
 * Add flat_map method to Traversable
 * Add zip method to Future
 * Specialize stream iterator (4-22% speed improvement in tests)
 * Extend the Traversable.Stream with Stream.WAIT
 * Fix lazy value usage in unfold
 * Add futures and promises to libgee
 * Return true from HashSet.Iterator.foreach() if we fall off the end
 * Fix memory leak in TreeSet and TreeMap
 * ConcurrentSet implements SortedSet
 * Fix HashMultiMap, TreeMultiSet constructor
 * Add add/contains/remove_all working on array
 * Allow creation of ArrayList from array
 * Add read_only_view to Gee.MultiSet and Gee.MultiMap
 * ConcurrentSet preliminary implementation
 * Allow slice in ReadOnlyList
 * Fix Iterator.remove in PriorityQueue
 * Add foreach specializations
 * Use foreach function instead of iterators

For full details see:
https://git.gnome.org/browse/libgee/tree/NEWS?h=0.16.1
2014-11-01 11:20:53 +00:00
wen
4bf2a41728 Update to 0.07
Update DEPENDS

Upstream changes:
0.07      2014-06-30 19:37:22Z
  - add missing prereq declaration

0.06      2014-06-28 17:00:56Z
  - better fix for fully-qualified type names, made to MooseX::Types directly
  - load URI::file, URI::data, URI::FromHash dynamically only when used
    (Olivier Mengu).
2014-11-01 07:34:05 +00:00
wen
031d0c5a41 Update to 0.45
Update DEPENDS

Upstream changes:
0.45      2014-09-02 01:17:50Z
        - increase the required versions of some prerequisites
2014-11-01 07:25:50 +00:00
wen
7a445c7df3 Update to 0.20
Upstream changes:
0.20      2014-09-06 23:04:12Z
  - Moose earlier than 2.0300 had a broken ->does method, which called methods
    on a class's meta when it might not be initialized (RT#98424)

0.19      2014-06-17 04:57:07Z
  - more comprehensive testing with Moo/Mouse/Moose
  - fixed cleaning of constants

0.18      2014-06-14 20:12:59Z
  - better method detection for Mouse (github #4, Graham Knop)

0.17      2014-06-10 20:13:14Z
  - Add -except to import options. This allows you to explicitly not clean a
    sub. (github #3, Dave Rolsky)

0.16      2014-05-27 04:50:22Z (TRIAL RELEASE)
  - Changed the code to no longer _require_ Class::MOP. If your class is not a
    Moose class then we don't load Class::MOP. This was particularly
    problematic for Moo classes. Using namespace::autoclean with a Moo class
    "upgraded" it to be a Moose class.
  - Using this module broke overloading in a class. Reported by Chris
    Weyl. (RT#50938)

0.15      2013-12-14 17:47:21Z
  - update configure_requires checking in Makefile.PL, add CONTRIBUTING file

0.14      2013-10-09 03:06:00Z
  - bump dependency on B::Hooks::EndOfScope, to get the separation of
    pure-perl and XS components (RT#89245)
  - repository migrated to the github moose organization
2014-11-01 07:22:41 +00:00
wen
ef21944629 Add p5-Devel-OverloadInfo 2014-11-01 03:34:56 +00:00
wen
9b58cf8ea4 Import Devel-OverloadInfo-0.002 as devel/p5-Devel-OverloadInfo.
Devel::OverloadInfo returns information about overloaded operators
for a given class (or object), including where in the inheritance
hierarchy the overloads are declared and where the code implementing
it is.
2014-11-01 03:33:56 +00:00
ryoon
465d7d3d2b Add comment for not using find-prefix.mk. 2014-10-31 03:59:58 +00:00
hiramatsu
fd46a7cf08 Improve wrapper script as suggested by Joerg Sonnenberger. 2014-10-31 01:00:30 +00:00
fhajny
b14664b446 Import py-argcomplete.
Argcomplete provides easy, extensible command line tab completion of
arguments for your Python script. It makes two assumptions:
- You're using bash or zsh as your shell
- You're using argparse to manage your command line arguments/options
2014-10-30 13:50:41 +00:00
wiz
a4ca2633ad Mark as not make-jobs safe per PR 49338. 2014-10-30 13:48:50 +00:00
fhajny
c1ea685093 Import py-argh based on wip/py-argh.
An unobtrusive argparse wrapper with natural syntax.
2014-10-30 13:41:44 +00:00
fhajny
63afd9b191 Bump rudiments bl3 depends. databases/sqlrelay is the only consumer and
expects the latest rudiments release every time updated, anyway.
2014-10-30 11:23:46 +00:00
fhajny
02af357b85 Update rudiments to 0.48.
0.48
 - got directory and file permissions working properly on windows
 - added non-static methods to randomnumber
 - added support for random_r, lrand48_r, arc4random and CreateGenRandom
 - fixed connect-with-timeout error when getaddrinfo is disabled
 - updated deployment projects for windows
 - replaced compile-tests with link-tests for kqueue, posix_fadvise,
   xattr-functions and various mmap-related functions for minix
   3.3.0 which defines them but doesn't implement them
 - added test for -lmthread for minix
 - ioctl/FIONBIO is disabled for minix now
 - added configurable randomization of hosts for
   inetsocketclient::connect()
 - refactored listener class to match paradigms established by
   kqueue, epoll, /dev/poll and poll
 - added support for /dev/poll and port_create()
 - fixed a few configure-related issues under Cygwin
 - renamed the "retrycount" parameter "tries" in the client classes
2014-10-30 10:40:36 +00:00
wiz
c84b77c87d Add patch from enami@ resolving issues with link_map chain which
caused problems with guile-2.

Bump PKGREVISION.
2014-10-29 17:01:09 +00:00
fhajny
9ba791a3f2 Needs cmake to build successfully. 2014-10-29 14:14:08 +00:00
fhajny
0e4b10722c Explicitly disable libssh2 support, security/libssh2 is too old anyway. 2014-10-29 14:13:27 +00:00
prlw1
9dcd3fc00c Rename vala to vala012 2014-10-29 09:18:50 +00:00
wen
226e597607 Update to 5.20141020
Upstream changes:
5.20141020
  - Prepared for v5.21.5

5.20141002
  - Updated for v5.18.3 and v5.18.4

5.20140920
  - Updated for v5.21.4

5.20140914
  - Updated for v5.20.1

5.021003
  - Prepared for v5.21.3

5.021002
  - Prepared for v5.21.2

5.021001_01
  - Prepared for v5.21.1
2014-10-29 08:33:07 +00:00
wen
f554cf713e Update to 2.11.06
Upstream changes:
C.1.1 Version 2.11.06

Update AVX512 instructions based on the Extension Reference (319433-021 Sept 2014).
Fix the behavior of -MF and -MD options (Bugzilla 3392280)
Updated Win32 Makefile to fix issue with build
C.1.2 Version 2.11.05

Add --v as an alias for -v (see section 2.1.25), for command-line compatibility with Yasm.
Fix a bug introduced in 2.11.03 whereby certain instructions would contain multiple REX prefixes, and thus be corrupt.
C.1.3 Version 2.11.04

Removed an invalid error checking code. Sometimes a memref only with a displacement can also set an evex flag. For example:
      vmovdqu32 [0xabcd]{k1}, zmm0
Fixed a bug in disassembler that EVEX.L'L vector length was not matched when EVEX.b was set because it was simply considered as EVEC.RC. Separated EVEX.L'L case from EVEX.RC which is ignored in matching.
C.1.4 Version 2.11.03

Fix a bug there REX prefixes were missing on instructions inside a TIMES statement.
2014-10-29 08:10:02 +00:00
adam
e23d248581 Changes 3.1:
Add AArch64 (ARM64) iOS support.
Add Nios II support.
Add m88k and DEC VAX support.
Add support for stdcall, thiscall, and fastcall on non-Windows
  32-bit x86 targets such as Linux.
Various Android, MIPS N32, x86, FreeBSD and UltraSPARC IIi fixes.
Make the testsuite more robust: eliminate several spurious
  failures, and respect the $CC and $CXX environment variables.
Archive off the manually maintained ChangeLog in favor of git log.
2014-10-28 12:51:03 +00:00
prlw1
1b4564e28a Replace revision 1.4 change inadvertently removed in last update.
Fixes use of database.mk - reported by obata@
2014-10-28 07:36:21 +00:00
ryoon
beaba17ea2 Update to 0.1pre1994
Changelog is not available.
2014-10-27 13:40:41 +00:00
wen
2d560d2904 Update to 1.96
Upstream changes:
version 1.96 at 2014-10-20 13:27:59 +0000
-----------------------------------------

  Change: 67510a440b9b5dfc9705e6e07a324ef8ee29ee67
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2014-10-20 14:27:59 +0000

    Updated for v5.21.5
2014-10-27 13:20:17 +00:00
wiz
b8ecac0f43 Update to 2.6.4:
2.6.4
----------

- Improve assertion failure reporting on iterables, by using ndiff and pprint.

- removed outdated japanese docs from source tree.

- docs for "pytest_addhooks" hook.  Thanks Bruno Oliveira.

- updated plugin index docs.  Thanks Bruno Oliveira.

- fix issue557: with "-k" we only allow the old style "-" for negation
  at the beginning of strings and even that is deprecated.  Use "not" instead.
  This should allow to pick parametrized tests where "-" appeared in the parameter.

- fix issue604: Escape % character in the assertion message.

- fix issue620: add explanation in the --genscript target about what
  the binary blob means. Thanks Dinu Gherman.

- fix issue614: fixed pastebin support.
2014-10-27 08:44:12 +00:00
wiz
bdc54d314a Update to 7.0:
7.0
---

* Issue #80, Issue #209: Eggs that are downloaded for ``setup_requires``,
  ``test_requires``, etc. are now placed in a ``./.eggs`` directory instead of
  directly in the current directory. This choice of location means the files
  can be readily managed (removed, ignored). Additionally,
  later phases or invocations of setuptools will not detect the package as
  already installed and ignore it for permanent install (See #209).

  This change is indicated as backward-incompatible as installations that
  depend on the installation in the current directory will need to account for
  the new location. Systems that ignore ``*.egg`` will probably need to be
  adapted to ignore ``.eggs``. The files will need to be manually moved or
  will be retrieved again. Most use cases will require no attention.
2014-10-27 08:40:59 +00:00
wiz
fe944a3ee9 Update to 1.4.26:
1.4.26
==================================================

- avoid calling normpath twice in py.path.local

- py.builtin._reraise properly reraises under Python3 now.

- fix issue53 - remove module index, thanks jenisys.

- allow posix path separators when "fnmatch" is called.
  Thanks Christian Long for the complete PR.
2014-10-27 08:39:20 +00:00
hiramatsu
3de90435ec - Do not execute arguments modification other than install subcommand.
- Avoid removing files that have "install" in its filename.
2014-10-27 03:44:39 +00:00
jaapb
6386371b71 Added ocamlgraph to SUBDIRS 2014-10-26 13:44:34 +00:00
jaapb
799e0e8c98 Added ocamlgraph, an OCaml graph (in the mathematical sense) library.
Partially based on Kamel Derouiche's ocamlgraph package in wip.
2014-10-26 13:43:48 +00:00
wiz
711a46368c Update to 1.006001:
1.006001 - 2014-10-22
  - Name the ->DOES method installed by Role::Tiny
  - don't apply threading workarounds on non-threaded perls, even if module for
    it is loaded by something
  - avoid loading base.pm and just set @ISA manually
  - fix some Pod links to Class::Method::Modifiers
  - fix applying roles with multiple attributes with defaults to objects
    (RT#99217)
  - fix Moose inheriting from a Moo class that inherits from a non-M* class
    when the Moose class is not made immutable
  - fix ->does method on Moose child classes of Moo classes
2014-10-26 11:53:52 +00:00
wiz
9e31df9e86 Update to 1.000005:
1.000005	2014-10-25

 [ Bug Fixes ]
 - Fix short-circuiting optimizations for parameterized HashRef, ArrayRef,
   ScalarRef, and Map type constraints.
   Fixes RT#99312.
   Marcel Timmerman++
   <https://rt.cpan.org/Ticket/Display.html?id=99312>

 [ Test Suite ]
 - Fix annoying warning message in test suite with recent versions of
   Exporter::Tiny.
2014-10-26 11:52:42 +00:00
wiz
045647b029 Update to 1.003004:
1.003004 - 2014-10-22
  - allow does_role to be overridden by Moo::Role
2014-10-26 11:51:15 +00:00
jaapb
8f0f522cad Added ocaml-re to Makefile SUBDIRS 2014-10-26 11:43:55 +00:00
jaapb
bb7eb33762 Added ocaml-re, a pure OCaml regular expression library. 2014-10-26 11:42:52 +00:00
jaapb
abc319fca7 Added ocaml-extlib to Makefile 2014-10-26 11:19:57 +00:00
jaapb
7165865a3a Added devel/ocaml-extlib, an alternative standard library for OCaml. Will
come in handy as a dependency for a few things.
2014-10-26 10:54:36 +00:00
wiz
6779b74535 Update to 3.12.1:
2014-10-26 meld 3.12.1
======================

  Fixes:

   * Work around change colours not displaying on GTK+ 3.14 (Kai Willadsen)
   * Fix missing cache opcodes in some circumstances (Kai Willadsen)
   * Fix text view expansion when resizing patch dialog (Kai Willadsen)
   * Build fix to always include C locale when LINGUAS is set (Kai Willadsen)

  Translations:

   * Rafael Ferreira (pt_BR)
   * Мирослав Николић (sr, sr@latin)
2014-10-26 08:46:38 +00:00
prlw1
23c510b6a3 Rename libgee to libgee0.6 2014-10-25 19:00:14 +00:00
schmonz
380eb4d0a8 Update to 1.20141024. From the changelog:
* Fix name for vcsh_clean. Closes: #766655
* Add darcs grep command using ack-grep. Thanks, Paul Wise.
* Add a clean command. Thanks, Paul Wise. Closes: #702685
* Fix breakage introduced by --minimal patch.
* Deal with abs_path change in new version of perl, now it returns undefined
  when the directory does not exist.
* Added --minimal mode. Closes: #694031 Thanks, Paul Wise.
* Use libio-pty-easy-perl when available when captuting command output
  (for --minimal or -jN), so that programs that output color to terminals
  will be colorized. This is only a recommends as it will fall back to
  the old method. Thanks, Paul Wise.
2014-10-25 15:34:54 +00:00
ryoon
abd047b558 Update to 1.565.3 from 1.532.1
Changelog:
What's new in 1.565.3 (2014/10/01)

    Plugin code can be downloaded by anyone with Overall/Read (SECURITY-155)
    Stored passwords can be read out from build with parameters page (SECURITY-138)
    Multiple cross-site scripting (XSS) vulnerabilities in ZeroClipboard.swf in ZeroClipboard before 1.3.2 as included with Jenkins (SECURITY-149)
    Unauthenticated users can make Jenkins behind Apache unresponsive (SECURITY-87)
    Users with limited Job/Configure can replace other jobs they have no access to (if they know the name) (SECURITY-128)
    CLI calls are causing file descriptor leaks. (issue 23248)
    Users with limited Job/Configure can change the kind of job via CLI, getting access to denied job types (SECURITY-127)
    Test result trend breaks lazy-loading (issue 23945)
    Unable to kill a job which is running (issue 17667)
    XSS weakness in load-statistics (SECURITY-143)
    Job is removed from ListView after rename (issue 23893)
    set-build-result and set-build-parameter do insufficient checks (issue 24080)
    Missing no-sniff header (SECURITY-122)
    Directory traversal (SECURITY-131)
    "incompatible InnerClasses attribute" error in IBM J9 VM (issue 22525)
    Arbitrary file system write via DiskFileItem deserialization (SECURITY-159)
    Missing SecureFlag cookie (SECURITY-120)
    Prevent (private security realm) usernames from being guessed (SECURITY-79 redux!) (SECURITY-110)
    Deadlock in OldDataMonitor (issue 24358)
    RemoteInvocationHandler.RPCRequest allows invoking any method on an exported object event those not exposed by the exported interface (SECURITY-150)

What's new in 1.565.2 (2014/09/03)

    Jenkins needs to check whether the war's directory is writeable before offering to upgrade (issue 23683)
    AbstractLazyLoadRunMap.iterator() calls .all() (issue 18065)
    Jenkins no longer kills running processes after job fails (issue 22641)
    HTTP error 405 when trying to restart ssh host (issue 23094)
    Run.delete (from LogRotator) failing with "...looks to have already been deleted" (issue 22395)
    file name encoding broken in zip archives (issue 20663)
    Kill win32 processes from win64 JVMs (issue 23410)

What's new in 1.565.1 (2014/07/30)

    Queue.maintain does disk I/O via PeepholePermalink.resolve (issue 22822)
    “Form too large” errors submitting view configurations with many jobs (issue 20327)
    NPE on plugin install (issue 20031)
    Link to the console output missing in popup when log >200Kb (issue 14264)
    Parameters: NPE in canTake() procedures may kill all executors (issue 15094)
    NPE from AbstractBuild$AbstractBuildExecution.run (issue 23277)
    broken ProjectNamingStrategy Extension (issue 23127)
    Move DecoratedLauncher from the custom-tools plugin to the Jenkins Core (issue 19454)
    hudson.Launcher:ProcStarter::envs() may throw NPE (issue 20559)
    Resource leak in hudson.model.FileParameterValue (issue 22693)
    ReverseBuildTrigger.threshold not consistently saved (issue 23191)
    AccessRestriction on SecurityListener methods (issue 23417)
    After deleting folder, get 404 (issue 23375)
    email-ext plugin doesn't handle tokens when slave has gone offline: IAE from AbstractProject.getEnvironment (issue 23517)
    Jenkins cannot restart Windows service (issue 22685)
    Rules for showing/hiding SCMTrigger.pollingThreadCount option are broken (issue 22934)

What's new in 1.554.3 (2014/06/30)

    Queue.maintain does disk I/O via PeepholePermalink.resolve (issue 22822)
    Non-recursive ListViews unnecessarily call owner.getAllItems in getItems (issue 22720)
    SSH slave connections die after the slave outputs 4MB of stderr, usually during findbugs analysis (issue 22938)
    Jenkins cannot restart Windows service (issue 22685)

What's new in 1.554.2 (2014/05/30)

    Don't ask for confirmation when it doesn't make any sense (issue 21720)
    On a configure screen that has multiple groups of radio buttons, clicking the apply button clears all but the last radio group selection (issue 22570)
    Optimize creation of relative links to jobs (issue 18364)
    Jenkins asks for confirmation before leaving edited 'View Configuration' page (issue 20597)
    OutOfOrderBuildMonitor fails to correct builds with duplicate number (issue 22631)
    Computer does not exist returns NPE (issue 21999)
    Last build of project reloaded when project asked for later build (issue 22681)
    After clicking 'Apply' at least once, 'Save' opens a new window (issue 20245)
    hetero-radio should work with multiple instances of the same ui (issue 22583)
    Cannot submit configuration after removing groovy step (issue 22582)
    No autocompletion and NullPointerException when using 'Copy Existing Job' (issue 22142)

What's new in 1.554.1 (2014/04/30)

    NPE if trying to install a plugin from the update center and either the update source or the plugin contains a '.' in its name (issue 22080)
    Download update center from master by default (issue 19081)
    OutOfMemory due to unbounded storage in OldDataMonitor (issue 19544)
    Very slow resource loading from UberClassLoader (issue 21579)
    Jetty exploding war to /tmp is a bad idea (issue 22442)
    Performance issue with search box (issue 21969)
    ArrayIndexOutOfBoundsException during Jenkins.doConfigSubmit; need XStream 1.4.6 (issue 18537)
    NullPointerException when trying to mark slave temporarily offline (issue 21875)
    Build queue is not filtered after progress updated (issue 20500)
    copy-job permission checks wrong (issue 22262)

What's new in 1.532.3 (2014/04/11)

    Replace description in error dialog instead of appending (issue 21457)
    NPE from xstream.core.JVM.isOpenJDK (issue 21183)
    WorkspaceCleanupThread does not handle folders (issue 21023)
    Copy Artifact's fingerprinting creates second hudson.tasks.Fingerprinter_-FingerprintAction section with just the artifacts copied (issue 17606)
    /login offers link to /opensearch.xml which anonymous users cannot retrieve (issue 21254)
    Miscellaneous exceptions in config.xml can prevent entire job from loading (issue 21024)
    Jobs named "." can be created, but not built, configured, accessed, ... (issue 21639)
    DirectoryBrowserSupport.buildChildPaths does quadratic number of calls to check whether entries are directories (issue 21780)
    ZIP file download generates corrupt zip file (issue 20345)
    Update credentials plugin to 1.9.4 (issue 21820)
    Apply button does not work in IE Compat View (issue 19826)
    Deadlock while parallel deletion/rename of jobs (issue 19446)

What's new in 1.532.2 (2014/02/14)

    CannotResolveClassException breaks loading of entire containing folder, not just one job (issue 20951)
    Default markup formatter permits offsite-bound forms (SECURITY-88)
    Using jenkins-cli connecting to HTTPS port fails due to hostname mismatch in certificate (issue 12629)
    ApiTokenFilter does not check that the user actually exists (SECURITY-89)
    HTTP two-way remoting does not work (jenkins-cli.jar without JNLP) (issue 20128)
    Slave launcher fails after NoClassDefFoundError: Could not initialize class jenkins.model.Jenkins$MasterComputer (issue 19453)
    StreamCorruptedException (issue 8856)
    UI Redressing/ClickJacking (SECURITY-80)
    Fail to run 'groovysh' in CLI due to insufficient permission (issue 17929)
    Loading projects too slow because of File.isDirectory calls (issue 21078)
    HTML metacharacters not escaped in log messages (issue 20800)
    Channel's executorService's pool should have a name (issue 19004)
    ListView.expand throws ClassCastException: … cannot be cast to hudson.model.TopLevelItem (issue 20415)
    Stored XSS (SECURITY-74)
    Session Fixation (SECURITY-75)
    /heapDump offered to anyone with ADMINISTER (SECURITY-73)
    Username Guessing/Enumeration (SECURITY-79)
    RingBufferLogHandler throws ArrayIndexOutOfBoundsException after int-overflow (issue 9120)
    Iframe Injection (SECURITY-76)
    Reflected XSS in Cookie (SECURITY-77)
    l:breakable mishandles HTML metacharacters (issue 20928)
    Start JNLP slave ignores jar-cache flag (issue 20093)
    Stored passwords can be read out from UIs with password fields (SECURITY-93)
    Too many open files upon HTTP listener init or shutdown (issue 14336)
    Extension point for secure users of Api (issue 16936)
    'Apply' error screens don't work (issue 20772)
    Workspaces seem to be removed prematurely on concurrent jobs (issue 10615)
    Job creators are able to edit or destroy the system configuration via the CLI (SECURITY-108)
    Disable\Delete "Remember me on this computer" check box in login screen (issue 15757)
    SECURITY-55 fails if downstream project not visible (SECURITY-109)
    Builds disappear some time after renaming job (issue 18678)
    Use RunAction2 from TestResultAction (issue 18410)
    java.lang.NoClassDefFoundError: sun/net/www/protocol/jar/JarURLConnection (issue 20163)
    Remote code execution via xstream deserialization in XML API (SECURITY-105)
    Jenkins on winstone vulnerable to session hijacking (SECURITY-106)
    Jenkins allows anonymous access if the Authorization Strategy can't be loaded (SECURITY-107)
    you cannot use the cli without giving Overall read to Anonymous (issue 8815)
2014-10-25 15:04:06 +00:00
prlw1
cdb129cc7c Update py-at-spi2 to 2.14.0
Test fixes
2014-10-25 11:30:16 +00:00
prlw1
ca47633017 Update py-gobject3 to 3.14.0
3.14.0  22-Sep-2014
        - configure.ac: pre release version bump to 3.14.0 (Simon Feltman)

3.13.92 15-Sep-2014
        - tests: Add test for Gio.Application.add_main_option() (Simon Feltman)
        - tests: Split up various test cases (Simon Feltman) (#735193)
        - Fix invalid read error in argument cleanup code (Simon Feltman)
        - Fix memory management problems with struct arguments to signals
          (Simon Feltman) (#736175)

3.13.91 01-Sep-2014
        - docs: Fix return types in auto-generated doc strings (Simon Feltman)
        - Special case signal output arguments which are structs as
          pass-by-reference (Simon Feltman) (#735486)
        - Ignore closure callbacks when Python is not initialized
          (Simon Feltman) (#722562)
        - Change boxed init with args to warn instead of raise
          (Christoph Reiter) (#727810)
        - Fix crash in GList/GSList marshaling error handling path.
          (Christoph Reiter) (#735201)
        - Fix reference counting problems with GLib.Variant.new_tuple()
          (Simon Feltman) (#735166)
        - Skip marshalling NULL output arguments in Python closures
          (Simon Feltman) (#735090)

3.13.90 18-Aug-2014
        - Support array lengths on struct fields (Simon Feltman) (#688792)
        - Fast path Python property get access (Simon Feltman) (#723872)
        - Unify accessing properties through props and get_property()
          (Simon Feltman) (#726999)
        - Refactor boxed wrapper memory management strategy
          (Simon Feltman) (#726999)
        - Replace GObject.signal_query with introspected version
          (Simon Feltman) (#688792)
        - Fix memory leak with unboxed caller allocated structs (Simon Feltman)
        - tests: Add failing tests for GObject sub-class doc-strings
          (Piotr Iwaniuk) (#731452)
        - Don't mask GObject sub-class doc strings in meta-class
          (Tobias Mueller) (#731452)

3.13.4  14-Aug-2014
        - Marshaling cache refactor and cache usage in vfuncs
          (Garrett Regier) (#727004)
        - Fix array argument out and inout marshaling from vfuncs
          (Garrett Regier) (#702508)
        - Cleanup input args when marshaling in closures
          (Garrett Regier) (#727004)
        - Add deprecation warning for connect_object() with non-GObject argument
          (Simon Feltman) (#688064)
        - Add Python implementation of Object.connect_data()
          (Simon Feltman) (#701843)
        - Add GClosure marshaling cleanup (Simon Feltman) (#695128)
        - Fix GCallback Python wrapper leak (Simon Feltman) (#695130)
        - tests: Add failing test for marshaling an array of GValues through
          signals (Martin Pitt) (#669496)
        - Add protection against attempts at importing static bindings
          (Simon Feltman) (#709183)
        - Update and deprecate gi.overrides.keysyms (Simon Feltman) (#721295)
        - Generate .dll libraries on windows (Ignacio Casal Quinteiro) (#734288)
        - Windows build fixes (Alexey Pavlov)
          (#734284, #734289, #734286, #734287)

3.13.3  23-Jun-2014
        - demos: Cleanup CSS accordion demo to use a loop for adding buttons
          (Simon Feltman)
        - refactor: Move builder connection utilities outside of Builder class
          (Simon Feltman) (#701843)
        - tests: Move TestSignals from test_everything into test_signal
          (Simon Feltman) (#701843)

3.13.2  26-May-2014
        - Python 3.4 make check fixes (Simon Feltman) (#730411)
        - overrides: Add Gtk.Container.child_get/set overrides (Simon Feltman)
          (#685076)
        - overrides: Make value argument to Widget.style_get_property optional
          (Simon Feltman) (#685076)
        - overrides: Make value argument to Container.child_get_property optional
          (Simon Feltman) (#685076)
        - Add GTypeClass methods as Python GObject class methods
          (Johan Dahlin) (#685218)
        - Add marshalling coercion for Python classes and instances to GTypeClass
          (Simon Feltman) (#685218)
        - Replace direct parent class call by super() (Andrew Grigorev) (#729970)
        - Add cairo marshaling support for non-introspected signals
          (Simon Feltman) (#694604)
        - [New API] Add gi.require_foreign (Simon Feltman) (#707735)
        - Initialize the foreign API at PyGI load time (Simon Feltman) (#694604)
        - Move pygi foreign API into pygi-foreign-api.h (Simon Feltman) (#694604)
        - Unify GLib.GError and GLib.Error (Simon Feltman) (#712519)
        - PEP8 fixes (Simon Feltman)

3.13.1  28-Apr-2014
        - Raise TypeError if arguments are passed to Boxed.__init__
          (Christoph Reiter) (#727810)
        - Gdk.Event: Override __setattr__ to set fields based on the event type
          (Christoph Reiter) (#727810)
        - Gdk.Event: Include GdkEventType in __repr__ (Christoph Reiter) (#727810)
        - Do not leak info of destroy notify (Paolo Borelli)
        - Ignore GValueArray deprecations (Simon Feltman)
        - Raise ImportError when importing modules not found in repository
          (Simon Feltman) (#726877)
        - tests: Rename test_overrides to test_import_machinery
          (Simon Feltman) (#726877)
2014-10-25 11:27:09 +00:00
prlw1
4c597295c4 Update at-spi2-atk to 2.14.1
What's new in at-spi2-atk 2.14.1:

* Aggressively filter out children-changed signals for objects with
  MANAGES_DESCENDANTS (bgo#728319).

What's new in at-spi2-atk 2.13.4:

* Fix typo in .pc file (bgo#721719).

* Fix retrieving text attributes (bgo#731980).

* Correctly remove the socket on exit (bgo#684076).

What's new in at-spi2-atk 2.13.1:

* Add an atexit handler to remove the D-Bus socket (bgo#684076).

* Only send cache-related events for transients when explicitly requested.
  Hopefully this will improve performance when we are flooded with them.
  (bgo#728319).
2014-10-25 11:10:10 +00:00
wiz
ed1d995718 Remove patches after 2.4.5 update. 2014-10-23 23:39:28 +00:00
fhajny
6587c397c3 Use ln with '-f' in patch file to help with repeated installs. 2014-10-23 17:15:17 +00:00
wiz
11cb8b70e0 Add patch from https://bugzilla.gnome.org/show_bug.cgi?id=668522
via PR 47373 by Richard Palo.
Bump PKGREVISION.
2014-10-23 13:53:55 +00:00
wiz
985d02adc1 Update to 1.4.21:
Fixes

    makefile cleanups
    Avoid OOM errors when locked items stuck in tail

If clients occasionally fetch many items, more than can fit the
TCP buffers, then hang for a very long period of time, that slab
class could OOM. In older versions this could cause a crash. Since
1.4.20 this will cause OOM errors.

Now, if a locked item lands in the LRU tail, it will be bumped back
to the head and an lrutail_reflocked counter incremented. If you're
concerned about having stuck clients, watch that counter.

Big thanks to Jay Grizzard et all at Box for helping track this
down!
2014-10-23 11:24:31 +00:00
wiz
b81290d14c Update to 0.21.1:
0.21.1 (2014-10-18)
===================

Features added
--------------

* New ``cythonize`` option ``-a`` to generate the annotated HTML source view.

* Missing C-API declarations in ``cpython.unicode`` were added.

* Passing ``language='c++'`` into cythonize() globally enables C++ mode for
  all modules that were not passed as Extension objects (i.e. only source
  files and file patterns).

* ``Py_hash_t`` is a known type (used in CPython for hash values).

* ``PySlice_*()`` C-API functions are available from the ``cpython.slice``
  module.

* Allow arrays of C++ classes.

Bugs fixed
----------

* Reference leak for non-simple Python expressions in boolean and/or expressions.

* To fix a name collision and to reflect availability on host platforms,
  standard C declarations [ clock(), time(), struct tm and tm* functions ]
  were moved from posix/time.pxd to a new libc/time.pxd.  Patch by Charles
  Blake.

* Rerunning unmodified modules in IPython's cython support failed.
  Patch by Matthias Bussonier.

* Casting C++ ``std::string`` to Python byte strings failed when
  auto-decoding was enabled.

* Fatal exceptions in global module init code could lead to crashes
  if the already created module was used later on (e.g. through a
  stale reference in sys.modules or elsewhere).

* ``cythonize.py`` script was not installed on MS-Windows.

Other changes
-------------

* Compilation no longer fails hard when unknown compilation options are
  passed.  Instead, it raises a warning and ignores them (as it did silently
  before 0.21).  This will be changed back to an error in a future release.
2014-10-23 10:09:49 +00:00
wiz
901ce20585 Update to 0.55:
0.55    2014-10-20 23:45 UTC
        + Fix : [RT #99319] : t/18-opinfo.t: test failure due to change in
                perl 5 blead
                The new METHOP op class added in perl 5.21.5 is now supported.
                Thanks James E Keenan for reporting.
2014-10-23 07:20:11 +00:00
szptvlfn
3c4cc6f098 + hs-MonadRandom 2014-10-22 21:32:21 +00:00
szptvlfn
9e4dc40e65 Import MonadRandom-0.3 as devel/hs-MonadRandom.
Support for computations which consume random values.
2014-10-22 21:30:34 +00:00
wiz
bf4abd65b1 Update to 1.3.0:
2014-10-17

	New AsyncioEventLoop for Python 3.4, Python 3.x with asyncio
	package or Python 2 with trollius package (by Alex Munroe,
	Jonas Wielicki, with earlier work by Kelketek Rritaa)
	Screen classes now call back to MainLoop using event loop
	alarms instead of passing timeout values to MainLoop (by
	Alex Munroe)
	Add support for bright backgrounds on linux console (by
	Russell Warren)
	Allow custom sorting of MonitoredList (by Tony Cebzanov)
	Fix support for negative indexes with MonitoredFocusList
	(by Heiko Noordhof)
	Documentation fixes (by Ismail, Matthew Mosesohn)
2014-10-22 09:30:37 +00:00
wiz
9ab60f7a3e Update to 3.1.2:
TortoiseHg 3.1.2 is a regularly scheduled bug-fix release.

Since 3.1, Mercurial commands are run in separate command server
process. It generally contributes to reliability, but if you have
a faulty extension or an in-process Python hook, it can corrupt
the communication channel between TortoiseHg and the command server.

If you see an error message like "cmdserver: timeout while reading...",
please report it with the list of enabled third-party extensions
and their versions. Currently, reviewboard (#3841) and onsub (#3924)
extensions are known to have this issue.

Bug Fixes

    commit: correct boundary value to disable pygments parsing
    (refs #3910)
    commit: do not show username prompt if ui.user is set (fixes
    #3901)
    obsolete: look for markers even if intermediate revisions are
    hidden
    repomodel, sync: fix performance regression on repo having many
    named branches (fixes #3912)
    tag: propagate --force option properly on remove
2014-10-22 09:27:50 +00:00
wiz
a45cf9da7d Update gettext* to 0.19.3:
Version 0.19.3 - October 2014

* Bug fixes:
  - Fix xgettext mishandling of octal character escapes in C.
  - Fix autopoint infinite recursion with certain configure.ac.

* The po/Makevars file has a new field MSGINIT_OPTIONS, that can be
  used to adjust msginit's operation.  This is particularly useful for
  controlling line wrapping behavior together with MSGMERGE_OPTIONS
  and XGETTEXT_OPTIONS.

* Portability:
  - Building on Solaris 10 and 11 with Solaris Studio compiler is now
    fixed.
2014-10-22 09:19:55 +00:00
szptvlfn
678829724f Bump PKGREVISION for hs-random-1.1 2014-10-21 21:28:58 +00:00
szptvlfn
155e55ea9e Update to 1.1
from CHANGELOG & https://github.com/haskell/random
# 1.1
  * support for base < 4.6 (which doesnt provide strict atomicModifyIORef')
    and integrating Travis CI support.
    https://github.com/haskell/random/pull/12
  * fix C type in test suite https://github.com/haskell/random/pull/9
  - Fix compilation with GHC HEAD.
2014-10-21 21:27:51 +00:00
wiedi
8a8f1270cd Update p5-Mojo-IOLoop-ForkCall to 0.15
Changelog:

0.15 2014-09-17
  - Replaced use of emit_safe which has been deprecated in Mojo::EventEmitter
2014-10-21 12:32:30 +00:00
jaapb
a20ad3ab65 Added dependency on camlp4. 2014-10-20 10:43:06 +00:00
wiz
64526b2887 Update to 0.51:
0.51
  - Fixed #65347 (installation hangs on AIX), patch from Rainer Tammer; Fixed
  #99163 (segfault from canonicalize_file_name), pulled patch from Borislav
  Nikolov.
2014-10-20 09:00:52 +00:00
alnsn
bdc6025cdf Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
szptvlfn
cedc0dff67 Bump PKGREVISION for hs-parsec-3.1.7 2014-10-19 21:27:08 +00:00
adam
2179bfdfa0 Changes 3.1.10:
New features and improvements:
* Added support for the -Xclang compiler option.
* Improved handling of exit code of internally executed processes.
* Zero length object files in the cache are now rejected as invalid.
* Bail out on option -gsplit-dwarf (since it produces multiple output files).
* Compiler option -fdebug-prefix-map is now ignored (not part of the hash). (The -fdebug-prefix-map option may be used in combination with CCACHE_BASEDIR to reuse results across different directories.)
* Added note in documentation that --ccache-skip currently does not mean “don’t hash the following option”.
* To enable support for precompiled headers (PCH), CCACHE_SLOPPINESS now also needs to include the new pch_defines sloppiness. This is because ccache can’t detect changes in the source code when only defined macros have been changed.
* Stale files in the internal temporary directory (<ccache_dir>/tmp) are now cleaned up if they are older than one hour.

Bug fixes:
* Fixed path canonicalization in make_relative_path() when path doesn’t exist.
* Fixed bug in common_dir_prefix_length(). This corrects the CCACHE_BASEDIR behavior.
* ccache no longer tries to create the cache directory when CCACHE_DISABLE is set.
* Fixed bug when reading manifests with a very large number of file info entries.
* Fixed problem with logging of current working directory.
2014-10-19 20:25:39 +00:00
szptvlfn
9b07cabdd2 Bump PKGREVISION for hs-vector-0.10.12.1 2014-10-18 21:28:58 +00:00
szptvlfn
698c637c08 Update to 0.10.12.1
changelog:
Changes in version 0.10.12.1

 * Fixed compilation on non-head GHCs

Changes in version 0.10.12.0

 * Export MVector constructor from Data.Vector.Primitive to match Vector's
   (which was already exported).

 * Fix building on GHC 7.9 by adding Applicative instances for Id and Box
2014-10-18 21:27:53 +00:00
joerg
5af7b40da7 Doesn't use modern print syntax. 2014-10-17 22:13:24 +00:00
joerg
f4b932b895 Share distinfo and patches between protobuf and py-protobuf. 2014-10-17 22:00:40 +00:00
joerg
611b72b4c7 Needs pkg-config. 2014-10-17 21:59:29 +00:00
jnemeth
9eb3c03779 add and enable php-xdebug 2014-10-17 21:04:42 +00:00
szptvlfn
30da80a3fa Update to 1.18.6
CHANGELOG:
* (1.18.6): bugfix to reject a macro usage with different arity than
            its definition
2014-10-17 21:02:36 +00:00
joerg
c1c1b6bfd8 Simplify to avoid broken dependency chains. Still doesn't build. 2014-10-17 16:45:46 +00:00
wen
75865aa777 Update to 0.09
Upstream changes:
0.09  Jul 7 2014
    - Get rid of DB::single
        Thank you djerius@cpan.org
    - Don't do POD tests

0.08  Jan 29 2014
    - Tests may now be run in parallel
        Thank you KENTNL@cpan.org

0.07  Jan 17 2014
    - Added delete_share
        Thank you dmuey@cpan.org

0.06  Jan 16 2014
    - Added $INCLUDE_DOTFILES and $INCLUDE_DOTDIRS
        Thank you sharyanto@cpan.org
2014-10-16 12:11:50 +00:00
ryoon
54f13db0d5 Update to 3.17.2
Changelog:
New in NSS 3.17.2

New Functionality

No new functionality is introduced in this release. This is a patch release to fix a regression and other bugs.

Notable Changes in NSS 3.17.2

    Bug 1049435: Change RSA_PrivateKeyCheck to not require p > q. This fixes a regression introduced in NSS 3.16.2 that prevented NSS from importing some RSA private keys (such as in PKCS #12 files) generated by other crypto libraries.
    Bug 1057161: Check that an imported elliptic curve public key is valid. Previously NSS would only validate the peer's public key before performing ECDH key agreement. Now EC public keys are validated at import time.
    Bug 1078669: certutil crashes when an argument is passed to the --certVersion option.

Bugs fixed in NSS 3.17.2

This Bugzilla query returns all the bugs fixed in NSS 3.17.2:

https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&classification=Components&query_format=advanced&product=NSS&target_milestone=3.17.2

Compatibility

NSS 3.17.2 shared libraries are backward compatible with all older NSS 3.x shared libraries. A program linked with older NSS 3.x shared libraries will work with NSS 3.17.2 shared libraries without recompiling or relinking. Furthermore, applications that restrict their use of NSS APIs to the functions listed in NSS Public Functions will remain compatible with future versions of the NSS shared libraries.
2014-10-15 13:04:20 +00:00
prlw1
92bd3d7b48 Update at-spi2-core to 2.14.0
What's new in at-spi2-core 2.13.92:

* Fix alignment checks when cross-compiling (bgo#736653).

What's new in at-spi2-core 2.13.90:

* Fix crash when testing interfaces with collections (bgo#734805).

What's new in at-spi2-core 2.13.4:

* Ensure that we register with the session manager only once (bgo#728934).

* Fix ucs2keysym prototype (bgo#730897).

* introspection: add some missing Returns: (nullable) annotations

* Fix various memory leaks.

What's new in at-spi2-core 2.13.1:

* Add GError setter in atspi_accessible_get_process_id function

* registryd: Wait for gnome-session before registering if it is not
  running yet (bgo#728934).
2014-10-14 22:30:47 +00:00
sborrill
2dcca3f708 Remove PECL_LEGACY_VERSION_SCHEME accidentally left in 2014-10-14 11:32:45 +00:00
sborrill
7e6b6344bf Add Xdebug, a debugging extension for PHP:
The Xdebug extension helps you debugging your script by providing
a lot of valuable debug information.
The debug information that Xdebug can provide includes the following:

    * stack traces and function traces in error messages with:
          o full parameter display for user defined functions
          o function name, file name and line indications
          o support for member functions
    * memory allocation
    * protection for infinite recursions

Xdebug also provides:

    * profiling information for PHP scripts
    * code coverage analysis
    * capabilities to debug your scripts interactively with a debug client
2014-10-14 11:14:50 +00:00
schmonz
c1244d2e3d Update to 0.31. From the changelog:
- Specified a minimum version of File::Slurp in response to a private
  bug report
2014-10-14 10:00:30 +00:00
jaapb
44ec21add2 Bugfix for ocamlfind dependency not being picked up (thanks to joerg@ for
reporting)
2014-10-13 12:03:15 +00:00
wiz
b6ad224c36 Update to 4.10.7:
NSPR 4.10.7 has the following bug fixes:
- Bug 836658: VC11+ defaults to SSE2 builds by default. Contributed by
  David Major.
- Bug 979278: TSan: data race nsprpub/pr/src/threads/prtpd.c:103
  PR_NewThreadPrivateIndex.
- Bug 1026129: Replace some manual declarations of MSVC intrinsics with
  #include <intrin.h>. Contributed by Ehsan Akhgari.
- Bug 1026469: Use AC_CHECK_LIB instead of MOZ_CHECK_PTHREADS. Skip
  compiler checks when using MSVC, even when $CC is not literally "cl".
  Contributed by Mike Hommey.
- Bug 1034415: NSPR hardcodes the C compiler to cl on Windows.
  Contributed by Ehsan Akhgari.
- Bug 1042408: Compilation fix for Android > API level 19. Contributed
  by Zach Anderson.
- Bug 1043082: NSPR's build system hardcodes -MD.
2014-10-13 09:14:29 +00:00
wen
0dff9bd098 Update to 0.003
Upstream changes:
0.003	2014-08-02
    - fix links in documentation to fix RT#97429 (thanks abraxxa for
      reporting)
    - switch to ExtUtils::MakeMaker - it better maintained these days
2014-10-13 06:17:19 +00:00
wen
348cb843c2 Update to 0.003
Upstream changes:
0.003     2014-09-22 19:14:22-07:00 America/Los_Angeles
  - Fixed bug where logger(category) would return default category not specified one
  - Fixed version info

0.0.2
  - Fixed distribution issues
2014-10-13 06:12:09 +00:00
wen
a78eff58f9 Update to 4.012
Update DEPENDS

Upstream changes:
4.012  2014-10-07 09:42:27 GMT
    * Bug #455 : Option of options should not be change for trait (Celogeek San)
	handle shorter name

4.011  2014-10-07 08:51:50 GMT
    * Bug #455 : Option of options should not be change for trait (Celogeek San)

4.010  2014-09-05 16:49:56 GMT
    * Feature #453 : Use Text::LineFold instead of Text::WrapI18N (Celogeek San)
    * Feature #452 : Support UTF8 source for pod and man (Celogeek San)

4.009  2014-07-08 10:15:09 GMT
    * Bug #450 : options with format "s" do not accept "0" as value (Celogeek San)
2014-10-13 06:06:13 +00:00
wen
b9039187e8 Update to 0.39
Upstream changes:
0.39 2014-09-03 23:31:55 -0600
 - Apply PR25. @daoswald++
2014-10-13 05:50:19 +00:00
wen
7d71b780fd Update to 1.02
Upstream changes:
1.02 - 2013-11-23
     - Correct Makefile NAME
2014-10-13 05:35:03 +00:00
wen
504274b816 Update to 2.4.1
Upstream changes:
2.4.1 2014-09-21T12:57:11Z
    - Fix build issues (#34)

v2.4.0 2014-09-21T02:04:01Z
    - Fix build issues (#32)
2014-10-13 05:28:42 +00:00
wiz
c9f7286e87 Update to 1.8.2:
NEW IN WAF 1.8.2
----------------
* Removed the modules c_* that were accidentally shipped and break pkg-config tests

NEW IN WAF 1.8.1
----------------
* Re-added compatible option group names from waf 1.7 #1495
* Fixed bld(define='') splitting which was disabled by mistake

NEW IN WAF 1.8.0
----------------
* Python 2.5 is now required
* Removed the Waf cache from the task level, use the netcache system
* Console handling improvements
* Properly-sized progress bar on windows
* Generic configuration tests
* Better unicode handling in scripts and in file names
* Shorter build outputs
* Prevent external static libraries propagation through uselib vars #1320
* LaTeX glossaries #1342 and multibib #1345
* Rst document processing
* Various improvements in the Python detection and processing
* Tons of bugfixes
2014-10-12 15:58:45 +00:00
wiz
4bf2719405 Update to 6.1:
6.1
---

* Issue #268: When resolving package versions, a VersionConflict now reports
  which package previously required the conflicting version.
2014-10-12 14:59:55 +00:00
wiz
b61954990b Update to 4.1:
Version 4.1 (05 Oct 2014)

A complete list of bugs fixed in this version is available here:

http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=105&set=custom

* New variables: $(MAKE_TERMOUT) and $(MAKE_TERMERR) are set to non-empty
  values if stdout or stderr, respectively, are believed to be writing to a
  terminal.  These variables are exported by default.

* Allow a no-text-argument form of the $(file ...) function.  Without a text
  argument nothing is written to the file: it is simply opened in the
  requested mode, then closed again.

* Change the fatal error for mixed explicit and implicit rules, that was
  introduced in GNU make 3.82, to a non-fatal error.  However, this syntax is
  still deprecated and may return to being illegal in a future version of GNU
  make.  Makefiles that rely on this syntax should be fixed.
  See https://savannah.gnu.org/bugs/?33034
2014-10-12 14:58:27 +00:00
prlw1
90f7920f27 Update libpeas to 1.12.1
Overview of Changes in libpeas 1.12.1
====================================

* Dist the GResources XML of the Python plugin loaders

Overview of Changes in libpeas 1.12.0
====================================

* Add easy python profiling support
* Disable GLib diagnostics in tests
* Fix various deprecation warning from GTK+
* Check return values from Python API
* [osx] Check for bundle before resource path
* Improved dependency-less support for OS X
* Misc bugfixes

* Translation updates:
  - Assamese
  - Bengali (India)
  - Brazilian Portuguese
  - Catalan
  - Catalan (Valencian)
  - Czech
  - Danish
  - French
  - Galicians
  - German
  - Greek
  - Gujarati
  - Hebrew
  - Hindi
  - Hungarian
  - Indonesian
  - Kannada
  - Korean
  - Lithuanian
  - Marathis
  - Norwegian bokmål
  - Oriya
  - Polish
  - Punjabi
  - Russian
  - Simplified Chinese
  - Slovenian
  - Spanish
  - Swedish
  - Tamil
  - Telugus
  - Traditional Chinese

Overview of Changes in libpeas 1.10.1
====================================

* Fix initializing Python loader from Python application
* Prevent and warn when trying to enable multiple loaders
* W32: Allow shared libs to be built
* Misc bugfixes

Overview of Changes in libpeas 1.10.0
====================================

* Remove support for gjs-based Javascript plugins
* Misc bugfixes

Overview of Changes in libpeas 1.9.0
====================================

* Misc bugfixes

* Translation updates:
  - Tajik

Overview of Changes in libpeas 1.8.0
====================================

* Misc bugfixes

* Translation updates:
  - Aragonese
  - Portuguese
  - Tadjik
  - Uyghur

Overview of Changes in libpeas 1.7.0
====================================

* Add python3 loader

* Translation updates:
  - Friulan
  - Kannada
  - Odia

Overview of Changes in libpeas 1.6.2
====================================

* Fix gjs single-include issues

* Translation updates:
  - Slovak

Overview of Changes in libpeas 1.6.1
====================================

* Better SIGINT handling for python signals module

* Translation updates:
  - Kannada

Overview of Changes in libpeas 1.6.0
====================================

* Remove the vala demo plugin

* Add min required and max allowed version for glib and Gdk

* Translation updates:
  - Assamese
  - Bengali (India)
  - Galician
  - Gujarati
  - Hindi
  - Latvian
  - Marathi
  - Polish
  - Thai
  - Türkçe

Overview of Changes in libpeas 1.5.0
====================================

* Warn if activate or deactivate are not implemented

* Find extension construct properties also in interface prerequisites

* Fix interface sorting in GJS and Seed

* Added peas_engine_prepend_search_path

* Added peas_plugin_info_get_external_data

* Misc bugfixes

* Translation updates:
  - Greek
  - Indonesian

Overview of Changes in libpeas 1.3.0
====================================

* Extensions can now implement multiple interfaces.

* Added GSettings API to PeasPluginInfo.

* Misc improvement and fixes.

* Translation updates:
  - Russian
  - Bulgarian
  - Brazilian Portuguese
  - Galicians
  - Danish
  - Serbian
  - German
  - Norwegian bokmål
  - Polish
  - Swedish
  - Belarusian
  - Telugu
  - Catalan (Valencian)
  - Catalan
  - Hebrew
  - Japanese
  - Slovenian
  - Czech
  - Spanish

Overview of Changes in libpeas 1.2
====================================

* Fix using Python plugins.

* Misc improvement and fixes.

* Translation updates:
  - Assamese
  - Esperanto
  - Telugu

Overview of Changes in libpeas 1.1.4
====================================

* Fix to work with PyGObject 3.

* Do not expose the peas_extension_set_call* API to GObject-Introspection.

* Disable log hooks used by PyGObject and Seed.

* Doc updates.

* Misc improvement and fixes.

* Translation updates:
  - Asturian
  - Thai

Overview of Changes in libpeas 1.1.3
====================================

* Do not expose the PeasExtension API using GObject-Introspection

* Misc improvement and fixes.

Overview of Changes in libpeas 1.1.2
====================================

* Doc updates.

* Link against pygobject 3.

* Do not cast pointers to unsigned integers.

* Translation updates:
  - Indonesian

Overview of Changes in libpeas 1.1.1
====================================

* PeasExtension has been deprecated

* You should be able to use C plugins without GObject-Introspection.

* The plugin manager's disable plugins dialog will no longer show
  hidden plugins.

Overview of Changes in libpeas 1.1.0
====================================

* Add support gjs-based Javascript extensions

* Seed Javascript extension support improvements
  - Use the new() keyword to instantiate new Javascript extensions.
  - Previously used "copied arrays" have been deprecated.
  - Allow using prototypes when defining new extensions.

* Add peas_extension_set_foreach()
  - Also deprecate the old peas_extension_set_call() method as a result.

* Drop support for Gtk+ 2

* Translation updates:
  - Lithuanian
  - Japanese
  - Turkish
  - Esperanto
  - Persian
  - Catalan (Valencian)
  - Finnish
2014-10-11 09:54:30 +00:00
jperkin
0c68bda3db Remove incomplete RCSID from patch file, confuses 'pkg_info -b'. 2014-10-10 10:01:33 +00:00
jaapb
f130e82ddf Changed package dependencies to reflect lablgtk name change. 2014-10-10 08:39:08 +00:00
wen
be9a74d905 Update to 0.77
Upstream changes:
0.77 Fri Sep 19 23:13:20 UTC 2014
 - Allow new USING usages.
 - Updated the docs.

0.76 Tue Aug 19 16:43:41 PDT 2014
 - Missed a TAB in previous release :\

0.75 Tue Aug 19 16:18:15 PDT 2014
 - Replace tabs with spaces.
2014-10-10 01:46:08 +00:00
jaapb
7b39d577ee Updated ocaml-react to latest version, 1.2.0. Changes include:
- Fix bug in dynamic creation of S.{diff,changes} (#8).
- Fix bug in dynamic creation of S.switch (#7).
- Add support for toplevel: automatically `open React` on `#require "react"`.
- Add `S.Bool.{flip,edge,fall,rise}`.
- Fix `S.switch` rank's initialisation.
- Add `E.l{1,2,3,4,5,6}`, lifting combinators on events.
- Add `E.Option.{some,value}`.
- Add `S.{Float,Int}.{zero,one,minus_one}`.
- Add `S.Bool.{zero,one}`.
- Add `S.Option.{none,some,value}`.
- Add `{S,E}.on` equivalent to `{S,E}.when_`.
- Deprecate `{S,E}.when_` (syntax error prone).
- Fix `S.bind`.
- Use package builder topkg for distribution.
- Add support for update steps, see the `React.Step` module. Allows to
  specify simultaneous primitive signal updates and event occurences.
  The functions returned by `{S,E}.create` now have an optional
  `?step` argument; if unused the previous semantics is preserved.
- Add support for strong stops, can be used on platforms where weak
  arrays are not to prevent leaks. The function `{E,S}.stop` now have
  an optional `?strong` argument; if unused the previous semantics is
  preserved.
- Change signature of `S.switch`. Any existing call `S.switch ~eq s es` can
  be replaced by `S.(switch ~eq (hold ~eq:( == ) s es))`.
2014-10-09 21:38:49 +00:00
jaapb
b539541f07 - improved test coverage
- Enum: bugfix in clamp
- Stream: add concat_map
- List: fix a stack-overflow bug in transpose
- List: add unfold_exc : (unit -> a) -> 'a list * exn
- List: add fold_righti and fold_lefti
- Substring : fix fold_left, add fold_lefti, fold_righti
- String : add fold_lefti and fold_righti
- Set.Make: add of_list
- AvlTree: add (check : 'a tree -> bool) to check well-formedness
- Hashtbl: make modify_opt/def resize the table to preserve amortized costs
- Enum: fix combine's count in presence of infinite enums
- Makefile: add a qtest-byte target
- List: add modify_opt_at: int -> ('a -> 'a option) -> 'a list -> 'a list
- List: add modify_at: int -> ('a -> 'a) -> 'a list -> 'a list
- List: add remove_at: int -> 'a list -> 'a list
- Int: add copysign
- Deque: add rotate_forward, rotate_backward : 'a dq -> 'a dq
- Int: fix overflow checking in Safe_int.mul
- add a local OPAM description, allows to use
    opam pin add batteries git@github.com:ocaml-batteries-team/batteries-included.git
- Queue: add map : ('a -> 'b) -> 'a t -> 'b t
- compatibility with 4.02:
  + Printf: remove CamlinternalPr for OCaml versions >= 4.02
  + Printf: legacy code assumed (string = fmt)
  + new 4.02 functions:
  String.mapi (String.init was already in Batteries)
  List.sort_uniq (List.sort_unique existed before)
  Array.make_float (less efficient implementation provided for <4.02 versions)
  a BatBytes module relying on ocamlfind's compatibility module
  bytes-related functions in Buffer,Digest,Marshal,Printexc,Stream,Unix
  new Printexc callstack interface (not available for <4.02 versions)
- cartesian product in batSet
- Enum.concat_map alias
- UChar.is_ascii
- equality and enumeration (from, to UChar enum) in batText
- String.find_all function
- Seq.iteri, mapi, iter2, map2 (see issue #417)
- cartesian product of enums (issue #442)
- List.subset
- Array.bsearch dichotomic search (issue #433)
- Enum.print_at_most (issue #425)
- BatOption.ord instance, (issue #393)
- Fix infinite loop in BitSet
- Levenshtein distance on strings
- Seq.{of_list, equal}
- basic .merlin file for merlin users
- BatDeque.eq function to compare Deques by content
- BatteriesExceptionless
- More explicit overridding of ocamlbuild rules, use batteries.mllib
- Add Kahan summation (numerically-accurate sum of floats) to List,Array,Enum
- Add BatOption.some
- (text) improve element indexing in BatList's mli documentation
- Add BatList.filteri_map
- Compatibility with ocaml 4.01
- Add BatList.filteri
- Levenshtein distance on strings
- Seq.{of_list, equal}
- basic .merlin file for merlin users
- BatDeque.eq function to compare Deques by content
- BatteriesExceptionless
- More explicit overridding of ocamlbuild rules, use batteries.mllib
- Add Kahan summation (numerically-accurate sum of floats) to List,Array,Enum
- Add BatOption.some
- (text) improve element indexing in BatList's mli documentation
- Add BatList.filteri_map
- Compatibility with ocaml 4.01
- Add BatList.filteri
- Add Set.split_lt and split_le
- Add split_opt wherever there is split
- Add List.range
- Add the new O_CLOEXEC flag to Unix.open_flag in version 4.01
- Fix BatMutex.DebugMutex.id is always 0.
- Simplify List.partition code
- Add List.ntake and List.takedrop
- Added List.Acc.create and use it
- Add a LazyList.eager_fold_right alias to LazyList.fold_right, with sane argument order
- and many tests and documentation
- cleanup of whitespace
2014-10-09 21:22:27 +00:00
jaapb
abd4eba836 Corrected SUPERSEDES field 2014-10-09 21:19:31 +00:00
jaapb
1d14ff388e Updated js_of_ocaml to latest version, 2.5. Package now uses ocaml.mk.
There are many changes since the latest version, most important are:
** Compiler: SourceMap improvement
** Compiler: remove registration of unused named value (wrt runtime)
** Compiler: Smarter inlining, Constant sharing, Switch generation
** Lib: Dom binding: *AttributeNS, *AttributeNode*, borderRadius
** Runtime: improve performence of string, array allocation
* Misc: enable safestring for OCaml 4.02
* Commandline: switch to Cmdliner. Better -help + manpage
** Runtime: support for num (Ryan Goulden)
** Lib: initial support for Dom_svg
** Lib: introduce Jsonp module
** Lib: introduce JSON object binding
** Lib: introduce DomContentLoaded
** lib: introduce eventSource
** Lib: introduce js_of_ocaml.toplevel package
** Lib: various improvement: textContent,outerHTML,unload event,css properties
** Lib: complete binding of Js.array
** Lib: change signature of Sys_js.register_autoload
** Lib: sync js_of_ocaml.tyxml with latest tyxml
** Tools: helpers to build toplevel: jsoo_mktop, jsoo_mkcmis
** Lib: remove deprecated Event_arrow
** Lib: introduce js_of_ocaml.tyxml
** Lib: introduce js_of_ocaml.weak (that loads weak.js)
and remove predicate joo_weak
** Lib: introduce js_of_ocaml.log (Lwt logger)
** Lib: Dom_html.{range,selection} (Enguerrand Decorne)
 ** Runtime: improve blit_string perf
** Compiler: option to warn about unused js variable
** Lib: audio/videoElement
 ** Runtime: bigarray comparison
** Compiler: allow to embed directory with -file dir_name=ext1,ext2:dest_path
** Compiler: can now output embeded files in a differant js file
** Lib: js_of_ocaml.graphics
** Lib: Js.Unsafe.expr to embed JavasScript expression
to be used instead of Js.Unsafe.variable (or eval_string)
** Lib: Sys_js.js_of_ocaml_version && Sys_js.file_content
** OCamlbuild plugin: Add the OASIS support, document the API and add the tags
sourcemap (included in the meta-tag debug) and tailcall (#148)
(by Jacques-Pascal Deplaix)
 ** Compiler: generate shorter variable names
** Parsing and minifying of external javascript file (ie: runtime)
(by Hugo Heuzard)
** Compiler: JavaScript strict mode enabled
** Runtime: add support for recursive module (by Hugo Heuzard)
** Compiler: use trampoline to implement tailcall optim (by Hugo Heuzard)
** Improved OCaml toplevel UI (by Hugo Heuzard)
** Toplevel: support dynamic loading of cmo and cma files
** Runtime: add Bigarray support (contributed by Andrew Ray)
** Library: switch from "float Js.t" to just "float" for typing
JavaScript numbers
** Compiler: Add javascript file lookup using findlib
(+mypkg/myfile.js will read myfile.js from mypkg findlib directory)
(by Hugo Heuzard)
** Compiler: improve missing primitives & reserved name detection
(by Hugo Heuzard)
** Compiler: static evaluation of constant ("staticeval" optimisation)
(by Hugo Heuzard)
** Compiler: share constants (by Hugo Heuzard)
** Compiler: alias primitives (by Hugo Heuzard)
** Compiler: complete javacript ast (by Hugo Heuzard)
** Compiler: 'caml_format_int %d x' compiles to ""+x (by Hugo Heuzard)
** Add JavaScript file in META (to be used with ocamlfind)
(by Hugo Heuzard)
** Add Ocamlbuild plugin js_of_ocaml.ocamlbuild
(by Jacques-Pascal Deplaix)
** Add/Install classlist.js, weak.js
** Add Url.Current.protocol (by Vicent Balat)
** Dependency: deriving instead of deriving-ocsigen
** Runtime: log wrong string encoding issues to the console (by Hugo Heuzard)
** Add compiler_libs (by Pierre Chambart)
** Compile syntax extension to native code as well (by Hugo Heuzard)
** Add a JavaScript parser (extracted from facebook/pfff)
** Compiler: remove redundant 'var' (by Hugo Heuzard)
** Compiler: improve compact mode, remove unnecessary space, semicolon
** Runtime: Support in_channel and out_channel (by Hugo Heuzard)
** Compiler: option to embed files into the generated js
such files can be read using open_in (by Hugo Heuzard)
** Runtime: add cache for method lookup (by Hugo Heuzard)
** Compiler: experimental sourcemap support (by Hugo Heuzard)
** JavaScript Errors are now wrapped inside OCaml exceptions (by Hugo Heuzard)
** Add missing primitives for OCaml 4.01
** Improved Dom bindings (Hugo Heuzard and many other contributors)
** Add -linkall option to keep all provided primitives (Pierre Chambard)
** Improved tail-call optimization (Hugo Heuzard)
** Added optimization levels: -o {1,2,3} (Hugo Heuzard)
2014-10-09 21:18:05 +00:00
jaapb
fd76a06dcc Updated ocaml-lwt to latest version, 2.4.5. Package now uses ocaml.mk.
Changes:
* Lwt_ssl: expand API to allow setting socket options with Ssl
functions
* fix for camlp4 trunk
* support for React 1.0.0
* add Lwt_sequence.find_node_* functions
* Lwt_log: get backtrace early to overcome exns in
Printexc.to_string
* fix potential deadlock in lwt_unix_recv_notifications
* lwt.glib fixes:
- handle HUP
- fix for BSD/OSX
* do not raise an exception in Lwt_log if argv[0] is blank
 * add Android support
* fix issues in stubs for Lwt_unix jobs
* fix compatibility issue with OCaml 4.01
* fix the stub for ev_timer_init
* add Lwt.log containing Lwt_log_core, the Unix-free part of Lwt_log
* add Lwt_ssl.get_fd
* fix stdout/stderr redirections in Lwt_daemon.daemonize
* add Lwt_list.{map,iter}i{_s,_p}
2014-10-09 21:13:36 +00:00
jaapb
f678483403 Updated package to newest version, 1.6. Changes: build system tweaks and
a fix for ocaml 4.02.
2014-10-09 21:08:51 +00:00
jaapb
30885a610c Updated package to latest version, 1.5.3. Package now uses ocaml.mk
framework, and the buildlink wrapper has been modified to deal with
quoted arguments properly.
Changes:
-  1.5.3: The installation of "bytes" respects now $prefix and  the configured
   destination.
   New option -pp for "ocamlfind query", to get preprocessor packages.
   Updated the compatibility Bytes module to support extend, init, mapi,
   blit_string (Gabriel Scherer).
-  1.5.2: support for the query formats "%+a" and "%+A".
   Fix: the "ppx" property is now also path-expanded when interpreted in a
   toploop.
   Fix: implicit "ppx" is not path-expanded anymore.
   Fix: Build bytes.cmxs only if natdynlink is enabled (Andy Ray).
-  1.5.1: includes a file that was missing in 1.5
-  1.5: Including the "bytes" package that is either a compat package for ocaml
   < 4.02 or a fake package for ocaml >= 4.02. The package aims at helping to
   support the transition to the new "bytes" type for mutable strings.
   Also installing findlib.cmxs if OCaml supports it.
   Allowing to disable camlp4 (in prep for OCaml-4.02).
   The "ppx" package property can be specified for constructing ppx-type
   preprocessors (patches from Peter Zotov).
2014-10-09 20:53:15 +00:00
jaapb
84b6373ec5 Updated package to latest version, 0.7. Changes:
* Compatibility with ocaml-4.02 (Peter Zotoz, Hugo Heuzard)
  * Fix toplevel usage (Vincent Bernardoff)
  * Class: add equality for sets (Jeremy Yallop)
2014-10-09 20:25:24 +00:00
jaapb
3699028e68 Added SUBDIR for devel/ocaml-cmdliner 2014-10-09 20:09:31 +00:00
jaapb
b0004458fd New package: devel/ocaml-cmdliner. It's a module for the declarative
definition of command line interfaces, and needed as a dependency for
js_of_ocaml.
2014-10-09 20:07:36 +00:00
jaapb
c9fb37b09f - Added LICENSE, took over maintainership and re-added pax to USE_TOOLS. 2014-10-09 19:41:01 +00:00
jaapb
df4750c2ad Updated package to newest version, 7.1.1. Package now also uses ocaml.mk.
Changes are mostly bugfixes, and major changes:
* Switched to Oasis for packaging
* Switched to OCamlBuild for the build process
* Added stricter compilation flags
2014-10-09 19:39:24 +00:00
jaapb
1e2c6eff15 Revbump for ocaml 4.02.0.
(Some packages omitted because they will be updated to new versions)
2014-10-09 19:14:03 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
wiz
678aff69e9 Update to 0.09:
0.09    2014-10-05

- Clarify which of List::Util and List::MoreUtils wins when they both provide
  the same function. Requested by Karen Etheridge. RT #98560.
2014-10-09 13:12:01 +00:00
adam
84e9bc6685 Changes 1.2.2:
* Fix for a serious raw_display performance regression
* Fix for high color palette detection (by extempo)
* Small changes to enable windows support
2014-10-09 11:57:36 +00:00
wiz
cb706ab8fc |fmt 2014-10-09 11:31:40 +00:00
pettai
7069644d55 update to reflect current version 2014-10-09 11:19:57 +00:00
khorben
b3455cbd6c Added devel/py-protobuf 2014-10-09 09:11:08 +00:00
khorben
a832c0883a Packaged the python bindings to devel/protobuf as devel/py-protobuf 2014-10-09 09:10:47 +00:00
gdt
1901bce8f1 Update to 2.38.
- 2.38 | 2014-10-08

  - bug-report address changed

    Please send bug reports to the address shown by running command:

     ./configure --help

    Mail sent to the previous address is likely to be misplaced.

  - bugfixes

    - ‘parse-form’ uses ‘list’ instead of ‘values’

      NB: Backward-incompatible change.

      Previously, this ‘(www server-utils form-2-form)’ proc would use
      ‘values’ for form elements that have type info, consing the
      result into the returned alist.  Unfortunately, use of ‘values’
      outside a ‘call-with-values’ context (e.g., as a container, as
      in this case) is not supported by Guile 2.x.

      Now, the four pieces of type info are packaged w/ ‘list’.

    - support for VPATH "make check"

      Previously VPATH "make check" failed to initialize each test's
      infrastructure (i.e., v/common).  Now it takes into account the
      configure-substituted and Makefile var ‘srcdir’ as well.

  - new optional arg ‘u8’

    - ‘(www url-coding) url-coding:decode’

      This proc now takes an optional arg U8, which if non-‘#f’, means
      to return a u8vector instead of a string.

    - ‘(www server-utils parse-request) alist<-query’

      This proc now takes an optionl arg U8, which if non-‘#f’, means
      to return u8vectors instead of strings for names and values.

  - changes to ‘(www server-utils form-2-form) parse-form’

    - non-string args ok

      The first arg can now be a form:

       ((multipart . MINOR) PARAMETER...)

      i.e., the parsed form of the Content-Type header's value.
      Relatedly, the arg's documented name is now simply TYPE.

      The second arg can now be an integer specifying the number of
      bytes to read from the current input port.

      For backward compatibility, TYPE and RAW-DATA can also be
      strings.

    - sub ‘multipart/mixed’ better recognized

      Previously, a (sub) part w/ "Content-Type: multiPART / miXed"
      (for instance) would be handled opaquely.  Now, such a header is
      properly recognized and recursed into.  Sigh, one has to wonder:
      Will there ever be a more tightly specified MIME 2.0?

  - CGI file-uploads can now be done in "move u8" style

    Proc ‘(www cgi) cgi:init’ now accepts options ‘move’, which
    controls how file-uploads are handled.  When specified, the
    uploaded files are returned as procedures that can be called to
    write the actual contents of the file (a u8vector) to a port or
    to return those contents directly.  This option takes precedence
    over ‘uploads-lazy’.

    Another new option is ‘move-simple-text/plain’, which only is
    meaningful if ‘move’ is also specified.  This simplifies the
    value of form parameters with MIME type ‘text/plain’ to a
    string, discarding other MIME information.

    See examples/id.cgi.in for how to use these options.

  - "make check" locale support

    You can customize (somewhat) the locale that tests use by
    manipulating file v/testing-locale.  See README.

  - bootstrap tools upgraded
    - GNU Automake 1.14.1
    - Guile-BAUX 20140110.0849.39e9660
2014-10-09 00:57:11 +00:00
wiz
d787e759fc Update to 2.42.0:
2.42:

API additions since 2.40:

* Add Permission and SimplePermission.
  (Juan R. García Blanco) Bug #732436
* Add support for GtkContainer child properties.
  (Juan R. García Blanco)


2.42.0 (stable):

Gio:
* Notification: Deprecate set_urgent().
  (Murray Cumming)

Tools:
*  h2def.py: fixed generator in case of inline functions.
   (Marcin Kolny) Bug #736427

Build:
* Update and overhaul of Visual Studio 2005 project build files.
 (Chun-wei Fan)
* Fixes for  Visual Studio 2008 and 2010 project build files.
 (Chun-wei Fan)
* Fix ustring for Visual Studio Builds.
 (Chun-wei Fan) Bug #736720
* Visual Studio Builds: Add "install" project.
  (Chun-wei Fan)
* Fix tests in Visual Studio.
  (Chun-wei Fan) Bug #736778

2.41.4 (unstable):

gmmproc:
* Added parameter exception_handler in _WRAP_VFUNC().
  (Marcin Koln) Bug #735132
* Better error checks in some _WRAP_* macros.
  (Kjell Ahlstedt)

Build:
* Update and overhaul of Visual Studio 2010 and Visual Studio 2008
  project build files.
  (Chun-wei Fan)
* Gio::DBus: Don't use parameter name 'interface' to fix the build with MinGW.
  (Kjell Ahlstedt) Bug #735137.


2.41.3 (unstable):

Documentation:
* Network example:
  - Use Glib::OptionEntry and friends
  (Kjell Ahlstedt)
  - Network example: Add --use-ipv6 command line option
  (Shashank) Bug #734094.

2.41.2 (unstable):

Gio:
* Menu: Allow detailed_action == null
  (Kjell Ahlstedt) Bug #733203 (Hubert Figuiere)
* Add Permission and SimplePermission.
  (Juan R. García Blanco) Bug #732436

Glib:
* Make custom interface properties instance data.
  (Kjell Ahlstedt) Bug #732746
* PropertyBase: Use g_object_notify_by_pspec() instead of g_object_notify()
  (Povilas Kanapickas) Bug #731484

gmmproc:
* Add support for GtkContainer child properties.
  (Juan R. García Blanco)
*  _WRAP_METHOD: Allow multi-word parameter types such as unsigned int.
  (Kjell Ahlstedt)


2.41.1 (unstable):

Gio:
* Application: Deprecate set_action_group().
  (Kjell Ahlstedt)
* DesktopAppInfo: Deprecate set_desktop_env().
  (Kjell Ahlstedt)
* Settings:  Deprecate list_schemas(), range_check() and
  property_schema().
  (Kjell Ahlstedt)
* TlsConnection: Deprecate [set|get]_use_system_certdb()
  and property_use_system_certdb().
  (Kjell Ahlstedt)
* VolumeMonitor: Deprecate adopt_orphan_mount().
  (Kjell Ahlstedt)

Glib:
* Keyfile: Deprecate one of the load_from_dirs() methods.
  (Kjell Ahlstedt)
* ValueArray: Deprecated.
  (Kjell Ahlstedt)

tests:
* Test custom properties and an interface with properties.
  (José Alburquerque) Bug #697229

Documentation:
*  Add a blank line after @deprecated and @newin to help doxygen.
  (Kjell Ahlstedt)


2.41.0 (unstable):

Gio:
* Application:
  - Add add_main_option_entry() and enum OptionType.
  (Kjell Ahlsted) Bug #727822.
  - Add add_main_option_entry() taking a slot parameter
  (Kjell Ahlsted) Bug #727822.
* Add SocketSource, SignalSocket and Socket::create_source().
  (Kjell Ahlsted) Bug #725281.

Documentation:
* examples/network: Use SocketSource and SignalSocket.
  (Kjell Ahlstedt)

Build:
* gmmproc: Don't interpret a comma as the end of a deprecation message.
  (Kjell Ahlstedt)
2014-10-08 22:12:55 +00:00
szptvlfn
95a5ea8ac4 Bump PKGREVISION for hs-cmdargs-0.10.10 2014-10-08 21:57:07 +00:00
szptvlfn
4507b3e8c6 Update to 0.10.10
CHANGES:
0.10.10
    #14, fix @ file arguments
	deprecated tyConString
2014-10-08 21:56:17 +00:00
prlw1
fffffedcd9 Update accerciser3 to 3.14.0
===============
version 3.14.0
===============

===============
version 3.13.92
===============

What's New
==========
- doap: update URLs
- doap: category apps
- doap: add <programming-language>
- Mark images as not translatable to keep them off translators radar
- Addressing some PyGObject initializer deprecations
- Adding transient windows for bookmarks dialogs

Contributors: Piotr Drag, Gabor Kelemen, Olav Vitters, Javier Hernandez

New And Updated Translations
============================
- Tom Tryfonidis (el)
- Daniel Mustieles (es)
- Inaki Larranaga Murgoitio (eu)
- Anders Jonsson (sv)
- Alexandre Franke (fr)
2014-10-08 00:03:05 +00:00
prlw1
174a962020 Update libwnck3 to 3.4.9
=============
Version 3.4.9
=============

  Fixes

  * TaskList: remove new Startup Notification API

=============
Version 3.4.8
=============

  Features

  * Add support for _GTK_FRAME_EXTENTS (Rico Tzschichholz)

  Fixes

  * WindowActionMenu: unset window and stop async events on dispose
    (Marco Trevisan)
  * TaskList: use new Startup Notification API (Stefan Sperling)

  Translators

  * Fran Dieguez (gl)
  * GunChleoc (gd)
  * Milo Casagrande (it)
  * Noriko Mizumoto (ja)
  * Rudolfs Mazurs (lv)
  * Wylmer Wang (zh_CN)
2014-10-07 23:59:50 +00:00
prlw1
289c86a719 Update gobject-introspection to 1.42.0
Mainly update glib annotations. Some Python 3 compatibility fixes.
Replace the 'allow_none' field on parameters with two separate fields:
'nullable' and 'optional'.
Many bug fixes.
2014-10-07 23:29:49 +00:00
prlw1
ccf77e5de9 Update glib to 2.42.0
Patches removed:
- patch-ba
    Fixed in 4f775b7b and 369c8bd5 (Bug 583330)
- patch-gio_gcredentials.c
  patch-gio_gcredentialsprivate.h
  patch-gio_gsocket.c
  patch-gio_gunixcredentialsmessage.c
  patch-gio_tests_credentials.c
    Fixed in 3428bba1 and e763d934 (Bugs 728256 735819)
- patch-glib_gmessages.c
    Fixed in ab9f63fa (Bug 720708)

Patches changed:
- patch-gio_gioenums.h
    Still need 45344f36 (Bug 728256)
- patch-ak (=> patch-aa)
    Hunk 9 fixed in 74ec9470

Highlights from the release notes:

* GApplication now has binding-friendly API to handle
  commandline options: g_application_add_main_option

* G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang

* g_clear_pointer and g_clear_object no longer use atomics

* The Unicode support has been updated to version 7.0
  of the Unicode standard

* GNotification now supports priorities for notifications

* GCredentials has gained NetBSD support

* GMutex now uses a faster, native implementation on Linux

* Many bugfixes found by static analysis, including potential fd leaks
  and NULL pointer dereferences.

* Increased use of (nullable) attribute on out values and return types
  now that it is supported (mostly from porting Vala metadata).

* use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of desktop
  files, deprecating g_desktop_app_info_set_desktop_env()

* add support for g_desktop_app_info_get_implementations() to find
  desktop files that have an Implements= line for a given interface

* GHmac has gained SHA-512 support

* support the new mimeapps specification (most notably, moving the
  assoications/defaults configuration to ~/.config/mimeapps.list).

* libgobject is now linked -Wl,-z,nodelete when possible to avoid errors
  when gobject is used from a module for a program that does not itself
  use gobject and that module is unloaded/reloaded

* ... and many other bug fixes.

* Many translations updated.

For full details see:

https://git.gnome.org/browse/glib/tree/NEWS?h=glib-2-42
2014-10-07 23:18:36 +00:00
prlw1
c2d0464850 Update pango to 1.36.8
Apparently the ellipsis attributes are enough for gtk3 to need this
version.

Overview of changes between 1.36.7 and 1.36.8
=============================================
- Make tests not fail on build.gnome.org

Overview of changes between 1.36.6 and 1.36.7
=============================================
- Add tests for pango markup
- Add tests for PangoLayout
- Add an analysis flag for ellipsis (#735719)
- Treat attributes in ellipsis better (#735732)
2014-10-07 22:59:06 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
adam
ee7dc9b503 Changes 2.3.4:
- Fixed the interactive mode, in connection with Configure contexts
- Fix EnsureSConsVersion warning when running packaged version
- Fix D tools for building shared libraries
2014-10-07 10:17:28 +00:00
wiz
c2b0d17fdc Downgrade to 1.7.16 until
https://code.google.com/p/waf/issues/detail?id=1495
is fixed.
2014-10-07 07:30:42 +00:00
wen
1b3f2bf211 Update to 0.038
Upstream changes:
0.038     2014-09-06 11:28:23+02:00 Europe/Amsterdam
          Scrub PERL_MB_OPT in tests too
2014-10-07 07:11:00 +00:00
adam
6d824a2d24 Changes 2.40.2:
This release contains several BSD-related fixes backported from master
which failed to make it into the last release.
2014-10-07 06:29:21 +00:00
ryoon
d7d2e810a5 Update to 0.12.1
Changelog:
May 2014 update 0.12.1
-------------------------------------------------

This is a stability improvement release and we suggest to use it instead of 0.12

Bug fixes:
  reassign tags to changesets when performing merging of old and new history during incremental reindex fixes #819
  create file which stores the latest cached revision also when renamed file handling is disabled fixes #818
  Made the limitations on JavaDB versions explicit
2014-10-06 13:36:43 +00:00
ryoon
0816f2eb64 Update to 1.6.0
Changelog:
## JFlex 1.6.0
- Unicode 7.0 is supported.
- In %unicode mode, supplementary code points are now handled properly.
  . Regular expressions are now code-point based, rather than code-unit/
    char based.
  . Input streams are read as code point sequences - properly paired
    surrogate code units are read as a single character.
  . All supported Unicode properties now match supplementary characters
    when Unicode 3.0 or above is specified, or when no version is
    specified, causing the default Unicode version, Unicode 7.0 in this
    release, to be used.
- New \u{...} escape sequence allows code points (and whitespace-separated
  sequences of code points) to be specified as 1-6 hexadecimal digit values.
- Characters in matches printed in %debug mode are now Unicode escaped
  (\uXXXX) when they are outside the range 32..127.
- fixed bug #127, detect javadoc class comment when followed by annotation(s)
- removed the "switch" and "table" code generation options
- By default no InputStream constructor is included in the generated
  scanner.  The capability to include one is deprecated and will be
  removed in JFlex 1.7.

## JFlex 1.5.1 (Mar 21, 2014)
- fixed bug #126, problem calling ./jflex start scripts
- fixed bug #125, minor documentation flaws
- further documentation and website updates
- JFlex now reports the correct version string
- added support for CUP2 with %cup2 switch, based on patch by Andreas Wenger

## JFlex 1.5.0 (Jan 21, 2014)
- the "switch" and "table" code generation options are deprecated
  and will be removed in JFlex 1.6
- the JFlex license has been changed from GPL to BSD.
- updated JFlex to CUP version 0.11a.
- changed the build from Ant to Maven.
- JFlex now mostly conforms with Unicode Regular Expressions UTS#18
  Basic Unicode Support - Level 1.  Supplementary code points (above
  the Basic Multilingual Plane) are not yet supported.
- new meta characters supported: `\s, \S, \d, \D, \w, \W`.
- nested character sets now supported, e.g. [[[ABC]D]E[FG]]
- new character set operations supported: union (e.g. [A||B]), intersection (e.g.
  [A&&B]), set-difference (e.g. [A--B]), and symmetric difference (e.g. [A~~B]).
- the meaning of the dot (".") meta character has been changed from `[^\n]` to
  `[^\n\r\u000B\u000C\u0085\u2028\u2029]`. Use the new `--legacydot` option to
  cause "." to be interpreted as `[^\n]`.
- new `\R` meta character matches any newline:
  `"\r\n" | [\n\r\u000B\u000C\u0085\u2028\u2029]`.
- new option --noinputstreamctor to not include an InputStream
  constructor in the generated scanner.
- %include <file> can now be used in the rules section (bug #116)
- fixed bug #105 & #106 (yychar and zzAtBOL should be reset for nested input streams)
- fixed bug #107 (could not match input for empty string matches.)
- fixed bug #110 & #118 (properly update zzFin when reallocating zzBuffer)
- fixed bug #114 (noncompileable scanner generation when default locale is Turkish)
- fixed bug #113 (zzEOFDone not included with pushed nested stream state)
- fixed bug #103 (can't build examples/java/)
- fixed bug #104 (impossible char class range should trigger syntax error)
2014-10-06 13:33:54 +00:00
wiz
8b765c474f Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
wiz
708e306dce pkglint cleanups. 2014-10-05 16:27:25 +00:00
wiz
1fc80c6c6a Update to 3.14.0:
version 3.14.0

    macros2: Update links to macros in the autoconf-archive

    Now that the macros have been committed upstream, we can link to their
    manual pages rather than the bug reports.


    macros2: Add support for APPSTREAM_XML macro

    And request that appstream-xml.m4 get installed if missing.

    https://bugzilla.gnome.org/show_bug.cgi?id=736497


    macros2: Deprecate GNOME_CODE_COVERAGE

    The autoconf-archive AX_CODE_COVERAGE macro should be used instead.

    https://bugzilla.gnome.org/show_bug.cgi?id=729405


    macros2: Deprecate GNOME_MAINTAINER_MODE_DEFINES

    The modules which it deprecates are all ancient and unused. Many of the
    modules which use GNOME_MAINTAINER_MODE_DEFINES don’t make use of the
    DISABLE_DEPRECATED variable it generates anyway.

    If a module really wants maintainer mode, they should use
    AM_MAINTAINER_MODE. Otherwise, they should just eliminate this call
    entirely.

    https://bugzilla.gnome.org/show_bug.cgi?id=735417


    macros2: Deprecate GNOME_DEBUG_CHECK

    The autoconf-archive AX_DEBUG_CHECK macro should be used instead, or the
    macro contents should just be substituted into configure.ac directly,
    since it’s so simple.

    https://bugzilla.gnome.org/show_bug.cgi?id=729403


    build: Remove a non-existent file from EXTRA_DIST

    https://bugzilla.gnome.org/show_bug.cgi?id=735418


    compiler-flags: allow suppressing warnings

    Some projects want to see no warnings at all, for example, projects that
    are written in Vala. But GNOME_COMPILE_WARNINGS([no]) is a no-op that
    does nothing to turn off the default compiler warnings. Presumably if
    you ask for no compiler warnings, you want no compiler warnings, so
    suppress them in this case instead.

    https://bugzilla.gnome.org/show_bug.cgi?id=734973


    code-coverage: Support lcov 1.11

    https://bugzilla.gnome.org/show_bug.cgi?id=732988


    macros2: Remove FORBIDDEN_M4MACROS infrastructure

    It was completely outdated and unused. The REQUIRED_M4MACROS
    infrastructure is, however, still in use.

    https://bugzilla.gnome.org/show_bug.cgi?id=729932


    macros2: Remove outdated README file

    https://bugzilla.gnome.org/show_bug.cgi?id=729410


    doc: Move doc/usage.txt to README and update

    We don’t like references to CVS any more. Update the guidelines to no
    longer reference GNOME_COMMON_INIT.

    https://bugzilla.gnome.org/show_bug.cgi?id=729410


    make program_VERSION a local variable

    Otherwise we may end up overriding what was manually set in the
    environment.
2014-10-05 15:03:33 +00:00
wiz
69609f86b5 Update to 2.4.0:
2.4.0 (stable):

Note: API/ABI is the same as in release 2.3.2. Compared to stable
releases 2.2.x, the API has been broken regarding visit_each() functions.
See the NEWS entry for libsigc++ 2.3.2.

* Fix the test_lambda test case for MS Visual C++ 2013 and other
  C++11-compliant compilers.
  (Kjell Ahlstedt) Bug #734368 (Ryan Beasley)
* Add a missing #include in limit_reference.h.
  (Kjell Ahlstedt)
* Documentation:
  - Use doxygen-extra.css from the mm-common package.
    Requires mm-common 0.9.7 when configured to use maintainer-mode.
    (Kjell Ahlstedt)

2.3.2 (unstable):

Note: The implementation of bug #724496 breaks API for some users,
but it does not break ABI.
Only users who have added their own visit_each() overloads are affected by
the API break. Their programs will still compile, but there will be run-time
errors, if they rely on auto-disconnection of slots.
Updated instructions for users who implement their own adaptors are found
in the description of sigc::adapts<>.

* Replace visit_each() overloads by struct visitor<>.
  Add the test_visit_each test case.
  (Ryan Beasley, Kjell Ahlstedt) Bug #724496
* signal_impl::notify(): Don't delete signal_impl during erase().
  (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri)
* Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal
  (Kjell Ahlstedt) Bug #724496 (Ryan Beasley)
* Fix test_cpp11_lambda for gcc 4.8
  (Kjell Ahlstedt)
* Speed up disconnection of slots.
  (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes)
* Auto-generate the ChangeLog from the git log for 'make dist'.
  (José Alburquerque)
* Don't use __file__ in the FIREWALL m4 macro.
  (Kjell Ahlstedt) Bug #699168 (John Ralls)
* Add the track_obj() adaptor and test_track_obj test case.
  Deprecate libsigc++ lambdas, sigc::group() and sigc::var().
  Use C++11 lambda expressions instead.
  (Kjell Ahlstedt) Bug #672555
* Documentation:
  - Emphasize that signals are reference counted.
    (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma)
  - Mention std::function<> and std::bind() where appropriate.
    (Kjell Ahlstedt, Chris Vine)
  - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal
    functions from the reference documentation.
    (Kjell Ahlstedt)
* Windows:
  - Enable C++11 lambda expressions with MS Visual Studio 2012 and later
    (Ryan Beasley) Bug #733752
  - Update MSVC_Net2010
    (Kjell Ahlstedt) Bug #724496 (Ryan Beasley)

2.3.1 (unstable):

* signal_base: Add blocked(), block(), unblock().
  (Kjell Ahlstedt) Bug #153780
2014-10-05 15:02:06 +00:00
wiz
41594fe27e Update to 2.14.0:
Changes in version 2.14.0:
==========================

Translations:
Dušan Kazik (sk), Maria Mavridou (el), Yuri Myasoedov (ru)


Changes in version 2.13.90:
===========================

* GObject-introspection: some small changes needed by the MINGW project.
* Doap file updated See [1]

Contributors:
  Alexpux, Piotr Drąg, Olav Vitters

Translations:
Christian Kirbach (de), Lasse Liehu (fi), ngoswami (as)

[1] https://mail.gnome.org/archives/release-team/2014-July/msg00045.html

Changes in version 2.13.3:
==========================

* Bug 729752: introspection: add many missing Returns: (nullable) annotations
* Bug 730859: atk/Makefile.am: Stop reading atk.def
* Fix GIR scanning for srcdir != buildir
* Visual Studio support
   * MSVC 2010+ Projects: Update "Installation" Process
   * Build: Add Build Support for Visual Studio 2013
   * MSVC 2012/2013 Support: Update Property Sheet Creation
* Documentation:
   * Bug 729922: adding further explanation on atk_add_global_event_listener

Contributors:
  Benjamin Gilbert, Chun-wei Fan, Evan Nemerson, Alejandro Piñeiro
  Iglesias, Owen W. Taylor

Translation:
  genodeftest (de), Pau Iranzo (ca), Carles Ferrando (ca@valencia), Yosef Or Boczko (he)

Changes in version 2.13.2:
==========================

During GNOME 3.13.2 cycle an ATK 2.13.2 release was rolled out. But
unfourtunately, it was not pushed on master, so got lost. All their
changes are included on 2.13.3.

Changes in version 2.13.1:
==========================

* Bug 728031: Use visibility attributes/__declspec (dllexport) to
  export public symbols
* Bug 691991: Add Simple Support for Visual Studio 2012

Contributors:
  Chun-wei Fan

Translation
  Inaki Larranaga Murgoitio (eu), Matej Urbančič (sl), marablack3 (el)
2014-10-05 14:59:26 +00:00
wiz
3039b5d1bd Update to 1.8.0:
NEW IN WAF 1.8.0
----------------
* Python 2.5 is now required
* Removed the Waf cache from the task level, use the netcache system
* Console handling improvements
* Properly-sized progress bar on windows
* Generic configuration tests
* Better unicode handling in scripts and in file names
* Shorter build outputs
* Prevent external static libraries propagation through uselib vars #1320
* LaTeX glossaries #1342 and multibib #1345
* Rst document processing
* Various improvements in the Python detection and processing
* Tons of bugfixes
2014-10-05 14:55:40 +00:00
wiz
1712b7b15c Update to 1.4.25:
1.4.25
==================================================

- fix issue52: vaguely fix py25 compat of py.path.local (it's not
  officially supported), also fix docs

- fix pytest issue 589: when checking if we have a recursion error
  check for the specific "maximum recursion depth" text of the exception.
2014-10-05 14:39:20 +00:00
wiz
d59c943dbc Update to 0.042:
0.042	2014-10-04

 [ Documentation ]
 - Document the warning emitted when you provide options to a function you
   are unimporting.

 [ Other ]
 - Housekeeping on %TRACKED.

0.041_02	2014-09-19

 [ Bug Fixes ]
 - Option validation needs to happen after expanding tags.

0.041_01	2014-09-18

 - Add an `unimport` feature.
2014-10-05 14:34:00 +00:00
wen
db0b10b355 Update to 0.103007
Upstream changes:
0.103007  2014-04-04 22:02:22-04:00 America/New_York
        - added "-c" option to cpan-uploader to specify an alternate config

0.103006  2013-12-13 08:18:36 America/New_York
          update bugtracker and repo metadata

0.103005  2013-07-01 19:01:17 America/New_York
          Use Config::Identity to permit GPG-encrypting on-disk credentials
          (thanks, Mike Doherty)
2014-10-04 14:14:26 +00:00
wen
1edd52e514 Update to 1.2011
Upstream changes:
1.2011    2014-03-16 22:27:56+01:00 Europe/Paris

  [ADDED]

  - Added support for future optional prerequisite reporting
    when CPAN.pm supports it

  [CHANGED]

  - Moved test distributions into corpus/ to avoid repetitive
    tarball unpacking

  - Modernized distribution meta and support files

1.2010    2013-04-12 15:35:38 Europe/London

  [NEW FEATURES]

  - new option 'retry_submission' tries to send the report one
    extra time in case it fails. Defaults to undef (don't retry)
    (Patch by Alexandr "chorny" Ciornii)
2014-10-04 14:04:05 +00:00
wen
655e21b3a8 Update to 1.94
Upstream changes please visit:
http://cpansearch.perl.org/src/BINGOS/CPAN-Perl-Releases-1.94/Changes
2014-10-04 13:53:24 +00:00
wen
ed59b0042d Update to 1.111016
Upstream changes:
1.111016  2014-08-08 18:52:05-04:00 America/New_York
        - cope with a difference in the 02packages headers made by Pinto
          (thanks, Fabrice Gabolde)
2014-10-04 13:46:56 +00:00
wen
73c8af52b1 Update to 2.142690
Upstream changes:
2.142690  2014-09-26 11:06:34-04:00 America/New_York

  [DOCUMENTED]

  - Clarified that no_index is a list of exclusions, and that indexers
    should generally exclude 'inc', 'xt' and 't' as well.
2014-10-04 13:39:08 +00:00
wen
4c5e7a2e7b Update to 2.128
Upstream changes:
2.128     2014-09-06 00:04:22-04:00 America/New_York

    [FIXED]

    - Throws an error at compile time if neither version nor
      the ExtUtils::MakeMaker bootstrap are available

2.127     2014-09-04 22:17:44-04:00 America/New_York

    [FIXED]

    - Works around limitations in version::vpp detecting v-string magic

    [PREREQS]

    - Requires version.pm 0.88 in metadata, but code should work with any
      version of version.pm

    - Adds support for forthcoming ExtUtils::MakeMaker bootstrap version.pm
      for Perls older than 5.10.0

2.126     2014-07-30 16:26:29-04:00 America/New_York

    [FIXED]

    - Fixed compatibility with version.pm 0.77

    [DOCUMENTED]

    - Minor documentation fixes

    [CHANGED]

    - Modernized distribution meta files
2014-10-04 13:35:02 +00:00
wen
0944979db1 Update to 0.009
Upstream changes:
0.009     2014-06-20 19:37:43+02:00 Europe/Amsterdam
          Various POD fixes

0.008     2013-10-17 16:44:57 Europe/Amsterdam
          Switch to using merged_requirements
          Test Env instead of Carp for version overshoot [#89591]
          Document $incdirs in the right function
2014-10-04 13:29:09 +00:00
wen
1db2abf1fb Update to 1.14
Upstream changes:
1.14 Wed 12 Sep 2012
	- Allow two-letter cpan ids (PSHANGOV)
2014-10-04 13:23:20 +00:00
wen
f4997c5b82 Update to 2.09
No CHANGELOG upstream.
2014-10-04 13:16:53 +00:00
mef
c736166e6e New in 1.1 - 2014-02-05
-----------------------
* Fix FT232H eeprom suspend pulldown setting (Davide Michelizza)
* Fix FT232H eeprom user area size (Davide Michelizza)
* Improved mingw build (Paul Fertser and Michel Zou)
* C++ wrapper: Get/set functions for USB timeouts (Jochen Sprickerhof)
* Partial support for FT230X (Nathael Pajani)
* New API function: ftdi_eeprom_set_strings() (Nathael Pajani)
* Prevent possible segfault in ftdi_eeprom_decode() (Nathael Pajani)
* Save device release number in eeprom (Jarkko Sonninen)
* Fix "self powered" eeprom flag (Jarkko Sonninen)
* Improved python wrapper (Michel Zou)
* Many buildsystem improvements (Michel Zou and Mike Frysinger)
* See the git history for more changes and fixes
2014-10-04 12:01:08 +00:00
khorben
6c13077dbe Moved the manual pages to PKGMANDIR as they should 2014-10-03 16:51:00 +00:00
khorben
42f5ecfc1e Added devel/deforaos-configure 2014-10-03 16:15:07 +00:00
khorben
8845025d77 Imported devel/deforaos-configure 0.1.0 from wip
DeforaOS configure is a tool automating the generation of Makefiles when
maintaining and building software projects.
2014-10-03 16:14:30 +00:00
wiz
3e7a6270e2 Update to 3.1.2:
This is a regularly-scheduled bugfix release.

    commit: catch changed exec bit on files from p1 (issue4382)
    diff: document the nobinary option
    dispatch: check shell alias again after loading extensions (issue4355)
    dispatch: make "_checkshellalias" reusable regardless of adding aliases
    help: fix typo in log examples
    help: mention mode in hg log --removed help (issue4381)
    hgweb: fail if an invalid command was supplied in url path (issue4071)
    hgweb: refresh hgweb.repo on phase change (issue4061)
    histedit: abort gracefully on --continue/--abort with no state
    keepalive: fix how md5 is used
    mq: examine "pushable" of already applied patch correctly
    mq: pop correct patches when changing pushable-ness of already applied ones
    mq: report correct numbers for changing "number of guarded, applied patches"
    mq: use "mq.applied[i].name" instead of "mq.appliedname(i)" for safety
    revset: add an optimised baseset.contains (issue4371)
    templater: fix precedence of --style and --template options
2014-10-03 09:38:19 +00:00
wen
55bf6d0613 Update to 1.000024
Upstream changes:
1.000024  2014-06-03 01:52:46Z
  - fix inaccurate prerequisite declaration on Test::More (in 1.000023)

1.000023  2014-06-02 02:37:17Z
  - support installations on older perls with an ExtUtils::MakeMaker earlier
    than 6.63_03

1.000022 - 2014-04-29
  - work around change in comparison behaviour in Test::More 0.95_01 by being
    more explicit with our tests - now explicitly checking the string form of
    the extracted version, rather than the entire version object
  - ensure the extracted version is returned as a version object in all cases
    (RT#87782, Randy Stauner)

1.000021 - 2014-04-29
  - fix use of newer interface from File::Path, to avoid another prereq on
    older perls (Graham Knop)
  - fixed all out of date prereq declarations

1.000020 - 2014-04-27
  - new is_indexable() object method (ether, RT#84357)
  - eliminated dependency on IO::File (and by virtue, XS) - thanks, leont!
  - removed cruft in test infrastructure left behind from separation from
    Module::Build (ether)
  - repository moved to https://github.com/Perl-Toolchain-Gang/Module-Metadata
  - .pm file is now wholly ascii, for nicer fatpacking (RT#95086)
  - some code micro-optimizations (Olivier Mengu)
2014-10-02 12:56:12 +00:00
wen
440a0697e3 Update to 1.05
Upstream changes:
version 1.05: Tue Jun 24 09:38:15 CEST 2014

	Fixes:
	- test in t/10interp.t failed for Perl 5.20, caused by a
	  bugfix or change in overload::Overloaded [cpantesters]

version 1.04: Tue Jun  3 10:42:11 CEST 2014

	Fixes:
	- float serialization under locale in test [cpantesters]

version 1.03: Thu May 22 11:54:24 CEST 2014

	Fixes:
	- float serialization under locale in test [cpantesters]
	- non-errors and ::Dispatcher::Perl

	Improvements:
	- shorted display of string parameters in stack-trace to max 80 chars
	- Log4perl log-lines sometimes show dispatcher as source, skip them.
	- disable 'mode switch' trace for try()

version 1.02: Mon Mar 10 16:03:13 CET 2014

	Fixes:
	- add overload fallback to ::Exception and ::Dispatcher
	  rt.cpan.org#92970 [Lukas Mai]
	- ::Domain::new(translator) with HASH did not initialize
	- warn better with ::Optional modules are used before Log::Report
	  is used.

	Improvements:
	- changed documentation style
	- ::Lexicon::Index dir-scan immediately, hopefully before fork()
2014-10-02 11:46:41 +00:00
wen
fd7a409951 Update to 0.04
Add missing DEPENDS

Upstream changes:
0.04    2014-09-07
        - switch to Data::Munge::eval_string
        - make with_return a named sub to improve stack traces
        - cache runtime generated trampolines; should cut down on the need to
          eval strings at runtime
        - document RETURN_MULTI_LEVEL_PP
        - add RETURN_MULTI_LEVEL_DEBUG for capturing with_return stacks
2014-10-02 11:34:03 +00:00
wen
de08b3f5f5 Add p5-Data-Munge 2014-10-02 11:27:14 +00:00
wen
dbb4af6da9 Import Data-Munge-0.08 as devel/p5-Data-Munge.
This module defines a few generally useful utility functions.
2014-10-02 11:26:01 +00:00
wen
3e9f731676 Update to 0.323
Upstream changes:
0.323     2013-12-07 08:46:51 America/New_York
          fall back to "(unknown)" for command abstract in more cases (thanks,
          Jakob Voss!)
2014-10-02 10:34:28 +00:00
fhajny
5dc2334fc7 Update libbson to 1.0.0.
No official changelog, see commits made since 0.98.0:

https://github.com/mongodb/libbson/compare/0.98.0...1.0.0
2014-10-02 10:21:27 +00:00
jnemeth
7cc8624e3e sort 2014-10-02 09:02:19 +00:00
wen
50b33f5a61 Update to 0.12
Update DEPENDS

Upstream changes:
0.12      2013-11-13 07:21:32Z
        - removed use of deprecated Class::MOP::load_class
        - repository migrated from shadowcat to the github moose organization
        - uses of Test::Exception converted to Test::Fatal
2014-10-02 00:52:38 +00:00
wen
76e537e8f3 Update to 2.1213
Update DEPENDS

Upstream changes:
2.1213   2014-09-25

  [BUG FIXES]

   - closed a memory leak in Moose exception objects where captured stack
     trace frames would contain circular references to the exception objects
     themselves (Graham Knop)

2.1212   2014-09-19

  [TEST FIXES]

  - fix tests that fail on altered warning messages in perl 5.21.4 (RT#98987)
2014-10-02 00:46:13 +00:00
wen
fdbf76b171 Update to 1.34
Upstream changes:
1.34   2014-06-26

- Fixed use of // operator (my use, not Graham's) in previous release.


1.33   2014-06-26

- Added a skip_frames option. This causes the stack trace to skip an arbitrary
  number of frames. Patch by Graham Knopp.


1.32   2014-05-05

- Added a filter_frames_early option to filter frames before arguments are
  stringified. Added by Dagfinn Ilmari Mannsker.


1.31   2014-01-16

- No code changes, just doc updates, including documenting the as_string()
  method in Devel::StackTrace::Frame. Requested by Skef. RT #91575.
2014-10-02 00:35:46 +00:00
joerg
cb93a5b7b4 Retire devel/nbitools, an ancient fork of NetBSD's imake version from
xsrc.
2014-10-01 19:07:08 +00:00
fhajny
7e771cbd14 Add missing pkg-config 2014-10-01 13:34:50 +00:00
fhajny
4ad87ac9f2 Add libgit2 and ruby-rugged under devel 2014-10-01 13:23:51 +00:00
fhajny
709e7bc63d Import devel/ruby-rugged.
Rugged is a library for accessing libgit2 in Ruby. It gives you the speed
and portability of libgit2 with the beauty of the Ruby language.
2014-10-01 13:21:52 +00:00
fhajny
27663956d8 Import devel/libgit2 based on wip/libgit2.
libgit2 is a portable, pure C implementation of the Git core methods provided as
a re-entrant linkable library with a solid API, allowing you to write native
speed custom Git applications in any language which supports C bindings.
2014-10-01 13:12:31 +00:00
wiz
e89d748f73 Update to 2.6.3:
2.6.3
-----------

- fix issue575: xunit-xml was reporting collection errors as failures
  instead of errors, thanks Oleg Sinyavskiy.

- fix issue582: fix setuptools example, thanks Laszlo Papp and Ronny
  Pfannschmidt.

- Fix infinite recursion bug when pickling capture.EncodedFile, thanks
  Uwe Schmitt.

- fix issue589: fix bad interaction with numpy and others when showing
  exceptions.  Check for precise "maximum recursion depth exceed" exception
  instead of presuming any RuntimeError is that one (implemented in py
  dep).  Thanks Charles Cloud for analysing the issue.

- fix conftest related fixture visibility issue: when running with a
  CWD outside a test package pytest would get fixture discovery wrong.
  Thanks to Wolfgang Schnerring for figuring out a reproducable example.

- Introduce pytest_enter_pdb hook (needed e.g. by pytest_timeout to cancel the
  timeout when interactively entering pdb).  Thanks Wolfgang Schnerring.

- check xfail/skip also with non-python function test items. Thanks
  Floris Bruynooghe.
2014-10-01 12:31:27 +00:00
wiz
e08c5b8339 Update to 6.0.2:
-----
6.0.2
-----

* Issue #262: Fixed regression in pip install due to egg-info directories
  being omitted. Re-opens Issue #118.

-----
6.0.1
-----

* Issue #259: Fixed regression with namespace package handling on ``single
  version, externally managed`` installs.

---
6.0
---

* Issue #100: When building a distribution, Setuptools will no longer match
  default files using platform-dependent case sensitivity, but rather will
  only match the files if their case matches exactly. As a result, on Windows
  and other case-insensitive file systems, files with names such as
  'readme.txt' or 'README.TXT' will be omitted from the distribution and a
  warning will be issued indicating that 'README.txt' was not found. Other
  filenames affected are:

    - README.rst
    - README
    - setup.cfg
    - setup.py (or the script name)
    - test/test*.py

  Any users producing distributions with filenames that match those above
  case-insensitively, but not case-sensitively, should rename those files in
  their repository for better portability.
* Pull Request #72: When using ``single_version_externally_managed``, the
  exclusion list now includes Python 3.2 ``__pycache__`` entries.
* Pull Request #76 and Pull Request #78: lines in top_level.txt are now
  ordered deterministically.
* Issue #118: The egg-info directory is now no longer included in the list
  of outputs.
* Issue #258: Setuptools now patches distutils msvc9compiler to
  recognize the specially-packaged compiler package for easy extension module
  support on Python 2.6, 2.7, and 3.2.

---
5.8
---

* Issue #237: ``pkg_resources`` now uses explicit detection of Python 2 vs.
  Python 3, supporting environments where builtins have been patched to make
  Python 3 look more like Python 2.
2014-10-01 12:25:44 +00:00
prlw1
ec730f8899 Fix ABI break (2 enums change value) when I added NetBSD credential support 2014-10-01 12:14:42 +00:00
adam
1862d7a2a6 Changes 2.1.2:
* "git push" over HTTP transport had an artificial limit on number of
  refs that can be pushed imposed by the command line length.
* When receiving an invalid pack stream that records the same object
  twice, multiple threads got confused due to a race.
* An attempt to remove the entire tree in the "git fast-import" input
  stream caused it to misbehave.
* Reachability check (used in "git prune" and friends) did not add a
  detached HEAD as a starting point to traverse objects still in use.
* "git config --add section.var val" used to lose existing
  section.var whose value was an empty string.
* "git fsck" failed to report that it found corrupt objects via its
  exit status in some cases.
2014-10-01 12:08:24 +00:00
wiz
09c2d73223 Update to 8.36:
Version 8.36 26-September-2014
------------------------------

1.  Got rid of some compiler warnings in the C++ modules that were shown up by
    -Wmissing-field-initializers and -Wunused-parameter.

2.  The tests for quantifiers being too big (greater than 65535) were being
    applied after reading the number, and stupidly assuming that integer
    overflow would give a negative number. The tests are now applied as the
    numbers are read.

3.  Tidy code in pcre_exec.c where two branches that used to be different are
    now the same.

4.  The JIT compiler did not generate match limit checks for certain
    bracketed expressions with quantifiers. This may lead to exponential
    backtracking, instead of returning with PCRE_ERROR_MATCHLIMIT. This
    issue should be resolved now.

5.  Fixed an issue, which occures when nested alternatives are optimized
    with table jumps.

6.  Inserted two casts and changed some ints to size_t in the light of some
    reported 64-bit compiler warnings (Bugzilla 1477).

7.  Fixed a bug concerned with zero-minimum possessive groups that could match
    an empty string, which sometimes were behaving incorrectly in the
    interpreter (though correctly in the JIT matcher). This pcretest input is
    an example:

      '\A(?:[^"]++|"(?:[^"]*+|"")*+")++'
      NON QUOTED "QUOT""ED" AFTER "NOT MATCHED

    the interpreter was reporting a match of 'NON QUOTED ' only, whereas the
    JIT matcher and Perl both matched 'NON QUOTED "QUOT""ED" AFTER '. The test
    for an empty string was breaking the inner loop and carrying on at a lower
    level, when possessive repeated groups should always return to a higher
    level as they have no backtrack points in them. The empty string test now
    occurs at the outer level.

8.  Fixed a bug that was incorrectly auto-possessifying \w+ in the pattern
    ^\w+(?>\s*)(?<=\w) which caused it not to match "test test".

9.  Give a compile-time error for \o{} (as Perl does) and for \x{} (which Perl
    doesn't).

10. Change 8.34/15 introduced a bug that caused the amount of memory needed
    to hold a pattern to be incorrectly computed (too small) when there were
    named back references to duplicated names. This could cause "internal
    error: code overflow" or "double free or corruption" or other memory
    handling errors.

11. When named subpatterns had the same prefixes, back references could be
    confused. For example, in this pattern:

      /(?P<Name>a)?(?P<Name2>b)?(?(<Name>)c|d)*l/

    the reference to 'Name' was incorrectly treated as a reference to a
    duplicate name.

12. A pattern such as /^s?c/mi8 where the optional character has more than
    one "other case" was incorrectly compiled such that it would only try to
    match starting at "c".

13. When a pattern starting with \s was studied, VT was not included in the
    list of possible starting characters; this should have been part of the
    8.34/18 patch.

14. If a character class started [\Qx]... where x is any character, the class
    was incorrectly terminated at the ].

15. If a pattern that started with a caseless match for a character with more
    than one "other case" was studied, PCRE did not set up the starting code
    unit bit map for the list of possible characters. Now it does. This is an
    optimization improvement, not a bug fix.

16. The Unicode data tables have been updated to Unicode 7.0.0.

17. Fixed a number of memory leaks in pcregrep.

18. Avoid a compiler warning (from some compilers) for a function call with
    a cast that removes "const" from an lvalue by using an intermediate
    variable (to which the compiler does not object).

19. Incorrect code was compiled if a group that contained an internal recursive
    back reference was optional (had quantifier with a minimum of zero). This
    example compiled incorrect code: /(((a\2)|(a*)\g<-1>))*/ and other examples
    caused segmentation faults because of stack overflows at compile time.

20. A pattern such as /((?(R)a|(?1)))+/, which contains a recursion within a
    group that is quantified with an indefinite repeat, caused a compile-time
    loop which used up all the system stack and provoked a segmentation fault.
    This was not the same bug as 19 above.

21. Add PCRECPP_EXP_DECL declaration to operator<< in pcre_stringpiece.h.
    Patch by Mike Frysinger.
2014-10-01 11:45:00 +00:00
wiz
0b42f2fcc3 Update to 0.35:
0.35  Sun Sep 14 21:29:07 CDT 2014

 - fce4b8e - Fixed a t/03-filesystem.t test error on Windows <Andrew Gregory>
2014-10-01 11:00:50 +00:00
wiz
9acede68fe Update to 0.040:
0.040	2014-09-17

 [ Packaging ]
 - Repackage as a stable release.

0.039_01	2014-07-20

 [ Documentation ]
 - Document warning and error messages produced by Exporter::Tiny.

 [ Other ]
 - Exporter::Tiny would previously cause B.pm to be loaded into memory any
   time it exported anything. It no longer does.
 - No longer die when redefining locally defined subs.
 - Warn when redefining any subs.
2014-10-01 11:00:00 +00:00
wiz
54cc03c879 Update to 0.54:
0.54    2014-09-22 17:30 UTC
        + Add : The new constant VMG_COMPAT_CODE_COPY_CLONE evaluates to true
                if your perl calls 'copy' magic when a magical code prototype
                is cloned, which is currently the case for perl 5.17.0 and
                above.
        + Fix : [RT #90205] : copy magic on subs puts raw CV in $_[3]
                $_[3] will now contain a reference to the cloned code when
                'copy' magic is called for a coderef.
                Thanks Lukas Mai for reporting.
        + Fix : t/35-stash.t has been taught about perl 5.21.4.
        + Fix : Tests using run_perl() in t/17-ctl.t will no longer fail on
                Android.
2014-10-01 10:59:02 +00:00
wiz
a5d6f40efa Update to 0.37. Fix dependency.
0.37  2014-09-21
      - fix spurious warning in taint mode (Niko Tyni, #12)
2014-10-01 10:57:12 +00:00
wiz
0da779b37c Update to 2.066:
2.066 21 Sept 2014

      * IO::Uncompress::Gzip
        Documentation of ExtraFlags stated the XFL values for BEST_COMPRESSION
        and BEST_SPEED use the values 2 & 4 respectively. They should
        be 4 & 2. Code for setting XFL was correct.

      * RT #95494: IO::Uncompress::Gunzip: Can no longer gunzip to in-memory
        file handle
2014-10-01 10:53:15 +00:00
wiz
359a4f3044 Update to 2.066:
-------

  2.066 21 Sept 2014

      * No Changes
2014-10-01 10:49:53 +00:00
wiz
01f83ead9e Update to 2.066:
2.066 21 Sept 2014

      * Another COW violation
        [#98069]

      * misleading nesting/indentation (found by Coverity)
        [#95405]
2014-10-01 10:48:53 +00:00
wiz
72183fd7be Remove meld-devel, meld is now newer again. 2014-10-01 09:44:26 +00:00
wiz
b121d7b7b2 Update to 3.12.0, based on meld-devel with an update. Changes to meld-devel:
2014-09-27 meld 3.12.0
======================

  Fixes:

   * Ignore missing files when cleaning up our recently-used folder (Kai
     Willadsen)
   * Guard against dialogs missing properties they should definitely have (Kai
     Willadsen)
   * Remove old property from patch dialog (Kai Willadsen)

  Translations:

   * Andika Triwidada (id)
   * Marek Černocký (cs)
   * Piotr Drąg (pl)


2014-09-19 meld 3.11.4
======================

  Fixes:

   * Only apply the auto merge flag to the last comparison started (Kai
     Willadsen)
   * Fix install layout issues on Debian-based systems (Kai Willadsen)
   * Fix "Open External" for files on Windows (Kai Willadsen)
   * Record installation directory and executable location on Windows (Kai
     Willadsen)
   * Revert to using latin1 as a fallback encoding; this will be reverted in
     the next unstable series (Kai Willadsen)

  Translations:

   * Andika Triwidada (id)
   * Daniel Mustieles (es)
   * fr33domlover (he)
   * Jiri Grönroos (fi)
   * Josef Andersson (sv)
   * Marek Černocký (cs)
   * Piotr Drąg (pl)
2014-10-01 09:43:43 +00:00
obache
4030f8ce9d drop cygwin-izm. 2014-10-01 08:50:33 +00:00
adam
c66e61aeea Changes 1.5.4:
*) MySQL driver: Fix incorrect handling of bad parameter in the
   driver support for apr_dbd_transaction_end().

*) apr_crypto_get_driver(): Fix invalid storage reference on error path.

*) Fix compile failure for Android.

*) Fix to let ODBC driver build with MSVC6, which does not have intptr_t

*) Windows cmake build: Fix incompatiblities with Visual Studio
   generators with all cmake versions, and the NMake Makefile generator
   with cmake 2.8.12 and later.

*) Fix detection of Berkeley DB 6.0.

*) Improve platform detection for bundled expat by updating
   config.guess and config.sub.
2014-10-01 08:17:43 +00:00