<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/attendedsysupgrade-common, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2025-12-31T07:12:36Z</updated>
<entry>
<title>treewide: fix spelling and grammar in Makefiles</title>
<updated>2025-12-31T07:12:36Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-12-26T04:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=de64f871b0f00b885039997eb46f914bdac687a5'/>
<id>urn:sha1:de64f871b0f00b885039997eb46f914bdac687a5</id>
<content type='text'>
Fix spelling and grammar in package definitions, configs, comments and
other strings.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>attendedsysupgrade-common: give the uci-defaults script a run level</title>
<updated>2024-10-31T01:05:03Z</updated>
<author>
<name>Eric Fahlgren</name>
</author>
<published>2024-10-31T00:42:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2255c9b9a14b8ddf6c4dd0a170f6d81836a0b71b'/>
<id>urn:sha1:2255c9b9a14b8ddf6c4dd0a170f6d81836a0b71b</id>
<content type='text'>
Move the init script to '50-attendedsysupgrade', so it is run in the
middle of the init sequence, rather than after all the explicitly
ordered ones.  This allows later scripts, specifically the 99-level
ones, to modify the contents of the attendedsysupgrade configuration.

Signed-off-by: Eric Fahlgren &lt;ericfahlgren@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove COMMITCOUNT</title>
<updated>2023-06-13T13:55:02Z</updated>
<author>
<name>Kuan-Yi Li</name>
</author>
<published>2023-06-10T03:43:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ba75322534f73923f7c1f457aca9e461aea57c16'/>
<id>urn:sha1:ba75322534f73923f7c1f457aca9e461aea57c16</id>
<content type='text'>
Automatically compute and substitute current values for all
$(COMMITCOUNT) instances as this feature is deprecated and shouldn't be
used.

Based on commit 0c10c224be81:

Change COMMITCOUNT in rules.mk to:
```
COMMITCOUNT = $(if $(DUMP),0,$(shell sed -i "s/\$$(COMMITCOUNT)/$(call commitcount)/" $(CURDIR)/Makefile))
```

then update all affected packages by:
```
for i in $(git -C feeds/packages grep -l COMMITCOUNT | sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
	make package/$i/clean
done
```

Signed-off-by: Kuan-Yi Li &lt;kyli@abysm.org&gt;
</content>
</entry>
<entry>
<title>attendedsysupgrade-common: update ASU CA pubkey</title>
<updated>2022-10-29T08:00:27Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2022-10-28T11:17:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=646fbeafdc6ad4b39217f767216c8fac27776151'/>
<id>urn:sha1:646fbeafdc6ad4b39217f767216c8fac27776151</id>
<content type='text'>
The old key was overwritten during a machine migration and the current
worker key is no longer valid. To create new valid worker certificates
this commit adds a new CA pubkey.

To update running OpenWrt devices via a client one needs to force
install it or upgrade to the latest version of
`attendedsysupgrade-common` - I'm sorry for the inconvenience.

This change is only related to the `usign` pubkey and `ucert`
certificate which is used to sign all created images on the server.

While at it, use INSTALL_DATA instead of INSTALL_BIN.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>attendedsysupgrade-common: use sysupgrade.openwrt.org</title>
<updated>2021-09-24T22:00:26Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2021-09-24T03:25:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=81b00bd6ab522f24ae91b073cd98af63a4eb0ba6'/>
<id>urn:sha1:81b00bd6ab522f24ae91b073cd98af63a4eb0ba6</id>
<content type='text'>
A new server was added which runs within the OpenWrt cloud, it's much
faster and should be used instead. For development the server at
https://asu.aparcar.org stays available.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>attendedsysupgrade-common: update server URL</title>
<updated>2021-08-05T22:07:37Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2021-08-05T22:07:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cdc0c70875c3a53750680d70e1a68bc69bb594d7'/>
<id>urn:sha1:cdc0c70875c3a53750680d70e1a68bc69bb594d7</id>
<content type='text'>
The service is now on a new server which supports IPv6.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>attendedsysupgrade-common: update to 2021</title>
<updated>2021-04-30T06:06:40Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2021-04-29T21:09:22Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a54b9570ad6abc0b3e1079e881d1dbe9a475e33d'/>
<id>urn:sha1:a54b9570ad6abc0b3e1079e881d1dbe9a475e33d</id>
<content type='text'>
* Use $(COMMITCOUNT)
* Use SPDX
* Use CA (ucert) public key
* Update repo link
* Update maintainer email
* Format description

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>treewide: add missing PKGARCH:=all to non-binary packages</title>
<updated>2019-03-30T09:11:50Z</updated>
<author>
<name>Deng Qingfang</name>
</author>
<published>2019-01-28T06:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=17496030e2645b30fc0793b3c2104b275daa3c08'/>
<id>urn:sha1:17496030e2645b30fc0793b3c2104b275daa3c08</id>
<content type='text'>
Packages such as Perl, Lua, shell scripts don't generate binary files.
Add PKGARCH:=all to them.

Signed-off-by: Deng Qingfang &lt;dengqf6@mail2.sysu.edu.cn&gt;
</content>
</entry>
<entry>
<title>attendedsyuspgrade-common: add key and set server</title>
<updated>2019-03-06T22:24:08Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2019-03-06T20:43:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=54a2c8d087e65ce5389586b62b2ec41f00c0c8c0'/>
<id>urn:sha1:54a2c8d087e65ce5389586b62b2ec41f00c0c8c0</id>
<content type='text'>
In collaboration with @dangowrt the server makes use of `ucert`.  Active
workers sign created firmware and clients check if the signature is
valid. Certs of *hacked* or inactive workers can be revoked.  Private CA
key is **not** stored on the upgrade server.

Only for devices already supporting ucert via firmware metadata.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>attendedsysupgrade-common: deprecate rpcd-mod-packagelist</title>
<updated>2017-11-13T00:49:04Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2017-11-13T00:46:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a4d61435141fa293ecea5c6791b805e4e9893722'/>
<id>urn:sha1:a4d61435141fa293ecea5c6791b805e4e9893722</id>
<content type='text'>
rpcd-mod-packageslist is now integrated in rpcd-mod-rpcsys since
commit 49fde37@lede-project/source.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
