Commit graph

24821 commits

Author SHA1 Message Date
joerg
7831a79f20 Fix quoting of backslash by going to math mode. Bump revision. 2015-08-13 20:17:03 +00:00
ryoon
51c5600738 Updateto 3.1.0
Changelog:
Redmine 3.1.0 released

I am happy to announce that Redmine 3.1.0 has been released. Highlights:

    Subtasking: option for independent subtask priority/start date/due date/done ratio (#5490), ability to filter the issue list by parent task or subtasks (#6118)
    Permission to view only your own time logs (#8929)
    Better handling of HTML-only emails (#16962), nokogiri is now used to parse incoming HTML
    Ability to limit the member management permission to certain roles (#19707)
    Security features (optional settings): ability to expire passwords after a configurable number of days (#19458), password re-entry for sensitive actions (#19851)

You can review all the changes in the Changelog.

About the maintenance of previous Redmine versions: 3.0.x maintenance will stop in favor of 3.1.x soon but Redmine 2.6.x will still be maintained until at least the end of 2015.
2015-08-13 12:22:13 +00:00
gls
1a133b6812 Updated py-requests to 2.7.0
Upstream changes:
=================

2.7.0 (2015-05-03)

This is the first release that follows our new release process. For more, see
our documentation.

Bugfixes

    Updated urllib3 to 1.10.4, resolving several bugs involving chunked
transfer encoding and response framing.

2.6.2 (2015-04-23)

Bugfixes

    Fix regression where compressed data that was sent as chunked data was not
properly decompressed. (#2561)

2.6.1 (2015-04-22)

Bugfixes

    Remove VendorAlias import machinery introduced in v2.5.2.
    Simplify the PreparedRequest.prepare API: We no longer require the user to
pass an empty list to the hooks keyword argument. (c.f. #2552)
    Resolve redirects now receives and forwards all of the original arguments
to the adapter. (#2503)
    Handle UnicodeDecodeErrors when trying to deal with a unicode URL that
cannot be encoded in ASCII. (#2540)
    Populate the parsed path of the URI field when performing Digest
Authentication. (#2426)
    Copy a PreparedRequest's CookieJar more reliably when it is not an instance
of RequestsCookieJar. (#2527)
2015-08-12 18:31:16 +00:00
ryoon
8f36458e57 Update to 0.12.1
* Apply patches from LibreOffice 5.0.0.5.

Changelog:
mdds 0.12.1

* flat_segment_tree

  * removed construction-from-int requirement from value_type to allow
    non-numeric types to be stored.
  * removed construction-from-int requirement from key_type as well.
2015-08-12 00:45:18 +00:00
bsiegert
7b08036d60 Update ht to 2.1.0.
version 2.1.0:
        - updated included minilzo
        - new disassembler: Atmel AVR 8-bit microcontroller
        - [x86] SHA instructions
        - Fixed some crashes involving corrupt ELF files
        - More advanced display and handling of PE relocations (thanks Mertens Engineering)
        - PE checksum calculation (thanks Mertens Engineering)

version 2.0.22:
        - Fixed selection of nodes in call chain
        - Added ability to view/edit 64 bit symbols and relocation for ELFs
          (Thanks tecknicaltom)
        - Added new option "editor/scroll offset" which determines how many
          extra lines the cursor should be visible when scolling
          (Thanks tecknicaltom)
        - Fixed loading of ELF files for alpha
        - Updated address of FSF

version 2.0.21:
        - [x86] AVX2 updates
        - Fixed usage of unaliged pointers (Thanks Jan)
        - Restructed configure/makefile for better handling of
          ncurses depedency (Thanks Jan)

version 2.0.20:
        - Fixed loading of 32 bit ELFs (Thanks Oleg)
        - Use wide ncurses if necessars (Thanks Jan)
        - Show search progress in MiB (Thanks Jan)

version 2.0.19:
        - [x86] fixed a lot of small bugs
        - fixed a crash with the "follow" function on
          invalid addresses in analyser
        - [x86] AVX updates
        - [x86] AVX2 instructions
        - [x86] BMI, BMI2 and TBM instructions
        - fixed loading of ELF files with no section headers
        - [Win32] Fixed loading of files with path length > 100 (thanks Vitaliy)

version 2.0.18:
        - updated c++ demangler
        - [x86] SSE5/XOP/AVX merge
        - symbols "first" and "last" in hex view
        - project manager works again

version 2.0.17:
        - compilation fixes for gcc 4.4
        - fixed crash on garbage in elf section headers

version 2.0.16:
        - [x86] intel avx update
        - updated c++ demangler
        - small crash fix

version 2.0.15:
        - [Win32] removed a debug printf
        - fixed clipboard view
        - fixed ELF symbol viewer
2015-08-11 20:11:14 +00:00
jperkin
6aac947743 Add ssl option. Sort PLIST. 2015-08-11 12:39:18 +00:00
abs
bc59e2e1f3 CHECK_SHLIBS_SUPPORTED=no 2015-08-10 12:52:11 +00:00
asau
93209e31e0 Replace interpreters in perl and python scripts (introduces dependency on python). 2015-08-10 10:04:44 +00:00
ryoon
99b2c5d8a3 Update to 1.32
Changelog:
1.32: 2015-06-10
    Emit a source type declaration reposurgeon can use.
    Project now has a logo.

1.31: 2015-04-28
    Improve OSX portability.
2015-08-09 17:43:41 +00:00
khorben
b20037003f Add support for CFLAGS
No functional change intended.
2015-08-09 14:55:58 +00:00
jaapb
53a661c058 Updated package to its latest version, 1.0.2. Similarly, added patches
(shamelessly purloined from the Debian package) to make the package
compile with ocaml 4.02.

Changes in the new version:
- compile fix for recent lablgtk releases
- do not crash the application with an unreadable style file
2015-08-09 13:21:42 +00:00
markd
3dc2e48c2c Update tex-l3{experimental,kernel,packages}{,-doc} to 0.5700
Snapshot of SVN 5700
====================

  - Fix issue which prevents expl3 loading with (u)p-TeX
  - Fix issues with key path parsing by l3keys
  - Fix galley interaction with \vtop and similar
  - Documentation improvements

Note that the team are looking at more formalised (u)p-TeX
support: this fix maintains the abilty of expl3 to work
with these engines without formal support.

Snapshot of SVN 5666
=====================

 - Update l3keys such that key properties are additive,
   introducing a new .undefine: property to support this
   and altering .value_forbidden:/.value_required: to
   .value_forbidden:n/.value_required:n

 - Fix detokenization of key names in some parts of l3keys

 - Update to l3keys2e to correctly find key names following
   l3keys fix

 - Fix extraction of \l_keys_key_tl from \l_keys_path_tl

 - Update case changing data for Unicode 8.0.0

 - Reintroduce minimal LuaTeX-specific functions as l3luatex

 - Remove function deprecated during 2012 and 2013

 - Extend saving of primitive (\<engine>_<name>:D)
   to cover all XeTeX and LuaTeX names including
   those for Unicode math handling
2015-08-09 07:33:36 +00:00
wiz
36f12a9511 AM_PATH_PYTHON: recognize python3.4.
Send upstream as http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21219
Bump PKGREVISION.
2015-08-08 20:42:45 +00:00
jaapb
7ea12ebae7 Recursive revbump associated with lang/ocaml update. 2015-08-07 11:20:32 +00:00
wen
6b58a71df1 Update to 0.77
Upstream changes:
Version 0.77 (2015-07-22)
-------------------------

* ensure consistent order of enums when generating code; this was
  a real bug and caused the configuration part of C::B::C to report
  wrong (even invalid) configurations back to the user when built
  using a recent version of Perl that randomises hash keys

* fix cpan #85264: the POD test was reporting a missing =back tag
  in one of the support modules; the ultimate fix was to ensure only
  the provided modules were POD checked

* fix cpan #83167: an artificially low refcnt for immortal variables
  introduced recently for debug Perl builds was causing the refcnt
  tests to fail for SvNULLs; thanks to Reini Urban for his patch;
  also thanks to Nicholas Clark for pointing me to the Perl commit

* fix cpan #78165: spelling errors in the documentation; thanks to
  gregor herrmann for providing a patch

* fix deprecated use of unescaped braces in regex

* fix some gcc and Perl warnings

* switch from SnapshotCM to git repo: github.com/mhx/Convert-Binary-C/
2015-08-06 23:59:11 +00:00
wen
d127f16989 Update to 5.2
Upstream changes:
2015-08-05 - 5.2
    Use Module::Runtime if it's installed (thanks to Olivier Mengu茅)
    Switch to using ExtUtils::MakeMaker (thanks to Karen Etheridge and Tim Orling)
2015-08-06 23:51:11 +00:00
wiz
f204446071 Update to 1.14.34, so that gnumeric112 has a chance of building.
libgsf 1.14.34

Morten:
	* Fix OLE2 property parsing problem.  [#748528]
	* Fuzzed file fixes.  [#749120] [#749169] [#749183] [#750809]
	  [#751273]
	* xlsx: fix problem with absolute relation targets.  [#751120]
	* Fix text line problem with very long lines.

--------------------------------------------------------------------------
libgsf 1.14.33

Morten:
	* Ensure floats roundtrip through our xml functions.
	* Improve handling of unknown xml tags.
	* xml parser improvements.
	* xml pretty-printing improvements.

--------------------------------------------------------------------------
libgsf 1.14.32

Morten:
	* Fix obscure problem with xml parser.
	* Add vml to openpkg utils.
	* Allow NULL content type for openpkg.
	* Plug leak.

--------------------------------------------------------------------------
libgsf 1.14.31

Andreas:
	* Add two new localc name spaces to gsf-opendoc-utils

Allin Cottrell:
	* Add support for non-default zip compression level.  [#722470]

Morten:
	* Plug leaks.
	* Dead kittens.
	* Reduce number of CRITICALs for corrupted files.
	* Read zip files with 64k+ members.  [Part of #732209]
	* Read zip files members larger than 4G.  [Part of #732209]
	* Speed up zip file reading for lots of members.
	* Speed up stdio directory handling with large number of files.
	* Fix various issues with files larger than 4G.
	* Fix minor zip file issues.
	* Write zip archives with more than 64k+ members.
	* Store unix modtime in zip.  (Until that overflows.)
	* Fix seekability checks in GsfOutputIOChannel.
	* Avoid implementation defined behaviour of shifts.
	* Start a test suite.
2015-08-06 12:47:26 +00:00
wiz
5877603120 Update to 0.16:
0.16 2015-06-29T15:55:13Z
    - Fix regexp of _gcc_version for Ubuntu and Debian
        (syohex)
    - Set -std=c99 explicitly for older GCC
        (syohex)
2015-08-06 11:01:50 +00:00
wiz
bcbbe85595 Update to 0.4214:
0.4214 - Fri Jun 12 00:25:00 CEST 2015

  - Released 0.42_13 as 0.4214

0.42_13 - Sat Jun  6 21:18:24 CEST 2015

  [BUG FIXES]

  - Handle failure to guess license from key better

  [ENHANCEMENTS]

  - Output data in a stable order [Jérémy Bobbio]
2015-08-06 10:59:52 +00:00
wiz
f53049ceca + p5-inc-latest. 2015-08-06 10:36:07 +00:00
wiz
e75c0df3ca Import p5-inc-latest-0.500 as devel/p5-inc-latest.
The inc::latest module helps bootstrap configure-time dependencies
for CPAN distributions. These dependencies get bundled into the
inc directory within a distribution and are used by Makefile.PL or
Build.PL.

Arguments to inc::latest are module names that are checked against
both the current @INC array and against specially-named directories
in inc. If the bundled version is newer than the installed one (or
the module isn't installed, then, the bundled directory is added
to the start of @INC and the module is loaded from there.
2015-08-06 10:36:01 +00:00
wiz
3054bd2291 + p5-inc. 2015-08-06 09:35:21 +00:00
wiz
cd6328240c Import p5-inc-0.06 as devel/p5-inc.
The inc module redefines @INC to a list of predefined smart objects.
These objects are really just code refs for handy lookup techniques.
For example, only finding modules that were core in Perl 5.8.1, or
only finding non-core modules that are declared prerequisites of
some module.
2015-08-06 09:34:55 +00:00
wiz
1b7cdeccab Update to 1.20141117:
1.20141117 2014-11-17 09:12:01-08:00 America/Los_Angeles
    - improved export mechanism
    - removed useless Exporter tests
    - improved docs (RT #79681)

1.20141116 2014-11-16 14:07:18-08:00 America/Los_Angeles
    - resolved Test::More changes (RT #97939)
2015-08-06 09:28:37 +00:00
wiz
c4d677c39d Update to 0.21. Improve DESCR.
0.21   2015-07-17

- If PERL_TEST_DM_CPAN_VERBOSE was true and Test::More had not been loaded in
  the process you would get an error. GH #9.
2015-08-06 09:26:20 +00:00
wiz
28d949788f Update to 0.50:
0.50   [2015-06-07]
    - add links to Ovid's tutorial series on Test::Class (Tim Vroom, PR#19)
    - add links to Test::Class::Most, Test::Class::Moose (Tim Vroom, PR#20)
    - list some distributions that use Test::Class in their test suite (Tim
      Vroom, PR#21)
    - update documentation about running individual tests (Matthew Horsfall,
      PR#22)
    - fix some tests to work with the new Test::Stream (Chad Granum, PR#27)
    - switch packaging to ExtUtils::MakeMaker
2015-08-06 09:23:53 +00:00
wiz
1b709a82ca Update to 0.76. Fixes test failure noted in Makefile.
0.76 Wed Jul  1 08:09:50 PDT 2015
 - Support for cppflags
2015-08-06 09:21:54 +00:00
wiz
7d602142a2 Update to 0.86:
0.86 Thu Jan  1 18:44:25 PST 2015
 - Revamp docs
2015-08-06 09:15:02 +00:00
wiz
8d09127cb2 Update to 0.12:
0.12 2015-06-20
 - Remove spurious Module::Build from test. Reported by gregor herrmann,
   Debian team, https://bugs.debian.org/789210

0.11 2015-06-11
 - Explicitly state minimum perl version as 5.8 in Makefile.PL.

0.10 2015-06-09
 - Include new test in MANIFEST
    RT 105112 - SREZIC

0.09 2015-06-09
 - Exclude newlines from whitespace on either side of '='
    RT 65394, fix by sdme.
2015-08-06 09:06:29 +00:00
wiz
383d804e12 Update to 0.06:
0.06 2015-06-30T05:22:51Z
    - More strict C99 check code
      (tokuhirom)
    - Fix for older GCC(< 5.0)
      (Syohei YOSHIDA)
2015-08-06 09:04:27 +00:00
wiz
4c3c923716 Update to 0.04:
0.04 2015-07-22T07:35:08Z

    - Test case fix.
      * win32 fix.
      * added quotes for perl installed into a path with spaces in it
      (mohawk2++)
2015-08-06 09:03:27 +00:00
wiz
ad2c93a6a5 Update to 0.23:
0.23     2015-06-25
    - remove use of namespace::clean
2015-08-06 09:01:42 +00:00
wiz
096f56b675 Update to 1.23:
2015-06-09  Gisle Aas <gisle@ActiveState.com>

   Release 1.23

   Avoid "Negative repeat count does nothing"-warnings from perl-5.22

   Typo fixes by David Steinbrunner
2015-08-06 08:35:54 +00:00
wiz
fb5f89a45a Update to 0.40:
0.40   [2015-06-05]
    -   Updated for changes in Test::Stream (Use Test::Stream::Sync)

0.39   [2015-06-04]
    -   Updated for changes in Test::Stream
2015-08-06 08:32:15 +00:00
wiz
09ae21a64e Update to 0.10:
0.10 2015-07-21T12:37:03Z

    - Support 5.6 again.

0.09 2015-07-21T04:01:50Z

    - requires 5.8.1
2015-08-06 08:31:22 +00:00
wiz
aee1d3ddda Update to 0.58:
0.58    2015-07-21 16:00 UTC
        + Add : If a non-len magic callback returns a reference, it will now
                only be freed at the end of the statement that caused the
                magic to trigger. This allows the user to attach free magic
                (or a plain destructor) to a token returned from the callbacks
                in order to defer an action after the magic is processed by
                perl.
        + Fix : Test failures of threads tests on systems with harsh resource
                constraints causing the threads to exit() during run.
2015-08-06 08:26:17 +00:00
wiz
751d2358a6 Update to 0.26:
0.26      2015-06-07 02:53:17Z
  - mark all Mouse tests as TODO below perl 5.010, to enable installation
    despite apparent instability issues (see RT#101825)

0.25      2015-06-03 01:09:06Z
  - load Moo::Role earlier in a test, to make a potential misconfiguration
    more visible
2015-08-06 08:17:52 +00:00
wiz
4606884d5c Update to 1.6.0:
v1.6.0
======

* bail out early if the scm is missing

  this brings issues with git tarballs and
  older devpi-client releases to light,
  before we would let the setup stay at version 0.0,
  now there is a ValueError

* propperly raise errors on write_to missuse (thanks Te-jé Rodgers)
2015-08-06 08:11:01 +00:00
wiz
9dc8232087 Update to 1.32:
* Version 1.32 (released 2015-08-01) [beta]

** libidn: Fix crash in idna_to_unicode_8z8z and idna_to_unicode_8zlz.
This problem was introduced in 1.31.  Reported by Adam Sampson.

** API and ABI is backwards compatible with the previous version.
2015-08-06 07:54:57 +00:00
wiz
f4e663c505 Update to 1.85b:
--------------
Version 1.85b:
--------------

  - Fixed a garbled sentence in notes on parallel fuzzing. Thanks to Jakub Wilk.

  - Fixed a minor glitch in afl-cmin. Spotted by Jonathan Foote.

--------------
Version 1.84b:
--------------

  - Made SIMPLE_FILES behave as expected when naming backup directories for
    crashes and hangs.

  - Added the total number of favored paths to fuzzer_stats. Requested by
    Ben Nagy.

  - Made afl-tmin, afl-fuzz, and afl-cmin reject negative values passed to
    -t and -m, since they generally won't work as expected.

  - Made a fix for no lahf / sahf support on older versions of FreeBSD.
    Patch contributed by Alex Moneger.
2015-08-06 06:35:11 +00:00
wen
cfd95cddc9 Update to 2.46
Upstream changes:
2.46     2015-08-05

- Really make the per-thread locking in the Syslog output work. Based on a
  patch by David Schweikert. GitHub #9.


2.45     2015-06-14

- Don't include threads and threads::shared in list of dependencies. This is
  only needed for Log::Dispatch::Syslog and is loaded at runtime as needed
  (which has its own issues but ...). Reported by Kent Fredric. RT #103392.
2015-08-06 04:15:52 +00:00
wen
54af406c17 Update to 0.004
Upstream changes:
0.004     2015-07-15 16:51:45+02:00 Europe/Amsterdam
          Add discouragement notice
          Don't skip '.\n' amd '..\n' in read_dir
          Don't install benchmark.pl
2015-08-06 03:36:25 +00:00
wen
7b91feecb8 Update to 0.117
Remove PKGREVSION line

Upstream changes:
0.117     2015-06-21
        - do not lose argument(s) to import
          (fixes https://github.com/rjbs/Test-Deep/issues/29 )

0.116     2015-06-20
        - on its own, :preload options uses default group of exports
2015-08-06 02:01:34 +00:00
wen
6773a9a2bd Update to 1.20
Upstream changes:
Release 1.20 - 6 July 2015
 - Document setting PerlSwitches for mod_perl (jpsalvesen) (github 128).

Release 1.19 - 5 July 2015
 - Get things working with 5.22.0.
 - Test against 5.23.0.
 - Remove dependency on Test::Warn.
2015-08-03 07:44:48 +00:00
wen
db91f1ad60 Update to 2.4.4
Upstream changes:
v2.4.4 2015-08-02T09:49:34Z
    - Fix for older Perl(< 5.22.0) (#53)

v2.4.3 2015-08-02T07:10:09Z
    - Fix for Perl 5.22.0 or higher(#50)
2015-08-03 02:07:37 +00:00
szptvlfn
17bc0b568c Bump PKGREVISION for hs-cpphs-1.19.2 2015-08-02 11:37:31 +00:00
szptvlfn
32aeaa06ae Update to 1.19.2
CHANGELOG:
Version 1.19
------------
  * expose more of the cpphs API
  * allow the static linking exception to the LGPL
  * (1.19.1): don't warn about trailing comments in #ifdefs
  * (1.19.2): fix build error

Version 1.18
------------
  * (1.18.8): fix version number
  * (1.18.9): accept #if defined foo as well as #if defined(foo)
2015-08-02 11:33:26 +00:00
szptvlfn
4b41cd6f8b Bump PKGREVISION for hs-text-1.2.1.3 2015-08-02 11:27:04 +00:00
szptvlfn
0c425040c2 Update to 1.2.1.3
changelog:
1.2.1.3

* Bug fix: As it turns out, moving the literal rewrite rules to simplifier
  phase 2 does not prevent competition with the `unpack` rule, which is
  also active in this phase. Unfortunately this was hidden due to a silly
  test environment mistake. Moving literal rules back to phase 1 finally
  fixes GHC Trac #10528 correctly.

1.2.1.2

* Bug fix: Run literal rewrite rules in simplifier phase 2.
  The behavior of the simplifier changed in GHC 7.10.2,
  causing these rules to fail to fire, leading to poor code generation
  and long compilation times. See
  [GHC Trac #10528](https://ghc.haskell.org/trac/ghc/ticket/10528).
2015-08-02 11:26:15 +00:00
taca
0bb1cddaa3 Allow depending to rdoc 4.0 and later.
Fix a runtime problem of www/rails32, noted by Mark Davies <mark@>.

Bump PKGREVISION.
2015-08-02 07:10:01 +00:00