[arch-commits] Commit in nodejs-lts-fermium/trunk (PKGBUILD ares_compat.patch)

Bruno Pagani archange at gemini.archlinux.org
Thu Dec 2 21:16:03 UTC 2021


    Date: Thursday, December 2, 2021 @ 21:16:03
  Author: archange
Revision: 1062568

upgpkg: nodejs-lts-fermium 14.18.2-1

Modified:
  nodejs-lts-fermium/trunk/PKGBUILD
Deleted:
  nodejs-lts-fermium/trunk/ares_compat.patch

-------------------+
 PKGBUILD          |    9 +++------
 ares_compat.patch |   19 -------------------
 2 files changed, 3 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 21:12:38 UTC (rev 1062567)
+++ PKGBUILD	2021-12-02 21:16:03 UTC (rev 1062568)
@@ -2,8 +2,8 @@
 # Contributor: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=nodejs-lts-fermium
-pkgver=14.18.1
-pkgrel=2
+pkgver=14.18.2
+pkgrel=1
 pkgdesc="Evented I/O for V8 javascript (LTS release: Fermium)"
 arch=(x86_64)
 url="https://nodejs.org/"
@@ -14,11 +14,9 @@
 provides=("nodejs=$pkgver")
 conflicts=(nodejs)
 source=(${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz
-        ares_compat.patch
         libnghttp1.45.1_compat.patch)
 # https://nodejs.org/download/release/latest-fermium/SHASUMS256.txt.asc
-sha256sums=(3fa1d71adddfab2f5e3e41874b4eddbdf92b65cade4a43922fb1e437afcf89ed
-            59098e466c4e438cc77ac438e7ec78ec8e508ea067ba0db1894420dc4e3154e4
+sha256sums=(3e8a9ce10f8bcd3628eb6dd049f7f03c84ba9219be6f9743e2221154b9cc680b
             81f8a060b40786c02de400620da4060483d910fe7a6b68d8328f3747caf54619)
 validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins <mylesborins at google.com>
               77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock <gibfahn at gmail.com>
@@ -31,7 +29,6 @@
 
 prepare() {
   cd node-v${pkgver}
-  patch -p1 < ../ares_compat.patch
   patch -p1 < ../libnghttp1.45.1_compat.patch
 }
 

Deleted: ares_compat.patch
===================================================================
--- ares_compat.patch	2021-12-02 21:12:38 UTC (rev 1062567)
+++ ares_compat.patch	2021-12-02 21:16:03 UTC (rev 1062568)
@@ -1,19 +0,0 @@
---- a/src/cares_wrap.h
-+++ b/src/cares_wrap.h
-@@ -22,7 +22,15 @@
- # include <netdb.h>
- #endif  // __POSIX__
- 
--# include <ares_nameser.h>
-+#if defined(__ANDROID__) || \
-+    defined(__MINGW32__) || \
-+    defined(__OpenBSD__) || \
-+    defined(_MSC_VER)
-+
-+# include <nameser.h>
-+#else
-+# include <arpa/nameser.h>
-+#endif
- 
- namespace node {
- namespace cares_wrap {



More information about the arch-commits mailing list