Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bzflag: update to 2.4.24.
@ 2022-03-10  1:13 abenson
  2022-03-10 22:20 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: abenson @ 2022-03-10  1:13 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Merged]: bzflag: update to 2.4.24.
  2022-03-10  1:13 [PR PATCH] bzflag: update to 2.4.24 abenson
@ 2022-03-10 22:20 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2022-03-10 22:20 UTC (permalink / raw)
  To: ml

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

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

bzflag: update to 2.4.24.
https://github.com/void-linux/void-packages/pull/36076

Description:
- I tested the changes in this PR: **briefly**



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

end of thread, other threads:[~2022-03-10 22:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10  1:13 [PR PATCH] bzflag: update to 2.4.24 abenson
2022-03-10 22:20 ` [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).