diff -ur mercurial-2.8.2/debian/patches/CVE-2014-9390.pt2 mercurial-2.8.2.new/debian/patches/CVE-2014-9390.pt2 --- mercurial-2.8.2/debian/patches/CVE-2014-9390.pt2 2014-12-19 22:24:12.000000000 +0100 +++ mercurial-2.8.2.new/debian/patches/CVE-2014-9390.pt2 2014-12-26 11:26:03.763921447 +0100 @@ -58,7 +58,7 @@ + > u = ui.ui() + > r = hg.repository(u, '.') + > def filectxfn(repo, memctx, path): -+ > return context.memfilectx(repo, path, '[hooks]\nupdate = echo owned') ++ > return context.memfilectx(path, '[hooks]\nupdate = echo owned') + > c = context.memctx(r, [r['tip'].node(), node.nullid], + > 'evil', [notrc], filectxfn, 0) + > r.commitctx(c) Sólo en mercurial-2.8.2.new/debian/patches: CVE-2014-9390.pt2~ diff -ur mercurial-2.8.2/debian/patches/CVE-2014-9390.pt4 mercurial-2.8.2.new/debian/patches/CVE-2014-9390.pt4 --- mercurial-2.8.2/debian/patches/CVE-2014-9390.pt4 2014-12-19 22:29:22.000000000 +0100 +++ mercurial-2.8.2.new/debian/patches/CVE-2014-9390.pt4 2014-12-26 11:26:36.939920650 +0100 @@ -42,7 +42,7 @@ + > u = ui.ui() + > r = hg.repository(u, '.') + > def filectxfn(repo, memctx, path): -+ > return context.memfilectx(repo, path, '[hooks]\nupdate = echo owned') ++ > return context.memfilectx(path, '[hooks]\nupdate = echo owned') + > c = context.memctx(r, [r['tip'].node(), node.nullid], + > 'evil', [notrc], filectxfn, 0) + > r.commitctx(c) @@ -60,7 +60,7 @@ + > u = ui.ui() + > r = hg.repository(u, '.') + > def filectxfn(repo, memctx, path): -+ > return context.memfilectx(repo, path, '[hooks]\nupdate = echo owned') ++ > return context.memfilectx(path, '[hooks]\nupdate = echo owned') + > c = context.memctx(r, [r['tip'].node(), node.nullid], + > 'evil', [notrc], filectxfn, 0) + > r.commitctx(c) Sólo en mercurial-2.8.2.new/debian/patches: CVE-2014-9390.pt4~