summaryrefslogtreecommitdiff
path: root/standalone/android
Commit message (Collapse)AuthorAge
* update android patchesGravatar Joey Hess2015-05-22
|
* Revert "Android: Updated bundled ssh from 6.1p1 to 6.4p1."Gravatar Joey Hess2015-05-08
| | | | | | | This reverts commit 742bdf6353ac8e08fb603fe60b53c1495d4fa801. Build didn't actually seem to succeed, for both versions of android, so I'll need to revisit this later.
* fix git rev for openssh on androidGravatar Joey Hess2015-05-08
|
* remaining dataenc to sandi conversionsGravatar Joey Hess2015-05-07
| | | | | | I've tested all the dataenc to sandi conversions except Assistant.XMPP, and all have unchanged behavior, including behavior on large unicode code points.
* Android: Updated bundled ssh from 6.1p1 to 6.4p1.Gravatar Joey Hess2015-05-01
| | | | Tested it builds, but have not run it yet.
* Removed dependency on haskell SHA library, instead using cryptohash >= 0.11.0.Gravatar Joey Hess2015-04-19
|
* update pinned versions for android and armel to use new enough http-client ↵Gravatar Joey Hess2015-04-18
| | | | | | | for proxy support I have not updated the autobuilder yet; these versions seem ok by inspection.
* remove debug prints; even going to stderr that breaks gnupg's configure scriptGravatar Joey Hess2015-01-07
|
* typoGravatar Joey Hess2015-01-07
|
* smarter wrapper; detect -r link optionGravatar Joey Hess2015-01-07
| | | | /home/builder/.ghc/android-14/arm-linux-androideabi-4.8/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: fatal error: -pie and -r are incompatible
* minor typoGravatar Joey Hess2015-01-07
|
* add $@ to wrapperGravatar Joey Hess2015-01-07
|
* more PATH typosGravatar Joey Hess2015-01-07
|
* fix pathGravatar Joey Hess2015-01-07
|
* fix -fPIE optionGravatar Joey Hess2015-01-07
|
* subshells for cd &&Gravatar Joey Hess2015-01-07
|
* typosGravatar Joey Hess2015-01-07
|
* fix BIGNUM related openssh build breakageGravatar Joey Hess2015-01-07
|
* typoGravatar Joey Hess2015-01-07
|
* fix dir nameGravatar Joey Hess2015-01-07
|
* typoGravatar Joey Hess2015-01-07
|
* android binary compatability is so bad we have to build all utilities twiceGravatar Joey Hess2015-01-07
|
* fix cd issueGravatar Joey Hess2015-01-05
|
* Android: Provide a version built with -fPIE -pie to support Android 5.0.Gravatar Joey Hess2015-01-05
|
* cabal unpack --pristineGravatar Joey Hess2014-12-04
| | | | | | | Without --pristine, cabal will update the package's cabal file if a newer one is available in hackage. But that can break applying patches. Especially since the new version from hackage can apparently have dos line endings, while the version from the tarball doesn't.
* update for debian jessie, which has libgnutls28-dev, not libgnutls-devGravatar Joey Hess2014-12-03
|
* clarify where host libs come fromGravatar Joey Hess2014-12-03
|
* avoid false build failure in android logGravatar Joey Hess2014-11-05
|
* deal with android SDK changeGravatar Joey Hess2014-10-20
| | | | No longer has android-18 target, now it's android-19.
* pin git to known working versionGravatar Joey Hess2014-10-16
|
* update git patch to current gitGravatar Joey Hess2014-10-16
|
* jessie has a new enough automake, so it doesn't need to be cloned hereGravatar Joey Hess2014-10-16
|
* finished convering android build to pinned packagesGravatar Joey Hess2014-10-16
| | | | | | | | | Package versions match Debian jessie, except for a few differences needed due to the different version of ghc pulling in a few buildin packages with other versions. Most of the patches were cherry-picked from past commits, since these are older versions.
* android rebuild WIPGravatar Joey Hess2014-10-15
|
* fix build failure with empty parameterGravatar Joey Hess2014-10-15
|
* no more need for .cabal/bin in PATHGravatar Joey Hess2014-10-15
|
* switching android builder to debian jessieGravatar Joey Hess2014-10-14
|
* avoid pinning some core libsGravatar Joey Hess2014-10-14
| | | | | These vary depending on ghc version, so need to be different in the native and android ghc cabals.
* avoid pinning more ghc builtinsGravatar Joey Hess2014-10-14
|
* fix pathGravatar Joey Hess2014-10-14
|
* don't pin baseGravatar Joey Hess2014-10-14
|
* make cabal.config be available whenever cabal install is runGravatar Joey Hess2014-10-14
| | | | Ensures the constraints are consistently applied.
* use cabal.config when installing nativeGravatar Joey Hess2014-10-14
|
* use pinned package versions from cabal.configGravatar Joey Hess2014-10-14
|
* actual bounds from android autobuilderGravatar Joey Hess2014-10-14
|
* refresh android and no-th haskell patches to latest package versions from cabalGravatar Joey Hess2014-10-14
| | | | | | | | | | | Added a cabal.config file; the result of running cabal freeze. It's not used yet (needs a newer cabal than is in debian stable), but the plan is that once the autbuilders are swiched to jessie, this can be used to make cabal install the same versions of packages that this patch got building, and so avoid breaking every time eg, yesod is upgraded. This commit was sponsored by Daniel Atlas.
* armel autobuilder now working again!Gravatar Joey Hess2014-08-15
|
* git-am chooked on this because it has trailing whitespace. srsly?Gravatar Joey Hess2014-08-13
|
* disable HAVE_CLOCK_GETTIME to avoid needing to port librt to androidGravatar Joey Hess2014-08-13
|
* update git patchGravatar Joey Hess2014-08-13
|