<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/blogic/tools/patch, branch master</title>
<subtitle>John Crispins staging tree</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/blogic/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/'/>
<updated>2018-11-01T16:16:52Z</updated>
<entry>
<title>tools/patch: Add fedora patch for crashing git style patches</title>
<updated>2018-11-01T16:16:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-10-31T23:55:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=32fc41baabc9e83a045a7a805b0d91a030cfbd3c'/>
<id>urn:sha1:32fc41baabc9e83a045a7a805b0d91a030cfbd3c</id>
<content type='text'>
https://lists.gnu.org/archive/html/bug-patch/2018-10/msg00000.html

I assume a CVE number will be assigned soon.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools: patch: Add missing CVE-2018-6951 fix</title>
<updated>2018-10-16T10:51:10Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-10-15T17:17:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=a6bd9d0cb652686453604b762e80a35d023908c4'/>
<id>urn:sha1:a6bd9d0cb652686453604b762e80a35d023908c4</id>
<content type='text'>
uscan reports a new CVE now that PKG_CPE_ID was added.

Reordered patches by date.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
[re-title commit &amp; refresh patches]
Signed-off-by: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
</content>
</entry>
<entry>
<title>tools: patch: Fix build by not modifing Makefile.am</title>
<updated>2018-10-14T14:47:15Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2018-10-14T14:42:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=759f111f8d7f2d9f5f12713fc6f48ce6422997ec'/>
<id>urn:sha1:759f111f8d7f2d9f5f12713fc6f48ce6422997ec</id>
<content type='text'>
A new test case was adding in one of the patches fixing a problem, this
also included a change in the test/Makefile.am to add this test case.
The build system detected a change in the Makefile.am and wants to
regenerate the Makefile.in, but this fails because automake-1.15 is not
installed yet. As automake depends on patch being build first, make sure
we do not modify the Makefile.am.

This fixes build problem seen by the build bots.

Fixes: 4797dddfde6 ("patch: apply upstream cve fixes")
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>patch: apply upstream cve fixes</title>
<updated>2018-10-14T12:36:09Z</updated>
<author>
<name>Russell Senior</name>
</author>
<published>2018-10-14T09:34:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=4797dddfde6a8ffdbdcb4e5b5e137b0a00313f62'/>
<id>urn:sha1:4797dddfde6a8ffdbdcb4e5b5e137b0a00313f62</id>
<content type='text'>
Apply two upstream patches to address two CVEs:

 * CVE-2018-1000156
 * CVE-2018-6952

Add PKG_CPE_ID to Makefile.

Build tested on apm821xx and ar71xx.

Signed-off-by: Russell Senior &lt;russell@personaltelco.net&gt;
</content>
</entry>
<entry>
<title>tools: update patch to v2.7.6</title>
<updated>2018-02-12T08:27:56Z</updated>
<author>
<name>Russell Senior</name>
</author>
<published>2018-02-12T07:40:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=89a0fed2a2d2fc8b5e8eef4247f572ed9b53e72b'/>
<id>urn:sha1:89a0fed2a2d2fc8b5e8eef4247f572ed9b53e72b</id>
<content type='text'>
Removes a redundant patch with a fix already upstream.  Build tested on
apm821xx (PPC).

Signed-off-by: Russell Senior &lt;russell@personaltelco.net&gt;
</content>
</entry>
<entry>
<title>tools: patch various gnu tools for macOS 10.13</title>
<updated>2017-08-23T16:56:33Z</updated>
<author>
<name>Ryan Mounce</name>
</author>
<published>2017-08-03T11:07:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=25c045763a08a579feb6e42f9361edd1ca6333ae'/>
<id>urn:sha1:25c045763a08a579feb6e42f9361edd1ca6333ae</id>
<content type='text'>
These host tools compile but may crash at runtime when building on
macOS 10.13 (High Sierra). Backport upstream gnulib patch until new
releases of affected tools.

https://lists.gnu.org/archive/html/bug-gnulib/2017-07/msg00056.html
https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=c41f233c4c38e84023a16339782ee306f03e7f59

Signed-off-by: Ryan Mounce &lt;ryan@mounce.com.au&gt;
</content>
</entry>
<entry>
<title>treewide: clean up download hashes</title>
<updated>2016-12-16T21:39:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-16T16:32:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=720b99215da295a2e7b4acdef30b58bec6acedc2'/>
<id>urn:sha1:720b99215da295a2e7b4acdef30b58bec6acedc2</id>
<content type='text'>
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools/patch: enable parallel build</title>
<updated>2015-09-26T21:10:37Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-09-26T21:10:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=a883639e9221f59c91e7bf3cd56615b79e50518f'/>
<id>urn:sha1:a883639e9221f59c91e7bf3cd56615b79e50518f</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47049
</content>
</entry>
<entry>
<title>tools: drop circular dependency between patch and ccache, build patch without ccache (fixes #20132)</title>
<updated>2015-07-20T10:50:46Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-07-20T10:50:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=9402cb747ef51c43046b7159061afb50a4302f3b'/>
<id>urn:sha1:9402cb747ef51c43046b7159061afb50a4302f3b</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 46434
</content>
</entry>
<entry>
<title>patch: bump GNU patch to 2.7.5</title>
<updated>2015-03-15T05:07:10Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-15T05:07:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=d9ddc95ce575ba7e892d4f5be500202e9bdbe202'/>
<id>urn:sha1:d9ddc95ce575ba7e892d4f5be500202e9bdbe202</id>
<content type='text'>
Bump GNU patch in tools from 2.7.1 to 2.7.5.
Change download URL to use @GNU alias.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;

SVN-Revision: 44760
</content>
</entry>
</feed>
