From: Raspbian automatic forward porter Date: Sun, 20 Nov 2022 10:20:14 +0000 (+0000) Subject: Merge version 18.10.0+dfsg-6+rpi1 and 18.12.1+dfsg-2 to produce 18.12.1+dfsg-2+rpi1 X-Git-Tag: archive/raspbian/18.12.1+dfsg-2+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5f140218a6121658762e8fa019fd04f748446f1d;p=nodejs.git Merge version 18.10.0+dfsg-6+rpi1 and 18.12.1+dfsg-2 to produce 18.12.1+dfsg-2+rpi1 --- 5f140218a6121658762e8fa019fd04f748446f1d diff --cc debian/changelog index a244154c7,be25e5134..6671043d5 --- a/debian/changelog +++ b/debian/changelog @@@ -1,10 -1,58 +1,67 @@@ - nodejs (18.10.0+dfsg-6+rpi1) bookworm-staging; urgency=medium ++nodejs (18.12.1+dfsg-2+rpi1) bookworm-staging; urgency=medium + ++ [changes brought forward from 18.10.0+dfsg-6+rpi1 by Peter Michael Green at Tue, 15 Nov 2022 03:51:54 +0000] + * Set --with-arm-version=6 on raspbian. + * Use armv6k CFLAGS on raspbian. + * Disable testsuite. + - -- Peter Michael Green Tue, 15 Nov 2022 03:51:54 +0000 ++ -- Raspbian forward porter Sun, 20 Nov 2022 10:20:13 +0000 ++ + nodejs (18.12.1+dfsg-2) unstable; urgency=medium + + * Patch: fix test suite for icu 72.1 + + -- Jérémy Lal Wed, 09 Nov 2022 18:16:06 +0100 + + nodejs (18.12.1+dfsg-1) unstable; urgency=medium + + * New upstream version 18.12.1+dfsg + * Fixes CVE-2022-43548: DNS rebinding in --inspect via invalid + octal IP address (Medium). + Closes: #1023518. + * Build using gcc-11, g++-11, fixes mips64el and riscv64 builds, + https://github.com/nodejs/node/issues/44126 + * Patch: fix link to home in html doc. Closes: #1018153 + + -- Jérémy Lal Sun, 06 Nov 2022 00:14:11 +0100 + + nodejs (18.12.0+dfsg-1) unstable; urgency=medium + + * New upstream version 18.12.0+dfsg + * Add flaky new debugger test + * watch nodejs 18 LTS + + -- Jérémy Lal Thu, 27 Oct 2022 15:02:24 +0200 + + nodejs (18.11.0+dfsg-4) experimental; urgency=medium + + * Patch: fix mipsel build failure + * Patch: drop mips/no_jitless, fixed upstream + + -- Jérémy Lal Wed, 26 Oct 2022 01:23:22 +0200 + + nodejs (18.11.0+dfsg-3) experimental; urgency=medium + + * Revert "Build using gcc-11, g++-11" + * Skip buggy watch mode tests + + -- Jérémy Lal Mon, 17 Oct 2022 14:04:02 +0200 + + nodejs (18.11.0+dfsg-2) experimental; urgency=medium + + * Do not use --shared-ngctp2/http3 switch + + -- Jérémy Lal Fri, 14 Oct 2022 16:23:40 +0200 + + nodejs (18.11.0+dfsg-1) experimental; urgency=medium + + * New upstream version 18.11.0+dfsg + * armhf: minimal target is vfpv3-d16 (Closes: #1021546). + * copyright: update for a new file + * Drop nghttp3, ngtcp2 deps: useless without openssl-quic + * Refresh patches + + -- Jérémy Lal Fri, 14 Oct 2022 15:30:25 +0200 nodejs (18.10.0+dfsg-6) unstable; urgency=medium diff --cc debian/rules index 356520138,1c18c035f..d8057d928 --- a/debian/rules +++ b/debian/rules @@@ -142,12 -140,10 +140,12 @@@ ifeq (armhf, $(DEB_HOST_ARCH) DEB_CONFIGURE_EXTRA_FLAGS += --with-arm-float-abi=hard ifeq ($(shell dpkg-vendor --derives-from raspbian && echo true),true) # enable vfp, disable armv7 -DEB_CONFIGURE_EXTRA_FLAGS += --with-arm-fpu=vfp +DEB_CONFIGURE_EXTRA_FLAGS += --with-arm-fpu=vfp --with-arm-version=6 +CFLAGS += -march=armv6k -mfpu=vfpv2 +CPPFLAGS += -march=armv6k -mfpu=vfpv2 else - # enable armv7 vfpv3 - DEB_CONFIGURE_EXTRA_FLAGS += --with-arm-fpu=vfpv3 + # enable armv7 vfpv3-d16 + DEB_CONFIGURE_EXTRA_FLAGS += --with-arm-fpu=vfpv3-d16 endif endif