<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/node-javascript-obfuscator/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-03-03T15:15:11Z</updated>
<entry>
<title>lang/node-* : Disable parallel builds for node packages</title>
<updated>2025-03-03T15:15:11Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-03-03T15:15:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7ce67fb7dc08ebd541dc36eccb0f68c0f8c7f48b'/>
<id>urn:sha1:7ce67fb7dc08ebd541dc36eccb0f68c0f8c7f48b</id>
<content type='text'>
Disable parallel builds for node downstream packages, as the
buildbot is showing frequent timeout problems
for aarch644, arm, i386 and x86, and node &amp; node packages
are the primary suspect.

Based on discussion in
https://github.com/openwrt/packages/issues/26078

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T07:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=565866a47210c9711c29173052063779b6d3bcfc'/>
<id>urn:sha1:565866a47210c9711c29173052063779b6d3bcfc</id>
<content type='text'>
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>node-javascript-obfuscator: Support for npm@8</title>
<updated>2022-04-16T18:01:38Z</updated>
<author>
<name>Hirokazu MORIKAWA</name>
</author>
<published>2022-04-06T01:24:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d2109d23f8a6f677665274f55b90cdb739425e89'/>
<id>urn:sha1:d2109d23f8a6f677665274f55b90cdb739425e89</id>
<content type='text'>
With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.

The modification method is different from other node modules.
The reason is due to the npm@8 issue.
https://github.com/npm/cli/issues/4027

Signed-off-by: Hirokazu MORIKAWA &lt;morikw2@gmail.com&gt;
</content>
</entry>
<entry>
<title>javascript-obfuscator: bump to 2.19.0 and switch to autorelease</title>
<updated>2021-09-25T18:11:43Z</updated>
<author>
<name>Zbyněk Kocur</name>
</author>
<published>2021-09-21T16:00:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cefb5eba7adac42bec11c83e9f5864da79e69161'/>
<id>urn:sha1:cefb5eba7adac42bec11c83e9f5864da79e69161</id>
<content type='text'>
New version of package node-javascript-obfuscator.

Signed-off-by: Zbyněk Kocur &lt;zbynek.kocur@fel.cvut.cz&gt;
</content>
</entry>
<entry>
<title>javascript-obfuscator: upgrade package to versioon 2.9.4</title>
<updated>2020-12-11T18:52:44Z</updated>
<author>
<name>Zbyněk Kocur</name>
</author>
<published>2020-12-11T18:52:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a50254d7e81005eadd41874ecdd61fd7d041914c'/>
<id>urn:sha1:a50254d7e81005eadd41874ecdd61fd7d041914c</id>
<content type='text'>
Signed-off-by: Zbyněk Kocur &lt;zbynek.kocur@fel.cvut.cz&gt;
</content>
</entry>
<entry>
<title>javascript-obfuscator: update to 1.9.0</title>
<updated>2020-08-11T08:10:13Z</updated>
<author>
<name>Zbyněk Kocur</name>
</author>
<published>2020-08-11T08:10:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=46ec570c65b3bdacae7f2dbf28eacc5d32f5bc6a'/>
<id>urn:sha1:46ec570c65b3bdacae7f2dbf28eacc5d32f5bc6a</id>
<content type='text'>
New version of package node-javascript-obfuscator

Signed-off-by: Zbyněk Kocur &lt;zbynek.kocur@fel.cvut.cz&gt;
</content>
</entry>
<entry>
<title>javascript-obfuscator: update to 1.2.2</title>
<updated>2020-06-30T08:04:34Z</updated>
<author>
<name>Zbyněk Kocur</name>
</author>
<published>2020-06-30T08:04:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=17e4a7c1dafc6c4839c1c00d1c857066b0efd0a7'/>
<id>urn:sha1:17e4a7c1dafc6c4839c1c00d1c857066b0efd0a7</id>
<content type='text'>
New version of package node-javascript-obfuscator.

Signed-off-by: Zbyněk Kocur &lt;zbynek.kocur@fel.cvut.cz&gt;
</content>
</entry>
<entry>
<title>javascript-obfuscator: update to 0.27.2</title>
<updated>2020-03-30T18:41:23Z</updated>
<author>
<name>Zbyněk Kocur</name>
</author>
<published>2020-03-30T18:41:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d831bfc76ab78bbd142009faab1e4e8ddde98d4c'/>
<id>urn:sha1:d831bfc76ab78bbd142009faab1e4e8ddde98d4c</id>
<content type='text'>
New version of node-javascript-obfuscator.

Signed-off-by: Zbyněk Kocur &lt;zbynek.kocur@fel.cvut.cz&gt;
</content>
</entry>
<entry>
<title>javascript-obfuscator_update: update to 0.24.0</title>
<updated>2020-01-27T08:29:35Z</updated>
<author>
<name>Zbyněk Kocur</name>
</author>
<published>2020-01-27T08:29:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=19a57adccdd8274057cf15024106f01391d6177f'/>
<id>urn:sha1:19a57adccdd8274057cf15024106f01391d6177f</id>
<content type='text'>
New version of node-javascript-obfuscator.

Signed-off-by: Zbyněk Kocur &lt;zbynek.kocur@fel.cvut.cz&gt;
</content>
</entry>
</feed>
