"This is a bug that if the look-behind contains a branch with a
character length of 0 and an anchor is included in the branch, the whole
look-behind is ignored."
This commit is contained in:
sthen 2020-04-27 13:59:26 +00:00
parent 17a8140472
commit 9e7d133808
2 changed files with 7 additions and 6 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.17 2020/04/21 19:37:52 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2020/04/27 13:59:26 sthen Exp $
COMMENT= regular expressions library
V= 6.9.5
DISTNAME= onig-$V
PKGNAME= oniguruma-$V
DISTNAME= onig-$V-rev1
PKGNAME= oniguruma-$Vpl1
WRKDIST= ${WRKDIR}/onig-$V
SHARED_LIBS += onig 7.0 # 5.0
@ -17,7 +18,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE= Yes
MASTER_SITES= https://github.com/kkos/oniguruma/releases/download/v$V/
MASTER_SITES= https://github.com/kkos/oniguruma/releases/download/v$V_rev1/
SEPARATE_BUILD= Yes
DEBUG_PACKAGES= ${BUILD_PACKAGES}

View File

@ -1,2 +1,2 @@
SHA256 (onig-6.9.5.tar.gz) = LyXMMWXm2ksS3Kvba3fEj0Ntg14SfsLjyterrp6o6aY=
SIZE (onig-6.9.5.tar.gz) = 889552
SHA256 (onig-6.9.5-rev1.tar.gz) = 0zyEnRZyryJ5RIeM7+Co/PJvxivtujKqUX8vY8MUqZ4=
SIZE (onig-6.9.5-rev1.tar.gz) = 889770