diff --git a/debian/changelog b/debian/changelog index 1394710b..e01e5766 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nodejs (12.22.9~dfsg-ok2) yangtze; urgency=medium + + * Fix compile error. + + -- zhouganqing Thu, 18 Aug 2022 16:22:39 +0800 + nodejs (12.22.9~dfsg-ok1) yangtze; urgency=medium * Build for openKylin. diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 045202a0..752fe528 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -21,6 +21,8 @@ test-net-better-error-messages-port-hostname : SKIP test-https-connect-address-family : SKIP test-tls-connect-address-family : SKIP test-dns-cancel-reverse-lookup: SKIP +test-cluster-bind-privileged-port: SKIP +test-cluster-shared-handle-bind-privileged-port: SKIP # https://bugs.debian.org/919588 ## flaky on some user environments