Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] firefox: update to 123.0.
@ 2024-02-20 22:25 Duncaen
  2024-02-21  0:50 ` [PR PATCH] [Updated] " Duncaen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Duncaen @ 2024-02-20 22:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Duncaen/void-packages firefox-123
https://github.com/void-linux/void-packages/pull/48859

firefox: update to 123.0.
[ci skip]

* [ ] x86_64-glibc
* [ ] x86_64-musl
* [ ] aarch64-musl
* [ ] i686-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-firefox-123-48859.patch --]
[-- Type: text/x-diff, Size: 1981 bytes --]

From f4505449e06fe9b68311fcc192caa7e00d3d3b26 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 20 Feb 2024 23:24:44 +0100
Subject: [PATCH] firefox: update to 123.0.

---
 srcpkgs/firefox/patches/musl-use-res_query.patch | 11 +++++++++++
 srcpkgs/firefox/template                         |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/firefox/patches/musl-use-res_query.patch

diff --git a/srcpkgs/firefox/patches/musl-use-res_query.patch b/srcpkgs/firefox/patches/musl-use-res_query.patch
new file mode 100644
index 0000000000000..77924d4d2abb4
--- /dev/null
+++ b/srcpkgs/firefox/patches/musl-use-res_query.patch
@@ -0,0 +1,11 @@
+--- a/netwerk/dns/PlatformDNSUnix.cpp
++++ b/netwerk/dns/PlatformDNSUnix.cpp
+@@ -32,7 +32,7 @@
+   rv = packet.FillBuffer(
+       [&](unsigned char response[DNSPacket::MAX_SIZE]) -> int {
+         int len = 0;
+-#if defined(XP_LINUX)
++#if defined(XP_LINUX) && defined(__GLIBC__)
+         len = res_nquery(&_res, host.get(), ns_c_in,
+                          nsIDNSService::RESOLVE_TYPE_HTTPSSVC, response,
+                          DNSPacket::MAX_SIZE);
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 0cca0ac17ab3f..1db39fb815e62 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
 #
 pkgname=firefox
-version=122.0
+version=123.0
 revision=1
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
@@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/firefox/releases/${version/beta/b}/source/firefox-${version/beta/b}.source.tar.xz"
-checksum=b84815a90e147965e4c0b50599c85b1022ab0fce42105e5ef45c630dcca5dec3
+checksum=9e885abdaddb14cd4f313c1575282fec6af5901f445e9744fe24e2ea837d4cb7
 
 lib32disabled=yes
 

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

end of thread, other threads:[~2024-02-21  2:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-20 22:25 [PR PATCH] firefox: update to 123.0 Duncaen
2024-02-21  0:50 ` [PR PATCH] [Updated] " Duncaen
2024-02-21  2:06 ` Duncaen
2024-02-21  2:07 ` [PR PATCH] [Merged]: " Duncaen

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