diff options
author | swills <swills@FreeBSD.org> | 2013-02-12 23:23:04 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-02-12 23:23:04 +0800 |
commit | 75db68ebd588309da2cfef46796ee663455e7b99 (patch) | |
tree | 77999d9d1bc9502f0a0db40b8c931943aae8460c /Mk/bsd.ruby.mk | |
parent | 92822fdbf3be4bc30aa71a78ccdb9572b10eab55 (diff) | |
download | freebsd-ports-gnome-75db68ebd588309da2cfef46796ee663455e7b99.tar.gz freebsd-ports-gnome-75db68ebd588309da2cfef46796ee663455e7b99.tar.zst freebsd-ports-gnome-75db68ebd588309da2cfef46796ee663455e7b99.zip |
- Update Ruby 1.9 to 1.9.3p385. This fixes a security issue in rdoc (CVE-2013-0256)
- Also add the patch for the security issue in the bundled json (CVE-2013-0269)
- Fix an issue with the .pc file by patching configure [1]
Reported by: avg [1]
Security: forthcoming
Diffstat (limited to 'Mk/bsd.ruby.mk')
-rw-r--r-- | Mk/bsd.ruby.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index ffbc475577c8..5bf567f08bb2 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -196,7 +196,7 @@ RUBY19= "@comment " RUBY_RELVERSION= 1.9.3 RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 327 +RUBY_PATCHLEVEL= 385 RUBY_VERSION?= ${RUBY_RELVERSION}.${RUBY_PATCHLEVEL} RUBY_DISTVERSION?= ${RUBY_RELVERSION}-p${RUBY_PATCHLEVEL} |