summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23dovecot2: updated to 2.3.3adam9-35/+17
2.3.3: * doveconf hides more secrets now in the default output. * ssl_dh setting is no longer enforced at startup. If it's not set and non-ECC DH key exchange happens, error is logged and client is disconnected. + Added log_debug=<filter> setting. + Added log_core_filter=<log filter> setting. + quota-clone: Write to dict asynchronously + --enable-hardening attempts to use retpoline Spectre 2 mitigations + lmtp proxy: Support source_ip passdb extra field. + doveadm stats dump: Support more fields and output stddev by default. + push-notification: Add SSL support for OX backend. - NUL bytes in mail headers can cause truncated replies when fetched. - director: Conflicting host up/down state changes may in some rare situations ended up in a loop of two directors constantly overwriting each others' changes. - director: Fix hang/crash when multiple doveadm commands are being handled concurrently. - director: Fix assert-crash if doveadm disconnects too early - virtual plugin: Some searches used 100% CPU for many seconds - dsync assert-crashed with acl plugin in some situations. - mail_attachment_detection_options=add-flags-on-save assert-crashed with some specific Sieve scripts. - Mail snippet generation crashed with mails containing invalid Content-Type:multipart header. - Log prefix ordering was different for some log lines. - quota: With noenforcing option current quota usage wasn't updated. - auth: Kerberos authentication against Samba assert-crashed. - stats clients were unnecessarily chatty with the stats server. - imapc: Fixed various assert-crashes when reconnecting to server. - lmtp, submission: Fix potential crash if client disconnects while handling a command. - quota: Fixed compiling with glibc-2.26 / support libtirpc. - fts-solr: Empty search values resulted in 400 Bad Request errors - fts-solr: default_ns parameter couldn't be used - submission server crashed if relay server returned over 7 lines in a reply (e.g. to EHLO)
2018-10-23x264-devel: updated to 20181022adam3-9/+9
20181022: Fix possible double transpose of custom CQM if --level is not set cli: Fix linking with --system-libx264 on x86 Fix CAVLC+RDO in 4:4:4 ppc: Optimize quant functions ppc: Add support for Power9-only vec_absd ppc: Optimize sub8x8_dct_dc ppc: AltiVec add16x16_idct_dc ppc: Optimize add8x8_idct_dc Add compatibility macros for vec_xxpermdi Prefer a monotonic clock source if available Add Sony XAVC, a flavour of AVC-Intra Cosmetics: Fix indentation for multiline function proto... Cosmetics: Use consistent "inline" attribute position x86: AVX-512 plane_copy and plane_copy_swap 4:0:0 (monochrome) encoding support Makefile improvements Improve SAVE/LOAD_MM_PERMUTATION macros x86inc: Optimize VEX instruction encoding x86inc: Fix VEX -> EVEX instruction conversion stable configure: Fix required version checks for lavf and... Fix float division by zero in weightp analysis Fix undefined behavior of left shift for CAVLC encoding Fix integer overflow in slicetype_path_cost cli: Fix preset help listing
2018-10-23Added databases/postgresql11adam1-1/+2
2018-10-23postgresql11: added version 11.0adam53-4/+5799
PostgreSQL 11 provides users with improvements to overall performance of the database system, with specific enhancements associated with very large databases and high computational workloads. Further, PostgreSQL 11 makes significant improvements to the table partitioning system, adds support for stored procedures capable of transaction management, improves query parallelism and adds parallelized data definition capabilities, and introduces just-in-time (JIT) compilation for accelerating the execution of expressions in queries.
2018-10-23Updated misc/py-stdnum, textproc/py-phonenumbersadam1-1/+3
2018-10-23py-phonenumbers: updated to 8.9.16adam2-7/+7
What's new in 8.9.12 Support Russian extension character "доб" as a valid one while parsing the numbers.
2018-10-23py-stdnum: updated to 1.10adam3-8/+26
changes from 1.9 to 1.10 * Add modules for the following number formats: - Bitcoin address - ISO 11649 (Structured Creditor Reference) - ID number (Mauritian national identifier) - Norwegian IBAN (International Bank Account Number) - Konto nr. (Norwegian bank account number) * Fix a bug in handling of Mexican tax numbers * Improve Spanish CIF and NIF validation * Update Dominican Republic NCF numbers online check * Improve Unicode conversion for bytestrings * Improvements to some corner cases in IBAN validation * Documentation improvements * Add stdnum.ru.vat as an alias for stdnum.ru.inn
2018-10-23salt: Work around a check-wrkref failure.jperkin1-1/+4
2018-10-23ansible2: Fix check-wrkref for file containing paths to package managers.jperkin1-1/+4
2018-10-23isc-dhcp4: Fix build on SunOS with newer GCC.jperkin1-2/+5
2018-10-23mpv: Do not force files with multiple audio channels to stereoleot2-11/+10
With the previous version all files with >2 audio channels and an audio device that supported them actually fall back inconditionally to stereo channel. (Hopefully now the logic to gracefully handle audio channels should work, sorry again for the noise!)
2018-10-23mpv: Fix patch-audio_out_ao_oss.c `reqchannels > 2' caseleot2-6/+7
(The previous version actually introduced a regression in `reqchannels > 2' code path, sorry!)
2018-10-23ruby-ferret: Fix build on SunOS C99.jperkin1-1/+7
2018-10-23mozilla: Don't --enable-pie on SunOS.jperkin4-4/+14
2018-10-23blackbox70: Various fixes, now builds on SunOS.jperkin4-26/+34
2018-10-23mpv: Rework logic of patch-audio_out_ao__oss.c to avoid (mostly) duplicated codeleot2-23/+22
2018-10-23arm-none-eabi-gcc: Requires GNU sed for -r.jperkin1-4/+2
2018-10-23hunspell and mousepad updatesbsiegert1-1/+3
2018-10-23Update hunspell to 1.6.2.bsiegert10-109/+75
1.6.2 Library changes: no. Same as 1.6.1. Command line tool: - Added German translation - Fixed bug with wrong output encoding, not respecting system locale. 1.6.1 Library changes: - Performance improvements in suggest() - Fixes regressions for Hungarian related to compounding. - Fixes regressions for Korean related to ICONV. Command line tool: - Added Tajik translation - Fix regarding serching of OOo dicts installed in user folder Manpages: - Fix microsoft-cp1251 to cp1251. Dicts should not use the first. - Typos. 1.6.0 Changes in the library: - Performance improvement in ngsuggest(), suggestions should be faster. - Revert MAXWORDLEN to 100 as in 1.3.3 for performance reasons. - MAXWORDLEN can be set during build time with -D defines. - Fix crash when word with 102 consecutive X is spelled. Changes in the command line tool: - -D shows all loaded dictionares insted of only the first. - -D properly lists all available dictionaries on Windows. 1.5.4 Fixes bug related to the Hungarian dictionary and the command COMPOUNDSYLLABLE 1.5.3 Remove a unneded #include header in the public hunspell.hxx 1.5.2 Fixes backward compatibility with 1.4 at API level. Now it should be complete. 1.5.1 - Lot of stability fixes - Fixed compilation errors on various systems (Windows, FreeBSD) - Small performance improvement compared to 1.4.0 - Added new API with C++ types (string, vector), yet full API backward compatibility with 1.4 is kept 1.4.1 Past begin() iterator decrement error VS Debug build threw error on decrement past begin. 1.4.0 New release that strips out fixed length buffers from large parts of the library Note: dictmgr.hxx header is dropped
2018-10-23libmp4v2: Fix build on SunOS.jperkin2-1/+18
2018-10-23Updated devel/py-zconfigadam1-1/+2
2018-10-23Add aarch64 support.jmcneill6-11/+73
2018-10-23py-rsa: Ensure previous fix works with python2.jperkin2-4/+6
2018-10-23Update mousepad to 0.4.1.bsiegert3-9/+14
This is a maintenance release feature only bug fixes (long awaited). - Fix crash when dragging tab to root window (Bug #13336) - Fix the signal definition of user-set-language (Bug #13630) - Prevent a weird cycle in GSettings use (Bug #12134) - Properly fixed later by Alistair Buxton - Fix some warnings about using NULL (Bug #11663) - Limit prefs dialog tab width to range allowed by schema (Bug #12055) - Don't show hidden GSV languages (Bug #12043) - Encode filenames passed to DBus as UTF-8 - Translation updates: Albanian, Arabic, Asturian, Basque, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokm?l, Norwegian Nynorsk, Occitan, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2018-10-23py-zconfig: updated to 3.3.0adam4-19/+19
3.3.0: - Drop support for Python 3.3. - Add support for Python 3.7. - Drop support for 'python setup.py test'. - Add support for example in section and multisection, and include those examples in generated documentation. - Fix configuration loaders to decode byte data using UTF-8 instead of the default encoding (usually ASCII).
2018-10-23Added devel/py-ZopeTestrunner, devel/py-zope.exceptionsadam1-1/+3
2018-10-23py-zope.exceptions: added version 4.3adam5-1/+61
This package contains exception exceptions and implementations which are so general purpose that they don't belong in Zope application-specific packages.
2018-10-23py-ZopeTestrunner: added version 4.9adam4-0/+450
This package provides a flexible test runner with layer support.
2018-10-23doc: Updated lang/py37-html-docs to 3.7.1leot1-1/+2
2018-10-23py37-html-docs: Update lang/py37-html-docs to 3.7.1leot3-11/+20
Changes: 3.7.1 ----- Documentation ============= - bpo-32174: chm document displays non-ASCII charaters properly on some MBCS Windows systems. - bpo-34790: Document how passing coroutines to asyncio.wait() can be confusing. - bpo-28617: Fixed info in the stdtypes docs concerning the types that support membership tests. - bpo-34065: Fix wrongly written basicConfig documentation markup syntax - bpo-33460: replaced ellipsis with correct error codes in tutorial chapter 3. - bpo-33847: Add `@' operator entry to index. - bpo-25041: Document AF_PACKET in the socket module.
2018-10-23py-semantic_version: small fixes to Makefileadam1-2/+4
2018-10-23doc: Updated lang/py36-html-docs to 3.6.7leot1-1/+2
2018-10-23py36-html-docs: Update lang/py36-html-docs to 3.6.7leot2-7/+7
Changes: 3.6.7 ----- Documentation ============= - bpo-32174: chm document displays non-ASCII charaters properly on some MBCS Windows systems. - bpo-28617: Fixed info in the stdtypes docs concerning the types that support membership tests. - bpo-34065: Fix wrongly written basicConfig documentation markup syntax - bpo-33847: Add `@' operator entry to index. - bpo-25041: Document AF_PACKET in the socket module.
2018-10-23Updated devel/py-pluggy, databases/py-ldapadam1-1/+3
2018-10-23py-pluggy: updated to 0.8.0adam3-8/+9
pluggy 0.8.0: Features - Add get_hookimpls() method to hook callers. Trivial/Internal Changes - Add changelog in long package description and documentation. - Add a test exemplifying the opt-in nature of spec defined args. - Encapsulate hook specifications in a type for easier introspection.
2018-10-23py-ldap: updated to 3.1.0adam5-69/+42
Released 3.1.0: This release brings two minor API changes: - Long-deprecated functions ldap.open() and ldap.init() are removed - LDAPObject.compare_s() and compare_ext_s return bool instead of 0 or 1 All changes since 3.0.0: Lib/ * Remove long deprecated functions ldap.open() and ldap.init() * LDAPObject.compare_s() and LDAPObject.compare_ext_s() now return a bool instead of 1 or 0. * Make iteration over cidict yield same values as keys() * Fail if pyasn1 is not installed * Fix parsing of PPolicyControl ASN.1 structure * Use items() when appropriate in dict iteration * Add support for tracing LDAP calls. Tracing can now be enabled with the env var PYTHON_LDAP_TRACE_LEVEL and redirected to a file with PYTHON_LDAP_TRACE_FILE. (This is mainly intended for debugging and internal testing; the configuration or output may change in future versions.) Modules/ * Fix ref counting bug in LDAPmessage_to_python Doc/ * Remove warning about unreleased version * Doc: Replace Mac OS X -> macOS Tests/ * Add tests and coverage for tracing * Disable warnings-as-errors for Python 3.4 * Fix assertTrue to assertEqual * Mark several test values as bytes Lib/slapdtest/ * Fix error message for missing commands * Make SlapdObject a context manager * Disable SASL external when missing SASL support * Make SlapdObject.root_dn a property * In SlapdObject, build include directives dynamically * Move import statements to top level Code style: * Add Makefile rules for automatic formatting of C and Python code * Reformat and indent all C files * Trim white space throughout the project Infrastructure: * Add py3-trace tox environment to Travis CI config * Add new Pytest cache directory to gitignore General: * Update all pypi.python.org URLs to pypi.org Released 3.0.0: Notable changes since 2.4.45 (please see detailed logs below): * Python 3 support and bytes_mode see: https://python-ldap.readthedocs.io/en/latest/bytes_mode.html * The module ldap.async is renamed to ldap.asyncsearch * New dependencies: pyasn1, pyasn1_modules * Dropped support for Python 2.6 and 3.3
2018-10-23Updated textproc/py-xlsxwriter, devel/py-xdisadam1-1/+3
2018-10-23py-xdis: updated to 3.8.8adam2-7/+7
3.8.8: * Add for 3.6.7 and 3.7.1 magic. * pytest/test_std.py: Dropped a test * pytest/test_std.py, xdis/op_imports.py, xdis/std.py: make_std_api accepts floating-point version number
2018-10-23py-xlsxwriter: updated to 1.1.2adam2-7/+7
1.1.2: * Fix for issue where in_memory files weren't compressed. * Fix write() so that it handles array formulas as documented. * Fix for issue with special characters in worksheet table functions. * Added warnings for input issues in :func:write_rich_string() such as blank strings, double formats or insufficient parameters.
2018-10-23Updated www/py-djangorestframework, www/py-autobahnadam1-1/+3
2018-10-23py-autobahn: updated to 18.10.1adam2-7/+7
18.10.1 Don't eat Component.stop() request when crossbar not connected handle async on_progress callbacks properly fix attribute error when ConnectionResetError does not contain "reason" attribute infer rawsocket host, port from URL fix error on connection lost if no reason (reason = None) fixed typo on class name
2018-10-23py-djangorestframework: updated to 3.9.0adam3-12/+18
3.9.0: Improvements to ViewSet extra actions Fix action support for ViewSet suffixes Allow action docs sections Deprecate the Router.register base_name argument in favor of basename. Deprecate the Router.get_default_base_name method in favor of Router.get_default_basename. Change CharField to disallow null bytes. To revert to the old behavior, subclass CharField and remove ProhibitNullCharactersValidator from the validators. python class NullableCharField(serializers.CharField): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self.validators = [v for v in self.validators if not isinstance(v, ProhibitNullCharactersValidator)] Add OpenAPIRenderer and generate_schema management command. Add OpenAPIRenderer by default, and add schema docs. Allow permissions to be composed Allow nullable BooleanField in Django 2.1 Add testing of Python 3.7 support Test using Django 2.1 final release. Added djangorestframework-datatables to third-party packages Change ISO 8601 date format to exclude year/month Update all pypi.python.org URLs to pypi.org Ensure that html forms (multipart form data) respect optional fields Allow hashing of ErrorDetail. Correct schema parsing for JSONField Render descriptions (from help_text) using safe Removed input value from deault_error_message Added min_value/max_value support in DurationField Fixed instance being overwritten in pk-only optimization try/except block Fixed AttributeError from items filter when value is None Fixed Javascript e.indexOf is not a function error Fix schemas for extra actions Improved get_error_detail to use error_dict/error_list Imprvied URLs in Admin renderer Add "Community" section to docs, minor cleanup Moved guardian imports out of compat Deprecate the DjangoObjectPermissionsFilter class, moved to the djangorestframework-guardian package. Drop Django 1.10 support Only catch TypeError/ValueError for object lookups Handle models without .objects manager in ModelSerializer. Improve ModelSerializer.create() error message. Fix CSRF cookie check failure when using session auth with django 1.11.6+ Updated JWT docs. Fix autoescape not getting passed to urlize_quoted_links filter
2018-10-23Updated net/py-gevent, devel/py-wheeladam1-1/+3
2018-10-23py-wheel: updated to 0.32.2adam2-7/+7
0.32.2: Bumped up the version number
2018-10-23doc: Updated x11/gtk3 to 3.24.1leot1-1/+2
2018-10-23gtk3: Update x11/gtk to 3.24.1leot4-18/+25
Changes: Overview of Changes in GTK+ 3.24.1 ================================== * Adwaita: - Improvements to headerbar styling * Wayland: - Fix handling of preedit text * Windows: - Implement smooth scrolling * Fix critical warnings on shutdown * Translation updates: - Czech - Friulian - Russian - Spanish Overview of Changes in GTK+ 3.24.0 ================================== * GtkApplication can now track screensaver state * Translation updates: - Brazilian Portuguese - Croatian - Czech - Danish - French - Galician - German - Greek - Hungarian - Indonesian - Italian - Latvian - Lithuanian - Polish - Swedish - Turkish Overview of Changes in GTK+ 3.23.3 ================================== * Deprecate a few APIs that are gone in GTK+ 4: - focus chains in GtkContainer - stepper sensitivity in GtkRange * Allow picking colors under kwin * Bug fixes: #404 window: Fallback to CSD titlebar in focus-chain #770 scrolledwindow: Fix horizontal decleration #1263 win32: Implement smooth scrolling #134 #432 #574 #579 #878 tooltip: Position using move-to-rect #844 wayland: avoid idempotent wl_subsurface_set_position #2393 Fix a typo #125 combobox: Fix a critical warning !290 fontchooser: Add missing build flags !172 filechooser: Don't show private recent items * Translation updates: - Brazilian Portuguese - British English - Catalan - Chinese (Taiwan) - French - German - Indonesian - Italian - Kazakh - Korean - Lithuanian - Polish - Turkish Overview of Changes in GTK+ 3.23.2 ================================== * Emoji chooser improvements - Try harder to avoid fallback rendering - Avoid hex boxes - Use icons for sections * Color chooser improvements - Allow picking colors from the screen again. The current implementation can use either the screnshot portal or a recent gnome-shell API * GtkPlacesSidebar now shows a spinner during mount operations * Wayland - Support both gtk-text-input and text-input-unstable-v3 as input protocol * Bug fixes: #628 TextView: spaces acting as non-breaking whitespace... !248 win32: Correct handling of transient state changes !272 Replace gtk_text_input with text_input_unstable_v3 support * Translation updates: - German - Lithuanian - Polish - Spanish - Turkish Overview of Changes in GTK+ 3.23.1 ================================== * Backported event controllers from GTK+ 4: - GtkEventControllerScroll - GtkEventControllerMotion - GtkEventControllerKey - GtkGestureStylus * Support markup in GtkModelButtons * Themes - The Raleigh theme has been removed - Expander size in HighContrast has been increased * Wayland - Update cursor scale when needed - Decoration negotiation protocol fixes * Windows - Add an EGL renderer based on ANGLE * Translation updates: - Brazilian Portuguese - German - Hungarian Overview of Changes in GTK+ 3.23.0 ================================== * Dependency bumps: - Require libepoxy 1.4 - Require pango 1.41 * New font chooser features: - Allow setting OpenType font features - Show examples for OpenType font features - Allow selecting OpenType font variations - Support levels of details for selection * New Emoji features: - Support a completion popup for Emoji - Drop Ctrl-Shift-e shortcut * Other new apis: - gdk_window_move_to_rect * Wayland: - Use anonymous shared memory on FreeBSD * Bugs fixed: #85 widgetDragDestFindTarget introspection data does not show nullable... #154 Documentation: Lifecycle of Editables inside GtkCellRenderers is no... #193 Document that GtkUIManager is deprecated by GtkBuilder #199 MenuButton not notified when its Popover is destroyed, still access... #292 GtkRanges should send ::change-value even if not realized #450 Menu navigation triangle doesn't work anymore #792 Focus events are not always matched #898 emoji-chooser: search for flags doesn't work #997 gdk: Make gdk_window_move_to_rect public #1053 Scroll cursor gets left behind if a child widget steals the scroll #1059 -Wparentheses warnings in GTK+ headers when compiling C++ code with... #1065 GtkScrollbar horizontal mouse wheel scroll direction is wrong #1069 Thread 1 "glade" received signal SIGFPE, Arithmetic exception. #1088 CssGadget: Round px values up for min-width|height #1115 gtk icon theme searches system dirs before user dirs #1134 x11: Always set None pixmap for no background #1160 a11y/entry: Fix copy-pasteo re 2ndary icon tooltip #1165 InfoBar: Fix wrong type in copy-pasted param doc #1166 EmojiCompletion: Use Box:spacing instead of CSS !125 HC: Avoid same BG/FG colors in flat treeview entry !157 wayland: Implement 'gtk-fontconfig-timestamp' & 'gtk-modules' !181 W32: Don't forget to check VK_MENU and set MK_ALT !206 searchenginetracker: Don't leak the hits' GFiles 407242 GtkScale: Up/Down keys decrease/increase value, which is opposite... 686109 gtk_print_context_get_hard_margins should return page size specif... 765327 GtkPlug scaled to half the expected size on HiDPI screens 772817 File Chooser: Path arrow button frames are reversed and detached ... 773299 gtk/language-names.c: Fix build on non-GCC/CLang 775279 early calls to libepoxy cause all gtk3 programs to abort when the... 786524 ocument GTK_OVERLAY_SCROLLING environment variable 787867 OSX macports pango text size appears to vary between version 1.40... 789215 GtkScrolledWindow and GtkIconView atk objects can cause a segfaul... 791542 GDK 3 Selections documentation makes references to X 791802 Fix direction value moves on scroll/keypress over RTL/inverted ra... * Translation updates: Catalan Finnish Polish Russian Spanish
2018-10-23doc: Updated net/libsoup to 2.64.2leot2-3/+3
2018-10-23libsoup: Update net/libsoup to 2.64.2leot3-14/+37
pkgsrc changes: - Add a dependency to www/libpsl - Add a patch to adjust running of the tests (otherwise because `APACHE_HTTPD' is defined to `no' a `no' program will be executed but will fail because no `no' program is usually available) Changes: Changes in libsoup from 2.64.1 to 2.64.2: * TLD tests updated (Claudio Saavedra) * Updated translations: Serbian Changes in libsoup from 2.63.92 to 2.64.1: * Many fixes to the meson build system (which, by the way, is NOT official yet) (#13, Tomas Popela) * Updated translations: Belarusian. Changes in libsoup from 2.63.92 to 2.64.0: * Many fixes to the meson build system [#7, #8, #9, #11, Tomas Popela] * Updated translations: Brazilian Portuguese, Galician, Hungarian, Latvian, Danish. Changes in libsoup from 2.63.91 to 2.63.92: * Make sure that XMLRPC tests build in Debian too [Claudio Saavedra] * Distribute missing meson files [Claudio Saavedra] * Some fixes to the meson build files [Claudio Saavedra] * Updated Korean and Swedish translations Changes in libsoup from 2.63.90 to 2.63.91: * Simplify soup_hosts_matches_host() [Claudio Saavedra] * Add new tests for trailing dots in domain names [Claudio Saavedra] * Updated Turkish translation Changes in libsoup from 2.63.2 to 2.63.90: * Set default cookie path for NULL origins [#1, Adrian Perez de Castro] * Fixes to GObject-introspection [bgo#794787, Corentin Noël] * Use atomic-refcounting in classes that are not using GObject-refcounting [bgo#785110, Edward Hervey] * Many Coverity-found code fixes [bgo#781771, Milan Crha] * Bail out on cookie-jar calls with empty hostnames [#3, Michael Catanzaro] * Fixes to the simple-httpd example [#2, Mooffie] * Updated translations: Chinese (Taiwan), Catalan Note: from now onwards bgo# references bugs in GNOME Bugzilla and # issues in GNOME gitlab. Changes in libsoup from 2.63.1 to 2.63.2: * Many fixes to the meson build system support [#795324, #782410, Tomas Popela, Jan Alexander Steffens] * Fixes to xmlrpc-server test with PHP >= 7.2 and related [#795111, #782410 Jan Alexander Steffens] * Fix critical warning in SoupSocket [Carlos Garcia Campos] * Updated translations: Romanian, Friulian, Slovenian, Czech, Spanish, Indonesian, Chinese (China).
2018-10-23libpsl: Include icu bl3 in buildlink3 and add support for testsleot2-3/+5
- buildlink3 inclusion of textproc/icu was commented out in www/libpsl/buildlink3.mk but at least building (latest and still not committed) net/libsoup needs it, uncomment it. - Add support for tests
2018-10-23py-gevent: updated to 1.3.7adam2-8/+8
1.3.7: - Formatting run info no longer includes gevent.local.local objects that have no value in the greenlet. - Fixed negative length in pywsgi's Input read functions for non chunked body. - Upgrade libuv from 1.22.0 to 1.23.2. - Fix opening files in text mode in CPython 2 on Windows by patching libuv.