<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/neon, 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>2023-04-21T20:46:58Z</updated>
<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-03.infra.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>neon: update to 0.32.4</title>
<updated>2022-11-11T23:11:31Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-11-06T19:57:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=052b96c1c3c8753ca8eb2eb941deadc4cf914396'/>
<id>urn:sha1:052b96c1c3c8753ca8eb2eb941deadc4cf914396</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>neon: fix build on macos</title>
<updated>2022-01-18T05:09:39Z</updated>
<author>
<name>Sergey V. Lobanov</name>
</author>
<published>2022-01-09T20:37:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3062e575dd9b57dbd866e1c3e240b4fef241a996'/>
<id>urn:sha1:3062e575dd9b57dbd866e1c3e240b4fef241a996</id>
<content type='text'>
neon detects Darwin on target build and fails due to darwin-specific
build behaviour. OS detection is disable (as non required) via
ne_cv_os_uname=Linux as a part of CONFIGURE_VARS

Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>neon: update to 0.32.1</title>
<updated>2021-12-21T02:05:57Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T02:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c24e28bd5e76a967ecf2b26e707894e0593c067e'/>
<id>urn:sha1:c24e28bd5e76a967ecf2b26e707894e0593c067e</id>
<content type='text'>
Add patch to get rid of xmlto dependency.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>neon: install neon-config to host path</title>
<updated>2020-12-08T04:12:36Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-08T02:30:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=865031590fccfb6c533cfffba82a90f07a133291'/>
<id>urn:sha1:865031590fccfb6c533cfffba82a90f07a133291</id>
<content type='text'>
Helps old packages that do not use pkgconfig.

Fixed paths.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>neon: update to 0.31.2</title>
<updated>2020-07-15T18:57:06Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-15T03:53:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=36f3d2892fb3d6a3d2e303efe0886566940bd2f2'/>
<id>urn:sha1:36f3d2892fb3d6a3d2e303efe0886566940bd2f2</id>
<content type='text'>
Remove upstreamed patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>neon: add back sed scripts for neon-config</title>
<updated>2020-05-04T21:00:13Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-05-04T20:57:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d59ae48f85127e1b0adb95fa6c192d9948285af7'/>
<id>urn:sha1:d59ae48f85127e1b0adb95fa6c192d9948285af7</id>
<content type='text'>
Commit 3a67097 removed the sed scripts that ran on neon-config. Now
there is build failure for Asterisk because a host include directory is
added to the build:

mips_24kc_musl/usr/lib/libintl-stub/include    -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include/libxml2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -fPIC -DAST_MODULE=\"res_calendar_exchange\" -DAST_MODULE_SELF_SYM=__internal_res_calendar_exchange_self  -I/usr/include/neon -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include -pthread -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include
res_calendar_exchange.c:34:10: fatal error: ne_session.h: No such file or directory
 #include &lt;ne_session.h&gt;
          ^~~~~~~~~~~~~~
compilation terminated.

This commit adds back the sed scripts.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>neon: update to 0.31.1</title>
<updated>2020-05-02T22:11:07Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-05-01T21:02:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3a6709756cbde31ed56e18ad2eb0d90fbb0da48c'/>
<id>urn:sha1:3a6709756cbde31ed56e18ad2eb0d90fbb0da48c</id>
<content type='text'>
Upstream changed.

Add license information.

Add PKG_BUILD_PARALLEL for faster compilation.

Remove several outdated options.

Refreshed OpenSSL patch.

Other small cleanups.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: add PKG_CPE_ID for better cvescanner coverage</title>
<updated>2019-09-17T10:40:26Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2019-09-12T12:13:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=299e5b0a9bce19d6e96cb9ff217028b36ee2dd36'/>
<id>urn:sha1:299e5b0a9bce19d6e96cb9ff217028b36ee2dd36</id>
<content type='text'>
Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
<entry>
<title>neon: Remove krb5 dependency</title>
<updated>2018-12-07T01:25:35Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2018-12-06T19:27:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=42484857f04b9c37281e9a7ed90468e2d10b7549'/>
<id>urn:sha1:42484857f04b9c37281e9a7ed90468e2d10b7549</id>
<content type='text'>
Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
</feed>
