libxml2: Change source of attribute decoding patch

The Debian patchset, which we need anyway, now newly includes the
patch that we previously fetched separately directly from Gnome
bugzilla. So let's drop that in favour of the same patch included in
the Debian patchset.

Closes #9663.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
Boris Dušek 2017-02-05 18:44:36 +01:00 committed by Tomasz Pajor
parent 0dd9b00641
commit a6eae3d52a

View file

@ -18,13 +18,8 @@ class Libxml2 < Formula
"patches/0004-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch", "patches/0004-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch",
"patches/0005-Fix-XPointer-paths-beginning-with-range-to.patch", "patches/0005-Fix-XPointer-paths-beginning-with-range-to.patch",
"patches/0006-Disallow-namespace-nodes-in-XPointer-ranges.patch", "patches/0006-Disallow-namespace-nodes-in-XPointer-ranges.patch",
"patches/0007-Fix-more-NULL-pointer-derefs-in-xpointer.c.patch" "patches/0007-Fix-more-NULL-pointer-derefs-in-xpointer.c.patch",
end "patches/0008-Fix-attribute-decoding-during-XML-schema-validation.patch"
# https://bugzilla.gnome.org/show_bug.cgi?id=766834
patch do
url "https://git.gnome.org/browse/libxml2/patch/?id=3169602058bd2d04913909e869c61d1540bc7fb4"
sha256 "42082b0e7fa80eac68abeace98ea5a03e8cd44cd781c13966eb0758b9a1749b3"
end end
end end