diff -pruN 5:6.0.16-1/debian/changelog 5:6.0.16-1ubuntu1/debian/changelog
--- 5:6.0.16-1/debian/changelog	2021-10-04 13:37:24.000000000 +0000
+++ 5:6.0.16-1ubuntu1/debian/changelog	2022-03-04 05:14:35.000000000 +0000
@@ -1,3 +1,18 @@
+redis (5:6.0.16-1ubuntu1) jammy; urgency=medium
+
+  * SECURITY UPDATE: Lua sandbox escape
+    - debian/rules: Ensure arbitrary Lua functionality is not permitted by
+      specifying a nil package
+    - CVE-2022-0543
+
+ -- Alex Murray <alex.murray@canonical.com>  Fri, 04 Mar 2022 15:44:35 +1030
+
+redis (5:6.0.16-1build1) jammy; urgency=medium
+
+  * No-change rebuild against libssl3
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Thu, 09 Dec 2021 00:16:26 +0000
+
 redis (5:6.0.16-1) unstable; urgency=medium
 
   * New upstream security release:
diff -pruN 5:6.0.16-1/debian/control 5:6.0.16-1ubuntu1/debian/control
--- 5:6.0.16-1/debian/control	2021-10-04 13:37:24.000000000 +0000
+++ 5:6.0.16-1ubuntu1/debian/control	2021-12-09 00:16:26.000000000 +0000
@@ -1,7 +1,8 @@
 Source: redis
 Section: database
 Priority: optional
-Maintainer: Chris Lamb <lamby@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Chris Lamb <lamby@debian.org>
 Build-Depends:
  debhelper-compat (= 13),
  dpkg-dev (>= 1.17.14),
diff -pruN 5:6.0.16-1/debian/rules 5:6.0.16-1ubuntu1/debian/rules
--- 5:6.0.16-1/debian/rules	2021-10-04 13:37:24.000000000 +0000
+++ 5:6.0.16-1ubuntu1/debian/rules	2022-03-04 05:14:19.000000000 +0000
@@ -37,7 +37,7 @@ debian/lua_libs_debian.c:
 		echo "if (luaL_dostring(lua, \"$$X = require('$$X');\"))" >>$@; \
 		echo "    serverLog(LL_NOTICE, \"Error loading $$X library\");" >>$@; \
 	done
-	echo 'luaL_dostring(lua, "module = nil; require = nil;");' >>$@
+	echo 'luaL_dostring(lua, "module = nil; require = nil; package = nil");' >>$@
 
 override_dh_auto_clean:
 	dh_auto_clean
