Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] bzflag: update to 2.4.24.
Date: Thu, 10 Mar 2022 02:13:46 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36076@inbox.vuxu.org> (raw)

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

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

https://github.com/abenson/void-packages bzflag_2.4.24
https://github.com/void-linux/void-packages/pull/36076

bzflag: update to 2.4.24.
- I tested the changes in this PR: **briefly**



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bzflag_2.4.24-36076.patch --]
[-- Type: text/x-diff, Size: 1789 bytes --]

From e9702fff5f42e17a12c14a557ad93c582507e8bf Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 9 Mar 2022 18:50:46 -0600
Subject: [PATCH] bzflag: update to 2.4.24.

---
 srcpkgs/bzflag/patches/NetHandler-musl.patch | 11 -----------
 srcpkgs/bzflag/template                      |  4 ++--
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/bzflag/patches/NetHandler-musl.patch

diff --git a/srcpkgs/bzflag/patches/NetHandler-musl.patch b/srcpkgs/bzflag/patches/NetHandler-musl.patch
deleted file mode 100644
index 75385ce3ca86..000000000000
--- a/srcpkgs/bzflag/patches/NetHandler-musl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/game/NetHandler.cxx	2018-01-22 12:28:31.043278572 -0600
-+++ b/src/game/NetHandler.cxx	2018-01-22 12:28:07.889568033 -0600
-@@ -135,7 +135,7 @@
-   uint16_t code;
-   while (true) {
-     n = recvfrom(udpSocket, buffer, MaxUDPPacketLen, 0, (struct sockaddr *) uaddr,
--		 &recvlen);
-+		 (socklen_t*)&recvlen);
-     if ((n < 0) || (n >= 4))
-       break;
-   }
diff --git a/srcpkgs/bzflag/template b/srcpkgs/bzflag/template
index d58270495975..59f664f1c059 100644
--- a/srcpkgs/bzflag/template
+++ b/srcpkgs/bzflag/template
@@ -1,6 +1,6 @@
 # Template file for 'bzflag'
 pkgname=bzflag
-version=2.4.22
+version=2.4.24
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -11,4 +11,4 @@ license="LGPL-2.1-only, MPL-2.0"
 homepage="https://www.bzflag.org"
 changelog="https://raw.githubusercontent.com/BZFlag-Dev/bzflag/2.4/ChangeLog"
 distfiles="https://download.bzflag.org/bzflag/source/${version}/bzflag-${version}.tar.bz2"
-checksum=9e64653302b657bd8b5f96fe1150a9ff80a1d53a6d7e8a35138c6b1b02006a4d
+checksum=5f8131beb7fc8ba51e323a06ecd7d8eab91537c342ce87a113e5eb6ea98ce3c4

             reply	other threads:[~2022-03-10  1:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-10  1:13 abenson [this message]
2022-03-10 22:20 ` [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-36076@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).