From 20f847f4aec3719b7106d9840303c896e7aa2c297e274106b76ab86e0409c7a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Mon, 26 Aug 2013 09:49:08 +0000 Subject: [PATCH] Accepting request 195591 from home:jordimassaguerpla:branches:devel:languages:ruby - fix Bug 834785 - VUL-0: ruby*: default /etc/gemrc uses http source of gems instead of https OBS-URL: https://build.opensuse.org/request/show/195591 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/ruby?expand=0&rev=65 --- gemrc | 2 +- ruby.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gemrc b/gemrc index 4062c70..c9f23cd 100644 --- a/gemrc +++ b/gemrc @@ -8,4 +8,4 @@ format_executable: true update: --format-executable --no-user-install :bulk_threshold: 1000 :sources: -- http://rubygems.org +- https://rubygems.org diff --git a/ruby.changes b/ruby.changes index 426d146..505e088 100644 --- a/ruby.changes +++ b/ruby.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 19 11:15:25 UTC 2013 - jmassaguerpla@suse.com + +- fix Bug 834785 - VUL-0: ruby*: default /etc/gemrc uses http source + of gems instead of https + ------------------------------------------------------------------- Sat Jun 29 12:38:12 UTC 2013 - coolo@suse.com