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 (3m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 16:39:44 UTC Now

2019-05-19 23:13:03 UTC MAIN commitmail json YAML

retroarch: Add some more workarounds for stuff being broken in NetBSD.

Bump PKGREVISION.

(nia)

2019-05-19 09:42:59 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.8.45, creduce-2.10.0, dbus-1.12.14, gettext-0.20.1,
  py-html5-parser-0.4.6, py-setuptools_scm-3.3.3.

(wiz)

2019-05-19 08:08:24 UTC MAIN commitmail json YAML

Updated databases/redis, www/py-flask, www/py-flask-flatpages, www/py-flask-sqlalchemy

(adam)

2019-05-19 08:07:54 UTC MAIN commitmail json YAML

py-flask-sqlalchemy: updated to 2.4.0

Version 2.4.0
-  Make engine configuration more flexible.
-  Address SQLAlchemy 1.3 deprecations.
-  get_or_404() and first_or_404() now accept a description
  parameter to control the 404 message.
-  Use time.perf_counter for Python 3 on Windows.
-  Drop support for Python 2.6 and 3.3.
-  Add an example of Flask's tutorial project, Flaskr, adapted for
  Flask-SQLAlchemy.

(adam)

2019-05-19 08:05:47 UTC MAIN commitmail json YAML

py-flask-flatpages: updated to 0.7.1

Flask-Flatpages v0.7.1
This release updates the dependencies to resolve some severe security alerts! Please update as soon as possible

(adam)

2019-05-19 07:59:50 UTC MAIN commitmail json YAML

py-flask: updated to 1.0.3

Version 1.0.3
-  :func:send_file encodes filenames as ASCII instead of Latin-1
    (ISO-8859-1). This fixes compatibility with Gunicorn, which is
    stricter about header encodings than PEP 3333.
-  Allow custom CLIs using FlaskGroup to set the debug flag without
    it always being overwritten based on environment variables.
-  flask --version outputs Werkzeug's version and simplifies the
    Python version.
-  :func:send_file handles an attachment_filename that is a
    native Python 2 string (bytes) with UTF-8 coded bytes.
-  A catch-all error handler registered for HTTPException will not
    handle RoutingExcpetion, which is used internally during
    routing. This fixes the unexpected behavior that had been introduced
    in 1.0.
-  Passing the json argument to app.test_client does not
    push/pop an extra app context.

(adam)

2019-05-19 07:56:38 UTC MAIN commitmail json YAML

redis: updated to 5.0.5

Redis 5.0.5:

Upgrade urgency CRITICAL: This release fixes an important AOF fysnc bug
                          and other less critical issues.

Dear user,

Redis 5.0.5 fixes an important issue with AOF and adds multiple very useful
modules APIs. Moreover smaller bugs in other parts of Redis are fixed in
this release.

The AOF bug
The AOF bug happens when the fsync policy is set to "everysec", which is the
default: if the write load in the server drops immediately, the commands
executed in the latest second may not be fsync-ed to disk as it should.
This may lead to data loss in case the write load drops immediately and
successively a server crash happens.

Other things in this release
* Streams: a bug in the iterator could prevent certain items to be returned in
          range queries under specific conditions.
* Memleak in bitfieldCommand fixed.
* Modules API: Preserve client->id for blocked clients.
* Fix memory leak when rewriting config file in case of write errors.
* New modules API: RedisModule_GetKeyNameFromIO().
* Fix non critical bugs in diskless replication.
* New mdouels API: command filtering. See RedisModule_RegisterCommandFilter();
* Tests improved to be more deterministic.
* Fix a Redis Cluster bug, manual failover may abort because of the master
  sending PINGs to the replicas.

(adam)

2019-05-19 07:55:03 UTC MAIN commitmail json YAML

Updated www/libsass, www/sassc, multimedia/mkvtoolnix

(adam)

2019-05-19 07:54:27 UTC MAIN commitmail json YAML

mkvtoolnix: updated to 34.0.0

Version 34.0.0 "Sight and Seen":
Bug fixes
* mkvmerge: all subtitle frames are now treated as key frames in order to fix
  wrong data in source files.
* mkvmerge: AV1: fixed frame timestamp calculation when reading bitstreams
  that lack timing information from IVF files.
* mkvmerge: Matroska reader: fixed an infinite loop that could happen with
  large video frames and applied timestamp files due to too much data being
  buffered at the wrong time.

(adam)

2019-05-19 07:50:00 UTC MAIN commitmail json YAML

sassc: updated to 3.6.0

This is the SassC for LibSass 3.6.0

(adam)

2019-05-19 07:47:58 UTC MAIN commitmail json YAML

libsass: updated to 3.6.0

Changelog
* Add functions utility compile unit
* Move macros and helpers to fn_utils
* Protect some header defines from redefining
* Move number functions to own compile unit
* Move selector functions to own compile unit
* Move color functions to own compile unit
* Move string functions to own compile unit
* Move list functions to own compile unit
* Move map functions to own compile unit
* Move misc functions to own compile unit
* Rename stacks to use shorter typedefs
* Cleanup CRTP implementation
* Rename ast2c and move c2ast to own compile unit
* Move AST memory macros to macro header
* Make Value inherit from PreValue
* Remove obsolete parameters
* Remove Function_Call_Schema class
* Remove obsolete in_selector flag
* Add distinct Parent_Reference class for values
* Fix parsing of colors (remove dynamic cast on eval)
* Pass traces instead of full context to bind
* Clean up get_arg_m in fn_utils
* Change String_Schema to only hold PreValue objects
* Clean up function macros and force to return PreValues
* Enhance stacktrace to report column numbers
* Add display name for color to debugger
* Add get method for environment class
* Remove obsolete function constructor arguments
* Add EnvStack typedef
* Replace direct references with methods
* Adjust output/error for modulo zero operation
* Adjust output/error for modulo zero operation
* Fix automake build if sassc is missing
* Upgrade sass2scss to version 1.1.2
* Allow colors in @at directives
* Fix edge case converting achromatic colors to HSL
* Delay interpolated expression as in regular CSS
* Fix automake build if sassc is missing
* Upgrade sass2scss to version 1.1.2
* Allow colors in @at directives
* Fix edge case converting achromatic colors to HSL
* Delay interpolated expression as in regular CSS
* Fix parsing of colors (remove dynamic cast on eval)
* Allow "!" in custom property values
* Allow "!" in custom property values
* Include Haskell bindings in implementations list
* Fix ordering in implementations list
* Fix link to node-sass implementation
* Separate out deprecated import file extensions
* Add a deprecation warning for @import's that resolved .css files
* Add support for index imports
* Add configuration for supporting additional extensions as .scss
* Remove raw css imports
* Inline out_of_memory macro
* Inline out_of_memory macro
* Emit transparent colors as rgba(0, 0, 0, 0)
* Fix merging of nested media queries with not
* Fix merging of nested media queries with not
* Fix regression in parsing selector with trailing escaped colon
* Fix regression in parsing selector with trailing escaped colon
* Emit transparent colors as rgba(0, 0, 0, 0)
* Add configuration for supporting additional extensions as .scss
* Remove raw css imports
* Mentioned SharpScss and LibSassHost in implementations.md
* Update compatibility section of the read me
* Fix segfault on empty custom properties
* Fix segfault on empty custom properties
* Include Haskell bindings in implementations list
* Fix ordering in implementations list
* Fix link to node-sass implementation
* Mentioned SharpScss and LibSassHost in implementations.md
* Revert "Upgrade sass2scss to version 1.1.2"
* Add deprecation messages for color arithmetic
* Add deprecation messages for color arithmetic
* Fix explosion of parent selectors in selector-nest
* Include in operation.hpp
* Adds another Nim implementation
* Update Readme.md
* Remove legacy workaround for parsing modulo operator
* Fix handling of unclosed interpolant in url
* Create CODE_OF_CONDUCT.md
* Revert "Remove raw css imports"
* Revert "Add configuration for supporting additional extensions as .scss"
* Revert "Add a deprecation warning for @import's that resolved .css files"
* Revert "Separate out deprecated import file extensions"
* Revert "Remove raw css imports"
* Revert "Add configuration for supporting additional extensions as .scss"
* Remove legacy workaround for parsing modulo operator
* Fix handling of unclosed interpolant in url
* Fix possible bug with handling empty reference combinators
* Fix -Wmissing-declarations for gcc < 7
* Support hex colors with alpha channels
* Make plugin tests run with a precision of 5
* Update make CC and CXX defaults for wider compat
* Update link to perl-libsass implementation
* Fix -Wmissing-declarations for gcc < 7
* Support hex colors with alpha channels
* Fix possible bug with handling empty reference combinators
* Update plugin test script to use precision 5
* Makefile: Use order-only deps for directories
* Use precision 10 by default
* Set default precision to 10 in Sass_Output_Options
* Docs: Profiling
* SharedPtr: Remove explicit detached bool
* Remove -undefined error, --no-undefined LDFLAGS
* SharedPtr: More cleanup
* Makefile cleanup
* Disable failing coverage check
* Fix ignored :not(multiple, selectors)
* Actually fix coveralls failures
* Use -std=c++11
* AST: Add final specifier to final classes
* Fix selector unification ordering
* Add and use a unification_order method
* Fix memory leak introduced in March
* Fix memory leak in resolve_parent_refs
* Revert "SharedPtr: More cleanup"
* Revert "SharedPtr: Remove explicit detached bool"
* AST: Fix clang warnings, add const, remove virtual
* .travis.yml: sudo: required for ptrace support
* Fix 2 more memory leaks
* Selector unification: use == for comparison
* Do not use 0 for initializing SharedImpl
* Add /plugins/ to .gitignore
* Fix a memory leak in rgba_2
* Travis ASan: Use default Travis clang (v5.0)
* Clean up Selector_List::operator==
* Fix heap-use-after-free in Parser error handling
* Optimize line_begin/end search in handle_error
* MSVC warning and fix
* Add a copy constructor to InvalidSass exception
* Minor fix: Reserve lists with correct sizes
* SharedPtr improvements
* Run C++ unit tests on CI (Makefile-only)
* Disallow parent selectors in selector-append
* Fix memory leak in parse_ie_keyword_arg
* Implement passing arguments to @content
* Clean up Compound_Selector::operator==
* Fix crash in selector-append('.x~~', 'a')
* Refactor: Add starts/ends_with functions
* Update utfcpp to v2.3.6
* Remove debugger from fn_miscs
* Move AST selectors into own compile units
* Move AST values into own compile units
* Fix clang warnings
* Cleanup and fix selector compare operators
* Rename element to type selector and type enums
* Replace to_string compare with == object compare
* Split AST declarations and definitions
* Move AST supports into own compile units
* Split AST declarations and definitions
* Cleanup AST values compare operators
* Fix clang warnings
* Refactor loops in Selector::unify_with
* Enable to read remote UNC locations on windows
* Re-implement selector unification
* Fix 2782: heap-use-after-free in expand.cpp
* Set without_rule flat only when explicitly requested by at_root
* Disallow optional pseudo_prefix
* Disallow parent selector in selector_fns arguments
* Refactor inspection/output of numbers
* Implement internal HSLA color representation
* Add deprecation for hsla with percentage alpha
* Fix number comparison for floats/doubles by calculations
* Fix VS2013 warning C4800 in src/ast_selectors.cpp
* Remove unused src/functions.{h,c}pp
* Catch exceptions by reference
* Simplify string concatenation
* indentation
* travis: Disable coverage for static OSX build
* Fixed typos
* Avoid clang warning: expression with side effects will be evaluated despite being used as an operand to 'typeid'
* Ensure sass.hpp is included before system headers
* Add comment about order to all sass.hpp includes
* https-ify sass-lang.com urls
* Fix broken markdown link
* Fix one more I missed due to faulty sed
* Install hrx gem in CI
* Install hrx gem in Windows CI
* Bump AppVeyor Ruby version
* Fix mixin-exists and function-exists in local scopes
* Avoid modifying Expression in ast_node_to_sass_value
* Remove _Ptr(_Const) typedefs
* Fix GCC warning: Catching polymorphic type by value
* Newlines: Parse \f and normalize in comments
* Make Makefile compatible with GNU Make >= 3.79.1
* Fix heap-use-after-free in eval.cpp
* Error on incomplete @supports clause in parser
* Fix invalid operator< for Selector_List
* Fix heap-buffer-overflow in prelexer.hpp:70
* Copy Unicode PWD tests from sass-spec
* Remove passing version flag to spec runner
* Remove unquoting for str_slice, str-insert and str-index
* Fix incorrect call to std::isdigit
* Remove obsolete unit tests
* Fix spec testing on mac with shared build
* Disallow non-string argument to quote
* Makefile: Mark test* targets as .PHONY
* Fix inspect for quoted strings
* Make parse_css_variable_value non-recursive
* Forbid empty custom property values
* Delete extconf.rb

(adam)

2019-05-19 07:04:18 UTC MAIN commitmail json YAML

doc: Updated textproc/gspell to 1.8.1

(wiz)

2019-05-19 07:03:58 UTC MAIN commitmail json YAML

gspell: update to 1.8.1.

News in 1.8.1, 2018-06-16
-------------------------
* gspell has moved to the GNOME GitLab instance. The bugzilla tickets have not
  yet been migrated to the GitLab issues, so before filing a new issue on
  GitLab, please search the bugzilla first. All links are available as usual
  on:
  https://wiki.gnome.org/Projects/gspell

* Fix new compilation warning (-Wcast-function-type).
* Translation updates.

News in 1.8.0, 2018-03-10
-------------------------
* Build system: don't declare functions in AC_TRY_COMPILE.
* Translation updates.

News in 1.7.1, 2017-12-09
-------------------------
* Use Enchant 2.
* Improve documentation.
* Translation updates.

News in 1.6.1, 2017-10-29
-------------------------
* Translation updates.

News in 1.6.0, 2017-09-10
-------------------------
* Translation updates.

News in 1.5.4, 2017-08-20
-------------------------
* Make the code that navigates through PangoLogAttr's more robust, for both
  GspellEntry and GspellTextView.
* Translation updates.

News in 1.5.3, 2017-07-17
-------------------------
* Add gspell_checker_get_enchant_dict(), the use of Enchant is now part of the
  API.
* Rename program gspell-app to gspell-app1.
* Various other small improvements.
* Translation updates.

News in 1.5.2, 2017-05-21
-------------------------
This is an unstable release in the 1.5 development cycle. The 1.6 stable
version will be released at the same time as GNOME 3.26.

* Implement small gspell-app, a convenient way to quickly spell-check
  something.
* Document the support of the no-spell-check GtkTextTag.
* Various other small improvements.
* Translation updates.

News in 1.5.1, 2017-04-23
-------------------------
This is an unstable release in the 1.5 development cycle. The 1.6 stable
version will be released at the same time as GNOME 3.26.

* Change underline type to PANGO_UNDERLINE_SINGLE, to remove the workaround for
  the GtkTextView bug where wavy underlines are not properly removed:
  https://bugzilla.gnome.org/show_bug.cgi?id=763741
* Up to 20x faster implementation for the GtkTextView inline spell-checker, to
  fix a responsiveness problem when editing long lines.
* Rework symbol visibility handling, by using the -export-dynamic LDFLAG
  and -fvisibility=hidden CFLAG, instead of the -export-symbols-regex LDFLAG.
* Add note for packagers in the README file: aspell doesn't work well with
  gspell, hunspell is preferred.
* Various other small improvements.
* Translation updates.

(wiz)

2019-05-19 03:42:02 UTC MAIN commitmail json YAML

2019-05-19 03:41:30 UTC MAIN commitmail json YAML

Update to 2.17

* It seems that it is MAKE_JOBS_SAFE=yes
* Set LICENSE
* Set new HOMEPAGE and MASTER_SITES

Changelog:
V2.17: Switched Apple II output format to AppleSingle.

Although the primary target OS for the Apple II for sure isn't DOS 3.3 but ProDOS 8 the Apple II binary files contained a DOS 3.3 4-byte header. Recently I was made aware of the AppleSingle file format. That format is a much better way to transport Apple II meta data from the cc65 toolchain to the ProDOS 8 file system. Therefore I asked AppleCommander to support the AppleSingle file format. Now that there's an AppleCommander BETA with AppleSingle support it's the right time for this change.

I bumped version to 2.17 because of this from the perspective of Apple II users of course incompatible change.

V2.14 to V2.16:
Not available

(ryoon)

2019-05-19 00:01:17 UTC MAIN commitmail json YAML

tcsh: Uncomment HOMEPAGE (now available again)

(leot)

2019-05-18 23:33:32 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to version 2.155

(fox)

2019-05-18 23:33:07 UTC MAIN commitmail json YAML

fasttracker2: update to b155

Changes since b154:

Beta #155 - 18.05.2019
- The old dithered 4-color FT2 logo in the About screen has been replaced with
  a true color version that I tried to somewhat replicate myself. The old one
  simply didn't look very nice when upscaled...
  Sorry for the lousy changelog for this version!

(fox)

2019-05-18 21:12:44 UTC MAIN commitmail json YAML

doc/TODO: + gspell-1.8.1, po4a-0.55.

(wiz)

2019-05-18 20:37:01 UTC MAIN commitmail json YAML

doc: Updated chat/ircd-hybrid to version 8.2.25

(fox)

2019-05-18 20:34:56 UTC MAIN commitmail json YAML

ircd-hybrid: Update to 8.2.25

Changes since 8.2.24:

-- Noteworthy changes in version 8.2.25 (2019-04-24)
o) The 'class::number_per_ip', 'class::max_local' and 'class::max_global'
  configuration directives have been replaced with just 'class::number_per_ip_local'
  and 'class::number_per_ip_global'. The 'class::max_local' basically was
  redundant as it had the same functionality as 'class::number_per_ip'
o) Adding RESVs with wildcards no longer requires administrator privileges
o) The 'general::ignore_bogus_ts' configuration option has been deprecated
o) TLSv1.1 and TLSv1.0 are no longer supported and have been disabled in
  the openssl and gnutls module
o) Minimum supported OpenSSL version is 1.0.1f now
o) Minimum supported GnuTLS version is 3.5.8 now
o) The 'serverinfo::vhost' and 'serverinfo:vhost6' configuration directives have
  been deprecated. If you need to bind() a specific address you can specify one
  in the connect {} block
o) The 'connect::vhost' configuration directive has been renamed to 'connect::bind'

(fox)

2019-05-18 19:26:50 UTC MAIN commitmail json YAML

Conform to the non-free license convention.  Thanks to gdt@ for pointing
out my mistake.

(thorpej)

2019-05-18 18:04:06 UTC MAIN commitmail json YAML

Updated www/php-nextcloud to 16.0.1

(ryoon)

2019-05-18 18:01:56 UTC MAIN commitmail json YAML

Updated sysutils/u-boot to 2018.11nb3.

(thorpej)

2019-05-18 18:01:34 UTC MAIN commitmail json YAML

Make depending on u-boot for Meson-based boards optional, as they have
build-time dependencies not available on all platforms.

(thorpej)

2019-05-18 17:55:32 UTC MAIN commitmail json YAML

Updated sysutils/u-boot-odroid-c2 to 2018.11nb3.

(thorpej)

2019-05-18 17:55:10 UTC MAIN commitmail json YAML

Update to 16.0.1

Changelog:
    Fix setupcheck for intl module (server#15223)
    Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303)
    Remove the custom prefix from the table name length when checking on … (server#15312)
    Check if the data is in the lookup server (server#15341)
    Do NOT assume all files are selected if the first checkbox is (server#15345)
    Fix collapse button in app navigation in IE11 (server#15389)
    Make sure all middlewares are only registered once (server#15399)
    Allow to send the password of protected conversations (server#15405)
    Remove extra margin from warning messages in authenticate page (server#15409)
    Set Edge < 16 as incompatible with css vars (server#15417)
    Remove extra param in cache update call (server#15418)
    Handle 0 B default quota properly in the web UI (server#15424)
    Fix multiselect min width (server#15433)
    Make access column a real boolean (server#15434)
    Fix public upload by also load the semaphore method (server#15439)
    Remove setup args from logging (server#15442)
    Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452)
    Fix mobile vertical scrolling (server#15469)
    Remove recommendation for opcache on CLI (server#15471)
    Update file-upload.js (server#15482)
    Add interfaces to interact with subscription from support app (server#15513)
    Fall back to application/octet-stream instead of using an invalid mim… (activity#374)
    Only call setViewerMode if FileList is available (files_pdfviewer#132)
    Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150)
    Use correct method to determine if HTTPS is used (firstrunwizard#189)

(ryoon)

2019-05-18 17:55:06 UTC MAIN commitmail json YAML

2019-05-18 17:42:13 UTC MAIN commitmail json YAML

License for amlogic-meson-fwtools.

(thorpej)

2019-05-18 17:40:15 UTC MAIN commitmail json YAML

Note sysutils/amlogic-meson-fwtools.

(thorpej)

2019-05-18 17:39:48 UTC MAIN commitmail json YAML

amlogic-meson-fwtools is a collection of tools for packaging trusted boot
firmware for Amlogic Meson SoCs.

This package includes tools distributed only in binary form by Amlogic
board vendors.

(thorpej)

2019-05-18 17:29:47 UTC MAIN commitmail json YAML

etlegacy: Disable renderer shared lib, it doesn't work with builtin Mesa.

Make myself MAINTAINER.

Bump PKGREVISION.

(nia)

2019-05-18 16:12:36 UTC MAIN commitmail json YAML

doc: Updated sysutils/ipmitool to 1.8.18nb2

(mlelstv)

2019-05-18 16:08:49 UTC MAIN commitmail json YAML

Enable OpenIPMI support for NetBSD. For NetBSD <= 8 this is no change,
with NetBSD -current autoconf will recognize the IPMI user interface.

(mlelstv)

2019-05-18 16:03:57 UTC pkgsrc-2018Q4 commitmail json YAML

revert last commit to wrong branch

(mlelstv)

2019-05-18 15:30:05 UTC pkgsrc-2018Q4 commitmail json YAML

Enable OpenIPMI support for NetBSD. For NetBSD <= 8 this is no change,
with NetBSD -current autoconf will recognize the IPMI user interface.

(mlelstv)

2019-05-18 14:58:53 UTC MAIN commitmail json YAML

retroarch: Add a patch to fix keyboard input (arrow keys) on NetBSD.

This worked fine before someone replaced the portable X11 input driver
with this monstrosity. This workaround is hopefully temporary since it
probably causes problems on other X11 implementations (using evdev)...

Bump PKGREVISION.

(nia)

2019-05-18 12:27:47 UTC MAIN commitmail json YAML

2019-05-18 10:41:59 UTC MAIN commitmail json YAML

libretro-mupen64plus: Don't define platform=unix twice.

(nia)

2019-05-18 10:36:50 UTC MAIN commitmail json YAML

libretro-mupen64plus: Remove zlib and libpng dependencies.

Should have been included in the previous commit, since it now uses an
internal copy.

(nia)

2019-05-18 10:34:58 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-mupen64plus to 20190426

(nia)

2019-05-18 10:34:33 UTC MAIN commitmail json YAML

libretro-mupen64plus: Update to 20190426

The primary changes are the introduction of an aarch64 dynamic recompiler,
a performance fix for radeonsi, and a new 1440x1080 4:3 resolution option.

(nia)

2019-05-18 09:57:12 UTC MAIN commitmail json YAML

libretro-sameboy: Use TOOL_DEPENDS.

(nia)

2019-05-18 09:45:17 UTC MAIN commitmail json YAML

libretro-mupen64plus: Attempt to fix builds without the dynamic recompiler
by defining the correct things for disabling it.

(nia)

2019-05-18 09:42:03 UTC MAIN commitmail json YAML

libretro-bsnes-mercury: Don't break on aarch64.

(nia)

2019-05-18 08:37:11 UTC MAIN commitmail json YAML

2019-05-18 08:30:32 UTC MAIN commitmail json YAML

doc: Updated graphics/py-mcomix to 1.2.1nb5

(wiz)

2019-05-18 08:30:20 UTC MAIN commitmail json YAML

py-mcomix: Fix incompatibility with PIL 6.0.0.

Using upstream patch.

Bump PKGREVISION.

(wiz)

2019-05-18 04:28:21 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Headers-Fast to 0.22

(wen)

2019-05-18 04:27:18 UTC MAIN commitmail json YAML

Update to 0.22

Upstream changes:
0.22 2019-04-16T01:51:15Z

    Fixed test case(Slaven Rezić)

(wen)

2019-05-18 04:21:55 UTC MAIN commitmail json YAML

Updated www/p5-libwww to 6.39

(wen)

2019-05-18 04:20:53 UTC MAIN commitmail json YAML

Update to 6.39

Upstream changes:
6.39      2019-05-06 14:18:39Z
    - Document current best practices (GH#314) (Olaf Alders)
    - Document order in which handlers fire (GH#315) (Olaf Alders)
    - SKIP nntp test for now (GH#317) (Olaf Alders)

(wen)

2019-05-18 04:17:56 UTC MAIN commitmail json YAML

Updated time/p5-Time-Duration to 1.21

(wen)

2019-05-18 04:16:57 UTC MAIN commitmail json YAML

Update to 1.21

Upstream changes:
1.21 2019-05-11 NEILB
    - Added Time::Elapsed to SEE ALSO, suggested by Ron Savage in RT#122186.
    - Updated AUTHOR section to reflect that Neil Bowers is current maintainer.
    - Extended testsuite so there's full code coverage (not pod yet).

(wen)

2019-05-18 04:13:39 UTC MAIN commitmail json YAML

Updated time/p5-Time-Duration-Parse to 0.15

(wen)

2019-05-18 04:12:38 UTC MAIN commitmail json YAML

Update to 0.15

Upstream changes:
0.15 2019-05-12 NEILB
    - Added support for fractional parts of seconds in hh:mm:ss.ssss
    - Added L<> links to Time::Duration and duration_exact in that module.
    - Fixed grammar in doc

(wen)

2019-05-18 04:10:33 UTC MAIN commitmail json YAML

Updated time/p5-Test-Time to 0.08

(wen)

2019-05-18 04:09:49 UTC MAIN commitmail json YAML

Update to 0.08

Upstream changes:
0.08 2019-05-07T01:55:51Z
        Fix test (thanks to manwar, mjemmeson, chorny)

(wen)

2019-05-18 04:06:51 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 2.35

(wen)

2019-05-18 04:06:06 UTC MAIN commitmail json YAML

Update to 2.35

Upstream changes:
2.35    2019-04-21

- Handle "infinity" as a representation of infinite values in serialized
  objects. On Solaris we end up with "infinity" and "-infinity" as opposed to
  just "inf" and "-inf". Fixed by Andrew Paprocki. GH #36.

(wen)

2019-05-18 03:56:51 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 1.51

(wen)

2019-05-18 03:55:58 UTC MAIN commitmail json YAML

Update to 1.51

Upstream changes:
1.51  2019-04-21

- Fix CLDR formatting of 'S' pattern with more than 9 digits of
  precision. While we only store nanoseconds in the DateTime object we should
  still be able to handle an arbitrary number of digits properly. Fixed by
  Slaven Rezić. GH #89.

(wen)

2019-05-17 22:47:44 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.8.4

(leot)

2019-05-17 22:47:24 UTC MAIN commitmail json YAML

gallery-dl: Update to 1.8.4

Changes:
### Additions
- Support for
  - `patreon` (#226)
  - `hentainexus` (#256)
- `date` metadata fields for `pixiv` (#248), `instagram` (#250),
  `exhentai`, and `newgrounds`
### Changes
- Improved `flickr` metadata and video extraction (#246)
### Fixes
- Download original GIF animations from `deviantart` (#242)
- Ignore missing `edge_media_to_comment` fields on `instagram` (#250)
- Fix serialization of `datetime` objects for `--write-metadata` (#251, #252)
- Allow multiple post-processor command-line options at once (#253)
- Prevent crash on `booru` sites when no tags are available (#259)
- Fix extraction on `instagram` after `rhx_gis` field removal (#266)
- Avoid Cloudflare CAPTCHAs for Python interpreters built
  against OpenSSL < 1.1.1
- Miscellaneous fixes for `luscious`

(leot)

2019-05-17 17:57:44 UTC MAIN commitmail json YAML

webkit-gtk: Revert accidental patches/patch-CMakeLists.txt expansion

Thanks to <maya>!

(leot)

2019-05-17 16:11:28 UTC MAIN commitmail json YAML

doc: Updated www/webkit-gtk to 2.24.2

(leot)

2019-05-17 16:11:17 UTC MAIN commitmail json YAML

webkit-gtk: Update to 2.24.2

Changes:
2.24.2
======
- Fix rendering of emojis copy-pasted from GTK emoji chooser.
- Fix space characters not being rendered with some CJK fonts.
- Fix adaptive streaming playback with older GStreamer versions.
- Set a maximum zoom level for pinch zooming gesture.
- Fix navigation gesture to not interfere with scrolling.
- Fix SSE2 detection at compile time, ensuring the right flags are passed to the compiler.
- Fix several crashes and rendering issues.
- Translation updates: Danish, Spanish, Ukrainian.
- Security fixes: CVE-2019-8595, CVE-2019-8607, CVE-2019-8615.

(leot)

2019-05-17 10:12:37 UTC MAIN commitmail json YAML

doc: Updated net/chrony to 3.5

(nia)

2019-05-17 10:12:27 UTC MAIN commitmail json YAML

chrony: Update to 3.5

New in version 3.5
==================

Enhancements
------------
* Add support for more accurate reading of PHC on Linux 5.0
* Add support for hardware timestamping on interfaces with read-only
  timestamping configuration
* Add support for memory locking and real-time priority on FreeBSD,
  NetBSD, Solaris
* Update seccomp filter to work on more architectures
* Validate refclock driver options

Bug fixes
---------
* Fix bindaddress directive on FreeBSD
* Fix transposition of hardware RX timestamp on Linux 4.13 and later
* Fix building on non-glibc systems

(nia)

2019-05-17 09:59:29 UTC MAIN commitmail json YAML

doc: Updated chat/inspircd3 to 3.1.0

(nia)

2019-05-17 09:59:18 UTC MAIN commitmail json YAML

inspircd3: Update to 3.1.0

Changes:

* Added a configure option, --disable-auto-extras, which disables
automatically enabling extras for which the dependencies are
available.
* Added support for disabling a STS policy for users in specific
connect classes.
* Added support for the IRCv3 Message IDs specification.
* Fixed a crash in the silence module on some older versions of
GCC.
* Fixed linking against v2 servers running the ASCII case mapping
module from inspircd-extras.
* Fixed an inverted condition in the commonchans module which made
the module not work.
* Fixed configure not failing when invalid options were passed to
it.
* Fixed pending X-lines only being applied to a single user.
* Fixed servers not specifying whether they are hidden. If no
visibility is specified then servers default to the visibility of
their parent server.

(nia)

2019-05-17 08:39:32 UTC MAIN commitmail json YAML

Updated devel/py-requests, devel/py-tox

(adam)

2019-05-17 08:39:14 UTC MAIN commitmail json YAML

py-tox: updated to 3.11.1

v3.11.1:

Bugfixes
- When creating virtual environments we no longer ask the python to tell its path, but rather use the discovered path.

v3.11.0:

Features
- --showconfig overhaul:
  - now fully generated via the config parser, so anyone can load it by using the built-in python config parser
  - the tox section contains all configuration data from config
  - the tox section contains a host_python key detailing the path of the host python
  - the tox:version section contains the versions of all packages tox depends on with their version
  - passing -l now allows only listing default target envs
  - allows showing config for a given set of tox environments only via the -e cli flag or the TOXENV environment
    variable, in this case the tox and tox:version section is only shown if at least one verbosity flag is passed
  this should help inspecting the options.

v3.10.0:

Bugfixes
- fix for tox -l command: do not allow setting the TOXENV or the -e flag to override the listed default environment variables, they still show up under extra if non defined target
- tox ignores unknown CLI arguments when provisioning is on and outside of the provisioned environment (allowing
  provisioning arguments to be forwarded freely)

Features
- Virtual environments created now no longer upgrade pip/wheel/setuptools to the latest version. Instead the start
  packages after virtualenv creation now is whatever virtualenv has bundled in. This allows faster virtualenv
  creation and builds that are easier to reproduce.
- Improve python discovery and add architecture support:
  - UNIX:
    - First, check if the tox host Python matches.
    - Second, check if the the canonical name (e.g. python3.7, python3) matches or the base python is an absolute path, use that.
    - Third, check if the the canonical name without version matches (e.g. python, pypy) matches.

  - Windows:
    - First, check if the tox host Python matches.
    - Second, use the py.exe to list registered interpreters and any of those match.
    - Third, check if the the canonical name (e.g. python3.7, python3) matches or the base python is an absolute path, use that.
    - Fourth, check if the the canonical name without version matches (e.g. python, pypy) matches.
    - Finally, check for known locations (c:\python{major}{minor}\python.exe).
  tox environment configuration generation is now done in parallel (to alleviate the slowdown due to extra
  checks).

v3.9.0:

Bugfixes
- Fix congratulations when using ^C during virtualenv creation

Features
- Allow having inline comments in :conf:deps

(adam)

2019-05-17 08:34:38 UTC MAIN commitmail json YAML

py-requests: updated to 2.22.0

2.22.0:

**Dependencies**
- Requests now supports urllib3 v1.25.2.
  (note: 1.25.0 and 1.25.1 are incompatible)

**Deprecations**
- Requests has officially stopped support for Python 3.4.

(adam)

2019-05-17 08:21:23 UTC MAIN commitmail json YAML

doc: Updated databases/libgda to 5.2.9

(wiz)

2019-05-17 08:20:34 UTC MAIN commitmail json YAML

libgda*: update to 5.2.9

Fixes build with OpenSSL-1.1.

libgda 5.2.9
- Fix Sun JRE 1.8 detection
- Fix JDK 11.0 detection
- Drop unneeded JAVAH variable check
- Fix build for System Installed SQLite libs
- Non-Dates and Timestamps values returns 'NULL' string when converted
- Fix --with-ui, now UI is buildable when enable

libgda 5.2.8 2018-12-03
- Fix a typo on sv translation
- Please note: releases 5.2.6 and 5.2.7 were unable to be published at
  downdload.gnome.org

libgda 5.2.7 2018-11-07
- SQLite provider uses system installed one by default
- Revome build's date from documentation
- introspection: removed system install in favor of --prefix

libgda 5.2.6 2018-10-03
- Fixed compilation on MacOS
- All Vala bindings and Vala extensions are built by default using --enable-vala,
  added --disable* switch to disable some or all of them
- Fixes on outdated unit tests
- Removed unused Vala extensions
- Translations:
- es (Daniel Mustieles)

libgda 5.2.5 2018-09-25
- GdaConnection has removed the use of g_object_weak_*, improving
  multi-threading behaviour
- Prepared statements now use GWeakRef for weak references
- GdaDataPivot use instance providers and locking
- GdaVConnectionDataModel use GRecMutex
- Updated SQLite to 3.8.11.1
- Fix SQLCipher build by embedding source code for 3.4.2 version
- Fix SQLCipher disabling
- Updated GObject Introspection annotations
- Fix Doc generation
- Bugs corrected: #787685 #789382 #761560 #761529 #760420 #761424 #754263 #754208
- Corrected HTML output containing <SCRIPT> tag
- Correct some truncated help strings
- Don't use (deprecated) g_thread_supported()
- MySQL meta data: fixed case where schema is incomplete in MySQL database
- Allow introspection for gda_sql_builder_add_cond_v()
- SQLite: handle WITHOUT ROWID without any error
- Translations:
- es (Daniel Mustieles)
- da (Ask Hjorth Larsen)
- pt_BR (Rafael Fontenelle)
- eu (Inaki Larranaga Murgoitio)
- sr (Мирослав Николић)
- sv (Anders Jonsson)
- de (Mario Blättermann)
- cs (Marek Černocký)
- hu (Balázs Meskó)
- oc (Balázs Meskó)
- el (Tom Tryfonidis)
- po (Pedro Albuquerque)
- id (Andika Triwidada)

libgda 5.2.4, 2015-06-13

- Added missing file in distributed tarball, bug #750891

libgda 5.2.3, 2015-06-12

- Improved Vala and introspection
- Bugs corrected: #722531, #722773, #730813, #742312, #750191 and others
- Translations:
- zh_CN (Wylmer Wang)
- el (Dimitris Spingos)
- sr (Мирослав Николић)
- bs (Samir Ribic)
- pl (Piotr Drąg)
- cs (Marek Černocký)
- es (Daniel Mustieles)
- id (Andika Triwidada)
- eu (Inaki Larranaga Murgoitio)
- pt (Pedro Albuquerque)

(wiz)

2019-05-17 08:18:01 UTC MAIN commitmail json YAML

doc/TODO: add some

+ calibre-3.42.0, gdb-8.3, grafana-6.1.6, lgogdownloader-3.5,
  libgda-5.2.9, nethack-3.6.2, p5-MooseX-App-1.41, phoronix-test-suite-8.8,
  prometheus-2.9.2, wine-4.0.1.

(wiz)

2019-05-17 07:07:17 UTC MAIN commitmail json YAML

license/gnu-gpl-v2: sync with https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

Whitespace and reflow changes only.

(wiz)

2019-05-17 07:04:55 UTC MAIN commitmail json YAML

licenses/gnu-lgpl-v2: sync from https://www.gnu.org/licenses/old-licenses/lgpl-2.0.txt

Whitespace changes, and adds a missing word ("Software" in "Free Software Foundation").

(wiz)

2019-05-17 06:47:46 UTC MAIN commitmail json YAML

security/py-acme, security/py-certbot*

(adam)

2019-05-17 06:46:31 UTC MAIN commitmail json YAML

2019-05-17 05:45:10 UTC MAIN commitmail json YAML

mupdf: restore LDFLAGS chunk of patch

Lost in last update; fixes RELRO builds.

(wiz)

2019-05-16 23:23:07 UTC MAIN commitmail json YAML

doc: Updated www/otter-browser to 1.0.01

(gutteridge)

2019-05-16 23:22:15 UTC MAIN commitmail json YAML

otter-browser: update to 1.0.01

Update to the latest release, and, while here, get spell checking to
work.

Change log:

1.0.01 (2019-01-01):
- some enhancements in experimental backend for QtWebEngine (Blink):
-- download dialog is now shown for tab that initiated it;
-- added support for handling requests to print page;
- many other fixes.

0.9.99 RC 12 (2018-09-01):
- QtWebEngine backend no longer uses locks for fetching feeds, links or search engines;
- some other fixes.

0.9.99 RC 11 (2018-08-01):
- reworked handling of custom icons for toolbar entries;
- some other fixes.

(gutteridge)

2019-05-16 22:41:44 UTC MAIN commitmail json YAML

Added sysutils/u-boot-zynq-zybo-z7.

(alnsn)

2019-05-16 22:38:30 UTC MAIN commitmail json YAML

Add u-boot-zynq-zybo-z7.

(alnsn)

2019-05-16 19:37:05 UTC MAIN commitmail json YAML

doc/TODO: remove outdated section about infrastructure changes

pkgsrc will probably never support paths containing whitespace since GNU
configure scripts don't support them as well.

The entry about gcc2/gcc3 is from 2004 and is long outdated.

(rillig)

2019-05-16 16:17:52 UTC MAIN commitmail json YAML

Disable -Werror when building.  If it is enabled, current releases of
gcc (7.4.0) will generate lots of errors concerning snprintf().

Fix proposed by wiz@ and confirmed by me.

(pgoyette)

2019-05-16 14:12:14 UTC MAIN commitmail json YAML

Updated lang/nim to 0.19.6

(ryoon)

2019-05-16 14:11:52 UTC MAIN commitmail json YAML

Update to 0.19.6

Changelog:
Bugfixes

    Fixed “32 bit signed xor broken on VM” (#10482)
    Fixed “SetMaxPoolSize not heeded” (#10584)
    Fixed “uint inplace add in if branch is omitted when compiled to JS” (#10697)
    Fixed “Booleans Work Wrong in Compile-time” (#10886)
    Fixed “Bug in setTerminate()” (#10765)
    Fixed “Cannot raise generic exception” (#7845)
    Fixed “Nim string definition conflicts with other C/C++ instances” (#10907)
    Fixed “std/json fails to escape most non-printables, breaking generation and parsing” (#10541)
    Fixed “object self-assignment order-of-evaluation broken” (#9844)
    Fixed “Compiler crash with generic types and static generic parameters” (#7569)

(ryoon)

2019-05-16 14:08:54 UTC MAIN commitmail json YAML

Updated devel/nss to 3.44

(ryoon)

2019-05-16 14:08:16 UTC MAIN commitmail json YAML

Update to 3.44

Changelog:
New Functions:

    in lib/certdb/cert.h
CERT_GetCertificateDer - Access the DER-encoded form of a
CERTCertificate.

Notable Changes in NSS 3.44:

  * It is now possible to build NSS as a static library (Bug 1543545)
  * Initial support for building for iOS.

Bugs fixed in NSS 3.44:

  * 1501542 - Implement CheckARMSupport for Android
  * 1531244 - Use __builtin_bswap64 in crypto_primitives.h
  * 1533216 - CERT_DecodeCertPackage() crash with Netscape Certificate
Sequences
  * 1533616 - sdb_GetAttributeValueNoLock should make at most one sql query,
rather than one for each attribute
  * 1531236 - Provide accessor for CERTCertificate.derCert
  * 1536734 - lib/freebl/crypto_primitives.c assumes a big endian machine
  * 1532384 - In NSS test certificates, use @example.com (not @bogus.com)
  * 1538479 - Post-Handshake messages after async server authentication break
when using record layer separation
  * 1521578 - x25519 support in pk11pars.c
  * 1540205 - freebl build fails with -DNSS_DISABLE_CHACHAPOLY
  * 1532312 - post-handshake auth doesn't interoperate with OpenSSL
  * 1542741 - certutil -F crashes with segmentation fault
  * 1546925 - Allow preceding text in try comment
  * 1534468 - Expose ChaCha20 primitive
  * 1418944 - Quote CC/CXX variables passed to nspr
  * 1543545 - Allow to build NSS as a static library
  * 1487597 - Early data that arrives before the handshake completes can be
read afterwards
  * 1548398 - freebl_gtest not building on Linux/Mac
  * 1548722 - Fix some Coverity warnings
  * 1540652 - softoken/sdb.c: Logically dead code
  * 1549413 - Android log lib is not included in build
  * 1537927 - IPsec usage is too restrictive for existing deployments
  * 1549608 - Signature fails with dbm disabled
  * 1549848 - Allow building NSS for iOS using gyp
  * 1549847 - NSS's SQLite compilation warnings make the build fail on iOS
  * 1550041 - freebl not building on iOS simulator
  * 1542950 - MacOS cipher test timeouts

(ryoon)

2019-05-16 06:58:23 UTC MAIN commitmail json YAML

Updated devel/libuv, devel/waf

(adam)

2019-05-16 06:58:05 UTC MAIN commitmail json YAML

waf: updated to 2.0.16

NEW IN WAF 2.0.16
* Fix task semaphore errors on stateful tasks
* Fix encoding errors with UTF-8 paths on Python 2
* Fix encoding errors in waf_unit_test
* Improve dependency between javac task and use-d generated jars nodes
* Install pdb files with /debug:* flags
* Make javadoc detection optional
* Improve md5_tstamp documentation
* Add extras/color_msvc to colorizes MSVC outputs
* Fix symbol regex on mac-o binaries in extras/syms
* Maintain order of lines in doxyfile in extras/doxygen
* Improve extras/msvcdeps path handling
* Add extras/clang_cross for cross-compilation using clang

(adam)

2019-05-16 06:56:55 UTC MAIN commitmail json YAML

libuv: updated to 1.29.0

v1.29.0:
Changes since version 1.28.0:
* ibmi: read memory and CPU usage info
* doc: update the cmake testing instruction
* unix: fix race condition in uv_async_send()
* linux: use O_CLOEXEC instead of EPOLL_CLOEXEC
* doc: mark uv_async_send() as async-signal-safe
* linux: init st_flags and st_gen when using statx
* linux: read free/total memory from /proc/meminfo
* test: test zero-sized uv_fs_sendfile() writes
* unix: don't assert on UV_PROCESS_WINDOWS_* flags
* linux: set correct mac address for IP-aliases
* win,util: fix null pointer dereferencing
* unix,win: fix `uv_fs_poll_stop()` when active
* doc: add missing uv_fs_type entries
* doc: fix build with sphinx 2.x
* unix: don't make statx system call on Android
* unix: fix clang scan-build warning
* unix: fall back to kqueue on older macOS systems
* unix,win: add uv_get_constrained_memory()
* darwin: fix thread cancellation fd leak
* linux: fix thread cancellation fd leak

(adam)

2019-05-16 04:04:30 UTC MAIN commitmail json YAML

2019-05-15 23:59:24 UTC MAIN commitmail json YAML

doc: Updated devel/geany to 1.35

(gutteridge)

2019-05-15 23:59:03 UTC MAIN commitmail json YAML

geany: update to 1.35

Geany 1.35 (April 28, 2019)

    General
    * Start synchronization with Universal-CTags (Jiří Techet, PR#1263,
      PR#2018).

    Bug fixes
    * Improve IPC socket handling (Issue#641, PR#2111).
    * Fix loading the default open encoding option (PR#1326).
    * Fix VTE path following after reset (Issue#352, PR#2116).

    Interface
    * Show variable type in a tooltip in symbol tree (Jiří Techet, PR#2036).

    Editor
    * Update Scintilla to version 3.10.2 (Issue#971, Issue#1947, Issue#2076,
      PR#2045).
    * Drastically speed up huge bulk replacements (Issue#2092, PR#2097).
    * Fix accessibility information reported upon deletion.
    * Fix garbage data insertion when moving lines up or down (Issue#2066).
    * Don't perform line breaking in rectangular selection mode (Issue#2051,
      PR#2135).

    Filetypes
    * Allow stripping trailing spaces from custom filetypes based on the Diff
      lexer (Cristian Ciocaltea, Issue#2041, PR#2043).
    * Improve JavaScript symbols parsing (Issue#1329, Issue#1891, Issue#1933,
      part of PR#2018).
    * Improve HTML symbols parsing (part of PR#2018).
    * Improve COBOL symbols parsing (PR#2128).
    * Improve ActionScript symbols parsing (PR#2134).

    Windows
    * Installer: only install GTK translations if selected (Issue#2090).

    Internationalization
    * Updated translations: da, de, es, fr, ja, lv, pt, ru, sk, zh_CN

(gutteridge)

2019-05-15 18:04:22 UTC MAIN commitmail json YAML

doc: Added databases/influxdb version 1.7.6

(jperkin)

2019-05-15 18:04:07 UTC MAIN commitmail json YAML

databases: Add influxdb.

(jperkin)

2019-05-15 18:03:34 UTC MAIN commitmail json YAML

2019-05-15 18:00:03 UTC MAIN commitmail json YAML

go: Introduce support for GO_DEPS.

This supports packages that require a large number of go-based dependencies,
treating them as additional distfiles and built inline as part of the package
build.  The print-go-deps target is helpful to generate the list of GO_DEPS
required for each package by parsing the Gopkg.lock file in the extracted
sources.

Thanks to rillig@ for various suggestions and comments.

(jperkin)

2019-05-15 15:37:45 UTC MAIN commitmail json YAML

doc: Updated multimedia/xine-ui to 0.99.10

(nia)

2019-05-15 15:37:32 UTC MAIN commitmail json YAML

xine-ui: Update to 0.99.10.

Changes:

xine-ui (0.99.10)
  * Added manual video single step feature
  * Show millisecond time in slow motion
  * Updated spanish translation
  * Make desktop file output reproducible
  * Fixed memory and resource leaks
  * Fixed deadlocks
  * Fixed crashes

xine-ui (0.99.9)
  * Handle building using libreadline 6.3 and libcaca 0.99 beta 19.
  * More shutdown fixes.
  * Show DVD & BluRay menu names.
  * More *BSD support – NetBSD, DragonFlyBSD.

(nia)

2019-05-15 14:37:55 UTC MAIN commitmail json YAML

ibus: Add missing depend to dbus

(leot)

2019-05-15 14:33:13 UTC MAIN commitmail json YAML

ibus-hangul: Use PY_PATCHPLIST and MASTER_SITES_GITHUB (NFC)

- Instead of manually adjusting PLIST for Python 2.x and 3.x use PY_PATCHPLIST
- Use MASTER_SITE_GITHUB

(leot)

2019-05-15 14:23:30 UTC MAIN commitmail json YAML

doc: Updated inputmethod/ibus-array to 0.1.0nb13

(leot)

2019-05-15 14:23:15 UTC MAIN commitmail json YAML

ibus-array: Add Python 3 support and use PY_PATHPLIST

- setup/main.py bytecode was not generated just due inconsintent use of spaces
  and tabs for indentation, address that via patch-setup_main.py
- Use PY_PATCHPLIST to avoid manually adjusting the PLIST for .pyo/.pyc

PKGREVISION++

(leot)

2019-05-15 13:43:23 UTC MAIN commitmail json YAML

(inputmethod/ibus-array) unnecessary PLIST.* left out, sorry. Tks wiz@.

(mef)

2019-05-15 12:24:44 UTC MAIN commitmail json YAML

Updated devel/cbindgen to 0.8.7

(ryoon)

2019-05-15 12:24:01 UTC MAIN commitmail json YAML

Update to 0.8.7

Changelog:
* Support for Rust 2018

(ryoon)

2019-05-15 12:04:55 UTC MAIN commitmail json YAML

Updated misc/py-tqdm

(adam)

2019-05-15 12:04:39 UTC MAIN commitmail json YAML

py-tqdm: updated to 4.32.1

tqdm v4.32.1 stable
fix notebook with unknown total

tqdm v4.32.0 stable
support unit_scale in notebook
support negative update
add reset() function
add [python setup.py] make run
add and update documentation
example of dynamic usage
note writing issues
update badges
add PyData2019 slides link
add JOSS paper
update manpages
add docker install
add snapcraft install
notebooks: add binder, rename RMOTR => notebooks.ai
prettify and unify contributors/maintainers/authors
CI and release framework updates
add snapcraft snaps
add travis auto-deployment
PyPI releases
docker devel/releases
update deployment dev docs
fix travis deploy pymake
update .gitinore
add & update unit tests
automate more documentation

(adam)

2019-05-15 11:46:57 UTC MAIN commitmail json YAML

Updated devel/py-distorm3, net/py-IP

(adam)

2019-05-15 11:46:39 UTC MAIN commitmail json YAML

py-IP: updated to 1.00

Version 1.00:
* Fix IPv6 string interpretation for small ints
* Various Python3 language fixes
* consider 127.0 range LOOPBACK not PRIVATE

(adam)

2019-05-15 11:44:18 UTC MAIN commitmail json YAML

2019-05-15 11:42:55 UTC MAIN commitmail json YAML

2019-05-15 11:40:26 UTC MAIN commitmail json YAML

2019-05-15 11:35:24 UTC MAIN commitmail json YAML

2019-05-15 10:58:56 UTC MAIN commitmail json YAML

Updated devel/py-crayons, devel/py-wheel

(adam)

2019-05-15 10:58:34 UTC MAIN commitmail json YAML

py-wheel: updated to 0.33.4

0.33.4:
Reverted 289 (adding directory entries to the wheel file) due to incompatibility with distlib.wheel

0.33.3:
Fixed wheel build failures on some systems due to all attributes being preserved

0.33.2:
Fixed empty directories missing from the wheel

(adam)

2019-05-15 10:56:23 UTC MAIN commitmail json YAML

2019-05-15 10:49:28 UTC MAIN commitmail json YAML

mk/tools: Add support for autoconf*:test and automake*:test

Thanks to <martin> for catching the unintended autoconf tool dependency!

(leot)

2019-05-15 10:14:25 UTC MAIN commitmail json YAML

texlive collection updates

(markd)

2019-05-15 10:09:52 UTC MAIN commitmail json YAML

texlive-collection-publishers: update to 2019pre1

(markd)

2019-05-15 10:05:28 UTC MAIN commitmail json YAML

texlive-collection-pictures: update to 2019pre1

(markd)

2019-05-15 10:03:12 UTC MAIN commitmail json YAML

texlive-collection-music: update to 2019pre1

(markd)

2019-05-15 09:59:48 UTC MAIN commitmail json YAML

texlive-collection-metapost: update to 2019

add tex-fiziko

(markd)

2019-05-15 09:52:22 UTC MAIN commitmail json YAML

texlive-collection-mathscience: update to 2019pre1

(markd)

2019-05-15 09:43:17 UTC MAIN commitmail json YAML

texlive-collection-luatex: update to 2019pre1

(markd)

2019-05-15 09:39:21 UTC MAIN commitmail json YAML

2019-05-15 09:37:20 UTC MAIN commitmail json YAML

texlive-collection-latexrecommended: update to 2019

add tex-footnotehyper

(markd)

2019-05-15 09:33:48 UTC MAIN commitmail json YAML

texlive-collection-latexextra: update to 2019pre1

(markd)

2019-05-15 09:25:25 UTC MAIN commitmail json YAML

texlive-collection-langother: update to 2019pre1

(markd)

2019-05-15 09:22:48 UTC MAIN commitmail json YAML

texlive-collection-langfrench: update to 2019pre1

(markd)

2019-05-15 09:18:59 UTC MAIN commitmail json YAML

texlive-collection-langenglish: update to 2019

(markd)

2019-05-15 09:18:01 UTC MAIN commitmail json YAML

tcsh: Add upstream patch to address filename expansion test failures

When $HOME environment variable is set, e.g. in pkgrsc where a fake
homedir is injected, ~ is expanded to $HOME while ~user is expanded
to the passwd(5) home_dir field leading to inconsistency in the test.

No PKGREVISION bump since that change only affects tests.

(leot)

2019-05-15 09:16:19 UTC MAIN commitmail json YAML

texlive-collection-langchinese: update to 2019pre1

(markd)

2019-05-15 09:13:36 UTC MAIN commitmail json YAML

texlive-collection-binextra: update to 2019pre1

(markd)

2019-05-15 09:13:23 UTC MAIN commitmail json YAML

Updated archivers/py-zstandard, devel/py-faker, devel/py-isort

(adam)

2019-05-15 09:13:03 UTC MAIN commitmail json YAML

py-isort: updated to 4.3.20

4.3.20:
- Fixed - Pipe redirection broken on Python2.7

(adam)

2019-05-15 09:11:54 UTC MAIN commitmail json YAML

py-faker: updated to 1.0.7

1.0.7:
* Remove dead url from image_placeholder_services.
* Fix missing first_names in Romanian person provider.
* Add Catalan, adds doi/nie/nif/cif to Spain ssn.
* Add texts to generate list of texts.
* Add provider for pl_PL automotive and Polish pesel number.
* Corrected behavior for pyfloat.

(adam)

2019-05-15 09:10:47 UTC MAIN commitmail json YAML

texlive-collection-bibtexextra: update to 2019pre1

(markd)

2019-05-15 09:09:49 UTC MAIN commitmail json YAML

py-zstandard: updated to 0.11.1

0.11.1:
* Fix memory leak in ZstdDecompressionReader.seek()

(adam)

2019-05-15 09:07:38 UTC MAIN commitmail json YAML

Updated devel/cmake, net/samba4

(adam)

2019-05-15 09:07:21 UTC MAIN commitmail json YAML

samba4: updated to 4.10.3

Samba 4.10.3, 4.9.8 and 4.8.12 Security Releases Available
These are security releases in order to address CVE-2018-16860 (Samba AD DC S4U2Self/S4U2Proxy unkeyed checksum).

(adam)

2019-05-15 09:07:04 UTC MAIN commitmail json YAML

texlive-collection-basic: update to 2019

add tex-tlshell

(markd)

2019-05-15 09:06:10 UTC MAIN commitmail json YAML

cmake: updated to 3.14.4

Changes in 3.14.4 since 3.14.3:
* FindBoost: Record compiler features for Boost 1.67 and above
* FindBoost: Fix compiler features for `fiber` and `context`
* iOS: Fix try_compile FILE_COPY not to fail
* target_link_libraries: Fix static library private deps in other dirs
* Help: Add 3.14.4 release notes
* FindSWIG: Support swig4.0
* Apple: Preserve high resolution mtime for static libraries
* Apple: Properly lookup XCTest for iOS and tvOS
* FindPython: NumPy: fix erroneous dependencies management
* FindPython: ensure variable Python_RUNTIME_LIBRARY_DIRS is set correctly

(adam)

2019-05-15 09:01:34 UTC MAIN commitmail json YAML

2019-05-15 09:01:03 UTC MAIN commitmail json YAML

2019-05-15 08:48:09 UTC MAIN commitmail json YAML

tex-fiziko{,-doc}: update to 0.1.3

This MetaPost library was initially written to automate some
elements of black and white illustrations for a physics
textbook. It provides functions to draw things like lines of
variable width, shaded spheres, and tubes of different kinds,
which can be used to produce images of a variety of objects.
The library also contains functions to draw some objects
constructed from these primitives.

(markd)

2019-05-15 08:39:05 UTC MAIN commitmail json YAML

2019-05-15 07:51:19 UTC MAIN commitmail json YAML

2019-05-14 18:26:48 UTC MAIN commitmail json YAML

doc: Updated net/vpnc-script to 20190424

(schmonz)

2019-05-14 18:26:42 UTC MAIN commitmail json YAML

Update to 20190424. From the changelog:

Some vpn clients pass multiple domains for DNS search scope, which
requires that we use search rather than domain. The generic path was
already using search, so just switch the resolvconf path to also use
search.

In a container, /etc/nsswitch.conf might not exist.
Silence the error grep: /etc/nsswitch.conf: No such file or directory

Inside a container, running 'ip route flush cache' can spam with
"ip: can't open '/proc/sys/net/ipv4/route/flush': Read-only file system"
Hide that the error output for that command.

(schmonz)

2019-05-14 17:26:56 UTC MAIN commitmail json YAML

doc: Updated sysutils/intel-microcode-netbsd to 20190514.

(msaitoh)

2019-05-14 17:22:01 UTC MAIN commitmail json YAML

Update intel-microcode-netbsd to 20190514.

== 20190514 Release ==
-- Updates upon 20190312 release --
Processor            Identifier    Version      Products
Model        Stepping F-MO-S/PI      Old->New
---- new platforms ----------------------------------------
VLV          C0      6-37-8/02          00000838 Atom Z series
VLV          C0      6-37-8/0C          00000838 Celeron N2xxx, Pentium N35xx
VLV          D0      6-37-9/0F          0000090c Atom E38xx
CHV          C0      6-4c-3/01          00000368 Atom X series
CHV          D0      6-4c-4/01          00000411 Atom X series
CLX-SP      B1      6-55-7/bf          05000021 Xeon Scalable Gen2
---- updated platforms ------------------------------------
SNB          D2/G1/Q0 6-2a-7/12 0000002e->0000002f Core Gen2
IVB          E1/L1    6-3a-9/12 00000020->00000021 Core Gen3
HSW          C0      6-3c-3/32 00000025->00000027 Core Gen4
BDW-U/Y      E0/F0    6-3d-4/c0 0000002b->0000002d Core Gen5
IVB-E/EP    C1/M1/S1 6-3e-4/ed 0000042e->0000042f Core Gen3 X Series; Xeon E5 v2
IVB-EX      D1      6-3e-7/ed 00000714->00000715 Xeon E7 v2
HSX-E/EP    Cx/M1    6-3f-2/6f 00000041->00000043 Core Gen4 X series; Xeon E5 v3
HSX-EX      E0      6-3f-4/80 00000013->00000014 Xeon E7 v3
HSW-U        C0/D0    6-45-1/72 00000024->00000025 Core Gen4
HSW-H        C0      6-46-1/32 0000001a->0000001b Core Gen4
BDW-H/E3    E0/G0    6-47-1/22 0000001e->00000020 Core Gen5
SKL-U/Y      D0/K1    6-4e-3/c0 000000c6->000000cc Core Gen6
BDX-ML      B0/M0/R0 6-4f-1/ef 0b00002e->00000036 Xeon E5/E7 v4; Core i7-69xx/68xx
SKX-SP      H0/M0/U0 6-55-4/b7 0200005a->0000005e Xeon Scalable
SKX-D        M1      6-55-4/b7 0200005a->0000005e Xeon D-21xx
BDX-DE      V1      6-56-2/10 00000019->0000001a Xeon D-1520/40
BDX-DE      V2/3    6-56-3/10 07000016->07000017 Xeon D-1518/19/21/27/28/31/33/37/41/48, Pentium D1507/08/09/17/19
BDX-DE      Y0      6-56-4/10 0f000014->0f000015 Xeon D-1557/59/67/71/77/81/87
BDX-NS      A0      6-56-5/10 0e00000c->0e00000d Xeon D-1513N/23/33/43/53
APL          D0      6-5c-9/03 00000036->00000038 Pentium N/J4xxx, Celeron N/J3xxx, Atom x5/7-E39xx
SKL-H/S      R0/N0    6-5e-3/36 000000c6->000000cc Core Gen6; Xeon E3 v5
DNV          B0      6-5f-1/01 00000024->0000002e Atom C Series
GLK          B0      6-7a-1/01 0000002c->0000002e Pentium Silver N/J5xxx, Celeron N/J4xxx
AML-Y22      H0      6-8e-9/10 0000009e->000000b4 Core Gen8 Mobile
KBL-U/Y      H0      6-8e-9/c0 0000009a->000000b4 Core Gen7 Mobile
CFL-U43e    D0      6-8e-a/c0 0000009e->000000b4 Core Gen8 Mobile
WHL-U        W0      6-8e-b/d0 000000a4->000000b8 Core Gen8 Mobile
WHL-U        V0      6-8e-d/94 000000b2->000000b8 Core Gen8 Mobile
KBL-G/H/S/E3 B0      6-9e-9/2a 0000009a->000000b4 Core Gen7; Xeon E3 v6
CFL-H/S/E3  U0      6-9e-a/22 000000aa->000000b4 Core Gen8 Desktop, Mobile, Xeon E
CFL-S        B0      6-9e-b/02 000000aa->000000b4 Core Gen8
CFL-H/S      P0      6-9e-c/22 000000a2->000000ae Core Gen9
CFL-H        R0      6-9e-d/22 000000b0->000000b8 Core Gen9 Mobile

(msaitoh)

2019-05-14 16:02:00 UTC MAIN commitmail json YAML

doc: Updated x11/ocaml-graphics to 2.0.0

(jaapb)

2019-05-14 16:01:42 UTC MAIN commitmail json YAML

distinfo file added to x11/ocaml-graphics (needed now)

(jaapb)

2019-05-14 16:01:17 UTC MAIN commitmail json YAML

"Updated" package x11/ocaml-graphics to version 2.0.0.

The package itself hasn't changed, it is just distributed differently;
as a separate package rather than with ocaml itself. The version has
thus regressed from OCaml's 4.07 to an independent 2.0.0, which means
that people will have to manually "upgrade" the package.

(jaapb)

2019-05-14 15:55:44 UTC MAIN commitmail json YAML

2019-05-14 15:49:28 UTC MAIN commitmail json YAML

Note update of lang/rust to 1.34.2.

(he)

2019-05-14 15:48:16 UTC MAIN commitmail json YAML

Update rust to version 1.34.2.

Pkgsrc changes: basically none.

Upstream changes:

Version 1.34.2 (2019-05-14)
===========================

* [Destabilize the `Error::type_id` function due to a security
  vulnerability][60785]

[60785]: https://github.com/rust-lang/rust/pull/60785

(he)

2019-05-14 15:35:19 UTC MAIN commitmail json YAML

Synced if statement in mk/ocaml.mk with that in lang/ocaml/Makefile

(jaapb)

2019-05-14 15:34:16 UTC MAIN commitmail json YAML

2019-05-14 15:16:15 UTC MAIN commitmail json YAML

doc: Updated multimedia/adobe-flash-player to 32.0.0.192

(tsutsui)

2019-05-14 15:15:55 UTC MAIN commitmail json YAML

adobe-flash-player: update to 32.0.0.192.

Upstream announcement:

https://helpx.adobe.com/security/products/flash-player/apsb19-26.html

Adobe Security Bulletin
Security Bulletin for Adobe Flash Player | APSB19-26

Summary

  Adobe has released security updates for Adobe Flash Player for
  Windows, macOS, Linux and Chrome OS. These updates address
  a critical vulnerability in Adobe Flash Player. Successful
  exploitation could lead toarbitrary code executionin the context
  of the current user.

(tsutsui)

2019-05-14 15:11:36 UTC MAIN commitmail json YAML

(inputmethod/ibus-array) Remove unnecessary line -> pyversion.mk

(mef)

2019-05-14 14:47:14 UTC MAIN commitmail json YAML

2019-05-14 14:39:34 UTC MAIN commitmail json YAML

(inputmethod/ibus-array) Eliminate uncessary PLIST_SRC setup. Tkgs leot@

(mef)

2019-05-14 13:24:04 UTC MAIN commitmail json YAML

Updated print/web2c

(adam)

2019-05-14 13:23:10 UTC MAIN commitmail json YAML

2019-05-14 12:54:52 UTC MAIN commitmail json YAML

Updated textproc/uncrustify to 0.69.0

(ryoon)

2019-05-14 12:54:18 UTC MAIN commitmail json YAML

Update to 0.69.0

* Use CMake
* Install cfg files like before

Changelog:
Change highlights in uncrustify-0.69.0 (May 2019)
-------------------------------------------------------------------------------

Changing option:
  - The option name is changed from 'align_assign_func_proto' to 'align_assign_func_proto_span'
      Mar  4 17:19:40 2019

New options:
  - align_constr_value_gap              Apr 24 2019
  - align_constr_value_span              Apr 24 2019
  - align_constr_value_thresh            Apr 24 2019
  - align_func_proto_thresh              Apr  5 2019
  - indent_col1_multi_string_literal    Mar 31 2019
  - sp_paren_noexcept                    Jan 13 2019
  - sp_paren_qualifier                  Jan 11 2019
  - sp_type_question                    Jan 11 2019
  - sp_inside_angle_empty                Dec 27 2018
  - nl_fdef_brace_cond                  Nov 29 2018
  - nl_func_call_start                  Nov 29 2018

Change highlights in uncrustify-0.68 (November 2018)
-------------------------------------------------------------------------------

New options:
  - align_same_func_call_params_span    Nov  9
  - align_same_func_call_params_thresh  Nov  9
  - nl_class_leave_one_liner_groups      Oct 17
  - nl_inside_namespace                  Aug 26
  - sp_return_brace                      Aug 21
  - align_assign_decl_func              Jul 24
  - sp_brace_brace                      Jul 23
  - sp_after_decltype                    Jul 22
  - sp_decltype_paren                    Jul 22
  - align_right_cmt_same_level          Jul 14
  - nl_oc_mdef_brace                    Jul  8
  - mod_enum_last_comma                  Jul  8
  - sp_type_ellipsis                    Jun 15
  - sp_paren_ellipsis                    Jun 15
  - sp_sizeof_ellipsis                  Jun 15
  - sp_sizeof_ellipsis_paren            Jun 15
  - indent_continue_class_head          May 30

Bugfix:
- Issue # 1709, 1713, 1729, 1736, 1739, 1740, 1748, 1752, 1755, 1758, 1760,
    1762, 1763, 1776, 1778, 1782, 1783, 1784, 1786, 1788, 1789, 1804, 1827,
    1832, 1838, 1839, 1854, 1865, 1867, 1870, 1875, 1876, 1888, 1904, 1916,
    1917, 1918, 1919, 1942, 1946, 1947, 1958, 1960, 1962, 1965, 1969, 1979,
    1982, 1985, 1997, 2000, 2001, 2009, 2014, 2015, 2024, 2028, 2032, 2033,
    2035, 2037, 2046, 2055

Change highlights in uncrustify-0.67 (May 2018)
-------------------------------------------------------------------------------

Changing option:

Removed option:

New options:
  - indent_first_for_expr                Apr 29
  - indent_semicolon_for_paren          Apr 29
  - nl_oc_interface_brace                Apr 13
  - nl_oc_implementation_brace          Apr 13
  - indent_cpp_lambda_only_once          Mar 24
  - indent_cs_delegate_body              Mar 18
  - sp_after_noexcept                    Mar 18
  - indent_single_newlines              Mar  6
  - sp_after_ptr_block_caret            Feb 24
  - sp_after_oc_synchronized            Feb 24
  - sp_inside_square_oc_array            Feb 23
  - sp_oc_catch_paren                    Feb 23
  - sp_oc_catch_brace                    Feb 23
  - sp_oc_brace_catch                    Feb 23
  - nl_oc_catch_brace                    Feb 23
  - nl_oc_brace_catch                    Feb 23
  - nl_cs_property_leave_one_liners      Feb 16
  - indent_member_single                Feb 10
  - sp_func_call_user_paren_paren        Feb  5
  - sp_func_call_user_inside_fparen      Feb  5
  - sp_inside_braces_oc_dict            Feb  5
  - nl_create_func_def_one_liner        Jan 17
  - nl_namespace_two_to_one_liner        Jan 15
  - nl_squeeze_paren_close              Jan 15
  - sp_fparen_brace_initializer          Jan 12
  - sp_cpp_before_struct_binding    2018 Jan 12
  - indent_align_paren                  Dec 14
  - nl_tsquare_brace                    Dec  9
  - indent_single_after_return          Nov 28
  - indent_off_after_return_new          Nov 28
  - indent_ignore_asm_block        2017 Nov 05

New keyword:
  - __unused                            Apr 21
  - @synchronized                        Feb 24
  - @available                          Feb 23
  - fixed                                Feb 16
  - @protected                          Feb  4
  - @public                              Feb  4
  - __autoreleasing                      Feb  4
  - __bridge                            Feb  4
  - __bridge_retained                    Feb  4
  - __bridge_transfer                    Feb  4
  - __declspec                          Feb  4
  - __has_include                        Feb  4
  - __has_include_next                  Feb  4
  - __strong                            Feb  4
  - __typeof                            Feb  4
  - __unsafe_unretained                  Feb  4
  - __weak                              Feb  4
  - self                                Feb  4
  - unsafe_unretained              2018 Feb  4
  - where                          2017 Dec  6

Bugfix:
- Debian issue #881249 "FTBFS on armel/i386/mips64el/s390x: cpp_33057 fails"
    is fixed
- Adopt many bugfix and tests from UT:
    10000, 10002, 10003, 10004, 10005, 10006, 10007, 10008, 10009, 10011,
    10012, 10013, 10014, 10015, 10016, 10018, 10019, 10020, 10021, 10022,
    10023, 10024, 10025, 10027, 10028, 10029, 10030, 10031, 10032, 10033,
    10034, 10035, 10036, 10039, 10044, 10045, 10046, 10047, 10048, 10049,
    10050, 10051, 10052, 10053, 10054, 10054, 10055, 10056, 10057, 10058,
    10060, 10062, 10063, 10065, 10066, 10067, 10069, 10070, 10071, 10072,
    10073, 10074, 10075, 10076, 10077, 10078, 10079, 10080, 10100, 10102,
    10103, 10104,
    60001, 60002, 60003, 60004, 60005, 60006, 60007, 60008, 60009, 60011,
    60012, 60013, 60014, 60015, 60016, 60017, 60018, 60019, 60020, 60021,
    60022, 60023, 60024, 60025, 60026, 60027, 60028, 60029, 60030, 60031,
    60032, 60033, 60034, 60036, 60037, 60038, 60039, 60040

New:
  - Add crash handling for Windows

Change highlights in uncrustify-0.66 (November 2017)
-------------------------------------------------------------------------------

New options:
  - sp_arith_additive                    Oct 17
  - sp_angle_colon                      Oct 17
  - nl_func_call_empty                  Sep 30
  - nl_func_call_paren_empty            Sep 30
  - align_func_params_span              Sep 29
  - align_func_params_thresh            Sep 29
  - align_func_params_gap                Sep 29
  - nl_func_call_paren                  Jul 25
  - indent_paren_after_func_def          Jul 21
  - indent_paren_after_func_decl        Jul 21
  - indent_paren_after_func_call        Jul 21
  - nl_func_paren_empty                  Jul 07
  - nl_func_def_paren_empty              Jul 07
  - indent_switch_pp                    Jun 22
  - pp_indent_case                      Jun 22
  - pp_indent_func_def                  Jun 22
  - pp_indent_extern                    Jun 22
  - pp_indent_brace                      Jun 22

Changing option:
  - The option name is changed from 'align_number_left' to 'align_number_right'

Bugfix:
- Issue # 548, 1098, 1103, 1108, 1112, 1127, 1134, 1158, 1165, 1170, 1187,
    1200, 1203, 1236, 1249, 1310, 1315, 1340, 1349, 1352, 1366 are fixed

Change highlights in uncrustify-0.65 (May 2017)
-------------------------------------------------------------------------------

New options:
  - nl_before_if_closing_paren                    May 12
  - sp_after_type_brace_init_lst_open              May 09
  - sp_before_type_brace_init_lst_close            May 09
  - sp_inside_type_brace_init_lst                  May 09
  - sp_type_brace_init_lst                        May 09
  - nl_type_brace_init_lst                        May 09
  - nl_type_brace_init_lst_open                    May 09
  - nl_type_brace_init_lst_close                  May 09
  - mod_sort_oc_property_class_weight              May 05
  - mod_full_brace_nl_block_rem_mlcond            Mar 17
  - sp_inside_newop_paren_open                    Mar 13
  - sp_inside_newop_paren                          Mar 13
  - sp_after_newop_paren                          Mar 13
  - sp_inside_newop_paren_close                    Mar 13
  - pp_ignore_define_body                          Feb 18
  - sp_enum_colon                                  Feb 13
  - nl_enum_class                                  Feb 13
  - nl_enum_class_identifier                      Feb 13
  - nl_enum_identifier_colon                      Feb 13
  - nl_enum_colon_type                            Feb 13
  - indent_param                                  Feb 01
  - include_category_0                            Jan 24
  - include_category_1                            Jan 24
  - include_category_2                      2017  Jan 24
  - force_tab_after_define                  2016  Dec 29
  - nl_max_blank_in_func                          Nov 26
  - indent_ternary_operator                        Nov 24
  - indent_using_block                            Oct 20

New:
  - emscripten interface
  - removal of autogen / configure build
  - list options that are now AT_UNUM type
  - change option name from align_number_left to align_number_right

Removed option:
  - dont_protect_xcode_code_placeholders

Removed MS calling convention keywords:
  - __cdecl, __clrcall, __fastcall, __stdcall, __thiscall, __vectorcall

Bugfix:
- Issue # 324, 398, 404, 497, 525, 575, 633, 638, 643, 646, 663, 666,
    679, 682, 687, 726, 752, 753, 793, 815, 825, 842, 857, 859, 869, 870,
    889, 902, 916, 917, 928, 935, 938, 940, 972, 1002, 1005, 1020, 1030,
    1032, 1041, 1068, 1117, 1139 are fixed
- Proposal #381, 876 are adopted.

Change highlights in uncrustify-0.64 (October 2016)
-------------------------------------------------------------------------------

New:
- Support for new C#6 language elements. (Bug #672)
    Expression filter with the keyword 'when' in try/catch is now supported.
    Null conditional operator (?.) is now supported.

New options:
- align_var_class_span                            Aug 23
- align_var_class_thresh                          Aug 23
- align_var_class_gap                              Aug 23
- pos_enum_comma                                  Aug 14
- indent_token_after_brace                        Aug  3
- cmt_multi_first_len_minimum                      Aug  2
- nl_enum_own_lines                                Aug  1
- nl_func_class_scope                              Jul 26
- nl_squeeze_ifdef_top_level                      Jul 24
- sp_super_paren                                  Jul 21
- sp_this_paren                                    Jul 21
- sp_angle_paren_empty                            Jul 21
- sp_after_operator_sym_empty                      Jul 20
- sp_skip_vbrace_tokens                            Jul 13
- indent_cs_delegate_brace                        Jul  9
- cmt_insert_before_inlines                        Jun 29
- cmt_insert_before_ctor_dtor                      Jun 29
- mod_full_brace_if_chain_only                    Jun 28
- nl_func_decl_start_multi_line                    Jun 28
- nl_func_def_start_multi_line                    Jun 28
- nl_func_decl_args_multi_line                    Jun 28
- nl_func_def_args_multi_line                      Jun 28
- nl_func_decl_end_multi_line                      Jun 28
- nl_func_def_end_multi_line                      Jun 28
- nl_func_call_start_multi_line                    Jun 28
- nl_func_call_args_multi_line                    Jun 28
- nl_func_call_end_multi_line                      Jun 28
- use_options_overriding_for_qt_macros            Jun 16
- sp_func_def_paren_empty                          Jun 15
- sp_func_proto_paren_empty                        Jun 15
- sp_func_class_paren_empty                        Jun 15
- nl_oc_block_brace                                May 26
- nl_split_if_one_liner                            May 26
- nl_split_for_one_line                            May 24
- nl_split_while_one_liner                        May 24
- nl_after_func_class_proto                        May 12
- nl_after_func_class_proto_group                  May 12 2016

Bugfix:
- Bugs #620, #651, #654, #662, #663, #664, #670, #671, #672, #674 are fixed
- Issues #322, #323, #359, #405, #408, #412, #478, #481, #495, #503, #509, #512, #513, #514,
    #518, #519, #520, #521, #522, #524, #529, #530, #533, #536, #539, #542,
    #543, #544, #546, #568 are fixed
- Proposals #409, #477 are implemented
- Issue #411 is partialy fixed

Change highlights in uncrustify-0.63 (Mar 2016)
-------------------------------------------------------------------------------

New:
- The branch uncrustify4Qt is now merged.
- A configuration file for the sources of uncrustify is provided:
    forUncrustifySources.cfg
- Some considerations about the problem "stable" are described at
    forUncrustifySources.txt
- Simplify expressions such as:
    if ((cpd.lang_flags & LANG_PAWN) != 0)
  to
    if (cpd.lang_flags & LANG_PAWN)
- introduce CT_STDCALL to work with typedef void (__stdcall *func)(); Bug # 633
- introduce some more MS calling conventions: __cdecl, __clrcall, __fastcall, __thiscall, __vectorcall
    https://msdn.microsoft.com/en-us/library/984x0h58.aspx

New options:
- nl_before_func_class_def                        Apr 16
- nl_before_func_class_proto                      Apr 16
- nl_before_func_body_def                          Apr 25
- nl_before_func_body_proto                        Apr 25
- use_indent_continue_only_once                    Mar  7 2016

Bugfix:
- Simplify some more expressions.
- Bugfix for win32 for the flags.
- make test c/ 00617 stable
- make test c/ 02501 stable
- The issue #467 and the test tests/output/c/02100-i2c-core.c are not yet fixed.
- uncrustify all the sources with forUncrustifySources.cfg
- better descriptions for options
- bug #631 is fixed
- produce a better dump output
- DbConfig::configuredDatabase()->apply(db); is NOT a declaration of a variable
- bug # 657 is fixed: change 'mode' if necessary for 'pos_class_comma'
- fix 3 calls of unc_add_option for "align_oc_msg_colon_span",
    "indent_oc_block_msg", "indent_oc_msg_colon"
- bugs #664, #662, #654, #653, #651 and #633 are fixed

Reverse:
- space: drop vbrace tokens... 2014-09-01 06:33:17
  I cannot anderstand this change.
  It makes some troubles: Bug # 637
  No test file for it found
  Reverse the change until more informations could be found

Change:
- CT_DC_MEMBER + CT_FOR into CT_DC_MEMBER + CT_FUNC_CALL

Some more Qt-macros:
- Q_GADGET
- for_each

Change highlights in uncrustify4Qt-0.62 (Oct 2015)
-------------------------------------------------------------------------------
This is an extention of uncrustify to support Qt-macros
- Q_OBJECT
- Q_EMIT
- SLOT
- SIGNAL
- Q_FOREACH
- Q_FOREVER

Change highlights in uncrustify4Qt-0.62 (Oct 2015)
-------------------------------------------------------------------------------
New options:
- use_indent_func_call_param

Change highlights in uncrustify-0.62 (2 Feb 2016)
-------------------------------------------------------------------------------
This release is just a roll-up of the past year.
Many bugs were squashed and many options were added.

New options:
- string_replace_tab_chars
- disable_processing_cmt
- enable_processing_cmt
- enable_digraphs
- indent_class_on_colon
- indent_shift
- indent_min_vbrace_open
- indent_vbrace_open_on_tabstop
- sp_after_mdatype_commas
- sp_before_mdatype_commas
- sp_between_mdatype_commas
- sp_cmt_cpp_doxygen
- sp_cmt_cpp_qttr
- sp_between_new_paren
- nl_while_leave_one_liners
- nl_synchronized_brace
- nl_before_synchronized
- nl_after_synchronized
- nl_after_label_colon

Change highlights in uncrustify-0.61 (22 Dec 2014)
-------------------------------------------------------------------------------
This release is just a roll-up of the past two years.
Many bugs were squashed and many options were added.

New options:
- indent_paren_open_brace
- indent_namespace_single_indent
- indent_constr_colon
- indent_oc_msg_prioritize_first_colon
- indent_oc_block_msg_xcode_style
- indent_oc_block_msg_from_keyword
- indent_oc_block_msg_from_colon
- indent_oc_block_msg_from_caret
- indent_oc_block_msg_from_brace
- sp_enum_paren
- sp_cparen_oparen
- sp_after_ptr_star_qualifier
- sp_after_constr_colon
- sp_before_constr_colon
- sp_fparen_dbrace
- sp_word_brace
- sp_word_brace_ns
- sp_cond_colon_before
- sp_cond_colon_after
- sp_cond_question_before
- sp_cond_question_after
- sp_cond_ternary_short
- align_keep_extra_space
- nl_cpp_lambda_leave_one_liners
- nl_brace_square
- nl_brace_fparen
- nl_constr_init_args
- nl_cpp_ldef_brace
- nl_paren_dbrace_open
- nl_constr_colon
- pos_constr_comma
- pos_constr_colon
- mod_add_long_namespace_closebrace_comment
- cmt_convert_tab_to_spaces

(ryoon)

2019-05-14 12:39:10 UTC MAIN commitmail json YAML

tex package updates

(markd)

2019-05-14 12:37:40 UTC MAIN commitmail json YAML

2019-05-14 12:34:24 UTC MAIN commitmail json YAML

tex-texlive.infra: update to 2019

texlive 2019 updates

(markd)

2019-05-14 12:30:20 UTC MAIN commitmail json YAML

2019-05-14 12:27:41 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20190511

(leot)

2019-05-14 12:26:32 UTC MAIN commitmail json YAML

youtube-dl: Update to 20190511

Changes:
2019.05.11
----------
Core
* [utils] Transliterate "綻" as "th" (#20897)

Extractors
+ [cloudflarestream] Add support for videodelivery.net (#21049)
+ [byutv] Add support for DVR videos (#20574, #20676)
+ [gfycat] Add support for URLs with tags (#20696, #20731)
+ [openload] Add support for verystream.com (#20701, #20967)
* [youtube] Use sp field value for signature field name (#18841, #18927,
  #21028)
+ [yahoo:gyao] Extend URL regular expression (#21008)
* [youtube] Fix channel id extraction (#20982, #21003)
+ [sky] Add support for news.sky.com (#13055)
+ [youtube:entrylistbase] Retry on 5xx HTTP errors (#20965)
+ [francetvinfo] Extend video id extraction (#20619, #20740)
* [4tube] Update token hosts (#20918)
* [hotstar] Move to API v2 (#20931)
* [fox] Fix API error handling under python 2 (#20925)
+ [redbulltv] Extend URL regular expression (#20922)

(leot)

2019-05-14 12:25:36 UTC MAIN commitmail json YAML

2019-05-14 12:04:49 UTC MAIN commitmail json YAML

Updated sysutils/intellij-fsnotifier to 0.0.20190228nb1

(ryoon)

2019-05-14 12:04:24 UTC MAIN commitmail json YAML

Fix instakllation pathes, bump PKGREVISION

(ryoon)

2019-05-14 11:40:36 UTC MAIN commitmail json YAML

wireshark: add spandsp to options; fixes buidling when spandsp is already installed

(adam)

2019-05-14 11:39:38 UTC MAIN commitmail json YAML

2019-05-14 11:22:47 UTC MAIN commitmail json YAML

tex-l3experimental: update to 2019

- Clipping of paths by `l3draw`

(markd)

2019-05-14 11:17:39 UTC MAIN commitmail json YAML

2019-05-14 11:08:33 UTC MAIN commitmail json YAML

tex-l3kernel{,-doc}: update to 2019

### Changed

- Moved `\tl_if_single_token:n(TF)` to stable

- Moved `\file_get_mdfive_hash:nN(TF)`, `\file_get_size:nN(TF)`
    and `\file_get_timestamp:nN(TF)` to stable

- Moved `\file_if_exist_input:n` and `\file_if_exist_input:nF` to stable

- Moved `\file_input_stop:` to stable

- Moved `\peek_N_type:TF` to stable

- Experimental `\driver_pdf_compress_objects:n` replaces
  `\driver_pdf_objects_(en|dis)able:`

### Fixed

- Support for ConTeXt from mid-December 2018

- Infinite loop in some cases in DVI mode due to link-breaking code
- Category code of output from `\char_<target>_case:N`, and
  same issue in `\str_<target>_case:n`

- Some issues in `dvisvgm` driver

### Added

- Experimental support for a range of PDF concepts at the lowest
  (driver abstraction) level

- New `l3legacy` module containing
  - `\legacy_if:n(TF)`

- `\char_str_<target>_case:N`

- `.muskip:N` property

- Experimental driver-level interfaces for image inclusion
- Experimental `\ior_shell_open:Nn`

(markd)

2019-05-14 10:53:47 UTC MAIN commitmail json YAML

tex-ebgaramond{,-doc}: update to 2019

Added support for standard NFSS series codes.
Added support for LGR encoding.

Support for the Medium weight (omitted by mistake in the last update).

(markd)

2019-05-14 10:49:38 UTC MAIN commitmail json YAML

platform/Darwin.mk: Fix a typo (s/Mojava/Mojave/)

(leot)

2019-05-14 10:33:25 UTC MAIN commitmail json YAML

2019-05-14 10:16:51 UTC MAIN commitmail json YAML

2019-05-14 10:05:41 UTC MAIN commitmail json YAML

2019-05-14 09:54:13 UTC MAIN commitmail json YAML

2019-05-14 09:30:24 UTC MAIN commitmail json YAML

Add Sierra, High Sierra and Mojava to the version comparison table. Non functional change.

(yyamano)

2019-05-14 07:44:58 UTC MAIN commitmail json YAML

doc: Add missing category to latest sysutils/arm-trusted-firmware-fiptool entry

(leot)

2019-05-14 07:42:23 UTC MAIN commitmail json YAML

Updated devel/py-isort, devel/py-test

(adam)

2019-05-14 07:42:01 UTC MAIN commitmail json YAML

py-test: updated to 4.5.0

pytest 4.5.0:

Features
- A warning is now emitted when unknown marks are used as a decorator.
  This is often due to a typo, which can lead to silently broken tests.
- Show XFail reason as part of JUnitXML message field.
- Messages from crash reports are displayed within test summaries now, truncated to the terminal width.
- New flag --strict-markers that triggers an error when unknown markers (e.g. those not registered using the markers option_ in the configuration file) are used in the test suite.
  The existing --strict option has the same behavior currently, but can be augmented in the future for additional checks.
- Assertion failure messages for sequences and dicts contain the number of different items now.
- Improve reporting with --lf and --ff (run-last-failure).
- The --cache-show option/action accepts an optional glob to show only matching cache entries.
- Standard input (stdin) can be given to pytester's Testdir.run() and Testdir.popen().
- The -r option learnt about A to display all reports (including passed ones) in the short test summary.
- The short test summary is displayed after passes with output (-rP).
- The --last-failed (--lf) option got smarter and will now skip entire files if all tests
  of that test file have passed in previous runs, greatly speeding up collection.
- Introduce new specific warning PytestWarning subclasses to make it easier to filter warnings based on the class, rather than on the message. The new subclasses are:
  * PytestAssertRewriteWarning
  * PytestCacheWarning
  * PytestCollectionWarning
  * PytestConfigWarning
  * PytestUnhandledCoroutineWarning
  * PytestUnknownMarkWarning
- New record_testsuite_property session-scoped fixture allows users to log <property> tags at the testsuite
  level with the junitxml plugin.
  The generated XML is compatible with the latest xunit standard, contrary to
  the properties recorded by record_property and record_xml_attribute.
- The default logging format has been changed to improve readability. Here is an
  example of a previous logging message::
      test_log_cli_enabled_disabled.py    3 CRITICAL critical message logged by test
  This has now become::
      CRITICAL root:test_log_cli_enabled_disabled.py:3 critical message logged by test
  The formatting can be changed through the log_format <https://docs.pytest.org/en/latest/reference.html#confval-log_format>__ configuration option.
- --fixtures now also shows fixture scope for scopes other than "function".

Bug Fixes
- Deselected items from plugins using pytest_collect_modifyitems as a hookwrapper are correctly reported now.
-  With usage errors exitstatus is set to EXIT_USAGEERROR in the pytest_sessionfinish hook now as expected.
- outcome.exit is not used with EOF in the pdb wrapper anymore, but only with quit.

Improved Documentation
- Expand docs on registering marks and the effect of --strict.

Trivial/Internal Changes
- logging.raiseExceptions is not set to False anymore.
- pytest now depends on wcwidth <https://pypi.org/project/wcwidth>__ to properly track unicode character sizes for more precise terminal output.
- pytester's Testdir.popen() uses stdout and stderr via keyword arguments with defaults now (subprocess.PIPE).
- The code for the short test summary in the terminal was moved to the terminal plugin.
- Improved validation of kwargs for various methods in the pytester plugin.
- record_property now emits a PytestWarning when used with junit_family=xunit2: the fixture generates
  property tags as children of testcase, which is not permitted according to the most
  recent schema <https://github.com/jenkinsci/xunit-plugin/blob/master/
  src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd>__.
- Pin pluggy to < 1.0 so we don't update to 1.0 automatically when
  it gets released: there are planned breaking changes, and we want to ensure
  pytest properly supports pluggy 1.0.

(adam)

2019-05-14 07:34:50 UTC MAIN commitmail json YAML

py-isort: updated to 4.3.19

4.3.19:
- Fixed - correctly handle pyi (Python Template Files) to match `black` output

(adam)

2019-05-14 06:21:42 UTC MAIN commitmail json YAML

py-django-filer: mark as not for python-2.7

because py-django-mptt, a dependency, does not support it

(wiz)