summaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorwiz <wiz>2016-05-24 21:08:21 +0000
committerwiz <wiz>2016-05-24 21:08:21 +0000
commit6eb156c2d78944ba82b196ffbcff84a35d17ab95 (patch)
treee72b0c24efb9e79a1d9c743b72a1e55833b077b1 /textproc/libxml2
parentd039827dc5280dc93a578e449a03e4a7477a6b23 (diff)
downloadpkgsrc-6eb156c2d78944ba82b196ffbcff84a35d17ab95.tar.gz
Add upstream bug report URLs (from he@).
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/distinfo12
-rw-r--r--textproc/libxml2/patches/patch-encoding.c1
-rw-r--r--textproc/libxml2/patches/patch-runtest.c1
-rw-r--r--textproc/libxml2/patches/patch-testlimits.c1
-rw-r--r--textproc/libxml2/patches/patch-timsort.h1
-rw-r--r--textproc/libxml2/patches/patch-xmlIO.c1
6 files changed, 11 insertions, 6 deletions
diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo
index f5721178a3d..c1002f7b17d 100644
--- a/textproc/libxml2/distinfo
+++ b/textproc/libxml2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.110 2016/05/24 12:00:08 he Exp $
+$NetBSD: distinfo,v 1.111 2016/05/24 21:08:21 wiz Exp $
SHA1 (libxml2-2.9.4.tar.gz) = 958ae70baf186263a4bd801a81dd5d682aedd1db
RMD160 (libxml2-2.9.4.tar.gz) = bb59656e0683d64a38a2f1a45ca9d918837e1e56
@@ -9,8 +9,8 @@ SHA1 (patch-ab) = 5bb6b5002518538ef8daf42b5220072958efa6a8
SHA1 (patch-ac) = 34afe787f6012b460a85be993048e133907a1621
SHA1 (patch-ad) = d65b7e3be9694147e96ce4bb70a1739e2279ba81
SHA1 (patch-ae) = 4eede9719724f94402e850ee6d6043a74aaf62b2
-SHA1 (patch-encoding.c) = 518515e5cf2b3c3d32ee3377abd78fba8abf998b
-SHA1 (patch-runtest.c) = ec0dc7605ba82ea0da9c4a5c4c9f5d237efd6a66
-SHA1 (patch-testlimits.c) = 951e395dde957df7b1b012146ccb46e3e1f6b485
-SHA1 (patch-timsort.h) = 10bf93d92457bd74fd0004400ee47381e96706d8
-SHA1 (patch-xmlIO.c) = b8bd8baa8ddbccf321c16ec548e9a9f3e44a83d5
+SHA1 (patch-encoding.c) = 6cf0a7d421828b9f40a4079ee85adb791c54d096
+SHA1 (patch-runtest.c) = 759fcee959833b33d72e85108f7973859dcba1f6
+SHA1 (patch-testlimits.c) = 8cba18464b619469abbb8488fd950a32a567be7b
+SHA1 (patch-timsort.h) = e09118e7c99d53f71c28fe4d54269c4801244959
+SHA1 (patch-xmlIO.c) = 5efcc5e43a8b3139832ab69af6b5ab94e5a6ad59
diff --git a/textproc/libxml2/patches/patch-encoding.c b/textproc/libxml2/patches/patch-encoding.c
index 68c2f469288..7a8e93409f8 100644
--- a/textproc/libxml2/patches/patch-encoding.c
+++ b/textproc/libxml2/patches/patch-encoding.c
@@ -2,6 +2,7 @@ $NetBSD$
Avoid potential undefined behaviour by casting arg to toupper()
to an appropriate value range.
+https://bugzilla.gnome.org/show_bug.cgi?id=766838
Also, on NetBSD, add CP1141 encoding alias.
diff --git a/textproc/libxml2/patches/patch-runtest.c b/textproc/libxml2/patches/patch-runtest.c
index 9bad4766411..4a3c82ac1ea 100644
--- a/textproc/libxml2/patches/patch-runtest.c
+++ b/textproc/libxml2/patches/patch-runtest.c
@@ -2,6 +2,7 @@ $NetBSD$
Since this is built with C90, and %zu isn't supported then, cast
the size_t argument to long to match the format.
+https://bugzilla.gnome.org/show_bug.cgi?id=766839
--- runtest.c.orig 2016-05-23 07:25:25.000000000 +0000
+++ runtest.c
diff --git a/textproc/libxml2/patches/patch-testlimits.c b/textproc/libxml2/patches/patch-testlimits.c
index f841cb82d32..60332ae0695 100644
--- a/textproc/libxml2/patches/patch-testlimits.c
+++ b/textproc/libxml2/patches/patch-testlimits.c
@@ -2,6 +2,7 @@ $NetBSD$
Since this is built with C90, and %zu isn't supported then, cast
the size_t argument to unsigned long to match the format.
+https://bugzilla.gnome.org/show_bug.cgi?id=766839
--- testlimits.c.orig 2016-02-09 10:17:34.000000000 +0000
+++ testlimits.c
diff --git a/textproc/libxml2/patches/patch-timsort.h b/textproc/libxml2/patches/patch-timsort.h
index 0a5ef3f01b1..15e5d6bb871 100644
--- a/textproc/libxml2/patches/patch-timsort.h
+++ b/textproc/libxml2/patches/patch-timsort.h
@@ -1,6 +1,7 @@
$NetBSD$
Cast argument (gcc says "unsigned int") to match %lu format.
+https://bugzilla.gnome.org/show_bug.cgi?id=766839
--- timsort.h.orig 2016-02-09 10:17:34.000000000 +0000
+++ timsort.h
diff --git a/textproc/libxml2/patches/patch-xmlIO.c b/textproc/libxml2/patches/patch-xmlIO.c
index 7079727e8b9..1ee175b79c1 100644
--- a/textproc/libxml2/patches/patch-xmlIO.c
+++ b/textproc/libxml2/patches/patch-xmlIO.c
@@ -2,6 +2,7 @@ $NetBSD$
Since this is built with C90, and %zu isn't supported then, cast
the size_t argument to unsigned long to match the format.
+https://bugzilla.gnome.org/show_bug.cgi?id=766839
--- xmlIO.c.orig 2016-05-23 07:25:25.000000000 +0000
+++ xmlIO.c