Browse Source

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>
Andre McCurdy 7 years ago
parent
commit
dacf9a88c3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      meta-oe/recipes-support/onig/onig_5.9.6.bb

+ 2 - 2
meta-oe/recipes-support/onig/onig_5.9.3.bb → 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
            file://do-not-use-system-headers.patch \
            file://configure.patch"
 
-SRC_URI[md5sum] = "0d4eda2066d3c92970842a6790ce897a"
-SRC_URI[sha256sum] = "c3bba66b2a84760e6582c40881db97c839d94f327870009724bb8b4d0c051f2a"
+SRC_URI[md5sum] = "d08f10ea5c94919780e6b7bed1ef9830"
+SRC_URI[sha256sum] = "d5642010336a6f68b7f2e34b1f1cb14be333e4d95c2ac02b38c162caf44e47a7"
 
 BINCONFIG = "${bindir}/onig-config"