<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/auc, 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>2024-06-26T02:07:01Z</updated>
<entry>
<title>auc: remove package</title>
<updated>2024-06-26T02:07:01Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-06-25T16:10:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3a998e10218c318511b41739f276e572c1ede967'/>
<id>urn:sha1:3a998e10218c318511b41739f276e572c1ede967</id>
<content type='text'>
With 'owut' there is now a much better alternative available.
Retire and remove 'auc' in favor of 'owut'.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&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>auc: update to version 0.3.2</title>
<updated>2022-10-16T19:30:22Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-10-16T19:26:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2978d4c6ee2461e58679c805ba4034cf379c09a1'/>
<id>urn:sha1:2978d4c6ee2461e58679c805ba4034cf379c09a1</id>
<content type='text'>
 * fixes segfault when requesting downgrade

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>auc: update to 0.3.1</title>
<updated>2022-10-13T18:48:05Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-10-13T18:46:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fd36c91db869544df882de6812cf57dd5056c976'/>
<id>urn:sha1:fd36c91db869544df882de6812cf57dd5056c976</id>
<content type='text'>
Remove wrongly placed 'break' statement to actually jump to the most
recent version of a release branch.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>auc: update to version 0.3.0</title>
<updated>2022-10-13T17:04:59Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-10-10T03:30:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=36525086ce468ba5f062f41be231be9f43d9488f'/>
<id>urn:sha1:36525086ce468ba5f062f41be231be9f43d9488f</id>
<content type='text'>
Most notably this brings support for processing package changes such
as suggesting to replace firewall with firewall4 when updating from
21.02.x -&gt; 22.03.y release.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>auc: only add filesystem type if it is known</title>
<updated>2022-03-21T11:52:27Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-03-21T11:50:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f1969ab5849095dbfe85f34e9415988357ed53bf'/>
<id>urn:sha1:f1969ab5849095dbfe85f34e9415988357ed53bf</id>
<content type='text'>
Prevent NULL-pointer on older versions of OpenWrt.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>auc: bump to version 0.2.5</title>
<updated>2022-03-21T11:12:49Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-03-21T10:53:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6c9ab0e426466ca3bb18a76f2f6b4645015a31e0'/>
<id>urn:sha1:6c9ab0e426466ca3bb18a76f2f6b4645015a31e0</id>
<content type='text'>
Request root filesystem type to since it is possible now after
https://github.com/openwrt/asu/commit/9d8467a748aaa954b27eb3a471ae8a8303abc47a

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>auc: don't segfault on invalid URL</title>
<updated>2022-03-13T23:49:25Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-03-13T23:48:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c0d2c82528e19a304164dade96e9b019114b8fb0'/>
<id>urn:sha1:c0d2c82528e19a304164dade96e9b019114b8fb0</id>
<content type='text'>
Show error message instead of segfaulting in case of an invalid URL
being read from UCI config.

Fixes: #17971
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>auc: fall back to 'sdcard' image</title>
<updated>2022-02-14T14:25:54Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-02-14T14:24:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6b041752a00d125a4e651aa56f6abae0e06a59b6'/>
<id>urn:sha1:6b041752a00d125a4e651aa56f6abae0e06a59b6</id>
<content type='text'>
Fallback to use 'sdcard' image in case there is neither 'sysupgrade'
nor 'combined' image available.
This allows using 'auc' on targets where 'sdcard' image is also used
for sysupgrade (such as some mvebu-based devices with eMMC).

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>auc: accept both 'y' and 'Y' as confirmation from user</title>
<updated>2022-02-13T22:30:42Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-02-09T17:41:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d27ecdcc49f2d91a8758ff4c416385d6d57cf2e6'/>
<id>urn:sha1:d27ecdcc49f2d91a8758ff4c416385d6d57cf2e6</id>
<content type='text'>
Accept both 'y' and 'Y' as positive confirmation when asking the user
if auc should proceed with requesting and installing an upgrade.

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