pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/oniguruma oniguruma: update to 6.9.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5e25cd76f5d
branches:  trunk
changeset: 378488:d5e25cd76f5d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 04 06:39:51 2022 +0000

description:
oniguruma: update to 6.9.8.

    Update Unicode version 14.0.0
    Whole options
        (?C) : ONIG_OPTION_DONT_CAPTURE_GROUP
        (?I) : ONIG_OPTION_IGNORECASE_IS_ASCII
        (?L) : ONIG_OPTION_FIND_LONGEST
    Fixed some problems found by OSS-Fuzz

diffstat:

 textproc/oniguruma/Makefile |  6 +++---
 textproc/oniguruma/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 26654ad53dda -r d5e25cd76f5d textproc/oniguruma/Makefile
--- a/textproc/oniguruma/Makefile       Wed May 04 06:35:59 2022 +0000
+++ b/textproc/oniguruma/Makefile       Wed May 04 06:39:51 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2021/04/15 18:44:31 adam Exp $
+# $NetBSD: Makefile,v 1.25 2022/05/04 06:39:51 wiz Exp $
 
-DISTNAME=      onig-6.9.7.1
+DISTNAME=      onig-6.9.8
 PKGNAME=       ${DISTNAME:S/onig/oniguruma/}
 CATEGORIES=    textproc devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kkos/}
@@ -12,7 +12,7 @@
 COMMENT=       Regular expressions library
 LICENSE=       2-clause-bsd
 
-WRKSRC=                ${WRKDIR}/${DISTNAME:R}
+#WRKSRC=               ${WRKDIR}/${DISTNAME:R}
 
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
diff -r 26654ad53dda -r d5e25cd76f5d textproc/oniguruma/distinfo
--- a/textproc/oniguruma/distinfo       Wed May 04 06:35:59 2022 +0000
+++ b/textproc/oniguruma/distinfo       Wed May 04 06:39:51 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2021/10/26 11:22:25 nia Exp $
+$NetBSD: distinfo,v 1.24 2022/05/04 06:39:51 wiz Exp $
 
-BLAKE2s (onig-6.9.7.1.tar.gz) = e23f20be6f4d62d363dc58a7c657a424a346d7366f871db2af64a4f5375dd491
-SHA512 (onig-6.9.7.1.tar.gz) = 17711e0d451c41e74cb3f8ab4e78b0181578ef42cb35dc64e87871c82a41909334cb4eeb03eccdccf6904f699e6e82b0dbb54077138225b9b95471fcdeb8c486
-Size (onig-6.9.7.1.tar.gz) = 935705 bytes
+BLAKE2s (onig-6.9.8.tar.gz) = 5958b5bfe612cb9a3fef1e49469fa3327392c116c8bdfb37901e35de1494585c
+SHA512 (onig-6.9.8.tar.gz) = 5a3d220961c22cda981bbae06dc383401771362cdf67e4f0b5d2fa8951a03907362edae498f63226287e70715c0abe4acdd22ec3ceb74bbb226234a52c36a4d7
+Size (onig-6.9.8.tar.gz) = 944148 bytes



Home | Main Index | Thread Index | Old Index