diff options
author | Bian Naimeng <biannm@cn.fujitsu.com> | 2015-01-28 12:04:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-03 14:53:53 +0000 |
commit | 88a966a6e23087cf7fee58b18113e962d24425be (patch) | |
tree | d77ee14c50c9b8a063e7104c272712c344d5ceb6 /meta/recipes-support/gnutls | |
parent | 29d961a7e0fd321de68140cec083b6454fc67e63 (diff) | |
download | poky-88a966a6e23087cf7fee58b18113e962d24425be.tar.gz |
gnutls: update to 3.3.12
update to 3.3.12 to fix some bugs.
http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/7967
(From OE-Core rev: 894edb243a984654bb929bbbaf299d89167801f1)
Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.3.11.bb | 9 | ||||
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.3.12.bb | 7 |
2 files changed, 7 insertions, 9 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.3.11.bb b/meta/recipes-support/gnutls/gnutls_3.3.11.bb deleted file mode 100644 index 7ad462ae90..0000000000 --- a/meta/recipes-support/gnutls/gnutls_3.3.11.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | require gnutls.inc | ||
2 | |||
3 | PR = "r1" | ||
4 | |||
5 | SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ | ||
6 | file://configure.ac-fix-sed-command.patch \ | ||
7 | " | ||
8 | SRC_URI[md5sum] = "b657e3010c10cae2244e7ce79ee3d446" | ||
9 | SRC_URI[sha256sum] = "aef28d629b6ba824bd435f9b23506525e657e3746d4aa021296b13cbaaa6ae71" | ||
diff --git a/meta/recipes-support/gnutls/gnutls_3.3.12.bb b/meta/recipes-support/gnutls/gnutls_3.3.12.bb new file mode 100644 index 0000000000..0d6ec756e6 --- /dev/null +++ b/meta/recipes-support/gnutls/gnutls_3.3.12.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require gnutls.inc | ||
2 | |||
3 | SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ | ||
4 | file://configure.ac-fix-sed-command.patch \ | ||
5 | " | ||
6 | SRC_URI[md5sum] = "a37b20b4352a5f542367ded904729c90" | ||
7 | SRC_URI[sha256sum] = "67ab3e92c5d48f3323b897d7c1aa0bb2af6f3a84f5bd9931cda163a7ff32299b" | ||