Commit graph

219266 commits

Author SHA1 Message Date
obache
e38d96efd1 builtin ftp is compatible with tnftp on Snow Leopard and later. 2014-07-21 00:25:48 +00:00
ryoon
e4e382c66a Updated lang/openjdk7 to 1.7.60nb2 2014-07-21 00:16:20 +00:00
ryoon
02483453de Bump PKGREVISION. Fix PR pkg/48982.
* Use fork instead of posix_spawn under NetBSD 5.
2014-07-21 00:15:41 +00:00
schnoebe
8ade34eb1f Update security/libssh2 to 1.4.3. 2014-07-20 22:04:24 +00:00
schnoebe
24c0e575f3 Update to 1.4.3:
Changelog:
Version 1.4.3 - November 27 2012

libssh2 1.4.3 GPG sig (685712 bytes)

Changes:

    compression: add support for zlib@openssh.com

Bug fixes:

    sftp_read: return error if a too large package arrives
    libssh2_hostkey_hash.3: update the description of return value
    Fixed MSVC NMakefile
    examples: use stderr for messages, stdout for data
    openssl: do not leak memory when handling errors
    improved handling of disabled MD5 algorithm in OpenSSL
    known_hosts: Fail when parsing unknown keys in known_hosts file
    configure: gcrypt doesn't come with pkg-config support
    session_free: wrong variable used for keeping state
    libssh2_userauth_publickey_fromfile_ex.3: mention publickey == NULL
    comp_method_zlib_decomp: handle Z_BUF_ERROR when inflating

Version 1.4.2 - May 18 2012

libssh2 1.4.2 GPG sig (679992 bytes)

Bug fixes:

    Return LIBSSH2_ERROR_SOCKET_DISCONNECT on EOF when reading banner
    userauth.c: fread() from public key file to correctly detect any
errors
    configure.ac: Add option to disable build of the example
applications
    Added 'Requires.private:' line to libssh2.pc
    SFTP: filter off incoming "zombie" responses
    gettimeofday: no need for a replacement under cygwin
    SSH_MSG_CHANNEL_REQUEST: default to want_reply
    win32/libssh2_config.h: Remove hardcoded #define LIBSSH2_HAVE_ZLIB

Version 1.4.1 - April 4 2012

libssh2 1.4.1 GPG sig (658507 bytes)

Bug fixes:

    build error with gcrypt backend
    always do "forced" window updates to avoid corner case stalls
    aes: the init function fails when OpenSSL has AES support
    transport_send: Finish in-progress key exchange before sending data
    channel_write: acknowledge transport errors
    examples/x11.c: Make sure sizeof passed to read operation is correct
    examples/x11.c:,Fix suspicious sizeof usage
    sftp_packet_add: verify the packet before accepting it
    SFTP: preserve the original error code more
    sftp_packet_read: adjust window size as necessary
    Use safer snprintf rather then sprintf in several places
    Define and use LIBSSH2_INVALID_SOCKET instead of INVALID_SOCKET
    sftp_write: cannot return acked data *and* EAGAIN
    sftp_read: avoid data *and* EAGAIN
    libssh2.h: Add missing prototype for libssh2_session_banner_set()

Version 1.4.0 - January 31 2012

libssh2 1.4.0 GPG sig (653514 bytes)

Changes:

    Added libssh2_session_supported_algs()
    Added libssh2_session_banner_get()
    Added libssh2_sftp_get_channel()
    libssh2.h: bump the default window size to 256K

Bug fixes:

    sftp-seek: clear EOF flag
    userauth: Provide more informations if ssh pub key extraction fails
    ssh2_exec: skip error outputs for EAGAIN
    LIBSSH2_SFTP_PACKET_MAXLEN: increase to 80000
    knownhost_check(): Don't dereference ext if NULL is passed
    knownhost_add: Avoid dereferencing uninitialized memory on error
path
    OpenSSL EVP: fix threaded use of structs
    _libssh2_channel_read: react on errors from receive_window_adjust
    sftp_read: cap the read ahead maximum amount
    _libssh2_channel_read: fix non-blocking window adjusting

Version 1.3.0 - September 6 2011

libssh2 1.3.0 GPG sig (639262 bytes)

Changes:

    Added custom callbacks for performing low level socket I/O

Bug fixes:

    sftp_read: advance offset correctly for buffered copies
    libssh2_sftp_seek64: flush packetlist and buffered data
    _libssh2_packet_add: adjust window size when truncating
    sftp_read: a short read is not end of file

Version 1.2.9 - August 16 2011

libssh2 1.2.9 GPG sig (642150 bytes)

Changes:

    Added libssh2_session_set_timeout() and
libssh2_session_get_timeout() to make blocking calls get a timeout

Bug fixes:

    configure and pkg-config: fix $VERSION
    s/\.NF/.nf/ to fix wrong macro name caught by man --warnings
    keepalive: add first basic man pages
    sftp_write: flush the packetlist on error
    sftp_write: clean offsets on error
    msvcproj: added libs and debug stuff
    SCP: fix incorrect error code
    session_startup: init state properly
    sftp_write_sliding: send the complete file
    userauth_keyboard_interactive: skip code on zero length auth
    _libssh2_wait_socket: fix timeouts for poll() uses
    agent_list_identities: fix out of scope access
    _libssh2_recv(): handle ENOENT error as EAGAIN
    userauth_keyboard_interactive: fix buffer overflow
    removed man pages for non-existing functions!
    gettimeofday: fix name space pollution
    _libssh2_channel_write: handle window_size == 0 better

Version 1.2.8 - April 5 2011

libssh2 1.2.8 GPG sig (637707 bytes)

Changes:

    added libssh2_free, libssh2_channel_get_exit_signal and
libssh2_session_handshake
    SFTP read/write remade and now MUCH faster, especially on high
latency connections
    added new examples: ssh2_echo.c, sftp_append.c and
sftp_write_sliding.c
    userauth: derive publickey from private
    NEWS: now generated from git

Bug fixes:

    Support unlimited number of host names in a single line of the
known_hosts file.
    fix memory leak in userauth_keyboard_interactive()
    fix memory leaks (two times cipher_data) for each sftp session
    session_startup: manage server data before server identification
    SCP: allow file names with bytes > 126
    scp_recv: improved treatment of channel_read() returning zero
    libssh2_userauth_authenticated: make it work as documented
    variable size cleanup: match internal variable sizes better with the
sizes of the fields used on the wire
    channel_request_pty_size: fix reqPTY_state
    sftp_symlink: return error if receive buffer too small
    sftp_readdir: return error if buffer is too small
    libssh2_knownhost_readfile.3: clarify return value
    configure: stop using the deprecated AM_INIT_AUTOMAKE syntax
    Fixed Win32 makefile which was now broken at resource build
    kex_agree_hostkey: fix NULL pointer derefence
    _libssh2_ntohu64: fix conversion from network bytes to uint64
    ssize_t: proper typedef with MSVC compilers
    zlib: Add debug tracing of zlib errors
    decomp: increase decompression buffer sizes

Version 1.2.7 - August 17 2010

libssh2 1.2.7 GPG sig (583105 bytes)

Changes:

    Added Watcom makefile

Bug fixes:

    Better handling of invalid key files
    inputchecks: make lots of API functions check for NULL pointers
    libssh2_session_callback_set: extended the man page
    SFTP: limit write() to not produce overly large packets
    agent: make libssh2_agent_userauth() work blocking properly
    _libssh2_userauth_publickey: reject method names longer than the
data
    channel_free: ignore problems with channel_close()
    typedef: make ssize_t get typedef without LIBSSH2_WIN32
    _libssh2_wait_socket: poll needs milliseconds
    libssh2_wait_socket: reset error code to "leak" EAGAIN less
    Added include for sys/select.h to get fd.set on some platforms
    session_free: free more data to avoid memory leaks
    openssl: make use of the EVP interface
    Fix underscore typo for 64-bit printf format specifiers on Windows
    Make libssh2_debug() create a correctly terminated string
    userauth_hostbased_fromfile: packet length too short
    handshake: Compression enabled at the wrong time
    Don't overflow MD5 server hostkey

Version 1.2.6 - June 10 2010

libssh2 1.2.6 GPG sig (579590 bytes)

Changes:

    Added libssh2_sftp_statvfs() and libssh2_sftp_fstatvfs()
    Added libssh2_knownhost_checkp()
    Added libssh2_scp_send64()

Bug fixes:

    wait_socket: make c89 compliant and use two fd_sets for select()
    OpenSSL AES-128-CTR detection
    proper keyboard-interactive user dialog in the sftp.c example
    build procedure for VMS
    fixed libssh2.dsw to use the generated libssh2.dsp
    several Windows-related build fixes
    fail to init SFTP if session isn't already authenticated
    many tiny fixes that address clang-analyzer warnings
    sftp_open: deal with short channel_write calls
    libssh2_publickey_init: fixed to work better non-blocking
    sftp_close_handle: add precation to not access NULL pointer
    sftp_readdir: simplified and bugfixed
    channel_write: if data has been sent, don't return EAGAIN

Version 1.2.5 - April 13 2010

libssh2 1.2.5 GPG sig (559553 bytes)

Changes:

    Added Add keep-alive support: libssh2_keepalive_config() and
libssh2_keepalive_send()
    Added libssh2_knownhost_addc(), libssh2_init() and libssh2_exit()
    Added LIBSSH2_SFTP_S_IS***() macros

Bug fixes:

    fix memory leak in libssh2_session_startup()
    added missing error codes - shown as hangs in blocking mode
    fix memory leak in userauth_keyboard_interactive()
    libssh2_knownhost_del: fix write to freed memory
    Send and receive channel EOF before sending SSH_MSG_CHANNEL_CLOSE
    Use AES-CTR from OpenSSL when available
    Fixed gettimeofday to compile with Visual C++ 6
    NULL dereference when window adjusting a non-existing channel
    avoid using poll on interix and mac os x systems
    fix scp memory leak
    Correctly clear blocking flag after sending multipart packet
    Reduce used window sizes by factor 10
    libssh2_userauth_publickey_fromfile_ex() handles a NULL password
    sftp_init() deal with _libssh2_channel_write() short returns

Version 1.2.4 - February 13 2010

libssh2 1.2.4 GPG sig (547675 bytes)

Bug fixes:

    Resolve compile issues on Solaris x64 and UltraSPARC
    Allow compiling with OpenSSL when AES isn't available
    Fix Tru64 socklen_t compile issue with example/direct_tcpip.c

Version 1.2.3 - February 3 2010

libssh2 1.2.3 GPG sig (547652 bytes)

Changes:

    ssh-agent support with the new libssh2_agent_* functions
    Added libssh2_trace_sethandler()
    Added the direct_tcpip.c and ssh2_agent.c examples

Bug fixes:

    Fixed memory leak in userauth_publickey
    Fixed publickey authentication regression
    Silenced several compiler warnings
    avoid returning data to memory already freed
    transport layer fix for bogus -39 (LIBSSH2_ERROR_BAD_USE) errors
    Fixed padding in ssh-dss signature blob encoding
    Fixed direction blocking flag problems
    Fixed memory leak in sftp_fstat()
2014-07-20 22:02:58 +00:00
adam
20ee395ca7 Updated net/openvpn to 2.3.4 2014-07-20 17:46:40 +00:00
adam
a2405e22af Changes 2.3.4:
The most important change in this release is that TLS version negotiation is no longer used unless it's explicitly turned on in the configuration files, thus reverting back to the 2.3.2 behaviour as interoperability issues were encountered in 2.3.3. Other notable changes include addition of SSL library version reporting, fixing of SOCKSv5 authentication logic and making serial env exporting consistent between OpenSSL and PolarSSL. This release also contains a number of other bug fixes and small enhancements.
2014-07-20 17:43:29 +00:00
wiz
328bb0ed21 + apache24-2.4.10, bup-0.26, calibre-1.45, coreutils-8.23, cssc-1.4.0,
cups-1.7.4, curl-7.37.1, denemo-1.1.6, electric-9.05, gcc49-4.9.1,
  gettext-0.19.2, gforth-0.7.3, gnupg-1.4.18, gnupg2-2.0.25,
  harfbuzz-0.9.32, update together], modular-xorg-server-1.16.0,
  py-anki2-2.0.27, py-icalendar-3.8.1, py-py-1.4.22, py-test-2.6.0,
  py-tornado-4.0, x264-devel-20140719, xterm-309.
2014-07-20 13:55:05 +00:00
obache
2862a61684 Better setting of LDFLAGS.
PR pkg/49021
2014-07-20 12:39:48 +00:00
obache
b0aeacc622 Move compiler check to last, allow to set GCC_REQD in somewhere else before.
PR pkg/48981.
2014-07-20 11:18:23 +00:00
obache
83dae8f017 Move compiler check last, allow to overwrite GCC_REQD in included files.
PR pkg/48985.
2014-07-20 11:16:14 +00:00
wiz
0278945b28 Updated x11/libdrm to 2.4.54nb1 2014-07-20 08:29:38 +00:00
wiz
7a15a6cf9f Fix NetBSD and Solaris atomic_dec_and_test.
Based on similar patch for xsrc from Taylor R Campbell.

Bump PKGREVISION.
2014-07-20 08:29:27 +00:00
mspo
43852bee89 fix missing distinfo entry for tar-1.27.1.tar.bz2 2014-07-20 03:15:42 +00:00
obache
119170d765 Updated www/ap2-python to 3.5.0nb1 2014-07-20 03:07:15 +00:00
obache
ec1d7c77b3 Add rpath flag to LDFLAGS if supported.
Fixes PR pkg/49021

Bump PKGREVISION.
2014-07-20 03:07:05 +00:00
obache
1f8baa43cb Updated net/ruby-twitter-stream to 0.1.16nb2 2014-07-20 01:16:58 +00:00
obache
3a3f396f00 Relax dependency gem patterm for http_parser.rb.
Bump PKGREVISION.
2014-07-20 01:16:48 +00:00
obache
03d640f0fd Allow '.' in gem name, for http_parser.rb gem. 2014-07-20 01:11:28 +00:00
dholland
b25ab923ab Fix build on case-sensitive filesystems. Hi dbj... 2014-07-20 00:06:19 +00:00
richard
0de0f4139c fix CONFIG_SHELL for bash to correctly use TOOLS_PATH 2014-07-19 20:32:15 +00:00
mspo
ec420186cf remove patch until fixed 2014-07-19 18:36:36 +00:00
wiz
1b2f5ba83a Use standard email address (pkgsrc-p5-people should not be MAINTAINER). 2014-07-19 14:26:06 +00:00
bad
e31be02406 Note update of math/py-pandas to 0.14.1. 2014-07-19 13:18:48 +00:00
bad
0098fc27ff Update math/py-pandas to 0.14.1.
This is two major releases since 0.12.0.  Changes include API changes, new
features, enhancements, and performance improvements along with a large
number of bug fixes.

For the detailed list of changes see
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html
2014-07-19 13:17:46 +00:00
szptvlfn
fab124bc99 Updated devel/hs-vector to 0.10.11.0 2014-07-19 13:16:59 +00:00
szptvlfn
80ceece03c Update to 0.10.11.0
changelog:
Changes in version 0.10.11.0

* Support OverloadedLists for boxed Vector in GHC >= 7.8

Changes in version 0.10.10.0

 * Minor version bump to rectify PVP violation occured in 0.10.9.3 release

Changes in version 0.10.9.3 (deprecated)

 * Add support for OverloadedLists in GHC >= 7.8
2014-07-19 13:16:28 +00:00
szptvlfn
001da78b7e Bump PKGREVISION for hs-syb-0.4.2 2014-07-19 13:14:24 +00:00
szptvlfn
f421f58fc8 Updated devel/hs-syb to 0.4.2 2014-07-19 13:12:52 +00:00
szptvlfn
70cfe8a17e Update to 0.4.2
Changes from https://github.com/dreixel/syb
0.4.2
 - Remove duplicate instance in GHC > 7.8
 - Merge pull request #8 from yallop/patch-1
   (Trivial fix): Add a type signature for 'marlow'
2014-07-19 13:12:02 +00:00
bad
f80cec310e Fix build. This is an egg hence has an egg-info dir not a file. 2014-07-19 12:46:53 +00:00
adam
ae72d6fe49 Updated devel/scons to 2.3.2 2014-07-19 12:32:02 +00:00
adam
786065f672 Changes 2.3.2:
This release adds new features, and fixes and improves a number of issues. This will be the last release to support Python versions earlier than 2.7, as we begin to move toward supporting Python 3.
2014-07-19 12:30:49 +00:00
adam
62c4254d13 Updated www/py-django-cms to 3.0.3 2014-07-19 11:48:56 +00:00
adam
8ec1d52f55 Changes 3.0.3:
Added an api to change the context menus of plugins and placeholders from plugins;
Apphooks better respect the page permissions;
Fixed how permissions are checked for static placeholder;
Fixed page permissions for decorated views;
Fallback language fixes for pages;
Button fixes in the modal window;
Improved the ability to subclass the RenderPlugin template tag;
Fixes 'hover' effect on menus for deeper submenus;
Added the ability to mark (Sub)Menu's 'active';
Improvements to the create_page API to support multi-site configs;
Reduced queries on placeholder.clear by 60%;
Auto-detect django-suit instead of using explicit setting;
Implemented transaction.atomic in django 1.4/1.5 way;
Added a automatic dynamic template directory for page templates;
Internal support for using custom forms;
2014-07-19 11:47:43 +00:00
wiz
3e6d3e9c34 Updated textproc/pod2mdoc to 0.0.13 2014-07-19 11:15:12 +00:00
wiz
362e067686 Update to 0.0.13:
Proper translation of POD commands and formatting codes into mdoc
macros, including correct whitespace handling.  Only capital ASCII
letters A-Z can start a formatting code.  Do not skip the content
of invalid formatting codes.  Improved handling of filename
extensions.
2014-07-19 11:14:57 +00:00
wiz
a8ab29463d Updated sysutils/libisoburn to 1.3.8 2014-07-19 11:14:04 +00:00
wiz
cb381492c6 Update to 1.3.8:
* Bug fix: -boot_image grub grub2_mbr= did not work
           (but -as mkisofs --grub2-mbr did work)
* Bug fix: -boot_image grub2_mbr=  prevented -boot_image partition_table=on
* Bug fix: libburn: A final fsync(2) was performed with stdio drives,
                    even if -stdio_sync was set to "off".
* Bug fix: libburn: Wrong stack usage caused SIGBUS on sparc when compiled
                    by gcc -O2
* Bug fix: -blank force:all on DVD+RW had no effect
* Enabled use of libedit as alternative to libreadline
* Enabled recording and restoring of extattr on NetBSD
* New API calls isoburn_igopt_set_stdio_endsync() and
          isoburn_igopt_get_stdio_endsync
* New bootspecs hppa_*, new -as mkisofs options -hppa-* for HP-PA via PALO
* New -find pseudo tests -use_pattern , -or_use_pattern
* New -find action report_sections
* New command -concat
* New commands -report_system_area and -report_el_torito
2014-07-19 11:13:55 +00:00
cheusov
b593ef4c9f Fix build failure on Linux (PLIST issue) 2014-07-19 11:12:28 +00:00
wiz
73152b4b15 Updated sysutils/libisofs to 1.3.8 2014-07-19 11:10:29 +00:00
wiz
1d149294e3 Update to 1.3.8:
libisofs-1.3.8.tar.gz Sat Jun 28 2014
===============================================================================
* Bug fix: Prevent allocation of empty hash tables. Thanks Richard Nolde.
* Bug fix: Prevent allocation of empty directory children lists.
           Thanks Richard Nolde.
* Bug fix: The GUIDs of main GPT and backup GPT differed if more than one
           System Area was written into the ISO image.
* New API calls iso_image_report_el_torito() and iso_image_report_system_area()
* New API call iso_crc32_gpt()
2014-07-19 11:10:20 +00:00
wiz
db878c7ce0 Updated sysutils/libburn to 1.3.8 2014-07-19 11:09:19 +00:00
wiz
3e3a0c3b91 Update to 1.3.8:
libburn-1.3.8.tar.gz Sat Jun 28 2014
===============================================================================
* Bug fix: Wrong stack usage caused SIGBUS on sparc when compiled by gcc -O2
* Bug fix: Minimum drive buffer fill was measured by cdrskin before the buffer
           could get full
* Bug fix: A failed MMC BLANK command did not cause error indication by libburn
* Bug fix: A final fsync(2) was performed with stdio drives, even if not
           desired
2014-07-19 11:09:10 +00:00
ryoon
7d3dcaa62b Update mozc packages to 1.15.1834.102 2014-07-19 09:11:30 +00:00
ryoon
3906692654 Updated devel/gyp to 0.1pre1949 2014-07-19 09:09:03 +00:00
ryoon
9f6b2e33e9 Update to 0.1pre1949
Changelog:
* Bugfixes
* More tests
2014-07-19 09:08:36 +00:00
ryoon
b21591e929 Update to 1.15.1785.102
* devel/ninja is required to build.

Changelog:
r271 2014-07-13 1.15.1834.102 - r265 2014-07-06 1.15.1828.102

You can check out Mozc r271 as follows.

gclient sync --revision=271

Summary of changes between 1.15.1834.102 (r271) and 1.15.1828.102 (r265).

    Build related changes:
        Ninja and GYP r1948 are now required to build Mozc for Android, NaCl, or Linux desktop. Note that you don't need to install Ninja manually, since depot_tools maintains pre-built Ninja binaries.
        A sample Dockerfile is now available at mozc/docker/ubuntu12.04/Dockerfile. It provides a reference build environment of Mozc for Android, NaCl, and Linux desktop. See BuildInDocker for details.
    Fixed issues:
        FIX: Use ninja on Linux ( Issue 222 )
        FIX: Inconsistency between visible candidate and actual commit in suggestion ( Issue 239 )
        FIX: Provide a Dockerfile to set up build environment for Android, NaCl, and Linux desktop ( Issue 240 )
    Commit summary:
        r271: Add an all-in-one Dockerfile to build Mozc for Android, NaCl, and Linux desktop (Ubuntu 12.04 edition)
        r270: Minor clean up in gyp file
        r269: Zero query suggestion shouldn't be triggered when committing with key event
        r268: Use Ninja to build Android, NaCl, and Linux Desktop binaries part 3
        r267: Use Ninja to build Android, NaCl, and Linux Desktop binaries part 2
        r266: Use Ninja to build Android, NaCl, and Linux Desktop binaries
        r265: Pull GYP r1948

r253 2014-07-06 1.15.1827.102 - r241 2014-06-28 1.15.1815.102

You can check out Mozc r253 as follows.

gclient sync --revision=253

Summary of changes between 1.15.1827.102 (r253) and 1.15.1815.102 (r241).

    Fixed issues:
        FIX: Menu item for MozcTool lacks text label in ibus-mozc ( Issue 233 )
        FIX: Explorer crashes when tsf-mozc is enabled on Windows 8.1 update1 ( Issue 236 )
    Commit summary:
        r253: Specify the absolute path of the project root directory for include directories
        r252: Disable ITfFnGetLinguisticAlternates until the root cause of Explorer crashes is addressed
        r251: Specify text label for the menu item of MozcTool in ibus-mozc
        r250: Do not pass incomplete types to STL containers
        r249: Explicitly include <unistd.h> for OSX
        r248: Stop using template to implement BasicCodeGenByteArrayStreamBuf
        r247: Explicity invoke bash for make-standalone-toolchain.sh
        r246: Make config_file_stream_test.cc more robust
        r245: Replace NULL with nullptr in mozc::NumberUtil
        r244: Enable Unicode 6 Emoji conversion by default for desktop (part 4)
        r243: Unify nested preprocessor conditions into one line (part 3)
        r242: Minor style fixes
        r241: Unify nested preprocessor conditions into one line (part 2)

r234 2014-06-22 1.15.1814.102 - r206 2014-05-24 1.15.1786.102

You can check out Mozc r234 as follows.

gclient sync --revision=234

Summary of changes between 1.15.1814.102 (r234) and 1.15.1786.102 (r206).

    Build related changes:
        'build_mozc.py build_tools' is deprecated. Mozc no longer requires 2-pass build. ( Issue 223 )
    Fixed issues:
        FIX: Wrong key mapping for Numpad-End in mozc.el ( Issue 170 )
        FIX: mozc::converter::CandidateFilter drops candidates unexpectedly ( Issue 220 )
        FIX: Preceding text is not correctly extracted in ibus-mozc ( Issue 226 )
        FIX: Undo-Commit is not functional in ibus-mozc ( Issue 227 )
        FIX: NaCl-Mozc uses wrong version for downloadable dictionary
    Commit summary:
        r234: Ensure that the IPC client is configured before it is used in ibus-mozc
        r233: Teach ibus-mozc about the correct substring position when extracting surrounding text (part 2)
        r232: Teach ibus-mozc about the correct substring position when extracting surrounding text (part 1)
        r231: Enable Unicode 6 Emoji conversion by default for desktop (part 3)
        r230: Enable Unicode 6 Emoji conversion by default for desktop (part 2)
        r229: Enable Unicode 6 Emoji conversion by default for desktop
        r228: Unify nested preprocessor conditions into one line
        r227: Strictly check the range of the operands for integer operations performed in NumberUtil
        r226: Simplify test cases for SafeStrToDouble/SafeStrToFloat
        r225: Remove a redundant constant definition
        r224: UtilTest::StripWhiteSpaces should work with a single letter text.
        r223: Use different internal namespace for gflags
        r222: Fix the version check logic of the downloadable dictionary for NaCl-Mozc.
        r221: Do not use shell syntax in gyp (part 2)
        r220: Do not use shell syntax in gyp (part 1)
        r219: Use absolute path to teach the linker about a file location
        r218: Add a missing build dependency
        r217: Fix wrong reading for U+1F3C4
        r216: Fix key mapping for Numpad-End in mozc.el
        r215: Remove a redundant NULL initialization of unique_ptr
        r214: Stop using 2-pass build on OS X
        r213: Minor style fixes
        r212: Manage the root directory of protobuf for Java source in gyp rather than ant
        r211: Stop using 2-pass build except for OS X
        r210: Remove execute bit from files that shouldn't have it
        r209: Remove platform-dependent mozc::Encryptor part 2
        r208: Remove platform-dependent mozc::Encryptor
        r207: Fix the bug that Top_cost + cost_offset exceeds INT_MAX when lid is first/last name
        r206: Remove an obsolete directory that is no longer used
2014-07-19 09:03:04 +00:00
ryoon
3f42d8fd69 Add ninja 2014-07-19 09:02:29 +00:00
ryoon
e4cf763087 Added devel/ninja version 1.5.1 2014-07-19 09:02:01 +00:00