<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/ulogd, 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:22:58Z</updated>
<entry>
<title>treewide: remove FTP usage</title>
<updated>2025-12-31T07:22:58Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2025-12-29T08:13:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=66f2422b71d0b9e4382d1826fd0384d3e4856e89'/>
<id>urn:sha1:66f2422b71d0b9e4382d1826fd0384d3e4856e89</id>
<content type='text'>
Drop obsolete protocol usage.
Use HTTPS (if possible) or HTTP instead.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>tree-wide: remove obsolete SDK in conditionals</title>
<updated>2025-12-29T23:16:16Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2025-12-29T01:26:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=73d8b6c6f3ed25dcba6d4609c9e3995fb48dc48d'/>
<id>urn:sha1:73d8b6c6f3ed25dcba6d4609c9e3995fb48dc48d</id>
<content type='text'>
Obsolete use of $(SDK) in configure conditionals can result in
dependency errors when building a subset of packages for packages which
have multiple sub-packages.

The reason it causes dependency issues is that (using libdbi-drivers as
an example) lines like:

ifneq ($(SDK)$(CONFIG_PACKAGE_libdbd-sqlite3),)

always evaluate to true if you are compiling in the SDK. So for a user
compiling from the SDK, the configure arguments are always added to the package build.

In the case of libdbi-drivers:

CONFIGURE_ARGS += \
  --with-sqlite3 \
  --with-sqlite3-incdir=$(STAGING_DIR)/usr/include \
  -with-sqlite3-libdir=$(STAGING_DIR)/usr/lib

is always added even if PACKAGE_libdbd-sqlite3 is deselected. When
libdbd-sqlite3 is deselected, this dependency:

DEPENDS:=libdbi +libsqlite3

is not present, so when configure tries to find sqlite3 it fails.

Closes #28173 "tree-wide: obsolete $(SDK) in conditionals"

See also:

* "include: remove SDK exception from package install targets"
  openwrt/openwrt@28f44a4

Performed tree-wide to ease revert if necessary, per:
https://github.com/openwrt/packages/issues/28173#issuecomment-3694615980

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>ulogd: bump to version 2.0.9</title>
<updated>2025-08-07T07:07:59Z</updated>
<author>
<name>Ian Ladd</name>
</author>
<published>2025-07-04T14:12:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=51e254cc29d2615a7871fafcd3d3c17ecabdf352'/>
<id>urn:sha1:51e254cc29d2615a7871fafcd3d3c17ecabdf352</id>
<content type='text'>
Bump ulogd to version 2.0.9

Signed-off-by: Ian Ladd &lt;ianwladd@gmail.com&gt;
</content>
</entry>
<entry>
<title>ulogd: bump to version 2.0.8</title>
<updated>2022-11-11T23:10:45Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2022-11-08T09:20:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=13b7a262974a295c04b643a71b7ee5243d2e386b'/>
<id>urn:sha1:13b7a262974a295c04b643a71b7ee5243d2e386b</id>
<content type='text'>
Removed upstream patches.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>ulogd: Add back autoreconf</title>
<updated>2019-09-17T00:49:17Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-09-17T00:49:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0fa6b856869c2d469ca1451b0405236bb57345c4'/>
<id>urn:sha1:0fa6b856869c2d469ca1451b0405236bb57345c4</id>
<content type='text'>
Compile fails at times, probably because of the patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>ulogd2: Build IPFIX module</title>
<updated>2019-09-06T16:40:59Z</updated>
<author>
<name>Sebastian Fleer</name>
</author>
<published>2019-09-06T16:35:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3a06581ad72335e2885eb103e92a84f9aab4173b'/>
<id>urn:sha1:3a06581ad72335e2885eb103e92a84f9aab4173b</id>
<content type='text'>
add ulogd_output_IPFIX.so to ulogd-mod-extra

Signed-off-by: Sebastian Fleer &lt;dev@dwurp.de&gt;
</content>
</entry>
<entry>
<title>ulogd2: Backport upstream patches</title>
<updated>2019-09-05T20:06:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-09-04T23:36:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=79c881200fd1dba54a1b312d85e1257302f45e1a'/>
<id>urn:sha1:79c881200fd1dba54a1b312d85e1257302f45e1a</id>
<content type='text'>
IPFIX support was requested.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>net: ulogd2: add myself as maintainer</title>
<updated>2019-08-01T11:33:17Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2019-08-01T11:32:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2a5fb656f2eb54701c16f414b92ff4a600a29e80'/>
<id>urn:sha1:2a5fb656f2eb54701c16f414b92ff4a600a29e80</id>
<content type='text'>
Since this package has been abandoned, I don't mind taking it over.
If there are issues with it, I can also investigate, and be a point-man.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>ulogd: Backport JSON network patch</title>
<updated>2019-07-29T01:02:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-07-29T00:59:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=23a36b00e243137d50b8c6c0edd58f4446b6714e'/>
<id>urn:sha1:23a36b00e243137d50b8c6c0edd58f4446b6714e</id>
<content type='text'>
It was requested in #9065 .

Cleaned up Makefile slightly.

Removed inactive maintainer.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
