Commit graph

225173 commits

Author SHA1 Message Date
wen
cc5f7bf4ac Updated devel/p5-Moose to 2.1403 2014-12-08 08:31:14 +00:00
wen
32e1f2264e Update to 2.1403
Upstream changes:
2.1403   2014-12-07

  [ENHANCEMENTS]

  - Added a section to Moose::Manual::MethodModifiers illustrating how method
    modifiers work with inheritance. (Andreas Koenig, RT #98940)

  [DOCUMENTATION]

  - Added docs to Moose.pm on the -meta_name import option. This addresses RT
    #98488.

  [BUG FIXES]

  - Fix a test that fails on MSWin32 systems using nmake
  - fix dev build compilation error when using MSVC (A. Sinan Unur)

  [OTHER]

  - the modules in the git repository now have a defined $VERSION, to make it
    easier to test MooseX::* and other code under development.
2014-12-08 08:30:14 +00:00
wen
04e7cf21a7 Updated www/p5-Dancer2 to 0.156000 2014-12-08 08:12:15 +00:00
wen
5c9297c5a9 Update to 0.156000
Upstream changes:
0.156000  2014-12-07 18:04:14+01:00 Europe/Amsterdam

    [ BUG FIXES ]
    * Do not try to deserialize empty content.
      (Lennart Hengstmengel, Sawyer X)
    * Do not call serialization hooks when no serialization took place.
      (Sawyer X)
    * Be more cautious on undef output from serializer.
      (Daniel B.hmer, Sawyer X)

    [ ENHANCEMENTS ]
    * Add cpanfile when scaffolding a new app.
      (D.vid Kov.cs, Sawyer X)
    * Response "content" attribute no longer stringifies. This should help
      reduce warnings, odd debugging problems, etc. (Sawyer X)
    * DSL "uri_for" no longer returns URI object. Instead just the URI.
      (Sawyer X)

    [ DOCUMENTATION ]
    * GH #777: Fix doc for mentioning public dir.
      (D.vid Kov.cs, Sawyer X)
    * GH #787: Document all environment variables. (Sawyer X)

0.155004  2014-12-04 11:51:23+01:00 Europe/Amsterdam

    [ BUG FIXES ]
    * Guard against content length being empty strings. This is really
      bizarre case but saw it once. (Sawyer X)
2014-12-08 08:08:19 +00:00
msaitoh
0b979d2aa3 Fix compile error on amd64-current. 2014-12-08 05:06:52 +00:00
obache
20dbfb784b Haiku is also supported.
from Diger via pkgsrc-users@.
2014-12-08 04:50:17 +00:00
rodent
5fe26f47ee Not setting GCC_REQD for OpenBSD/sparc64. None of the lang/gcc4* packages
build on OpenBSD 5.6/sparc64 at the moment. However, the boost-*
packages build quite well with the system gcc:

# gcc -v
Reading specs from /usr/lib/gcc-lib/sparc64-unknown-openbsd5.6/4.2.1/specs
Target: sparc64-unknown-openbsd5.6
Configured with: OpenBSD/sparc64 system compiler
Thread model: posix
gcc version 4.2.1 20070719
# pkg_info | grep boost
boost-headers-1.56.0 Boost is a set of free, peer-reviewed, C++ libraries.  The emphasis is on
boost-jam-1.56.0    Boost is a set of free, peer-reviewed, C++ libraries.  The emphasis is on
2014-12-08 03:50:02 +00:00
agc
13f595bb5b Fix a typo. No functional change. 2014-12-08 02:43:25 +00:00
rodent
ae0405b0bf Updated misc/less to 470 2014-12-08 00:56:43 +00:00
rodent
9547731572 Less version 470
Version 470 was released on 6 Oct 2014.

These are the differences between version 458 and version 470:

 * Don't overwrite history file; just append to it. This behaves better when
   multiple sessions are running less simultaneously and using the same history
   file.
 * New command ESC-G goes to end of currently buffered data in a pipe.
 * In more-compatible mode, make the -p option apply to every file opened, not
   just the first one.
 * In more-compatible mode, change the -e option to work like -E, not -EF.
 * Treat multiple CRs before LF are like one CR (all the CRs are hidden).
 * Allow "extra" string in lesskey file to append to a multi-char command (like
   a search pattern), without executing the command.
 * Ignore -u/-U setting while viewing help file, so that underline and bold
   chars are displayed correctly.
 * Improve detection of "binary" files in UTF-8 mode.
 * Fix bug with ++ commands.
 * Fix bugs and improve performance in ampersand filtering.
 * Automate construction of Unicode tables from Unicode database.
2014-12-08 00:55:58 +00:00
gdt
cd19c0f074 Updated mail/mopher to 0.5.2 2014-12-07 23:39:30 +00:00
gdt
00c5482f0d Upgrade to 0.5.2 (from Petar Bogdanovic).
Version 0.5.2
05.12.2014
    Fix DSO linking.
    Fix cleanup procedure on exit/error (#23, #24).
    Update regdom rules.
2014-12-07 23:39:13 +00:00
agc
de405590c8 add another test, after some prodding from riz@ - check that the verification
fails when no valid public key for the signature is provided.
2014-12-07 22:21:36 +00:00
mef
4bff702032 Updated databases/p5-DBIx-Class-Helpers to 2.024001
Updated databases/p5-DBIx-Class-RDBOHelpers to 0.11
Updated databases/p5-DBIx-Introspector to 0.001004
Updated databases/p5-DBIx-SearchBuilder to 1.66
Updated databases/p5-DBIx-Class-EncodedColumn to 0.00013
2014-12-07 22:14:54 +00:00
mef
4459602120 Udate 0.00012 to 0.00013
0.00013 2014-02-27
        - Pod fixes (RT#88875)
        - Fix deps (github#1)
2014-12-07 22:12:54 +00:00
mef
2cd2b27dac Update 1.65 to 1.66
1.66  2014/08/20
 - No changes since 1.65_02

1.65_02
 - Stop unilaterally disabling the "UTF8" flag before executing queries
 - Make ->Fields case-sensitive in the column names it returns, as well
   as in the table name it takes.

1.65_01
 - Make ->Fields only lookup information on the table requested, not all
   fields, for performance.  It also is now case-sensitive in table name.
 - Omit calls to ->Fields entirely for PostgreSQL 9.1 and above
2014-12-07 22:09:51 +00:00
mef
a876fd018a Update 0.001003 to 0.001004
0.001004  2014-11-30 21:50:34-06:00 America/Chicago
 - Fix bug that disallowed false values
2014-12-07 22:06:49 +00:00
mef
35f233e77e Update 0.10 to 0.11
0.11 03 March 2014
 - move to github
 - add meta to Makefile.PL, make pod tests respect RELEASE_TESTING env var
 - fix https://rt.cpan.org/Ticket/Display.html?id=93435
2014-12-07 22:01:58 +00:00
mef
0181c17067 Update 2.024000 to 2.024001
2.024001  2014-11-25 19:16:41-06:00 America/Chicago
 - Fix ::DidYouMean to override source instead of resultset (Thanks ribasushi
   for the bug report!)
2014-12-07 22:00:26 +00:00
mef
c1cceff870 Updated databases/p5-DBIx-Class-Fixtures to 1.001026 2014-12-07 21:57:36 +00:00
mef
6e86c73022 Update 1.001024 to 1.001026
1.001026  2014-12-01 16:43:10+00:00 Europe/London
- bugfix: not relying on $src->from to be a string anymore,
  use $src->name or $src->source_name. mrf++

1.001025  2014-11-30 00:58:13+00:00 Europe/London
- optimization: add empty string as second arg to encode_base64 - rammo++
    https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/1/commits
2014-12-07 21:57:27 +00:00
rodent
f504975bf5 Use appended lists here too instead of multi-line ones. 2014-12-07 19:47:06 +00:00
rodent
5aae7ee83e Updated meta-pkgs/suse121 to 12.1nb1 2014-12-07 19:43:25 +00:00
rodent
e88b97b3ff Add gstreamer and sqlite3 modules. Change EMUL_MODULES.linux to an
appended list, instead of multi-line list. Bump PKGREVISION.
2014-12-07 19:42:45 +00:00
rodent
306e4ea932 Adding META_PACKAGE=yes for consistency with other meta-pkgs, although this
option is undocumented. :\
2014-12-07 19:38:59 +00:00
wiz
8457b5d2f4 Updated time/py-vdirsyncer to 0.3.2 2014-12-07 17:41:56 +00:00
wiz
86b8ac13c1 Update to 0.3.2:
Version 0.3.2
=============

- The current config format has been deprecated, and support for it will be
  removed in version 0.4.0. Vdirsyncer warns about this now.
2014-12-07 17:41:47 +00:00
wiz
9c8c63998a Updated textproc/py-html2text to 2014.12.5 2014-12-07 17:27:33 +00:00
wiz
321f0fdd6a Update to 2014.12.5:
2014.12.5
=========
----

* Feature: Update `README.md` with usage examples.
* Fix #35: Remove `py_modules` from `setup.py`.
* Fix #36: Excludes tests from being installed as a separate module.
* Fix #37: Don't hardcode the path to the installed binary.
* Fix: Readme typo in running cli.
* Feature #40: Extract cli part to ``cli`` module.
* Feature #42: Bring python version compatibility to ``compat.py`` module.
* Feature #41: Extract utility/helper methods to ``utils`` module.
* Fix #45: Does not accept standard input when running under Python 3.
* Feature: Clean up ``ChangeLog.rst`` for version and date numbers.
2014-12-07 17:27:25 +00:00
wiz
3a9c092542 Updated x11/luit to 2.0.20141204 2014-12-07 17:25:41 +00:00
wiz
8082560f39 Update to 2.0.20141204:
bluit (20141204) unstable; urgency=low

  * maintenance updates
2014-12-07 17:25:30 +00:00
wiz
785d5473ab Updated devel/afl to 0.87b 2014-12-07 17:24:09 +00:00
wiz
621fb86090 Update to 0.87b:
--------------
Version 0.87b:
--------------

  - Added support for MSAN, via AFL_USE_MSAN, same gotchas as for ASAN.

--------------
Version 0.86b:
--------------

  - Added AFL_NO_FORKSRV, allowing the forkserver to be bypassed. Suggested
    by Ryan Govostes.

  - Simplified afl-showmap.c to make use of the no-forkserver mode.

  - Made minor improvements to crash_triage.sh, as suggested by Jakub Wilk.

--------------
Version 0.85b:
--------------

  - Fixed the CPU counting code - no sysctlbyname() on OpenBSD, d'oh. Bug
    reported by Daniel Dickman.

  - Made a slight correction to error messages - the advice on testing
    with ulimit was a tiny bit off by a factor of 1024.

--------------
Version 0.84b:
--------------

  - Added support for the CPU widget on some non-Linux platforms (I hope).
    Based on feedback from Ryan Govostes.

  - Cleaned up the changelog (very meta).

--------------
Version 0.83b:
--------------

  - Added experimental/clang_asm_normalize/ and related notes in
    env_variables.txt and afl-as.c. Thanks to Ryan Govostes for the idea.

  - Added advice on hardware utilization in README.

--------------
Version 0.82b:
--------------

  - Made additional fixes for Xcode support, juggling -Q and -q flags. Thanks to
    Ryan Govostes.

  - Added a check for __asm__ blocks and switches to .intel_syntax in assembly.
    Based on feedback from Ryan Govostes.

--------------
Version 0.81b:
--------------

  - A workaround for Xcode 6 as -Q flag glitch. Spotted by Ryan Govostes.

  - Improved Solaris build instructions, as suggested by Martin Carpenter.

  - Fix for a slightly busted path scoring conditional. Minor practical impact.
2014-12-07 17:24:00 +00:00
wiz
a205ae267e + afl-0.87b, luit-20141204, py-html2text-2014.12.5, py-vdirsyncer-0.3.2,
x264-devel-20141206.
2014-12-07 17:23:12 +00:00
rodent
947d479bae Use ${EGG_INFODIR} since that variable is now available. 2014-12-07 17:09:09 +00:00
rodent
a8fe5ab5a6 TrueCrypt was discontinued upstream. Removing, since we're not a software
museum.
2014-12-07 15:55:21 +00:00
tron
2c16693f5e Use significantly smaller ".tar.xz" distribution file now that downloads
from the master site are working again.
2014-12-07 14:27:29 +00:00
tron
f44e7e4ed4 Note update of the "phpmyadmin" package to version 4.2.13.1. 2014-12-07 12:38:06 +00:00
tron
d8a9397c06 Update "phpmyadmin" package to version 4.2.13.1. Changes since version 4.2.12:
- bug #4604 Query history not being deleted
- bug #4057 db/table query string parameters no longer work
- bug #4605 Unseen messages in tracking
- bug #4606 Tracking report export as SQL dump does not work
- bug #4607 Syntax error during db_copy operation
- bug #4608 SELECT permission issues with relations and restricted access
- bug #4612 [security] XSS vulnerability in redirection mechanism
- bug #4611 [security] DOS attack with long passwords
2014-12-07 12:37:54 +00:00
imil
a82114f784 Updated devel/py-requests to 2.5.0 2014-12-07 12:34:45 +00:00
imil
0ce1dec657 Updated py-requests to version 2.5.0, patch provided by Jonathan Buschmann.
Full changelog is available here: https://pypi.python.org/pypi/requests
2014-12-07 12:34:09 +00:00
ryoon
be6edb6df9 Updated cad/ghdl to 0.32rc1 2014-12-07 10:50:13 +00:00
wiz
e12972b4fc + calibre-2.12.0, denemo-1.2.0, ghostscript-9.14, libuv-1.0.1
[pkg/49442].
2014-12-07 10:49:28 +00:00
ryoon
3f9cc4ac07 Update to 0.32rc1
* Switch to GCC 4.9.2 based.
2014-12-07 10:48:12 +00:00
ryoon
713447b775 Updated lang/gcc-aux to 20140422nb4 2014-12-07 10:46:27 +00:00
ryoon
da8710b6af Bump PKGREVISION.
* Switch to GCC 4.9.2 based.
* binutils of NetBSD 7.99 is modern enough, and use binutils in base.
  Fix build under NetBSD/amd64 7.99.1 with this workaround.
2014-12-07 10:45:32 +00:00
wiz
8c0c52a654 + py-ftfy. 2014-12-07 09:53:50 +00:00
wiz
c6c2754302 Updated games/lgogdownloader to 2.20 2014-12-07 09:20:28 +00:00
wiz
e0d10ab04e Update to 2.20:
LGOGDownloader 2.20
- Added priority handling of platforms and languages (patch by: Gael Le Mignot)
- Made config and cookie files only readable/writable by the owner
- Fixed using --update-cache with --use-cache
- Fixed regex alias "all" for cached details
- Made the downloader continue on API error instead of breaking off in Downloader::getGameDetails
- Made progress bar adapt to terminal width
* Progress bar gets smaller if there isn't enough space to display the full progress bar
* Progress bar isn't drawn if the terminal window is too small
2014-12-07 09:20:19 +00:00
obache
3db120b4c0 Updated pidgin to 2.10.11. 2014-12-07 08:48:01 +00:00