Commit graph

206088 commits

Author SHA1 Message Date
wiz
733d37fb25 Updated devel/p5-AppConfig-Std to 1.08 2013-09-05 18:37:12 +00:00
wiz
8d40ffd9c9 Update to 1.08:
1.08 2013-07-20

    - ChangeLog renamed to Changes and reformatted as per CPAN::Changes::Spec
    - Added repository details to metadata (Makefile.PL) and pod
    - Added license type to metadata (in Makefile.PL)
2013-09-05 18:37:03 +00:00
wiz
1ba8737333 Updated graphics/p5-GD-SecurityImage to 1.72 2013-09-05 18:36:13 +00:00
wiz
ec4ba5696a Update to 1.72:
1.72 Sun Jul  8 01:50:04 2012
    => Bump version.
2013-09-05 18:36:04 +00:00
wiz
fe58c4d6c6 Updated databases/p5-DBIx-SearchBuilder to 1.65 2013-09-05 18:33:37 +00:00
wiz
539e80563e Update to 1.65:
1.65    Wed Jul  3 16:40:48 PDT 2013

  Ruslan Zakirov:
      * Bug fix for DateTimeInterval extraction on Pg

1.64    Mon Jul  1 10:20:43 PDT 2013

  No changes since 1.63_03.  Simply a non-dev release of everything since 1.63.

1.63_03 Fri Jun 14 13:11:01 PDT 2013

  Ruslan Zakirov:
      * warn when rollback and commit are mixed
      * Handle->NullsOrder
      * skip timezone tests on SQLite when tzinfo is not there
      * skip tests if mysql can not do timezones
      * DISTINCT argument in Join method
      * DISTINCT argument in Join and NewAlias

  Thomas Sibley:
      * Reset the iterator position whenever a search is run
      * Return the correct record from ->Last instead of the first record
      * Document the caveat of using GotoItem with a non-zero N

1.63_02 Wed Apr 17 18:47:31 MSK 2013

* _Set now can take undef as argument to mean default or NULL.
  Still may result in error if default is not defined and no_nulls
  is true for the column. If old behaviour is required set
  $record->{'no_undefs_in_set'} to true value.

* FUNCTION argument is now allowed in Limit. Code to combine
  FUNCTION, ALIAS and FIELD was refactored and unified in one
  place - CombineFunctionWithField method. Used in Column, GroupBy
  and Limit. This change should be backwards compatible.

* Handle->DateTimeIntervalFunction

1.63_01     Wed Mar 27 13:02:35 PDT 2013

* IN and NOT IN operators in ->Limit method
* Add an AdditionalColumn method to collections
* Add an AS parameter to Column method in collections
* Consistent query generation by sorting hash keys/values

1.63 Fri Sep 14 2012 01:19:38 GMT+0400 (MSK)

* joins_are_distinct hint to indicate that distinct is not
  required for the current set of joins.

1.62 Mon Mar 26 09:31:05 UTC 2012

* Bind values were ignored in SimpleUpdateFromSelect
2013-09-05 18:33:28 +00:00
wiz
9f9c88efc0 Updated databases/p5-DBIx-DBSchema to 0.40 2013-09-05 18:31:52 +00:00
wiz
aa7031f348 Update to 0.40:
0.40 Sat Dec 17 17:03:51 PST 2011
        - doc: sql_update_schema link to sql_add_column misspelled
        - Pg: fix mapping for DOUBLE PRECISION type to avoid needless alter cols
        - mysql: implement altering column types & lengths
2013-09-05 18:31:43 +00:00
wiz
1978b34f91 Updated databases/p5-DBIx-Class-Schema-Loader to 0.07036 2013-09-05 18:30:49 +00:00
wiz
4c789f9639 Update to 0.07036:
0.07036  2013-07-08
        - Fix stray comma in Pg on_delete/on_update => CASCADE (RT#84706)
        - Fix MySQL enums with empty strings and leading/trailing quotes (RT#86091)
        - Fix "table" parameter in col_accessor_map callback (RT#84050)
        - Fix ordering issues in Pg loader
2013-09-05 18:30:40 +00:00
wiz
1170357c0c Updated databases/p5-DBIx-Class-RDBOHelpers to 0.10 2013-09-05 18:29:08 +00:00
wiz
35e2fa22e2 Update to 0.10:
0.10    31 July 2012
        * add missing deps in Makefile.PL
2013-09-05 18:29:00 +00:00
wiz
3d6eacc255 Updated databases/p5-DBIx-Class-Helpers to 2.018002 2013-09-05 18:27:51 +00:00
wiz
42dceb7897 Update to 2.018002:
2.018002  2013-07-30 18:45:10 CST6CDT
 - ::Helper::ResultSet correctly uses all Helpers (reported by moltar)
   Note that some deprecated helpers were removed from ::ResultSet, so check
   your code to see if you use the as_virtual_view method.  If you do, replace
   it with as_subselect_rs and you'll be fine.
 - Fix return precedence in test (Reini Urban)
2013-09-05 18:27:42 +00:00
wiz
1843b12827 Updated databases/p5-DBIx-Class-Fixtures to 1.001020 2013-09-05 18:26:14 +00:00
wiz
53d820e44a Update to 1.001020:
1.001020
- Bumped some dependencies to stop cpan tester fails.

1.001019
- Fixed issue when using fixtures and parallel testing (such as prove -j9 ...)
2013-09-05 18:26:05 +00:00
wiz
56026490c7 Updated textproc/p5-YAML-Syck to 1.27 2013-09-05 18:22:21 +00:00
wiz
4830755d5c Update to 1.27:
[Changes for 1.27 - 2013-05-20]

* Resolve RT#84466 not fixed in 1.26 It failed about 10% of the time.

[Changes for 1.26 - 2013-05-20]

* Resolve RT#84882 and RT#84466 hash randomisation in yaml-alias.t on perl 5.18.0

[Changes for 1.25 - 2013-03-10]

* Bump version number and release to fix a MANIFEST mistake in 1.24

[Changes for 1.24 - 2013-03-07]

* Tests all green on CPAN Testers. releasing to public.

[Changes for 1.24_02 - 2013-03-01]

* Apply patch from RT 78363 - MinGW64 compatibility

[Changes for 1.24_01 - 2013-03-01]

* Implement $JSON::Syck::MaxDepth
* Prevent failure when the same object is seen twice during Dump.
* Prevent YAML from being influnced by the previous
  change

[Changes for 1.23 - 2013-02-26]

* Tests all green on CPAN Testers. releasing to public.

[Changes for 1.23_01 - 2013-02-21]

* Make sure that LoadBlessed=0 blocks all blessing.
* Start listing primary repo as toddr on github ( http://github.com/toddr/YAML-Syck )
* README refreshed via perldoc -t

[Changes for 1.22 - 2012-12-04]

* Tests all green on CPAN Testers. releasing to public.

[Changes for 1.22_01 - 2012-11-27]

* Fix error message typo: s/existant/existent/g
* Fix for non-printable character detection
* Quote if non-printable characters are present
* Change LoadBlessed=0 to not bless under ANY circumstances
2013-09-05 18:22:12 +00:00
wiz
2a8703e295 Updated devel/p5-Path-Class to 0.32 2013-09-05 18:20:17 +00:00
wiz
2bfcf99d6d Update to 0.32:
0.32  Mon Mar 18 20:53:00 CDT 2013

 - Updated dependency on File::Spec to 3.26, fixing RT #83143.

 - Fixed bug with leading empty string in dir() - became unintentional
   UNC path on Cygwin. [David Golden and MITHUN@cpan.org]

 - Fixed "Unterminated C<...> sequence" in Pod. [Olaf Alders]
2013-09-05 18:20:09 +00:00
wiz
1f1f8de40e Updated databases/p5-DBIx-Class-Cursor-Cached to 1.1.2 2013-09-05 18:05:28 +00:00
wiz
a4d77e2c6d Update to 1.1.2:
1.1.2 5 August 2011 15:47:00
        - use Digest::SHA over Digest::SHA1 since it is core, RT #70092 (Salvatore Bonaccorso)

1.1.1 30 March 2011 12:17:00
        - use 5.8.1 instead of 5.6.1 (and correctly)
        - bump DBIx::Class dependency (RT#66601)
2013-09-05 18:05:19 +00:00
wiz
c92e5886b9 Updated databases/p5-DBICx-TestDatabase to 0.05 2013-09-05 17:58:03 +00:00
wiz
b5d245d747 Update to 0.05:
0.05    29 July 2013
        - add option to avoid automatic deployment (Phil Hallows)
2013-09-05 17:57:54 +00:00
drochner
6eac8857b2 py-sip/py-qt4 update backed out 2013-09-05 15:32:19 +00:00
drochner
71c43efee7 revert to 4.10.2
4.10.3 needs sip-4.15 which is not compatible to pyqt3 and pyKDE
2013-09-05 15:29:05 +00:00
drochner
9108629114 revert to 4.14.7
4.15 causes compatibility problems with pyqt3 and pyKDE
(which were complained about in the pyqt mailing list but not fixed yet)
2013-09-05 15:27:42 +00:00
fhajny
a73913ccbb Updated lang/nodejs to 0.10.18 2013-09-05 14:46:26 +00:00
fhajny
0e060c37ff 2013.09.04, Version 0.10.18 (Stable)
* uv: Upgrade to v0.10.15
* stream: Don't crash on unset _events property (isaacs)
* stream: Pass 'buffer' encoding with decoded writable chunks (isaacs)

2013.08.21, Version 0.10.17 (Stable), 469a4a5091a677df62be319675056b869c31b35c
* uv: Upgrade v0.10.14
* http_parser: Do not accept PUN/GEM methods as PUT/GET (Chris Dickinson)
* tls: fix assertion when ssl is destroyed at read (Fedor Indutny)
* stream: Throw on 'error' if listeners removed (isaacs)
* dgram: fix assertion on bad send() arguments (Ben Noordhuis)
* readline: pause stdin before turning off terminal raw mode (Daniel Chatfield)

2013.08.16, Version 0.10.16 (Stable), 50b4c905a4425430ae54db4906f88982309e128d
* v8: back-port fix for CVE-2013-2882
* npm: Upgrade to 1.3.8
* crypto: fix assert() on malformed hex input (Ben Noordhuis)
* crypto: fix memory leak in randomBytes() error path (Ben Noordhuis)
* events: fix memory leak, don't leak event names (Ben Noordhuis)
* http: Handle hex/base64 encodings properly (isaacs)
* http: improve chunked res.write(buf) performance (Ben Noordhuis)
* stream: Fix double pipe error emit (Eran Hammer)
2013-09-05 14:46:19 +00:00
jperkin
50baff7248 Updated sysutils/bsdinstall to 20130905 2013-09-05 12:20:58 +00:00
jperkin
d66c54b5ce bsdinstall-20130905: Install pre-generated catman page where necessary.
This is a bootstrap package, we cannot rely on a BSD-compatible nroff
being available at bootstrap time, so add a pre-generated version.
2013-09-05 12:19:49 +00:00
wiz
82f7abc3b5 OpenBSD renamed beagle to armv7.
From patrick@openbsd via jmc@openbsd.
2013-09-05 09:13:23 +00:00
wen
d8993af5d3 Added devel/p5-Test-Warnings version 0.008 2013-09-05 08:53:20 +00:00
wen
6944d51c81 Add p5-Test-Warnings. 2013-09-05 08:51:47 +00:00
wen
64757089aa Import Test-Warnings-0.008 as devel/p5-Test-Warnings.
This module is intended to be used as a drop-in replacement for
Test::NoWarnings: it also adds an extra test, but runs this test
before done_testing calculates the test count, rather than after.
It does this by hooking into done_testing as well as via an END
block. You can declare a plan, or not, and things will still Just
Work.
2013-09-05 08:49:38 +00:00
wiz
d2f415575c Updated meta-pkgs/modular-xorg-drivers to 1.14.1 2013-09-05 08:30:25 +00:00
wiz
ef7f104331 On NetBSD, depend on xf86-video-ati6 instead of xf86-video-ati.
Requested by Jan Danielsson <jan.m.danielsson@gmail.com>.
Bump version.
2013-09-05 08:30:13 +00:00
wen
3df12e66de Updated devel/p5-Module-Build-Tiny to 0.026 2013-09-05 08:16:25 +00:00
wen
c7d7b0946a Update to 0.026
Upstream changes:
0.026     2013-08-19 22:09:00 Europe/Amsterdam
          Safe PERL_MB_OPT during configuration stage

0.025     2013-07-12 16:09:45 Europe/Amsterdam
          Use local tempdir
2013-09-05 08:15:27 +00:00
wen
233b5ff827 Updated devel/p5-Test-Inter to 1.05 2013-09-05 07:56:14 +00:00
wen
11962b714e Update to 1.05
Upstream changes:
Version 1.04  2013-03-18
   The __nl__ substitution wasn't happening.

Version 1.05  2013-03-20
   Fixed the Build.PL/Makefile.PL scripts to not install the example scripts.  RT 84091
2013-09-05 07:55:18 +00:00
wen
5255c22137 Updated devel/p5-Test-Inline to 2.213 2013-09-05 07:52:17 +00:00
wen
e7225868e4 Update to 2.213
Upstream changes:
2.213 Mon 8 Apr 2013
	- Updating to Module::Install 1.06
	- Fix tests to handle hash randomisation
	- No functional changes
2013-09-05 07:51:16 +00:00
wen
e6aec2e7ef Updated devel/p5-Test-Fixture-DBIC-Schema to 0.04 2013-09-05 07:47:26 +00:00
wen
fe727d4e48 Update to 0.04
Upstream changes:
0.04    Thu May  2 10:04:31 2013

    - fix tests to be robust against hash order randomization
2013-09-05 07:46:30 +00:00
wen
b44a4ab830 Updated devel/p5-Test-File-ShareDir to 0.3.3 2013-09-05 07:15:55 +00:00
wen
43818a3150 Update to 0.3.3
Update DEPENDS

Upstream changes:
0.3.3 2013-04-03T11:32:08Z
 [!Noteable Changes]
 - Replace Path::Class with Path::Tiny

 [Dependencies::Added / runtime_requires]
 - Path::Tiny

 [Dependencies::Removed / runtime_requires]
 - Path::Class::Dir

0.3.2 2013-04-03T07:03:58Z
 - Maintenance release for MB 0.4004

 [Dependencies::Added / develop_requires]
 - Pod::Coverage::TrustPod
 - Test::CPAN::Meta
 - Test::Pod 1.41
 - Test::Pod::Coverage 1.08
 - version 0.9901

 [Dependencies::Added / runtime_requires]
 - perl 5.006

 [Dependencies::Changed / build_requires]
 - Module::Build 0.3601 . 0.4004

 [Dependencies::Changed / configure_requires]
 - Module::Build 0.3601 . 0.4004

 [Dependencies::Changed / develop_recommends]
 - Dist::Zilla::PluginBundle::Author::KENTNL::Lite 0.01009803 . v1.3.0

 [Dependencies::Changed / develop_suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL 1.0.0 . v1.7.2

 [Dependencies::Changed / test_requires]
 - Test::More 0.96 . 0.98

 [Documentation]
 - Reindent License
 - Update Copyright Year
 - Update Copyright address
 - Add README.mkdn

 [Meta]
 - Bug tracker moved to github issues

 [Packaging]
 - Build.PL updated for 0.4004 / test_requires

 [Tracking]
 - This source version of 0.3.1 lost and reconstructed
2013-09-05 07:14:32 +00:00
adam
e1c237fc4b Updated devel/subversion to 1.8.3 2013-09-05 07:10:14 +00:00
wen
2d9dcb15d3 Updated filesystems/p5-Path-Tiny to 0.031 2013-09-05 07:08:04 +00:00
adam
b8dc910deb Changes 1.8.3:
User-visible changes:
  - Client- and server-side bugfixes:
    * translation updates for Swedish
    * enforce strict version equality between tools and libraries (r1502267)
    * consistently output revisions as "r%ld" in error messags (r1499044 et al)

  - Client-side bugfixes:
    * status: always use absolute paths in XML output (issue 4398)
    * ra_serf: 'svn log -v' fails with a 1.2.x server (issue 4044)
    * ra_serf: fix crash when committing cp with deep deletion (issue 4400)
    * diff: issue an error for files that can't fit in memory (r1513119 et al)
    * svnmucc: generate proper error for mismatched URLs (r1511353)
    * update: fix a crash when a temp file doesn't exist (r1513156)
    * commit & update: improve sleep for timestamps performance (r1508438)
    * diff: continue on missing or obstructing files (issue 4396)
    * ra_serf: use runtime serf version for User-Agent (r1514315, r1514628)
    * ra_serf: ignore case when checking certificate common names (r1514763)
    * ra_serf: format distinguished names properly (r1514804)
    * ra_serf: do not retry HTTP requests if we started to parse them (r1503318)
    * ra_serf: output ssl cert verification failure reason (r1514785 et al)
    * ra_serf: allow session reuse after SVN_ERR_CEASE_INVOCATION (r1502901)
    * ra_serf: include library version in '--version' output (r1514295 et al)
    * info: fix spurious error on wc root with child in conflict (r1515366)

  - Server-side bugfixes:
    * svnserve: fix creation of pid files (r1516556)
    * svnadmin: fix output encoding in non-UTF8 environments (r1506966)
    * svnsync: fix high memory usage when running over ra_serf (r1515249 et al)
    * mod_dav_svn: do not map requests to filesystem (r1512432 et al)
    * svnauthz: improve help strings (r1511272)
    * fsfs: fixed manifest file growth with revprop changes (r1513874)
    * fsfs: fix packed revprops causing loss of revprops (r1513879 et al)

  - Other tool improvements and bugfixes:
    * svnwcsub/irkerbridge: fix symlink attack via pid file (r175 from upstream)

 Developer-visible changes:
  - General:
    * describe APR unimplemented errors as coming from APR (r1503010 et al)
    * mod_dav_svn: update INSTALL to reflect configure defaults (r1515141)
    * davautocheck: use the correct apxs binary by default (r1507889, r1507891)

  - API changes:
    * svn_config_walk_auth_data() config_dir arg: permit NULL (r1507382 et al)

  - Bindings:
    * swig-pl: fix SVN::Client not honoring config file settings (r150744)
    * swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119)
2013-09-05 07:07:46 +00:00