Package: ruby-redis-store / 1.3.0-3

Metadata

Package Version Patches format
ruby-redis-store 1.3.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Bundler | (download)

test/test_helper.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 removing bundler dependency
 Removing the bundler requirement from the tests.
 .
 ruby-redis-store (1.1.4-1) UNRELEASED; urgency=medium
 .
   * Initial release (Closes: #nnnn)
CVE 2017 1000248.patch | (download)

lib/redis-store.rb | 12 0 + 12 - 0 !
lib/redis/store.rb | 28 26 + 2 - 0 !
lib/redis/store/factory.rb | 9 8 + 1 - 0 !
lib/redis/store/marshalling.rb | 66 0 + 66 - 0 !
lib/redis/store/namespace.rb | 4 2 + 2 - 0 !
lib/redis/store/serialization.rb | 66 66 + 0 - 0 !
test/redis/store/factory_test.rb | 40 37 + 3 - 0 !
test/redis/store/marshalling_test.rb | 160 0 + 160 - 0 !
test/redis/store/namespace_test.rb | 4 2 + 2 - 0 !
test/redis/store/serialization_test.rb | 160 160 + 0 - 0 !
10 files changed, 301 insertions(+), 248 deletions(-)

 [patch] replace marshalling with pluggable serializers