summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-06-01Changes 1.6.1:adam4-10/+12
* build: Demand gettext >= 0.18.1 in order to get newer M4 files. The old M4 files associated with 0.17 caused problems on Solaris, which will hopefully be fixed with this. * doc: Typo fix in autoconf snippet. * i18n: Updated translations.
2011-06-01Fix building with Clangadam2-1/+17
2011-06-01Fix typo pointed out by Martin S. Weber, and while here improve thedholland1-4/+4
wording/usage.
2011-06-01Note update of the "wireshark" package to version 1.4.7.tron1-1/+2
2011-06-01Update "wireshark" package to version 1.4.7. Changes since version 1.4.6:tron2-7/+6
- Bug Fixes The following vulnerabilities have been fixed. See the security advisory for details and a workaround. o Large/infinite loop in the DICOM dissector. (Bug 5876) Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6. o Huzaifa Sidhpurwala of the Red Hat Security Response Team discovered that a corrupted Diameter dictionary file could crash Wireshark. Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6. o Huzaifa Sidhpurwala of the Red Hat Security Response Team discovered that a corrupted snoop file could crash Wireshark. (Bug 5912) Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6. o David Maciejak of Fortinet's FortiGuard Labs discovered that malformed compressed capture data could crash Wireshark. (Bug 5908) Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6. o Huzaifa Sidhpurwala of the Red Hat Security Response Team discovered that a corrupted Visual Networks file could crash Wireshark. (Bug 5934) Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6. - The following bugs have been fixed: o AIM dissector has some endian issues. (Bug 5464) o Telephony→MTP3→MSUS doesn't display window. (Bug 5605) o Support for MS NetMon 3.x traces containing raw IPv6 ("Type 7") packets. (Bug 5817) o Service Indicator in M3UA protocol data. (Bug 5834) o IEC60870-5-104 protocol, incorrect decoding of timestamp type CP56Time2a. (Bug 5889) o DNP3 dissector incorrect constants AL_OBJ_FCTR_16NF _FDCTR_32NF _FDCTR_16NF. (Bug 5920) o 3GPP QoS: Traffic class is not decoded properly. (Bug 5928) o Wireshark crashes when creating ProtoField.framenum in Lua. (Bug 5930) o Fix a wrong mask to extract FMID from DECT packets dissector. (Bug 5947) o Incorrect DHCPv6 remote identifier option parsing. (Bug 5962) - Updated Protocol Support DICOM, IEC104, M3UA, TCP, - New and Updated Capture File Support Network Monitor.
2011-05-31Add protection against ECDSA timing attacks as mentioned in the papertez3-3/+31
by Billy Bob Brumley and Nicola Tuveri, see: http://eprint.iacr.org/2011/232.pdf [Billy Bob Brumley and Nicola Tuveri] (patch confirmed in upstream cvs)
2011-05-31Updated databases/maatkit to 7486nb1mspo1-1/+2
2011-05-31update of net/GeoIPmspo1-1/+2
2011-05-31Update from 1.4.6 to 1.4.7mspo4-31/+12
Remove patch-ad since upstream is not accepting it (originated in 2008) and it no longer applies. This revision also adds a lot of experimental ipv6 support. Full release notes: * Upd timezone.c Add SX, BQ and CW remove AN and FX ( Boris Zentner ) * Add support for the new types in geoiplookup6 ( Boris Zentner ) * Add new database types GEOIP_CITY_EDITION_REV0_V6, GEOIP_CITY_EDITION_REV1_V6, GEOIP_DOMAIN_EDITION_V6, GEOIP_ORG_EDITION_V6 and GEOIP_ISP_EDITION_V6 ( Boris Zentner ) * Remove AN and FX. Add SX, BQ and CW ( Boris Zentner ) * Fix possible segfault in geoipupdate if the connection disappear unexpected. ( Boris Zentner ) * Add sanity check for geoipupdate-pureperl.pl ( Boris Zentner ) * Add GEOIP_USERTYPE_EDITION and GEOIP_USERTYPE_EDITION_V6 datatypes ( Boris Zentner ) * Add new functions GeoIP_is_private_ipnum_v4 and GeoIP_is_private_v4 ( Boris Zentner ) * Add new functions GeoIP_teredo and GeoIP_enable_teredo. teredo is enabled by default ( Boris Zentner ) * Fix output of geoiplookup for unknown or private regions. ( Boris Zentner ) * Fix geoipupdate-pureperl.pl to accept more product codes. ( Boris Zentner ) * Fix minor output issue in geoipupdate -v ( Boris Zentner ) * Add support for various databases. ( Boris Zentner ) * Add experimental teredo support ( Boris Zentner ) * Fix possible buffer overflow in conjunction with http_proxies ( Elso Andras ) * Remove memcpy/bcopy macro for BSD ( Boris Zentner ) * Add GeoIP_lib_version and GeoIP_cleanup ( Ladar Levison ) * Upd Makefile.vc ( Thomas Winzig ) * Fix typo in DK,18,Midtjylland ( Boris Zentner ) * Update libGeoIP/regionName.c with FIPS codes 20100810 ( Boris Zentner ) * Fix continent codes ( Boris Zentner ) * Fix 3letter country codes for ATA, BVT, IOT, CXR, CCK, ATF, HMD, MYT, SGS and UMI ( Boris Zentner ) * Fix typo/segfault in GeoIP_id_by_name_v6 ( Boris Zentner ) * Update libGeoIP/regionName.c with FIPS codes 20100529 ( Boris Zentner ) * Remove buffered IO functions, to fix issues with dup'ed file descriptors ( Boris Zentner ) * Fix very minor memleak in geoipupdate ( Boris Zentner ) * Add GEOIP_CITYCONFIDENCEDIST_EDITION, GEOIP_LARGE_COUNTRY_EDITION and GEOIP_LARGE_COUNTRY_EDITION_V6 database types ( Boris Zentner ) * Update libGeoIP/regionName.c with FIPS codes 20100422 ( Boris Zentner ) * Update libGeoIP/regionName.c with FIPS codes 20100420 ( Boris Zentner ) * Update libGeoIP/regionName.c with FIPS codes 20100221 ( Boris Zentner ) * Add missing timezones ( Boris Zentner ) * Add missing include for Windows 2000 ( Jaap Keute ) * 'GeoIP Database up to date' and 'Updated database' prints to stdout instead of stderr ( Boris Zentner ) * Add missing GeoIPRecord_delete to geoiplookup.c ( Piotr Kaczuba ) * Add some IPv4 helper functions unsigned long GeoIP_addr_to_num(const char *addr); char * GeoIP_num_to_addr(unsigned long ipnum); ( Boris Zentner ) * Fix default name for the accuracy radius database to GeoIPDistance.dat ( Boris Zentner ) * Add GEOIP_CITYCONFIDENCE_EDITION database type. ( Boris Zentner ) * geoiplookup use GeoIPDistance.dat files if avail ( Boris Zentner ) * Fix geoiplookup/geoiplookup6 output, when the databaseinfo string is not avail. ( Boris Zentner ) * Change continent code for RU from AS to EU ( Boris Zentner ) * Add GEOIP_ACCURACYRADIUS_EDITION database type. ( Boris Zentner ) * Add GEOIP_LOCATIONA_EDITION the database to map back from binary to the csv database ( Boris Zentner ) * Change Turkey's continent code from Asia to Europe ( Boris Zentner ) * Rename _iso_8859_1__utf8 to _GeoIP_iso_8859_1__utf8 ( Boris Zentner ) * GEOIP_ORG_EDITION, GEOIP_ISP_EDITION, GEOIP_DOMAIN_EDITION and GEOIP_ASNUM_EDITION databases return UTF8 results, if gi->charset is set to GEOIP_CHARSET_UTF8 ( Boris Zentner ) * Avoid unnecesary call to gettimeofday when GEOIP_CHECK_CACHE is not set ( John Douglass ) * Delayed loading of changed database files for 60 seconds. To avoid reading halve written databases ( Boris Zentner ) * Update README.OSX for Leopard and Snow Leopard ( Boris Zentner ) * Add more IPv6 functions ( Boris Zentner ) const char *GeoIP_country_code_by_addr_v6 (GeoIP* gi, const char *addr); const char *GeoIP_country_code_by_name_v6 (GeoIP* gi, const char *host); const char *GeoIP_country_code3_by_addr_v6 (GeoIP* gi, const char *addr); const char *GeoIP_country_code3_by_name_v6 (GeoIP* gi, const char *host); const char *GeoIP_country_name_by_addr_v6 (GeoIP* gi, const char *addr); const char *GeoIP_country_name_by_name_v6 (GeoIP* gi, const char *host); * Make sure that GeoIP_*_v6 functions refuse GEOIP_PROXY_EDITION and GEOIP_NETSPEED_EDITION databases ( Boris Zentner ) * Update libGeoIP/regionName.c with FIPS codes from 20090723 ( Boris Zentner ) * Fix geoipupdate's -v option to not change the license filename ( Thom May ) * Fix geoipupdate's exit code ( Thom May ) * Add support for ASNUM_EDITION ( Boris Zentner ) * Fix -i output for larger values, sign issue ( Boris Zentner ) * Add -i flag for more information on netmask, range_by_ip and the current network range ( Boris Zentner ) * Add support for DOMAIN_EDITION database type ( Boris Zentner ) * Fix apps/geoipupdate-pureperl.pl output layer on W32 ( Boris Zentner )
2011-05-31Updated sysutils/bup to 0.24bnb1wiz1-1/+2
2011-05-31Install README and design document. Bump PKGREVISION.wiz4-9/+12
2011-05-31Updated devel/guile-www to 2.31gdt1-1/+2
2011-05-31Update to 2.31. Adjust HOMEPAGE/etc. Add TEST_TARGET.gdt3-12/+13
- 2.31 | 2011-05-29 - bugfix: "make uninstall" now does a complete job - improvements to "make check" - do in-tree partial install; use that for ‘%load-path’ - bugfix: re-order ‘%load-extensions’ to prioritize "" over ".scm" - examples/wily-guile also uses in-tree partial install - 2.30 | 2011-02-12 - portability fix for Guile 1.9.14 (among others, probably) - 2.29 | 2011-01-24 - portability fix: don't assume ‘(set! (P OBJ) V)’ returns ‘V’ - allow ‘big-dishing-loop’ to set ‘modlisp-ish’ reply style - drop "experimental" from modlisp documentation - add "make check" support - use Guile-BAUX for doc maintenance, module munging - 2.28 | 2010-06-22 - new home page: http://www.nongnu.org/guile-www/ - doc fix: variables now included in index (e.g., ‘CRLF’) - new EXPERIMENTAL modlisp support - ‘make-big-dishing-loop’ takes keyword arg #:style - ‘mouthpiece’ takes optional arg ‘style’ - new module: (www server-utils modlisp) - new (www server-utils answer) procs - flat-length - tree-flat-length! - string<-tree - string<-headers - MARKED FOR REMOVAL 2011-12-31 - proc ‘(www server-utils answer) string<-header-components’ - 2.27 | 2010-02-02 - improve portability: don't use `return-it' - dropped (see entries for NEWS 2.24, 2.23) - module: (www data content-type) - (www data http-status) data structure: *http-status*-META - (www data http-status) data structure: *http-status* - `make-big-dishing-loop' keyword arg: #:GET-upath - maintenance uses GNU Autoconf 2.65
2011-05-31Update HOMEPAGE url.obache1-2/+2
2011-05-31Updated net/zeromq to 2.1.7obache1-1/+2
2011-05-31Update zeromq to 2.1.7.obache2-6/+6
0MQ version 2.1.7 (Stable), released on 2011/05/12 ================================================== Bug fixes --------- * Fixed issue 191, message atomicity issue with PUB sockets (an old issue). * Fixed issue 199 (affected ROUTER/XREP sockets, an old issue). * Fixed issue 206, assertion failure in zmq.cpp:223, affected all sockets (bug was introduced in 2.1.6 as part of message validity checking). * Fixed issue 211, REP socket asserted if sent malformed envelope (old issue due to abuse of assertions for error checking). * Fixed issue 212, reconnect failing after resume from sleep on Windows (due to not handling WSAENETDOWN). * Properly handle WSAENETUNREACH on Windows (e.g. if client connects before server binds). Changes ------- * Runtime checking of socket and context validity, to catch e.g. using a socket after closing it, or passing an invalid pointer to context/socket methods. * Test cases moved off port 5555, which conflicts with other services. * Clarified zmq_poll man page that the resolution of the timeout is 1msec.
2011-05-31patch-aq has been evil; exorcism performedadam2-5/+4
2011-05-31require libgcroots>=0.2.3 for internal sigscheme.obache1-1/+2
2011-05-30Updated mail/getmail to 4.20.3schmonz1-1/+2
2011-05-30Update to 4.20.3. From the changelog:schmonz2-8/+8
-fix logging errors in error paths. Thanks: Visa Putkinen.
2011-05-30Updated sysutils/memtestplus to 4.20jakllsch1-1/+2
2011-05-30Update memtest86+ to 4.20.jakllsch2-6/+6
Changes since 4.10: Added failsafe mode (press F1 at startup) Added support for Intel "Sandy Bridge" CPU Added support for AMD "fusion" CPU Added Coreboot "table forward" support Corrected some memory brands not detected properly Various bug fixes
2011-05-30Fix typos regarding activeresource.hiramatsu2-4/+4
2011-05-30Updated textproc/groonga to 1.2.2obache1-1/+2
2011-05-30Update groonga to 1.2.2.obache3-320/+565
Release 1.2.2 - 2011/05/29 -------------------------- Improvements ^^^^^^^^^^^^ * Added packages for Ubuntu 11.04 Natty Narwhal. * Removed packages for Ubuntu 10.10 Maverick Meerkat. * RPM: Split server related packages to groonga-server package. * suggest: Added target object name into error messages. * document: Started English support. (not completed yet.) * groonga-suggest-httpd: Added --disable-max-fd-check option. * groonga: Renamed :option:`--address <-a>` option to :option:`--bind-address`. * groonga-suggest-httpd: Renamed --address option to --bind-address. * Changed admin HTML install directory to $PREFIX/share/groonga/html/admin/ from $PREFIX/share/groonga/admin_html/. * groonga-suggest-httpd: Used "application/json" for JSON response instead of "text/javascript". * Windows: Used DLL relative path instead of executable file relative path. * MeCab: Added error message from MeCab on MeCab initialize error. * suggest: Added prefix_search parameter to suggest command. #909 * plugin: Added grn_plugin_get_system_plugins_dir() and grn_plugin_get_suffix() API. * Added grn_obj_is_builtin() API. * :doc:`/commands/load`: Added table name check. #934 * Showed invalid name context in error message. #935 Fixes ^^^^^ * Fixed a data breaking bug on multi process update. #890
2011-05-30Mark this package as not job safe to fix the build under NetBSD/amd64tron1-1/+2
as suggested by Adam Ciarciński in private e-mail.
2011-05-30Set DIST_SUBDIR, to avoid problems for those who already have the oldhauke2-6/+8
distfile.
2011-05-30Fix building on NetBSD-i386adam2-4/+4
2011-05-30Updated pkgtools/url2pkg to 2.13cheusov1-1/+2
2011-05-30Add LICENSEcheusov2-3/+22
Update to 2.13: HOMEPAGE is detected correctly for code.google.com projects USE_CMAKE is to yes for cmake-based projects
2011-05-30Note update of lang/ruby18-base package to 1.8.7.334nb3.taca1-1/+2
2011-05-30It seems that I forgot update distinfo file.taca2-3/+4
Since it cause creating binary package which isn't up to date, bump PKGREVISION, again.
2011-05-29Updated graphics/libraw to 0.13.5gls2-3/+3
2011-05-29Update graphics/libraw to 0.13.5gls2-6/+6
LibRaw 0.13.5 add supports for several new cameras. Changelog: * Imported new dcraw 9.08/1.443: o New color data for Canon 600D and 1100D, Fuji S200EXR o New cameras supported: Fuji HS20EXR and F550EXR, Kodak Z990, Nikon D5100, Olympus E-PL1s and XZ-1, Samsung NX11, Sony A230 and 290.
2011-05-29Note update of www/contao29-translations package to 20110529.taca1-1/+2
2011-05-29Update contao29-translations package to 20110529.taca4-15/+108
- Update Persian and Slovenian language files. - Add(Enable) Serbian language files.
2011-05-29remove "again": mentioning existence of buildlink3.mk was removed from ↵kano1-2/+2
description of BUILD_DEPENDS in rev. 1.103
2011-05-29Updated devel/sparsehash to 1.10cheusov1-1/+2
2011-05-29Add LICENSEcheusov4-27/+26
Take maintainership Update to v1.10 == 21 January 2011 == I've just released sparsehash 1.10. This fixes a performance regression in sparsehash 1.8, where sparse_hash_map would copy hashtable keys by value even when the key was explicitly a reference. It also fixes compiler warnings from MSVC 10, which uses some c++0x features that did not interact well with sparsehash. There is no reason to upgrade unless you use references for your hashtable keys, or compile with MSVC 10. A full list of changes is described in [http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.10/ChangeLog ChangeLog]. === 24 September 2010 === I've just released sparsehash 1.9. This fixes a size regression in sparsehash 1.8, where the new allocator would take up space in `sparse_hash_map`, doubling the sparse_hash_map overhead (from 1-2 bits per bucket to 3 or so). All users are encouraged to upgrade. This change also marks enums as being Plain Old Data, which can speed up hashtables with enum keys and/or values. A full list of changes is described in [http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.9/ChangeLog ChangeLog]. === 29 July 2010 === I've just released sparsehash 1.8. This includes improved support for `Allocator`, including supporting the allocator constructor arg and `get_allocator()` access method. To work around a bug in gcc 4.0.x, I've renamed the static variables `HT_OCCUPANCY_FLT` and `HT_SHRINK_FLT` to `HT_OCCUPANCY_PCT` and `HT_SHRINK_PCT`, and changed their type from float to int. This should not be a user-visible change, since these variables are only used in the internal hashtable classes (sparsehash clients should use `max_load_factor()` and `min_load_factor()` instead of modifying these static variables), but if you do access these constants, you will need to change your code. Internally, the biggest change is a revamp of the test suite. It now has more complete coverage, and a more capable timing tester. There are other, more minor changes as well. A full list of changes is described in the [http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.8/ChangeLog ChangeLog]. === 31 March 2010 === I've just released sparsehash 1.7. The major news here is the addition of `Allocator` support. Previously, these hashtable classes would just ignore the `Allocator` template parameter. They now respect it, and even inherit `size_type`, `pointer`, etc. from the allocator class. By default, they use a special allocator we provide that uses libc `malloc` and `free` to allocate. The hash classes notice when this special allocator is being used, and use `realloc` when it can. This means that the default allocator is significantly faster than custom allocators are likely to be (since realloc-like functionality is not supported by STL allocators). There are a few more minor changes as well. A full list of changes is described in the [http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.7/ChangeLog ChangeLog]. === 11 January 2010 === I've just released sparsehash 1.6. The API has widened a bit with the addition of `deleted_key()` and `empty_key()`, which let you query what values these keys have. A few rather obscure bugs have been fixed (such as an error when copying one hashtable into another when the empty_keys differ). A full list of changes is described in the [http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.6/ChangeLog ChangeLog]. === 9 May 2009 === I've just released sparsehash 1.5.1. Hot on the heels of sparsehash 1.5, this release fixes a longstanding bug in the sparsehash code, where `equal_range` would always return an empty range. It now works as documented. All sparsehash users are encouraged to upgrade. === 7 May 2009 === I've just released sparsehash 1.5. This release introduces tr1 compatibility: I've added `rehash`, `begin(i)`, and other methods that are expected to be part of the `unordered_map` API once `tr1` in introduced. This allows `sparse_hash_map`, `dense_hash_map`, `sparse_hash_set`, and `dense_hash_set` to be (almost) drop-in replacements for `unordered_map` and `unordered_set`. There is no need to upgrade unless you need this functionality, or need one of the other, more minor, changes described in the [http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.5/ChangeLog ChangeLog].
2011-05-29+ ImageMagick-6.7.0.2, calibre-0.8.3, eigen2-2.0.16, epdfview-0.1.8,wiz1-10/+18
libraw-0.13.5, modular-xorg-server-1.10.2, p5-PerlMagick-6.7.0.2, poppler-0.16.6, py-dbus-0.84.0, python25-2.5.6, resourceproto-1.2.0, scmgit-base-1.7.5.3, scmgit-docs-1.7.5.3, wine-devel-1.3.21, worker-2.17.12, x264-devel-20110528, xorg-util-macros-1.14.0.
2011-05-29+send-pr, oked by wiz@cheusov1-1/+2
2011-05-29Added misc/send-pr version 3.113.1cheusov1-1/+2
2011-05-29send-pr is a tool used to submit problem reports (PRs) to a centralcheusov7-0/+166
GNATS support site.
2011-05-29Updated devel/cppcheck to 1.48wiz1-1/+2
2011-05-29Update to 1.48. Ok reed except for the cmake dependency :)wiz4-44/+17
Release notes for 1.48 There are no major new features in 1.48. There are more and better checks. New check: Wrong usage of ! operator in conditions. Example: if (!x == 0) { New check: Use "throw" without arguments to rethrow exceptions. New check: Comparison of substring with string literal will always/never match because size doesn't match. New check: Postfix increment of boolean New check: Clarify condition with parantheses (when there are assignment + comparison) Example: if (a = b > 0) { Release notes for 1.47 It is now possible to exclude files and folders from the analysis. Use -i on the command line (i=ignore). Custom rules can now be created using regular expressions. To read more about creating custom rules, see http://sourceforge.net/projects/cppcheck/files/Articles/ A new XML format is launched. To use this format, the --xml-version=2 is used. The new xml format is incompatible with the xml format used in previous versions. The old XML format will still be used unless --xml-version=2 is given, so your existing scripts, tools and plugins should still work. New check: sizeof used on array variable that is a function parameter. The expected bahaviour is most likely that the sizeof result is the size of the array, but the actual sizeof result is the size of the pointer. New check: catching exception by value. It is better to catch by reference for various reasons. New check: memset calls filling 0 bytes. The given size might be wrong.
2011-05-29Updated net/mikutter to 0.0.3.6obache1-1/+2
2011-05-29Update mikutter to 0.0.3.6.obache3-16/+22
after 0.0.3.5, included escape.rb is required (crash with one from ruby-escape package, so it must be removed). 0.0.3.6 * fix: Unshown right click menu on timeline with ruby-1.8. * fix: Always crash to assign new short cut keys with ruby-1.8 * fix: Segmentation fault at update of MiraclePainter with ruby-1.8. * fix: Crash of string selection with ruby-1.8. * fix: bug of shown muted users on timeline. * fixes retweet and un-retweet mikutter command. * add mikutter comand for cancel fav. * new feature: search selection with Google. * include some using files of ruby-hmac-0.4.0. * and other misc fixes. 0.0.3.5 * Changes TL rendering method * speeding up * work in progress for some features * renovation of short cut key settings * allow to assign a shortcut key to all functions with right-click menu.
2011-05-29Updated uim to 1.7.0.obache2-3/+4
2011-05-29Update uim to 1.7.0.obache6-17/+51
Based on PR#44989 by YAMASHIRO, Jun. add a missing PLIST entry. Overview of changes from 1.7.0-alpha to 1.7.0 ============================================= * Fixes - Generic IM * Fix sort order of Wubi86 and Zhengma tables in 1.7.0-alpha - GTK+3 bridge * Avoid repeated changes of subwindow size in some annotation text Overview of changes from 1.6.x to 1.7.0-alpha ============================================= * New features - GTK+3 bridge - uim-candwin-gtk3 - uim-candwin-tbl-gtk3 - uim-dict-gtk3 - uim-im-switcher-gtk3 - uim-input-pad-ja-gtk3 - uim-pref-gtk3 - uim-toolbar-gtk3 - uim-toolbar-gtk3-systray * Support GTK+3 - uim-toolbar-applet-gnome3 * Support GNOME3 * Fixes - uim Scheme library * Fix im-acquire-text brokeness - uim-toolbar-qt4 * Fix bug: Can't set starting position of Qt4 toolbar (#34034) - uim-notify * Fix compilation with libnotify >= 0.7.0 - uim-tutcode * Fix behavior with interactive bushu conversion - uim-skk * Fix crash upon an illegal line in SKK dictionary - Emacs bridge * Don't disturb other leim's modelines (#35318) - Qt4 bridge * Fix crash of applications upon exit when widget style of QGtkStyle is used - uim-dict-gtk * Fix a minor bug * Enhancements - uim-tutcode * Postfix mazegaki conversion * Postfix bushu conversion * Add inflection support for postfix and prefix mazegaki conversion * Kanji code (JIS/Kuten/Unicode) input mode * History input mode - libuim * Support locale with EUC-JIS-2004 and EUC-JISX0213 encodings - generic-predict * Add support for completion with Google Suggest * Others - GTK+2 bridge * Discard support for version below 2.14.
2011-05-29Note update of lang/ruby18-base package to 1.8.7.334nb2.taca1-1/+2