<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/kaloz/package/libs, branch master</title>
<subtitle>Staging tree of Imre Kaloz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/kaloz/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/kaloz/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/'/>
<updated>2018-02-10T19:17:21Z</updated>
<entry>
<title>bunwind: build for ARM64</title>
<updated>2018-02-10T19:17:21Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2018-02-05T21:43:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=b6d6e3fdf117710c1753d280dd3040e745f37786'/>
<id>urn:sha1:b6d6e3fdf117710c1753d280dd3040e745f37786</id>
<content type='text'>
ARM64 is supported by libunwind since some versions, allow building it
for aarch64.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>libubox: bump to git HEAD version</title>
<updated>2018-02-08T12:14:36Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2018-02-08T12:12:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=30d34358a984603fd5bfea41630501303c840e2c'/>
<id>urn:sha1:30d34358a984603fd5bfea41630501303c840e2c</id>
<content type='text'>
b0c830 sh/jshn.sh: add json_for_each_item()

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>nghttp2: bump to 1.30.0</title>
<updated>2018-02-04T20:19:51Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2018-02-04T20:17:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=ecc347dd6e175b23590dc4ddb91344397d3eeb4d'/>
<id>urn:sha1:ecc347dd6e175b23590dc4ddb91344397d3eeb4d</id>
<content type='text'>
f0836c7e Update manual pages
25db178b Bump up version number to 1.30.0, LT revision to 29:2:15
1b6713e6 Update AUTHORS
c1a496cf nghttpx: Fix bug that h1 backend idle timeout expires sooner
e098a211 mruby: Fix bug that response header is unexpectedly overwritten
0ba4bf51 Merge pull request #1120 from dylanplecki/issue-1119-mruby-header-overwrite
6deee203 Fix #1119: Stop overwrite of first header on mruby call to env.req.set_header(..)
6761a933 Merge pull request #1105 from nghttp2/nghttpx-upgrade-scheme
5cc3d159 nghttpx: Add upgrade-scheme parameter to backend option
652f57e7 Merge pull request #1104 from nghttp2/allow-ping-after-goaway
acd6b40e Allow PING frame to be sent after GOAWAY
0fbb46ed Merge pull request #1101 from nghttp2/remember-pushed-links
6ad629de Merge pull request #1102 from nghttp2/fix-missing-alpn-validation
74754982 nghttpx: Fix missing ALPN validation (--npn-list)
a31a2e3b nghttpx: Remember which resource is pushed
a776b0db Merge pull request #1092 from nghttp2/define-103
cfd926f0 src: Define 103 status code
72f52716 Bump up version number to 1.30.0-DEV

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>openssl: remove call to now absent clean-staging make target</title>
<updated>2018-01-30T06:36:44Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2018-01-30T06:34:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=c9c2e4d78dc683b46b7f31b230afbdcdc13b81f6'/>
<id>urn:sha1:c9c2e4d78dc683b46b7f31b230afbdcdc13b81f6</id>
<content type='text'>
It's not needed now since commit a621b8c ("include: clean package
staging dir files before configure")

Fixes FS#1309

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: cleanup SSP_SUPPORT configure option</title>
<updated>2018-01-27T18:02:48Z</updated>
<author>
<name>Julien Dusser</name>
</author>
<published>2018-01-07T17:47:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=241e6dd3e92c4f215b8ac75379a4b5aeaeb92171'/>
<id>urn:sha1:241e6dd3e92c4f215b8ac75379a4b5aeaeb92171</id>
<content type='text'>
Configure variable SSP_SUPPORT is ambiguous for packages (tor, openssh,
avahi, freeswitch). It means 'toolchain supporting SSP', but for toolchain
and depends it means 'build gcc with libssp'.

Musl no longer uses libssp (1877bc9d8f), it has internal support, so
SSP_SUPPORT was disabled leading some package to not use SSP.

No information why Glibc and uClibc use libssp, but they may also provide
their own SSP support. uClibc used it own with commit 933b588e25 but it was
reverted in f3cacb9e84 without details.

Create an new configure GCC_LIBSSP and automatically enable SSP_SUPPORT
if either USE_MUSL or GCC_LIBSSP.

Signed-off-by: Julien Dusser &lt;julien.dusser@free.fr&gt;
</content>
</entry>
<entry>
<title>libunwind: enable build for arm</title>
<updated>2018-01-27T15:46:45Z</updated>
<author>
<name>Maxim Gorbachyov</name>
</author>
<published>2018-01-12T17:42:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=8590a5c06d8e941052c14a0ce70dce255481a5ce'/>
<id>urn:sha1:8590a5c06d8e941052c14a0ce70dce255481a5ce</id>
<content type='text'>
Tested with perf on mvebu.

Signed-off-by: Maxim Gorbachyov &lt;maxim.gorbachyov@gmail.com&gt;
</content>
</entry>
<entry>
<title>openssl: tell the build system that we are doing CROSS_COMPILE</title>
<updated>2018-01-26T10:19:00Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2018-01-26T10:13:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=2c50af0cea14edad1b84725af273fdb1160a3b9f'/>
<id>urn:sha1:2c50af0cea14edad1b84725af273fdb1160a3b9f</id>
<content type='text'>
So that it will not try to run c_rehash with the just built binaries on
certs/demo.

Fixes openwrt/packages#5432

Reported-by: Val Kulkov &lt;val.kulkov@gmail.com&gt;
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>libnftnl: update to 1.0.9</title>
<updated>2018-01-20T19:22:01Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2017-12-20T22:06:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=3d8040e04f0963895e4317c1464ae41f63ff100d'/>
<id>urn:sha1:3d8040e04f0963895e4317c1464ae41f63ff100d</id>
<content type='text'>
Also, drop unsupported configure options.

Don't use git retrieve but released tarball instead.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>treewide: replace LEDE_GIT with PROJECT_GIT</title>
<updated>2018-01-10T20:27:32Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-01-05T09:46:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=fe920d01bb7a4bb57f7d5cab15d4ee8abc5211d7'/>
<id>urn:sha1:fe920d01bb7a4bb57f7d5cab15d4ee8abc5211d7</id>
<content type='text'>
Remove LEDE_GIT references in favor to the new name-agnostic
PROJECT_GIT variable.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>libubox: fix package bump</title>
<updated>2018-01-07T15:34:29Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-01-07T15:33:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=f089b1fda2bc7a63fa596b9bbbb19d1e5db0c73d'/>
<id>urn:sha1:f089b1fda2bc7a63fa596b9bbbb19d1e5db0c73d</id>
<content type='text'>
The previous commit was incorrectly rebased and referred to a not
yet existing PROJECT_GIT variable.

Fixes: d86a269c1f libubox: update to latest git HEAD
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
</feed>
