gd: Upgrade from 2.0.33 to 2.0.36RC1
authorHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 1 Mar 2010 23:22:40 +0000 (00:22 +0100)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 1 Mar 2010 23:25:23 +0000 (00:25 +0100)
* Move the checksums into the recipe
* Pick 2.0.35+2.0.36rc1 as the name to remain easily upgradable
* This should resolve:
    http://portaudit.FreeBSD.org/6e099997-25d8-11dc-878b-000c29c5647f.html
    http://portaudit.FreeBSD.org/4e8344a3-ca52-11de-8ee8-00215c6a37bb.html

conf/checksums.ini
recipes/gd/gd_2.0.35+2.0.36rc1.bb [moved from recipes/gd/gd_2.0.33.bb with 75% similarity]

index ac4aeaa..0651728 100644 (file)
@@ -8454,10 +8454,6 @@ sha256=c3b8b7b57019927dad40870c379eecfa6389443f7e2096aa0157a0224d400da1
 md5=e1a41daf3bfc221afaf56751dc506f95
 sha256=e6bff5c00d7d93bade78535573494673f581118c38a8ca13c3afd63809335ba0
 
-[http://www.boutell.com/gd/http/gd-2.0.33.tar.gz]
-md5=be0a6d326cd8567e736fbc75df0a5c45
-sha256=2ba10c830e24781ec2e0594c6e49353e512e8bda782bc9a1851e70a5e8ced93e
-
 [http://downloads.sourceforge.net/gdado/gdado-2.2.tar.gz]
 md5=b84114df6ca8b20560524afed0e21b25
 sha256=cc272f097832e074804bf405f2c013b4f941ad57f0f5f5ec6c08edecc9ad17fa
similarity index 75%
rename from recipes/gd/gd_2.0.33.bb
rename to recipes/gd/gd_2.0.35+2.0.36rc1.bb
index 7e47b08..efba70e 100644 (file)
@@ -4,8 +4,11 @@ DESCRIPTION = "gd is a library used to create PNG, JPEG, or WBMP images."
 DEPENDS = "libpng jpeg zlib"
 PR = "r2"
 
-SRC_URI = "http://www.boutell.com/gd/http/gd-${PV}.tar.gz"
-S = "${WORKDIR}/gd-${PV}"
+SRC_URI = "http://www.libgd.org/releases/gd-2.0.36RC1.tar.gz;name=src"
+SRC_URI[src.md5sum] = "39ac48e6d5e0012a3bd2248a0102f209"
+SRC_URI[src.sha256sum] = "dd7c1795271221b9237769b96b8cec7fbdc5db7b8954d864ead51fc1296a6ac8"
+
+S = "${WORKDIR}/gd-2.0.36RC1"
 
 inherit autotools binconfig gettext