pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gd Add upstream report URL per PR 48334.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26c4956d2848
branches:  trunk
changeset: 626421:26c4956d2848
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Nov 11 21:34:40 2013 +0000

description:
Add upstream report URL per PR 48334.

diffstat:

 graphics/gd/distinfo                    |  4 ++--
 graphics/gd/patches/patch-src_gd__bmp.c |  5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r c4d6376fe35e -r 26c4956d2848 graphics/gd/distinfo
--- a/graphics/gd/distinfo      Mon Nov 11 20:38:15 2013 +0000
+++ b/graphics/gd/distinfo      Mon Nov 11 21:34:40 2013 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.34 2013/11/11 20:38:15 dholland Exp $
+$NetBSD: distinfo,v 1.35 2013/11/11 21:34:40 dholland Exp $
 
 SHA1 (libgd-2.1.0.tar.xz) = 66c56fc07246b66ba649c83e996fd2085ea2f9e2
 RMD160 (libgd-2.1.0.tar.xz) = 3fcdf88e1ca653ffd40ddba607dbc317ca87bf63
 Size (libgd-2.1.0.tar.xz) = 2004304 bytes
 SHA1 (patch-aa) = 00198349dd9cff60f1f5738524096a251057eb16
 SHA1 (patch-ab) = 300ffacf47d7421fc9efb7b3fd9e93f011de1b4b
-SHA1 (patch-src_gd__bmp.c) = ec0916d5f6f118fc50de7b2482cfb2fd39b3ae12
+SHA1 (patch-src_gd__bmp.c) = 4db300a26cebae6fb6f14564c5648608d7ed6cc5
diff -r c4d6376fe35e -r 26c4956d2848 graphics/gd/patches/patch-src_gd__bmp.c
--- a/graphics/gd/patches/patch-src_gd__bmp.c   Mon Nov 11 20:38:15 2013 +0000
+++ b/graphics/gd/patches/patch-src_gd__bmp.c   Mon Nov 11 21:34:40 2013 +0000
@@ -1,9 +1,12 @@
-$NetBSD: patch-src_gd__bmp.c,v 1.1 2013/11/11 20:38:15 dholland Exp $
+$NetBSD: patch-src_gd__bmp.c,v 1.2 2013/11/11 21:34:40 dholland Exp $
 
 Don't use ceill(); it isn't remotely needed here (it is probably a
 typo) and causes build failure on platforms where it isn't available.
 See PR 48334.
 
+upstream report:
+https://bitbucket.org/libgd/gd-libgd/issue/98/gd_bmpc-use-of-both-ceil-and-ceill
+
 --- src/gd_bmp.c~      2013-06-25 09:58:23.000000000 +0000
 +++ src/gd_bmp.c
 @@ -792,7 +792,7 @@ static int bmp_read_1bit(gdImagePtr im, 



Home | Main Index | Thread Index | Old Index