Commit graph

206774 commits

Author SHA1 Message Date
taca
5455d81728 Update ruby-libxml to 2.7.0.
== 2.7.0 / 2013-08-03 Charlie Savage

* Do not call Ruby code during a GC cycle (Dirkjan Bussink)
* Fix thread error handling (Geoffrey Giesemann)
* Set libxml error handler when a libxml-ruby error handler is set (Geoffrey Giesemann)
* Fix tests for nil TypeErrors (Geoffrey Giesemann)
* Fix segmentation fault for issue #62.  The deregisternode function was incorrectly
  NULLing out a node's mark and free functions for nodes removed from a document tree (Charlie Savage)
* Cleanup writer code (Charlie Savage)
* Fix equality check of LibXML::XML::Error against other objects (Michał Szajbe)
* Fix XML::Writer.set_quote_char UT, wrong expected string (#63).  (julp)
* Fix potential segfault when GC occurs while creating ns from xpath (Timothy Elliott)
* Fix segmentation fault after failing to load external schema (#59).  (Clifford Heath)
2013-09-15 16:17:32 +00:00
taca
bf7dd4a4fb Update ruby-haml to 4.0.3.
## 4.0.3

Released May 21, 2013 ([diff](https://github.com/haml/haml/compare/4.0.2...4.0.3)).

* Compatibility with newer versions of Rails's Erubis handler.
* Fix Erubis handler for compatibility with Tilt 1.4.x, too.
* Small performance optimization for html_escape.
(thanks [Lachlan Sylvester](https://github.com/lsylvester))
* Documentation fixes.
* Documented some helper methods that were left out of the reference.
(thanks [Shane Riley](https://github.com/shaneriley))

## 4.0.2

Released April 5, 2013 ([diff](https://github.com/haml/haml/compare/4.0.1...4.0.2)).

* Explicitly require Erubis to work around bug in older versions of Tilt.
* Fix :erb filter printing duplicate content in Rails views.
(thanks [Jori Hardman](https://github.com/jorihardman))
* Replace range with slice to reduce objects created by `capture_haml`.
(thanks [Tieg Zaharia](https://github.com/tiegz))
* Correct/improve some documentation.

## 4.0.1

Released March 21, 2013 ([diff](https://github.com/haml/haml/compare/4.0.0...4.0.1)).

* Remove Rails 3.2.3+ textarea hack in favor of a more general solution.
* Fix some performance regressions.
* Fix support for Rails 4 `text_area` helper method.
* Fix data attribute flattening with singleton objects.
(thanks [Alisdair McDiarmid](https://github.com/alisdair))
* Fix support for sass-rails 4.0 beta.
(thanks [Ryunosuke SATO](https://github.com/tricknotes))
* Load "haml/template" in Railtie in order to prevent user options set in a
  Rails initializer from being overwritten
* Don't depend on Rails in haml/template to allow using Haml with ActionView
  but without Rails itself. (thanks [Hunter Haydel](https://github.com/wedgex))
2013-09-15 16:16:26 +00:00
taca
2fe12f96ae Note update of textproc/ruby-coderay package to 1.1.0. 2013-09-15 16:15:44 +00:00
taca
43bd1d6f6b Update ruby-coderay to 1.1.0.
Exact changes aren't available.  Please refer change log in github.
2013-09-15 16:14:17 +00:00
taca
9d43b6375d Note update of sysutils/ruby-facter package to 1.7.3. 2013-09-15 16:04:21 +00:00
taca
061bf4f316 Update ruby-facter to 1.7.3.
Exact changes aren't available.  Please refer change log in github.
2013-09-15 16:03:33 +00:00
taca
7aea3c5cc5 Note update of these packages:
sysutils/capistrano			2.15.5
	sysutils/ruby-directory-watcher		1.5.1
2013-09-15 16:00:36 +00:00
taca
fb86d1255e Update ruby-directory-watcher to 1.5.1.
Major Enhancements
- tests!
- major refactor

Minor Enhancement
- events generated from full scans may be sorted by mtime or size
- stat information is propagated into the event
2013-09-15 15:59:31 +00:00
taca
5ee2685ff1 Update capistrano to 2.15.5.
## 2.15.5 / July 4 2013

* Fix multistage argument parsing when using the `-s` option. (@jmazzi)
* Tweaks to the asset recipes. (@curtislinden)
* Use quotes around SCM usernames and passwords (@carloslopes)
* Avoid git warning when cloning Git repository using sha1 (@bpaquet)

## 2.15.4 / April 29 2013

* Fix parallel command logging (@gnufied)
* Fix a double-asset manifest problem on Rails upgrades. (@jimryan)

## 2.15.3 / April 25 2012

* For deploy:cleanup, use try_sudo with rm command. (@joshstaiger)
* Restore maintenance.rhtml (@chulkilee)
* Fixes GH-434, If branches is an array of array, iterate them separately. (@gnufied)

A big "thank you" to the people who've pushed really amazing patches to the
2.15.x branch so soon after it's release. 2.15.0 was just too huge to go out
bug free.

## 2.15.2 / April 24 2013

* Fixed a bug with asset_paths (String vs. Array). (@joeycarmello)

## 2.15.1 / April 23 2013

* Support for Rails 4 (and other) randomised asset manifest names. (@jimryan)

## 2.15.0 / April 23 2013

* New varaible :shared_assets_prefix to allow people to host somewhere other
  than `/assets/`. Default is `assets`.
* Bring back web:enable and web:disable tasks. Sincerely apologies to all affected
  removing these was one of the most glaring mistakes we've made on this project
  and I feel personally responsible.
* Makes :git_shallow_clone work with branches (@cannikin)
* Avoid removing required assets (@bosko)
* Fix escaping of asset_paths when calling `deploy:finalize_update` (@mcary)
* Improve parallel command logging (@mpapis)
* Allow updating variables in the cap shell `cap> set :some_setting new_value`
  (@jpfuentes2)
* Add the option to configure `Capistrano::Logger.default_formatters=` this
  relates to the previous merging of the capistrano-colors gem. (@kellyredding)
* Don't attempt to connect to a nil `:gateway` (@mattheath)
* Simplify our .gemspec dependency list (@timoschilling)
* Make the existece of `config/deploy/{stage}.rb` optional, it'll be loaded if
  it exists, otherwise we continue without it (@ymainier)
* Misc spelling/typo fixes. (@mv)
* Update mtime and atime with touch when fixing asset timestamps (@wildoats)
* Change call of `rake {env} precompile:all` to drop the errornous `{env}` (@zxiest)
* Evaluate assets_role at runtime using a lambda (@nlenepveu)
* Handle when hosts (for example by joining/leaving the no_release meta group)
  have different old releases for `deploy:cleanup` (@oggy)
* Check for nil when tearing down connections (@yyuu)
* Go back to using SCP for uploads as against SFTP (@pjungwir)
* Added an option to dereference symlinks when using the :copy strategy
  (`set :copy_dereference_symlink, true`) useful when your working directory
  contains files symlinked in from outside your project root (@mehmetc)
* Small typo fix in README (@yule)
* Add Ruby 2.0.0-p0 to the TravisCI build (@jarrettmeyer)
* Add the option to set the shared asset prefix for Rails,
  (`set :shared_assets_prefix, "my_shared_assets"`) corresponds with it's
  namesake in Rails. By default is set to `assets`. (@spectator)
* Improved error messages for `cap {stage} deploy:check` (@petems)
* Make `run_locally` work with the `--dry-run` flag. (@flagthisiskun)
* Fix a link in the README to writing a good commit message. (@mhutchin)
* Code style fixes (@mv)
* Report differently if the command was killed by a signal (for example the
  oom killer on Ubuntu/Debian). (@tanob)
2013-09-15 15:56:12 +00:00
taca
d05ca97511 Note update of these packages:
security/ruby-bcrypt	3.1.2
	security/ruby-net-scp	1.1.2
	security/ruby-net-ssh	2.7.0
2013-09-15 15:00:29 +00:00
taca
a6cd450d60 Update ruby-net-ssh to 2.7.0.
=== 2.7.0 / 11 Sep 2013

* Fix for 'Could not parse PKey: no start line' error on private keys with
  passphrases (issue #101) [metametaclass]
* Automatically forward environment variables defined in OpenSSH config files
  [fnordfish]
* Guard against socket.gets being nil in Net::SSH::Proxy::HTTP [krishicks]
* Implemented experimental keepalive feature [noric]


=== 2.6.8 / 6 Jul 2013

* Added support for host wildcard substitution [GabKlein]
* Added a wait to the loop in close to help fix possible blocks [Josh
  Kalderimis]
* Fixed test file encoding issues with Ruby 2.0 (#87) [voxik]
2013-09-15 14:58:20 +00:00
taca
e609854d28 Update ruby-net-scp to 1.1.2.
=== 1.1.2 / 6 Jul 2013

* Explicit convert to string in shellescape [jwils]
2013-09-15 14:57:11 +00:00
taca
5ab07c82b1 Update ruby-bcrypt to 3.1.2.
3.1.0  May 07 2013
  - Add BCrypt::Password.valid_hash?(str) to check if a string is a valid
    bcrypt password hash
  - BCrypt::Password cost should be set to DEFAULT_COST if nil
  - Add BCrypt::Engine.cost attribute for getting/setting a default cost
    externally

3.1.1  Jul 10 2013
  - Remove support for Ruby 1.8 in compiled win32 binaries

3.1.2  Aug 26 2013
  - Add support for Ruby 1.8 and 2.0 (in addition to 1.9) in compiled Windows
    binaries
  - Add support for 64-bit Windows
2013-09-15 14:56:11 +00:00
taca
15c0e23084 Note update of print/ruby-pdf-reader package to 1.3.3. 2013-09-15 14:41:41 +00:00
taca
9fba7bb11f Update ruby-pdf-reader to 1.3.3.
v1.3.3 (7th April 2013)
- various bug fixes
2013-09-15 14:40:58 +00:00
taca
d12355e7d0 Note update of net/ruby-rubytter package to 1.5.1. 2013-09-15 14:38:21 +00:00
taca
e9815a8fce Update ruby-rubytter to 1.5.1.
* Switch to Twitter API v1.1.
2013-09-15 14:37:54 +00:00
taca
dec9aa577c Note update of net/ruby-domain_name package to 0.5.13. 2013-09-15 14:34:07 +00:00
taca
21a3d728c6 Update ruby-domain_name to 0.5.13.
* Update the eTLD database to 2013-08-15T11:01:26Z.
2013-09-15 14:33:41 +00:00
taca
4f517024c7 Note update of net/ruby-dnsruby package to 1.54. 2013-09-15 14:23:00 +00:00
taca
3fb0605e6c Update ruby-dnsruby to 1.54.
IPv6 support added.
2013-09-15 14:22:25 +00:00
taca
e1e8e1e938 Note update of misc/ruby-parallel package to 0.8.2. 2013-09-15 14:18:22 +00:00
taca
def42d8600 Update ruby-parallel to 0.8.2.
Exact changes aren't available, but a few bug fixes.
2013-09-15 14:17:55 +00:00
taca
fbb6f7521a Note update of these packages:
misc/ruby-args_parser	0.2.0
	misc/ruby-bundler	1.3.5
	misc/ruby-commander	4.1.5
2013-09-15 14:11:35 +00:00
taca
a42daeed09 Update ruby-launchy to 2.3.0.
## Version 2.3.0 - 2013-04-11

* Add the option to call a block on error instead of raising an exception
2013-09-15 14:10:09 +00:00
taca
e438657a50 Update ruby-commander to 4.1.5.
=== 4.1.5 / 2013-08-11

* Prevent deprecation warning when loaded in a Rails 4 environment (#58)

=== 4.1.4 / 2013-07-21

* Improve help formatting for multiline program and command descriptions
* Add ability to set speaking rate (@kethomassen)
* Clean up examples in docs (@parkr)
2013-09-15 14:09:22 +00:00
taca
2fadcbc2f9 Update ruby-bundler to 1.3.5.
## 1.3.5 (3 April 2013)

Features:

  - progress indicator while resolver is running (@chief)

Bugfixes:

  - update local overrides with orphaned revisions (@jamesferguson)
  - revert to working quoting of RUBYOPT on Windows (@ogra)
  - use basic auth even when SSL is not available (@jayniz)
  - installing git gems without dependencies in deployment now works
2013-09-15 14:08:38 +00:00
taca
d375df2610 Update ruby-args_parser to 0.2.0.
=== 0.2.0 2013-08-26

* add "on" event
* fix equal_style sample
* refactoring
* specify license in gemspec
2013-09-15 14:07:29 +00:00
taca
16758b484b Note update of mail/ruby-mime-types package to 1.25. 2013-09-15 13:58:20 +00:00
taca
83f755a117 Update ruby-mime-types to 1.25.
== 1.25 / 2013-08-30

* New Features:
  * Adding lazy loading and caching functionality to the default data based on
    work done by Greg Brockman (gdb).
* Bugs:
  * Force the default internal application encoding to be used when reading the
    MIME types database. Based on a change by briangamble, found in the rapid7
    fork.
* New extensions:
  * mjpeg (video/x-motion-jpeg) based on a change by punkrats, found in the
    vidibus fork.
* Modernized MiniTest configuration.

== 1.24 / 2013-08-14

* Code Climate:
  * Working on improving the quality of the mime-types codebase through the use
    of Code Climate. https://codeclimate.com/github/halostatue/mime-types
  * Simplified MIME::Type.from_array to make more assumptions about assignment.
* Documentation:
  * LeoYoung <mrleoyoung@gmail.com> pointed out that the README.rdoc contained
    examples that could never possibly work because MIME::Types#[] returns (for
    all the versions I have handy) an array, not a single type. I have updated
    README.rdoc to reflect this.
* Removed Nokogiri as a declared development dependency. It is still required
  if you're going to use the IANA parser functionality, but it is not necessary
  for most development purposes. This has been removed to ensure that Travis CI
  passes on Ruby 1.8.7.
* New MIME Types:
  * 7zip (application/x-7z-compressed). Fixes a request by kodram.
    https://github.com/halostatue/mime-types/issues/32
  * application/x-www-form-urlencoded. Fixes a request by alexkwolfe.
    https://github.com/halostatue/mime-types/issues/39
  * Various new MIME types from IANA:
    * application/mbms-schedule\+xml from 3GPP and Turcotte.
    * application/provenance\+xml from W3C and Herman.
    * application/session-info from 3GPP and Firmin.
    * application/urc-grpsheet\+xml, application/urc-targetdesc\+xml,
      application/uisocketdesc\+xml from Zimmermann.
    * application/api\+json from Klabnik.
    * application/vnd.etsi.pstn\+xml from Han and Belling.
    * application/vnd.fujixerox.docuworks.container from Tashiro.
    * application/vnd.windows.devicepairing from Dandawate.
    * video/vnd.radgamettools.bink and video/vnd.radgamettools.smacker from
      Andersson.
* Updated MIME Types:
  * RFC 6960 was adopted (application/ocsp-request and application/ocsp-response).
2013-09-15 13:57:41 +00:00
taca
0ed7ac2fe7 Note update of lang/ruby-execjs package to 2.0.1. 2013-09-15 13:56:43 +00:00
taca
03d677a68f Update ruby-execjs to 2.0.1.
* No dependency to multi_json.
* And a few bug fixes.
2013-09-15 13:55:54 +00:00
taca
ceea7ffbc7 Note update of lang/ruby-coffee-script-source package to 1.6.3. 2013-09-15 13:51:31 +00:00
taca
9463dc4c30 Update ruby-coffee-script-source to 1.6.3.
Exact changes aren't available.  Please refer change log in github.
2013-09-15 13:50:49 +00:00
taca
22a66ab35c Note update of graphics/ruby-mini-magick package to 3.6.0. 2013-09-15 13:47:57 +00:00
taca
8fcd982f43 Update ruby-mini-magick to 3.6.0.
Exact changes aren't available, but fixed handling of filename with special
characters.
2013-09-15 13:47:23 +00:00
taca
77af1b834a Note update of graphics/ruby-color package to 1.4.2. 2013-09-15 13:35:03 +00:00
taca
f041110f65 update ruby-color to 1.4.2.
== 1.4.2 / 2013-06-30

Maintenance:
* Modernized Hoe installation of Color, removing some dependencies.
* Switched to Minitest.
* Turned on Travis CI.
* Started using Code Climate.
* Small code formatting cleanup that touched pretty much every file.
2013-09-15 13:34:36 +00:00
taca
5625e9057a Note update of graphics/ruby-chunky_png package to 1.2.8. 2013-09-15 13:33:47 +00:00
taca
07a248ece5 Update ruby-chunky_png to 1.2.8.
Exact changes aren't available but a few bug fixes.
2013-09-15 13:33:05 +00:00
mef
a32b4b2805 ham/trustedQSL bumped to 2.0rc3 to 2.0rc5. 2013-09-15 13:23:43 +00:00
mef
718ac39c62 Bumped to 2.0rc3 to 2.0rc5 (No announcement yet). 2013-09-15 13:22:28 +00:00
wiz
d6974243b2 Updated www/p5-Mojolicious to 4.37 2013-09-15 13:20:42 +00:00
wiz
c9b52bcec2 Update to 4.37 (4.33 tarball not available):
4.37  2013-09-13
  - Improved design of built-in templates.

4.36  2013-09-12
  - Added match method to Mojo::DOM.
  - Added match method to Mojo::DOM::CSS.
  - Improved ancestors and children methods in Mojo::DOM to support all CSS
    selectors.
  - Improved syntax highlighting in documentation browser.
  - Improved compatibility with different object systems.

4.35  2013-09-10
  - Added origin attribute to Mojo::Cookie::Response.
  - Fixed RFC 6265 compliance bugs in Mojo::Cookie::Request,
    Mojo::Cookie::Response and Mojo::UserAgent::CookieJar.

4.34  2013-09-08
  - Fixed portability bug in SO_REUSEPORT tests.
2013-09-15 13:20:33 +00:00
wiz
95413a9b4d Updated devel/p5-Test-Warnings to 0.009 2013-09-15 13:12:58 +00:00
wiz
1265fa7628 Update to 0.009, previous distfile is gone.
0.009     2013-09-11 04:49:55Z (Karen Etheridge)
          - fixed error in synopsis (we do not export anything by default)
          - a caveat added to the documentation regarding embedding warning
            checks inside another sub (this is for you, ribasushi!!!)
          - ':no_end_test' now also covers side effects of done_testing, as
            well as END blocks, making it possible to use the warning(s) subs
            without having an end warning test while using done_testing
            (necessary when combining with the 'if' pragma)
          - END tests will not be added by a subequent use of Test::Warnings
            if a previous one passed ':no_end_test'
2013-09-15 13:12:49 +00:00
wiz
8023173312 Updated devel/p5-Module-Build-Tiny to 0.027 2013-09-15 13:07:15 +00:00
wiz
944d45a310 Update to 0.027:
0.027     2013-09-09 11:43:12 Europe/Amsterdam
          Various documentation updates
2013-09-15 13:07:04 +00:00
wiz
4d47285cd3 Improve COMMENT and description.
From Ingo Schwarze <schwarze@usta.de>
2013-09-15 13:03:27 +00:00
joerg
b5c2de7f7d Needs help2man. 2013-09-15 12:32:41 +00:00