The following changes since commit ff23715635bd5a548e6b146895768f9e0d442a02: Add autoconf test for functional groff with UTF-8 xhtml output (2014-03-07 10:51:13 +0000) are available in the git repository at: git://github.com/cernekee/openconnect gnutls-20140307 for you to fetch changes up to 3c9ff23308ef2f4e2f940e98a852e9f99f5f461e: Use AC_PATH_PROGS_FEATURE_CHECK to test groff usability (2014-03-07 20:18:30 -0800) ---------------------------------------------------------------- Kevin Cernekee (10): www: Don't ignore groff errors www: Fix missing space on platforms page dtls: Align new-tunnel rekey behavior with Cisco clients cstp: Make cstp_reconnect() static again android: Build ARM with -march=armv7-a android: Upgrade nettle from v2.6 to v2.7 android: Update GnuTLS to 3.2.12 java: Add java/ directory to release tarballs Require autoconf 2.62+ to build from git Use AC_PATH_PROGS_FEATURE_CHECK to test groff usability Makefile.am | 2 +- ...read-file-fix-missing-SIZE_MAX-on-Android.patch | 48 ++++++++++++++++++++ android/Makefile | 16 ++++--- configure.ac | 14 +++--- cstp.c | 12 +---- library.c | 17 ++++--- openconnect-internal.h | 1 - www/Makefile.am | 5 +- www/platforms.xml | 2 +- 9 files changed, 82 insertions(+), 35 deletions(-) create mode 100644 android/0001-gl-stdint-read-file-fix-missing-SIZE_MAX-on-Android.patch -- 1.7.9.5