Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian....@packages.debian.org
Usertags: pu

Hi,

I'd like update redis in stable to fix an issue when running under
systemd (#803233). Most documentation on the internet assumes that this
should Just Work and it is a little more secure than using /tmp or a TCP
port, etc.

Tested debdiff:

  diff --git a/debian/changelog b/debian/changelog
  index d8fa3ff..f736d1d 100644
  --- a/debian/changelog
  +++ b/debian/changelog
  @@ -1,3 +1,11 @@
  +redis (2:2.8.17-1+deb8u2) stable; urgency=medium
  +
  +  * Backport debian/redis-server.tmpfile from unstable so that a
  valid runtime
  +    directory is created when running under systemd. This ensures
  that there is
  +    a secure and sensible location for the UNIX socket. (Closes:
  #803233)
  +
  + -- Chris Lamb <la...@debian.org>  Fri, 30 Oct 2015 11:31:58 +0000
  +
   redis (2:2.8.17-1+deb8u1) jessie-security; urgency=high
   
     * Fix Lua sandbox bypass by disabling Lua bytecode loading
  diff --git a/debian/redis-server.tmpfile b/debian/redis-server.tmpfile
  new file mode 100644
  index 0000000..740e1ae
  --- /dev/null
  +++ b/debian/redis-server.tmpfile
  @@ -0,0 +1 @@
  +d /run/redis 2775 redis redis -


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Reply via email to