summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-04Update to 1.04wen2-7/+6
Upstream changes: 1.04 2014-01-15 - Explicitly order options hashes to make log output deterministic. 1.03 2014-01-14 - We were explicitly returning undef for failure, which is basically always wrong. Corrected this. 1.02 2014-01-14 - Update documentation, etc, to point to github version - Make SQL generation deterministic, rather than depending on hash order, to ease testing and predictability. - Misc minor code cleanups. - Move to more of my standard Dist::Zilla config.
2014-12-03Updated to latest release, 3.3.0.1. No backwards-incompatible changes inrodent3-7/+8
this version.
2014-12-03Updated www/py-django-tastypie to 0.12.1rodent1-1/+2
2014-12-03v0.12.1rodent2-6/+6
======= This release is a small bugfix release, specifically to remove accidentally added files in the Wheel release.
2014-12-03Removed chat/msnre.rodent1-1/+2
2014-12-03MSN is dead. Removing msnre.rodent4-33/+1
2014-12-03Updated textproc/py-phonenumbers to 7.0.1rodent1-1/+2
2014-12-03====================rodent3-7/+10
What's new in 7.0.0 ==================== Merge to upstream Subversion revision 715; upstream code changelog: - New APIs for ShortNumberInfo. The old APIs have been deprecated and will be removed in an upcoming release.
2014-12-03Updated textproc/py-biplist to 0.9rodent1-1/+2
2014-12-03Updated to 0.9. No longer depends on py-six. Fixes:rodent3-10/+7
ValueError: timestamp out of range for platform time_t
2014-12-03Updated databases/py-sqlalchemy-utils to 0.27.9rodent1-1/+2
2014-12-030.27.9 (2014-12-01)rodent2-6/+6
^^^^^^^^^^^^^^^^^^^ - Fixed aggregated decorator many-to-many relationship handling - Fixed aggregated column alias handling 0.27.8 (2014-11-13) ^^^^^^^^^^^^^^^^^^^ - Added is_loaded utility function - Removed deprecated has_any_changes 0.27.7 (2014-11-03) ^^^^^^^^^^^^^^^^^^^ - Added support for Column and ColumnEntity objects in get_mapper - Made make_order_by_deterministic add deterministic column more aggressively 0.27.6 (2014-10-29) ^^^^^^^^^^^^^^^^^^^ - Fixed assert_max_length not working with non nullable columns - Add PostgreSQL < 9.2 support for drop_database
2014-12-03Removed net/skype* due to deprecated support upstream.rodent1-1/+3
2014-12-03ITC: We say goodbye to the skype* packages for which upstream deprecatedrodent9-216/+1
support some months ago. These no longer work with the service and are of very little value to us.
2014-12-03Fix WRKSRC.rodent1-2/+2
2014-12-03Add patch from PR pkg/48680, fixing build on netbsd-7/i386 and newer.bouyer4-6/+96
Add -mstackrealign -mpreferred-stack-boundary=4 to CFLAGS on i386 for all gcc 4.x versions, this appears to still be needed with gcc 4.8.4. Bump PKGREVISION for ffmpeg1 and ffplay1 (which uses ffmpeg1 patches)
2014-12-03Updated devel/p5-ExtUtils-MakeMaker to 7.04wiz1-1/+2
2014-12-03Update to 7.04:wiz2-6/+6
7.04 Tue Dec 2 12:43:48 GMT 2014 No changes from 7.03_06 7.03_06 Mon Dec 1 15:35:28 GMT 2014 Doc fixes: - Corrected MAGICXS documentation 7.03_05 Fri Nov 28 18:27:09 GMT 2014 Doc fixes: - Remove Module::Build encouragement 7.03_04 Thu Nov 27 14:35:15 GMT 2014 Core fixes: - Do not use ccstdflags with the core extensions 7.03_03 Tue Nov 25 16:37:57 GMT 2014 Win32 Fixes: - Eliminate sub-process spawning when checking make type 7.03_02 Mon Nov 24 13:18:09 GMT 2014 VMS fixes: - Fix a couple of missing vendor targets - Remove VAXCCURSE from ExtUtils::Liblist::Kid::_vms_ext. 7.03_01 Tue Nov 18 21:29:40 GMT 2014 VMS fixes: - Handle spaces in install targets - Allow spaces in eliminate_macros and fixpath - Remove fixpath call from ExtUtils::Liblist::Kid::_vms_ext. - Override is_make_type() as checks as unnecessary Core fixes: - Wrap parse_abstract() call to Encode in eval() to avoid build failures - Fix issue with CCFLAGS in core
2014-12-03Add -mstackrealign -mpreferred-stack-boundary=4 to CFLAGS on i386 for allbouyer3-9/+9
gcc 4.x versions. Fix mplayer coredumping on mp4 videos on netbsd-7. Patch from John D. Baker Bump PKGREVISION for all affected packages.
2014-12-03Add patch from PR pkg/48680, fixing build on netbsd-7/i386 and newer.bouyer4-6/+95
Add -mstackrealign -mpreferred-stack-boundary=4 to CFLAGS on i386 for all gcc 4.x versions, this appears to still be needed with gcc 4.8.4. Bump PKGREVISION for ffmpeg2 and ffplay2 (which uses ffmpeg2 patches)
2014-12-03Updated devel/p5-Date-Manip to 6.48wiz1-1/+2
2014-12-03Update to 6.48:wiz2-6/+6
VERSION 6.48 2014-12-01 Put repository on GitHub Suggested by Gabor Szabo parse_time now parses ISO 8601 times The parse_time routine wouldn't correctly parse ISO 8601 times. This is now fixed. Parsing special dates with timezones now works Parsing special date formats with timezones is now supported such as: Christmas at noon PST in 3 days at noon PST now PST epoch 3000000 PST dm_zdump modified To match the newest version of zdump, the gmtoff is now added at the end of each line. Bug fixes Fixed a bug in the printf method that would not handle embedded newlines correctly (and resulted in an infinite loop if it were preceded by a '%'). Henrique Martins Fixed a bug where '24:00' was not parsed correctly (though '24:00:00' was). Fixed a bug where fractional values separated by a comma weren't parsed correctly. Time zone fixes Newest zoneinfo data (tzdata 2014j)
2014-12-03Updated www/p5-CGI to 4.11wiz1-1/+2
2014-12-03Update to 4.11:wiz2-6/+7
4.11 2014-12-02 [ SPEC / BUG FIXES ] - more hash key ordering bugs fixed in HTML attribute output (GH #158, thanks to Marcus Meissner for the patch and test case) [ REFACTORING ] - escapeHTML (and unescapeHTML) have been refactored to use the functions exported by the HTML::Entities module (GH #157) - change BUILD_REQUIRES to TEST_REQUIRES in Makefile.PL as these are test dependencies not build dependencies (GH #159) [ DOCUMENTATION ] - replace any remaining uses of indirect object notation (new Object) with the safer Object->new syntax (GH #156)
2014-12-03Be explicit about the library search path.joerg2-6/+7
2014-12-03Don't depend on the wrapper sorting library dependencies last duringjoerg1-3/+4
link.
2014-12-03Use explicit library search path.joerg2-4/+4
2014-12-03Not MAKE_JOBS_SAFEjoerg1-1/+4
2014-12-03cwrappers should get -Qunused-arguments too.joerg1-1/+3
2014-12-03Explicit search path for libgmp and co. Bump revision.joerg3-8/+10
2014-12-03Explicitly add library path for gdbm and iconv, don't depend on thejoerg2-4/+8
implicit one added by the wrappers.
2014-12-03Needs itstooljoerg1-1/+3
2014-12-03Make sure the fake libgcc is actually picked up when using cwrappers.joerg2-2/+4
2014-12-03For devel/ncursesw, we want the curses transform and only that.joerg1-2/+4
2014-12-03Fix PLIST after recent update. Bump revision.joerg2-2/+4
2014-12-03gnome-terminal needs libICEjmcneill4-2/+31
2014-12-03Update checksums for openvpn update.wiz2-8/+8
2014-12-03Updated net/openvpn to 2.3.6wiz1-1/+2
2014-12-03Update to 2.3.6:wiz4-13/+17
2014.11.28 -- Version 2.3.6 David Sommerseth (1): systemd: Reworked the systemd unit file to handle server and client configs better Gert Doering (1): Add client-only support for peer-id. Samuli Seppänen (1): Fix to --shaper documentation on the man-page Steffan Karger (4): Fix assertion error when using --cipher none Add --tls-version-max Modernize sample keys and sample configs Drop too-short control channel packets instead of asserting out. 2014.10.24 -- Version 2.3.5 Andris Kalnozols (2): Fix some typos in the man page. Do not upcase x509-username-field for mixed-case arguments. Arne Schwabe (1): Fix server routes not working in topology subnet with --server [v3] David Sommerseth (4): Improve error reporting on file access to --client-config-dir and --ccd-exclusive Don't let openvpn_popen() keep zombies around Add systemd unit file for OpenVPN systemd: Use systemd functions to consider systemd availability Gert Doering (3): Drop incoming fe80:: packets silently now. Fix t_lpback.sh platform-dependent failures Call init script helpers with explicit path (./) Heiko Hund (1): refine assertion to allow other modes than CBC Hubert Kario (2): ocsp_check - signature verification and cert staus results are separate ocsp_check - double check if ocsp didn't report any errors in execution James Bekkema (1): Fix socket-flag/TCP_NODELAY on Mac OS X James Yonan (6): Fixed several instances of declarations after statements. In socket.c, fixed issue where uninitialized value (err) is being passed to to gai_strerror. Explicitly cast the third parameter of setsockopt to const void * to avoid warning. MSVC 2008 doesn't support dimensioning an array with a const var nor using %z as a printf format specifier. Define PATH_SEPARATOR for MSVC builds. Fixed some compile issues with show_library_versions() Jann Horn (1): Remove quadratic complexity from openvpn_base64_decode() Mike Gilbert (1): Add configure check for the path to systemd-ask-password Philipp Hagemeister (2): Add topology in sample server configuration file Implement on-link route adding for iproute2 Samuel Thibault (1): Ensure that client-connect files are always deleted Steffan Karger (13): Remove function without effect (cipher_ok() always returned true). Remove unneeded wrapper functions in crypto_openssl.c Fix bug that incorrectly refuses oid representation eku's in polar builds Update README.polarssl Rename ALLOW_NON_CBC_CIPHERS to ENABLE_OFB_CFB_MODE, and add to configure. Add proper check for crypto modes (CBC or OFB/CFB) Improve --show-ciphers to show if a cipher can be used in static key mode Extend t_lpback tests to test all ciphers reported by --show-ciphers Don't exit daemon if opening or parsing the CRL fails. Fix typo in cipher_kt_mode_{cbc, ofb_cfb}() doxygen. Fix regression with password protected private keys (polarssl) ssl_polarssl.c: fix includes and make casts explicit Remove unused variables from ssl_verify_openssl.c extract_x509_extension() TDivine (1): Fix "code=995" bug with windows NDIS6 tap driver.
2014-12-03Updated textproc/groonga to 4.0.8obache1-1/+2
2014-12-03Update groonga to 4.0.8.obache5-25/+65
Release 4.0.8 - 2014/11/29 -------------------------- Improvements ^^^^^^^^^^^^ * [deb] Supported Ubuntu 12.04 again because Travis-CI runs on it. * [mruby] Supported pretty print - ``"pp"`` for debugging. And supported to show internal objects more descriptive format when inspecting it. * Supported full text search query without index if one column is specified for ``--match_columns`` even though sequential search is executed by ``--query`` and ``--match_columns`` combination. [groonga-dev,02902] [Reported by Atsushi Shinoda] * [experimental] :doc:`/reference/functions/in_values` supports auto sequential search mode. There is a case that sequential search is faster than index search when the number of narrowed down records is small enough in contrast to the number of expected records to narrow down by ``in_values`` with ``AND`` operation which use indexes. The value of ``GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO`` is used as threshold whether Groonga execute sequential search or search with indexes in such a case. * [mruby] Supported to load relative path of script. * Supported test suite to write query optimizer test more easily with mruby enabled build. * Supported offline index construction for token filters. [GitHub#239] [Patch by Naoya Murakami] * [experimental] :doc:`/reference/functions/between` supports auto sequential search mode. Use the value of ``GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO`` as threshold. Basic concept is similar to ``GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO``. * [experimental] Supported multiple drilldowns for :doc:``/reference/command/select`` command. The syntax is extended to support this feature. The new one is ``--drilldown[LABEL1].keys COLUMN1,COLUMN2`` for keys, ``--drilldown[LABEL1].output_columns _value.COLUMN1,_value.COLUMN2,_nsubrecs`` for output columns. In the previous versions, a client application must implement by oneself for drilldown by multiple keys. Use ``_key[N]`` for ``--drilldown[LABEL1].output_columns`` to show original value of key in records. * Supported to search ``'reference_column @ "query"'`` without index. * [experimental] Added :doc:`/reference/commands/range_filter` command. It is faster than select command to fetch specific range of records in most cases, because it doesn't returns the number of matched records. There are limitations which doesn't support drilldown and so on. Thus, ``range_filter`` is suitable for extracting first ``N`` records in specific range for ranking or something else. * [httpd] Supported ``groonga-httpd`` on windows. * Supported vector column for drilldown. * [deb] Changed ``groonga-httpd`` as default HTTP server package. ``groonga-server-http`` is deprecated. Note that :doc:`/reference/executables/groonga-server-http` functionality itself is still exists in Groonga. If you just want to use simple HTTP server in traditional way, specify proper arguments by command line for :doc:`/reference/executables/groonga`. * Added configuration file for Windows CI on AppVeyor. [groonga-dev,02970,02981] [Patch by Hiroshi Hatake] Fixes ^^^^^ * [doc] Fixed duplicated execution example path about :doc:`/reference/commands/table_create`. [GitHub groonga.org#14] [Reported by Masafumi Yokoyama] * Fixed a bug that nested indexed full text search against ``X._key`` returns empty results. * Fixed flags parameter which is strict in BSD ``mkostemp(3)``. [GitHub#240] [Patch by Jun Kuriyama] * Fixed a bug that select command reports invalid value type (table) as index column value type. It was fixed to ``UInt32``. Note that it affects only the value of response header. The search results is not changed at all. * Fixed a bug that compare operations such as ``<``, ``<=``, ``>``, ``>=``, ``!=`` with Time and String type returns invalid results. * Fixed a bug that prefix search can't be executed against single character such as ``"x*"``. [GitHub#242] [Patch by Naoya Murakami] * Fixed a memory leak on drilldown ``ShortText`` value with ``--filter``. * Fixed missing ``","`` for ``"DDL:set_token_filters"`` log. [Reported by Naoya Murakami] Thanks ^^^^^^ * Atsushi Shinoda * Masafumi Yokoyama * Naoya Murakami * Jun Kuriyama * Hiroshi Hatake
2014-12-03Updated devel/p5-Method-Signatures-Simple to 1.07wen1-1/+2
2014-12-03Update to 1.07wen2-7/+6
Upstream changes: 1.07 2013-01-20 Rhesa Rozendaal <rhesa@cpan.org> Fix RT80510: empty methods returning @_ 1.06 2013-01-20 Rhesa Rozendaal <rhesa@cpan.org> Fix a test so it passes on 5.10
2014-12-03Updated devel/p5-Method-Signatures to 20141021wen1-1/+2
2014-12-03Update to 20141021wen2-8/+7
Update DEPENDS Upstream changes: 20141021 Tue Oct 21 02:11:29 PDT 2014 Promoted to full release 20140920.1910_001 Sat Sep 20 19:10:06 PDT 2014 New Features * Can now specify an alternate name for invocant (besides `$self`) [github #82] (thanks Hercynium) Bug Fixes * Correct parse error on multi-line default values [github #106] * Using a required param after an optional one now a compile error [github #108] 20140806.0226_001 Wed Aug 6 02:26:36 PDT 2014 Bug Fixes * Correct parse error when invocant is preceded by a space * Fix bug where undef which should trigger default fails typecheck [github #102] Distribution Fixes * Remove dependency on experimental (breaks 5.8 compat) [github #97] Misc * Refactor signature parsing into its own class [github #96] 20140224 Mon Feb 24 14:25:43 PST 2014 Promoted to full release 20140220.0106_001 Thu Feb 20 01:14:54 PST 2014 Distribution Fixes * Remove dependency on Devel::Pragma [github #91], and fixes [github #41] Docs * Document which features require Data::Alias and Const::Fast [github #90]
2014-12-03Updated devel/p5-Module-CoreList to 5.20141120wen1-1/+2
2014-12-03Update to 5.20141120wen2-6/+6
Upstream changes: 5.20141120 - Updated for v5.21.6
2014-12-03Updated devel/p5-MooseX-Declare to 0.40wen1-1/+2
2014-12-03Update to 0.40wen2-6/+6
Upstream changes: 0.40 2014-11-12 02:27:58Z - mention deprecation status in module ABSTRACT - fix warning in tests on 5.8.x
2014-12-03Updated textproc/po4a to 0.45ryoon2-3/+3