Commit graph

206932 commits

Author SHA1 Message Date
taca
aeefbb9878 Add ruby-safe_yaml package version 0.9.5.
The SafeYAML gem provides an alternative implementation of `YAML.load`
suitable for accepting user input in Ruby applications.  Unlike Ruby's
built-in implementation of `YAML.load`, SafeYAML's version will not expose
apps to arbitrary code execution exploits (such as [the ones
discovered](http://www.reddit.com/r/netsec/comments/167c11/serious_vulnerability_in_ruby_on_rails_allowing/)
[in Rails in early
2013](http://www.h-online.com/open/news/item/Rails-developers-close-another-extremely-critical-flaw-1793511.html)).

If you encounter any issues with SafeYAML, check out the 'Common Issues'
section below.  If you don't see anything that addresses the problem you're
experiencing, by all means,  [create an
issue](https://github.com/dtao/safe_yaml/issues/new)!
2013-09-15 16:31:27 +00:00
taca
1f4020b2ff Note addition of textproc/ruby-redcarpet package version 3.0.0. 2013-09-15 16:28:09 +00:00
taca
dc47686bcc Add and enable ruby-redcarpet. 2013-09-15 16:27:40 +00:00
taca
f9a8853f96 Add ruby-redcarpet package version 3.0.0.
Redcarpet is Ruby library for Markdown processing that smells like
butterflies and popcorn.

Redcarpet used to be a drop-in replacement for Redcloth. This is no longer the
case since version 2 -- it now has its own API, but retains the old name. Yes,
that does mean that Redcarpet 2 is not backwards-compatible with the 1.X
versions.

Redcarpet is based on the [Sundown](https://www.github.com/vmg/sundown)
library. You might want to find out more about Sundown to see what makes this
Ruby library so awesome.
2013-09-15 16:26:30 +00:00
schmonz
c2fbf0037b Specify return type to quell clang warnings. Bump PKGREVISION. 2013-09-15 16:26:11 +00:00
taca
093e355cdf Note update of textproc/ruby-nokogiri package to 1.5.10. 2013-09-15 16:21:38 +00:00
taca
bea7f5c76e Update ruby-nokogiri to 1.5.10.
=== 1.5.10 / 2013-06-07

* Bugfixes

  * (JRuby) Fix "null document" error when parsing an empty IO in jruby 1.7.3. #883
  * (JRuby) Fix schema validation when XSD has DOCTYPE set to DTD. #861 (Thanks, Patrick Cheng!)
  * (MRI) Fix segfault when there is no default subelement for an HTML node. #917


* Notes

  * Use rb_ary_entry instead of RARRAY_PTR (you know, for Rubinius). #877 (Thanks, Dirkjan Bussink!)
  * Fix TypeError when running tests. #900 (Thanks, Cédric Boutillier!)


=== 1.5.9 / 2013-03-21

* Bugfixes

  * Ensure that prefixed attributes are properly namespaced when reparented. #869
  * Fix for inconsistent namespaced attribute access for SVG nested in HTML. #861
  * (MRI) Fixed a memory leak in fragment parsing if nodes are not all subsequently reparented. #856


=== 1.5.8 / 2013-03-19

* Bugfixes

  * (JRuby) Fix EmptyStackException thrown by elements with xlink:href attributes and no base_uri #534, #805. (Thanks, Patrick Quinn and Brian Hoffman!)
  * Fixes duplicate attributes issue introduced in 1.5.7. #865
  * Allow use of a prefixed namespace on a root node using Nokogiri::XML::Builder #868


=== 1.5.7 / 2013-03-18

* Features

  * Windows support for Ruby 2.0.


* Bugfixes

  * SAX::Parser.parse_io throw an error when used with lower case encoding. #828
  * (JRuby) Java Nokogiri is finally green (passes all tests) under 1.8 and 1.9 mode. High five everyone. #798, #705
  * (JRuby) Nokogiri::XML::Reader broken (as a pull parser) on jruby - reads the whole XML document. #831
  * (JRuby) JRuby hangs parsing "&". #837
  * (JRuby) JRuby NPE parsing an invalid XML instruction. #838
  * (JRuby) Node#content= incompatibility. #839
  * (JRuby) to_xhtml doesn't print the last slash for self-closing tags in JRuby. #834
  * (JRuby) Adding an EntityReference after a Text node mangles the entity in JRuby. #835
  * (JRuby) JRuby version inconsistency: nil for empty attributes. #818
  * CSS queries for classes (e.g., ".foo") now treat all whitespace identically. #854
  * Namespace behavior cleaned up and made consistent between JRuby and MRI. #846, #801 (Thanks, Michael Klein!)
  * (MRI) SAX parser handles empty processing instructions. #845
2013-09-15 16:20:51 +00:00
taca
6742f32dca Note update of packages:
textproc/ruby-haml	4.0.3
	textproc/ruby-libxml	2.7.0
2013-09-15 16:19:21 +00:00
taca
b9093f041b 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
22f2a41f84 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
bc7af52791 Note update of textproc/ruby-coderay package to 1.1.0. 2013-09-15 16:15:44 +00:00
taca
1049cf8f84 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
955fe2ecda Note update of sysutils/ruby-facter package to 1.7.3. 2013-09-15 16:04:21 +00:00
taca
ab50b8db58 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
a4580ee1a6 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
27edd4a052 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
a058ee9dd3 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
dae5075bcd 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
fd0c833801 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
a26ef6e79e 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
df107c9815 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
e3344a92f3 Note update of print/ruby-pdf-reader package to 1.3.3. 2013-09-15 14:41:41 +00:00
taca
341b944e9f 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
f9530f9a88 Note update of net/ruby-rubytter package to 1.5.1. 2013-09-15 14:38:21 +00:00
taca
4241ca3649 Update ruby-rubytter to 1.5.1.
* Switch to Twitter API v1.1.
2013-09-15 14:37:54 +00:00
taca
ee117e7a3c Note update of net/ruby-domain_name package to 0.5.13. 2013-09-15 14:34:07 +00:00
taca
b50745bd99 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
50ca8ef929 Note update of net/ruby-dnsruby package to 1.54. 2013-09-15 14:23:00 +00:00
taca
5c271b14f4 Update ruby-dnsruby to 1.54.
IPv6 support added.
2013-09-15 14:22:25 +00:00
taca
b66a6c9fba Note update of misc/ruby-parallel package to 0.8.2. 2013-09-15 14:18:22 +00:00
taca
be2a0044c1 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
68e38c0c64 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
86c7655e77 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
1e3de79c53 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
d05430e9f3 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
f7cae31d0a 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
e8a1950958 Note update of mail/ruby-mime-types package to 1.25. 2013-09-15 13:58:20 +00:00
taca
9628787a50 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
282743ae4b Note update of lang/ruby-execjs package to 2.0.1. 2013-09-15 13:56:43 +00:00
taca
2be78b9662 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
0ddc2ed348 Note update of lang/ruby-coffee-script-source package to 1.6.3. 2013-09-15 13:51:31 +00:00
taca
5583bdeb9c 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
5fe26a780a Note update of graphics/ruby-mini-magick package to 3.6.0. 2013-09-15 13:47:57 +00:00
taca
86d4caacaa 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
66c9fd560b Note update of graphics/ruby-color package to 1.4.2. 2013-09-15 13:35:03 +00:00
taca
906d686b6a 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
1a5879d920 Note update of graphics/ruby-chunky_png package to 1.2.8. 2013-09-15 13:33:47 +00:00
taca
e388833def 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
3e17890186 ham/trustedQSL bumped to 2.0rc3 to 2.0rc5. 2013-09-15 13:23:43 +00:00
mef
767c6509d9 Bumped to 2.0rc3 to 2.0rc5 (No announcement yet). 2013-09-15 13:22:28 +00:00