Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] oniguruma: update to 6.9.8.
@ 2023-01-31 20:44 mhmdanas
  2023-01-31 20:46 ` [PR PATCH] [Updated] " mhmdanas
  2023-02-01 14:41 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-01-31 20:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1230 bytes --]

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages oniguruma-6.9.8
https://github.com/void-linux/void-packages/pull/42003

oniguruma: update to 6.9.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42003.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-oniguruma-6.9.8-42003.patch --]
[-- Type: text/x-diff, Size: 1274 bytes --]

From 163705e806342df095aa06038a24ff8cfeb5f9df Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 31 Jan 2023 20:43:22 +0000
Subject: [PATCH] oniguruma: update to 6.9.8.

---
 srcpkgs/oniguruma/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/oniguruma/template b/srcpkgs/oniguruma/template
index 60dc2a6cfd45..6d9ecf2eaae8 100644
--- a/srcpkgs/oniguruma/template
+++ b/srcpkgs/oniguruma/template
@@ -1,16 +1,16 @@
 # Template file for 'oniguruma'
 pkgname=oniguruma
-version=6.9.5.rev1
+version=6.9.8
 revision=1
-_ver="${version%.*}_${version##*.}"
 build_style=gnu-configure
 configure_args="--enable-posix-api=yes"
 short_desc="Multi-charset regular expressions library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://github.com/kkos/oniguruma"
-distfiles="${homepage}/releases/download/v${_ver}/onig-${_ver}.tar.gz"
-checksum=d33c849d1672af227944878cefe0a8fcf26fc62bedba32aa517f2f63c314a99e
+homepage="https://github.com/kkos/oniguruma/releases"
+distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz"
+checksum=28cd62c1464623c7910565fb1ccaaa0104b2fe8b12bcd646e81f73b47535213e
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] oniguruma: update to 6.9.8.
  2023-01-31 20:44 [PR PATCH] oniguruma: update to 6.9.8 mhmdanas
@ 2023-01-31 20:46 ` mhmdanas
  2023-02-01 14:41 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-01-31 20:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1235 bytes --]

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages oniguruma-6.9.8
https://github.com/void-linux/void-packages/pull/42003

oniguruma: update to 6.9.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42003.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-oniguruma-6.9.8-42003.patch --]
[-- Type: text/x-diff, Size: 1275 bytes --]

From d93c7130bc4eecc2444c1bb2c2a9c847a858cbbb Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 31 Jan 2023 20:43:22 +0000
Subject: [PATCH] oniguruma: update to 6.9.8.

---
 srcpkgs/oniguruma/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/oniguruma/template b/srcpkgs/oniguruma/template
index 60dc2a6cfd45..f31cd677b4eb 100644
--- a/srcpkgs/oniguruma/template
+++ b/srcpkgs/oniguruma/template
@@ -1,16 +1,16 @@
 # Template file for 'oniguruma'
 pkgname=oniguruma
-version=6.9.5.rev1
+version=6.9.8
 revision=1
-_ver="${version%.*}_${version##*.}"
 build_style=gnu-configure
 configure_args="--enable-posix-api=yes"
 short_desc="Multi-charset regular expressions library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://github.com/kkos/oniguruma"
-distfiles="${homepage}/releases/download/v${_ver}/onig-${_ver}.tar.gz"
-checksum=d33c849d1672af227944878cefe0a8fcf26fc62bedba32aa517f2f63c314a99e
+changelog="https://github.com/kkos/oniguruma/releases"
+distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz"
+checksum=28cd62c1464623c7910565fb1ccaaa0104b2fe8b12bcd646e81f73b47535213e
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: oniguruma: update to 6.9.8.
  2023-01-31 20:44 [PR PATCH] oniguruma: update to 6.9.8 mhmdanas
  2023-01-31 20:46 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-02-01 14:41 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2023-02-01 14:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1069 bytes --]

There's a merged pull request on the void-packages repository

oniguruma: update to 6.9.8.
https://github.com/void-linux/void-packages/pull/42003

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-01 14:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-31 20:44 [PR PATCH] oniguruma: update to 6.9.8 mhmdanas
2023-01-31 20:46 ` [PR PATCH] [Updated] " mhmdanas
2023-02-01 14:41 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).