]> Git Repo - buildroot-mgba.git/commit
openssl: fix c_rehash dumbness
authorGustavo Zacarias <[email protected]>
Tue, 27 Jan 2015 21:33:43 +0000 (18:33 -0300)
committerPeter Korsgaard <[email protected]>
Tue, 27 Jan 2015 22:13:07 +0000 (23:13 +0100)
commit4c7e93a6ea30743162aeb634f1c6afa8cabca275
treebeffc6dbab595a4f19f1a2e042de6df025e98a6f
parentd2f7d0d72cd7e00ffbe869011d200f0a4a53e7a5
openssl: fix c_rehash dumbness

The new c_rehash from openssl 1.0.2 can't take a minus in the directory
string since the regex for matching commands checks for - in any
position instead of just the beginning to trigger the command parser. Fixes:
http://autobuild.buildroot.net/results/ee6/ee683569350d5deaf0ccc603ed7066bffb83cbe3/

Signed-off-by: Gustavo Zacarias <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
package/openssl/005-Make-c_rehash-match-commands-starting-with-minus-inste.patch [new file with mode: 0644]
This page took 0.028362 seconds and 4 git commands to generate.