diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-09-30 15:30:13 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-10-05 18:21:13 +0200 |
commit | dacf9a88c360f65bdcdb4ecad85ed28c6b1f585e (patch) | |
tree | 8211dc7cfa4621c23901af6f28ec6cff1f1c209f /meta-oe/recipes-support | |
parent | a6ad7862523c8b36d6cf6c24546ffc45377f4fb7 (diff) | |
download | meta-openembedded-dacf9a88c360f65bdcdb4ecad85ed28c6b1f585e.tar.gz |
onig: update 5.9.3 -> 5.9.6
2014/12/12: Version 5.9.6
2013/11/27: [impl] add onigenc_end_unicode(). (thanks Takenori Imoto)
2013/11/27: [impl] add onig_add_end_call(). (thanks Takenori Imoto)
2013/10/21: Version 5.9.5
2013/10/21: [impl] escape warnings for -Wall. (regparse.c)
2013/10/21: [bug] fixes an issue on Windows x64. (thanks Anatoliy Belsky)
The issue was discovered in PHP, see https://bugs.php.net/64769.
2013/10/21: [impl] remove unused variable. (regcomp.c)
2013/04/04: Version 5.9.4
2013/04/04: [dev] remove Makefile.in from git repository.
2013/04/04: [dist] add oniguruma.pc.in file. (for pkg-config)
(thanks Giulio Paci)
https://web.archive.org/web/20150702035706/http://www.geocities.jp/kosako3/oniguruma/HISTORY_5X.txt
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/onig/onig_5.9.6.bb (renamed from meta-oe/recipes-support/onig/onig_5.9.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/onig/onig_5.9.3.bb b/meta-oe/recipes-support/onig/onig_5.9.6.bb index 416c2bf68..abbaf98c0 100644 --- a/meta-oe/recipes-support/onig/onig_5.9.3.bb +++ b/meta-oe/recipes-support/onig/onig_5.9.6.bb | |||
@@ -9,8 +9,8 @@ SRC_URI = "https://web.archive.org/web/20150807014439/http://www.geocities.jp/ko | |||
9 | file://do-not-use-system-headers.patch \ | 9 | file://do-not-use-system-headers.patch \ |
10 | file://configure.patch" | 10 | file://configure.patch" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "0d4eda2066d3c92970842a6790ce897a" | 12 | SRC_URI[md5sum] = "d08f10ea5c94919780e6b7bed1ef9830" |
13 | SRC_URI[sha256sum] = "c3bba66b2a84760e6582c40881db97c839d94f327870009724bb8b4d0c051f2a" | 13 | SRC_URI[sha256sum] = "d5642010336a6f68b7f2e34b1f1cb14be333e4d95c2ac02b38c162caf44e47a7" |
14 | 14 | ||
15 | BINCONFIG = "${bindir}/onig-config" | 15 | BINCONFIG = "${bindir}/onig-config" |
16 | 16 | ||