<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/ipfs-http-client, 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>2023-05-23T09:26:05Z</updated>
<entry>
<title>ipfs-http-client: remove package</title>
<updated>2023-05-23T09:26:05Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-05-19T13:14:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=72c8977b3b4b3b8c905bd53db7557cf6bc8963db'/>
<id>urn:sha1:72c8977b3b4b3b8c905bd53db7557cf6bc8963db</id>
<content type='text'>
This package lacks proper maintenance in both upstream and here.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.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>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>ipfs-http-client: update to 2021-03-01</title>
<updated>2021-03-26T20:15:14Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-24T21:13:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6fb3f7d0d919e4298b45a25d4bf9ee1ba8abb6ce'/>
<id>urn:sha1:6fb3f7d0d919e4298b45a25d4bf9ee1ba8abb6ce</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Refreshed patches.

Signed-off-by: Rosen Penev &lt;rosenp@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.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>ipfs-http-client: fix compilation of tests</title>
<updated>2020-04-25T23:54:13Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-04-24T22:17:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=85e9ce346a278bf692f57cbc1840df1072d93219'/>
<id>urn:sha1:85e9ce346a278bf692f57cbc1840df1072d93219</id>
<content type='text'>
Wrong CMake variable was being used to enable them.

Small whitespace fix.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>ipfs-http-client: remove NIH Makefile</title>
<updated>2020-02-10T04:53:21Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-02-02T04:11:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=16fbea306afbc994a2d72c74c35cc4865be115dd'/>
<id>urn:sha1:16fbea306afbc994a2d72c74c35cc4865be115dd</id>
<content type='text'>
There's no reason for it. It breaks parallel building, does not link to
libatomic when necessary, and generates a larger binary for some reason.

The normal package has none of these problems.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>ipfs-http-client: initial commit</title>
<updated>2019-12-26T09:54:18Z</updated>
<author>
<name>Leonid Esman</name>
</author>
<published>2019-12-05T08:28:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c5c4f5f54bd081cde25233bde5031803b5c24575'/>
<id>urn:sha1:c5c4f5f54bd081cde25233bde5031803b5c24575</id>
<content type='text'>
IPFS C++ HTTP API client library allows C++ applications to communicate with an IPFS node.
It implements IPFS API bindings for C++. Not all methods are implemented.
https://github.com/vasild/cpp-ipfs-http-client

Signed-off-by: Leonid Esman &lt;leonid.esman@gmail.com&gt;
</content>
</entry>
</feed>
