[Pkg-javascript-devel] node-zx 7.1.1+~cs6.7.23-3 MIGRATED to testing

2023-12-07 Thread Debian testing watch
FYI: The status of the node-zx source package
in Debian's testing distribution has changed.

  Previous version: 7.1.1+~cs6.7.23-2
  Current version:  7.1.1+~cs6.7.23-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1057707: Bug#1057707: eslint is incompatible with node-ajv >= 8

2023-12-07 Thread Yadd

On 12/8/23 03:59, Jonas Smedegaard wrote:

Quoting Yadd (2023-12-07 14:37:31)

Control: tags -1 + patch

On 12/7/23 15:52, Jérémy Lal wrote:



Le jeu. 7 déc. 2023 à 12:45, Yadd mailto:y...@debian.org>> a écrit :

 Package: eslint
 Version: 6.4.0~dfsg+~6.1.9-7
 Severity: important
 Tags: ftbfs upstream

 Hi,

 eslint depends on node-ajv 6 and is incompatible with node-ajv 8
 (available in exeprimental branch). All is in lib/shared/ajv.js:

   - eslint requires 'ajv/lib/refs/json-schema-draft-04.json' which is no
     more available
   - eslint tries to set `ajv._opts.defaultMeta` which is
     `ajv.opts.defaultMeta` in node-ajv 8.

 Changing "ajv/lib/refs/json-schema-draft-04.json" to
 "ajv/lib/refs/json-schema-draft-06.json" doesn't work. I tried this
 patch which looks to work but 27 tests fail (not the good error string).
 It uses default ajv schemas.

 Help needed here ;-)


I suppose you tried
https://github.com/eslint/eslint/pull/13911/commits

?


Thanks a lot Jérémy! Based on your suggestion, I succeed to build a patch.

@Jonas, do you agree if I push this to experimental ?


If it succeeds the testsuite then by all means, go for it.


Hi,

sure, all test passed now. Only error strings had to be updated

Cheers,
Yadd

--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1057707: Bug#1057707: eslint is incompatible with node-ajv >= 8

2023-12-07 Thread Jonas Smedegaard
Quoting Yadd (2023-12-07 14:37:31)
> Control: tags -1 + patch
> 
> On 12/7/23 15:52, Jérémy Lal wrote:
> > 
> > 
> > Le jeu. 7 déc. 2023 à 12:45, Yadd  > > a écrit :
> > 
> > Package: eslint
> > Version: 6.4.0~dfsg+~6.1.9-7
> > Severity: important
> > Tags: ftbfs upstream
> > 
> > Hi,
> > 
> > eslint depends on node-ajv 6 and is incompatible with node-ajv 8
> > (available in exeprimental branch). All is in lib/shared/ajv.js:
> > 
> >   - eslint requires 'ajv/lib/refs/json-schema-draft-04.json' which is no
> >     more available
> >   - eslint tries to set `ajv._opts.defaultMeta` which is
> >     `ajv.opts.defaultMeta` in node-ajv 8.
> > 
> > Changing "ajv/lib/refs/json-schema-draft-04.json" to
> > "ajv/lib/refs/json-schema-draft-06.json" doesn't work. I tried this
> > patch which looks to work but 27 tests fail (not the good error string).
> > It uses default ajv schemas.
> > 
> > Help needed here ;-)
> > 
> > 
> > I suppose you tried
> > https://github.com/eslint/eslint/pull/13911/commits 
> > 
> > ?
> 
> Thanks a lot Jérémy! Based on your suggestion, I succeed to build a patch.
> 
> @Jonas, do you agree if I push this to experimental ?

If it succeeds the testsuite then by all means, go for it.

But if not, then instead please let's look in more detail at the
options, to avoid complicating matters for this delicate beast.

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/
 * Sponsorship: https://ko-fi.com/drjones

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

signature.asc
Description: signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1057697: Bug#1057697: Bug#1057697: nodejs:please enable loong64

2023-12-07 Thread Jérémy Lal
Le jeu. 7 déc. 2023 à 12:27, Jérémy Lal  a écrit :

> Le jeu. 7 déc. 2023 à 09:54, Shi Pujin  a écrit :
>
>> On Thu, 7 Dec 2023 08:30:09 +0800 Shi Pujin  wrote:
>>  > Package: nodejs
>>  > Version: 18.19.0
>>  > Severity: wishlist
>>  > Tags: patch
>>  > User: debian-loonga...@lists.debian.org
>>  > X-Debbugs-Cc: shipu...@loongson.cn
>>  > Usertags: loong64
>>  >
>>  > Hi,
>>  >
>>  > Nodejs upstream supports loong64 starting from nodejs-17.5.0 version,
>>  >
>>  > it'd be nice to have loong64 enabled,nodejs is in the Build-Depend
>> chain
>>  > for many packages.
>>
>
> Thanks, applied to
> https://salsa.debian.org/js-team/nodejs/-/commits/master-18.x
>
> Will be uploaded after current unstable nodejs has moved to testing.
>
>
>>  > I test compile nodejs locally, ignoring the build dependency
>>  > he(--no-check-builddeps), close the test phase,debian-nodejs was
>>  > successfully compiled.
>>  >
>>  > ```
>>  > debootstrap --no-check-gpg --arch=loong64 --variant=buildd
>>  > --extra-suites=unreleased unstable sid-loong64-rootfs
>>  > http://ftp.ports.debian.org/debian-ports
>
>
> The "correct" way to build nodejs on a new arch is documented in
>
> https://salsa.debian.org/js-team/nodejs/-/blob/master-18.x/debian/README.source
>


Also if you can give me access to a loong64 porterbox, I'll do that step
for you.
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1057707: Bug#1057707: eslint is incompatible with node-ajv >= 8

2023-12-07 Thread Yadd

Control: tags -1 + patch

On 12/7/23 15:52, Jérémy Lal wrote:



Le jeu. 7 déc. 2023 à 12:45, Yadd > a écrit :


Package: eslint
Version: 6.4.0~dfsg+~6.1.9-7
Severity: important
Tags: ftbfs upstream

Hi,

eslint depends on node-ajv 6 and is incompatible with node-ajv 8
(available in exeprimental branch). All is in lib/shared/ajv.js:

  - eslint requires 'ajv/lib/refs/json-schema-draft-04.json' which is no
    more available
  - eslint tries to set `ajv._opts.defaultMeta` which is
    `ajv.opts.defaultMeta` in node-ajv 8.

Changing "ajv/lib/refs/json-schema-draft-04.json" to
"ajv/lib/refs/json-schema-draft-06.json" doesn't work. I tried this
patch which looks to work but 27 tests fail (not the good error string).
It uses default ajv schemas.

Help needed here ;-)


I suppose you tried
https://github.com/eslint/eslint/pull/13911/commits 


?


Thanks a lot Jérémy! Based on your suggestion, I succeed to build a patch.

@Jonas, do you agree if I push this to experimental ?

Best regards,
Yadddiff --git a/debian/control b/debian/control
index 10b6f6fc..35786a59 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  help2man ,
  jq,
  mocha ,
- node-ajv  ,
+ node-ajv (>= 8)  ,
  node-babel-core (>= 7) ,
  node-babel-loader (>= 7) ,
  node-babel-preset-env (>= 7) ,
diff --git a/debian/patches/2012_fix-for-ajv-8.patch b/debian/patches/2012_fix-for-ajv-8.patch
new file mode 100644
index ..f0a2d132
--- /dev/null
+++ b/debian/patches/2012_fix-for-ajv-8.patch
@@ -0,0 +1,351 @@
+Description: fix for node-ajv >= 8
+Author: Evgeny Poberezkin 
+Origin: upstream, https://github.com/eslint/eslint/pull/13911/files
+Bug: https://github.com/eslint/eslint/issues/13888
+Bug-Debian: https://bugs.debian.org/1057707
+Forwarded: not-needed
+Reviewed-By: Yadd 
+Last-Update: 2023-12-07
+
+--- a/conf/config-schema.js
 b/conf/config-schema.js
+@@ -11,8 +11,7 @@
+ globals: { type: "object" },
+ overrides: {
+ type: "array",
+-items: { $ref: "#/definitions/overrideConfig" },
+-additionalItems: false
++items: { $ref: "#/definitions/overrideConfig" }
+ },
+ parser: { type: ["string", "null"] },
+ parserOptions: { type: "object" },
+@@ -33,8 +32,7 @@
+ { type: "string" },
+ {
+ type: "array",
+-items: { type: "string" },
+-additionalItems: false
++items: { type: "string" }
+ }
+ ]
+ },
+@@ -44,7 +42,6 @@
+ {
+ type: "array",
+ items: { type: "string" },
+-additionalItems: false,
+ minItems: 1
+ }
+ ]
+--- a/lib/rule-tester/rule-tester.js
 b/lib/rule-tester/rule-tester.js
+@@ -48,7 +48,7 @@
+ { getRuleOptionsSchema, validate } = require("../shared/config-validator"),
+ { Linter, SourceCodeFixer, interpolate } = require("../linter");
+ 
+-const ajv = require("../shared/ajv")({ strictDefaults: true });
++const ajv = require("../shared/ajv")({ strictSchema: true });
+ 
+ const { SourceCode } = require("../source-code");
+ 
+@@ -398,7 +398,7 @@
+ 
+ if (ajv.errors) {
+ const errors = ajv.errors.map(error => {
+-const field = error.dataPath[0] === "." ? error.dataPath.slice(1) : error.dataPath;
++const field = error.instancePath[0] === "." ? error.instancePath.slice(1) : error.instancePath;
+ 
+ return `\t${field}: ${error.message}`;
+ }).join("\n");
+--- a/lib/rules/array-element-newline.js
 b/lib/rules/array-element-newline.js
+@@ -23,7 +23,6 @@
+ },
+ 
+ fixable: "whitespace",
+-
+ schema: [
+ {
+ oneOf: [
+--- a/lib/rules/eqeqeq.js
 b/lib/rules/eqeqeq.js
+@@ -43,8 +43,7 @@
+ },
+ additionalProperties: false
+ }
+-],
+-additionalItems: false
++]
+ },
+ {
+ type: "array",
+@@ -52,8 +51,7 @@
+ {
+ enum: ["smart", "allow-null"]
+ }
+-],
+-additionalItems: false
++]
+ }
+ ]
+ },
+--- a/lib/rules/func-name-matching.js
 b/lib/rules/func-name-matching.js
+@@ -82,11 +82,9 @@
+ schema: {
+ anyOf: [{
+ type: "array",
+-additionalItems: false,
+ items: [alwaysOrNever, optionsObject]
+ }, {

[Pkg-javascript-devel] Processed: Re: Bug#1057707: eslint is incompatible with node-ajv >= 8

2023-12-07 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + patch
Bug #1057707 [eslint] eslint is incompatible with node-ajv >= 8
Added tag(s) patch.

-- 
1057707: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057707
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1057707: Bug#1057707: eslint is incompatible with node-ajv >= 8

2023-12-07 Thread Jérémy Lal
Le jeu. 7 déc. 2023 à 12:45, Yadd  a écrit :

> Package: eslint
> Version: 6.4.0~dfsg+~6.1.9-7
> Severity: important
> Tags: ftbfs upstream
>
> Hi,
>
> eslint depends on node-ajv 6 and is incompatible with node-ajv 8
> (available in exeprimental branch). All is in lib/shared/ajv.js:
>
>  - eslint requires 'ajv/lib/refs/json-schema-draft-04.json' which is no
>more available
>  - eslint tries to set `ajv._opts.defaultMeta` which is
>`ajv.opts.defaultMeta` in node-ajv 8.
>
> Changing "ajv/lib/refs/json-schema-draft-04.json" to
> "ajv/lib/refs/json-schema-draft-06.json" doesn't work. I tried this
> patch which looks to work but 27 tests fail (not the good error string).
> It uses default ajv schemas.
>
> Help needed here ;-)


I suppose you tried
https://github.com/eslint/eslint/pull/13911/commits
?
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1057707: eslint is incompatible with node-ajv >= 8

2023-12-07 Thread Yadd
Package: eslint
Version: 6.4.0~dfsg+~6.1.9-7
Severity: important
Tags: ftbfs upstream

Hi,

eslint depends on node-ajv 6 and is incompatible with node-ajv 8
(available in exeprimental branch). All is in lib/shared/ajv.js:

 - eslint requires 'ajv/lib/refs/json-schema-draft-04.json' which is no
   more available
 - eslint tries to set `ajv._opts.defaultMeta` which is
   `ajv.opts.defaultMeta` in node-ajv 8.

Changing "ajv/lib/refs/json-schema-draft-04.json" to
"ajv/lib/refs/json-schema-draft-06.json" doesn't work. I tried this
patch which looks to work but 27 tests fail (not the good error string).
It uses default ajv schemas.

Help needed here ;-)

--- a/lib/shared/ajv.js
+++ b/lib/shared/ajv.js
@@ -8,8 +8,7 @@
 // Requirements
 
//--

-const Ajv = require("ajv"),
-metaSchema = require("ajv/lib/refs/json-schema-draft-04.json");
+const Ajv = require("ajv");

 
//--
 // Public Interface
@@ -17,6 +16,7 @@

 module.exports = (additionalOptions = {}) => {
 const ajv = new Ajv({
+strict: false,
 meta: false,
 useDefaults: true,
 validateSchema: false,
@@ -26,9 +26,5 @@
 ...additionalOptions
 });

-ajv.addMetaSchema(metaSchema);
-// eslint-disable-next-line no-underscore-dangle
-ajv._opts.defaultMeta = metaSchema.id;
-
 return ajv;
 };

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1057697: Bug#1057697: nodejs:please enable loong64

2023-12-07 Thread Jérémy Lal
Le jeu. 7 déc. 2023 à 09:54, Shi Pujin  a écrit :

> On Thu, 7 Dec 2023 08:30:09 +0800 Shi Pujin  wrote:
>  > Package: nodejs
>  > Version: 18.19.0
>  > Severity: wishlist
>  > Tags: patch
>  > User: debian-loonga...@lists.debian.org
>  > X-Debbugs-Cc: shipu...@loongson.cn
>  > Usertags: loong64
>  >
>  > Hi,
>  >
>  > Nodejs upstream supports loong64 starting from nodejs-17.5.0 version,
>  >
>  > it'd be nice to have loong64 enabled,nodejs is in the Build-Depend
> chain
>  > for many packages.
>

Thanks, applied to
https://salsa.debian.org/js-team/nodejs/-/commits/master-18.x

Will be uploaded after current unstable nodejs has moved to testing.


>  > I test compile nodejs locally, ignoring the build dependency
>  > he(--no-check-builddeps), close the test phase,debian-nodejs was
>  > successfully compiled.
>  >
>  > ```
>  > debootstrap --no-check-gpg --arch=loong64 --variant=buildd
>  > --extra-suites=unreleased unstable sid-loong64-rootfs
>  > http://ftp.ports.debian.org/debian-ports


The "correct" way to build nodejs on a new arch is documented in
https://salsa.debian.org/js-team/nodejs/-/blob/master-18.x/debian/README.source

Jérémy
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-har-validator_5.1.5-4_sourceonly.changes ACCEPTED into unstable

2023-12-07 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 07 Dec 2023 14:32:59 +0400
Source: node-har-validator
Architecture: source
Version: 5.1.5-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-har-validator (5.1.5-4) unstable; urgency=medium
 .
   * Team upload
   * Update standards version to 4.6.2, no changes needed
   * Drop test, incompatible with node-ajv 8
   * Set ajv strict mode to false
Checksums-Sha1: 
 46e0ada86f6d859cfc55b31ded802e339e4160f7 2172 node-har-validator_5.1.5-4.dsc
 701186f9747a1d6245119ec984ee161b89eabbc5 3656 
node-har-validator_5.1.5-4.debian.tar.xz
Checksums-Sha256: 
 706da53852f6b1fa7e68d1b0f8a8fa654f64d4447edeea50aff48384e4488c52 2172 
node-har-validator_5.1.5-4.dsc
 2b773841bd05a6c417ba05f0f14c14523fb73219060928e11a8d0abc957e0d2f 3656 
node-har-validator_5.1.5-4.debian.tar.xz
Files: 
 2b4dab10b69057278383c2820857e92f 2172 javascript optional 
node-har-validator_5.1.5-4.dsc
 d65b2fbd392f2d86eb3ef6ac7808f147 3656 javascript optional 
node-har-validator_5.1.5-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmVxn44ACgkQ9tdMp8mZ
7unMow/9HMOSCi1ogmJgTwDVJpkGpPVYA6O7EyvX8vJLrqc62rSObi3OTkh6H4xY
l+Cb56had3YO52sTS9YrQDk2O6ZjQfjCe/urbbXKFc0tc6pnuDFC2I1gceDjDbob
hKCYNUEpU6gCKK1y5prpLEwFXQx0BsF5b5bmVtRhcb7+Oqs3B3k5M7HlX/VDcZSq
da1ZFXlpr8vOGKb9mkP7JxcOGkTzPf29dF2jgLAWFWPv/nmBFm/rM52or1YudpwU
bOSdpDh9utp8032o8NV9Ct3i2DDZuXfgT2Ml/QZaIYFXdH01TidO0Tqa5vuR+MDb
Gqnri8RnfjiGUL1IGCYp6j0MPCN+a9EDh5kFCNbQvgtlaM86gW1dZ1GnfxcpCKtS
aT7gX6ivlzWdd5Tk1pIOHSD27DJg1U26Ndh1yXLrJtbC6bX3EmbMhAc15L2G+rey
WfoK0p1VtYr1AQXs2DkvDBOyN9Xa5ZETWy+iY/U62U+zjrUraITS4q6lI6M1Uccq
7j87ovm0d/jBkuDrv7j66rODJnL7H/9mROjPCaxuHQd+Tz0ptPi3LcTDh8grIFe0
5EtJm889fQz+YIwxDtVSgDv7BrJjdfM+MuRJcP9aK0z3MyAM2OyoxkvJn2dkmLWC
2oIkbZ23zWugvlOzBfZ6/dlx+bhoj1ob+JUA6zBi/lZCDQanZtU=
=N1e3
-END PGP SIGNATURE-


-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-har-validator_5.1.5-4_sourceonly.changes

2023-12-07 Thread Debian FTP Masters
node-har-validator_5.1.5-4_sourceonly.changes uploaded successfully to localhost
along with the files:
  node-har-validator_5.1.5-4.dsc
  node-har-validator_5.1.5-4.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-har-schema_2.0.0-6_sourceonly.changes ACCEPTED into unstable

2023-12-07 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 07 Dec 2023 13:35:31 +0400
Source: node-har-schema
Architecture: source
Version: 2.0.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-har-schema (2.0.0-6) unstable; urgency=medium
 .
   * Team uplaod
   * Update standards version to 4.6.2, no changes needed
   * Fix filenamemangle
   * Disable strict mode in ajv for test
Checksums-Sha1: 
 5c35fa3760a350a8af862e9ec2ce74e921290ebc 2079 node-har-schema_2.0.0-6.dsc
 ffca1e275bbc37065bbc2816d5079a2d1fecaae3 3124 
node-har-schema_2.0.0-6.debian.tar.xz
Checksums-Sha256: 
 715e656c70ed7869775086f165400e776d65cb94fb238b51f56cbc7c1339f44a 2079 
node-har-schema_2.0.0-6.dsc
 da02e8fca15885309a72d1089ab17a99e55518b3bc299ee90d864ac5c6ff4ece 3124 
node-har-schema_2.0.0-6.debian.tar.xz
Files: 
 e2effe36e99d273bc7bd9f7f4168ba15 2079 javascript optional 
node-har-schema_2.0.0-6.dsc
 78dfcaffafe1fab209b8c016537c682e 3124 javascript optional 
node-har-schema_2.0.0-6.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmVxknEACgkQ9tdMp8mZ
7ulqPw/+OnHnBisoTD0VTM5ggstrLZ1/4wvV59Z9wLExU6MTb0kZhzI9KUXK7g9b
Yl9v8PjXNX+BXyQ6MEEdM+RlYDaP314lM0ummAz3mB/TnuI2UazCJPPTbFj7Mr8m
SzLGlnhI4Zmar56udTCEEBp9esWMy9GM/Yo9bq4NT4iru6BiTKwiTvbsjXIksFFj
Y9eMHqMHXO9tOM4YDPvn2TKTa9v1+3whKy7fHKNBMpvTnfWkNcLuLFFMW0xcPVV2
NXBnTN/O/huTw9iJNvK0fKM5EGL7xmXa00LcEpakLXIBzQjhWst+CfvWSEocYcto
Ojs1Vkk4qwfxlXIgDgVFdYtmq22hCyB/D9cYX+99z+jbmkiKKLEyVNNen1zS6lzU
q/g2rvfOt86FPUP8ZmPJjU9eq7PmILDWXhQUbOTeZO4FarLMNLWZ/xZc123O4rAM
dqkC6HN0DYet6AMtandCbI16b9M1rxR8qs0hJltCYbyQMjMgQ86vT0G7E190wjzH
RrV6mXh3uAAYqdtGLcsb1feFqIZp64lLlUlnlmKy6sWkVzk8O6OEQdlpyAkSpMC4
fxwh3kl/TP5WMOw0P4/PwFTqfbegKIP6fEsZ4sV2zVLWLuYE4ycGd3CFPEheqKWe
9S5qUqjVZuyXi9b8xrUFK3VG7fcuTldD3mRdwTOsXr2JUM+OpE0=
=Galz
-END PGP SIGNATURE-


-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-har-schema_2.0.0-6_sourceonly.changes

2023-12-07 Thread Debian FTP Masters
node-har-schema_2.0.0-6_sourceonly.changes uploaded successfully to localhost
along with the files:
  node-har-schema_2.0.0-6.dsc
  node-har-schema_2.0.0-6.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-schema-utils_4.2.0~ds-1_sourceonly.changes ACCEPTED into experimental

2023-12-07 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 07 Dec 2023 12:33:56 +0400
Source: node-schema-utils
Architecture: source
Version: 4.2.0~ds-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-schema-utils (4.2.0~ds-1) experimental; urgency=medium
 .
   * Team upload
   * Declare compliance with policy 4.6.2
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse
   * New upstream version 4.2.0~ds
   * Drop tsc patch
Checksums-Sha1: 
 cb66fd01ccd583cd7a336f156193da24636d1fd7 2335 node-schema-utils_4.2.0~ds-1.dsc
 32e5a257937ac38f07c1750a38219882d53b8d72 125476 
node-schema-utils_4.2.0~ds.orig.tar.xz
 d535cf64abc0b021d3a4c9cff1b614d5eeda990c 4156 
node-schema-utils_4.2.0~ds-1.debian.tar.xz
Checksums-Sha256: 
 cac46a414a0f60997756ea476900c04d02743b2229fe3b1985ab4dad6496241f 2335 
node-schema-utils_4.2.0~ds-1.dsc
 d13e1706948b260224030d21f6d227f2e7fb413042231fd1970877b687d39c53 125476 
node-schema-utils_4.2.0~ds.orig.tar.xz
 e06c5a739a93c489225ab99b39d71b0170c45be7306710233bad7fe63d2c2a7d 4156 
node-schema-utils_4.2.0~ds-1.debian.tar.xz
Files: 
 6e8d2b17df6092b1c3ee580e9a97a658 2335 javascript optional 
node-schema-utils_4.2.0~ds-1.dsc
 36996897119d93904a339c2af3173b38 125476 javascript optional 
node-schema-utils_4.2.0~ds.orig.tar.xz
 a8861e0c8c592dfa575df7efef938849 4156 javascript optional 
node-schema-utils_4.2.0~ds-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmVxheYACgkQ9tdMp8mZ
7unLtw/+KKO0kmCLDer+X10s4vdvUK3U+zG3JzKohiXHEUcygNkljCnDcOOw+yg/
GpNcLmfR+fWAzh1E9JPMskmFPXz7fTgolveufhGJWe5CFAwGl4p8iVwZUDiqI8q2
v33mXw4AmYRBjNFOtzotCKwc+aDuUGQifI1wmmf9QSE7NoHCsexnJUZtL8hMpqfd
kDGFc4xCH5SwH6HoS08HooPUCyLc0oJ+LVUkEMlCOLv5aBN5YKXWxXv/Y5M6yUsn
1BHI175CyoWIuCT3bpGloMFKF9hWdeNBl4KGMwpZJL00oxxkMgY7u4xKDzDIRjk9
EFlqVscbB1TC+iU0njo03Qh6khmjzJxhqj9RWcgR9KjGv5WlpVy+Riv0hDkgUjH3
/9mIPOifm4t6rf6CuC1VUJmxoW+frx416xqrVOsWBfSyo/z14jMCZ9kmEAP9MtJs
BG9TOg4pu8NWFd57wlgB/bpR6uxd2v4Igjy8jfbEkANz3ZVgg28Xn/hJAqDNSlZo
oVOrWD27QNb6Y/eUBWP7NDf9HXiN77a6EbYb9KVO8EUTJplSRmL10w0BwMtK8AXD
bdbo0AZ4OoGy/oGmNMTcg1dBPQm7RkHAEDChuN/NuvSM8D/KOSsU4rOTPotdVwjD
UGp3wtllwUqNU6MmDvWcGQzG3w7rrtOtcOubODB8U00SNsCXnZk=
=4nfv
-END PGP SIGNATURE-


-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1057697: nodejs:please enable loong64

2023-12-07 Thread Shi Pujin

On Thu, 7 Dec 2023 08:30:09 +0800 Shi Pujin  wrote:
> Package: nodejs
> Version: 18.19.0
> Severity: wishlist
> Tags: patch
> User: debian-loonga...@lists.debian.org
> X-Debbugs-Cc: shipu...@loongson.cn
> Usertags: loong64
>
> Hi,
>
> Nodejs upstream supports loong64 starting from nodejs-17.5.0 version,
>
> it'd be nice to have loong64 enabled,nodejs is in the Build-Depend 
chain

> for many packages.
>
>
> I test compile nodejs locally, ignoring the build dependency
> he(--no-check-builddeps), close the test phase,debian-nodejs was
> successfully compiled.
>
> ```
> debootstrap --no-check-gpg --arch=loong64 --variant=buildd
> --extra-suites=unreleased unstable sid-loong64-rootfs
> http://ftp.ports.debian.org/debian-ports
> ```
>
> --
> thanks,
> Shi Pujin
>

Hi,

I added loong64 to the "debian/control" and "debian/rule" files.


thanks,
Shi Pujin
diff --git a/nodejs-18.19.0+dfsg/debian/control b/nodejs-18.19.0+dfsg/debian/control
index 7272ae4d..35dd05f4 100644
--- a/nodejs-18.19.0+dfsg/debian/control
+++ b/nodejs-18.19.0+dfsg/debian/control
@@ -51,7 +51,7 @@ Rules-Requires-Root: no
 
 Package: libnode-dev
 Section: libdevel
-Architecture: amd64 arm64 armel armhf i386 kfreebsd-i386 kfreebsd-amd64 mips mips64el mips64r6el mipsel powerpc ppc64 ppc64el riscv64 s390x
+Architecture: amd64 arm64 armel armhf i386 kfreebsd-i386 kfreebsd-amd64 mips mips64el mips64r6el mipsel loong64 loong64 powerpc ppc64 ppc64el riscv64 s390x
 Depends: ${misc:Depends},
  libssl-dev (>= 1.1.1~),
  libuv1-dev (>= 1.33.0~),
@@ -71,7 +71,7 @@ Description: evented I/O for V8 javascript (development files)
  This package provides development headers for libnode108
 
 Package: nodejs
-Architecture: amd64 arm64 armel armhf i386 kfreebsd-i386 kfreebsd-amd64 mips mips64el mips64r6el mipsel powerpc ppc64 ppc64el riscv64 s390x
+Architecture: amd64 arm64 armel armhf i386 kfreebsd-i386 kfreebsd-amd64 mips mips64el mips64r6el mipsel loong64 powerpc ppc64 ppc64el riscv64 s390x
 Multi-Arch: allowed
 Depends:
  ${shlibs:Depends},
@@ -107,7 +107,7 @@ Description: evented I/O for V8 javascript - runtime executable
 
 Package: libnode108
 Section: libs
-Architecture: amd64 arm64 armel armhf i386 kfreebsd-i386 kfreebsd-amd64 mips mips64el mips64r6el mipsel powerpc ppc64 ppc64el riscv64 s390x
+Architecture: amd64 arm64 armel armhf i386 kfreebsd-i386 kfreebsd-amd64 mips mips64el mips64r6el mipsel loong64 powerpc ppc64 ppc64el riscv64 s390x
 Multi-Arch: same
 Depends: ${shlibs:Depends},
  ${misc:Depends},
diff --git a/nodejs-18.19.0+dfsg/debian/rules b/nodejs-18.19.0+dfsg/debian/rules
index 4a6b8f68..692cfbf3 100755
--- a/nodejs-18.19.0+dfsg/debian/rules
+++ b/nodejs-18.19.0+dfsg/debian/rules
@@ -13,7 +13,7 @@ builtins := /usr/share/nodejs/node
 ABI = $(shell awk '/^#define NODE_MODULE_VERSION/ {print $$3}' src/node_version.h)
 
 # archs
-ARCHS := amd64 arm64 armel armhf i386 kfreebsd-i386 kfreebsd-amd64 mips mips64el mips64r6el mipsel ppc64 ppc64el riscv64 s390x
+ARCHS := amd64 arm64 armel armhf i386 kfreebsd-i386 kfreebsd-amd64 mips mips64el mips64r6el mipsel loong64 ppc64 ppc64el riscv64 s390x
 
 # branch
 BRANCH := $(word 1, $(subst .,$(space), $(DEB_UPSTREAM_VERSION)))
@@ -63,6 +63,7 @@ destCpu := $(or $(destCpu),$(if $(filter mipsel,$(DEB_HOST_ARCH)),mipsel))
 destCpu := $(or $(destCpu),$(if $(filter mips64el,$(DEB_HOST_ARCH)),mips64el))
 destCpu := $(or $(destCpu),$(if $(filter mips64r6el,$(DEB_HOST_ARCH)),mips64el))
 destCpu := $(or $(destCpu),$(if $(filter mips,$(DEB_HOST_ARCH)),mips))
+destCpu := $(or $(destCpu),$(if $(filter loong64,$(DEB_HOST_ARCH)),loong64))
 destCpu := $(or $(destCpu),$(if $(filter powerpc,$(DEB_HOST_ARCH)),ppc))
 destCpu := $(or $(destCpu),$(if $(filter ppc64,$(DEB_HOST_ARCH)),ppc64))
 destCpu := $(or $(destCpu),$(if $(filter riscv64,$(DEB_HOST_ARCH)),riscv64))
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-schema-utils_4.2.0~ds-1_sourceonly.changes

2023-12-07 Thread Debian FTP Masters
node-schema-utils_4.2.0~ds-1_sourceonly.changes uploaded successfully to 
localhost
along with the files:
  node-schema-utils_4.2.0~ds-1.dsc
  node-schema-utils_4.2.0~ds.orig.tar.xz
  node-schema-utils_4.2.0~ds-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-ajv_8.12.0~ds+~2.1.1-1_sourceonly.changes ACCEPTED into experimental

2023-12-07 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 07 Dec 2023 12:30:30 +0400
Source: node-ajv
Architecture: source
Version: 8.12.0~ds+~2.1.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Changes:
 node-ajv (8.12.0~ds+~2.1.1-1) experimental; urgency=medium
 .
   * Team upload
   * Breaks: node-har-schema < 2.0.0-2~, node-schema-utils < 4
   * Update lintian override info format in d/source/lintian-overrides
 on line 2-3
   * Set upstream metadata fields: Bug-Database, Bug-Submit,
 Repository-Browse.
   * Update standards version to 4.6.2, no changes needed.
   * New upstream version 8.12.0~ds+~2.1.1
   * Refresh tsc patch
Checksums-Sha1: 
 d0f1e7c2c65391ca390364b0eb11faf9cbec970b 2655 node-ajv_8.12.0~ds+~2.1.1-1.dsc
 7195569d990a9afbfcf631ef2d4ec918b734a93e 15196 
node-ajv_8.12.0~ds+~2.1.1.orig-ajv-formats.tar.xz
 8fe8f821b7aa3a5548da57b5eefeaabe1e037156 156232 
node-ajv_8.12.0~ds+~2.1.1.orig.tar.xz
 4e8624467381df9bed5ff946659f2294bf28567a 85164 
node-ajv_8.12.0~ds+~2.1.1-1.debian.tar.xz
Checksums-Sha256: 
 eb5a98982b3ffa5b6ca7d1b28841fb7b86c32c53727f634e2f041500aa46b8f3 2655 
node-ajv_8.12.0~ds+~2.1.1-1.dsc
 ffa376fa3cac0ee49d4dd9718a6e7bf486ab0739e4023b532d96af8be29dc4d3 15196 
node-ajv_8.12.0~ds+~2.1.1.orig-ajv-formats.tar.xz
 1dc70255d4de2338826c06ba62875d898b7f96764b268ca2ba02b28ff0386acb 156232 
node-ajv_8.12.0~ds+~2.1.1.orig.tar.xz
 a0f2f6cae25b8f846fc0598713b24f969a46e4b1063bc989fa4a10f7b4b7ae24 85164 
node-ajv_8.12.0~ds+~2.1.1-1.debian.tar.xz
Files: 
 d30a71709a995c4c488161dba6e47a3c 2655 javascript optional 
node-ajv_8.12.0~ds+~2.1.1-1.dsc
 c515bd3aea2ab908ab0414749884baac 15196 javascript optional 
node-ajv_8.12.0~ds+~2.1.1.orig-ajv-formats.tar.xz
 4173f284de6e03777dfa91e991844306 156232 javascript optional 
node-ajv_8.12.0~ds+~2.1.1.orig.tar.xz
 7364649292f481ed895395e8367d7cd6 85164 javascript optional 
node-ajv_8.12.0~ds+~2.1.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmVxgz4ACgkQ9tdMp8mZ
7uk6HhAAmWZfr7Fg+Zr9djnk60dSHtBV3B1C3XGR6ifSapq1iMBb07SgkSOIO1KT
fab71ueYCgimgf47EWRA5aWAnd7VsnxRBK8hNhtL9DSlJep525NL7W6yuN8nU4iF
xQMKtZ3GfcP8O3ildDdiNRHPIJiE9jjrCPCJtYyUEo38zBCj0oRNMWkujppbD5b2
p4FaJaxHRYtqMiIOMokOgtR7MEKZXbyTkgb1mSCM35NFYsyU2dxpJoNy8SVgJJHW
kIxd7QhpHF6xBf5h9YLRM0YO952/OfzyA/9yTW736zvibe2tUgaAweK4KJyME6tF
FkPK6ZLgqO5F9gnMmXsbHVfAj/Ub0hJH/q0cocuTcC/QJbfFzoPG586uuXjesdO+
4hM7BTinZw5TUeS7XI3Y+civGFzVOSPYZJCXhkMHF/etGI/AFfGcRX+GLN1e7wFc
+OQNakJRFO1qbGip0RQv/NnC/ogZAX18KPqOrkKMrnVcRFBn2UQY5XlUZfJKBLdW
CXBNVwU/J/zYT8k6bV7i/XruxvM/6NKZ3+5YLt3eQryW3qni1OvJKXXhD5Ub4jSM
eDcmjL7oExgRN4D6xz8wktGAOp6NQZBGNHDN033sgsMz8pWf9LiqzalPog897ynx
7d7b0pLyleWZ0cttTJg0KMhMM1pymKw0HsLbdaiczcmf47An/Tg=
=Ptrs
-END PGP SIGNATURE-


-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-ajv_8.12.0~ds+~2.1.1-1_sourceonly.changes

2023-12-07 Thread Debian FTP Masters
node-ajv_8.12.0~ds+~2.1.1-1_sourceonly.changes uploaded successfully to 
localhost
along with the files:
  node-ajv_8.12.0~ds+~2.1.1-1.dsc
  node-ajv_8.12.0~ds+~2.1.1.orig-ajv-formats.tar.xz
  node-ajv_8.12.0~ds+~2.1.1.orig.tar.xz
  node-ajv_8.12.0~ds+~2.1.1-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1056709: marked as done (node-nodemailer: FTBFS test proxy is stuck)

2023-12-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Dec 2023 08:35:17 +
with message-id 
and subject line Bug#1056709: fixed in node-nodemailer 6.9.4+~6.4.9-4
has caused the Debian Bug report #1056709,
regarding node-nodemailer: FTBFS test proxy is stuck
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1056709: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056709
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Source: node-nodemailer
Version: 6.9.4+~6.4.9-3
Severity: serious

Hello, In my local machine, when I try a pbuilder sid build of the package, I 
get the build stuck

  1) HTTP Proxy Client Tests
   should connect to a socket through proxy with auth:
 Uncaught AssertionError: expected Error: Invalid response from proxy: 500 
to not exist
  at Assertion.assertExist 
(/usr/share/nodejs/chai/lib/chai/core/assertions.js:837:10)
  at Assertion.propertyGetter 
(/usr/share/nodejs/chai/lib/chai/utils/addProperty.js:62:29)
  at Object.proxyGetter [as get] 
(/usr/share/nodejs/chai/lib/chai/utils/proxify.js:98:22)
  at 
/build/node-nodemailer-6.9.4+~6.4.9/test/smtp-connection/http-proxy-client-test.js:55:39
  at Socket.onSocketData (lib/smtp-connection/http-proxy-client.js:124:28)
  at Socket.emit (node:events:513:28)
  at addChunk (node:internal/streams/readable:324:12)
  at readableAddChunk (node:internal/streams/readable:297:9)
  at Readable.push (node:internal/streams/readable:234:10)
  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)

  2) HTTP Proxy Client Tests
   should should fail auth:
 Uncaught Error: listen EADDRINUSE: address already in use :::3129
  at Server.setupListenHandle [as _listen2] (node:net:1727:16)
  at listenInCluster (node:net:1775:12)
  at Server.listen (node:net:1863:7)
  at SMTPServer.listen 
(debian/tests/test_modules/smtp-server/lib/smtp-server.js:104:28)
  at Context. 
(test/smtp-connection/http-proxy-client-test.js:74:20)
  at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
  at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
  at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
  at /usr/share/nodejs/mocha/lib/runner.js:789:12
  at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
  at /usr/share/nodejs/mocha/lib/runner.js:591:7
  at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
  at Immediate. (/usr/share/nodejs/mocha/lib/runner.js:559:5)
  at process.processImmediate (node:internal/timers:471:21)


The same happens in Ubuntu builders, with a kill after 2.5 h of run

https://launchpad.net/ubuntu/+source/node-nodemailer/6.9.4+~6.4.9-3/+build/27017382/+files/buildlog_ubuntu-noble-amd64.node-nodemailer_6.9.4+~6.4.9-3_BUILDING.txt.gz

G.


OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: node-nodemailer
Source-Version: 6.9.4+~6.4.9-4
Done: Yadd 

We believe that the bug you reported is fixed in the latest version of
node-nodemailer, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1056...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yadd  (supplier of updated node-nodemailer package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 07 Dec 2023 12:05:59 +0400
Source: node-nodemailer
Built-For-Profiles: nocheck
Architecture: source
Version: 6.9.4+~6.4.9-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Closes: 1056709
Changes:
 node-nodemailer (6.9.4+~6.4.9-4) unstable; urgency=medium
 .
   * Drop proxy test (Closes: #1056709)
Checksums-Sha1: 
 df882cb66af8def5f4107cf6ee7524aaf7ff82d3 2676 
node-nodemailer_6.9.4+~6.4.9-4.dsc
 09cf4b3ba97d935a7a102163d36ebd7c7f459211 98936 
node-nodemailer_6.9.4+~6.4.9-4.debian.tar.xz
Checksums-Sha256: 
 c34eef9494fce9004d89dcf8968eac7d33e30b142eb565afec0cb0383db2416c 2676 
node-nodemailer_6.9.4+~6.4.9-4.dsc
 360a4c70f00472a6928ebba8cc686e2f3863023d43327aab4ed5311a9ef8b548 98936 
node-nodemailer_6.9.4+~6.4.9-4.debian.tar.xz
Files: 
 cfea6f7acf13177a956743d567fcb85d 2676 

[Pkg-javascript-devel] node-nodemailer_6.9.4+~6.4.9-4_sourceonly.changes ACCEPTED into unstable

2023-12-07 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 07 Dec 2023 12:05:59 +0400
Source: node-nodemailer
Built-For-Profiles: nocheck
Architecture: source
Version: 6.9.4+~6.4.9-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Closes: 1056709
Changes:
 node-nodemailer (6.9.4+~6.4.9-4) unstable; urgency=medium
 .
   * Drop proxy test (Closes: #1056709)
Checksums-Sha1: 
 df882cb66af8def5f4107cf6ee7524aaf7ff82d3 2676 
node-nodemailer_6.9.4+~6.4.9-4.dsc
 09cf4b3ba97d935a7a102163d36ebd7c7f459211 98936 
node-nodemailer_6.9.4+~6.4.9-4.debian.tar.xz
Checksums-Sha256: 
 c34eef9494fce9004d89dcf8968eac7d33e30b142eb565afec0cb0383db2416c 2676 
node-nodemailer_6.9.4+~6.4.9-4.dsc
 360a4c70f00472a6928ebba8cc686e2f3863023d43327aab4ed5311a9ef8b548 98936 
node-nodemailer_6.9.4+~6.4.9-4.debian.tar.xz
Files: 
 cfea6f7acf13177a956743d567fcb85d 2676 javascript optional 
node-nodemailer_6.9.4+~6.4.9-4.dsc
 af3d70dfed01af565be91bedbe61b39b 98936 javascript optional 
node-nodemailer_6.9.4+~6.4.9-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmVxfUUACgkQ9tdMp8mZ
7ukoBA//TNfKxcdmOFAVVmO2s23TTgGdDIZVPyiaZKd1bFBHFMjX5p87+IApKxz4
8XKMhPIPnEoPL1QvATSuogpcaK8PaySE9VAq2x4LEyJkVifcJRIPBEey5vbAEZcX
+ldZ9Vm+XCcUPnHe8Jh3z7n6nsrTvOCRE5pMklgGiHdtk6E6NCqgud7PkExN1xfW
UbVpzDAe9rS4aqrZIBI1eT3LS2dajzfpX1YAr7a0zljfFFZC4cLttkQr+l2uQ+NW
lWWK9NkthoIIinmv2SgGQSMsVJuDuGnIKLq30PBXozV0A2k2FyclpsUeci11RUNW
WXFkVT/Ln8rKGxmdAIAa8zL4IjxZSTzSixVxZIPCeixcfa0kZgPFqA7HZfJEEp6y
L7705tNBTTVZh8v+85GvcOF07/sRPdX0MWkvg0zYFeVKKqnkA3+ApTCwm8L7Hfbw
Qo0BJdzj8XuRW8AyMGltJU0vJGGiIZiLAKR8NSYrtsk9/K4sqTWHPYQNAvnRGbmP
Zu2NE7Lq6hxQqnzH5qUD13c4Q7wrs27Fpy+ZzEbWIxTuiG22bCqQqmE9iJ/pBsE8
EbfCeWP/AicJKPLF9HPjPLgUc+6Yeh0VKFDYK/BtZgt1y3z4BtVLInRFUPsOQvhE
U8Uezl5wo2f2wQoEVMLVs3pIoWUXBKR8cMr+ZK30fkaZ5EKAAoI=
=VjOp
-END PGP SIGNATURE-


-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1057697: nodejs:please enable loong64

2023-12-07 Thread Shi Pujin

Package: nodejs
Version: 18.19.0
Severity: wishlist
Tags: patch
User: debian-loonga...@lists.debian.org
X-Debbugs-Cc: shipu...@loongson.cn
Usertags: loong64

Hi,

Nodejs upstream supports loong64 starting from nodejs-17.5.0 version,

it'd be nice to have loong64 enabled,nodejs is in the Build-Depend chain 
for many packages.



I test compile nodejs locally, ignoring the build dependency 
he(--no-check-builddeps), close the test phase,debian-nodejs was 
successfully compiled.


```
debootstrap --no-check-gpg --arch=loong64 --variant=buildd 
--extra-suites=unreleased unstable sid-loong64-rootfs 
http://ftp.ports.debian.org/debian-ports

```

--
thanks,
Shi Pujin

--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-nodemailer_6.9.4+~6.4.9-4_sourceonly.changes

2023-12-07 Thread Debian FTP Masters
node-nodemailer_6.9.4+~6.4.9-4_sourceonly.changes uploaded successfully to 
localhost
along with the files:
  node-nodemailer_6.9.4+~6.4.9-4.dsc
  node-nodemailer_6.9.4+~6.4.9-4.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processed: Bug#1056709 marked as pending in node-nodemailer

2023-12-07 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #1056709 [src:node-nodemailer] node-nodemailer: FTBFS test proxy is stuck
Added tag(s) pending.

-- 
1056709: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056709
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel