Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (23m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 17:36:41 UTC Now

2012-06-02 01:20:42 UTC MAIN commitmail json YAML

Note update of these packages:

www/ruby-csspool 3.0.1
www/ruby-mechanize 2.5.1
www/ruby-net-http-digest_auth 1.2.1
www/ruby-raindrops 0.9.0
www/ruby-sass 3.1.19

(taca)

2012-06-02 01:19:59 UTC MAIN commitmail json YAML

2012-06-02 01:19:30 UTC MAIN commitmail json YAML

Update ruby-raindrops to 0.9.0.

=== raindrops 0.9.0 - minor middleware/proxy update / 2012-05-21 00:06 UTC

  Raindrops::Middleware::Proxy now forwards method_missing
  to the proxied body object.  This allows compatibility
  with non-standard Rack extensions employed by some
  middlewares, applications, or servers.

  Thanks to Ben Somers for the feature!

=== raindrops 0.8.1 - compatibility fixes / 2012-05-12 05:58 UTC

  This release fixes a build problem found under a current SmartOS.  This
  release also runs successfully on FreeBSD 9.0 under both x86-64 and
  i386.

  There are also documentation updates from Aman Gupta and a test suite
  fix from Jeremy Evans for OpenBSD.

  raindrops fully supports unicorn on recent versions of FreeBSD, OpenBSD,
  SmartOS, and possibly other Free Software systems.  Portability reports
  and fixes for Free Software systems is greatly appreciated at
  raindrops@librelist.org

  Non-Free systems will never be supported.

  raindrops requires the Linux 2.6.18 or later for full functionality
  (which unicorn does not require).  Future releases will take advantage
  of the unix_diag functionality found in the Linux 3.3 (and later)
  kernels.

(taca)

2012-06-02 01:18:50 UTC MAIN commitmail json YAML

Update ruby-net-http-digest_auth to 1.2.1.

=== 1.2.1

* Bug fix
  * Fixed -sess authentication.  This also fixes pull request #4 by joe81

(taca)

2012-06-02 01:18:05 UTC MAIN commitmail json YAML

Update ruby-mechanize to 2.5.1.

=== 2.5.1

* Bug fix
  * Mechanize no longer copies POST requests during a redirect which was
    introduced by #215.  Pull request #229 by Godfrey Chan.

=== 2.5

* Minor enhancement
  * Added Mechanize#ignore_bad_chunking for working around servers that don't
    terminate chunked transfer-encoding properly.  Enabling this may cause
    data loss.  Issue #116
  * Removed content-type check from Mechanize::Page allowing forced parsing
    of incorrect or missing content-types.  Issue #221 by GarthSnyder
* Bug fixes
  * Fixed typos in EXAMPLES and GUIDES.  Pull Request #213 by Erkan Yilmaz.
  * Fixed handling of a quoted content-disposition size.  Pull Request #220 by
    Jason Rust
  * Mechanize now ignores a missing gzip footer like browsers do.  Issue #224
    by afhbl
  * Mechanize handles saving of files with the same name better now.  Pull
    Request #223 by Godfrey Chan, Issue #219 by Jon Hart
  * Mechanize now sends headers across redirects.  Issue #215 by Chris Gahan
  * Mechanize now raises Mechanize::ResponseReadError when the server does not
    terminate chunked transfer-encoding properly.  Issue #116
  * Mechanize no longer raises an exception when multiple identical
    radiobuttons are checked.  Issue #214 by Matthias Guenther
  * Fixed documentation for pre_connect_hooks and post_connect_hooks.  Issue
    #226 by Robert Poor
  * Worked around ruby 1.8 run with -Ku and ISO-8859-1 encoded characters in
    URIs.  Issue #228 by Stanislav O.Pogrebnyak

(taca)

2012-06-02 01:17:22 UTC MAIN commitmail json YAML

Update of ruby-csspool to 3.0.1.

== 3.0.1

* New Features

  * 'Minified' CSS output: passing :minify => true to a to_css call will omit
  line breaks
  * Added Gemfile

* Bugfixes

  * Parse properties without semi-colons at the end of a declaration.
  [stereobooster]
  * Handle whitespaces after properties [stereobooster]

(taca)

2012-06-02 01:15:43 UTC MAIN commitmail json YAML

Note update of these pacakges:

textproc/ruby-json-pure 1.7.3
textproc/ruby-json 1.7.3
textproc/ruby-fastercsv 1.5.5
textproc/ruby-haml 3.1.6
textproc/ruby-kramdown 0.13.6
textproc/ruby-multi_json 1.3.6
textproc/ruby-nokogiri 1.5.3
textproc/ruby-rdtool 0.6.34
textproc/ruby-stringex 1.4.0

(taca)

2012-06-02 01:14:15 UTC MAIN commitmail json YAML

Update ruby-stringex to 1.4.0.

Changes are unavailable.

(taca)

2012-06-02 01:13:40 UTC MAIN commitmail json YAML

Update ruby-rdtool to 0.6.34.

= CHANGES
:0.6.34
  * Add LGPL-2.1 for setup.rb
  * Add rd2html-ext-lib from rubikitch. Thanks!!

(taca)

2012-06-02 01:13:00 UTC MAIN commitmail json YAML

Update ruby-nokogiri to 1.5.3.

== 1.5.3 / 2012-06-01

* Features

  * Support for "prefixless" CSS selectors ~, > and + like jQuery
    supports. #621, #623. (Thanks, David Lee!)
  * Attempting to improve installation on homebrew 0.9 (with regards
    to iconv). Isn't package management convenient?

* Bugfixes

  * Custom xpath functions with empty nodeset arguments cause a
    segfault. #634.
  * Nokogiri::XML::Node#css now works for XML documents with default
    namespaces when the rule contains attribute selector without
    namespace.
  * Fixed marshalling bugs around how arguments are passed to (and
    returned from) XSLT custom xpath functions. #640.
  * Nokogiri::XML::Reader#outer_xml is broken in JRuby #617
  * Nokogiri::XML::Attribute on JRuby returns a nil namespace #647
  * Nokogiri::XML::Node#namespace= cannot set a namespace without a
    prefix on JRuby #648
  * [JRuby] 1.9 mode causes dead lock while running rake #571
  * HTML::Document#meta_encoding does not raise exception on docs with
    malformed content-type. #655
  * Fixing segfault related to unsupported encodings in in-context
    parsing on 1.8.7. #643
  * [JRuby] Concurrency issue in XPath parsing. #682

(taca)

2012-06-02 01:12:29 UTC MAIN commitmail json YAML

Update ruby-multi_json to 1.3.6.

Changes are unavailable.

(taca)

2012-06-02 01:11:44 UTC MAIN commitmail json YAML

Update ruby-kramdown to 0.13.6.

commit 40e6cde2d3e1a4f9f6bc14a243b22b4ae3311ca2
Author: Thomas Leitner <t_leitner@gmx.at>
Date:  Wed May 9 19:53:47 2012 +0200

    Updated release notes and version number

doc/news/release_0_13_6.page
doc/sidebar.template
lib/kramdown/version.rb
man/man1/kramdown.1.erb

commit 7f66dca331f78d84ef22c489c755360b304cb41f
Author: Thomas Leitner <t_leitner@gmx.at>
Date:  Tue May 8 21:20:46 2012 +0200

    Fixed bug RF#29557: Parsing fails with lists with empty list item

    If a list item is completely empty, it needs to be handled specially,
    which is done now.

lib/kramdown/converter/kramdown.rb
lib/kramdown/parser/kramdown/list.rb
test/testcases/block/08_list/special_cases.html
test/testcases/block/08_list/special_cases.text

commit ac00ea8ea590ece6c7a6c53b30920114f349b79b
Author: Thomas Leitner <t_leitner@gmx.at>
Date:  Tue May 8 20:02:43 2012 +0200

    Fixed problem with CDATA section in non-XHTML pages

    The HTML parser does not parse CDATA in script tags and
    therefore the CDATA tags were displayed in MathJax output.
    By commenting out the CDATA tags (with LaTeX comment syntax)
    we avoid this problem.

lib/kramdown/converter/html.rb
lib/kramdown/parser/html.rb
test/testcases/block/15_math/normal.html

(taca)

2012-06-02 01:10:50 UTC MAIN commitmail json YAML

2012-06-02 01:10:12 UTC MAIN commitmail json YAML

Update ruby-fastercsv to 1.5.5.

= Change Log

Below is a complete listing of changes for each revision of FasterCSV.

== 1.5.5

* Removed setup.rb due to licensing concerns.
* Updated and clarified Copyright notices.
* Improved stray quoting error message (patch by Edvard Majakari).
* Improved line ending detection algorithm (patch by Alexey Smolianinov).

(taca)

2012-06-02 01:09:02 UTC MAIN commitmail json YAML

Update ruby-json and ruby-json-pure to 1.7.3.

2012-05-12 (1.7.3)
  * Work around Rubinius encoding issues using iconv for conversion instead.
2012-05-11 (1.7.2)
  * Fix some encoding issues, that cause problems for  the pure and the
    extension variant in jruby 1.9 mode.
2012-04-28 (1.7.1)
  * Some small fixes for building

(taca)

2012-06-02 01:07:08 UTC MAIN commitmail json YAML

Note update of more ruby-sprockets* packages:

misc/ruby-sprockets20 2.0.4
misc/ruby-sprockets21 2.1.3

(taca)

2012-06-02 01:06:03 UTC MAIN commitmail json YAML

Update ruby-sprockets21 to 2.1.3.

Changes are unavailable.

(taca)

2012-06-02 01:05:21 UTC MAIN commitmail json YAML

Update ruby-sprockets20 to 2.0.4.

Changes are unavailable but handling of ".." in forbidden_request() was
changed.

(taca)

2012-06-02 01:03:04 UTC MAIN commitmail json YAML

Note update of these packages:

print/ruby-pdf-reader 1.1.1
security/ruby-net-ssh 2.5.2
sysutils/ruby-facter 1.6.9

(taca)

2012-06-02 01:02:01 UTC MAIN commitmail json YAML

Update ruby-facter to 1.6.9.

1.6.9
===
b398bd8 (#14334) Fix dmidecode based facts on DragonFly BSD
6c46b2c (#14332) Correct stubbing on Ubuntu
753f3a4 Revert "(#12864) Windows: get primary DNS from registry"
ac51593 Wrap dmidecode/pciutils in ifarch block
fbaa8fe (#11511) Correct lsbrelease specfile filename
14eee2b (#12864) Windows: get primary DNS from registry
2842c96 Update rpm spec file
515fd65 (#11511) Split lsb facts into multiple files

(taca)

2012-06-02 01:01:29 UTC MAIN commitmail json YAML

Update ruby-net-ssh to 2.5.2.

=== 2.5.2 / 25 May 2012

* Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini]

=== 2.5.1 / 24 May 2012

* Added missing file to manifest [Marco Sandrini]

=== 2.5.0 / 24 May 2012

* Implement many algorithms [Ryosuke Yamazaki]
  * Key Exchange
    * diffie-hellman-group14-sha1
    * ecdh-sha2-nistp{256,384,521}
  * Host Key
    * ecdsa-sha2-nistp{256,384,521}
  * Authentication
    * ecdsa-sha2-nistp{256,384,521}
  * HMAC
    * hmac-ripemd160
  * Cipher:
    * aes{128,192,256}-ctr
    * camellia{128,192,256}-ctr
    * blowfish-ctr
    * cast128-ctr
    * 3des-ctr
    * arcfour (has problems with weak keys, and should be used with caution)
    * camellia{128,192,256}-cbc

=== 2.4.0 / 17 May 2012

* Support for JRuby + Pageant + Windows [arturaz]

(taca)

2012-06-02 01:00:45 UTC MAIN commitmail json YAML

Update ruby-pdf-reader to 1.1.1.

v1.1.1 (9th May 2012)
- bugfix release to improve parsing of some PDFs

(taca)

2012-06-02 00:59:35 UTC MAIN commitmail json YAML

Note update of net/ruby-addressable package to 2.2.8.

(taca)

2012-06-02 00:59:09 UTC MAIN commitmail json YAML

Update ruby-addressable to 2.2.8.

# Addressable 2.2.8
- fixed issues with dot segment removal code
- form encoding can now handle multiple values per key
- updated development environment

(taca)

2012-06-02 00:58:20 UTC MAIN commitmail json YAML

Note update of these packages:

misc/ruby-bundler 1.1.4
misc/ruby-sprockets 2.4.3

(taca)

2012-06-02 00:57:36 UTC MAIN commitmail json YAML

Update ruby-sprockets to 2.4.3.

Changes are unavailable.

(taca)

2012-06-02 00:56:53 UTC MAIN commitmail json YAML

Update ruby-bundler to 1.1.4

## 1.1.4 (May 27, 2012)

Bugfixes:

  - Use `latest_release` in Capistrano and Vlad integration (#1264)
  - Unknown exceptions now link to ISSUES for help instead of a new ticket
  - When OpenSSL is missing, provide instructions for fixing (#1776 etc.)
  - Correct inline help for `clean --force` (@dougbarth, #1911)
  - Work around a Ruby 1.9.3p194 bug in Psych when config files are empty

(taca)

2012-06-02 00:54:37 UTC MAIN commitmail json YAML

Note update of these packages:

lang/ruby-coffee-script-source 1.3.3
lang/ruby-execjs 1.4.0

(taca)

2012-06-02 00:53:50 UTC MAIN commitmail json YAML

2012-06-02 00:53:10 UTC MAIN commitmail json YAML

Update ruby-coffee-script-source to 1.3.3.

Changes are unavailable.

(taca)

2012-06-02 00:52:12 UTC MAIN commitmail json YAML

Note update of devel/ruby-simplecov package to 0.6.4.

(taca)

2012-06-02 00:51:30 UTC MAIN commitmail json YAML

Update ruby-simplecov to 0.6.4.

v0.6.4, 2012-05-10 ([changes](https://github.com/colszowka/simplecov/compare/v0.6.3...v0.6.4))
-------------------

  * [BUGFIX] Encoding issues with ISO-8859-encoded source files fixed.
    See https://github.com/colszowka/simplecov/pull/117. (thanks to @Deradon)
  * [BUGFIX] Ensure ZeroDivisionErrors won't occur when calculating the coverage result, which previously
    could happen in certain cases. See https://github.com/colszowka/simplecov/pull/128. (thanks to @japgolly)
  * [REFACTORING] Changed a couple instance variable lookups so SimpleCov does not cause a lot of warnings when
    running ruby at a higher warning level. See https://github.com/colszowka/simplecov/issues/106 and
    https://github.com/colszowka/simplecov/pull/119. (thanks to @mvz and @gioele)

v0.6.3, 2012-05-10 ([changes](https://github.com/colszowka/simplecov/compare/v0.6.2...v0.6.3))
-------------------

  * [BUGFIX] Modified the API-changes for newer multi_json versions introduced with #122 and v0.6.2 so
    they are backwards-compatible with older multi_json gems in order to avoid simplecov polluting
    the multi_json minimum version requirement for entire applications.
    See https://github.com/colszowka/simplecov/issues/132
  * Added appraisal gem to the test setup in order to run the test suite against both 1.0 and 1.3
    multi_json gems and ensure the above actually works :)

(taca)

2012-06-02 00:49:40 UTC MAIN commitmail json YAML

Note update of Ruby rspec family packages:

devel/ruby-rspec-core 2.10.1
devel/ruby-rspec-expectations 2.10.0
devel/ruby-rspec-mocks 2.10.1
devel/ruby-rspec 2.10.0
devel/ruby-rspec-rails 2.10.1

(taca)

2012-06-02 00:48:42 UTC MAIN commitmail json YAML

Update ruby-rspec-rails to 2.10.1.

### 2.10.1 / 2012-05-03
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.10.0...v2.10.1)

Bug fixes

* fix regression introduced in 2.10.0 that broke integration with Devise
  (https://github.com/rspec/rspec-rails/issues/534)

### 2.10.0 / 2012-05-03
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.9.0...v2.10.0)

Bug fixes

* `render_views` called in a spec can now override the config setting. (martinsvalin)
* Fix `render_views` for anonymous controllers on 1.8.7. (hudge, mudge)
* Eliminate use of deprecated `process_view_paths`
* Fix false negatives when using `route_to` matcher with `should_not`
* `controller` is no longer nil in `config.before` hooks
* Change `request.path_parameters` keys to symbols to match real Rails
  environment (Nathan Broadbent)
* Silence deprecation warnings in pre-2.9 generated view specs (Jonathan del
  Strother)

(taca)

2012-06-02 00:47:46 UTC MAIN commitmail json YAML

Update ruby-rspec to 2.10.0.

This is a meta package like one and reflect update of
ruby-rspec-core/ruby-rspec-expectations/ruby-rspec-mock.

(taca)

2012-06-02 00:45:55 UTC MAIN commitmail json YAML

Update ruby-rspec-mocks to 2.10.1.

### 2.10.1 / 2012-05-05
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.10.0...v2.10.1)

Bug fixes

* fix regression of edge case behavior
  (https://github.com/rspec/rspec-mocks/issues/132)
    * fixed failure of `object.should_receive(:message).at_least(0).times.and_return value`
    * fixed failure of `object.should_not_receive(:message).and_return value`

### 2.10.0 / 2012-05-03
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.9.0...v2.10.0)

Bug fixes

* fail fast when an `exactly` or `at_most` expectation is exceeded

(taca)

2012-06-02 00:45:07 UTC MAIN commitmail json YAML

Update ruby-rspec-expectations to 2.10.0.

### 2.10.0 / 2012-05-03
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.9.1...v2.10.0)

Enhancements

* Add new `start_with` and `end_with` matchers (Jeremy Wadsack)
* Add new matchers for specifying yields (Myron Marson):
    * `expect {...}.to yield_control`
    * `expect {...}.to yield_with_args(1, 2, 3)`
    * `expect {...}.to yield_with_no_args`
    * `expect {...}.to yield_successive_args(1, 2, 3)`
* `match_unless_raises` takes multiple exception args

Bug fixes

* Fix `be_within` matcher to be inclusive of delta.
* Fix message-specific specs to pass on Rubinius (John Firebaugh)

(taca)

2012-06-02 00:44:33 UTC MAIN commitmail json YAML

Update ruby-rspec-core to 2.10.1.

### 2.10.1 / 2012-05-19
[full changelog](http://github.com/rspec/rspec-core/compare/v2.10.0...v2.10.1)

Bug fixes

* `RSpec.reset` properly reinits configuration and world
* Call `to_s` before `split` on exception messages that might not always be
  Strings (slyphon)

### 2.10.0 / 2012-05-03
[full changelog](http://github.com/rspec/rspec-core/compare/v2.9.0...v2.10.0)

Enhancements

* Add `prepend_before` and `append_after` hooks (preethiramdev)
    * intended for extension libs
    * restores rspec-1 behavior
* Reporting of profiled examples (moro)
    * Report the total amount of time taken for the top slowest examples.
    * Report what percentage the slowest examples took from the total runtime.

Bug fixes

* Properly parse `SPEC_OPTS` options.
* `example.description` returns the location of the example if there is no
  explicit description or matcher-generated description.
* RDoc fixes (Grzegorz ��wirski)
* Do not modify example ancestry when dumping errors (Michael Grosser)

(taca)

2012-06-02 00:41:45 UTC MAIN commitmail json YAML

Note update of these packages:

devel/ruby-gettext 2.2.1
devel/ruby-fast_gettext 0.6.7
devel/ruby-gettext_i18n_rails 0.5.4
devel/ruby-highline 1.6.12
devel/ruby-mocha 0.11.4
devel/ruby-parsetree 3.0.9

(taca)

2012-06-02 00:40:54 UTC MAIN commitmail json YAML

Update ruby-parsetree to 3.0.9.

=== 3.0.9 / 2012-05-01

* 6 minor enhancements:

  * Added a bunch of new tests from PTTC.
  * Added masgn handling inside block_pass
  * Added rewrite_iter to unwrap masgns w/ only 1 arg.
  * Handle rewriting block_pass in iter.
  * Imported RawParseTree test data from PTTC.
  * Removed rewrite_masgn requirement for 4 slots.

* 3 bug fixes:

  * Fixed dependencies to ensure they're not going to use ruby_parser 3 and friends.
  * Fixed segv for NODE_BLOCK_PASS in iter (nd_iter == 1... go boom)
  * Remove nil body in iter (I think this is wrong, but whatevs).

(taca)

2012-06-02 00:40:05 UTC MAIN commitmail json YAML

2012-06-02 00:39:32 UTC MAIN commitmail json YAML

Update ruby-highline to 1.6.12.

== 1.6.12

* Silenced warnings (by James McEwan).

(taca)

2012-06-02 00:38:49 UTC MAIN commitmail json YAML

2012-06-02 00:38:10 UTC MAIN commitmail json YAML

Update ruby-fast_gettext to 0.6.7.

Changes are unknown.

(taca)

2012-06-02 00:37:25 UTC MAIN commitmail json YAML

Update ruby-gettext o 2.2.1.

= Ruby-GetText-Package-2.2.1 (2012-05-20)
* Supported non ASCII string in msgid. [GitHub#1]
  [Patch by Urban Hafner]
* Stopped overriding String#% on Ruby 1.9.
* Fixed a bug that "\" is too escaped.
* Removed GetText.bindtext dependency from GetText::PoParser.
* Ranamed GetText::MOFile to GetText::MoFile but GetText::MOFile
  is still available.

Thanks to:
* Urban Hafner

(taca)

2012-06-02 00:36:33 UTC MAIN commitmail json YAML

Note update of databases/ruby-sequel package to 3.36.0 and devel/ZenTest
package to 4.8.1.

(taca)

2012-06-02 00:35:50 UTC MAIN commitmail json YAML

Update ZenTest to 4.8.1.

=== 4.8.1 / 2012-06-01

* 1 bug fix:

  * Fixed 1.9 bug caused by differences between Hash#find_all and Hash#select. (semaperepelitsa)

(taca)

2012-06-02 00:35:15 UTC MAIN commitmail json YAML

Update ruby-sequel to 3.36.0.

=== 3.36.0 (2012-06-01)

* Use Bignum generic type when dumping unsigned integer types that could potentially overflow 32-bit signed integer values (stu314)

* Support :transform option in the nested_attributes plugin, for automatically preprocessing input hashes (chanks)

* Support :unmatched_pk option in the nested_attributes plugin, can be set to :create for associated objects with natural keys (chanks)

* Support composite primary keys in the nested_attributes plugin (chanks)

* Allow Model#from_json in the json_serializer plugin to use set_fields if a :fields option is given (jeremyevans)

* Support :using option to set_column_type on PostgreSQL, to force a specific conversion from the old value to the new value (jeremyevans)

* Drop indexes in the reverse order that they were added in the schema dumper (jeremyevans)

* Add :index_names option to schema dumper method, can be set to false or :namespace (stu314, jeremyevans)

* Add Database#global_index_namespace? for checking if index namespace is global or per table (jeremyevans)

* Fix typecasting of time columns on jdbc/postgres, before could be off by a millisecond (jeremyevans)

* Add document explaining Sequel's object model (jeremyevans)

* Attempt to detect more disconnect errors in the mysql2 adapter (jeremyevans)

* Add is_current? and check_current to the migrators, for checking/raising if there are unapplied migrations (pvh, jeremyevans) (#487)

* Add a jdbc subadapter for the Progress database (Michael Gliwinski, jeremyevans)

* Add pg_inet extension, for working with PostgreSQL inet and cidr types (jeremyevans)

* Fix bug in model column setters when passing an object that raises an exception for ==('') (jeremyevans)

* Add eager_each plugin, which makes each on an eagerly loaded dataset do eager loading (jeremyevans)

* Fix bugs when parsing foreign keys for tables with explicit schema on PostgreSQL (jeremyevans)

* Remove Database#case_sensitive_like on SQLite (jeremyevans)

* Remove Database#single_value in the native sqlite adapter (jeremyevans)

* Make Dataset#get work with nil and false arguments (jeremyevans)

* Make json_serializer plugin respect :root=>:collection and :root=>:instance options (jeremyevans)

* Support savepoints in prepared transactions on MySQL 5.5.23+ (jeremyevans)

* Add pg_json extension, for working with PostgreSQL 9.2's new json type (jeremyevans)

* In the optimistic locking plugin, make refresh and save after a failed save work correctly (jeremyevans)

* Support partial indexes on Microsoft SQL Server 2008 (jeremyevans)

* Make Database#call pass blocks (jeremyevans)

* Support :each when preparing statements, useful for iterating over large datasets (jeremyevans)

* Support :if_exists and :cascade options when dropping indexes on PostgreSQL (jeremyevans)

* Support :concurrently option when adding and dropping indexes on PostgreSQL (jeremyevans)

* Make Database#transaction on PostgreSQL recognize :synchronous, :read_only, and :deferrable options (jeremyevans)

* Support :sql_mode option when connecting to MySQL (jeremyevans)

* Apply :timeout MySQL connection setting on do, jdbc, and swift adapters (jeremyevans)

* Don't set Sequel::Model.db automatically when creating an anonymous class with an associated database object (jeremyevans)

* Add :connection_handling=>:queue option to the threaded connection pools, may reduce chance of stale connections (jeremyevans) (#481)

* Handle JRuby 1.7 exception handling changes when connecting in the jdbc adapter (jeremyevans) (#477)

* Make *_to_one association setters be noops if you pass a value that is the same as the cached value (jeremyevans)

* Make Model#refresh return self when using dirty plugin (jeremyevans)

(taca)

2012-06-02 00:06:50 UTC MAIN commitmail json YAML

+ php-5.4.3 [taca].
- ruby-rb-appscript-0.6.1.

(taca)

2012-06-01 22:00:51 UTC MAIN commitmail json YAML

Updated graphics/gimp-liquid-rescale to 0.7.1

(wiz)

2012-06-01 22:00:32 UTC MAIN commitmail json YAML

Update to 0.7.1. Set LICENSE.
Version 0.7.1 :
Windows-only bugfix.

Version 0.7.0 :

* Interface
  * Added new option: output on new image
  * Added new energy functions based on luma
  * Added edit buttons for aux layers
  * Switch to smaller, always-on-top interface while
    creating/editing aux layers
  * After creating/editing aux layers the focus goes back
    to the layer which is to be rescaled
  * If an aux layer is deleted during or between sessions,
    it is not substitued by another one and the corresponding
    setting is made inactive
  * Added info icons for aux layers
  * Added text to some buttons
  * No longer use extra layers to create the image thumbnail
    (this means no more "flashing" in the layers toolbox when
    staring the plugin or creating a new aux layer)
  * Modified behaviour: pressing "Back" in the interactive
    dialog saves the plugin values
  * Bugfix: fixed Windows localization
  * Bugfix: fixed some minor issues arising when working on
    a new layer and going back and forth through
    interactive/non-interactive modes

(wiz)

2012-06-01 21:59:27 UTC MAIN commitmail json YAML

2012-06-01 21:24:57 UTC MAIN commitmail json YAML

2012-06-01 20:55:03 UTC MAIN commitmail json YAML

Updated graphics/opencv to 2.4.1

(wiz)

2012-06-01 20:54:52 UTC MAIN commitmail json YAML

2012-06-01 20:53:56 UTC MAIN commitmail json YAML

Update to 2.4.1. Now builds with clang. Python option
not tested. New ffmpeg support not enabled in package.

2.4.1

June, 2012

The changes since 2.4.0

    The GPU module now supports CUDA 4.1 and CUDA 4.2 and can be
    compiled with CUDA 5.0 preview.

    Added API for storing OpenCV data structures to text string
    and reading them back:

    cv::calcOpticalFlowPyrLK now supports precomputed pyramids as
    input.

    Function signatures in documentation are made consistent with
    source code.

    Restored python wrappers for SURF and MSER.

    45 more bugs in our bug tracker have been fixed

2.4.0

May, 2012

The major changes since 2.4 beta

    OpenCV now provides pretty complete build information via
    (surprise) cv::getBuildInformation().

    reading/writing video via ffmpeg finally works and it's now
    available on MacOSX too.
    note 1: we now demand reasonably fresh versions of ffmpeg/libav
    with libswscale included.
    note 2: if possible, do not read or write more than 1 video
    simultaneously (even within a single thread) with ffmpeg 0.7.x
    or earlier versions, since they seem to use some global structures
    that are destroyed by simultaneously executed codecs. Either
    build and install a newer ffmpeg (0.10.x is recommended), or
    serialize your video i/o, or use parallel processes instead of
    threads.

    MOG2 background subtraction by Zoran Zivkovic was optimized
    using TBB.

    The reference manual has been updated to match OpenCV 2.4.0
    better (though, not perfectly).

    >20 more bugs in our bug tracker have been closed
    (http://code.opencv.org/projects/opencv/roadmap).

    Asus Xtion is now properly supported for HighGUI. For now, you
    have to manually specify this device by using
    VideoCapture(CV_CAP_OPENNI_ASUS) instead of
    VideoCapture(CV_CAP_OPENNI).

2.4 beta

April, 2012

As usual, we created 2.4 branch in our repository
(http://code.opencv.org/svn/opencv/branches/2.4), where we will
further stabilize the code. You can check this branch periodically,
before as well as after 2.4 release.

Common changes

    At the age of 12, OpenCV got its own home! http://code.opencv.org
    is now the primary site for OpenCV development and http://opencv.org
    (to be launched soon) will be the official OpenCV user site.

    Some of the old functionality from the modules imgproc, video,
    calib3d, features2d, objdetect has been moved to legacy.

    CMake scripts have been substantially modified. Now it's very
    easy to add new modules - just put the directory with include,
    src, doc and test sub-directories to the modules directory,
    create a very simple CMakeLists.txt and your module will be
    built as a part of OpenCV. Also, it's possible to exclude
    certain modules from build (the CMake variables
    "BUILD_opencv_<modulename>" control that).

New functionality

    The new very base cv::Algorithm class has been introduced. It's
    planned to be the base of all the "non-trivial" OpenCV
    functionality. All Algorithm-based classes have the following
    features:
        "virtual constructor", i.e. an algorithm instance can be created by name;
        there is a list of available algorithms;
        one can retrieve and set algorithm parameters by name;
        one can save algorithm parameters to XML/YAML file and then load them.

    A new ffmpeg wrapper has been created that features multi-threaded
    decoding, more robust video positioning etc. It's used with
    ffmpeg starting with 0.7.x versions.

    features2d API has been cleaned up. There are no more numerous
    classes with duplicated functionality. The base classes
    FeatureDetector and DescriptorExtractor are now derivatives of
    cv::Algorithm. There is also the base Feature2D, using which
    you can detect keypoints and compute the descriptors in a single
    call. This is also more efficient.

    SIFT and SURF have been moved to a separate module named nonfree
    to indicate possible legal issues of using those algorithms in
    user applications. Also, SIFT performance has been substantially
    improved (by factor of 3-4x).

    The current state-of-art textureless detection algorithm,
    Line-Mod by S. Hinterstoisser, has been contributed by Patrick
    Mihelich. See objdetect/objdetect.hpp, class Detector.

    3 face recognition algorithms have been contributed by Philipp
    Wagner. Please, check opencv/contrib/contrib.hpp, FaceRecognizer
    class, and opencv/samples/cpp/facerec_demo.cpp.

    2 algorithms for solving PnP problem have been added. Please,
    check flags parameter in solvePnP and solvePnPRansac functions.

    Enhanced LogPolar implementation (that uses Blind-Spot model)
    has been contributed by Fabio Solari and Manuela Chessa, see
    opencv/contrib/contrib.hpp, LogPolar_* classes and
    opencv/samples/cpp/logpolar_bsm.cpp sample.

    A stub module photo has been created to support a quickly
    growing "computational photography" area. Currently, it only
    contains inpainting algorithm, moved from imgproc, but it's
    planned to add much more functionality.

    Another module videostab (beta version) has been added that
    solves a specific yet very important task of video stabiliion.
    The module is under active development. Please, check
    opencv/samples/cpp/videostab.cpp sample.

    findContours can now find contours on a 32-bit integer image
    of labels (not only on a black-and-white 8-bit image). This is
    a step towards more convenhich results in better edge maps

    Python bindings can now be used within python threads, so one
    can write multi-threaded computer vision applications in Python.

OpenCV on GPU

    Different Optical Flow algorithms have been added:
        Brox (contrtions;
        Improved performance.

    pyrUp/pyrDown implementations.

    Matrix multiplication on GPU (wrapper for the CUBLAS library).
    This is optional, user need to compile OpenCV with CUBLAS
    support.

    OpenGL back-end has been implemented for highgui module, that
    allows to display GpuMat directly without downloading them to
    CPU.

Performance

    A few OpenCV functions, like color conversion, morphology, data
    type conversions, brute-force feature mer have been optimized
    using TBB and/or SSE intrinisics.

    Along with regression tests, now many OpenCV functions have
    got performance tests. Now for most modules one can build
    opencv_perf_<modulename> executables that run various functions
    from the particular module and produce a XML file. Note that
    if you want to run those tests, as well as the normal regression
    tests, you will need to get (a rather big)
    http://code.opencv.org/svn/opencv/trunk/opencv_extra directory
    and set environment variable OPENCV_TEST_DATA_PATH to
    "<your_copy_of_opencv_extra>/testdata".

Bug fixes

    In this version we fixed literally hundreds of bugs. Please,
    check http://code.opencv.org/projects/opencv/versions/1 for a
    list of fixed bugs.

Known issues

    When OpenCV is built statically, dynamically created classes
    (via Algorithm::create) can fail because linker excludes the
    "unused" object files. To avoid this problem, create classes
    explicitly, e.g

    1 Ptr<DescriptorExtractor> d = new BriefDescriptorExtractor;

(wiz)

2012-06-01 20:29:17 UTC MAIN commitmail json YAML

2012-06-01 20:28:27 UTC MAIN commitmail json YAML

2012-06-01 20:23:11 UTC MAIN commitmail json YAML

2012-06-01 20:21:03 UTC MAIN commitmail json YAML

2012-06-01 20:19:16 UTC MAIN commitmail json YAML

update to 1.4.5
changes: misc fixes, most notably the fix for the LZW decompression
security issue was integrated

(drochner)

2012-06-01 20:16:06 UTC MAIN commitmail json YAML

Add symlink to gnu/man/man{1,5}
++pkgrevision

(cheusov)

2012-06-01 20:04:24 UTC MAIN commitmail json YAML

Merge two xcb-util entries.

(wiz)

2012-06-01 20:00:53 UTC MAIN commitmail json YAML

Updated emulators/mess to 0.146

(wiz)

2012-06-01 20:00:41 UTC MAIN commitmail json YAML

Update to 0.146. Lots of emulation updates, 5 new set lists, and now
builds with clang.

(wiz)

2012-06-01 19:47:46 UTC MAIN commitmail json YAML

Add symlinks in gnu/man/man1/
++pkgrevision

(cheusov)

2012-06-01 19:42:17 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.146

(wiz)

2012-06-01 19:42:06 UTC MAIN commitmail json YAML

Update to 0.146. Lots of emulation updates, CHD format change (v5).
Also, this version now builds with clang.

(wiz)

2012-06-01 19:29:39 UTC MAIN commitmail json YAML

Add symlink gnu/man/man1/sed
++pkgrevision

(cheusov)

2012-06-01 16:43:14 UTC MAIN commitmail json YAML

2012-06-01 16:32:41 UTC MAIN commitmail json YAML

Add gnu/man/man1/patch.1
++pkgrevision

(cheusov)

2012-06-01 15:47:19 UTC MAIN commitmail json YAML

2012-06-01 15:39:27 UTC MAIN commitmail json YAML

Add two missing dependencies. Broke modular build.

(wiz)

2012-06-01 15:31:12 UTC MAIN commitmail json YAML

+ asymptote-2.16, calibre-0.8.54, libmicrohttpd-0.9.20, libtasn1-2.13,
  lighttpd-1.4.31, puzzles-9544.

(wiz)

2012-06-01 14:33:14 UTC MAIN commitmail json YAML

Updated geography/geos to 3.3.4

(gdt)

2012-06-01 14:32:54 UTC MAIN commitmail json YAML

Changes in 3.3.4
2012-05-31

- Bug fixes / improvements
    - Do not abort on NaN overlay input (#530)
    - Reduce CommonBitsRemover harmful effects during overlay op (#527)
    - Better cross-compiler support (#534)
    - Enable overlay ops short-circuits (#542)
    - Envelope-based short-circuit for symDifference (#543)
    - Fix support for PHP 5.4 (#513)
    - Fix TopologyPreservingSimplifier invalid output on closed line (#508)
    - Reduce calls to ptNotInList, greatly speeding up Polygonizer (#545)

Changes in 3.3.3
2012-04-01

- Bug fixes / improvements
    - Fix simplification of collections with empty items (#519)
    - Fix MSVC compilation of ambiguous log() call (#506)
    - Fix CMake issues with std:: namespace detection (#493)

(gdt)

2012-06-01 14:29:42 UTC MAIN commitmail json YAML

Note update of devel/hoe package to 3.0.6.

(taca)

2012-06-01 14:29:01 UTC MAIN commitmail json YAML

Update hoe to 3.0.6.

=== 3.0.6 / 2012-05-15

* 1 minor enhancement:

  * Added install_plugins to the newb task

=== 3.0.5 / 2012-05-07

* 1 bug fix:

  * Fixed ridocs argument handling (erikh)

=== 3.0.4 / 2012-05-01

* 1 bug fix:

  * Removed rubygems/deprecated and rolled my own for users on older rubygems

(taca)

2012-06-01 14:27:35 UTC MAIN commitmail json YAML

Note update of devel/ZenTest package to 4.8.0.

(taca)

2012-06-01 14:26:59 UTC MAIN commitmail json YAML

Update ZenTest to 4.8.0.

=== 4.8.0 / 2012-05-04

* 1 minor enhancement:

  * Added Minitest generation to zentest (use -t to generate for test/unit)

* 1 bug fix:

  * Fixes and clarifications to Autotest#find_file. (hugh sasse)

(taca)

2012-06-01 14:24:29 UTC MAIN commitmail json YAML

Note update of databases/ruby-sequel package to 3.35.0.

(taca)

2012-06-01 14:23:42 UTC MAIN commitmail json YAML

Update ruby-sequel to 3.35.0.

=== 3.35.0 (2012-05-01)

* Correctly handle parsing schema for tables in other databases on MySQL (jeremyevans)

* Add DSL support for the modulus operator (%), similar to the bitwise operators (jeremyevans)

* Fix possible thread-safety issues on non-GVL ruby implementations (jeremyevans)

* Allow truncation of multiple tables at the same time on PostgreSQL (jeremyevans)

* Allow truncate to take a :cascade, :only, and :restart options on PostgreSQL (hgimenez, jeremyevans)

* Allow json and xml serializers to support :array option in class to_json method to serialize existing array of model instances (jeremyevans)

* Add dirty plugin, which saves the initial value of the column when the value is changed (jeremyevans)

* create_table now supports an :as option to create a table directly from the results of a query (jeremyevans)

* The :index option when creating columns in the schema generator can now be a hash of options passed to index (jeremyevans)

* Parsing the default column values in the oracle adapter no longer requires superuser privileges (Jason Hines)

* Add Database#cache_schema to allow schema caching to be turned of, useful for development modes where models are reloaded (jeremyevans)

* Correctly handle errors that occur when rolling back transactions (jeremyevans)

* Recognize identity type in the schema dumper (jeremyevans) (#468)

* Don't assign instance variables to Java objects, for future JRuby 2.0 support (jeremyevans) (#466)

* Use date and timestamp formats that are multilanguage and not DATEFORMAT dependent on Microsoft SQL Server (jeremyevans)

* Add Database#log_exception, which logs when a query raises an exception, for easier overriding (jeremyevans) (#465)

* Make the migrators only use transactions by default if the database supports transactional DDL (jeremyevans)

* Add Database#supports_transactional_ddl? for checking if DDL statements can be rolled back in transactions (jeremyevans)

* Don't use auto parameterization when using cursors in the pg_auto_parameterize extension (jeremyevans) (#463)

* No longer escape backslashes in strings by default, fixes doubled backslashes on some adapters (jeremyevans)

* Escape blackslash-carriage return-line feed in strings on Microsoft SQL Server (mluu, jeremyevans) (#462, #461)

* Remove Array#all_two_pairs? (jeremyevans)

* Remove Dataset#disable_insert_returning on PostgreSQL (jeremyevans)

* Remove support for PostgreSQL <8.2 (jeremyevans)

* Remove support for Ruby <1.8.7 (jeremyevans)

(taca)

2012-06-01 12:52:37 UTC MAIN commitmail json YAML

Fix indent, no functional change.

(jperkin)

2012-06-01 12:30:24 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup tickets #3814 and #3815.

(tron)

2012-06-01 12:30:06 UTC MAIN commitmail json YAML

Updated textproc/wdiff to 1.1.2

(gdt)

2012-06-01 12:29:46 UTC MAIN commitmail json YAML

* Version 1.1.2 - May 2012, by Martin von Gagern

  * Backport gnulib change to deal with removal of gets function.
    This is a build-time-only fix. (Mentioned in Fedora bug #821791)

* Version 1.1.1 - May 2012, by Martin von Gagern

  * Added Serbian translation.
  * Updated Danish and Vietnamese translations.
  * Work around a bug in the formatting of the man page.
    (Debian bug #669340)

(gdt)

2012-06-01 12:29:33 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3815 - requested by dholland
graphics/cairo: build fix

Revisions pulled up:
- graphics/cairo/Makefile                                      1.99
- graphics/cairo/hacks.mk                                      1.3

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sun May 27 18:21:44 UTC 2012

  Modified Files:
  pkgsrc/graphics/cairo: Makefile hacks.mk

  Log Message:
  Since a proper solution does not appear to be forthcoming anytime soon,
  add a hack for "the pixman problem" on netbsd-5. Add -lpixman-1 to the
  libs in cairo's .pc file when on netbsd-5.

(tron)

2012-06-01 12:12:26 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3814 - requested by obache
www/moodle:: security update

Revisions pulled up:
- www/moodle/Makefile                                          1.11
- www/moodle/PLIST                                              1.9
- www/moodle/distinfo                                          1.9

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Thu May 31 12:12:54 UTC 2012

  Modified Files:
  pkgsrc/www/moodle: Makefile PLIST distinfo

  Log Message:
  Update moodle to 2.1.6, include some security fixes.
  Based on maintainer update request by PR 46498.

  Upstream changes:

  Highlights

  * MDL-32431 Calendar events can be backed-up and restored
  * MDL-29262 Moodle 2 backup_controllers table is no longer needlessly massive

  Functional changes

  * MDL-27862 Ability to unset a theme
  * MDL-31835 Recent conversations link added when viewing a message
  * MDL-27427 Option added to delete external blog entries

  Security issues

  * MSA-12-0024 Hidden information access issue
  * MSA-12-0025 Personal communication access issue
  * MSA-12-0026 Quiz capability issue
  * MSA-12-0027 Question bank capability issues
  * MSA-12-0028 Insecure authentication issue
  * MSA-12-0029 Information editing access issue
  * MSA-12-0030 Capability manipulation issue
  * MSA-12-0031 Cross-site scripting vulnerability in Wiki
  * MSA-12-0032 Cross-site scripting vulnerability in Web services
  * MSA-12-0035 Cross-site scripting vulnerability in "download all"
  * MSA-12-0036 Cross-site scripting vulnerability in category identifier
  * MSA-12-0037 Write access issue in Database activity module
  * MSA-12-0038 Calendar event write permission issue

  Fixes and improvements

  * MDL-32061 Backup fixed when there is a lesson with attempts in the course
  * MDL-31008 CSS fixed to display dimmed objects
  * MDL-30867 Lesson essay question formatting fixed
  * MDL-31528 Breadcrumbs appearing consistently when editing is off
  * MDL-31631 Caching fixed so deleted activities do not remain listed
  * MDL-26674 Wiki Module activity logs activity fully
  * MDL-31510 Students in groups see only assignments in the Gradebook according to their group allocation
  * MDL-32141 Custom TinyMCE additions now work in Firefox 11

(tron)

2012-06-01 12:02:59 UTC MAIN commitmail json YAML

Note update of converters/ruby-unf_ext package to 0.0.5.

(taca)

2012-06-01 12:02:24 UTC MAIN commitmail json YAML

Update ruby-unf_ext pacakge to 0.0.5.

Exact changes are unknown but a few code improvements.

(taca)

2012-06-01 10:26:09 UTC MAIN commitmail json YAML

Work around gcc/sparc64/-O3 bug by using buildlink to rename "-O3" to "-O1".

(jdc)

2012-06-01 09:47:49 UTC MAIN commitmail json YAML

Default to X11_TYPE?=modular if OpenWin headers are not installed.

(jperkin)

2012-06-01 06:12:47 UTC MAIN commitmail json YAML

+ libreoffice

(wiz)

2012-06-01 06:12:41 UTC MAIN commitmail json YAML

Added misc/libreoffice version 3.5.4.2

(wiz)

2012-06-01 06:12:14 UTC MAIN commitmail json YAML

Initial import of libreoffice-3.5.4.2 from wip, packaged by Francois Tigeot.

Doesn't work on NetBSD-6, but reportedly works on NetBSD-5*/amd64 and /i386,
as well as DragonFly/x86_64 and /i386.

LibreOffice is a free, community-developed, multi-platform office
productivity suite. It includes key desktop applications:
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20120601

(wiz)

2012-06-01 01:18:42 UTC MAIN commitmail json YAML

cone, amarok, mess

(dholland)

2012-06-01 01:14:25 UTC MAIN commitmail json YAML

Fix previous by reverting the change fully.

(dholland)

2012-06-01 00:46:02 UTC MAIN commitmail json YAML

Needs full dependency on qt4-tools. PKGREVISION -> 2.

(dholland)

2012-06-01 00:17:09 UTC MAIN commitmail json YAML

LIBS.SunOS+=-lsocket -lnsl

(dholland)

2012-06-01 00:16:02 UTC MAIN commitmail json YAML

LIBS.SunOS+=-lsocket -lnsl

(dholland)

2012-06-01 00:14:24 UTC MAIN commitmail json YAML

LIBS.SunOS+=-lnsl

(dholland)

2012-06-01 00:09:50 UTC MAIN commitmail json YAML

Tries to link with -lpcre, at least on Solaris, so give it pcre.
PKGREVISION -> 2.

(dholland)

2012-06-01 00:02:14 UTC MAIN commitmail json YAML

USE_TOOLS+=flex; Solaris build says "You need flex to build Mercury".

(dholland)

2012-05-31 23:44:54 UTC MAIN commitmail json YAML

2012-05-31 23:43:23 UTC MAIN commitmail json YAML

On reflection, bump PKGREVISION as some of the ctype-related adjustments
might have caused functional changes. Also because I removed use of gets()
and the previous version should be marked insecure.

(dholland)

2012-05-31 23:42:02 UTC MAIN commitmail json YAML

2012-05-31 23:40:06 UTC MAIN commitmail json YAML

Use make loop instead of shell loop to shut up pkglint.

(dholland)

2012-05-31 23:37:57 UTC MAIN commitmail json YAML

2012-05-31 23:15:07 UTC MAIN commitmail json YAML

2012-05-31 22:58:56 UTC MAIN commitmail json YAML

Use more standard headers; should fix Solaris build.

(dholland)

2012-05-31 21:37:09 UTC MAIN commitmail json YAML

Revert previous, causes conflict with MAME.  Pointed out by wiz@

(shattered)

2012-05-31 21:29:41 UTC MAIN commitmail json YAML

reference shared manpages in correct subdirectory.

(mlelstv)

2012-05-31 16:59:27 UTC MAIN commitmail json YAML

Added security/clusterssh version 4.01.01

(imil)

2012-05-31 16:56:08 UTC MAIN commitmail json YAML

add & enable clusterssh

(imil)

2012-05-31 16:54:10 UTC MAIN commitmail json YAML

Initial import of clusterssh, version 4.01.01, into the NetBSD Packages
Collection.

The is the Perl application bundle for ClusterSSH (a.k.a cssh), formally
a GNU tools based project.

ClusterSSH is a tool for making the same change on multiple servers at
the same time.  The 'cssh' command opens an administration console and
an xterm to all specified hosts.  Any text typed into the administration
console is replicated to all windows.  All windows may also be typed into
directly.

This tool is intended for (but not limited to) cluster administration
where the same configuration or commands must be run on each node
within the cluster.  Performing these commands all at once via this
tool ensures all nodes are kept in sync.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(imil)

2012-05-31 16:52:27 UTC MAIN commitmail json YAML

2012-05-31 16:50:19 UTC MAIN commitmail json YAML

Added devel/p5-Test-DistManifest version 1.012

(imil)

2012-05-31 16:48:18 UTC MAIN commitmail json YAML

Updated devel/p5-Test-DistManifest to 1.012

(imil)

2012-05-31 16:47:34 UTC MAIN commitmail json YAML

add & enable p5-Test-DistManifest

(imil)

2012-05-31 16:44:53 UTC MAIN commitmail json YAML

Initial import of p5-Test-DistManifest, version 1.012, into the NetBSD Packages
Collection.

This module provides a simple method of testing that a MANIFEST matches the
distribution.

It tests three things:

    Everything in MANIFEST exists
    Everything in the package is listed in MANIFEST, or subsequently matches a
    regular expression mask in MANIFEST.SKIP
    Nothing exists in MANIFEST that also matches a mask in MANIFEST.SKIP, so
    as to avoid an unsatisfiable dependency conditions

If there is no MANIFEST.SKIP included in your distribution, this module will
replicate the toolchain behaviour of using the default system-wide
MANIFEST.SKIP file. To view the contents of this file, use the command:

  $ perldoc -m ExtUtils::MANIFEST.SKIP

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(imil)

2012-05-31 15:59:15 UTC MAIN commitmail json YAML

+ sudo-1.8.4p5.

(taca)

2012-05-31 15:58:49 UTC MAIN commitmail json YAML

Note update of lang/php53 package to 5.3.13nb1.

(taca)

2012-05-31 15:58:10 UTC MAIN commitmail json YAML

Add a patch to fix for CVE_2012-2143 from PHP's repository.

Bump PKGREVISION.

(taca)

2012-05-31 13:05:40 UTC MAIN commitmail json YAML

Updated x11/kterm to 6.2.0nb23

(obache)

2012-05-31 13:05:27 UTC MAIN commitmail json YAML

Fix copy&paste segfault without -km option.
patch provided via PR 46502 by Yasushi Oshima.

Bump PKGREVISION.

(obache)

2012-05-31 12:45:34 UTC MAIN commitmail json YAML

-on i386/-current, sse2 must be explicitly enabled, otherwise
the build fails
-fix gcc version detection - the original regex doesn't work for
unknown reasons (possibly a bug in cmake's regex implementation)
-deal with icon-theme.cache

(drochner)

2012-05-31 12:13:12 UTC MAIN commitmail json YAML

Updated www/moodle to 2.1.6

(obache)

2012-05-31 12:12:54 UTC MAIN commitmail json YAML

Update moodle to 2.1.6, include some security fixes.
Based on maintainer update request by PR 46498.

Upstream changes:

Highlights

* MDL-32431 Calendar events can be backed-up and restored
* MDL-29262 Moodle 2 backup_controllers table is no longer needlessly massive

Functional changes

* MDL-27862 Ability to unset a theme
* MDL-31835 Recent conversations link added when viewing a message
* MDL-27427 Option added to delete external blog entries

Security issues

* MSA-12-0024 Hidden information access issue
* MSA-12-0025 Personal communication access issue
* MSA-12-0026 Quiz capability issue
* MSA-12-0027 Question bank capability issues
* MSA-12-0028 Insecure authentication issue
* MSA-12-0029 Information editing access issue
* MSA-12-0030 Capability manipulation issue
* MSA-12-0031 Cross-site scripting vulnerability in Wiki
* MSA-12-0032 Cross-site scripting vulnerability in Web services
* MSA-12-0035 Cross-site scripting vulnerability in "download all"
* MSA-12-0036 Cross-site scripting vulnerability in category identifier
* MSA-12-0037 Write access issue in Database activity module
* MSA-12-0038 Calendar event write permission issue

Fixes and improvements

* MDL-32061 Backup fixed when there is a lesson with attempts in the course
* MDL-31008 CSS fixed to display dimmed objects
* MDL-30867 Lesson essay question formatting fixed
* MDL-31528 Breadcrumbs appearing consistently when editing is off
* MDL-31631 Caching fixed so deleted activities do not remain listed
* MDL-26674 Wiki Module activity logs activity fully
* MDL-31510 Students in groups see only assignments in the Gradebook according to their group allocation
* MDL-32141 Custom TinyMCE additions now work in Firefox 11

(obache)

2012-05-31 11:59:02 UTC MAIN commitmail json YAML

Updated security/openssh to 5.8.2nb5

(imil)

2012-05-31 11:58:37 UTC MAIN commitmail json YAML

Added support for OpenSSH-lpk

The OpenSSH LDAP Public Key patch provides an easy way of centralizing strong
user authentication by using an LDAP server for retrieving public keys instead
of ~/.ssh/authorized_keys.

(imil)

2012-05-31 11:58:31 UTC MAIN commitmail json YAML

Updated devel/libusb-compat to 0.1.4nb1

(wiz)

2012-05-31 11:58:12 UTC MAIN commitmail json YAML

Depend on libusb1. Requested by upstream maintainer, Peter Stuge.
Bump PKGREVISION.

(wiz)

2012-05-31 11:57:29 UTC MAIN commitmail json YAML

2012-05-31 10:44:31 UTC MAIN commitmail json YAML

Install a prefix-less symlink for 'awk' into ${PREFIX}/gnu/bin.
Bump PKGREVISION.

(fhajny)

2012-05-31 09:37:21 UTC MAIN commitmail json YAML

Changes 5.3.21:
* Fixed incompatibility problems of Java DPL with JDK7, so DPL will now work
  with JDK7.
* Added a flag to allow database locking to be disabled from the SQL API.
* Fixed a bug that could allocate a heap data page in a region after the region
  creation has been undone.
* Redundant whitespaces are now ignored in DB_CONFIG lines pertaining to
  directories, e.g. set_data_dir.
* Fixed a bug that caused DB_ENV->backup to stop early if DB_BACKUP_FILES was
  not set and a non-DB file was in the data directory.
* Fixed a rare race condition that could cause a crash if two processes opened
  the same database at the same time.
* Fixed missing cross compiling capability for the JDBC driver.
* Allow the same system/machine to host both a master and a replica database
  through the use of relative pathnames.
* Fixed a bug in the Java API where EnvironmentConfig.setCreateDir would fail
  to configure the environment.
* Fixed an assert failure in btreeCompare when allocating memory in the wrong
  thread was causing a memory leak.
* Fixed a bug in the Java API where concurrent operations that change the
  database schema could lead to a hang.
* Added JDBC code to the code base and updated the windows build files to
  include the JDBC solution.
* Fixed a bug where the heap's region size was not getting swapped correctly in
  mixed-endian environments.
* Fixed a bug in the db_sql_jdbc project file for vs2010 that was preventing it
  from building correctly.

(adam)

2012-05-31 09:24:53 UTC MAIN commitmail json YAML

Bypass a troff check in configure to stop introducing an unneeded
g-prefix on SunOS, brings PLIST consistency across operating systems.

(fhajny)

2012-05-31 09:21:26 UTC MAIN commitmail json YAML

Updating package for CPAN module Contextual::Return in
devel/p5-Contextual-Return from 0.003.001nb1 to 0.004.003.

Upstream changes (in reverse order):
0.003002  Thu Jan 19 09:27:29 2012

    - Updated version number of Contextual::Return::Failure
      to placate CPAN indexer

    - Improved error messages for bare handlers in bad contexts (thanks Mathew)

    - Work around problems with Test::More and caller

0.004000  Thu Feb 16 14:30:56 2012

    - Fixed context propagation bugs in FIXED and ACTIVE modifiers

    - Added STRICT modifier to prevent fallbacks
      (i.e. impose strict typing on return values)

0.004001  Thu Feb 16 19:01:05 2012

    - Fixed annoying POD nit (thanks Salvatore)

0.004002  Fri Mar  2 06:18:38 2012

    - Fixed significant typo (Carp:carp -> Carp::carp)
      (thanks everyone who reported it)

0.004003  Wed Apr 11 07:55:49 2012

    - Doc patch (thanks Fabrizio)

    - Patched failures.t to account from bleadperl changes
      (thanks Zefram!)

(sno)

2012-05-31 09:17:11 UTC MAIN commitmail json YAML

Updated sysutils/p5-Linux-Inotify2 to 1.2.2

(sno)

2012-05-31 09:16:58 UTC MAIN commitmail json YAML

Updating package for CPAN module Linux::Inotify2 in
sysutils/p5-Linux-Inotify2 from 1.2.1 to 1.2.2.

Caution: The author uses an unusual versioning scheme which clash as
well with CPAN and pkgsrc.

Upstream changes between 1.22 and 1.21:
1.22 Tue Jun 14 08:34:38 CEST 2011
- use a more useful definition of IN_xxx methods - any bits, not
          a match. (pointed out by Anatoliy Grishayev).
        - slightly reworked the documentation.

(sno)

2012-05-31 09:10:38 UTC MAIN commitmail json YAML

Updated sysutils/p5-File-Remove to 1.52

(sno)

2012-05-31 09:10:27 UTC MAIN commitmail json YAML

Updating package for CPAN module File::Remove in sysutils/p5-File-Remove
from 1.50 to 1.52.

Upstream changes:
1.52 Mon 19 Mar 2012 - Adam Kennedy
- No functional changes
- Updating Module::Install to 1.06
- Moved File::Spec dependency to 3.29 to fix problems with
  four-digit decimal dependencies in some downstream packaging
  systems.

1.51 Thu 27 Oct 2011 - Adam Kennedy
- END-time deletion by clear() is now fork-safe, it will only remove
  paths created in the same process.

(sno)

2012-05-31 09:07:21 UTC MAIN commitmail json YAML

Updated net/p5-Net-SNMP to 6.0.1

(sno)

2012-05-31 09:07:07 UTC MAIN commitmail json YAML

Updating package for CPAN module Net::SNMP in net/p5-Net-SNMP from
5.2.0nb4 to 6.0.1.

pkgsrc changes:
- Adjust license
- Adjust dependencies
- remove patch which correct bogus attributes (upstream fixed)

Upstream changes:
RELEASE 6.0.1 SEP-09-2010

- Removed all occurrences of the "locked" attribute that was
  deprecated in Perl 5.12.0.
- Changed the test validating the presence of a monotonic time value
  to check for invalid implementations.
- The SNMPv3 contextEngineID and contextName are now stored as part
  of the request allowing for these values to be changed between
  messages.

RELEASE 6.0.0 SEP-09-2009

- Substantial internal code cleanup was performed based upon the
  Perl::Critic module and the "Perl Best Practices" book.
- Added support for the Module::Build system for building, testing,
  and installing Perl modules.
- The translation logic for OCTET STRINGs now uses the definition of
  a DisplayString in RFC 2579 to determine if the octets are to be
  converted into a hexadecimal representation.
- The get_table() and get_entries() methods were refactored as part
  of the code cleanup.  The get_entries() method now handles "holes"
  in tables better and indexes with a value of zero.
- The inheritance structure of the Transport Domain objects was
  updated to reduce code duplication and increase maintainability.
- The resolution of IPv6 addresses was made more exhaustive.
- The handling of OBJECT IDENTIFIERs was made more efficient by
  using [un]pack() with a BER compressed integer template.
- Additional validation of the values passed to most methods is now
  performed and the error messages have been made more robust.
- The documented examples were updated based upon commonly asked
  questions (specifically Example 3 and Example 4).
- A Response-PDU with an error-status set to "noError" no longer
  generates an error when the error-index is non-zero, as decribed
  in Section 4.2.4 of RFC 3416.
- The function oid_lex_cmp() was added to provide for the
  lexicographical comparison of two OBJECT IDENTIFIERs.
- The error-status is no longer set for the exceptions noSuchObject,
  noSuchInstance, and endOfMibView when translation is not enabled.

(sno)

2012-05-31 08:53:15 UTC MAIN commitmail json YAML

Updated security/p5-Net-OpenSSH to 0.57

(sno)

2012-05-31 08:53:04 UTC MAIN commitmail json YAML

Updating package for CPAN module Net::OpenSSH in security/p5-Net-OpenSSH
from 0.52 to 0.57.

Upstream changes:
0.57  Dec 21, 2011
        - quote equal sign
        - do not quote commas

0.56_01  Dec 8, 2011
        - rsync methods were failing when user was defined (bug report
          by black_fire)
        - detect when the destructor is being called from a different
          thread (bug report by troy99 at PerlMonks)
        - support for Net::OpenSSH::Gateway added

0.55  Dec 6, 2011
        - solve regression from 0.53_03: rsync methods were broken
          because the hostname was not being correctly removed from
          the ssh command passed to rsync (bug report by Mithun
          Ayachit)

0.54  Dec 4, 2011
        - release as stable

0.53_05  Nov 23, 2011
        - scp methods were broken when a user was given (bug report by
          Andrew J. Slezak)
        - add support for verbose option in scp methods
        - implement parse_connections_opts
        - solve bug related to expansion of HOST var when an IPv6
          address was given
        - move FACTORY docs to the right place
        - add FAQ about running remote commands via sudo
        - add sample for Net::Telnet integration
        - add sample for sudo usage reading password from DATA

0.53_04  Sep 2, 2011
        - add default_ssh_opts feature
        - getpwuid may fail, check $home is defined before using it
        - add FAQ entry about MaxSessions limit reached
        - move FACTORY docs to the right place

0.53_03  Aug 18, 2011
        - handling of default_std*_file was broken (bug report and
          patch by Nic Sandfield)
        - keep errors from opening default slave streams
        - add Net::OpenSSH::ConnectionCache package
        - add FACTORY hook
        - place '--' in ssh command after host name
        - add support for die_on_error
        - add support for batch_mode feature
        - typo in sample code corrected (reported by Fernando Sierra)
        - using { stdin_data => [] } was generating warnings

0.53_02  Jul 12, 2011
        - add support for custom login handlers
        - remove SIG{__WARN__} localizations

0.53_01  May 15, 2011
        - quoter and glob_quoter fully rewritten from scratch
        - quoter was not handling "\n" correctly (bug report and work
          around by Skeeve)
        - minor doc improvements

(sno)

2012-05-31 08:50:12 UTC MAIN commitmail json YAML

Updated security/p5-IO-Socket-SSL to 1.74

(sno)

2012-05-31 08:50:01 UTC MAIN commitmail json YAML

Updating package for Perl module IO::Socket::SSL from CPAN in
security/p5-IO-Socket-SSL from 1.66 to 1.74.

Upstream changes:
v1.74 2012.05.13
- accept a version of SSLv2/3 as SSLv23, because older documentation
  could be interpreted like this
v1.73 2012.05.11
- make test t/dhe.t hopefully work for more version of openssl
  Thanks to paul[AT]city-fan[DOT]org for providing bug reports and
  testing environment
v1.72 2012.05.10
- set DEFAULT_CIPHER_LIST to ALL:!LOW instead of HIGH:!LOW
  Thanks to dcostas[AT]gmail[DOT]com for problem report
v1.71 2012.05.09
- 1.70 done right. Also don't disable SSLv2 ciphers, SSLv2 support is better
  disabled by the default SSL_version of 'SSLv23:!SSLv2'
v1.70 2012.05.08
- make it possible to disable protols using SSL_version, make SSL_version
  default to 'SSLv23:!SSLv2'
v1.69 2012.05.08
- re-added workaround in t/dhe.t
v1.68 2012.05.07
- remove SSLv2 from default cipher list, which makes failed tests after last
  change work again, fix behvior for empty cipher list (use default)
v1.67 2012.05.07
- https://rt.cpan.org/Ticket/Display.html?id=76929
  thanks to d[DOT]thomas[AT]its[DOT]uq[DOT]edu[DOT]au for reporting
  - if no explicit cipher list is given it will now default to ALL:!LOW instead
    of the openssl default, which usually includes weak ciphers like DES.
  - new config key SSL_honor_cipher_order and documented how to use it to fight
    BEAST attack.

(sno)

2012-05-31 08:46:23 UTC MAIN commitmail json YAML

Updated security/p5-Net-SSLeay to 1.48

(sno)

2012-05-31 08:46:11 UTC MAIN commitmail json YAML

Updating package for CPAN module Net::SSLeay in security/p5-Net-SSLeay
from 1.45 to 1.48.

Upstream changes since 1.45:
1.48 2012-04-25
    Removed unneeded Debian_CPANTS.txt from MANIFEST.
    Fixed incorrect documentation about the best way to call CTX_set_options.
    Fixed problem that caused Undefined subroutine utf8::encode @
    t/local/33_x509_create_cert.t (on perl 5.6.2). Thanks to kmx.
    In examples and pod documentations, changed #!/usr/local/bin/perl to #!/usr/bin/perl.
    t/local/06_tcpecho.t now tries a number of ports to bind to until
    successful.

1.47 2012-04-04
    Fixed overlong lines in pod, patch from Salvatore Bonaccorso, Debian Perl
    Group
    Fixed spelling errors in pod, patch from Salvatore Bonaccorso, Debian Perl
    Group
    Fixed extra "garbage" files in 1.46 tarball. Patch from kmx.
    Fixed incorrect fail reports on some 64 bit platforms. Patch from paul.
    Fix to avoid FAIL reports from cpantesters with missing openssl
    Use my_snprintf from ppport.h to prevent link failures with perl 5.8 and
    earlier when compiled with MSVC.

1.46 2012-04-03
    Fixed a problem reported by Atoomic:
      When bootstrapping Net::SSleay ( with DynaLoader ) if you override the SIG{DIE} signal, using
      Net::SSLeay will result in an error.
      Recreated META.yml, added META.yml to dist
      Fixed typo: the word "corresponding" was mis-spelled as "coresponding"
      throughout the POD. Patched by kmx.
      Updated META.yml to include repository and bugtracker
    Constants cleanup - removing non existing constants (perhaps from pre-0.9.6 era) - kmx
    Automatic constants.c generation via helper_script/regen_openssl_constants.pl - kmx
    Future changes in constants now under better control via
    t/local/21_constants.t - kmx
    Added missing new files
    Reordering @EXPORT_OK (constants first, functions next) - kmx
    Adding missing 51 constants to @EXPORT_OK + test to keep it in sync - kmx
    Instructions "howto add new constant" added to helper_script/regen_openssl_constants.pl - kmx
    NEWLY INTRODUCED CONSTANTS:
    - Net::SSLeay::ASN1_STRFLGS_ESC_CTRL
    - Net::SSLeay::ASN1_STRFLGS_ESC_MSB
    - Net::SSLeay::ASN1_STRFLGS_ESC_QUOTE
    - Net::SSLeay::ASN1_STRFLGS_RFC2253
    - Net::SSLeay::ERROR_WANT_ACCEPT
    - Net::SSLeay::EVP_PKS_DSA
    - Net::SSLeay::EVP_PKS_EC
    - Net::SSLeay::EVP_PKS_RSA
    - Net::SSLeay::EVP_PKT_ENC
    - Net::SSLeay::EVP_PKT_EXCH
    - Net::SSLeay::EVP_PKT_EXP
    - Net::SSLeay::EVP_PKT_SIGN
    - Net::SSLeay::EVP_PK_DH
    - Net::SSLeay::EVP_PK_DSA
    - Net::SSLeay::EVP_PK_EC
    - Net::SSLeay::EVP_PK_RSA
    - Net::SSLeay::MBSTRING_ASC
    - Net::SSLeay::MBSTRING_BMP
    - Net::SSLeay::MBSTRING_FLAG
    - Net::SSLeay::MBSTRING_UNIV
    - Net::SSLeay::MBSTRING_UTF8
    - Net::SSLeay::OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION
    - Net::SSLeay::OP_CISCO_ANYCONNECT
    - Net::SSLeay::OP_CRYPTOPRO_TLSEXT_BUG
    - Net::SSLeay::OP_LEGACY_SERVER_CONNECT
    - Net::SSLeay::OP_NO_TLSv1_1
    - Net::SSLeay::OP_NO_TLSv1_2
    - Net::SSLeay::OP_SINGLE_ECDH_USE
    - Net::SSLeay::OP_TLS_BLOCK_PADDING_BUG
    - Net::SSLeay::X509_V_FLAG_CHECK_SS_SIGNATURE
    - Net::SSLeay::X509_V_FLAG_EXTENDED_CRL_SUPPORT
    - Net::SSLeay::X509_V_FLAG_POLICY_MASK
    - Net::SSLeay::X509_V_FLAG_USE_DELTAS
    - Net::SSLeay::X509_V_OK
    - Net::SSLeay::XN_FLAG_COMPAT
    - Net::SSLeay::XN_FLAG_DN_REV
    - Net::SSLeay::XN_FLAG_DUMP_UNKNOWN_FIELDS
    - Net::SSLeay::XN_FLAG_FN_ALIGN
    - Net::SSLeay::XN_FLAG_FN_LN
    - Net::SSLeay::XN_FLAG_FN_MASK
    - Net::SSLeay::XN_FLAG_FN_NONE
    - Net::SSLeay::XN_FLAG_FN_OID
    - Net::SSLeay::XN_FLAG_FN_SN
    - Net::SSLeay::XN_FLAG_MULTILINE
    - Net::SSLeay::XN_FLAG_ONELINE
    - Net::SSLeay::XN_FLAG_RFC2253
    - Net::SSLeay::XN_FLAG_SEP_COMMA_PLUS
    - Net::SSLeay::XN_FLAG_SEP_CPLUS_SPC
    - Net::SSLeay::XN_FLAG_SEP_MASK
    - Net::SSLeay::XN_FLAG_SEP_MULTILINE
    - Net::SSLeay::XN_FLAG_SEP_SPLUS_SPC
    - Net::SSLeay::XN_FLAG_SPC_EQ
    A number of tests were present in svn, but missing from MANIFEST, and
        were therefore not included in the dist. Added.
    NEWLY INTRODUCED FUNCTIONS:
    - Net::SSLeay::ASN1_INTEGER_free
    - Net::SSLeay::ASN1_INTEGER_get
    - Net::SSLeay::ASN1_INTEGER_new
    - Net::SSLeay::ASN1_INTEGER_set
    - Net::SSLeay::EVP_PKEY_assign_RSA
    - Net::SSLeay::EVP_PKEY_bits
    - Net::SSLeay::EVP_PKEY_free
    - Net::SSLeay::EVP_PKEY_new
    - Net::SSLeay::EVP_PKEY_size
    - Net::SSLeay::EVP_get_cipherbyname
    - Net::SSLeay::OPENSSL_add_all_algorithms_conf
    - Net::SSLeay::OPENSSL_add_all_algorithms_noconf
    - Net::SSLeay::OpenSSL_add_all_algorithms
    - Net::SSLeay::PEM_get_string_PrivateKey
    - Net::SSLeay::PEM_get_string_X509_CRL
    - Net::SSLeay::PEM_get_string_X509_REQ
    - Net::SSLeay::PEM_read_bio_PrivateKey
    - Net::SSLeay::PEM_read_bio_X509
    - Net::SSLeay::PEM_read_bio_X509_REQ
    - Net::SSLeay::P_ASN1_INTEGER_get_dec
    - Net::SSLeay::P_ASN1_INTEGER_get_hex
    - Net::SSLeay::P_ASN1_INTEGER_set_dec
    - Net::SSLeay::P_ASN1_INTEGER_set_hex
    - Net::SSLeay::P_ASN1_STRING_get
    - Net::SSLeay::P_X509_CRL_add_revoked_serial_hex
    - Net::SSLeay::P_X509_CRL_get_serial
    - Net::SSLeay::P_X509_CRL_set_serial
    - Net::SSLeay::P_X509_REQ_add_extensions
    - Net::SSLeay::P_X509_REQ_get_attr
    - Net::SSLeay::P_X509_add_extensions
    - Net::SSLeay::P_X509_copy_extensions
    - Net::SSLeay::P_X509_get_crl_distribution_points
    - Net::SSLeay::P_X509_get_ext_key_usage
    - Net::SSLeay::P_X509_get_key_usage
    - Net::SSLeay::P_X509_get_netscape_cert_type
    - Net::SSLeay::P_X509_get_pubkey_alg
    - Net::SSLeay::P_X509_get_signature_alg
    - Net::SSLeay::P_PKCS12_load_file
    - Net::SSLeay::X509V3_EXT_print
    - Net::SSLeay::X509_CRL_digest
    - Net::SSLeay::X509_CRL_free
    - Net::SSLeay::X509_CRL_get_issuer
    - Net::SSLeay::X509_CRL_get_lastUpdate
    - Net::SSLeay::X509_CRL_get_nextUpdate
    - Net::SSLeay::X509_CRL_get_version
    - Net::SSLeay::X509_CRL_new
    - Net::SSLeay::X509_CRL_set_issuer_name
    - Net::SSLeay::X509_CRL_set_lastUpdate
    - Net::SSLeay::X509_CRL_set_nextUpdate
    - Net::SSLeay::X509_CRL_set_version
    - Net::SSLeay::X509_CRL_sign
    - Net::SSLeay::X509_CRL_sort
    - Net::SSLeay::X509_CRL_verify
    - Net::SSLeay::X509_EXTENSION_get_critical
    - Net::SSLeay::X509_EXTENSION_get_data
    - Net::SSLeay::X509_EXTENSION_get_object
    - Net::SSLeay::X509_NAME_ENTRY_get_data
    - Net::SSLeay::X509_NAME_ENTRY_get_object
    - Net::SSLeay::X509_NAME_add_entry_by_NID
    - Net::SSLeay::X509_NAME_add_entry_by_OBJ
    - Net::SSLeay::X509_NAME_add_entry_by_txt
    - Net::SSLeay::X509_NAME_cmp
    - Net::SSLeay::X509_NAME_digest
    - Net::SSLeay::X509_NAME_entry_count
    - Net::SSLeay::X509_NAME_get_entry
    - Net::SSLeay::X509_NAME_print_ex
    - Net::SSLeay::X509_REQ_add1_attr_by_NID
    - Net::SSLeay::X509_REQ_digest
    - Net::SSLeay::X509_REQ_free
    - Net::SSLeay::X509_REQ_get_attr_by_NID
    - Net::SSLeay::X509_REQ_get_attr_by_OBJ
    - Net::SSLeay::X509_REQ_get_attr_count
    - Net::SSLeay::X509_REQ_get_pubkey
    - Net::SSLeay::X509_REQ_get_subject_name
    - Net::SSLeay::X509_REQ_get_version
    - Net::SSLeay::X509_REQ_new
    - Net::SSLeay::X509_REQ_set_pubkey
    - Net::SSLeay::X509_REQ_set_subject_name
    - Net::SSLeay::X509_REQ_set_version
    - Net::SSLeay::X509_REQ_sign
    - Net::SSLeay::X509_REQ_verify
    - Net::SSLeay::X509_certificate_type
    - Net::SSLeay::X509_digest
    - Net::SSLeay::X509_get_ext_count
    - Net::SSLeay::X509_get_pubkey
    - Net::SSLeay::X509_get_serialNumber
    - Net::SSLeay::X509_get_version
    - Net::SSLeay::X509_issuer_and_serial_hash
    - Net::SSLeay::X509_issuer_name_hash
    - Net::SSLeay::X509_new
    - Net::SSLeay::X509_pubkey_digest
    - Net::SSLeay::X509_set_issuer_name
    - Net::SSLeay::X509_set_pubkey
    - Net::SSLeay::X509_set_serialNumber
    - Net::SSLeay::X509_set_subject_name
    - Net::SSLeay::X509_set_version
    - Net::SSLeay::X509_sign
    - Net::SSLeay::X509_subject_name_hash
    - Net::SSLeay::X509_verify
    - Net::SSLeay::d2i_X509_CRL_bio
    - Net::SSLeay::d2i_X509_REQ_bio
    - Net::SSLeay::d2i_X509_bio
    - Net::SSLeay::set_tlsext_host_name
    - Net::SSLeay::CTX_set_next_protos_advertised_cb
    - Net::SSLeay::CTX_set_next_proto_select_cb
    - Net::SSLeay::P_next_proto_negotiated
    - Net::SSLeay::P_next_proto_last_status
    Fixed a problem with multiple Safefree of GLOBAL_openssl_mutex when run
    under apache2+mod_perl on recent Debain distros. Removed END and
    openssl_threads_cleanup() since they can be called during thread
    destruction, and not necessarily at process exit time.
    Added missing helper_script/regen_openssl_constants.pl to MANIFEST. Add
    MANIFEST to svn.
    Fixed reported errors about try to plan twice in 21_constants.t on some platforms.
    Removed MANIFEST from svn, improve possibility to use Module::Install in Net-SSleay
    distribution in usual way. new target for make manifest
    Fix 2 issues with CTX_use_PKCS12_file
      1/ leaking memory - missing EVP_PKEY_free + X509_free
      2/ pkcs12 filesize limitation
    Fixed problems with regenerating scripts in Makefile.PL
    Added missing dependencies for SSLeay.o to Makefile.PL
    Added missing test files to svn
    Fixed calling convention for Net::SSLeay::get_shared_ciphers + test + doc update
    Added coding guidelines to SSLeay.xs
    Fix for serial number issue.
    Major patch to refactor callback code to make it more extensible and
    remove duplicate code. Thanks to kmx.
    Fixed a problem in  t/local/07_sslecho.t when running on
    openssl-0.9.6
    Fixed pod parsing errors reported by Olivier Mengué
    Better prevention of leaking SVs in the new callback stuff
    Debug messages in SSLeay.xs can be enabled by: perl Makefile.PL DEFINE=-DSHOW_XS_DEBUG
    Fixing X509_NAME_oneline (calling OPENSSL_free at the right place)
    Fixed a problem with crashing when run under apache2+modssl+modperl on
    Debian Wheezy. Now detects if it is running under ModPerl and uses ModSSLs
    thread locking instead.
    Added more debg printing. Enable with
      perl Makefile.PL DEFINE=-DSHOW_XS_DEBUG
    Added NPN support, thanks to kmx
    Added t/local/40_npn_support.t tests for new NPN support
    Fixed some compiler warnings. Courtesy kmx.
    Fixed a problem with Win32 detection. Courtesy kmx.

(sno)

2012-05-31 08:40:20 UTC MAIN commitmail json YAML

+ bzr-2.5.1, calligra-2.4.2 [koffice successor], eog-plugins-3.4.1,
  global-6.2.4, gramps3-3.4.0, horde-4.0.15, ingo-2.0.8, kdenlive-0.9.2,
  lftp-4.3.7, mapserver-5.6.8 [pkg/46504], mediawiki-1.19.0
  [pkg/46505], modular-xorg-server-1.12.2, moodle-2.1.6 [pkg/46498],
  py-gmpy-1.15 [pkg/46507], py-networkx-1.6 [pkg/46506], turba-3.0.14,
  xcb-util-0.3.9, xkeyboard-config-2.6, xcb-util-image, xcb-util-keysyms,
  xcb-util-wm

(wiz)

2012-05-31 08:34:53 UTC MAIN commitmail json YAML

Updated security/p5-Digest-MD5-File to 0.08

(sno)

2012-05-31 08:34:42 UTC MAIN commitmail json YAML

Updating package for CPAN module Digest::MD5::File in
security/p5-Digest-MD5-File from 0.07nb3 to 0.08.

pkgsrc changes:
- Digest::MD5 distributed with Perl5 core satisfies dependency, CPAN
  module is not required

Upstream changes:
0.08  Fri Apr  6 19:39:52 2012
    - Address rt 76174 (accept a filename that ends with a space)
    - Address rt 44106 (Documentation issue)
    - Address rt 39898 (Inconsistent results from adddir)

(sno)

2012-05-31 08:29:26 UTC MAIN commitmail json YAML

Updated security/p5-Digest-CRC to 0.18

(sno)

2012-05-31 08:29:15 UTC MAIN commitmail json YAML

Updating package for CPAN module Digest::CRC in security/p5-Digest-CRC
from 0.17 to 0.18.

Upstream changes:
0.18  Sat Nov 12 23:09:05 2011
        - added convenience wrappers for 'cont', #70672
        - fixed few issues in xs code, #70674
        - added openpgparmor support, #72387

(sno)

2012-05-31 08:23:18 UTC MAIN commitmail json YAML

+      Added math/py-gmpy version 1.12 [drochner 2010-08-10]

(wiz)

2012-05-31 04:58:35 UTC MAIN commitmail json YAML

Increase build dependency of gtk-doc for the kqueue configuration.

With older version 1.11nb1, it had many failures during automake.
Noticed that this newer version allowed the configuration and build
to complete.

(reed)

2012-05-30 23:47:49 UTC MAIN commitmail json YAML

2012-05-30 22:49:09 UTC MAIN commitmail json YAML

Note update of Lutok to 0.2

(jmmv)

2012-05-30 22:48:36 UTC MAIN commitmail json YAML

Update to 0.2:

Released on 2012/05/30.

* New global constants: globals_index.

* New methods added to the state class: get_metafield, get_metatable,
  insert, push_value, raw_get and raw_set.

* Acknowledged that Lua 5.2 is currently not supported.

(jmmv)

2012-05-30 20:33:43 UTC MAIN commitmail json YAML

Updated shells/dash to 0.5.7

(cheusov)

2012-05-30 20:33:26 UTC MAIN commitmail json YAML

Update to 0.5.7. Changes since 0.5.5.1:

        * Optimize dash -c "command" to avoid a fork.
        * Eliminate unnecessary promotion in echocmd.

        * Avoid using undefined handler.

        * Avoid gcc warning: variable 'oldstackp' set but not used.
        * Avoid clang warning about dead store to "size".

        * Make outc an inline function.

        * Remove spurious space in descriptions of PS1, PS2, PS4.

        * Remove unused EV_BACKCMD flag.

        * Fix clobbering of checkkwd.

        * Free IFS state after here document expansion.
        * Use va_copy when reusing a va_list.

        * Let funcnode refer to a function definition, not its first
        * command.
        * Improve LINENO support.

        * Port to Solaris.

        * Fix backslash handling in read(1).

        * Dotcmd should exit with zero when doing nothing.

        * Fix CTLESC clobbering by read(1).

        * Port to AIX.

        * Replace GPL noclobberopen code with the FreeBSD version.
        * Do not split the result of tilde expansion.

        * Mark status as volatile in exitshell.

        * Use EXEXIT in place of EXEXEC.
        * Stop documenting EXSHELLPROC.

        * Use exit status 127 when the script to run does not exist.

        * Document optional open parenthesis for case patterns.

        * Fixed trap/return regression due to SKIPEVAL removal.
        * Allow the originator of EXERROR to set the exit status.
        * Free IFS state in evalbackcmd.

        * Fix ifsfirst/ifslastp leak in casematch.

        * Fix EXEXEC status clobbering.

        * Fix ifsfirst/ifslastp leak.
        * Fix trailing field bug in read(1).

        * Debug compile fix.

        * Fix varinit ordering that broke fc.

        * Check exit for eval NSUBSHELL.

        * Fix loss of variables when hash collides.
        * Removed dead code for eval NPIPE.

        * Don't clear eflag in evalbackcmd.

        * Continue after EINTR in read(1) with no pending signals.

        * Force fork if any trap is set, not just on EXIT.
        * Fix corruption of redirections with byte 0x81.

        * Fix poplocalvar on abnormal exit from function.
        * Do not poplocalvars prematurely on regular utilities.
        * Move null redirect checks into caller.
        * Fix popredir on abnormal exit from built-in.
        * Fix wait regression where it does not wait for all jobs.

        * Replace cmdenviron with localvars.

        * Fix poplocalvar leak.
        * Move unsetvar functionality into setvareq.

        * Add localvars nesting, local now fails outside functions.

        * Fix command -- crash.

        * Fix for job control off warning.

        * Use faccessat if available.

        * Make trap signal name/number errors non-fatal.
        * Release 0.5.6.

        * Use TMPDIR in mkbuiltins.

        * Fix logical or result value.

        * Fix binary operator parsing.

        * Fix off-by-one recordregion in readcmd.

        don't read-uninitialized for \177 in a here-doc
        A DEL (0177, dec 127) byte in a here-document would cause dash to
        access uninitialized memory at the end of one of the syntax.c
        tables,
        since those tables are sized to accommodate a maximum index of
        BASESYNTAX + 126.  Make the generated tables one byte larger.
        printf ':<<\\E\n\200y\nE'|./dash
        * src/mksyntax.c (filltable): Use 258, not 257 as the size,
        so that BASESYNTAX(=130) + 127 is a valid index.
        (print): Likewise.
        Don't emit explicit array dimension in declaration.

        * Avoid compiler warnings on isdigit.

        * Add another missing LC_COLLATE to mkbuiltins.

        * Fix NUL termination in readcmd.
        * Lookup PWD after going through CDPATH.

        * Pass EV_TESTED into evalcmd.
        * Revert SKIPEVAL into EXEXIT.

        * Add preliminary LINENO support.

        * Honor tab as IFS whitespace when splitting fields in readcmd.

        * Do not truncate file for FROMTO redirection.

        * Fix quoted pattern patch breakage.

        * Fix incorrect savefd conversions.

        * Fix dowait signal race.
        * Remove EXSIG.
        * Do not close stderr when /dev/tty fails to open.
        * Allow newlines after var name in for statements.
        * Use CHKNL to parse case statements.

        * Update manual page to differentiate dash from ash.

(cheusov)

2012-05-30 15:52:08 UTC MAIN commitmail json YAML

No good on python25.

(dholland)

2012-05-30 15:48:22 UTC MAIN commitmail json YAML

Note conflict with libusb-compat.

(wiz)

2012-05-30 15:46:24 UTC MAIN commitmail json YAML

Added devel/libusb-compat version 0.1.4

(wiz)

2012-05-30 15:46:01 UTC MAIN commitmail json YAML

2012-05-30 15:45:44 UTC MAIN commitmail json YAML

+ libusb-compat

(wiz)

2012-05-30 15:42:04 UTC MAIN commitmail json YAML

Initial import of libusb-compat-0.1.4.
Notes: depends on libusbx (we need a switch between the two)
Conflicts with libusb (we need a switch between the two)

libusb-compat-0.1 is a replacement for libusb-0.1. However, instead
of being an actual implementation, libusb-0.1 is more of a
compatibility layer (or wrapper) which just converts libusb-0.1
calls into their libusb-1.0 equivalents.

It aims to look, feel and behave exactly like libusb-0.1. As it is
a replacement, you cannot install it alongside libusb-0.1 on the
same system.

As the compatibility layer implements the exact same ABI and API,
no modifications to existing libusb-0.1-based applications are
needed. You do not even have to recompile them. This compatibility
layer is a drop-in replacement.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20120530

(wiz)

2012-05-30 15:29:26 UTC MAIN commitmail json YAML

Added devel/libusbx version 1.0.11

(wiz)

2012-05-30 15:29:13 UTC MAIN commitmail json YAML

2012-05-30 15:28:59 UTC MAIN commitmail json YAML

Mark conflict with libusbx.

(wiz)

2012-05-30 15:28:29 UTC MAIN commitmail json YAML

Initial import of libusbx, a fork of libusb1.

libusbx is a library that provides generic access to USB devices.
As a library, it is meant to be used by developers, to facilitate
the development of applications that communicate with USB hardware.

It is portable: Using a single cross-platform API, it provides
access to USB devices on Linux, OS X, Windows and OpenBSD.

It is user-mode: No special privilege or elevation is required for
the application to communicate with a device.

It is version-agnostic: All versions of the USB protocol, from 1.0
to 3.0 (latest), are supported.

libusbx is a fork of libusb.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20120530

(wiz)

2012-05-30 14:54:47 UTC MAIN commitmail json YAML

Updated net/Radicale to 0.6.4nb2

(wiz)

2012-05-30 14:54:38 UTC MAIN commitmail json YAML

Use distutils.mk. Add egg to PLIST. Bump PKGREVISION.

(wiz)

2012-05-30 14:13:23 UTC MAIN commitmail json YAML

Updated devel/libusb to 0.1.12nb3

(wiz)

2012-05-30 14:13:15 UTC MAIN commitmail json YAML

Mention that this is version 0 of the library. Bump PKGREVISION.

(wiz)

2012-05-30 14:12:08 UTC MAIN commitmail json YAML

Added devel/libusb1 version 1.0.9

(wiz)

2012-05-30 14:11:59 UTC MAIN commitmail json YAML

2012-05-30 14:10:23 UTC MAIN commitmail json YAML

Initial import of libusb1-1.0.9.

libusb is a library for USB device access from Linux, Mac OS X,
OpenBSD, NetBSD, and Windows userspace.

This package contains major version 1 of the library.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20120530

(wiz)

2012-05-30 13:52:19 UTC MAIN commitmail json YAML

Fixes build with glib2>2.30, direct includion of header file is not allowed.
patch via PR 46453 by Noud de Brouwer.

(obache)

2012-05-30 13:51:20 UTC MAIN commitmail json YAML

Added audio/py-last version 0.5.11

(wiz)

2012-05-30 13:51:11 UTC MAIN commitmail json YAML

2012-05-30 13:50:45 UTC MAIN commitmail json YAML

Initial import of py-last-0.5.11, packaged by jihbed for wip.

Python interface to Last.fm

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20120530

(wiz)

2012-05-30 13:41:09 UTC MAIN commitmail json YAML

Updated devel/ocaml-lwt to 2.3.2

(wiz)

2012-05-30 13:41:00 UTC MAIN commitmail json YAML

Update to 2.3.2, by Jaap Boender in PR 44991.

===== 2.3.2 (2011-11-04) =====

  * Add location informations in logs:
    ** allow loggers to get the current location through local storage
    ** pass current location to logging functions
    ** pass the current location with the syntax extension
  * Add Lwt.on_termination
  * Add Lwt_unix.reinstall_signal_handler
  * Add Lwt_io.flush_all
  * Add assert_lwt keyword to the syntax extension
  * Add Lwt.wrap
  * Add Lwt_glib.iter and Lwt_glib.wakeup
  * ocaml 3.13 ready
  * Allow to compile without libev support
  * Fix bugs in Lwt_io
  * Better handling of forks
  * Fix many problems on Windows

===== 2.3.1 (2011-07-13) =====

  * Fix building of documentation when using the tarball
  * Add Lwt_unix.fsync and Lwt_unix.fdatasync
  * Fix the stubs for Lwt_unix.send_msg when fd-passing is not
    available
  * Add -lwt-sequence-strict option to the syntax extension
  * Use a custom PRNG state for Lwt.choose and Lwt.pick
  * Fix a display glitch when starting the toplevel
  * Add Lwt_unix.fork which should now be used when one want to use
    Lwt in the child process
  * Better implementation of Lwt_unix.readlink and
    Lwt_unix.gethostbyname, which fixes compilation on Hurd
  * Add Lwt.wakeup_later and Lwt.wakeup_later_exn to be used when one
    need to do lot of nested wakeup, which fixes a buffer overflow in
    Lwt_mutex
  * Fix Lwt_unix.abort and Lwt_unix.close (threads was never wakeup)
  * Fix Lwt_throttle for correct timings
  * Fix subtle use of cancel

===== 2.3.0 (2011-04-12) =====

  * Add an extensible system of engines to:
    ** allow the user to replace libev by another event system, such
      as select
    ** allow easier integration of external libraries supporting
      asynchronous operations
  * Lots of improvements for windows:
    ** use the ocaml select instead of libev by default on windows
    ** make asynchronous operations on non-socket file descriptors
      such as pipes to work
    ** make glib integration to work
  * Better use of engines in Lwt_unix: now events are cached to minimize
    the amount of calls to epoll_ctl
  * Use an eventfd when possible for notifications for faster delivery
  * Add modules:
    ** Lwt_sys: allow to test availability of extra features
    ** Lwt_react: replace Lwt_event and Lwt_signal
  * Allow to configure logging rules at runtime in Lwt_log
  * Add match_lwt and while_lwt to the syntax extension
  * Fixes:
    ** syntax extension: handle "lwt ... = ... in ..." at toplevel
    ** make the notification system fork-proof
    ** fix an issue with stubs not raising correctly exceptions

===== 2.2.1 (2011-01-26) =====

  * Better interaction with Js_of_ocaml.
  * Add functions {{{Lwt.register_pause_notifier}}} and {{{Lwt.paused_count}}}.

===== 2.2.0 (2010-12-13) =====

  * Bugfixes:
    ** Fix a bug with cancellable threads causing {{{Canceled}}}
      exceptions to be raised randomly
    ** Fix a fd-leak in Lwt_io.open_connection
  * {{{Lwt_unix}}} now use libev instead of select
  * Add thread local storage support to {{{Lwt}}}
  * Add backtrace support to {{{Lwt}}}. Now {{{Lwt}}} exceptions can
    be recored by using the syntax extension with the {{{-lwt-debug}}}
    command line switch.
  * Allow blocking system calls to be executed in parallels
  * Change the type of many functions of {{{Lwt_unix}}}, which now
    return a {{{Lwt}}} thread
  * Add functions {{{Lwt_unix.readable}}} and {{{Lwt_unix.writable}}}
  * Add function {{{Lwt_io.is_busy}}}
  * Add functions {{{Lwt_event.delay}}} and {{{Lwt_signal.delay}}}
  * Add function {{{Lwt_term.render_update}}}
  * Add function {{{Lwt_ssl.embed_socket}}}
  * Add module {{{Lwt_bytes}}} defining operations on bigarrays
    instead of strings
  * Use bigarrays in Lwt_io instead of strings for the internal buffer.
    Lwt_io.make now takes a function that uses a bigarray.
  * Add module {{{Lwt_switch}}}

===== 2.1.1 (2010-06-13) =====

  * Many bugfixes, including:
    ** buggy behaviour of cancellable threads
    ** file descriptor leakage in {{{Lwt_unix.accept_n}}}
  * Add {{{Lwt.nchoose}}} and {{{Lwt.npick}}}
  * Use {{{set_close_on_exec}}} for fds created by {{{Lwt_log}}}
  * Better implementation of lwtized react functions

===== 2.1.0 (2010-04-19) =====

  * Rename {{{Lwt.select}}} to {{{Lwt.pick}}}
  * Removing module {{{Lwt_monitor}}} in favour of {{{Lwt_mutex}}} and
    new module {{{Lwt_condition}}}
  * More react helpers:
    ** {{{Lwt_event.next}}}
    ** {{{Lwt_event.limit}}} and {{{Lwt_signal.limit}}}
    ** {{{Lwt_event.from}}}
  * Adding function {{{Lwt_main.fast_yield}}}
  * Adding unit tests
  * Optimisation of {{{Lwt}}}
  * Adding module {{{Lwt_log}}} for logging
  * Adding a camlp4 filter for remmoving logging statement or inlining
    tests
  * Adding module {{{Lwt_daemon}}}
  * Adding function {{{Lwt_unix.recv_msg}}} and {{{Lwt_unix.send_msg}}}
  * Adding function {{{Lwt_unix.wait4}}}
  * Adding function {{{Lwt_io.establish_server}}}
  * Adding module {{{Lwt_list}}}
  * Enhancement in {{{Lwt_process}}}, it now support redirections and
    timeouts
  * Allow to use {{{select}}} on arbitrary high file descriptors
  * More commands and features in {{{Lwt_read_line}}}:
    ** Handle "undo" command
    ** New controlable read-lines instances
    ** More edition commands
    ** Completion as you type
    ** Backward search
  * Enhancement in {{{Lwt_term}}}: more drawing functions and allow to
    put the terminal into drawing mode
  * Optimisation of {{{Lwt_stream}}}
  * Optimisation of {{{Lwt_io.write_char}}} and {{{Lwt_io.read_char}}}
  * Bugfix of {{{Lwt_stream}}}: two parallel {{{Lwt_stream.get}}}
    returned the same value
  * Bugfix in {{{Lwt_unix.connect}}}: it returned immediatly on EINPROGRESS
  * Bugfixes in {{{Lwt_glib}}}: file descriptors were not monitored correctly

===== 2.0.0 (2009-10-15) =====

  * Adding modules:
    ** {{{Lwt_stream}}}: lwt-aware version of the {{{Stream}}} module
    ** {{{Lwt_gc}}} for using {{{finalise}}} without
      {{{Lwt_unix.run}}}
    ** {{{Lwt_io}}}: a new implementation of buffered channels with
      more features and better handling of concurrent access
    ** {{{Lwt_text}}}: implementation of text channels
    ** {{{Lwt_process}}}: helpers to spawn processes and communicate
      with them
    ** {{{Lwt_main}}} for abstracting the main loop and allowing
      replacement by a custom main loop
    ** {{{Lwt_glib}}} for integration into the glib main event loop
    ** {{{Lwt_term}}} for interaction with the terminal
    ** {{{Lwt_read_line}}} for interactive user input
    ** {{{Lwt_monitor}}}, {{{Lwt_mvar}}}: combined locks for
      synchronization with conditional variables for notification
    ** {{{Lwt_throttle}}} for limiting rate of execution
      (e.g. for authentication procedure)
    ** {{{Lwt_sequence}}}: mutable sequence of elements
    ** {{{Lwt_event}}}, {{{Lwt_signal}}}: helpers for reactive
      programming with lwt
  * Adding a syntax extension {{{pa_lwt}}}:
    ** handles anonymous bind {{{a >> b}}}
    ** adds syntactic sugar for catching errors (ticket #6)
    ** adds syntactic sugar for parallel let-binding construction
    ** adds syntactic sugar for for-like loops
  * Top-level integration:
    ** threads can runs while reading user input
    ** line editing support
  * New enhanced OCaml toplevel with some basic completion features
  * Adding C stubs to reimplement {{{Unix.read}}} and {{{Unix.write}}}
    with assumption of non-blocking behaviour
  * Adding more functions/helpers in {{{Lwt}}}
  * Fixing memory leaks in {{{Lwt.choose}}}
  * Bugfix in {{{Lwt_chan.close_*}}} (ticket #66)
  * Separate the type of threads (covariant) from the type of thread
    wakeners (contravariant); the type of many functions related to
    {{{Lwt.wait}}} has been changed
  * Add cancelable threads
  * Unix-dependent part is now put in its own archive and findlib
    package.

(wiz)

2012-05-30 12:02:29 UTC MAIN commitmail json YAML

Remove GNU_PROGRAM_PREFIX as discussed in pkgsrc-users@

(cheusov)

2012-05-30 11:58:52 UTC MAIN commitmail json YAML

Remove GNU_PROGRAM_PREFIX as discussed in pkgsrc-users@

(cheusov)

2012-05-30 11:57:28 UTC MAIN commitmail json YAML

Remove GNU_PROGRAM_PREFIX as discussed in pkgsrc-users@

(cheusov)

2012-05-30 11:55:54 UTC MAIN commitmail json YAML

Remove GNU_PROGRAM_PREFIX as discussed in pkgsrc-users@

(cheusov)

2012-05-30 11:53:35 UTC MAIN commitmail json YAML

Updated mail/dovecot2 to 2.1.7.

(ghen)

2012-05-30 11:52:05 UTC MAIN commitmail json YAML

Update to Dovecot 2.1.7

* LDAP: Compatibility fix for v2.0: ldap: If attributes contain
  ldapAttr=key=template%$ and ldapAttr doesn't exist, skip the key
  instead of using "template" value with empty %$ part for the key.

+ pop3: Added pop3_uidl_duplicates setting for changing the behavior
  for duplicate UIDLs.
+ director: Added "doveadm director ring remove" command.
- director: Don't crash with quickly disconnecting incoming director
  connections.
- mdbox: If mail was originally saved to non-INBOX, and namespace
  prefix is non-empty, don't assert-crash when rebuilding indexes.
- sdbox: Don't use more fds than necessary when copying mails.
- auth: Fixed crash with DIGEST-MD5 when attempting to do master user
  login without master passdbs.
- Several fixes to mail_shared_explicit_inbox=no
- imapc: Use imapc_list_prefix also for listing subscriptions.

(ghen)

2012-05-30 11:06:40 UTC MAIN commitmail json YAML

Added math/py-munkres version 1.0.5.4

(wiz)

2012-05-30 11:06:16 UTC MAIN commitmail json YAML

Added textproc/py-Unidecode version 0.04.9

(wiz)

2012-05-30 11:05:49 UTC MAIN commitmail json YAML

+ py-munkres.

(wiz)

2012-05-30 11:05:30 UTC MAIN commitmail json YAML

Initial import of py-munkres-1.0.5.4:

The Munkres module provides an implementation of the Munkres
algorithm (also called the Hungarian algorithm or the Kuhn-Munkres
algorithm), useful for solving the Assignment Problem.

Assignment Problem: Let C be an nxn matrix representing the costs
of each of n workers to perform any of n jobs. The assignment
problem is to assign jobs to workers in a way that minimizes the
total cost. Since each worker can perform only one job and each
job can be assigned to only one worker the assignments represent
an independent set of the matrix C.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20120530

(wiz)

2012-05-30 11:04:28 UTC MAIN commitmail json YAML

+ py-Unidecode.

(wiz)

2012-05-30 11:03:50 UTC MAIN commitmail json YAML

Initial import of py-Unidecode-0.04.9:

It often happens that you have text data in Unicode, but you need
to represent it in ASCII. For example when integrating with legacy
code that doesn't support Unicode, or for ease of entry of non-Roman
names on a US keyboard, or when constructing ASCII machine identifiers
from human-readable Unicode strings that should still be somewhat
intelligeble (a popular example of this is when making an URL slug
from an article title).

Note that this module generally produces better results than simply
stripping accents from characters (which can be done in Python with
built-in functions). It is based on hand-tuned character mappings
that for example also contain ASCII approximations for symbols and
non-Latin alphabets.

This is a Python port of Text::Unidecode Perl module by Sean M.
Burke.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20120530

(wiz)

2012-05-30 11:03:34 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Any-Adapter to 0.07

(sno)

2012-05-30 11:03:23 UTC MAIN commitmail json YAML

Updating package for CPAN module Log::Any::Adapter in
devel/p5-Log-Any-Adapter from 0.06 to 0.07.

pkgsrc changes:
- fix dependency change missing in update to 0.06
- adjust dependencies as documented in package upstream (META.json)

Upstream changes:
0.07  Feb 22, 2012
- add Carp, Log::Any as prereqs

(sno)

2012-05-30 10:53:59 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-GlobalDestruction to 0.05

(sno)

2012-05-30 10:53:48 UTC MAIN commitmail json YAML

Updating package for CPAN module Devel::GlobalDestruction in
devel/p5-Devel-GlobalDestruction from 0.04 to 0.05.

Upstream changes:
0.05  Thu, 26 Apr 2012
  * Pure-perl implementation for situations where neither ${^GLOBAL_PHASE} nor
    XS are available

(sno)