<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/admin/rsyslog, 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>2026-08-10T08:01:46Z</updated>
<entry>
<title>tree-wide: remove quiet mode from grep in test version checks</title>
<updated>2026-08-10T08:01:46Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2026-07-29T05:47:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=308a5db9654b4cf9f8a97976e5a1657649ad683e'/>
<id>urn:sha1:308a5db9654b4cf9f8a97976e5a1657649ad683e</id>
<content type='text'>
Remove the quiet mode flag (-q) from grep in version check commands
to ensure that their stdout output is visible.

While at it, switch the remaining regex matches (perl, sscep, awscli) to
fixed-string matching where appropriate, so that special characters in the
version string are matched literally.

For libzip, the zipcmp and zipmerge branches ran grep and then
unconditionally exited 0, so a version mismatch was never reported and
the version check override always passed.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>rsyslog: track config files for procd restart</title>
<updated>2026-08-07T10:37:49Z</updated>
<author>
<name>Michael Pfeifroth</name>
</author>
<published>2026-05-29T08:34:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=900251a607b782b912bf85cfd9ea68fd10b11efa'/>
<id>urn:sha1:900251a607b782b912bf85cfd9ea68fd10b11efa</id>
<content type='text'>
Add 'procd_set_param file' for both the base config and the generated
config file so procd detects config changes and restarts rsyslogd.

Without this, procd_add_reload_trigger fires on config changes but
procd does not restart the service because the command line is
identical. This leaves stale configuration active until a manual
restart.

Signed-off-by: Michael Pfeifroth &lt;michael.pfeifroth@westermo.com&gt;
</content>
</entry>
<entry>
<title>rsyslog: update to 8.2606.0</title>
<updated>2026-07-18T17:47:01Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-07-11T08:14:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4417cbdb1ba164213096b809a8557698ee1be6bf'/>
<id>urn:sha1:4417cbdb1ba164213096b809a8557698ee1be6bf</id>
<content type='text'>
Drop 001-configure-make-libyaml-default-on-explicit.patch; it was a backport
of upstream commit c5c24486 which is now part of this release, so configure.ac
already makes libyaml default-on and fails fast when yaml-0.1 is missing.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>rsyslog: make libyaml support optional via RSYSLOG_libyaml</title>
<updated>2026-05-20T05:57:38Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-05-16T16:55:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=98a90ef9f310ba06cbe33d8d1159281487945b46'/>
<id>urn:sha1:98a90ef9f310ba06cbe33d8d1159281487945b46</id>
<content type='text'>
The upstream rsyslog build links against libyaml-0.so.2 whenever
pkg-config detects yaml-0.1, which made libyaml a hard dependency
of the rsyslog binary without any way to opt out from OpenWrt
config. libyaml is only used for YAML (.yaml/.yml) configuration
files and for loading rate-limiting policies from external files;
RainerScript (.conf) installs do not need it.

Introduce a new RSYSLOG_libyaml Config.in switch, default off, and
gate the +libyaml DEPENDS entry on it. Pass --enable-libyaml or
--disable-libyaml to configure based on the switch.

The upstream configure script in 8.2604.0 does not understand a
--disable-libyaml flag (libyaml was unconditionally autodetected).
Backport upstream commit c5c244861 ("configure: make libyaml
default-on explicit") as 001-configure-make-libyaml-default-on-
explicit.patch, which adds the AC_ARG_ENABLE(libyaml) block. The
patch dissolves cleanly once the package is bumped to 8.2606.0+.
PKG_FIXUP:=autoreconf is added so the configure.ac change flows
into the generated configure script during the SDK build.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>rsyslog: update to 8.2604.0</title>
<updated>2026-05-10T08:31:30Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-22T09:27:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3804268de824c652546a1519f860efe2d6b4a00d'/>
<id>urn:sha1:3804268de824c652546a1519f860efe2d6b4a00d</id>
<content type='text'>
Version 8.2604.0 follows the YYYYMM.x versioning scheme (April 2026).

The 8.2604.0 release enables --enable-impstats-push by default, which
requires protobuf-c-compiler (protoc-c). Since we don't ship
protobuf-c in the SDK environment and the impstats push feature is
not essential for typical OpenWrt use, disable it explicitly with
--disable-impstats-push.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: set me where PKG_MAINTAINER empty</title>
<updated>2026-04-16T18:48:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-13T07:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8d3c00421392c9c4c6c920977959ab7fae237261'/>
<id>urn:sha1:8d3c00421392c9c4c6c920977959ab7fae237261</id>
<content type='text'>
Seems a lot of packages are just getting abandoned by people.
Will pick these up and see them through.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>rsyslog: update to 8.2506.0</title>
<updated>2025-08-11T09:10:46Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-08-01T18:43:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0f743e07c107a6998ed3cadb5a0fa0d90259be03'/>
<id>urn:sha1:0f743e07c107a6998ed3cadb5a0fa0d90259be03</id>
<content type='text'>
Fixes compilation with GCC15.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>rsyslog: update to 8.2408.0</title>
<updated>2024-09-02T17:57:35Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-09-02T14:31:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7a4d957dd59e38307eea9e68f5a69324fbf9877b'/>
<id>urn:sha1:7a4d957dd59e38307eea9e68f5a69324fbf9877b</id>
<content type='text'>
Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>rsyslog: update to 8.2406.0</title>
<updated>2024-07-28T14:50:02Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-07-26T07:11:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=74c89fc2a5bc20be4fe368f968874c280b3bccfa'/>
<id>urn:sha1:74c89fc2a5bc20be4fe368f968874c280b3bccfa</id>
<content type='text'>
Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>rsyslog: update to 8.2312.0</title>
<updated>2024-02-07T21:58:20Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-07T11:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=07838da820bc18219027703bd135dfb18ad01398'/>
<id>urn:sha1:07838da820bc18219027703bd135dfb18ad01398</id>
<content type='text'>
Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
</feed>
