<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libevhtp, 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>2022-03-17T02:37:02Z</updated>
<entry>
<title>libevhtp: Remove package</title>
<updated>2022-03-17T02:37:02Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2022-03-07T21:28:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7022834082ab29fd1ae40cc28e6184e381041dc2'/>
<id>urn:sha1:7022834082ab29fd1ae40cc28e6184e381041dc2</id>
<content type='text'>
With the removal of Seafile, there are no more in-repo users of this
package. It will be imported into the abandoned packages repo[1].

[1]: https://github.com/openwrt/packages-abandoned/pull/25

Signed-off-by: Jeffery To &lt;jeffery.to@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>treewide: build CMake projects with Ninja</title>
<updated>2021-03-28T04:51:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-04T22:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a31b7320077c340268d31642ded69cc66fbc230c'/>
<id>urn:sha1:a31b7320077c340268d31642ded69cc66fbc230c</id>
<content type='text'>
faster to compile.

A small selection of packages was tested going from:

Executed in  696.30 secs   fish           external
   usr time   82.98 mins  395.00 micros   82.98 mins
   sys time    9.02 mins    0.00 micros    9.02 mins

to:

Executed in  592.20 secs   fish           external
   usr time   84.84 mins  361.00 micros   84.84 mins
   sys time    8.85 mins   57.00 micros    8.85 mins

Tested by running make -j 12 and wiping staging/build_dir/target_x

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>treewide: add missing BUILDONLY</title>
<updated>2020-10-13T00:43:49Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-10-13T00:40:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5a7148d112113544611ee358a7d062cec85c1629'/>
<id>urn:sha1:5a7148d112113544611ee358a7d062cec85c1629</id>
<content type='text'>
Fixes Makefile warnings:

WARNING: skipping X -- package has no install section

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libevhtp: Fix dependencies not selected when building static library</title>
<updated>2020-05-06T02:03:30Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-04-29T16:27:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1c54706b97753b6488a4d8f04b68c4e603f0fd0c'/>
<id>urn:sha1:1c54706b97753b6488a4d8f04b68c4e603f0fd0c</id>
<content type='text'>
When libevhtp is added to a package's PKG_BUILD_DEPENDS (i.e. for
seafile-server), libevhtp's target package dependencies are not
automatically selected, in particular libevent2-openssl and
libevent2-pthreads.

Moreover, if libevent-openssl and libevent2-pthreads are not selected,
OpenSSL and thread support are disabled when compiling libevent2, which
in turn causes a compile error when building libevhtp.

This adds a config option, LIBEVHTP_BUILD_DEPENDS, that will select
libevent2-openssl and libevent2-pthreads (via LIBEVHTP_BUILD_SELECT)
when it is selected.

Other build dependencies are moved to PKG_BUILD_DEPENDS.

This also updates seafile-server to remove the (indirect) dependencies
added in 13d843fec1cd3281cc469fc74de302c1f793b723 and instead select
LIBEVHTP_BUILD_DEPENDS.

This also updates the maintainer's email address and adds myself as
another maintainer.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>libevhtp: Remove random hacks</title>
<updated>2019-06-02T18:49:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-06-01T00:25:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a544658ffc92fdfada9ce8faf62dac52af1ead62'/>
<id>urn:sha1:a544658ffc92fdfada9ce8faf62dac52af1ead62</id>
<content type='text'>
There's no point in overriding the defaults. They work fine.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libevhtp: pass TARGET_CPPFLAGS to cmake</title>
<updated>2019-05-27T13:14:05Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-05-27T13:14:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3ab4804d10b88aaa6099ae51d14b5ff0b3ab5e6b'/>
<id>urn:sha1:3ab4804d10b88aaa6099ae51d14b5ff0b3ab5e6b</id>
<content type='text'>
Added $(TARGET_CPPFLAGS) to TARGET_CFLAGS to fix a buildbot failure to
find oniguruma include files.

Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>libevhtp: restore openssl-thread patch</title>
<updated>2019-05-25T00:00:07Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-05-24T23:51:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2d422e1dbb1cb16adc2d27e00248c357bcb9e61e'/>
<id>urn:sha1:2d422e1dbb1cb16adc2d27e00248c357bcb9e61e</id>
<content type='text'>
The first and last hunks of the patch were already taken care of, but
the middle two were still needed.

Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>libevhtp: update to 1.2.18, add maintainer</title>
<updated>2019-05-24T17:55:55Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-05-09T18:21:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3bf5450b6ddc8cb36003e520d7fa41e5cc3841ec'/>
<id>urn:sha1:3bf5450b6ddc8cb36003e520d7fa41e5cc3841ec</id>
<content type='text'>
Versions earlier than 1.2.15 had security vulnerabilities, especially
related to the bundled oniguruma.  Now libevhtp uses a system-provided
library instead.  The API changed as well, requiring patches to
seafile-server.

Adds @cotequeiroz Eneas U de Queiroz as maintainer.

Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
</feed>
