diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-05-07 13:53:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-12 09:37:29 +0100 |
commit | 23e850c332504af128a338fae67cf8957bf20bd1 (patch) | |
tree | cfa1d6e05f7c71509dc05336fe0e987771baa763 /meta/recipes-core/libxml | |
parent | c13fc388819320c274ca93d51efbd2a11d6f9bd7 (diff) | |
download | poky-23e850c332504af128a338fae67cf8957bf20bd1.tar.gz |
libxml2: Update to 2.9.1
Copyright date and generalize authors clause
(From OE-Core rev: 3b4fe8c1b681d5e5bb1d1a7c6d68016681667873)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml')
-rw-r--r-- | meta/recipes-core/libxml/libxml2.inc | 4 | ||||
-rw-r--r-- | meta/recipes-core/libxml/libxml2_2.9.0.bb | 9 | ||||
-rw-r--r-- | meta/recipes-core/libxml/libxml2_2.9.1.bb | 7 |
3 files changed, 8 insertions, 12 deletions
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index 615c89e856..91cc14b816 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc | |||
@@ -4,13 +4,11 @@ HOMEPAGE = "http://www.xmlsoft.org/" | |||
4 | BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml2" | 4 | BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml2" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://Copyright;md5=bb90c48926316d9af6e2d70ca7013ade \ | 7 | LIC_FILES_CHKSUM = "file://Copyright;md5=2044417e2e5006b65a8b9067b683fcf1 \ |
8 | file://hash.c;beginline=6;endline=15;md5=96f7296605eae807670fb08947829969 \ | 8 | file://hash.c;beginline=6;endline=15;md5=96f7296605eae807670fb08947829969 \ |
9 | file://list.c;beginline=4;endline=13;md5=cdbfa3dee51c099edb04e39f762ee907 \ | 9 | file://list.c;beginline=4;endline=13;md5=cdbfa3dee51c099edb04e39f762ee907 \ |
10 | file://trio.c;beginline=5;endline=14;md5=6c025753c86d958722ec76e94cae932e" | 10 | file://trio.c;beginline=5;endline=14;md5=6c025753c86d958722ec76e94cae932e" |
11 | 11 | ||
12 | INC_PR = "r1" | ||
13 | |||
14 | DEPENDS_class-native = "python-native" | 12 | DEPENDS_class-native = "python-native" |
15 | DEPENDS =+ "zlib" | 13 | DEPENDS =+ "zlib" |
16 | 14 | ||
diff --git a/meta/recipes-core/libxml/libxml2_2.9.0.bb b/meta/recipes-core/libxml/libxml2_2.9.0.bb deleted file mode 100644 index ecc19fbcbb..0000000000 --- a/meta/recipes-core/libxml/libxml2_2.9.0.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | require libxml2.inc | ||
2 | |||
3 | PR = "${INC_PR}.1" | ||
4 | |||
5 | SRC_URI[md5sum] = "5b9bebf4f5d2200ae2c4efe8fa6103f7" | ||
6 | SRC_URI[sha256sum] = "ad25d91958b7212abdc12b9611cfb4dc4e5cddb6d1e9891532f48aacee422b82" | ||
7 | |||
8 | SRC_URI += "file://libxml2-CVE-2012-2871.patch \ | ||
9 | " | ||
diff --git a/meta/recipes-core/libxml/libxml2_2.9.1.bb b/meta/recipes-core/libxml/libxml2_2.9.1.bb new file mode 100644 index 0000000000..a1093ed86c --- /dev/null +++ b/meta/recipes-core/libxml/libxml2_2.9.1.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require libxml2.inc | ||
2 | |||
3 | SRC_URI += "file://libxml2-CVE-2012-2871.patch \ | ||
4 | " | ||
5 | |||
6 | SRC_URI[md5sum] = "9c0cfef285d5c4a5c80d00904ddab380" | ||
7 | SRC_URI[sha256sum] = "fd3c64cb66f2c4ea27e934d275904d92cec494a8e8405613780cbc8a71680fdb" | ||