summaryrefslogtreecommitdiffstats
path: root/package/openssl/005-Make-c_rehash-match-commands-starting-with-minus-inste.patch
Commit message (Collapse)AuthorAgeFilesLines
* openssl: fix c_rehash dumbnessGustavo Zacarias2015-01-271-0/+27
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 <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud