Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] zeek: update to 6.1.0.
Date: Wed, 01 Nov 2023 14:45:45 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47008@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2023-11-01 13:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-01 13:45 abenson [this message]
2023-11-01 13:46 ` [PR PATCH] [Updated] " abenson
2023-11-04 11:56 ` [PR PATCH] [Merged]: " abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47008@inbox.vuxu.org \
    --to=abenson@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).