From f859cc739b802ed4b39eb8eb243d164699bf54af Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 9 Apr 2026 07:29:08 +0200 Subject: [PATCH 1/2] [new product] Adds Oniguruma --- products/oniguruma.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 products/oniguruma.md diff --git a/products/oniguruma.md b/products/oniguruma.md new file mode 100644 index 00000000000..62642f97570 --- /dev/null +++ b/products/oniguruma.md @@ -0,0 +1,42 @@ +--- +title: Oniguruma +addedAt: 2026-04-09 +category: framework +permalink: /oniguruma +releasePolicyLink: https://github.com/kkos/oniguruma +changelogTemplate: https://github.com/kkos/oniguruma/releases/tag/v__LATEST__/ +eolColumn: Support + +identifiers: + - repology: oniguruma + - purl: pkg:github/kkos/oniguruma + - purl: pkg:deb/debian/libonig + - purl: pkg:deb/ubuntu/libonig + - purl: pkg:rpm/fedora/oniguruma + - purl: pkg:apk/alpine/oniguruma + - purl: pkg:apk/alpine/oniguruma-dev + - purl: pkg:alpm/arch/oniguruma + - cpe: cpe:2.3:a:oniguruma_project:oniguruma + +auto: + methods: + - git: https://github.com/kkos/oniguruma + +releases: + - releaseCycle: "6" + releaseDate: 2016-05-09 + eol: 2025-04-24 + latest: "6.9.10" + latestReleaseDate: 2025-01-01 + - releaseCycle: "5" + eol: 2016-05-09 + releaseDate: 2006-10-19 + latest: "5.9.6" + latestReleaseDate: 2015-09-07 + +--- + +> [Oniguruma](https://github.com/kkos/oniguruma) was a regular expression library by K. Kosako that supported a +> variety of character encodings and backtracking. It is used in many projects including Ruby, PHP, and uutils. + +Oniguruma was archived in April 2025. \ No newline at end of file From a1747f74d986c20bf92bba519ae348cfd51abe50 Mon Sep 17 00:00:00 2001 From: Marc Wrobel Date: Thu, 9 Apr 2026 22:26:28 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Marc Wrobel --- products/oniguruma.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/products/oniguruma.md b/products/oniguruma.md index 62642f97570..751be3f01b8 100644 --- a/products/oniguruma.md +++ b/products/oniguruma.md @@ -2,6 +2,7 @@ title: Oniguruma addedAt: 2026-04-09 category: framework +tags: discontinued permalink: /oniguruma releasePolicyLink: https://github.com/kkos/oniguruma changelogTemplate: https://github.com/kkos/oniguruma/releases/tag/v__LATEST__/ @@ -19,6 +20,7 @@ identifiers: - cpe: cpe:2.3:a:oniguruma_project:oniguruma auto: + disabled: true # the product is discontinued methods: - git: https://github.com/kkos/oniguruma @@ -28,6 +30,7 @@ releases: eol: 2025-04-24 latest: "6.9.10" latestReleaseDate: 2025-01-01 + - releaseCycle: "5" eol: 2016-05-09 releaseDate: 2006-10-19 @@ -36,7 +39,7 @@ releases: --- -> [Oniguruma](https://github.com/kkos/oniguruma) was a regular expression library by K. Kosako that supported a -> variety of character encodings and backtracking. It is used in many projects including Ruby, PHP, and uutils. +> [Oniguruma](https://github.com/kkos/oniguruma) was a regular expression library by K. Kosako that supported a variety of character encodings and backtracking. +> It is used in many projects including Ruby, PHP, and uutils. Oniguruma was archived in April 2025. \ No newline at end of file