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:
parent
0dd9b00641
commit
a6eae3d52a
1 changed files with 2 additions and 7 deletions
|
@ -18,13 +18,8 @@ class Libxml2 < Formula
|
|||
"patches/0004-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch",
|
||||
"patches/0005-Fix-XPointer-paths-beginning-with-range-to.patch",
|
||||
"patches/0006-Disallow-namespace-nodes-in-XPointer-ranges.patch",
|
||||
"patches/0007-Fix-more-NULL-pointer-derefs-in-xpointer.c.patch"
|
||||
end
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=766834
|
||||
patch do
|
||||
url "https://git.gnome.org/browse/libxml2/patch/?id=3169602058bd2d04913909e869c61d1540bc7fb4"
|
||||
sha256 "42082b0e7fa80eac68abeace98ea5a03e8cd44cd781c13966eb0758b9a1749b3"
|
||||
"patches/0007-Fix-more-NULL-pointer-derefs-in-xpointer.c.patch",
|
||||
"patches/0008-Fix-attribute-decoding-during-XML-schema-validation.patch"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue