Path to this page:
Subject: CVS commit: [pkgsrc-2013Q3] pkgsrc/devel/ruby-i18n
From: Matthias Scheler
Date: 2013-12-18 11:02:40
Message id: 20131218100240.2832496@cvs.netbsd.org
Log Message:
Pullup ticket #4275 - requested by taca
devel/ruby-i18n: security update
Revisions pulled up:
- devel/ruby-i18n/Makefile 1.9
- devel/ruby-i18n/PLIST 1.5
- devel/ruby-i18n/distinfo 1.8
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Dec 16 09:21:34 UTC 2013
Modified Files:
pkgsrc/devel/ruby-i18n: Makefile PLIST distinfo
Log Message:
Update ruby-i18n to 0.6.9. This is security fix.
* Add I18n::exists? method.
* Add I18n.locale_available? method.
* Delete unused files.
* I18n::MissingTranslation exception escapes key names for its
html_message, fixing CVE-2013-4492.
* Use CGI.escapeHTML instead of CGI.escape_html for Ruby 1.8.7.
* Fix an issue with setting I18n.config.enforce_available_locales.
Files: