Github messages for voidlinux
 help / color / mirror / Atom feed
From: klarasm <klarasm@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] bird: update to 2.13
Date: Tue, 25 Apr 2023 09:12:38 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43604@inbox.vuxu.org> (raw)

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

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

https://github.com/klarasm/void-packages bird-2.13
https://github.com/void-linux/void-packages/pull/43604

bird: update to 2.13
- drop patch for failing tests on musl, not needed anymore
- upstream changed versioning

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc, x86_64-musl)
- 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/43604.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bird-2.13-43604.patch --]
[-- Type: text/x-diff, Size: 2163 bytes --]

From c758ff449821257a903a67c155a093d5d38bce1b Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Sun, 23 Apr 2023 17:54:30 +0200
Subject: [PATCH] bird: update to 2.13

- drop patch for failing tests, not needed anymore
- upstream changed versioning
---
 srcpkgs/bird/patches/fix-tests-musl.patch | 25 -----------------------
 srcpkgs/bird/template                     |  4 ++--
 2 files changed, 2 insertions(+), 27 deletions(-)
 delete mode 100644 srcpkgs/bird/patches/fix-tests-musl.patch

diff --git a/srcpkgs/bird/patches/fix-tests-musl.patch b/srcpkgs/bird/patches/fix-tests-musl.patch
deleted file mode 100644
index 55403f6e75ee..000000000000
--- a/srcpkgs/bird/patches/fix-tests-musl.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/lib/printf_test.c
-+++ b/lib/printf_test.c
-@@ -22,6 +22,7 @@ static int
- t_simple(void)
- {
-   char buf[256];
-+  const char *errormsg;
-   memset(buf, 0xa5, 256);
- 
-   BSPRINTF(0, "", buf, "", NULL);
-@@ -32,11 +33,12 @@ t_simple(void)
-   BSPRINTF(1, "@", buf, "@", 64);
-   BSPRINTF(1, "\xff", buf, "%c", 0xff);
- 
--  errno = 5;
--  BSPRINTF(18, "Input/output error", buf, "%m");
-+  errormsg = strerror(EIO);
-+  errno = EIO;
-+  BSPRINTF(strlen(errormsg), errormsg, buf, "%m");
-   errno = 0;
- 
--  BSPRINTF(18, "Input/output error", buf, "%M", 5);
-+  BSPRINTF(strlen(errormsg), errormsg, buf, "%M", EIO);
- 
-   BSPRINTF(11, "TeSt%StRiNg", buf, "%s", "TeSt%StRiNg");
diff --git a/srcpkgs/bird/template b/srcpkgs/bird/template
index 715f961da8a2..822ad73cf48a 100644
--- a/srcpkgs/bird/template
+++ b/srcpkgs/bird/template
@@ -1,6 +1,6 @@
 # Template file for 'bird'
 pkgname=bird
-version=2.0.12
+version=2.13
 revision=1
 build_style=gnu-configure
 hostmakedepends="flex"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
 homepage="https://bird.network.cz"
 changelog="https://gitlab.nic.cz/labs/bird/-/raw/master/NEWS"
 distfiles="https://bird.network.cz/download/bird-${version}.tar.gz"
-checksum=3ec462a237d06d1f4455d6ec00a42f0b1686061fc988e5c89a841d01dd753b53
+checksum=8d895e3e311880e9efb888b4386cbec2f7e18bfb8334e8d4c8ca7c4341092638
 
 conf_files="/etc/bird.conf"
 system_accounts="_bird"

             reply	other threads:[~2023-04-25  7:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-25  7:12 klarasm [this message]
2023-04-25  7:15 ` klarasm
2023-04-26 16:04 ` [PR PATCH] [Updated] " klarasm
2023-04-27  2:31 ` [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-43604@inbox.vuxu.org \
    --to=klarasm@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).