diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-02-28 17:32:45 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-02-28 17:34:00 +0100 |
commit | 7872ac2dfdaefd0e1081868705e120c50318c909 (patch) | |
tree | 1a41e76395550aa3ddbb7f4d0fb5edea4a6c1cbd | |
parent | 0b12da9a30a415f7e6351453dc42edbb9b5497a8 (diff) |
libspf2: Upgrade libspf2 to 1.2.9
* Fix licensing. According to the website it is LGPL or two clause BSD
* Fix packaging with the libspf2-bin
* Move the checksum into the bb file
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/libspf2/libspf2_1.0.4.bb | 12 | ||||
-rw-r--r-- | recipes/libspf2/libspf2_1.2.9.bb | 16 |
3 files changed, 16 insertions, 16 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 8accc68972..e1ebfde502 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -16766,10 +16766,6 @@ sha256=774094746748fb0c8985210de0994accdc7095c222fba42c5623e2137443b6cd md5=d0fc91ccb9da401e9e40d2f4612bdac9 sha256=774094746748fb0c8985210de0994accdc7095c222fba42c5623e2137443b6cd -[http://www.libspf2.org/spf/libspf2-1.0.4.tar.gz] -md5=5fe69ba13bf35d505b733247032a8a64 -sha256=222803a98d1e86ac7eee9491beb5fbf30e259a3c74cd4166bda1796374c26cd1 - [http://downloads.sourceforge.net/libspiff/libspiff-0.7.2.tar.bz2] md5=3b291762e0149c975dab9f5ea15bad15 sha256=6b498c1070e17f665625dc3e5113e8af55da5ce3d4d5abf0ae3fec344b8208d4 diff --git a/recipes/libspf2/libspf2_1.0.4.bb b/recipes/libspf2/libspf2_1.0.4.bb deleted file mode 100644 index 8254d25f7c..0000000000 --- a/recipes/libspf2/libspf2_1.0.4.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "libspf2 is a complete and robust implementation of SPF which \ -provides support for many MTAs." -SECTION = "libs/network" -LICENSE = "GPL" -SRC_URI = "http://www.libspf2.org/spf/libspf2-${PV}.tar.gz" -S = "${WORKDIR}/libspf2-${PV}" - -inherit autotools - -PACKAGES =+ "${PN}-bin" -FILES_${PN}-bin = "${bindir}" -FILES_${PN} = "${libdir}/lib*.so.*" diff --git a/recipes/libspf2/libspf2_1.2.9.bb b/recipes/libspf2/libspf2_1.2.9.bb new file mode 100644 index 0000000000..0f491c9b73 --- /dev/null +++ b/recipes/libspf2/libspf2_1.2.9.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "libspf2 is a complete and robust implementation of SPF which \ +provides support for many MTAs." +SECTION = "libs/network" +LICENSE = "LGPL" +SRC_URI = "http://www.libspf2.org/spf/libspf2-${PV}.tar.gz;name=src" +S = "${WORKDIR}/libspf2-${PV}" + +SRC_URI[src.md5sum] = "3305df4d1b13ca964d80b23bb5e4e2b6" +SRC_URI[src.sha256sum] = "4837f6b063b1431673754cbf6bef8979de5ffc4d7f26f6b93abd42787ba04862" + +inherit autotools + +PACKAGES =+ "${PN}-bin-dbg ${PN}-bin" +FILES_${PN}-bin = "${bindir}" +FILES_${PN}-bin-dbg = "${bindir}/.debug" +FILES_${PN} = "${libdir}/lib*.so.*" |