aboutsummaryrefslogtreecommitdiff
path: root/depends
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4767Wladimir J. van der Laan2014-09-012-4/+4
|\ | | | | | | | | | | b144a74 depends: bump miniupnpc to 1.9.20140701. (Cory Fields) f628127 depends: bump openssl to 1.0.1i (Cory Fields) 9f7f504 build: add -DMINIUPNP_STATICLIB for new version (Cory Fields)
| * depends: bump miniupnpc to 1.9.20140701.Cory Fields2014-08-271-2/+2
| | | | | | | | This is the forward-port of a9c6eef915ee264ccf4169d5e8769a6be1fa101a
| * depends: bump openssl to 1.0.1iCory Fields2014-08-261-2/+2
| | | | | | | | This is the forward-port of bba01750226745d6666d587cabe57c321fde0875.
* | depends: add sensible download timeout/retry valuesCory Fields2014-08-273-2/+4
| |
* | depends: add a fallback path in case package sources go missingCory Fields2014-08-225-17/+21
|/ | | | | | If a source url fails to download, try again at $FALLBACK_DOWNLOAD_PATH/file.name, where FALLBACK_DOWNLOAD_PATH can be overridden by the user.
* build: add funcs.mk to the list of meta-dependsCory Fields2014-08-151-1/+1
| | | | If anything in funcs.mk changes, everything must rebuild
* depends: fix shasum on osx < 10.9Cory Fields2014-08-151-2/+6
| | | | | | | Shasum verification from stdin doesn't work there, so we write to a file instead. Formatted a bit too.
* depends: add shared dependency builderCory Fields2014-08-0849-0/+4992
See the README's in depends for documentation