Commit graph

108 commits

Author SHA1 Message Date
adam
90d6ed838d libgpg-error: updated to 1.45
Noteworthy changes in version 1.45 (2022-04-07)
-----------------------------------------------

 * Support the "sysopen" mode parameter for gpgrt_fopen so that file
   names longer than MAX_PATH can be supported under Windows.

 * gpgrt_access and gpgrt_mkdir now support file names longer than
   MAX_PATH.

 * gpgrt_fopen now maps "/dev/null" to "nul" on Windows.

 * Published some internal helper functions for Windows.

 * Interface changes relative to the 1.42 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gpgrt_free_wchar                 NEW.
 gpgrt_fname_to_wchar             NEW.
 gpgrt_utf8_to_wchar              NEW.
 gpgrt_wchar_to_utf8              NEW.
2022-04-08 06:39:42 +00:00
adam
16bb5399b2 libgpg-error: updated to 1.44
Noteworthy changes in version 1.44 (2022-01-27)
-----------------------------------------------
* Fix dependency to gpg-error-config-test.sh.
* Run the posix locking test only on supported platforms.
* Detect Linux systems using musl.
* Fix gpg-error-config-test for PKG_CONFIG_LIBDIR.
* Fix returning of option attributes for options with args.
* Add Turkish translations.
2022-01-27 16:51:08 +00:00
adam
641138b475 libgpg-error: updated to 1.43
Noteworthy changes in version 1.43 (2021-11-03) [C32/A32/R1]
-----------------------------------------------

 * Fix for building against GNU libc 2.34.  [T5547]

 * Fix build problems on macOS.  [T5440,T5610]

 * Fix gpgrt-config problems.  [T5381,T5595]

 * Fix gpgrt_free for legacy platforms.  [448bf7b01cad]

 * Fix truncation of error message in the middle of a character.
   [T5048]

 * Fix the --disable-threads configure options.  [T5495]

 * Improve lock-obj generation for cross-builds [99ae862a96a5]

 * Improve cross-builds. [T5365]

 * Improve gpgrt_wait_processes.  [T5381]

 * Allow config files to read values from the Windows Registry and
   from envvars.  [b1790f4cc71f]

 * Update the Russian and Czech translations.
2021-11-03 20:53:16 +00:00
nia
3df0f20e22 security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-26 11:16:56 +00:00
nia
fa4b2904a6 security: Remove SHA1 hashes for distfiles 2021-10-07 14:53:40 +00:00
adam
b638560754 libgpg-error: updated to 1.42
Noteworthy changes in version 1.42 (2021-03-22)
* Allow Unicode file names under Windows for the gettext domain.
* Improve cross-compiling support.
* Improve $libdir determination by gpgrt-config.
* Support --disable-thread by gen-lock-obj.sh.
2021-04-01 13:18:34 +00:00
wiz
12be0e9004 libgpg-error: add https master site
From Peter C Lai in PR 55947
2021-01-23 08:58:31 +00:00
adam
b723491b39 libgpg-error: updated to 1.41
Noteworthy changes in version 1.41 (2020-12-21)
-----------------------------------------------
 * Fixes another glitch in the "ignore" meta command.
 * Fixes two typos in the German translation.
 Release-info: https://dev.gnupg.org/T5192


Noteworthy changes in version 1.40 (2020-12-21)
-----------------------------------------------
 * New function gpgrt_access.
 * Make "ignore" meta command work correctly in the option parser.
 * On Windows gpgrt_getcwd and the internal getusername now handle
   Unicode values.
 * Update the build system.
2021-01-12 11:48:21 +00:00
adam
952532e95e libgpg-error: updated to 1.39
Noteworthy changes in version 1.39
----------------------------------

 * On Windows gpgrt_fopen, gpgrt_chdir, and gpgrt_mkdir now handle
   UTF-8 names.

 * Make timeout of gpgrt_poll work correctly on Windows if no file
   descriptors are active.

 * New function gpgrt_fcancel as alternative to gpgrt_close.  This
   function avoid flushing out buffered data and also tries to delete
   a newly created file.

 * Changes to ease cross-building.

 * "gpg-error --lib-version" works again.

 * Interface changes relative to the 1.38 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gpgrt_fcancel                    NEW.
2020-09-08 17:53:25 +00:00
adam
fc0e873211 libgpg-error: updated to 1.38
Noteworthy changes in version 1.38
----------------------------------
 * New option parser features to implement system wide configuration
   files.
 * New functions to build file names.
 * New function to help reallocating arrays.
 * Protect gpgrt_inc_errorcount against counter overflow.
 * Improve cross-building for new platforms.
 * Support 64-bit big-endian MIPS architecture.
 * Support static link for Windows with -lws2_32.
 * Interface changes relative to the 1.37 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gpgrt_fnameconcat                NEW.
 gpgrt_absfnameconcat             NEW.
 gpgrt_reallocarray               NEW.
 gpgrt_set_confdir                NEW.
 gpgrt_argparser                  NEW.
 ARGPARSE_FLAG_SYS                NEW.
 ARGPARSE_FLAG_USER               NEW.
 ARGPARSE_FLAG_VERBOSE            NEW.
 ARGPARSE_FLAG_USERVERS           NEW.
 ARGPARSE_FLAG_WITHATTR           NEW.
 ARGPARSE_NO_CONFFILE             NEW.
 ARGPARSE_CONFFILE                NEW.
 ARGPARSE_OPT_CONFFILE            NEW.
 ARGPARSE_ATTR_FORCE              NEW.
 ARGPARSE_ATTR_IGNORE             NEW.
 ARGPARSE_TYPE_MASK               NEW.
 ARGPARSE_PERMISSION_ERROR        NEW.
 ARGPARSE_INVALID_META            NEW.
 ARGPARSE_UNKNOWN_META            NEW.
 ARGPARSE_UNEXPECTED_META         NEW.
 ARGPARSE_conffile                NEW.
 ARGPARSE_noconffile              NEW.
 ARGPARSE_verbatim                NEW.
 ARGPARSE_header                  NEW.
 GPGRT_CONFDIR_USER               NEW.
 GPGRT_CONFDIR_SYS                NEW.
2020-06-11 12:14:54 +00:00
adam
1967939dda libgpg-error: updated to 1.37
Noteworthy changes in version 1.37:
* Fixes a build problems when using Gawk 5.0
* Fixes Bourne shell incompatibilities on Solaris.
* Improves cross-comiling support.
* On Windows strerror_s is now used to emulate strerror_r.
* New error codes to map SQLite primary error codes.
* Now uses poll(2) instead of select(2) in gpgrt_poll if possible.
* Fixes a bug in gpgrt_close.
* Fixes build problem under Cygwin.
* Fixes a few minor portability bugs.
2020-02-10 08:35:12 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
rillig
9fd786bb11 security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 21:12:51 +00:00
triaxx
a1ff13750d libgpg-error: fix PR pkg/54609
pkgsrc changes:
---------------
* Apply upstream patches that will be removed in next release
  (https://github.com/gpg/libgpg-error/commit/7865041)
* Bump revision
2019-10-08 06:36:13 +00:00
sevan
c81746ee95 Need to define __DARWIN_UNIX03 to use unsetenv(3) which return integer.
Resolves build on Tiger
via https://trac.macports.org/ticket/56099
2019-07-03 17:17:58 +00:00
adam
eb51bcac1b libgpg-error: updated to 1.36
Noteworthy changes in version 1.36:
* Two new error codes to better support PIV cards.
* Support armv7a-unknown-linux-gnueabihf.
* Increased estream buffer sizes for Windows.
* Interface changes relative to the 1.34 release:
GPG_ERR_NO_AUTH                  NEW.
GPG_ERR_BAD_AUTH                 NEW.
2019-03-20 05:43:20 +00:00
wiz
ffb5aa8ddc *: mirror.switch.ch does not provide ftp/http service any longer 2019-02-04 09:36:41 +00:00
wiz
3f4bd054b1 *: ftp.freenet.de does not provide ftp/http service any longer 2019-02-04 09:34:48 +00:00
adam
74cc2b8ef9 libgpg-error: updated to 1.35
Noteworthy changes in version 1.35:
* Distribute the correct gpgrt-config.
2019-01-29 08:08:04 +00:00
adam
ae4d279f7b libgpg-error: updated to 1.34
Noteworthy changes in version 1.34:
* Support for riscv32.
* New API to allow emergency cleanup after internal fatal errors.
* Minor bug and portability fixes.
2019-01-16 19:21:21 +00:00
adam
99acc6a0dd libgpg-error: update distinfo 2018-12-09 17:12:09 +00:00
adam
fbe574ccc1 libgpg-error: updated to 1.33
Noteworthy changes in version 1.33:

 * New unified config script gpgrt-config which can now be used by all
   GnuPG related packages.

 * Support for ARC and arm64ilp32.

 * The log functions now sanitize strings printed with the "%s" format
   specifier.  All control characters are C-escaped in the output.
   Users of that function may want to remove their own escaping to
   avoid doubling of backslashes.

 * New fprintf style function to apply a custom filter for string
   arguments.

 * New function to compare version strings.
2018-12-09 17:11:43 +00:00
adam
98191082f8 libgpg-error: updated to 1.32
version 1.32:
* Fixes a problem with gpgrt_fflush and gpgrt_fopencookie.
* Fixes a problem with the C11 header stdnoreturn.h.
* The yat2m tool can now also be build on Windows.
* Updates translations for Spanish, Russian and Ukrainian.
2018-07-17 06:38:02 +00:00
adam
eba825232a libgpg-error: updated to 1.31
changes in version 1.31:
* Fixes another problem with gpgrt_poll under Windows.
* New translation for Spanish.
2018-05-04 05:43:42 +00:00
wiz
acdf231c2d libgpg-error: update to 1.30.
Remove hack for DragonFly/i386, DragonFly is 64-bit only nowadays.

Noteworthy changes in version 1.30 (2018-04-30) [C24/A24/R1]
-----------------------------------------------

 * Fix for a hang on Windows when using gpgrt_poll under nPth.

 * Build fix for Solaris.  [#3869]
2018-04-30 10:34:23 +00:00
adam
24c6c03acf libgpg-error: updated to 1.29
Noteworthy changes in version 1.29:
* The yat2m tool is during cross-compile now also installed on the
  host platform.
* New option parser and associated functions similar to the one used
  by GnuPG.
* New Base-64 encoder.
* Fixes regression in 1.28 for arm64 and w64 builds.
* Interface changes relative to the 1.28 release:
gpgrt_argparse                  New.
gpgrt_usage                     New.
gpgrt_strusage                  New.
gpgrt_set_strusage              New.
gpgrt_set_usage_outfnc          New.
gpgrt_set_fixed_string_mapper   New.
GPGRT_ENABLE_ARGPARSE_MACROS    New macro.
gpgrt_b64enc_start              New.
gpgrt_b64enc_write              New.
gpgrt_b64enc_finish             New.
2018-04-12 06:56:17 +00:00
maya
bd90b6e9e3 libgpg-error: Fix build error on ARM via upstream patch.
PR pkg/53106, upstream fix noted by Matthias Peterman.
Bump PKGREVISION.
2018-04-11 08:29:24 +00:00
jperkin
db6ed476ce libgpg-error: SunOS needs libsocket. 2018-04-04 08:08:54 +00:00
wiz
00e6694e03 libgpg-error: Honor LDFLAGS.
Fixes RELRO build. Bump PKGREVISION.
2018-03-20 12:39:28 +00:00
adam
e971cfb696 libgpg-error: updated to 1.28
changes in version 1.28:

 * The formerly internal yat2m tool is now installed for a native
   build.

 * The new files gpgrt.m4 and gpgrt-config are now installed.  They
   can be used instead of gpg-error.m4 and gpg-error-config.

 * New logging functions similar to those used by GnuPG.

 * New helper functions for platform abstraction.
2018-03-16 09:48:00 +00:00
wiz
76e228e814 Updated libgpg-error to 1.27.
Noteworthy changes in version 1.27 (2017-02-28) [C22/A22/R0]
-----------------------------------------------

 * Added a Base64 decoder.

 * Added support for the sh3 architecture.

 * Added header gpgrt.h as an alias for gpg-error.h.

 * Fixed macro GPGRT_GCC_VERSION.

 * Fixed a race in non-blocking I/O on Windows.

 * Interface changes relative to the 1.26 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gpgrt_b64state_t                 NEW type.
 gpgrt_b64dec_start               NEW.
 gpgrt_b64dec_proc                NEW.
 gpgrt_b64dec_finish              NEW.
 GPG_ERR_WRONG_NAME               NEW.
 gpgrt.h                          NEW header.
2017-03-05 12:29:19 +00:00
agc
30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
wiz
4fb65bf96e Updated libgpg-error to 1.26.
Noteworthy changes in version 1.26 (2016-12-21) [C21/A21/R0]
-----------------------------------------------

 * New option --desc for gpg-error.

 * Interface changes relative to the 1.25 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 GPG_ERR_UNKNOWN_FLAG             NEW.
 GPG_ERR_INV_ORDER                NEW.
 GPG_ERR_ALREADY_FETCHED          NEW.
 GPG_ERR_TRY_LATER                NEW.
 GPG_ERR_SYSTEM_BUG               NEW.
 GPG_ERR_DNS_UNKNOWN	          NEW.
 GPG_ERR_DNS_SECTION	          NEW.
 GPG_ERR_DNS_ADDRESS	          NEW.
 GPG_ERR_DNS_NO_QUERY	          NEW.
 GPG_ERR_DNS_NO_ANSWER	          NEW.
 GPG_ERR_DNS_CLOSED	          NEW.
 GPG_ERR_DNS_VERIFY	          NEW.
 GPG_ERR_DNS_TIMEOUT	          NEW.
2016-12-30 00:42:53 +00:00
wiz
7a2077f62e Updated libgpg-error to 1.25.
Noteworthy changes in version 1.25 (2016-11-14) [C20/A20/R0]
-----------------------------------------------

 * New interface gpgrt_get_syscall_clamp to allow libaries to make use
   of Libgpg-error's system call wrapper functions.

 * gpgrt_poll does now work under Windows.

 * Fixed bug in the locking code when used with the nPth threading
   library.

 * Added support for {i686,x86_64}-apple-darwin.

 * Added new error codes.

 * Interface changes relative to the 1.23 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gpgrt_get_syscall_clamp          NEW.
 GPG_ERR_ENGINE_TOO_OLD	          NEW.
 GPG_ERR_WINDOW_TOO_SMALL         NEW.
 GPG_ERR_WINDOW_TOO_LARGE         NEW.
 GPG_ERR_MISSING_ENVVAR	          NEW.
 GPG_ERR_USER_ID_EXISTS           NEW.
 GPG_ERR_NAME_EXISTS              NEW.
 GPG_ERR_DUP_NAME                 NEW.
 GPG_ERR_TOO_OLD                  NEW.
 GPG_ERR_TOO_YOUNG                NEW.
2016-11-28 12:50:19 +00:00
wiz
a34b4ea694 Updated libgpg-error to 1.24.
Noteworthy changes in version 1.24 (2016-07-14) [C19/A19/R1)
-----------------------------------------------

 * Fixes a bug in es_fclose_snatch when used used after es_fseek.

 * Fixes building without thread support.

 * New configure option --disable-tests.
2016-07-16 08:19:22 +00:00
wiz
029d1ebcba Updated libgpg-error to 1.23.
Noteworthy changes in version 1.23 (2016-06-15) [C19/A19/R0)
-----------------------------------------------

 * Fixes an assertion failure due to es_flush on read/write streams.

 * Fixes a bug with a too short memory limit is es_fopenmen.

 * Cross-build support for powerpc-unknown-linux-gnuspe and
   tilegx-unknown-linux-gnu architectures.

 * Interface changes relative to the 1.22 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 GPG_ERR_SUBKEYS_EXP_OR_REV       NEW.
2016-06-19 20:30:37 +00:00
wiz
6792f55ec4 Remove non-responding mirror. 2016-05-08 22:37:23 +00:00
wiz
f25810746b Updated libgpg-error to 1.22.
Noteworthy changes in version 1.22 (2016-04-25) [C18/A18/R0)
-----------------------------------------------

 * New functions and macros to to provide iconv(3) on Windows.

 * Support for LeakSanitizer with the gpgrt_annotate_leaked_object
   inline function.

 * Interface changes relative to the 1.21 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 GPG_ERR_DB_CORRUPTED             NEW.
 gpgrt_annotate_leaked_object     NEW inline func.
 GPGRT_ENABLE_W32_ICONV_MACROS    NEW.
 gpgrt_w32_iconv_open             NEW.
 gpgrt_w32_iconv_close            NEW.
 gpgrt_w32_iconv                  NEW.
2016-05-05 11:34:49 +00:00
wiz
53933d2d6a Update libgpg-error to 1.21:
Noteworthy changes in version 1.21 (2015-12-12) [C17/A17/R0]
-----------------------------------------------

 * New functions gpgrt_poll and gpgrt_set_nonblock.  For now only
   pipes and sockets on Unix are supported.

 * Fixes gettext output encoding problems on Windows.

 * Interface changes relative to the 1.20 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gpgrt_set_nonblock               NEW.
 gpgrt_get_nonblock               NEW.
 gpgrt_poll                       NEW.
 gpgrt_poll_t                     NEW type.
 es_poll_t                        NEW type.
 es_set_nonblock                  NEW macro.
 es_get_nonblock                  NEW macro.
 es_poll                          NEW macro.
 GPG_ERR_TRUE                     NEW.
 GPG_ERR_FALSE                    NEW.
 GPG_ERR_NO_NAME                  NEW.
 GPG_ERR_NO_KEY                   NEW.
 GPG_ERR_SERVER_FAILED            NEW.
2015-12-13 21:24:54 +00:00
agc
5293710fb4 Add SHA512 digests for distfiles for security category
Problems found locating distfiles:
	Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz
	Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz
	Package libidea: missing distfile libidea-0.8.2b.tar.gz
	Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2
	Package uvscan: missing distfile vlp4510e.tar.Z

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:17:40 +00:00
wiz
90d426b839 Update to 1.20:
Noteworthy changes in version 1.20 (2015-08-26) [C16/A16/R0]
-----------------------------------------------

 * New macros for GCC attributes.

 * Make es_set_binary actually work for Windows.

 * Allow building without thread support.

 * Build without a build timestamp by default.

 * Interface changes relative to the 1.19 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 GPGRT_VERSION                    NEW macro.
 GPGRT_VERSION_NUMBER             NEW macro.
 GPGRT_INLINE                     NEW macro.
 GPGRT_GCC_VERSION                NEW macro.
 GPGRT_ATTR_NORETURN              NEW macro.
 GPGRT_ATTR_PRINTF                NEW macro.
 GPGRT_ATTR_NR_PRINTF             NEW macro.
 GPGRT_ATTR_FORMAT_ARG            NEW macro.
 GPGRT_ATTR_SENTINEL              NEW macro.
 GPGRT_ATTR_USED                  NEW macro.
 GPGRT_ATTR_UNUSED                NEW macro.
 GPGRT_ATTR_DEPRECATED            NEW macro.
 GPGRT_ATTR_PURE                  NEW macro.
 GPGRT_ATTR_MALLOC                NEW macro.
 GPGRT_HAVE_MACRO_FUNCTION        NEW macro.
 GPGRT_HAVE_PRAGMA_GCC_PUSH       NEW macro.
2015-08-30 14:38:18 +00:00
wiz
b144bcc49e Update to 1.19:
Noteworthy changes in version 1.19 (2015-04-10) [C15/A15/R0]
-----------------------------------------------

 * New set of error codes for use with LDAP.

 * New options --help and --defines for gpg-error.

 * Allow building with gcc 5.

 * Interface changes relative to the 1.18 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 GPG_ERR_LDAP_*                   NEW.
2015-04-12 14:25:26 +00:00
tron
faa762fe09 Fix build under Solaris 10. 2015-03-21 19:25:21 +00:00
wiz
88db27cfbf Update to 1.18:
Noteworthy changes in version 1.18 (2015-01-26) [C14/A14/R0]
-----------------------------------------------

 * New translations for Hungarian, Portuguese, Russian, and
   traditional Chinese.  Updated other translations.

 * New error codes.

 * Interface changes relative to the 1.17 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 GPG_ERR_FORBIDDEN                NEW.
 GPG_ERR_OBJ_TERM_STATE           NEW.
 GPG_ERR_REQUEST_TOO_SHORT        NEW.
 GPG_ERR_REQUEST_TOO_LONG         NEW.
 GPG_ERR_LEGACY_KEY               NEW.
2015-02-01 19:49:38 +00:00
wiz
9fcddb17b6 dd upstream bug report (by he@, thanks!) 2014-10-30 14:30:35 +00:00
he
f7bcbeba7e Use __attribute__((destructor)) instead of atexit(), so that the
library wind-down function is both called on dlclose() and exit().
Should avoid segfault when trying to call the atexit function after
dlclose() which unmaps the library.  Fixes PR pkg/49333, thanks to
joerg@ for the suggested fix.

Also, the IRIX and NetBSD tool name to get at nawk is just "awk",
flagged by pkglint.

Bump PKGREVISION.
2014-10-29 12:28:50 +00:00
wiz
d3927e57be Update to 1.17:
Noteworthy changes in version 1.17 (2014-10-15) [C13/A13/R0]
-----------------------------------------------

 * New error codes for TLS protocol libraries.

 * New configure option --enable-build-timestamp.

 * New man page for gpg-error-config.
2014-10-20 10:13:16 +00:00
wiz
f68a3efa69 Remove unneeded patch. 2014-10-10 22:54:44 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
f2fc5e9e0c Update to 1.16:
Noteworthy changes in version 1.16 (2014-09-18) [C12/A12/R2]
-----------------------------------------------

 * Support building for iOS.

 * Fixed a prototype mismatch.

 * Fix es_fclose for streams opened with "samethread".
2014-10-01 11:54:52 +00:00