<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/addrwatch, 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-06-16T08:48:00Z</updated>
<entry>
<title>addrwatch: add patch header from upstreamed commit</title>
<updated>2025-06-16T08:48:00Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-06-15T06:55:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=edd8543bef97c61cd94e21e506b150a4d540d535'/>
<id>urn:sha1:edd8543bef97c61cd94e21e506b150a4d540d535</id>
<content type='text'>
This patch was upstreamed [1], so it can be removed in the future.
For now, I added patch header, so it can be applied with `git am`
and also, we know who commited such changes.

[1] https://github.com/fln/addrwatch/commit/951b6940f4cf14a4a1712e9b874e3a9c5e32befc

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>addrwatch: Various fixes</title>
<updated>2021-07-06T16:18:47Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2021-06-18T08:33:55Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=31ae85bca963ce240c9e1b8df55294587b079161'/>
<id>urn:sha1:31ae85bca963ce240c9e1b8df55294587b079161</id>
<content type='text'>
Makefile changes include:

* Remove USE_UCLIBC, as uclibc is no longer supported

* Package output modules

* Move main binary (back) to /usr/sbin, as it is system administration
  related and requires superuser privileges

New patches:

* 003-add-space-for-null-byte.patch - from
  https://github.com/fln/addrwatch/commit/374cfd2cabe4db9882d8a210adff430cc579f859

* 004-more-specific-library-linking.patch - from
  https://github.com/fln/addrwatch/commit/27b57d9da322fc16c6904d8e35aae4557a3e517b

* 005-use-c99-format-macro-constants.patch - from
  https://github.com/fln/addrwatch/pull/28

Init script changes include:

* Change from explicit disable to explicit enable, so that the service
  is disabled by default and on first install

* Set config option default values to default values of the main binary

* Fix command-line option names and format (from
  https://forum.openwrt.org/t/cant-start-addrwatch-service/60499/3)

* Always use the --quiet command-line option, as the procd instance is
  not configured to capture stdout/stderr

* Change the syslog config option to start the syslog output module

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: fix broken conffiles</title>
<updated>2020-07-07T10:29:13Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2020-07-06T22:28:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=704e733e51071c864265ff55a8568be3edb82c1f'/>
<id>urn:sha1:704e733e51071c864265ff55a8568be3edb82c1f</id>
<content type='text'>
Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
</content>
</entry>
<entry>
<title>addrwatch: update to 1.0.2</title>
<updated>2020-02-27T05:02:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-02-27T04:54:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f1a7d509b5ba1b784c96b24f47c9e0b40da57a3f'/>
<id>urn:sha1:f1a7d509b5ba1b784c96b24f47c9e0b40da57a3f</id>
<content type='text'>
Switch to standard tarball to avoid autoreconfig.

Fix license information.

Add PKG_BUILD_PARALLEL for faster compilation.

Add PKG_INSTALL for consistency with other packages.

Removed upstreamed patches. Refresh remaining one.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>addrwatch: Add missing limits header for PATH_MAX</title>
<updated>2019-11-28T07:38:35Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-11-28T07:33:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8003eea2b9e70cc2850e9489f47403c86586bdcd'/>
<id>urn:sha1:8003eea2b9e70cc2850e9489f47403c86586bdcd</id>
<content type='text'>
Fixes compilation on musl.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>addrwatch: Update init script</title>
<updated>2019-01-29T14:50:36Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2019-01-29T14:50:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=36e84d8ef67e8dfab6883c90c6fed9b2642648dc'/>
<id>urn:sha1:36e84d8ef67e8dfab6883c90c6fed9b2642648dc</id>
<content type='text'>
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also lets procd trigger the validation function directly, and
removes some unnecessary curly brackets.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>addrwatch: Update to 1.0.1</title>
<updated>2018-06-10T02:49:44Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-06-10T01:05:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f199ca1401710018d2d61df933c1f307481462bd'/>
<id>urn:sha1:f199ca1401710018d2d61df933c1f307481462bd</id>
<content type='text'>
Switch to codeload for smaller filesize. We need to run autoreconf anyway

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>addrwatch: fix typo in config file name</title>
<updated>2017-02-24T12:02:11Z</updated>
<author>
<name>Ondřej Caletka</name>
</author>
<published>2017-02-24T11:21:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f6f9973fde21a64297e947e11cf26ef694162f44'/>
<id>urn:sha1:f6f9973fde21a64297e947e11cf26ef694162f44</id>
<content type='text'>
Signed-off-by: Ondřej Caletka &lt;ondrej@caletka.cz&gt;
</content>
</entry>
<entry>
<title>addrwatch: fix complaint when adding addrwatch with image builder</title>
<updated>2017-02-24T09:36:39Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2017-02-23T00:25:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f38c3c1749c6ebb4908372af725988f0ec5e364a'/>
<id>urn:sha1:f38c3c1749c6ebb4908372af725988f0ec5e364a</id>
<content type='text'>
Signed-off-by: Stan Grishin &lt;stangri@melmac.net&gt;
</content>
</entry>
</feed>
