Package Release Info

neko-2.4.0-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libneko2
neko
neko-devel
neko-mysql

Change Logs

* Tue Jul 23 2024 Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Update to neko 2.4.0
  * all:
    + deprecated neko (see README)
    + added arm64 binaries for Linux and macOS, and universal binaries for macOS
  * std:
    + fixed put_env when null is passed in (gh#HaxeFoundation/neko#229
    gh#HaxeFoundation/haxe#10395)
    + added sys_cpu_arch (gh#HaxeFoundation/neko#275)
    + fixed $int to respect whitespace and signs in hex notation and to ignore
    trailing text (gh#HaxeFoundation/neko#258)
  * cmake:
    + update all dependencies
    + fixed loading error when installing to /usr/local on Unix
    (gh#HaxeFoundation/neko#271)
  * regexp:
    + migrated to pcre2, fixing matches with null characters
    (gh#HaxeFoundation/neko#249)
    + fixed stack overflow with large strings (gh#HaxeFoundation/neko#262)
    + added regexp_matched_num function (gh#HaxeFoundation/neko#257)
  * nekotools:
    + allowed custom 404 handler for server (gh#HaxeFoundation/neko#278)
    + added nekotools boot -c *.n option to help output
    (gh#HaxeFoundation/neko#273)
  * ui:
    + migrated to gtk3 on Linux (gh#HaxeFoundation/neko#220)
  * sqlite:
    + fixed early finalizer call (gh#HaxeFoundation/neko#200)
  * gc:
    + fixed "GetThreadContext failed" error on Windows
    (gh#HaxeFoundation/neko#264)
  * vm:
    + added more detailed errors for failed stack checks
    (gh#HaxeFoundation/neko#284)
  * ssl:
    + migrated to mbedtls 3 (gh#HaxeFoundation/neko#290)
    + ignored MBEDTLS_ERR_SSL_WANT_READ and
    MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET (gh#HaxeFoundation/neko#291)
Version: 2.3.0-bp156.5.6
* Mon May 01 2023 Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Require the mbedtls-devel version to be lower than 3.0.0
Version: 2.3.0-bp155.3.11
* Thu Aug 11 2022 Andy Li <andy@onthewings.net>
- Fix cmake define RELOCATABLE=OFF.
Version: 2.3.0-bp154.1.131
* Fri Oct 25 2019 Andy Li <andy@onthewings.net>
- Update to neko 2.3.0.
  * Added socket_set_broadcast function.
  * Fixed sha1_update.
  * Fixed 0x7F detection in utf8 functions.
  * Changed date_get_tz to take an argument (a timestamp),
    and to return minutes instead of seconds.
  * Added date_utc_format, date_get_utc_day, and
    date_get_utc_hours - all variants of existing functions, but
    using gmtime_r instead of localtime_r.
Version: 2.2.0-bp150.1.3
* Wed Dec 20 2017 andy@onthewings.net
- Update to neko 2.2.0.
  * Backward compatible to neko 2.1.0.
  * Improvements in CMake build options.
  * Minor fixes related to utf8, https, mysql and sqlite support.
  * Added `nekotools boot -c` to generate a C file for a .n file.
  * Full changelog can be viewed at:
    https://github.com/HaxeFoundation/neko/blob/master/CHANGES
- Remove patches already applied in 2.2.0:
  * patch0000-GC_INCLUDE_DIRS.diff
  * patch0001-INSTALL_DIR.diff
  * patch0002-GNUInstallDirs.diff
  * patch0003-NEKOMODULE_PATH.diff
  * patch0004-target_include_directories.patch
  * patch0005-mincoming-stack-boundary.patch
  * patch0006-INCLUDEDIR.diff
  * patch0007-CMAKE_INSTALL_LIBDIR.diff
  * nekovm-boot-c-1.patch
  * nekovm-boot-c-2.patch
  * nekovm-xlocale.patch
* Tue Sep 05 2017 andy@onthewings.net
- Add nekovm-xlocale.patch from upstream.
* Tue Jun 13 2017 jengelh@inai.de
- Ensure neutrality of description. Replace filler wording and
  by more concrete characteristics.
* Mon Jun 05 2017 andy@onthewings.net
- Add patches from upstream for creating strippable binaries.
  * nekovm-boot-c-1.patch
  * nekovm-boot-c-2.patch
- Make sure Ninja is used since there is problem building in
  parallel using Make.
* Sat Oct 29 2016 andy@onthewings.net
- Update to neko 2.1.0.
  * Remove patches already applied in 2.1.0:
  * 0001-library-paths.patch
  * 0002-ndll-paths.patch
  * 0003-no-apache.patch
  * 0004-no-mod_tora.patch
  * 0005-set-soname.patch
  * 0006-libmysqlclient.patch
  * 0007-extra-cflags.patch
  * 0008-jit.patch
  * Add upstream patches:
  * patch0000-GC_INCLUDE_DIRS.diff: fix a CMake variable typo.
  * patch0001-INSTALL_DIR.diff, patch0002-GNUInstallDirs.diff,
    and patch0003-NEKOMODULE_PATH.diff: fix install paths.
  * patch0004-target_include_directories.patch: fix CMake
    target_include_directories shim.
  * patch0005-mincoming-stack-boundary.patch: use
  - mincoming-stack-boundary when it is available.
  * patch0006-INCLUDEDIR.diff: add missing reference to
  * _INCLUDEDIR in CMake.
  * patch0007-CMAKE_INSTALL_LIBDIR.diff: make sure
    CMAKE_INSTALL_LIBDIR is relative.
* Fri Nov 27 2015 andy@onthewings.net
- Rename package from nekovm to neko.
* Thu Nov 26 2015 andy@onthewings.net
- License has been changed to MIT since neko 2.0.0.
- Include patch of the upstream fix on JIT.
- Provide .so.0 for compatibility with Debian.
- Put libneko1 and neko-mysql to System/Libraries group.
- Spec file clean up.
  * Added BuildRoot as suggested in openSUSE specfile guidelines.
- Remove nekoml.std from _bindir as it is not needed.
* Sat Jan 24 2015 prusnak@opensuse.org
- imported package from dmacvicar (version 2.0)