Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zeek: update to 6.1.0.
@ 2023-11-01 13:45 abenson
  2023-11-01 13:46 ` [PR PATCH] [Updated] " abenson
  2023-11-04 11:56 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: abenson @ 2023-11-01 13:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages zeek_6.1.0
https://github.com/void-linux/void-packages/pull/47008

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

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

#### Local build testing

```
pkg      host         target        cross  result
spicy    x86_64       x86_64        n      OK
zeek     x86_64       x86_64        n      OK
spicy    x86_64-musl  x86_64-musl   n      OK
zeek     x86_64-musl  x86_64-musl   n      OK
spicy    i686         i686          n      OK
zeek     i686         i686          n      OK
spicy    x86_64       aarch64-musl  y      OK
zeek     x86_64       aarch64-musl  y      OK
spicy    x86_64       aarch64       y      OK
zeek     x86_64       aarch64       y      OK
spicy    x86_64       armv7l-musl   y      OK
zeek     x86_64       armv7l-musl   y      OK
spicy    x86_64       armv7l        y      OK
zeek     x86_64       armv7l        y      OK
spicy    x86_64       armv6l-musl   y      OK
zeek     x86_64       armv6l-musl   y      SKIPPED
spicy    x86_64       armv6l        y      OK
zeek     x86_64       armv6l        y      SKIPPED
```

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zeek_6.1.0-47008.patch --]
[-- Type: text/x-diff, Size: 3324 bytes --]

From bc9072f48ca2152f03df41156bbd29754b63535f Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 1 Nov 2023 12:50:22 +0100
Subject: [PATCH 1/3] xml2rfc: update to 3.18.2.

---
 srcpkgs/xml2rfc/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xml2rfc/template b/srcpkgs/xml2rfc/template
index 7178204dfcb4f..30f8955ad3495 100644
--- a/srcpkgs/xml2rfc/template
+++ b/srcpkgs/xml2rfc/template
@@ -1,7 +1,7 @@
 # Template file for 'xml2rfc'
 pkgname=xml2rfc
-version=3.18.1
-revision=2
+version=3.18.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-ConfigArgParse python3-html5lib
@@ -13,7 +13,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://ietf-tools.github.io/xml2rfc/"
 distfiles="https://github.com/ietf-tools/xml2rfc/releases/download/v${version}/xml2rfc-${version}.tar.gz"
-checksum=f83424760f69c33b37c1d4fc8b4e7b0689e9c99480549538f22952f04ed51003
+checksum=87a765b5e9c133ea5f7974708c7dabb5e66fc14ec49fe381783243207eb11238
 make_check=no # too many dependencies
 
 post_install() {

From b1ef8ed554ae1b7c7bcd7e2972826bb3a42452fe Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 1 Nov 2023 12:58:25 +0100
Subject: [PATCH 2/3] spicy: update to 1.9.0.

---
 srcpkgs/spicy/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/spicy/template b/srcpkgs/spicy/template
index b6c2f3a30b5fd..e41bf49ece06d 100644
--- a/srcpkgs/spicy/template
+++ b/srcpkgs/spicy/template
@@ -1,6 +1,6 @@
 # Template file for 'spicy'
 pkgname=spicy
-version=1.8.1
+version=1.9.0
 revision=1
 build_style=cmake
 build_helper=qemu
@@ -11,7 +11,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://docs.zeek.org/projects/spicy/en/latest/"
 distfiles="https://github.com/zeek/spicy/releases/download/v${version}/spicy.tar.gz"
-checksum=016d2ba6dc7a35e007bc8519afd7dec4ede15a129ce7b268ebd90865d8da9fa8
+checksum=b2bc57fe43585746048497dd76cc2e1cb33633596f98d31c54fff22b52ca0b00
 
 if [ "$CROSS_BUILD" ]; then
 	export CROSSCOMPILE_EMULATOR="/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static"

From dddde25d0d2d173d584544535fe8f1e3af768e2b Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 1 Nov 2023 12:58:18 +0100
Subject: [PATCH 3/3] zeek: update to 6.1.0.

---
 srcpkgs/zeek/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zeek/template b/srcpkgs/zeek/template
index 77d331aa50245..3e0b642c4ebcc 100644
--- a/srcpkgs/zeek/template
+++ b/srcpkgs/zeek/template
@@ -1,7 +1,7 @@
 # Template file for 'zeek'
 pkgname=zeek
-version=6.0.1
-revision=2
+version=6.1.0
+revision=1
 archs="x86_64* i686* aarch64* armv7* ppc64*"
 build_style=cmake
 build_helper=qemu
@@ -15,7 +15,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://www.zeek.org"
 distfiles="https://download.zeek.org/zeek-${version}.tar.gz"
-checksum=cfc329a170439195d7070ec5387d95cdda7eb6b86ac85ec707b9ed0e9d576a29
+checksum=fb756f4b97809755b5dec38927c49477ff06aa647dfcd2b88025b1be1b6a358e
 make_check=no # checks are broken
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then

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

* Re: [PR PATCH] [Updated] zeek: update to 6.1.0.
  2023-11-01 13:45 [PR PATCH] zeek: update to 6.1.0 abenson
@ 2023-11-01 13:46 ` abenson
  2023-11-04 11:56 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-11-01 13:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages zeek_6.1.0
https://github.com/void-linux/void-packages/pull/47008

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

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

#### Local build testing

```
pkg      host         target        cross  result
spicy    x86_64       x86_64        n      OK
zeek     x86_64       x86_64        n      OK
spicy    x86_64-musl  x86_64-musl   n      OK
zeek     x86_64-musl  x86_64-musl   n      OK
spicy    i686         i686          n      OK
zeek     i686         i686          n      OK
spicy    x86_64       aarch64-musl  y      OK
zeek     x86_64       aarch64-musl  y      OK
spicy    x86_64       aarch64       y      OK
zeek     x86_64       aarch64       y      OK
spicy    x86_64       armv7l-musl   y      OK
zeek     x86_64       armv7l-musl   y      OK
spicy    x86_64       armv7l        y      OK
zeek     x86_64       armv7l        y      OK
spicy    x86_64       armv6l-musl   y      OK
zeek     x86_64       armv6l-musl   y      SKIPPED
spicy    x86_64       armv6l        y      OK
zeek     x86_64       armv6l        y      SKIPPED
```

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zeek_6.1.0-47008.patch --]
[-- Type: text/x-diff, Size: 2149 bytes --]

From c41df370eb45357dff50f7d52c08749afb18941a Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 1 Nov 2023 12:58:25 +0100
Subject: [PATCH 1/2] spicy: update to 1.9.0.

---
 srcpkgs/spicy/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/spicy/template b/srcpkgs/spicy/template
index b6c2f3a30b5fd..e41bf49ece06d 100644
--- a/srcpkgs/spicy/template
+++ b/srcpkgs/spicy/template
@@ -1,6 +1,6 @@
 # Template file for 'spicy'
 pkgname=spicy
-version=1.8.1
+version=1.9.0
 revision=1
 build_style=cmake
 build_helper=qemu
@@ -11,7 +11,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://docs.zeek.org/projects/spicy/en/latest/"
 distfiles="https://github.com/zeek/spicy/releases/download/v${version}/spicy.tar.gz"
-checksum=016d2ba6dc7a35e007bc8519afd7dec4ede15a129ce7b268ebd90865d8da9fa8
+checksum=b2bc57fe43585746048497dd76cc2e1cb33633596f98d31c54fff22b52ca0b00
 
 if [ "$CROSS_BUILD" ]; then
 	export CROSSCOMPILE_EMULATOR="/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static"

From 35b5b03c656de9d236006a99ed194dd0ebe2b791 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 1 Nov 2023 12:58:18 +0100
Subject: [PATCH 2/2] zeek: update to 6.1.0.

---
 srcpkgs/zeek/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zeek/template b/srcpkgs/zeek/template
index 77d331aa50245..3e0b642c4ebcc 100644
--- a/srcpkgs/zeek/template
+++ b/srcpkgs/zeek/template
@@ -1,7 +1,7 @@
 # Template file for 'zeek'
 pkgname=zeek
-version=6.0.1
-revision=2
+version=6.1.0
+revision=1
 archs="x86_64* i686* aarch64* armv7* ppc64*"
 build_style=cmake
 build_helper=qemu
@@ -15,7 +15,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://www.zeek.org"
 distfiles="https://download.zeek.org/zeek-${version}.tar.gz"
-checksum=cfc329a170439195d7070ec5387d95cdda7eb6b86ac85ec707b9ed0e9d576a29
+checksum=fb756f4b97809755b5dec38927c49477ff06aa647dfcd2b88025b1be1b6a358e
 make_check=no # checks are broken
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then

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

* Re: [PR PATCH] [Merged]: zeek: update to 6.1.0.
  2023-11-01 13:45 [PR PATCH] zeek: update to 6.1.0 abenson
  2023-11-01 13:46 ` [PR PATCH] [Updated] " abenson
@ 2023-11-04 11:56 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-11-04 11:56 UTC (permalink / raw)
  To: ml

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

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

zeek: update to 6.1.0.
https://github.com/void-linux/void-packages/pull/47008

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

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

#### Local build testing

```
pkg      host         target        cross  result
spicy    x86_64       x86_64        n      OK
zeek     x86_64       x86_64        n      OK
spicy    x86_64-musl  x86_64-musl   n      OK
zeek     x86_64-musl  x86_64-musl   n      OK
spicy    i686         i686          n      OK
zeek     i686         i686          n      OK
spicy    x86_64       aarch64-musl  y      OK
zeek     x86_64       aarch64-musl  y      OK
spicy    x86_64       aarch64       y      OK
zeek     x86_64       aarch64       y      OK
spicy    x86_64       armv7l-musl   y      OK
zeek     x86_64       armv7l-musl   y      OK
spicy    x86_64       armv7l        y      OK
zeek     x86_64       armv7l        y      OK
spicy    x86_64       armv6l-musl   y      OK
zeek     x86_64       armv6l-musl   y      SKIPPED
spicy    x86_64       armv6l        y      OK
zeek     x86_64       armv6l        y      SKIPPED
```

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

end of thread, other threads:[~2023-11-04 11:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-01 13:45 [PR PATCH] zeek: update to 6.1.0 abenson
2023-11-01 13:46 ` [PR PATCH] [Updated] " abenson
2023-11-04 11:56 ` [PR PATCH] [Merged]: " abenson

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).