Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (10m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 20:29:18 UTC Now

2017-11-30 22:19:48 UTC MAIN commitmail json YAML

doc: Updated sysutils/rsyslog to 8.31.0

(fhajny)

2017-11-30 22:19:36 UTC MAIN commitmail json YAML

Update sysutils/rsyslog* to 8.31.0

- remove systemd embedded code, use libsystemd instead
- mmanon: add support for IPv6 adresses with embedded IPv4 address
- ommongodb: big refactoring, more or less a feature-enhanced rewrite
- rainerscript: add parse_time() function
- omelasticsearch: add pipeline support
- lmsig_ksi_ls12: support asynchronous mode of libksi
- omprog: added error handling and transaction support for external
  plugins
- imzmq3/omzmq3: marked as deprecated, modules will be remove in v8.41
- imzmq3/omzmq3: fixed build issues with gcc-7
- core: emit error message on abnormal input thread termination
- core: refactored locking for json variable access
- core: refactored creation of UDP sockets
- core/dnscache: refactor locking
- rainerscript: use crypto-grade random number generator for random()
  function
- imkafka: improve error reporting and cleanup refactoring
- imkafka bugfix: segfault if "broker" parameter is not specified
- omkafka: improve error reporting
- omkafka: slight speedup do to refactoring of LIST class
- TCP syslog: support SNI when connecting as a client
- msg variable bugfix: potential segfault on variable access
- ratelimiting bugfix: data race in Linux-like ratelimiter
- core/template bugfix: potential NULL pointer access at config load
- core/json var subsystem bugfix: segfault in MsgSetPropsViaJSON
- core/wrkr threads bugfix: race condition
- core/wtp: potential hang during shutdown
- omfwd bugfix: generate error message on connection failure
- imtcp bugfix: "streamdriver.mode" parameter could not be set to 0
- imjournal bugfix: module was defunctional
- imjournal: refactor error handling, fix error messages
-mmdblookup bugfix: fix potential segfault due to threading issues
- omkafka bugfixes
- kafka bugfix: problem on invalid kafka configuration values
- [io]mgssapi: fix build problems (regression from 8.30.0)
- [io]czmq: fix build problems on some platforms (namely gcc 7, clang
  5)
- tcpsrv bugfix: potential hang during shutdown
- queue bugfix: potential hang during shutdown
- queue bugfix: NULL pointer dereference during config processing
- imczmq bugfix: segfault
- imfile: some small performance enhancements
- omfile: hande file open error via SUSPEND mode
- omfile bugfix: race during directory creation can lead to loop
- imudp: improve error reporting
- omrelp bugfix: incorrect error handling
- [io]mrelp bugfix: segfault on startup if configured cert not
  readable
- mmanon fix: make build under gcc 7
- mmpstrucdata bugfix: formatting error of ']' char
- mmexternalb bugfix: memory leak
- core/stats bugfix: memory leak if sender stats or tracking are
  enabled
- core bugfix: potential segfault during startup
- core bugfix: potential race in variable handling
- core bugfix: potential segfault when shutting down rsyslog
- core/action bugfix: potential misadressing when processing hard
  errors
- template object bugfix: NULL pointer access on invalid parameters
- omjournal bugfix: NULL pointer access on invalid parameters
- omelasticsearch bugfix: configured credentials not used during
  health check
- omelasticsearch bugfix: abort on unavailable ES server
- omelasticsearch: fix memory leak and potential misadressing
- omelasticsearch bugfix: output from libcurl to stdout
- iczmq bugfix: potential memory leak
- imptcp bugfix: potential misadressing
- imptcp: potential buffer overflow
- core/nsd_gtls: fix potential unitialized data access
- stats bugfix: potential program hang
- omfwd bugfix: memory leak if network namespaces are used
- core: potential misadressing when accessing JSON properties
- gcry crypto provider bugfixes: potential misadressing and memory
  leak
- core/file stream object bugfix: memory leak
- imdiag bugfix: double mutex unlock when working with stats
- fixed several minor and cosmetic issues found by Coverty scan
- build: make compile warning-free under gcc 7

(fhajny)

2017-11-30 20:52:56 UTC MAIN commitmail json YAML

doc: Updated lang/php72 to 7.2.0

(jdolecek)

2017-11-30 20:45:47 UTC MAIN commitmail json YAML

Updated php72 from RC6 to final 7.2.0

Changes versus 7.1.x as listed in release announcement:
* Convert numeric keys in object/array casts
* Counting of non-countable objects
* Object typehint
* HashContext as Object
* Argon2 in password hash
* Improve TLS constants to sane values
* Mcrypt extension removed
* New sodium extension

(jdolecek)

2017-11-30 17:54:18 UTC MAIN commitmail json YAML

icu: bump minimum requirement for library major bump

(maya)

2017-11-30 17:50:30 UTC MAIN commitmail json YAML

2017-11-30 16:45:43 UTC MAIN commitmail json YAML

2017-11-30 16:04:13 UTC MAIN commitmail json YAML

Updated devel/cmake, textproc/icu

(adam)

2017-11-30 16:03:18 UTC MAIN commitmail json YAML

icu: updated to 60.1

Changes 60.1:
* Unicode 10.0: 8,518 new characters, including four new scripts, 7,494 new Han characters, and 56 new emoji characters.
  - Properties newly supported in ICU: Emoji_Component, Regional_Indicator, Prepended_Concatenation_Mark
* CLDR 32:
  - Data for several (mostly Asian) new languages, date formatting patterns using colloquial day period formats ("h:mm B" → “1:30 in the afternoon”), and many other data improvements.
  - See the CLDR download page for other CLDR features and migration issues in CLDR 32.
* NumberFormatter, a new number formatting API: A long-overdue refresh of number formatting in ICU with a focus on usability, robustness, and performance.  The 30+ settings in DecimalFormat are reduced to 8 in NumberFormatter; all NumberFormatter objects are thread-safe and immutable; and the code is efficient in both the client-side (constant locale) and server-side (variable locale) use cases.
  - New users are encouraged to use the new API for number formatting.  However, preexisting code can continue using the old API, which has been partially made into a wrapper over the new API.
  - Documentation: in Java, see com.ibm.icu.number.NumberFormatter, and in C++, see i18n/unicode/numberformatter.h.
* New options for titlecasing:
  - Sentence titlecasing and whole-string titlecasing without custom BreakIterator instances.
  - The default index adjustment has been changed from "find first cased character" to "find first letter, number, or symbol"; a new option is available for selecting the previous adjustment behavior.
* Smaller data files for BreakIterator.
  - Reverse rules no longer used: Easier updates, easier to conform to Unicode Standard.
  - Old source rule files continue to work, reverse rules are ignored.
  - Rule-based data files: 1.2MB→0.8MB.

ICU4C Specific Changes
* New API for direct-UTF-8 normalization.
  - It also optionally records changes, for source-to-result index mapping and tracking of text metadata.
* More convenient case mapping API (StringPiece→ByteSink).
* ICU now handles ill-formed UTF-8 byte sequences as specified in the W3C Encoding Standard.

(adam)

2017-11-30 15:55:35 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/modular-xorg-drivers to 1.19.0nb4

(wiz)

2017-11-30 15:55:26 UTC MAIN commitmail json YAML

modular-xorg-driver: add xf86-video-vboxvideo

Bump PKGREVISION.

(wiz)

2017-11-30 15:54:25 UTC MAIN commitmail json YAML

xf86-video-vboxvideo: clean up Makefile

(wiz)

2017-11-30 15:53:59 UTC MAIN commitmail json YAML

doc: Added x11/xf86-video-vboxvideo version 1.0.0

(wiz)

2017-11-30 15:53:48 UTC MAIN commitmail json YAML

x11/Makefile: + xf86-video-vboxvideo

(wiz)

2017-11-30 15:53:19 UTC MAIN commitmail json YAML

x11/xf86-video-vboxvideo: import xf86-video-vboxvideo-1.0.0

This is the VirtualBox video driver for X.org.

(wiz)

2017-11-30 15:51:20 UTC MAIN commitmail json YAML

2017-11-30 15:41:17 UTC MAIN commitmail json YAML

cmake: updated to 3.10.0

CMake 3.10 are:

The flang Fortran compiler is now supported, with compiler id
“Flang”.

Support for the MSVC ARM64 architecture was added. Visual Studio
2017 Update 4 and above offer an ARM64 toolchain.

The “include_guard()” command was introduced to allow guarding
CMake scripts from being included more than once. The command
supports “DIRECTORY” and “GLOBAL” options to adjust the
corresponding include guard scope. If no options given, include
guard is similar to basic variable-based check.

“FindMPI” received a major overhaul. It now features language specific
components, better Fortran support, and support for statically linked
MPI implementations.

A “FindOpenACC” module was added to detect compiler support for
OpenACC. Currently only supports PGI, GNU and Cray compilers.
The “FindOpenGL” module underwent numerous improvements. It has gained
support for GLVND and EGL on Linux. It now has import targets that
separate the OpenGL library and OpenGL contexts.

The “GoogleTest” module gained a new command
“gtest_discover_tests()” implementing dynamic (build-time) test
discovery.

When using “AUTOMOC” or “AUTOUIC”, source files that are
“GENERATED” will be processed as well. They were ignored by
“AUTOMOC” and “AUTOUIC” in earlier releases. See policy “CMP0071”.

A “CTEST_LABELS_FOR_SUBPROJECTS” CTest module variable and CTest
script variable were added to specify a list of labels that should
be treated as subprojects by CDash. To use this value in both the
CTest module and the ctest command line Dashboard Client mode (e.g.
“ctest -S”) set it in the “CTestConfig.cmake” config file.
CPack gained a “FREEBSD” generator for FreeBSD “pkg(8)”,
configured by the “CPackFreeBSD” module.

The CPack “DEB” generator, configured by the “CPackDeb” module,
was enabled on Windows. While not fully featured (due to the lack
of external UNIX tools) this will allow building basic cross-
platform Debian packages.

The “cmake(1)” “-E” mode gained support for “sha1sum”,
“sha224sum”, “sha256sum”, “sha384sum”, and “sha512sum”.

The “file(GENERATE)” command now interprets relative paths given
to its “OUTPUT” and “INPUT” arguments with respect to the caller’s
current binary and source directories, respectively. See policy
“CMP0070”.

(adam)

2017-11-30 15:36:32 UTC MAIN commitmail json YAML

lgogdownloader: remove unused patch

(wiz)

2017-11-30 15:36:08 UTC MAIN commitmail json YAML

librsvg: remove unused patch

(wiz)

2017-11-30 15:16:25 UTC MAIN commitmail json YAML

pico: pass LDFLAGS to linker.

Fixes RELRO build.

(wiz)

2017-11-30 15:13:20 UTC MAIN commitmail json YAML

2017-11-30 14:41:30 UTC MAIN commitmail json YAML

2017-11-30 11:17:12 UTC MAIN commitmail json YAML

Updated net/py-botocore, net/py-s3transfer, net/py-awscli

(adam)

2017-11-30 11:16:02 UTC MAIN commitmail json YAML

py-awscli: updated to 1.14.1

1.14.1
api-change:ssm: Update ssm command to latest version
api-change:waf: Update waf command to latest version
api-change:lightsail: Update lightsail command to latest version
api-change:autoscaling: Update autoscaling command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:resource-groups: Update resource-groups command to latest version
api-change:waf-regional: Update waf-regional command to latest version

(adam)

2017-11-30 11:11:38 UTC MAIN commitmail json YAML

py-s3transfer: updated to 0.1.12

0.1.12
enhancement:max_bandwidth: Add ability to set maximum bandwidth consumption for streaming of S3 uploads and downloads

(adam)

2017-11-30 11:09:08 UTC MAIN commitmail json YAML

py-botocore: updated to 1.8.5

1.8.5
api-change:autoscaling: Update autoscaling client to latest version
api-change:waf: Update waf client to latest version
api-change:waf-regional: Update waf-regional client to latest version
api-change:resource-groups: Update resource-groups client to latest version
api-change:ssm: Update ssm client to latest version
api-change:lightsail: Update lightsail client to latest version
api-change:ec2: Update ec2 client to latest version

(adam)

2017-11-30 10:58:15 UTC MAIN commitmail json YAML

devel/st: make it not only build on Linux, but also install.

(gson)

2017-11-30 10:05:34 UTC MAIN commitmail json YAML

devel/st: add one more patch needed to build on Linux (Debian 9)

(gson)

2017-11-30 08:26:58 UTC MAIN commitmail json YAML

Updated security/py-cybox, devel/py-test-timeout, security/py-cryptography_vectors, security/py-cryptography

(adam)

2017-11-30 08:23:27 UTC MAIN commitmail json YAML

2017-11-30 08:18:32 UTC MAIN commitmail json YAML

py-test-timeout: updated to 1.2.1

1.2.1
Fix for pytest 3.3
Update supported python versions: - Add CPython 3.6. - Drop CPyhon 2.6 (as did pytest 3.3) - Drop CPyhon 3.3 - Drop CPyhon 3.4

(adam)

2017-11-30 08:16:19 UTC MAIN commitmail json YAML

py-cybox: updated to 2.1.0.16

Version 2.1.0.16
- Re-packaged 2.1.0.15 with newer setuptools to fix broken wheel.

Version 2.1.0.15
- Fully support PDFFile object.
- Add URI property to Artifact object.
- Support Object 'description' field.
- Add UnixUserAccount object.
- Fix error when PropertyTypes have 'delimiter' but no value.
- Allow setting 'condition' on Artifact object's RawArtifact propety.
- Support adding SSDEEP hashes.
- Don't include properties when adding Related Objects with inline=False.
- Handle 'event' property of Observables correctly.

(adam)

2017-11-30 08:08:56 UTC MAIN commitmail json YAML

Updated devel/py-setuptools, www/py-aiohttp, www/py-asgiref, security/py-gssapi

(adam)

2017-11-30 08:07:33 UTC MAIN commitmail json YAML

2017-11-30 08:01:48 UTC MAIN commitmail json YAML

py-asgiref: updated to 2.0.1

2.0.1:
* Bugfix release to have HTTP response content message as the correct
  "http.response.content" not the older "http.response.chunk".

2.0.0:
* Complete rewrite for new async-based ASGI mechanisms and removal of
  channel layers.

(adam)

2017-11-30 07:57:59 UTC MAIN commitmail json YAML

py-aiohttp: updated to 2.3.5

2.3.5:
Fix compatibility with pytest 3.3+

2.3.4:
Make request.app point to proper application instance when using nested applications (with middlewares).
Change base class of ClientConnectorSSLError to ClientSSLError from ClientConnectorError.
Return client connection back to free pool on error in connector.connect().

(adam)

2017-11-30 07:52:55 UTC MAIN commitmail json YAML

py-setuptools: updated to 38.2.3

v38.2.2
fix handling of namespace packages when installing from a wheel.

v38.2.1
fix encoding handling of metadata when installing from a wheel.

v38.2.0
easy_install now support installing from wheels: they will be installed as standalone unzipped eggs.

(adam)

2017-11-30 07:50:36 UTC MAIN commitmail json YAML

Updated multimedia/x265, devel/git

(adam)

2017-11-30 07:50:01 UTC MAIN commitmail json YAML

git: updated to 2.15.1

Git v2.15.1 Release Notes

Fixes since v2.15
-----------------

* TravisCI build updates.

* "auto" as a value for the columnar output configuration ought to
  judge "is the output consumed by humans?" with the same criteria as
  "auto" for coloured output configuration, i.e. either the standard
  output stream is going to tty, or a pager is in use.  We forgot the
  latter, which has been fixed.

* The experimental "color moved lines differently in diff output"
  feature was buggy around "ignore whitespace changes" edges, which
  has been corrected.

* Instead of using custom line comparison and hashing functions to
  implement "moved lines" coloring in the diff output, use the pair
  of these functions from lower-layer xdiff/ code.

* Some codepaths did not check for errors when asking what branch the
  HEAD points at, which have been fixed.

* "git commit", after making a commit, did not check for errors when
  asking on what branch it made the commit, which has been corrected.

* "git status --ignored -u" did not stop at a working tree of a
  separate project that is embedded in an ignored directory and
  listed files in that other project, instead of just showing the
  directory itself as ignored.

* A broken access to object databases in recent update to "git grep
  --recurse-submodules" has been fixed.

* A recent regression in "git rebase -i" that broke execution of git
  commands from subdirectories via "exec" instruction has been fixed.

* "git check-ref-format --branch @{-1}" bit a "BUG()" when run
  outside a repository for obvious reasons; clarify the documentation
  and make sure we do not even try to expand the at-mark magic in
  such a case, but still call the validation logic for branch names.

* Command line completion (in contrib/) update.

* Description of blame.{showroot,blankboundary,showemail,date}
  configuration variables have been added to "git config --help".

* After an error from lstat(), diff_populate_filespec() function
  sometimes still went ahead and used invalid data in struct stat,
  which has been fixed.

* UNC paths are also relevant in Cygwin builds and they are now
  tested just like Mingw builds.

* Correct start-up sequence so that a repository could be placed
  immediately under the root directory again (which was broken at
  around Git 2.13).

* The credential helper for libsecret (in contrib/) has been improved
  to allow possibly prompting the end user to unlock secrets that are
  currently locked (otherwise the secrets may not be loaded).

* Updates from GfW project.

* "git rebase -i" recently started misbehaving when a submodule that
  is configured with 'submodule.<name>.ignore' is dirty; this has
  been corrected.

* Some error messages did not quote filenames shown in it, which have
  been fixed.

* Building with NO_LIBPCRE1_JIT did not disable it, which has been fixed.

* We used to add an empty alternate object database to the system
  that does not help anything; it has been corrected.

* Error checking in "git imap-send" for empty response has been
  improved.

* An ancient bug in "git apply --ignore-space-change" codepath has
  been fixed.

* There was a recent semantic mismerge in the codepath to write out a
  section of a configuration section, which has been corrected.

(adam)

2017-11-30 07:39:33 UTC MAIN commitmail json YAML

Add missing .mo files to PLIST

Since the last update, translations have been added but the additional files
have not been included into PLIST. The build failed in such a case:
PKG_OPTIONS.sudo= +nls
PKG_DEVELOPER= yes

(triaxx)

2017-11-30 07:38:55 UTC MAIN commitmail json YAML

x265: updated to 2.6

Version 2.6
===========

New features
------------
1. x265 can now refine analysis from a previous HEVC encode (using options :option:`--refine-inter`, and :option:`--refine-intra`), or a previous AVC encode (using option :option:`--refine-mv-type`). The previous encode's information can be packaged using the *x265_analysis_data_t*  data field available in the *x265_picture* object.
2. Basic support for segmented (or chunked) encoding added with :option:`--vbv-end` that can specify the status of CPB at the end of a segment. String this together with :option:`--vbv-init` to encode a title as chunks while maintaining VBV compliance!
3. :option:`--force-flush` can be used to trigger a premature flush of the encoder. This option is beneficial when input is known to be bursty, and may be at a rate slower than the encoder.
4. Experimental feature :option:`--lowpass-dct` that uses truncated DCT for transformation.

Encoder enhancements
--------------------
1. Slice-parallel mode gets a significant boost in performance, particularly in low-latency mode.
2. x265 now officially supported on VS2017.
3. x265 now supports all depths from mono0 to mono16 for Y4M format.

API changes
-----------
1. Options that modified PPS dynamically (:option:`--opt-qp-pps` and :option:`--opt-ref-list-length-pps`) are now disabled by default to enable users to save bits by not sending headers. If these options are enabled, headers have to be repeated for every GOP.
2. Rate-control and analysis parameters can dynamically be reconfigured simultaneously via the *x265_encoder_reconfig* API.
3. New API functions to extract intermediate information such as slice-type, scenecut information, reference frames, etc. are now available. This information may be beneficial to integrating applications that are attempting to perform content-adaptive encoding. Refer to documentation on *x265_get_slicetype_poc_and_scenecut*, and *x265_get_ref_frame_list* for more details and suggested usage.
4. A new API to pass supplemental CTU information to x265 to influence analysis decisions has been added. Refer to documentation on *x265_encoder_ctu_info* for more details.

Bug fixes
---------
1. Bug fixes when :option:`--slices` is used with VBV settings.
2. Minor memory leak fixed for HDR10+ builds, and default x265 when pools option is specified.
3. HDR10+ bug fix to remove dependence on poc counter to select meta-data information.

(adam)

2017-11-30 07:37:59 UTC pkgsrc-2017Q3 commitmail json YAML

Add missing .mo files to PLIST

Since the last update, translations have been added but the additional files
have not been included into PLIST. The build failed in such a case:
PKG_OPTIONS.sudo= +nls
PKG_DEVELOPER= yes

(triaxx)

2017-11-29 22:55:15 UTC MAIN commitmail json YAML

Also append the CFLAGS for MKPIE for c++(1)

From spz@, thanks!

(khorben)

2017-11-29 18:29:35 UTC MAIN commitmail json YAML

devel/netcdf: Make this build on platforms without libdl

(minskim)

2017-11-29 16:52:44 UTC MAIN commitmail json YAML

2017-11-29 16:34:40 UTC MAIN commitmail json YAML

Clean up PLIST.

Since we install the one built file in the package Makefile, no need
to patch the dist install target.

(hauke)

2017-11-29 15:14:07 UTC MAIN commitmail json YAML

doc: Updated lang/micropython to 1.9.2

(hauke)

2017-11-29 15:13:32 UTC MAIN commitmail json YAML

2017-11-29 14:12:00 UTC MAIN commitmail json YAML

Added devel/py-jaraco.classes; Updated net/py-portend, www/py-cheroot, www/py-cherrypy

(adam)

2017-11-29 14:09:55 UTC MAIN commitmail json YAML

py-cherrypy: updated to 12.0.1

v12.0.1
* Fixed issues importing cherrypy.test.webtest (by creating
  a module and importing classes from cheroot) and added a
  corresponding DeprecationWarning.

(adam)

2017-11-29 14:09:10 UTC MAIN commitmail json YAML

doc: Updated sysutils/mc to 4.8.20

(wiz)

2017-11-29 14:09:00 UTC MAIN commitmail json YAML

mc: update to 4.8.20.

Version 4.8.20

- Core

  * Rename key bindings:
    * [main].PanelListingSwitch -> [panel].CycleListingFormat
    * [main].PanelListingChange -> [main].SetupListingFormat
  * Speed up of UTF-8 normalization for frequent cases (#3616)

- VFS

  * extfs helpers tester:
    * diff of failed tests is now included in output to ease bug reporting (#3784)

- Editor

  * Syntax:
    * ES2015 support (#3793)
    * TypeScript support (#3794)
    * Ada 95 updates (#3804)
    * Apache Hive QL support (#3828)
    * SQL & PHP keyword updates (MidnightCommander/mc#129)
    * Simplification of case insensitive file name patterns in /usr/share/mc/syntax/Syntax file (#3829)
    * Markdown (initial support) (#3864)
    * Protocol Buffers and gRPC support (#3868)
  * Add %c (cursor offset from BOF) support for user menu macros (#3867)

- Misc

  * Unify curses initialization for various curses implementations (#3697)
  * Highlight txz extension as archive like tgz, etc. (#3782)
  * Add new media extensions to `filehighlight.ini` (#3834)

- Fixes

  * Wrong --help message for mcview, mcedit and mcdiff (#3805)
  * Compression from menu broken due to bad quoting (#3840)
  * `--with-homedir` gives "yes" as config directory (#3836)
  * External panelize: opening a file with an absolute path fails (#2942)
  * Filter isn't cleared when entering empty string (#3813)
  * Panelization is not kept while switching panel listing mode (#3810)
  * Cannot tab out of a QuickView panel (#3815)
  * Cannot use the F10 key in a QuickView panel (#3816)
  * Wromg INPUT_COMPLETE_CD flag handling in the QuickDialog engine (#3870)
  * mcview: file interpreted as latin1 instead of utf8 (#3783)
  * mcview: incomplete read of filtering data (#3817)
  * mcview: search doesn't grow file as much as needed (#3819, #3855)
  * mcview: goto doesn't grow file as much as needed (#3826)
  * mcview: quick view panel: crash on slow startup while switching panel mode (#3846)
  * mcedit: fix broken encoding into UTF-8 for 8-bit displays (#3843)
  * mcedit: incorrect %f macro substitution in the user menu (#3861)
  * man pages: wrong paths of mc.hint and mc.hlp (#3806)
  * subshell: fix broken tcsh 6.20+ cd escaping (#3852)
  * VFS: incremental tar doesn't contain empty directories (#2297)
  * VFS: incremental tar: wrong directories owner for tar --numeric-owner -g (#3709)
  * VFS: timestamps not being preserved due to uninitialized struct stat st_[acm]tim.tv_nsec (#3821)
  * VFS: ftp: can't retrieve password from .netrc when user is in URL (#3869)
  * VFS: tests: locale issue causing helpers using 'sort' to fail (#3787)
  * VFS: tests: unportable 'echo' use causing one rpm helper test to fail (#3786)
  * Spelling errors in the manual page (#3839)

(wiz)

2017-11-29 14:07:50 UTC MAIN commitmail json YAML

py-cheroot: updated to 5.9.2

v5.9.2
- Re-release without spurious files in the distribution.

(adam)

2017-11-29 14:06:39 UTC MAIN commitmail json YAML

2017-11-29 14:05:55 UTC MAIN commitmail json YAML

doc: Updated www/libmicrohttpd to 0.9.57

(wiz)

2017-11-29 14:05:44 UTC MAIN commitmail json YAML

libmicrohttpd: update to 0.9.57.

Mon Nov 27 22:24:00 MSK 2017
Releasing GNU libmicrohttpd 0.9.57. -EG

Mon Nov 27 21:36:00 MSK 2017
Updated README. -EG

Mon Nov 27 18:37:00 MSK 2017
Corrected names in W32 DLL resources.
Reordered and clarified configure summary message.
Additional compiler warning mutes for builds with various configure
parameters.
Fixed tests on Cygwin.
Used larger SETSIZE for Cygwin (same value as for native W32).
Minor fixes for Cygwin.
Added configure parameter to force disable usage of sendfile().
Minor testsuite fixes.
Really fixed builds with optimisation for size. -EG

Sat Nov 25 18:37:00 MSK 2017
Fixed build with optimisation for size. -EG

Fri Nov 24 20:14:02 CET 2017
Releasing GNU libmicrohttpd 0.9.56. -CG

Thu Nov 23 17:40:00 MSK 2017
Added MHD_FEATURE_SENDFILE enum value and report. -EG

Thu Nov 23 08:56:00 MSK 2017
Fixed receiving large requests in TLS mode with epoll.
Improved GnuTLS and libgcrypt detection in configure, do not ignore
flags in GNUTLS_{CFLAGS,LIBS} variables.
Added special trick for Solaris/Openindiana to find GnuTLS-3 with
right bitness.
Added support for Solaris sendfile(3) function.
Fixed dataraces with thread ID on W32 and pthread. Now check for
correct thread in MHD_queue_response() works correctly.
Fixed and silenced compiler warnings in tests and examples.
Removed usage of TLS flags in examples where TLS is not required.
Added support for MultiSSL in https tests with libcurl >= 7.56.0.
Improved detection of OFF_T_MAX, SIZE_MAX. Added macros for
SSIZE_MAX in mhd_limits.h. There are some platforms that really
require those macros.
Added support for Darwin's sendfile() function.
Updated .gitignore files.
Reworked mhd_sys_extentions.m4 with better support of modern
platforms, more reliable detection of required macros, and
detection of disabling of system-specific features by
_XOPEN_SOURCE macro. -EG

Wed Nov  1 20:43:00 MSK 2017
Mixed and muted many compiler warnings. Now GCC's flags
-Wall -Wextra could be used for building.
Fixed compilation of examples without libmagic.
Better detection of libgnutls in configure.
Reworked launch of nested configure in "po" directory to
prevent useless reconfiguration.
Fixed some wrong asserts.
Enabled "test_options" test.
Use "test_start_stop" without libcurl.
Use chunks with sendfile() to prevent locking thread for
single connection with large file.
Added support for FreeBSD's sendfile with additional
optimisations for FreeBSD 11.
Refactoring and improvements for MHD_start_daemon_va() and
MHD_stop_daemon().
Fixed testing with GnuTLS >= 3.6.0. -EG

Mon Oct  9 22:38:07 CEST 2017
Add MHD_free() to allow proper free()-ing of username/password
data returned via MHD_digest_auth_get_username() or
MHD_basic_auth_get_username_password() on Windows. -CG

Tue Sep 26 14:00:58 CEST 2017
Fixing race involving setting "at_limit" flag. -CG

Tue Sep 08 21:39:00 MSK 2017
Fixed build of examples when MHD build with non-pthread lib.
MHD_queue_response(): added check for using in correct thread.
Fixed sending responses larger 16 KiB in TLS mode with epoll.
Improved doxy for MHD_get_timeout() and related functions.
Minor internal refactoring. -EG

Tue Jul 23 11:32:00 MSK 2017
Updated chunked_example.c to provide real illustration of usage of
chunked encoding. -EG

Thu Jul 13 21:41:00 MSK 2017
Restored SIGPIPE suppression in TLS mode.
Added new value MHD_FEATURE_AUTOSUPPRESS_SIGPIPE so application could
check whether SIGPIPE handling is required.
Used GNUTLS_NONBLOCK for TLS sessions. -EG

Tue Jun 20 23:52:00 MSK 2017
Libgcrypt is now optional and required only for old GnuTLS versions. -EG

Wed Jun 14 21:42:00 MSK 2017
Added support for debug assert() and new configure parameter
--enable-asserts for debug builds.
Removed non-functional Symbian support. -EG

Mon Jun 05 23:34:00 MSK 2017
More internal refactoring:
merged MHD_tls_connection_handle_read/write() with non-TLS version,
reduced and unified number of layers for network processing (before
refactoring MHD_tls_connection_handle_read->MHD_connection_handle_read->
do_read->recv_tls_adapter->GnuTLS->recv_param_adapter - 5 MHD layers;
after refactoring MHD_connection_handle_read->recv_tls_adapter->GnuTLS -
2 MHD layers),
simplified and removed dead code from
MHD_connection_handle_read/write() without functional change. -EG

Mon Jun 05 22:20:00 MSK 2017
Internal refactoring:
used TCP sockets directly with GnuTLS (performance improvement),
moved some connection-related code from daemon.c to
connection.c/connection_https.c,
removed hacks around sendfile() and implemented correct support of
sendfile(),
removed do_read() and do_write() to reduce number of layer around send()
and recv() and to improve readability and maintainability of code,
implemented separate tracking of TLS layer state, independent of HTTP
connection stage. -EG

Sun Jun 04 15:02:00 MSK 2017
Improved thread-safety of MHD_add_connection() and
internal_add_connection(), minor optimisations. -EG

(wiz)

2017-11-29 14:03:38 UTC MAIN commitmail json YAML

doc/TODO: update webkit-gtk entry.

(wiz)

2017-11-29 14:02:53 UTC MAIN commitmail json YAML

doc/TODO: add some

+ libmicrohttpd-0.9.57, mc-4.8.20, tor-browser-7.0.10.

(wiz)

2017-11-29 13:56:38 UTC MAIN commitmail json YAML

doc: Updated www/curl to 7.57.0

(wiz)

2017-11-29 13:56:28 UTC MAIN commitmail json YAML

curl: update to 7.57.0.

Curl and libcurl 7.57.0

o auth: add support for RFC7616 - HTTP Digest access authentication [12]
o share: add support for sharing the connection cache [31]
o HTTP: implement Brotli content encoding [28]

This release includes the following bugfixes:

o CVE-2017-8816: NTLM buffer overflow via integer overflow [47]
o CVE-2017-8817: FTP wildcard out of bounds read [48]
o CVE-2017-8818: SSL out of buffer access [49]
o curl_mime_filedata.3: fix typos [1]
o libtest: Add required test libraries for lib1552 and lib1553 [2]
o fix time diffs for systems using unsigned time_t [3]
o ftplistparser: memory leak fix: free temporary memory always [4]
o multi: allow table handle sizes to be overridden [5]
o wildcards: don't use with non-supported protocols [6]
o curl_fnmatch: return error on illegal wildcard pattern [7]
o transfer: Fix chunked-encoding upload too early exit [8]
o curl_setup: Improve detection of CURL_WINDOWS_APP [9]
o resolvers: only include anything if needed [10]
o setopt: fix CURLOPT_SSH_AUTH_TYPES option read
o appveyor: add a win32 build
o Curl_timeleft: change return type to timediff_t [11]
o cmake: Export libcurl and curl targets to use by other cmake projects [13]
o curl: in -F option arg, comma is a delimiter for files only [14]
o curl: improved ";type=" handling in -F option arguments
o timeval: use mach_absolute_time() on MacOS [15]
o curlx: the timeval functions are no longer provided as curlx_* [16]
o mkhelp.pl: do not generate comment with current date [17]
o memdebug: use send/recv signature for curl_dosend/curl_dorecv [18]
o cookie: avoid NULL dereference [19]
o url: fix CURLOPT_POSTFIELDSIZE arg value check to allow -1 [20]
o include: remove conncache.h inclusion from where its not needed
o CURLOPT_MAXREDIRS: allow -1 as a value [21]
o tests: Fixed torture tests on tests 556 and 650
o http2: Fixed OOM handling in upgrade request
o url: fix CURLOPT_DNS_CACHE_TIMEOUT arg value check to allow -1
o CURLOPT_INFILESIZE: accept -1 [22]
o curl: pass through [] in URLs instead of calling globbing error [23]
o curl: speed up handling of many URLs [24]
o ntlm: avoid malloc(0) for zero length passwords [25]
o url: remove faulty arg value check from CURLOPT_SSH_AUTH_TYPES [26]
o HTTP: support multiple Content-Encodings [27]
o travis: add a job with brotli enabled
o url: remove unncessary NULL-check
o fnmatch: remove dead code
o connect: store IPv6 connection status after valid connection [29]
o imap: deal with commands case insensitively [30]
o --interface: add support for Linux VRF [32]
o content_encoding: fix inflate_stream for no bytes available [33]
o cmake: Correctly include curl.rc in Windows builds [34]
o cmake: Add missing setmode check [35]
o connect.c: remove executable bit on file [36]
o SMB: fix uninitialized local variable
o zlib/brotli: only include header files in modules needing them [37]
o URL: return error on malformed URLs with junk after IPv6 bracket [38]
o openssl: fix too broad use of HAVE_OPAQUE_EVP_PKEY [39]
o macOS: Fix missing connectx function with Xcode version older than 9.0 [40]
o --resolve: allow IP address within [] brackets [41]
o examples/curlx: Fix code style [42]
o ntlm: remove unnecessary NULL-check to please scan-build [43]
o Curl_llist_remove: fix potential NULL pointer deref [43]
o mime: fix "Value stored to 'sz' is never read" scan-build error [43]
o openssl: fix "Value stored to 'rc' is never read" scan-build error [43]
o http2: fix "Value stored to 'hdbuf' is never read" scan-build error [43]
o http2: fix "Value stored to 'end' is never read" scan-build error [43]
o Curl_open: fix OOM return error correctly [43]
o url: reject ASCII control characters and space in host names [44]
o examples/rtsp: clear RANGE again after use [45]
o connect: improve the bind error message [46]
o make: fix "make distclean" [50]
o connect: add support for new TCP Fast Open API on Linux [51]
o metalink: fix memory-leak and NULL pointer dereference [52]
o URL: update "file:" URL handling [53]
o ssh: remove check for a NULL pointer [54]
o global_init: ignore CURL_GLOBAL_SSL's absense [55]

(wiz)

2017-11-29 13:54:01 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Syntax-Highlight-Engine-Kate to 0.13

(wiz)

2017-11-29 13:53:52 UTC MAIN commitmail json YAML

p5-Syntax-Highlight-Engine-Kate: update to 0.13.

0.13  2017-11-28 MANWAR
      - Applied the patch provided by the original author @HANJE.

(wiz)

2017-11-29 13:52:33 UTC MAIN commitmail json YAML

doc: Updated security/p5-CryptX to 0.055

(wiz)

2017-11-29 13:52:24 UTC MAIN commitmail json YAML

p5-CryptX: update to 0.055.

0.055  2017-11-28
        - new Crypt::Cipher::IDEA
        - new Crypt::Cipher::Serpent
        - new Crypt::Stream::Salsa20
        - new Crypt::Stream::Sosemanuk
        - added CCM object oriented interface: new-add-add-done
        - fix #39 accept CFLAGS and CPPFLAGS from the environment
        - fix #40 typos in POD
        - fix HMAC+SHA3 (now compliant with NIST test vectors)

(wiz)

2017-11-29 13:48:14 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test2-Suite to 0.000092

(wiz)

2017-11-29 13:48:04 UTC MAIN commitmail json YAML

p5-Test2-Suite: update to 0.000092.

0.000092  2017-11-28 10:17:37-08:00 America/Los_Angeles

    - No changes since last trial

0.000091  2017-11-27 14:17:00-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Remove experiments from last several trials

0.000090  2017-11-26 18:52:06-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix potential infinite hang in temp debugging

0.000089  2017-11-26 11:16:15-08:00 America/Los_Angeles (TRIAL RELEASE)

    - More debugging

0.000088  2017-11-26 10:18:46-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Add some debugging and an alternate IPC driver
    - Temporary, this will be reverted

0.000087  2017-11-24 12:28:27-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Merge in Test2::Workflow
    - Merge in Test2::AsyncSubtest
    - Merge in Test2::Manual

Test2-Suite 0.000086  2017-11-22 22:15:41-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Make an AUTHOR_TEST require 5.20

Test2-Suite 0.000085  2017-11-22 22:05:11-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Ensure that objects are not used in Boolean contexts, second
      attempt. (djerius)

(wiz)

2017-11-29 13:45:31 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Simple to 1.302118

(wiz)

2017-11-29 13:45:22 UTC MAIN commitmail json YAML

p5-Test-Simple: update to 1.302118.

1.302118  2017-11-28 10:14:12-08:00 America/Los_Angeles

    - No Changes since last trial

1.302117  2017-11-27 14:10:53-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix event Out of Order bug
    - Add driver_abort() hook for IPC Drivers

1.302116  2017-11-23 15:14:26-08:00 America/Los_Angeles (TRIAL RELEASE)

    - add better interface for ipc_wait

1.302115  2017-11-22 21:14:55-08:00 America/Los_Angeles (TRIAL RELEASE)

    - ipc_wait now reports exit and signal values

1.302114  2017-11-21 15:28:39-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Added pre-subtest hook to Test2::API (#801 from dakkar)

(wiz)

2017-11-29 13:44:02 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Params-ValidationCompiler to 0.26

(wiz)

2017-11-29 13:43:53 UTC MAIN commitmail json YAML

p5-Params-ValidationCompiler: update to 0.26.

0.26    2017-11-28

- The exceptions.t test would fail if Sub::Util was not installed. Reported by
  Paul Howarth. GH #19.

- Fix test failures on Windows. GH #20.

(wiz)

2017-11-29 13:43:12 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Mouse to 2.5.0

(wiz)

2017-11-29 13:43:03 UTC MAIN commitmail json YAML

p5-Mouse: update to 2.5.0.

v2.5.0 2017-11-26T18:38:18Z
    - Fix build under perl 5.8 (wyoung #63, autarch #76, #79)
    - Use version->declare() to declare $VERSION (neilb #55, #80)
    - Make `prove -br t` work with dot-not-in-INC perls (#81)

(wiz)

2017-11-29 13:39:46 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Moose to 2.2009

(wiz)

2017-11-29 13:39:37 UTC MAIN commitmail json YAML

p5-Moose: update to 2.2009.

2.2009  2017-11-29

  [BUG FIXES]

  - Some hash native trait methods (notably clear and delete) were broken in
    various ways when the associated attribute's type allowed for coercion of
    the hash values and coercion was enabled for the hash. Reported by Ralf
    Bartel in RT #12737.

  [TESTS]

  - fixed tests (new in 2.2008) that sometimes fail under Windows.

(wiz)

2017-11-29 13:32:38 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Log-Any to 1.70.0

(wiz)

2017-11-29 13:32:28 UTC MAIN commitmail json YAML

p5-Log-Any: update to 1.70.0.

1.702    2017-11-28 15:18:40-06:00 America/Chicago

    [Fixed]

    - Fixed log output disappearing when the `default_adapter` is set.
      Thanks @dallaylaen! [Github #65]

(wiz)

2017-11-29 13:29:35 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Future to 0.37

(wiz)

2017-11-29 13:29:25 UTC MAIN commitmail json YAML

p5-Future: update to 0.37.

0.37    2017/11/28 15:39:22
        [CHANGES]
        * Finally got around to removing the old Makefile.PL

        [BUGFIXES]
        * Fix for convergent futures that lose strong references during
          cancellation (RT120468)
        * ->without_cancel shouldn't retain the originating future after
          completion (RT122920)

0.36    2017/11/27 22:04:52
        [CHANGES]
        * Added ->retain method (RT123711)
        * Fixed some typoes in docs (RT118309)
        * Added ->state method (RT120759)

        [BUGFIXES]
        * Ensure that ->without_cancel still strongly holds a reference to
          its parent future (RT122920)

(wiz)

2017-11-29 12:42:54 UTC MAIN commitmail json YAML

2017-11-29 12:39:05 UTC MAIN commitmail json YAML

doc: Updated net/py-lexicon to 2.1.12

(fhajny)

2017-11-29 12:38:55 UTC MAIN commitmail json YAML

Update net/py-lexicon to 2.1.12.

- Add support for Private Zones to the Route 53 provider.

(fhajny)

2017-11-29 12:25:45 UTC MAIN commitmail json YAML

rust: remove lib/rustlib/uninstall.sh

It is not used in pkgsrc and contains a hardcoded reference to /bin/bash.

(wiz)

2017-11-29 11:29:03 UTC MAIN commitmail json YAML

py-portend: updated to 2.2

2.2
Merge with skeleton, including embedded license file.

(adam)

2017-11-29 09:14:54 UTC MAIN commitmail json YAML

Updated devel/scons, www/py-notebook

(adam)

2017-11-29 09:14:22 UTC MAIN commitmail json YAML

py-notebook: updated to 5.2.2

5.2.2
- set cookie on base_urls

(adam)

2017-11-29 09:09:03 UTC MAIN commitmail json YAML

Correct PYPI site address

(adam)

2017-11-29 09:07:58 UTC MAIN commitmail json YAML

scons: updated to 3.0.1

RELEASE 3.0.1:
- Jar can take multiple targets, and will make a duplicate jar from the sources for each target
- Added some warnings in case the Jar builder makes an implicit target
- Added Jar method and changed jar build to be more specific. Jar method will take in
  directories or classes as source. Added more tests to JAR to ensure the jar was
  packaged with the correct compiled class files.
- Added a No result test case to handle bug which seems unrelated to java in the
  swig-dependencies.py test, more info here: http://scons.tigris.org/issues/show_bug.cgi?id=2907
- Added a travis script to test on ubuntu trusty now that the project is on github
  so that Continuus Integration tests can be run automatically. It tests most case and considers
  no result a pass as well. Improving this script can install more dependincies allowing for more
  tests to be run.
- Updated the Jar Builder tool in Tool/__init__.py so that is doesn't force class files as
  sources, allowing directories to be passed, which was causing test/Java/JAR.py to fail.
- Fix issue where code in utility routine to_String_for_subst() had code whose result was never
  properly returned.
  (Found by: James Rinkevich https://pairlist4.pair.net/pipermail/scons-users/2017-October/006358.html )
- Fixed Variables.GenerateHelpText() to now use the sort parameter. Due to incorrect 2to3 fixer changes
  8 years ago it was being used as a boolean parameter.  Now you can specify sort to be a callable, or boolean
  value. (True = normal sort). Manpage also updated.
- Fixed Tool loading logic from exploding sys.path with many site_scons/site_tools prepended on py3.
- Added additional output with time to process each SConscript file when using --debug=time.
- Fixed a regression in scons-3.0.0 where "from __future__ import print_function" was imposed
  on the scope where SConstruct is executed, breaking existing builds using PY 2.7.
- Fix broken subst logic where a string with "$$(abc)" was being treated as "$(abc) and the
  logic for removing the signature escapes was then failing because there was no closing "$)".
  This was introduced by a pull request to allow recursive variable evaluations to yield a string
  such as "$( $( some stuff $) $)".
- Fix incorrect warning for repeated identical builder calls that use overrides

(adam)

2017-11-29 08:02:20 UTC MAIN commitmail json YAML

Updated devel/py-uvloop, devel/py-test-localserver

(adam)

2017-11-29 08:01:32 UTC MAIN commitmail json YAML

py-test-localserver: updated to 0.4.1

0.4.1:
Bug fixes

(adam)

2017-11-29 07:56:47 UTC MAIN commitmail json YAML

py-uvloop: updated to 0.9.1

v0.9.1
* Stop using malloc for uv_request* handlers.
* Fix loop.add_reader(), loop.add_writer(), loop.remove_reader(),
  and loop.remove_writer() to better track socket objects.
* Fix loop.sock_recv(), loop.sock_sendall(), loop.sock_recv_into(),
  and loop.sock_connect() to correctly handle Task.cancel().
* Better handle immediate cancellation of loop.create_connection().
* Make unit tests stricter: ensure loop.call_exception_handler()
  does not get called, unless it's expected.

(adam)

2017-11-29 01:27:51 UTC MAIN commitmail json YAML

doc: Updated geography/gama to 1.21

(gdt)

2017-11-29 01:27:40 UTC MAIN commitmail json YAML

gama: Update to 1.21

Version 1.21 November 2017

* Maintainer's release : internal matrix/vectors memory management
  replaced with a new implementation using C++11 move constructor and
  move asignment syntax.

(gdt)

2017-11-28 19:33:00 UTC MAIN commitmail json YAML

doc: Added shells/zsh-completions version 0.27.0

(minskim)

2017-11-28 19:32:26 UTC MAIN commitmail json YAML

shells/Makefile: Add zsh-completions

(minskim)

2017-11-28 19:31:44 UTC MAIN commitmail json YAML

shells/zsh-completions: Import version 0.27.0

zsh-completions aims at gathering/developing new completion scripts
that are not available in Zsh yet. The scripts may be contributed to
the Zsh project when stable enough.

(minskim)

2017-11-28 17:54:21 UTC MAIN commitmail json YAML

doc: Updated devel/netcdf to 4.4.1.1

(minskim)

2017-11-28 17:52:02 UTC MAIN commitmail json YAML

devel/netcdf: Update to 4.4.1.1

Notable changes since 4.2.1.1:
- Provides official support for libhdf5 1.10.0.
- Added CDM-5 support.
- Added support for opening in-memory file content.
- Improved DAP support.
- Improved parallel-netcdf support.

(minskim)

2017-11-28 15:51:06 UTC MAIN commitmail json YAML

doc: Updated sysutils/di to 4.44

(wiz)

2017-11-28 15:50:56 UTC MAIN commitmail json YAML

di: update to 4.44.

Provided by Brad Lanam in PR 52770.

    4.44                                    [2017-5-23]
        Fixed check of exabyte sized filesystems.  The signed check now
          only checks for -1 and -2; there could still be situations
          where the overflow exactly matches these values.
        Added faster method for windows check for missing removable
          filesystems.

    4.43                                    [2016-8-9]
        Cleaned up some compiler warnings.
        Fixed memory allocation problem.
        Tcl interface fixes

    4.42                                    [2016-2-22]
        Fixed a parsing bug in the Tcl interface.
        Added a Perl interface.

    4.41                                    [2016-1-24]
        Fixed bug specifying more than one filesystem on the command line.
        Added sort by free space, total space.
        Updated manual page: missing, new sort options.

(wiz)

2017-11-28 15:18:31 UTC MAIN commitmail json YAML

doc: Updated math/maxima to 5.41.0

(wiz)

2017-11-28 15:18:21 UTC MAIN commitmail json YAML

maxima: update to 5.41.0.

Cross-compiling changes and improvements.
Documentation changes and improvements.
Build/installation improvements.
Updates to examples.
Changes and improvements to test system.
Changes and updates to nightly builds and tests.
Added the rules to build a snappy package.
Windows installer improvements and fixes.
Improvements to Windows maxima.bat.
Debian build improvements.
Compatibility improvements with diverse LISP compilers.
Plotting improvements; improved GNUPLOT error handling.
Code optimizations.
Removed some old/unused code; cosmetic changes.
New test cases.

(wiz)

2017-11-28 14:59:36 UTC MAIN commitmail json YAML

doc: Updated x11/libXfont to 1.5.4

(wiz)

2017-11-28 14:59:27 UTC MAIN commitmail json YAML

libXfont: update to 1.5.4.

Matthieu Herrb (1):
      libXfont 1.5.4

Michal Srb (1):
      Open files with O_NOFOLLOW. (CVE-2017-16611)

(wiz)

2017-11-28 14:58:35 UTC MAIN commitmail json YAML

doc: Updated x11/libXfont2 to 2.0.3

(wiz)

2017-11-28 14:58:26 UTC MAIN commitmail json YAML

libXfont2: update to 2.0.3.

Matthieu Herrb (1):
      libXfont2 2.0.3

Michal Srb (1):
      Open files with O_NOFOLLOW. (CVE-2017-16611)

(wiz)

2017-11-28 14:57:29 UTC MAIN commitmail json YAML

doc: Updated x11/libXcursor to 1.1.15

(wiz)

2017-11-28 14:57:20 UTC MAIN commitmail json YAML

libXcursor: update to 1.1.15.

Alan Coopersmith (4):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Use strdup() instead of malloc(strlen())+strcpy()
      Fix some clang integer sign/size mismatch warnings

Emil Velikov (1):
      autogen.sh: use quoted string variables

Matthieu Herrb (1):
      libXcursor 1.1.15

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Tobias Stoeckmann (1):
      Fix heap overflows when parsing malicious files. (CVE-2017-16612)

shubham shrivastav (1):
      Insufficient memory for terminating null of string in _XcursorThemeInherits

(wiz)

2017-11-28 14:56:20 UTC MAIN commitmail json YAML

doc: Updated sysutils/libgtop to 2.28.4nb11

(wiz)

2017-11-28 14:56:09 UTC MAIN commitmail json YAML

libgtop: disable use of gtk-doc

Only three png files are not installed any longer, so this
does not really seem to make the package worse, and it fixes
the build problem with gtk-doc-1.26, which removed gtkdoc-mktmpl.

Explicitly add bash to tools, it's the CONFIG_SHELL but was pulled in
indirectly.

Bump PKGREVISION.

(wiz)

2017-11-28 14:47:41 UTC MAIN commitmail json YAML

doc: Updated devel/physfs to 3.0.1

(wiz)

2017-11-28 14:47:32 UTC MAIN commitmail json YAML

2017-11-28 14:35:17 UTC MAIN commitmail json YAML

doc/TODO: remove unison-2.51, it's not (yet?) listed as stable

(wiz)

2017-11-28 14:34:15 UTC MAIN commitmail json YAML

doc: Updated devel/GConf-ui to 3.2.3

(wiz)

2017-11-28 14:34:04 UTC MAIN commitmail json YAML

doc: Updated devel/GConf to 3.2.3

(wiz)

2017-11-28 14:33:52 UTC MAIN commitmail json YAML

GConf{,-ui}: update to 3.2.3

3.2.3
=====

Fixes:

    * 662991 - fix assert caused by Ross' incompetence (thanks Vincent Untz)

3.2.2
=====

Fixes:

    * 661372 - Avoid crash when there is no reply to messages in gconf_engine_notify_remove
    * Clean-up ORBit vs DBus logic (Jasper St. Pierre)

3.2.1
=====

Fixes:

    * 659835 - Configuration server couldn't be contacted: D-BUS error: Method
      "Set" with signature "s(ii)" on interface "org.gnome.GConf.Database"
      doesn't exist (Vincent Untz)
    * Build fix for -Werror=format-securiyt (Rico Tzschichholz)

Translations:
    * fi (Tommi Vainikainen), ja (OKANO Takayoshi),
      vi (Nguyễn Thái Ngọc Duy)

3.2.0
=====

Translations:

    * da (Flemming Christensen), hu (Gabor Kelemen),
      eu (Inaki Larranaga Murgoitio), de (Mario Blättermann),
      as (Nilamdyuti Goswami)

3.1.92
======

Fixes:

    * 655954 - allow setting gconf values to the schema defaults (Joey Zheng)

Translations:

    * pt_BR (Antonio Fernandes C. Neto), pa (A S Alam), en_GB (Bruce Cowan),
      ko (Changwoo Ryu), pt (Duarte Loreto), ta (I Felix),
      ja (Jiro Matsuzawa), it (Luca Ferretti), or (Manoj Kumar Giri),
      pl (Piotr Drąg), gu (Sweta Kothari), ast (Xandru Armesto),
      zh_CN (Yinghua Wang), sr sr@latin (Мирослав Николић)

3.1.90
======

Fixes:

  * 656262 - Support for conversion files from user specified and XDG data
    directories (Ryan Lortie)

Translations:

  * ug (Abduxukur Abdurixit), ja (Takayoshi Okano),
    zh_HK zh_TW (Chao-Hsiung Liao), te (Krishnababu K)

3.1.6
=====

Fixes:

    * Fixes on the distcheck fixes
    * 655656 - Use "o" for the D-BUS object path rather than "s" (this changes
      the internal D-BUS API but for now we have a compatability bit that
      should avoid too much pain.)

Misc:

    * DOAP file!

3.1.5
=====

Fixes:

    * gsettings-convert - conver to unsigned int correctly (Kalev Lember)
    * Distcheck fixes
    * 656248 - Handle messages that don't have interface set (Joey Zheng)
    * 654801 - Export pkg-config file and C include details in GIR file
      (Evan Nemerson)

Misc:

    * Autogenerated ChangeLog
    * Update .gitignore

Translations:

    * ru (Yuri Kozlov), fr (Claude Paroz), bg (Alexander Shopov),
      eo (Kristjan SCHMIDT), id (Andika Triwidada),
      th (Theppitak Karoonboonyanan)

3.1.4
=====

* gsettings-data-convert: Call g_type_init()
* ensure_database: don't free the reply til we've finished with its args
* build: Filter out generated corba code when building .gir

And translation updates.

3.1.3
=====
  Features
  - Add optional and disabled by default port to DBus
  Fixes
  - Use the cache when looking for keys we can't have locally
  Translation updates

2.32.5
======

[accidently released with incorrect version, renamed to 3.1.3]

(wiz)

2017-11-28 14:24:31 UTC MAIN commitmail json YAML

2017-11-28 14:09:22 UTC MAIN commitmail json YAML

doc: Updated devel/py-setuptools to 38.1.0

(wiz)

2017-11-28 14:09:10 UTC MAIN commitmail json YAML

py-setuptools: update to 38.1.0.

v38.1.0
-------

* #1208: Improve error message when failing to locate scripts
  in egg-info metadata.

v38.0.0
-------

* #458: In order to support deterministic builds, Setuptools no
  longer allows packages to declare ``install_requires`` as
  unordered sequences (sets or dicts).

v37.0.0
-------

* #878: Drop support for Python 2.6. Python 2.6 users should
  rely on 'setuptools < 37dev'.

v36.8.0
-------

* #1190: In SSL support for package index operations, use SNI
  where available.

v36.7.3
-------

* #1175: Bug fixes to ``build_meta`` module.

(wiz)

2017-11-28 14:07:52 UTC MAIN commitmail json YAML

doc: Updated devel/orc to 0.4.28

(wiz)

2017-11-28 14:07:42 UTC MAIN commitmail json YAML

orc: update to 0.4.28.

0.4.28
======

  - Numerous undefined behaviour fixes (Edward Hervey)
  - Ability to disable tests (Edward Hervey)
  - Fix meson dist behaviour (Tim-Philipp M端ller)

(wiz)

2017-11-28 14:06:27 UTC MAIN commitmail json YAML

doc: Updated security/nettle to 3.4

(wiz)

2017-11-28 14:06:12 UTC MAIN commitmail json YAML

nettle: update to 3.4.

NEWS for the Nettle 3.4 release

This release fixes bugs and adds a few new features. It also
addresses an ABI compatibility issue affecting Nettle-3.1 and
later, see below.

Bug fixes:

* Fixed an improper use of GMP mpn_mul, breaking curve2559 and
  eddsa on certain platforms. Reported by Sergei Trofimovich.

* Fixed memory leak when handling invalid signatures in
  ecdsa_verify. Fix contributed by Nikos Mavrogiannopoulos.

* Fix compilation error with --enable-fat om ARM. Fix
  contributed by Andreas Schneider.

* Reorganized the way certain data items are made available.

  Short version: Nettle header files now define the symbols
  nettle_hashes, nettle_ciphers, and nettle_aeads, as
  preprocessor macros invoking a corresponding accessor
  function. For backwards ABI compatibility, the symbols are
  still present in the compiled libraries, and with the same
  sizes as in nettle-3.3.

New features:

* Support for RSA-PSS signatures, contributed by Daiki Ueno.

* Support for the HKDF key derivation function, defined by RFC
  5869. Contributed by Nikos Mavrogiannopoulos.

* Support for the Cipher Feedback Mode (CFB), contributed by
  Dmitry Eremin-Solenikov.

* New accessor functions: nettle_get_hashes,
  nettle_get_ciphers, nettle_get_aeads, nettle_get_secp_192r1,
  nettle_get_secp_224r1, nettle_get_secp_256r1,
  nettle_get_secp_384r1, nettle_get_secp_521r1.

  For source-level compatibility with future versions,
  applications are encouraged to migrate to using these
  functions instead of referring to the corresponding data
  items directly.

Miscellaneous:

* The base16 and base64 functions now use the type char * for
  ascii data, rather than uint8_t *. This eliminates the last
  pointer-signedness warnings when building Nettle. This is a
  minor API change, and applications may need to be adjusted,
  but the ABI is unaffected on all platforms I'm aware of.

* The contents of the header file nettle/version.h is now
  architecture independent, except in --enable-mini-gmp
  configurations.

ABI issue:

  Since the breakage was a bit subtle, let me document it
  here. The nettle and hogweed libraries export a couple of
  data symbols, and for some of these, the size was never
  intended to be part of the ABI. E.g.,

    extern const struct nettle_hash * const nettle_hashes[];

  which is an NULL-terminated array.

  It turns out the sizes nevertheless may leak into the ABI, and
  that increasing the sizes can break old executables linked
  with a newer version of the library.

  When linking a classic non-PIE executable with a shared
  library, we get ELF relocations of type R_X86_64_COPY for
  references to data items. These mean that the linker allocates
  space for the data item in the data segment of executable, at
  a fixed address determined at link-time, and with size
  extracted from the version of the .so-file seen when linking.

  At load time, the run time linker then copies the contents of
  the symbol from the .so file to that location, and uses the
  copy instead of the version loaded with the .so-file. And if
  the data item in the .so file used at load time is larger than
  the data item seen at link time, it is silently truncated in
  the process.

  So when SHA3 hashes were was added to the nettle_hashes array
  in the nettle-3.3 release, this way of linking produces a
  truncated array at load time, no longer NULL-terminated.

  We will get similar problems for planned extensions of the
  internal struct ecc_curve, and exported data items like

    extern const struct ecc_curve nettle_secp_256r1;

  where the ecc_curve struct is only forward declared in the
  public headers. To prepare, applications should migrate to
  using the new function nettle_get_secp_256r1, and similarly
  for the other curves.

  In some future version, the plan is to add a leading
  underscore to the name of the actual data items. E.g.,
  nettle_hashes --> _nettle_hashes, breaking the ABI, while
  keeping the nettle_get_hashes function and the nettle_hashes
  macro as the supported ways to access it. We will also
  rename nettle_secp_256r1 --> _nettle_secp_256r1, breaking
  both ABI and API.

  Note that data items like nettle_sha256 are *not* affected,
  since the size and layout of this struct is considered part
  of the ABI, and R_X86_64_COPY-relocations then work fine.

(wiz)

2017-11-28 13:53:31 UTC MAIN commitmail json YAML

doc: Updated audio/musicpd to 0.20.12

(wiz)

2017-11-28 13:53:16 UTC MAIN commitmail json YAML

musicpd: update to 0.20.12.

ver 0.20.12 (2017/11/25)
* database
  - upnp: adapt to libupnp 1.8 API changes
* input
  - cdio_paranoia, ffmpeg, file, smbclient: reduce lock contention,
    fixing lots of xrun problems
  - curl: fix seeking
* decoder
  - ffmpeg: fix GCC 8 warning
  - vorbis: fix Tremor support
* player
  - log message when decoder is too slow
* encoder
  - vorbis: default to quality 3
* output
  - fix hanging playback with soxr resampler
  - httpd: flush encoder after tag; fixes corrupt Vorbis stream

(wiz)

2017-11-28 13:49:44 UTC MAIN commitmail json YAML

doc: Added net/py-bonjour version bonjour.0.3

(hauke)

2017-11-28 13:49:39 UTC MAIN commitmail json YAML

doc: Updated print/latexmk to 454

(wiz)

2017-11-28 13:49:27 UTC MAIN commitmail json YAML

latexmk: update to 454.

From v. 4.52c to 4.54
  In deps_list, correct bug in identifying generated files.
    Otherwise, generated files could have been identified as true
    source files.
  Remove insertion of name of deps file in list of targets in deps file.
  Don't send to screen deps info in deps mode (unless diagnostics on).
  Correct ordering of list of options given by -help.
  Fix incorrect deletion of non-generated aux files.
  Optimize away current directory string in $out_dir and $aux_dir.
  Make compatible with future versions of Perl where File::Glob's glob
    function won't exist.
  Add extra value 1.5 for $bibtex_use, with corresponding option
    -bibtex-cond1; this treats bbl files as conditionally precious in
    cleanup operations, depending on the existence or non-exisitence
    of bib files.
  When running bibtex, ensure that the change in search paths is made to work
    around deficiencies in bibtex is local and does not affect other
    programs.
  Collection of timing information now works in silent mode.
  Set better default previewers for MSys.
  Restore default of $analyze_input_log_always to 1.
    This restores the default detection of certain constructs for dependencies
    for input files in the .log file. See the comments on this variable in
    latexmk.pl for details.  This works around a problem caused by a change in
    the behavior of lualatex in TeXLive 2017; it no longer lists all input
    files in the .fls file.  Note that latexmk.pl always examines the .log
    file for relevant information.  The variable $analyze_input_log_always
    only concerns whether it looks for <...> and (...) constructs.
  Add item to @file_not_found for the particular format of generic package
    warning about "No file", that is produced by glossaries-extra, and
    probably other packages.
  Documentation improvements, especially on methods of implementing
    custom dependencies for multiple kinds of index.
  Document $kpsewhich_show variable.
  Add a sample latexmkrc file for use with bib2gls and glossaries-extra.

(wiz)

2017-11-28 13:48:28 UTC MAIN commitmail json YAML

Add net/py-bonjour v0.3

Bonjour provides service advertising and discovery on the local
network via multicast DNS.  These files use SWIG to provide a Python
interface for use by applications to interact with Bonjour.through
mDNSResponder.

(hauke)

2017-11-28 13:48:07 UTC MAIN commitmail json YAML

Add net/py-bonjour v0.3

Bonjour provides service advertising and discovery on the local
network via multicast DNS.  These files use SWIG to provide a Python
interface for use by applications to interact with Bonjour.through
mDNSResponder.

(hauke)

2017-11-28 13:47:39 UTC MAIN commitmail json YAML

doc: Updated textproc/iso-codes to 3.77

(wiz)

2017-11-28 13:47:22 UTC MAIN commitmail json YAML

iso-codes: update to 3.77.

iso-codes 3.77
--------------
Dr. Tobias Quathamer <toddy@debian.org>
Wed, 22 Nov 2017

  [ ISO 3166-1 translations ]
  * Norwegian Bokmal: Fix typo for "Portugal", spotted by
    Sigve Indregard. Thanks! Closes: alioth#315841
  * Icelandic by Sveinn 鱈 Felli (TP)
  * Polish by Jakub Bogusz (TP)
  * Dutch by Freek de Kruijf (TP)
  * Italian by Milo Casagrande (TP)
  * Brazilian Portuguese by Rafael Fontenelle (TP)
  * Croatian by Bo転idar Putanec (TP)

  [ ISO 3166-2 translations ]
  * French: Fix typo for "Perugia", spotted by Mickael Jouanne.
    Thanks! Closes: alioth#315845
  * Dutch by Freek de Kruijf (TP)
  * Italian by Milo Casagrande (TP)
  * Polish by Jakub Bogusz (TP)
  * Icelandic by Sveinn 鱈 Felli (TP)

  [ ISO 4217 translations ]
  * Croatian by Bo転idar Putanec (TP)
  * Icelandic by Sveinn 鱈 Felli (TP)

  [ ISO 3166-3 translations ]
  * Icelandic by Sveinn 鱈 Felli (TP)
  * Polish by Jakub Bogusz (TP)
  * Dutch by Freek de Kruijf (TP)

  [ ISO 639-2 translations ]
  * Icelandic by Sveinn 鱈 Felli (TP)
  * Dutch by Freek de Kruijf (TP)
  * Italian by Milo Casagrande (TP)
  * Polish by Jakub Bogusz (TP)

  [ ISO 639-5 translations ]
  * Dutch by Freek de Kruijf (TP)
  * Polish by Jakub Bogusz (TP)
  * Italian by Sebastiano Pistore (TP)
  * Icelandic by Sveinn 鱈 Felli (TP)

  [ ISO 639-3 translations ]
  * Dutch by Freek de Kruijf (TP)
  * Polish by Jakub Bogusz (TP)
  * Icelandic by Sveinn 鱈 Felli (TP)

  [ ISO 15924 translations ]
  * Dutch by Freek de Kruijf (TP)
  * Icelandic by Sveinn 鱈 Felli (TP)

(wiz)

2017-11-28 13:46:05 UTC MAIN commitmail json YAML

doc: Updated converters/convmv to 2.04

(wiz)

2017-11-28 13:45:52 UTC MAIN commitmail json YAML

convmv: update to 2.04.

2.04
- check for valid utf-8 also in upperlower_checkenc()
- fix parsable output, missed the path files to run utime() on
- add --run-parsable option to blindly run what a file generated with --parsable tells us to do

(wiz)

2017-11-28 13:14:28 UTC MAIN commitmail json YAML

doc: Updated math/wxmaxima to 17.10.1

(wiz)

2017-11-28 13:13:54 UTC MAIN commitmail json YAML

wxmaxima: paxctl not needed any longer

(wiz)

2017-11-28 13:08:09 UTC MAIN commitmail json YAML

wxmaxima: update to 17.10.1.

  * Jump to the char containing the error on encountering unmatched parenthesis.
  * Try to place the cursor near the error in all other cases.
  * Attempt to mark the whole error message in red. This is bound to fail in
    some cases as maxima sometimes only sends part of an error message through
    the error() command. But it is better than nothing.
  * Detect and mark most warnings.
  * A "evaluate cells below" right-click-menu item.
  * Autosave now even works for unsaved documents adding them to the
    "recent documents" list if needed.
  * Big parenthesis are now drawn using unicode characters, if available.
  * Nicer integral, Product and Sum signs, optionally including antialiassing
    even if no font provides them.
  * MouseOver tooltips for some of the more exotic worksheet items.
  * A "Copy as svg" function that is as good as wxSVGFileDc allows us to be.
  * Worksheet objects now can provide their own ToolTips.
  * Config Dialogue: An editor for the startup file.
  * It is now possible to select which formats "Ctrl+C" should place data on
    the clipboard in.
  * Now multiple animations can run concurrently and can be told to autostart.
  * A menu entry that allows to select 1D and ASCII Art Maths
  * Recent files that currently don't exist are grayed out now.
  * A command-line switch that triggers evaluation on startup of wxMaxima
  * Many Bug Fixes and Performance improvements.

(wiz)

2017-11-28 12:47:28 UTC MAIN commitmail json YAML

2017-11-28 11:42:14 UTC MAIN commitmail json YAML

Updated converters/py-simplejson, devel/py-nose2

(adam)

2017-11-28 11:41:46 UTC MAIN commitmail json YAML

py-nose2: updated to 0.7.2

0.7.2
Fixed * Proper indentation of test with docstring in layers * MP plugin now calls startSubprocess in subprocess

(adam)

2017-11-28 11:01:11 UTC MAIN commitmail json YAML

py-simplejson: updated to 3.13.2

Version 3.13.2:
* Fix additional Python 2.x compilation issue on Windows

(adam)

2017-11-28 10:51:10 UTC MAIN commitmail json YAML

Updated textproc/py-tabulate, www/py-terminado, textproc/py-phonenumbers, www/py-django-import-export, graphics/libimagequant

(adam)

2017-11-28 10:35:27 UTC MAIN commitmail json YAML

2017-11-28 10:01:13 UTC MAIN commitmail json YAML

py-django-import-export: updated to 0.6.0

0.6.0:
Refactor import_row call by using keyword arguments
Added {{ block.super }} call in block bodyclass in admin/base_site.html
Add support for the Django DurationField with DurationWidget
GitHub bmihelac -> django-import-export Account Update
Add intersphinx links to documentation
Add Resource.get_import_fields()
Fixed readme mistake
Bugfix/fix m2m widget clean
Allow injection of context data for template rendered by import_action() and export_action()
Bugfix/fix exception in generate_log_entries()
Process import dataset and result in separate methods
Bugfix/fix error in converting exceptions to strings
Fix admin integration tests for the new "Import finished..." message, update Czech translations to 100% coverage.
Make import form type easier to override
Add saves_null_values attribute to Field to control whether null values are saved on the object
Add Bulgarian translations
Add django 1.11 to TravisCI
Make Signals code example format correctly in documentation
Add Django as requirement to setup.py
Update import of reverse for django 2.x
Add Django-version classifiers to setup.py窶冱 CLASSIFIERS
Some fixes for Django 2.0
Strip whitespace when looking up ManyToMany fields
Fix all ResourceWarnings during tests in Python 3.x
Remove downloads count badge from README since shields.io no longer supports it for PyPi
Add coveralls support and README badge

(adam)

2017-11-28 09:52:46 UTC MAIN commitmail json YAML

py-phonenumbers: updated to 8.8.6

v8.8.6
Metadata changes:
- Updated alternate formatting data for country calling code(s):
  34, 62, 91, 94, 971, 972
- Updated phone metadata for region code(s):
  AE, AR, AU, BB, BN, BR, BW, BY, BZ, CC, CL, CW, CX, DE, EC, EG, ET, GB, GE,
  GG, GP, HK, HR, ID, IE, IL, IN, JO, KH, LK, LU, LV, LY, MG, MO, MR, MY, NL,
  NR, OM, PH, PK, PM, PS, RE, RU, RW, SA, SE, SG, SH, SK, SM, TH, TJ, UZ, VN,
  ZM, ZW
- New geocoding data for country calling code(s): 61 (en)
- Updated geocoding data for country calling code(s): 20 (en)
- New carrier data for country calling code(s): 674 (en)
- Updated carrier data for country calling code(s):
  61 (en), 91 (en), 234 (en), 593 (en), 1246 (en)
- Updated / refreshed time zone meta data.

(adam)

2017-11-28 09:49:12 UTC MAIN commitmail json YAML

py-terminado: updated to 0.8

0.8:
Add support for Windows on Python 3

(adam)

2017-11-28 09:46:59 UTC MAIN commitmail json YAML

py-tabulate: updated to 0.8.2

0.8.2:
Bug fixes.

(adam)

2017-11-28 09:44:12 UTC MAIN commitmail json YAML

Updated security/py-asn1, devel/py-flake8-import-order, net/py-botocore, net/py-boto3, net/py-awscli, databases/py-sqlalchemy-utils

(adam)

2017-11-28 09:43:21 UTC MAIN commitmail json YAML

py-sqlalchemy-utils: updated to 0.32.21

0.32.21:
Close connections on exists, create and drop database functions

(adam)

2017-11-28 09:41:05 UTC MAIN commitmail json YAML

py-awscli: updated to 1.12.2

1.12.2
api-change:mediastore: Update mediastore command to latest version
api-change:mediastore-data: Update mediastore-data command to latest version
api-change:medialive: Update medialive command to latest version
api-change:mediaconvert: Update mediaconvert command to latest version
api-change:mediapackage: Update mediapackage command to latest version

(adam)

2017-11-28 09:38:38 UTC MAIN commitmail json YAML

py-boto3: updated to 1.4.8

1.4.8
enhancement:botocore: Raised minor version dependency for botocore

(adam)

2017-11-28 09:35:32 UTC MAIN commitmail json YAML

py-botocore: updated to 1.8.2

1.8.2
api-change:mediapackage: Update mediapackage client to latest version
api-change:medialive: Update medialive client to latest version
api-change:mediastore: Update mediastore client to latest version
api-change:mediaconvert: Update mediaconvert client to latest version
api-change:mediastore-data: Update mediastore-data client to latest version

1.8.1
bugfix:Credentials: Fixes a bug causing cached credentials to break in the CLI on Windows.
api-change:acm: Update acm client to latest version

1.8.0
api-change:rekognition: Update rekognition client to latest version
api-change:emr: Update emr client to latest version
api-change:xray: Update xray client to latest version
feature:Credentials: When creating an assume role profile, you can now specify a credential source outside of the config file using the credential_source key.
api-change:shield: Update shield client to latest version
api-change:cloudformation: Update cloudformation client to latest version
feature:Credentials: When creating an assume role profile, you can now specify another assume role profile as the source. This allows for chaining assume role calls.
api-change:codebuild: Update codebuild client to latest version
feature:credentials: Adds support for the process credential provider, allowing users to specify a process to call to get credentials.
api-change:apigateway: Update apigateway client to latest version
api-change:storagegateway: Update storagegateway client to latest version
enhancement:Response: Allow reads of zero on streaming bodies

(adam)

2017-11-28 09:24:35 UTC MAIN commitmail json YAML

py-flake8-import-order: updated to 0.16

0.16:
* Change spacing determination to consider only blank newlines as a space. This adds NewLine nodes to the checker and hence could break custom styles (that use the nodes directly). This also drops the asttokens dependency as it is no longer required.
* Understand the existance of namespaced packages, thereby allowing different namespaced pacakages to be defined as local or third party.

(adam)

2017-11-28 09:14:34 UTC MAIN commitmail json YAML

py-asn1: updated to 0.4.2

Revision 0.4.2:
---------------
- Fixed explicit tag splitting in chunked encoding mode at
  OctetString and BitString encoders

Revision 0.4.1:
---------------
- ANY DEFINED BY clause support implemented
- Encoders refactored to take either a value (as ASN.1 object)
  or a Python value plus ASN.1 schema
- BitString decoder optimised for better performance when running on
  constructed encoding
- Constructed types' .getComponentBy*() methods accept the default
  parameter to return instead if schema object is to be returned
- Constructed types' .getComponentBy*() methods accept the instantiate
  parameter to disable automatic inner component instantiation
- The ASN.1 types' __repr__ implementation reworked for better readability
  at the cost of not being eval-compliant
- Most ASN.1 types' __str__ magic methods (except for OctetString and
  character types) reworked to call .prettyPrint() rather than
  .prettyPrint calling __str__ as it was before. The intention is
  to eventually deprecate .prettyPrint() in favor of str().
  The other related change is that str() of enumerations and boolean
  types will return string label instead of number.
- Fixed Choice.clear() to fully reset internal state of the object
- Sphinx documentation rearranged, simplified and reworded
- The isValue singleton is now the only way to indicate ASN.1 schema
  as opposed to ASN.1 schema instance. The legacy None initializer
  support has been removed.
- Changed Null object initialization behaviour: previous default
  value ('') is not set anymore. Thus Null() call produces a
  ASN.1 schema object, while Null('') - value object.
- Migrated all docs and references from SourceForge
- Imports PEP8'ed
- Fixed ASN.1 encoder not to omit empty substrate produced for inner
  component if the inner component belongs to the simple class (as
  opposed to constructed class)
- Fixed CER/DER encoders to respect tagged CHOICE when ordering
  SET components
- Fixed ASN.1 types not to interfere with the Pickle protocol
- Fixed Sequence/SequenceOf types decoding heuristics in schema-less
  decoding mode

(adam)

2017-11-28 09:08:31 UTC MAIN commitmail json YAML

Updated www/py-WebOb, fonts/py-fonttools, textproc/py-markdown2, devel/py-test, math/py-rpy

(adam)

2017-11-28 09:07:23 UTC MAIN commitmail json YAML

py-rpy: updated to 2.9.1

Release 2.9.1

Changes
-------
- Fixing issue 432 (see Section Bugs fixed below) involved removed the method
  `__reduce__` previously provided for all rpy2 objects representing R objects.

Bugs fixed
----------
- An error when installing with an unsupported R version was fixed.
- The docstring for `rinterface.endr()` was improperly stating that the function was not taking
  any argument.
- Target version of dplyr and tidyr are now 0.7.4 and 0.7.2 respectively.
- Fixed memory leak when pickling objects. Fixing the leak caused a
  slight change in the API (see Section Changes above).
- Conversion to :mod:`pandas` now handling R ordered factor.
- :mod:`jinja2` was not listed as a dependency

(adam)

2017-11-28 09:04:56 UTC MAIN commitmail json YAML

py-test: updated to 3.3.0

Pytest 3.3.0:

Deprecations and Removals
-------------------------
Pytest no longer supports Python 2.6 and 3.3. Those Python versions are EOL for some time now and incur maintenance and compatibility costs on the pytest core team, and following up with the rest of the community we decided that they will no longer be supported starting on this version. Users which still require those versions should pin pytest to <3.3.
Remove internal _preloadplugins() function. This removal is part of the pytest_namespace() hook deprecation.
Internally change CallSpec2 to have a list of marks instead of a broken mapping of keywords. This removes the keywords attribute of the internal CallSpec2 class.
Remove ParameterSet.deprecated_arg_dict - its not a public api and the lack of the underscore was a naming error.
Remove the internal multi-typed attribute Node._evalskip and replace it with the boolean Node._skipped_by_mark.

Features
--------
pytest_fixture_post_finalizer hook can now receive a request argument.
Replace the old introspection code in compat.py that determines the available arguments of fixtures with inspect.signature on Python 3 and funcsigs.signature on Python 2. This should respect __signature__ declarations on functions.
Report tests with global pytestmark variable only once.
Now pytest displays the total progress percentage while running tests. The previous output style can be set by configuring the console_output_style setting to classic.
Match warns signature to raises by adding match keyword.
Pytest now captures and displays output from the standard logging module. The user can control the logging level to be captured by specifying options in pytest.ini, the command line and also during individual tests using markers. Also, a caplog fixture is available that enables users to test the captured log during specific tests (similar to capsys for example). For more information, please see the logging docs. This feature was introduced by merging the popular pytest-catchlog plugin, thanks to Thomas Hisch. Be advised that during the merging the backward compatibility interface with the defunct pytest-capturelog has been dropped.
Add allow_module_level kwarg to pytest.skip(), enabling to skip the whole module.
Allow setting file_or_dir, -c, and -o in PYTEST_ADDOPTS.
Return stdout/stderr capture results as a namedtuple, so out and ``err`` can be accessed by attribute.
Add capfdbinary, a version of capfd which returns bytes from readouterr().
Add capsysbinary a version of capsys which returns bytes from readouterr().
Implement feature to skip setup.py files when run with --doctest-modules.

(adam)

2017-11-28 09:02:59 UTC MAIN commitmail json YAML

py-markdown2: updated to 2.3.5

python-markdown2 2.3.5:
- Fenced code blocks lang with leading space
- Search for items only within metadata header
- highlightjs language class support
- FIPS compliance
- Fix for double amp replacement inside link title

(adam)

2017-11-28 08:59:32 UTC MAIN commitmail json YAML

py-fonttools: updated to 3.20.1

3.20.1:
[unicodedata] Fixed issue with script and script_extension functions returning inconsistent short vs long names. They both return the short four- letter script codes now. Added script_name and script_code functions to look up the long human-readable script name from the script code, and viceversa.

3.20.0:
[unicodedata] Addded new module fontTools.unicodedata which exports the same interface as the built-in unicodedata module, with the addition of a few functions that are missing from the latter, such as script, script_extension and block. Added a MetaTools/buildUCD.py script to download and parse data files from the Unicode Character Database and generate python modules containing lists of ranges and property values.
[feaLib] Added __str__ method to all ast elements.
[feaLib] Parser constructor now accepts a glyphNames iterable instead of glyphMap dict. The latter still works but with a pending deprecation warning.
[bezierTools] Added arc length calculation functions originally from pens.perimeterPen module.
[varLib] Started generating STAT table (8af4309). Right now it just reflects the axes, and even that with certain limitations: * AxisOrdering is set to the order axes are defined, * Name-table entries are not shared with fvar.
[py23] Added backports for redirect_stdout and redirect_stderr context managers.
[Graphite] Fixed some round-trip bugs

(adam)

2017-11-28 08:55:48 UTC MAIN commitmail json YAML

py-WebOb: updated to 1.7.4

1.7.4:
Feature
Add support for wsgi.input_terminated in the wsgi environ to allow for Chunked Encoding to be used with WebOb

(adam)

2017-11-28 08:42:53 UTC MAIN commitmail json YAML

Updated devel/py-py, devel/py-pluggy

(adam)

2017-11-28 08:41:34 UTC MAIN commitmail json YAML

py-pluggy: updated to 0.6.0

0.6.0
-----
Add CI testing for the features, release, and master branches of pytest.
Document public API for _Result objects passed to wrappers.
Document and test hook LIFO ordering.
Turn warnings into errors in test suite.
Deprecate _Result.result.
Convert _Multicall to a simple function distinguishing it from the legacy version.
Resolve E741 errors.
Test and bug fix for unmarked hook collection.
Drop support for EOL Python 2.6 and 3.3.
Fix inspect based arg introspection on py3.6

(adam)

2017-11-28 08:36:44 UTC MAIN commitmail json YAML

py-py: updated to 1.5.2

1.5.2
=====
- fix 169, 170: error importing py.log on Windows: no module named ``syslog``.

1.5.1
=====
- fix 167 - prevent pip from installing py in unsupported Python versions.

1.5.0
=====
- python 2.6 and 3.3 are no longer supported
- deprecate py.std and remove all internal uses
- fix 73 turn py.error into an actual module
- path join to / no longer produces leading double slashes
- fix 82 - remove unsupportable aliases
- fix python37 compatibility of path.sysfind on windows by correctly replacing vars
- turn iniconfig and apipkg into vendored packages and ease de-vendoring for distributions
- fix 68 remove invalid py.test.ensuretemp references
- fix 25 - deprecate path.listdir(sort=callable)
- add TerminalWriter.chars_on_current_line read-only property that tracks how many characters
  have been written to the current line.

(adam)

2017-11-28 05:17:34 UTC MAIN commitmail json YAML

Remove rust

(ryoon)

2017-11-28 05:17:00 UTC MAIN commitmail json YAML

Updated lang/oracle-jre8 to 8.0.152
Updated lang/oracle-jdk8 to 8.0.152

(ryoon)

2017-11-28 05:15:27 UTC MAIN commitmail json YAML

Update to 8.0.152

Changelog:
Security bug fixes:
CVE-2017-10285
CVE-2017-10388
CVE-2017-10309
CVE-2017-10274
CVE-2017-10356
CVE-2017-10293
CVE-2017-10342
CVE-2017-10350
CVE-2017-10349
CVE-2017-10348
CVE-2017-10357
CVE-2016-9841
CVE-2016-10165
CVE-2017-10355
CVE-2017-10281
CVE-2017-10347
CVE-2017-10386
CVE-2017-10380
CVE-2017-10295
CVE-2017-10341
CVE-2017-10345

(ryoon)

2017-11-28 05:08:00 UTC MAIN commitmail json YAML

Updated lang/openjdk8 to 1.8.152

(ryoon)

2017-11-28 05:07:25 UTC MAIN commitmail json YAML

Update to 1.8.152

Changelog:
Security bug fixes:
CVE-2017-10285
CVE-2017-10388
CVE-2017-10309
CVE-2017-10274
CVE-2017-10356
CVE-2017-10293
CVE-2017-10342
CVE-2017-10350
CVE-2017-10349
CVE-2017-10348
CVE-2017-10357
CVE-2016-9841
CVE-2016-10165
CVE-2017-10355
CVE-2017-10281
CVE-2017-10347
CVE-2017-10386
CVE-2017-10380
CVE-2017-10295
CVE-2017-10341
CVE-2017-10345

(ryoon)

2017-11-28 00:07:58 UTC MAIN commitmail json YAML

Updated lang/rust to 1.22.1

(ryoon)

2017-11-28 00:07:27 UTC MAIN commitmail json YAML

Update to 1.22.1

* Disable SunOS support for a while

Changelog:
Version 1.22.1 (2017-11-22)

    Update Cargo to fix an issue with macOS 10.13 "High Sierra"

Version 1.22.0 (2017-11-22)

Language
    non_snake_case lint now allows extern no-mangle functions
    Now accepts underscores in unicode escapes
    T op= &T now works for numeric types. eg. let mut x = 2; x += &8;
    types that impl Drop are now allowed in const and static types

Compiler
    rustc now defaults to having 16 codegen units at debug on supported
    platforms.
    rustc will no longer inline in codegen units when compiling for debug
    This should decrease compile times for debug builds.
    strict memory alignment now enabled on ARMv6
    Remove support for the PNaCl target le32-unknown-nacl

Libraries
    Allow atomic operations up to 32 bits on armv5te_unknown_linux_gnueabi
    Box<Error> now impls From<Cow<str>>
    std::mem::Discriminant is now guaranteed to be Send + Sync
    fs::copy now returns the length of the main stream on NTFS.
    Properly detect overflow in Instant += Duration.
    impl Hasher for {&mut Hasher, Box<Hasher>}
    impl fmt::Debug for SplitWhitespace.
    Option<T> now impls Try This allows for using ? with Option types.

Stabilized APIs
Cargo
    Cargo will now build multi file examples in subdirectories of the
    examples folder that have a main.rs file.
    Changed [root] to [package] in Cargo.lock Packages with the old
    format will continue to work and can be updated with cargo update.
    Now supports vendoring git repositories

Misc
    libbacktrace is now available on Apple platforms.
    Stabilised the compile_fail attribute for code fences in doc-comments.
    This now lets you specify that a given code example will fail to compile.

Compatibility Notes

    The minimum Android version that rustc can build for has been
    bumped to 4.0 from 2.3
    Allowing T op= &T for numeric types has broken some type inference cases

(ryoon)

2017-11-28 00:00:04 UTC MAIN commitmail json YAML

Updated misc/libreoffice to 5.4.3.2nb3

(ryoon)

2017-11-27 23:59:24 UTC MAIN commitmail json YAML

2017-11-27 23:54:30 UTC MAIN commitmail json YAML

Updated net/corebird to 1.7.3

(ryoon)

2017-11-27 23:53:54 UTC MAIN commitmail json YAML

Update to 1.7.3

Changelog:
  - Increase maximum tweet length to 280 characters
  - Increase maximum name length to 50 characters and improve
    certain parts of the UI to cope better with longer names
  - Fix the emoji button not showing up in the compose window
  - Update translations

(ryoon)

2017-11-27 23:49:43 UTC MAIN commitmail json YAML

Updated devel/nss to 3.34.1

(ryoon)

2017-11-27 23:49:06 UTC MAIN commitmail json YAML

Update to 3.34.1

Changelog:
    The following CA certificate was Re-Added. It was removed in
    NSS 3.34, but has been re-added with only the Email trust bit
    set. (bug 1418678)
        CN = Certum CA, O=Unizeto Sp. z o.o.
            SHA-256 Fingerprint: D8:E0:FE:BC:1D:B2:E3:8D:00:94:0F:37:D2:7D:41:34:4D:99:3E:73:4B:99:D5:65:6D:97:78:D4:D8:14:36:24

    Removed entries from certdata.txt for actively distrusted
    certificates that have expired (bug 1409872).

    The version of the CA list was set to 2.20.

(ryoon)

2017-11-27 23:39:12 UTC MAIN commitmail json YAML

Updated mail/thunderbird-l10n to 52.5.0

(ryoon)

2017-11-27 23:38:39 UTC MAIN commitmail json YAML

Update to 52.5.0

* Sync with mail/thunderbird-52.5.0

(ryoon)

2017-11-27 23:37:51 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 52.5.0

(ryoon)

2017-11-27 23:36:40 UTC MAIN commitmail json YAML

Update to 52.5.0

Changelog:
#CVE-2017-7828: Use-after-free of PressShell while restyling layout

Reporter
    Nils
Impact
    critical

Description
A use-after-free vulnerability can occur when flushing and resizing
layout because the PressShell object has been freed while still in use.
This results in a potentially exploitable crash during these operations.

References
    Bug 1406750
    Bug 1412252

#CVE-2017-7830: Cross-origin URL information leak through Resource Timing API

Reporter
    Jun Kokatsu
Impact
    high

Description
The Resource Timing API incorrectly revealed navigations in cross-origin
iframes. This is a same-origin policy violation and could allow for data
theft of URLs loaded by users.

References
    Bug 1408990

#CVE-2017-7826: Memory safety bugs fixed in Firefox 57, Firefox ESR 52.5,
and Thunderbird 52.5

Reporter
    Mozilla developers and community
Impact
    critical

Description
Mozilla developers and community members Christian Holler, David Keeler,
Jon Coppeard, Julien Cristau, Jan de Mooij, Jason Kratzer, Philipp,
Nicholas Nethercote, Oriol Brufau, Andr辿 Bargull, Bob Clary,
Jet Villegas, Randell Jesup, Tyson Smith, Gary Kwong, and Ryan VanderMeulen
reported memory safety bugs present in Firefox 56, Firefox ESR 52.4, and
Thunderbird 52.4. Some of these bugs showed evidence of memory corruption
and we presume that with enough effort that some of these could be
exploited to run arbitrary code.

References
    Memory safety bugs fixed in Firefox 57, Firefox ESR 52.5,
    and Thunderbird 52.5

(ryoon)

2017-11-27 23:33:00 UTC MAIN commitmail json YAML

doc/CHANGES-2017: Correct the last entry

(minskim)

2017-11-27 23:29:54 UTC MAIN commitmail json YAML

doc: Updated devel/py-lru-dict to 1.1.6

(minskim)

2017-11-27 23:29:26 UTC MAIN commitmail json YAML

devel/Makefile: Add py-lru-dict

(minskim)

2017-11-27 23:28:37 UTC MAIN commitmail json YAML

devel/py-lru-dict: Import version 1.1.6

A fixed size dict like container which evicts Least Recently Used
(LRU) items once size limit is exceeded. There are many python
implementations available which does similar things. This is a fast
and efficient C implementation. LRU maximum capacity can be modified
at run-time.

(minskim)

2017-11-27 18:52:47 UTC MAIN commitmail json YAML

2017-11-27 18:47:09 UTC MAIN commitmail json YAML

Add 2fa version 20171122.

From DESCR:

2fa is a two-factor authentication agent.

"2fa -add name" adds a new key to the 2fa keychain with the given name. It
prints a prompt to standard error and reads a two-factor key from standard
input. Two-factor keys are short case-insensitive strings of letters A-Z and
digits 2-7.

"2fa name" prints a two-factor authentication code from the key with the
given name.

With no arguments, "2fa" prints two-factor authentication codes from all
known time-based keys.

The default time-based authentication codes are derived from a hash of the
key and the current time, so it is important that the system clock have at
least one-minute accuracy.

The keychain is stored unencrypted in the text file "$HOME/.2fa".

(bsiegert)

2017-11-27 16:09:23 UTC MAIN commitmail json YAML

Updated www/grafana to 4.6.2

(tnn)

2017-11-27 16:04:54 UTC MAIN commitmail json YAML

grafana: update to 4.6.2

Highlights:
- The new Postgres Data Source
- Create your own Annotations for the Graph panel
- Cloudwatch Alerting Support
- Prometheus query editor enhancements

(tnn)

2017-11-27 15:38:43 UTC MAIN commitmail json YAML

doc/TODO: mupdf-1.12.0 is not really out yet.

(wiz)

2017-11-27 15:19:52 UTC MAIN commitmail json YAML

doc/TODO: add some

+ dvdstyler-3.0.4, gnumeric112-1.12.36, mupdf-1.12.0, wine-devel-2.22.

(wiz)

2017-11-27 14:06:16 UTC MAIN commitmail json YAML

mongodb: Mark bin/mongodb as not MPROTECT safe

As reported by Paul Ripke on pkgsrc-users, and no objection from
$MAINTAINER for days.

(gdt)

2017-11-27 13:06:07 UTC MAIN commitmail json YAML

Updated www/tidy, security/py-keyring

(adam)

2017-11-27 13:05:44 UTC MAIN commitmail json YAML

py-keyring: updated to 10.5.0

10.5.0
* Added ``--list-backends`` option to command-line interface.
* Removed ``logger`` from ``keyring``.
* Set the appid for SecretService & KWallet to something meaningful.

(adam)

2017-11-27 13:01:37 UTC MAIN commitmail json YAML

2017-11-27 11:52:49 UTC MAIN commitmail json YAML

2017-11-27 11:51:47 UTC MAIN commitmail json YAML

doc/guide: Use &*pkgsrc* XML entities instead of hardcoding them

Since the latest pkgsrc stable releases htdocs/share/xml/misc.ent had several
XML pkgsrc related entities added and picked up via htdocs-share-*.tar.gz
distfile.

Use them instead of hardcoding a particular stable branch/release (e.g. 2009Q1
or 2016Q4) or using `pkgsrc-20xxQy' (Yay! Now `The pkgsrc guide' should be ready
for the next century!).

(leot)

2017-11-27 10:47:55 UTC MAIN commitmail json YAML

Updated devel/py-uvloop, databases/py-ldap

(adam)

2017-11-27 10:47:27 UTC MAIN commitmail json YAML

py-ldap: updated to 2.5.2

Release 2.5.2:
* code-cleaning in setup.py

Modules/
* PyBytes_ instead of PyString_ and added PyInt_FromLong compat macro
* moved code from version.c to ldapmodule.c
* removed obsolete back-ward compability constants from common.h
* build checks whether LDAP_API_VERSION is OpenLDAP 2.4.x
* _ldap.__author__ and _ldap.__license__ also set from ldap.pkginfo
* assume C extension API for Python 2.7+

Lib/
* removed all dependencies on modules string and types
* removed use of .has_key()
* removed class ldap.ldapobject.NonblockingLDAPObject
* new global constant ldap.LIBLDAP_API_INFO
* right after importing _ldap there is a call into libldap to initialize it
* method .decodeControlValue() of SSSResponseControl and VLVResponseControl
  does not set class attribute result_code anymore
* always use bytes() for UUID() constructor in ldap.syncrepl
* module ldif now uses functions b64encode() and b64decode()
* fixed pickling and restoring of ReconnectLDAPObject
* more modules with PEP-8 compliance
* ldap.ldapobject split into module-package

Tests/
* scripts do not directly call SlapdTestCase.setUpClass() anymore
* added LDIF test with folded, base64-encoded attribute
* added more tests for sub-module ldap.dn
* added tests for ldap.syncrepl

(adam)

2017-11-27 10:44:55 UTC MAIN commitmail json YAML

py-uvloop: updated to 0.9.0

v0.9.0
TCP & UDP
---------
transport.get_extra_info('socket') now returns a socket-like
object. It supports socket methods like setsockopts(), but
prohibits send(), recv(), close() and any other calls that
can interfere with the transport that ultimately owns this file
descriptor.

TCP_NODELAY is used by default for all TCP connections.

Make Transport.resume_reading() and pause_reading() idempotent.
This will match asyncio in Python 3.7.

loop.create_server() keeps a strong reference to the Server
object it returns until its closed.

Fix loop.connect_accepted_socket() to return correct SSL
transport.

The UDP transport layer was rewritten from scratch. Now it uses
uv_poll_* libuv APIs, instead of high-level uv_udp_* ones.
This could mean a slight performance regression, and will be
reverted when we port uvloop to Windows. For now this is
the only viable option to make uvloop fully compatible with asyncio.
When libuv gets an API to connect UDP sockets, uv_udp_connect(),
we'll be able to switch to a better UDP implementation.

UDPTransport.sendto(data, addr) will raise an exception if
addr requires a name resolution.

Low-level sockets
-----------------
loop.add_reader() and loop.add_writer() accept file-like
objects.

loop.sock_connect() supports 4 element address tuples for
IPv6 sockets.

Protect sockets from closing while they are in use by
loop.sock_*() methods. Close all reader/writer sockets the
loop owns when it closes.

Other event loop APIs
---------------------
loop.run_until_complete() cleans up done callbacks in all
situations.

New uv_loop_fork() libuv API is used in loop.subprocess_shell()
and loop.subprocess_exec() making them more stable.

loop.call_later() accepts infinite time float('inf').

loop.subprocess_exec() accepts pathlib.Path objects for its
cwd parameter.

Support pathlib.Path objects in loop.create_unix_connection()
and loop.create_unix_server().

Try removing existing stale Unix socket paths in
loop.create_unix_server().

ascii encoding is tried before encoding with idna.

Fix slow_callback_duration repr in warnings for callback handles
and Tasks.

Python 3.7
----------
Some APIs that will be available in Python 3.7 in vanilla asyncio,
but can be used with uvloop today.

Implement .cancelled() method for callback and timer handles.

Add Transport.is_reading().

Implement loop.sock_recv_into().

Python 3.7.0a1 is now supported.

Miscellaneous
-------------
Drop custom uvloop Future and Task implementations. This means
that there will be a tiny performance regression for Python 3.5
deploys.

Limit stack traces in debug mode to make it faster.

signal.siginterrupt is now used by signals machinery to let
system calls to be repeated by default, instead of raising an
EINTR.

Build
-----
libuv in uvloop has been upgraded from v1.11.0 to v1.17.0. Aside
from bug fixes and performance improvements, libuv survives
fork.

LIBUV_CONFIGURE_HOST environment variable can be used to
cross-compile uvloop/libuv.

Cyhton was upgraded from 0.25.2 to 0.27.3.

uvloop binary is linked with pthread

(adam)

2017-11-27 08:08:18 UTC MAIN commitmail json YAML

2017-11-27 08:07:31 UTC MAIN commitmail json YAML

Makefile: +mrxvt

(maya)