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 (27m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 11:27:13 UTC Now

2020-12-07 15:12:15 UTC MAIN commitmail json YAML

2020-12-07 14:42:00 UTC MAIN commitmail json YAML

py-cairo: mark with PYTHON_SELF_CONFLICT

While here, simplify PLIST since this no longer supports python 2.x

(wiz)

2020-12-07 13:14:39 UTC MAIN commitmail json YAML

2020-12-07 13:06:00 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/lxqt to 0.16.0

(pin)

2020-12-07 13:05:38 UTC MAIN commitmail json YAML

meta-pkgs/lxqt: update to 0.16.0

For changes see the individual components

(pin)

2020-12-07 13:05:12 UTC MAIN commitmail json YAML

mksandbox: Copy mounts that are symlinks.

Resolves issues seen on newer Linux.  I've had this in my tree for a while,
ride previous version bump.

(jperkin)

2020-12-07 13:04:05 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-session to 0.16.0

(pin)

2020-12-07 13:03:40 UTC MAIN commitmail json YAML

x11/lxqt-session: update to 0.16.0

-Don't use deprecated QProcess methods.
-Don't use 0/nullptr to initialize QFlags.
-Removed Default Applications page.

(pin)

2020-12-07 12:56:04 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-panel to 0.16.1

(pin)

2020-12-07 12:55:29 UTC MAIN commitmail json YAML

x11/lxqt-panel: update to 0.16.1

0.16.1
-Fixed compilation with Qt 5.12 and Qt 5.13.

0.16.0
-Use a stylesheet for progress-bars of Sensors plugin.
-Implemented auto-hiding for Status Notifier.
-Added option to task button for moving the window to next monitor.
-Added option to place task buttons of new windows next to the existing ones
of same class when task buttons are ungrouped.
-Removed incorrect and redundant explanation of milliseconds from World Clock.
-Don't call non-const member functions on temporaries.
-Prevent possible C++11 range loop container detachment.
-Fixed the sizes and alignments of some plugins at startup.
-Added right-click menu to main menu items.
-Address deprecation warnings/errors.
-Added XF86Eject button action.

(pin)

2020-12-07 12:49:45 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-runner to 0.16.0

(pin)

2020-12-07 12:49:19 UTC MAIN commitmail json YAML

x11/lxqt-runner: update to 0.16.0

-Don't use QProcess deprecates methods.
-Silenced the warnings about unused function parameters.
-Drop the obsolete classs QDesktopWidget.

(pin)

2020-12-07 12:43:09 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-config to 0.16.1

(pin)

2020-12-07 12:42:45 UTC MAIN commitmail json YAML

x11/lxqt-config: update to 0.16.1

0.16.1
-Fixed a regression in setting the acceleration speed of mouse/touchpad.

0.16.0
-Better UI for lxqt-config-brightness.
-Avoid C++11 range for possible container detachment.
-Only use QStringLiteral where it avoids allocations.
-Initialize monitor settings config in "lxqt-config-monitor/monitor.h".
-Use QFlags default constructor.
-Fixed a crash in lxqt-config-monitor.
-Fixed type associations and added "Default Application".
-Detailed palette customization in lxqt-config-appearance.
-Remember sizes of appearance and file associations dialogs.

(pin)

2020-12-07 12:41:34 UTC MAIN commitmail json YAML

doc: Updated lang/nim to 1.4.2

(ryoon)

2020-12-07 12:40:44 UTC MAIN commitmail json YAML

nim: Update to 1.4.2

Changelog:
Bugfixes

  * Fixed "dbQuote additional escape regression" (#15560)
  * Fixed "[ARC] Finalizer with a do notation proc crashes the compiler" (#
    15599)
  * Fixed "./koch drnim: git checkout ... fails (invalid git hash)" (#15639)
  * Fixed "Testament does not check memory leaks with Valgrind" (#15631)
  * Fixed "Templates can't be made discardable" (#13609)
  * Fixed "Taking a view of var openArray[T] generates broken C" (#15652)
  * Fixed "Regression: parsecsv from newGZFileStream" (#12410)
  * Fixed "NimVM generic procs that take anonymous tuples gives nil access
    error." (#15662)
  * Fixed "net.$ is not printing a zero group smaller than the compressed
    group" (#15698)
  * Fixed "map, mapIt, filter cause a segfault at compile time in a static
    block when passed an inline function" (#15363)
  * Fixed "const Table losing object variant data at runtime" (#8007)
  * Fixed "regression(1.0.2 => 1.0.4) VM register messed up depending on
    unrelated context" (#15704)
  * Fixed "VM: nil procvar treated as not nil in VM, causing FieldDefect and
    further errors" (#15595)
  * Fixed "ICE with sequtils + algorithm (mapIt, sortedByIt) + json " (#10456
    )
  * Fixed "Size of packed enum of byte is 2 byte; if highest value is 0xFF but
    should be 1" (#15752)
  * Fixed "OrderedTable.== throws error on empty table: unhandled exception:
    index out of bounds..." (#15750)
  * Fixed "strictFunc: system & is considered to have side effects under arc
    mode" (#15756)
  * Fixed "JSON parsing fails for integer values greater than BiggestInt.max
    " (#15413)
  * Fixed "yet another cmpIgnoreStyle bug" (#7686)
  * Fixed "1 mod 0 gives NaN with JS backend" (#7127)
  * Fixed "Discarding a dom.Node raises a javascript error" (#15638)
  * Fixed "Regression: overriding streams.write(T) does not work on 0.19
    anymore" (#9091)
  * Fixed "Converter is applied to the first parameter of operator instead of
    last" (#9165)
  * Fixed "Recursion using concepts crashes compiler" (#8012)
  * Fixed "Union types in javascript" (#7658)
  * Fixed "Ambiguous call error when it's not" (#7416)
  * Fixed "Codegen does not like shadowed parameter" (#7374)
  * Fixed "incomplete code generation when using a compile time variable at
    run time (undeclared identifier)" (#6036)
  * Fixed "Compiler doesn't warn when using {.global.} and {.threadvar.} on
    JS backend despite it not working" (#11625)
  * Fixed "Discarding output with nested for/if statements" (#14227)
  * Fixed "regression: docgen drops enum doc comments" (#15702)
  * Fixed "regression(1.0): codegen error with locals" (#12682)
  * Fixed "[JS] $ on an enum in an if expression causes bad codegen" (#15651)
  * Fixed "Error upon conditional declaration inside a template" (#3670)
  * Fixed "Compiler crash when a value in enum is converted to the enum itself
    " (#15145)
  * Fixed "[AssertionDefect] json.to(type) on object with Option[ref object]
    field" (#15815)
  * Fixed "Crash with const tuple unpacking" (#15717)
  * Fixed "JS codegen can produce extreme switch statements with case a of
    range" (#8821)
  * Fixed "cannot capture result, produces unhelpful eror" (#15594)
  * Fixed "Code that work in 1.2.6, but not 1.4.0" (#15804)
  * Fixed "C-backend link failure for let with {.global, compileTime.} pragma
    " (#12640)
  * Fixed "json.to crashes (SIGSEGV) when object attribute is a JsonNode and
    the key is not there" (#15835)
  * Fixed "Cannot use custom pragmas in ref object" (#8457)
  * Fixed "GC_ref on empty string fails with [GCASSERT] incRef: interiorPtr"
    (#10307)
  * Fixed "VM segmentation faults with swap" (#15463)
  * Fixed "$(s: WideCString) changes result to repr on -gc:arc" (#15663)
  * Fixed "unittest.check rejects with a type error, code that Nim otherwise
    accepts" (#15618)
  * Fixed "Type mismatch on init of static[T] object with T being a static[U]
    " (#11142)
  * Fixed "sizeof array with static N crash in type section" (#12636)
  * Fixed "-gc:arc segfaults when returning result from a proc" (#15609)
  * Fixed "Error: 'newHttpHeaders' can have side effects" (#15851)
  * Fixed "template that overloads [] accessor does not compile" (#8829)
  * Fixed "Simple type definition crash" (#12897)
  * Fixed "mapIt from sequtils not working in {.push compile_time.} context"
    (#12558)
  * Fixed "-gc:arc/orc Error: unhandled exception: 'sym' is not accessible
    using discriminant 'kind' of type 'TNode' [FieldDefect]" (#15707)
  * Fixed "incorrect type inference with static: Error: ordinal type expected
    " (#15858)
  * Fixed "constructor causes SIGBUS if a destroy is defined" (#14601)
  * Fixed "internal error: getTypeDescAux(tyOr) on sink UnionType argument" (
    #15825)
  * Fixed "Console apps in Windows can rise OSError" (#15874)
  * Fixed "nim doc cannot grok IOSelectorsException" (#12471)
  * Fixed "Method dispatch silently breaks on non-ref objects" (#4318)
  * Fixed "Cannot take the compile-time sizeof Atomic types" (#12726)
  * Fixed "Setting subscript index of cstring is allowed and generates bad
    code" (#14157)
  * Fixed "Compiler crash using if as an expression with a noreturn branch" (
    #15909)
  * Fixed "docgen fatal: result[0].kind == nkSym [AssertionDefect]" (#15916)
  * Fixed "Iterator for sharedlist won't iterate all items." (#15941)
  * Fixed "Embedded templates with iterators fails to compile" (#2771)
  * Fixed "C++ Atomics in union: ::::::field with constructor not allowed in
    anonymous aggregate" ([#13062](https://github.com/nim-lang/Nim/issues/
    13062))
  * Fixed "memory corruption in tmarshall.nim" (#9754)
  * Fixed "JS backend doesn't handle float->int type conversion " (#8404)
  * Fixed "The "try except" not work when the "OSError: Too many open files
    " error occurs!" (#15925)
  * Fixed "lent gives wrong results with -d:release" (#14578)
  * Fixed "backticks : Using reserved keywords as identifiers is not
    documented" (#15806)
  * Fixed "backticks : Using reserved keywords as identifiers is not
    documented" (#15806)
  * Fixed "backticks : Using reserved keywords as identifiers is not
    documented" (#15806)
  * Fixed "backticks : Using reserved keywords as identifiers is not
    documented" (#15806)
  * Fixed "Program SIGSEGV when using '-gc:orc'" (#15753)
  * Fixed "Assignment to Option[T] doesn't call destructor on existing
    contained value" (#15910)
  * Fixed "In for loop _ is accessible" (#15972)
  * Fixed "Pragma codegenDecl doesn't work inside iterators" (#6497)
  * Fixed "nim js --gc:arc gives bad error: undeclared identifier: '+!'" (#
    16033)
  * Fixed "create a new function definitions got Internal error: environment
    misses:" (#14847)
  * Fixed "Nim emits #line 0 C preprocessor directives with -debugger:native,
    with ICE in gcc-10" (#15942)
  * Fixed "Serializing and deserializing a proc SIGSEV's" (#16022)
  * Fixed "Small tutorial error" (#16047)
  * Fixed "lent codegen error for c++ (works with c,js,vm)" (#15958)
  * Fixed "sink var/var sink both accepted; sink var leads to bad codegen and
    strange behavior" (#15671)
  * Fixed "tfuturevar fails when activated" (#9695)
  * Fixed "db_sqlite: Error: undeclared field: 'untypedLen'" (#16080)
  * Fixed "xmlparser removes significant white space" (#14056)
  * Fixed "nre.escapeRe is not gcsafe" (#16103)
  * Fixed "macros.getImpl still return incorrect AST for Sym "XXX:ObjectType
    "" (#16110)
  * Fixed ""Error: internal error: genRecordFieldAux" - in the "version-1-4
    " branch" (#16069)
  * Fixed "Tracking memory leaks under ORC (mostly with async)" (#15076)
  * Fixed "Const seq into sink arg: =copy operator not found" (#16120)
  * Fixed "Copying of a sink parameter into a variable not allowed" (#16119)
  * Fixed "Memleak in AsyncHttpServer with arc/orc" (#16154)

(ryoon)

2020-12-07 12:39:54 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-notificationd to 0.16.0

(pin)

2020-12-07 12:39:29 UTC MAIN commitmail json YAML

x11/lxqt-notificationd: update to 0.16.0

-Avoided container detachment.
-Dropped deprecated QProcess method.
-Added an option for showing notifications in the screen with the mouse pointer.

(pin)

2020-12-07 12:36:04 UTC MAIN commitmail json YAML

doc: Updated pkgtools/mksandbox to 1.9

(jperkin)

2020-12-07 12:35:52 UTC MAIN commitmail json YAML

mksandbox: Update to version 1.9.

On Linux create an additional read/write bind mount for /dev/shm.  It should be
a tmpfs mount writeable by all users, whereas the default devtmpfs permissions
for the directory are 0755.

Fixes builds of newer python releases as a non-root user.

(jperkin)

2020-12-07 12:35:05 UTC MAIN commitmail json YAML

doc: Updated sysutils/lxqt-powermanagement to 0.16.0

(pin)

2020-12-07 12:34:35 UTC MAIN commitmail json YAML

sysutils/lxqt-powermanagement: update to 0.16.0

-Added a Power keys section for customizing actions of power, suspend and
hibernate keys.
-Dropped QProcess deprecated methods.

(pin)

2020-12-07 12:32:18 UTC MAIN commitmail json YAML

doc: Updated mail/thunderbird-l10n to 78.5.1

(ryoon)

2020-12-07 12:31:55 UTC MAIN commitmail json YAML

thunderbird-l10n: Update to 78.5.1

* Sync with mail/thunderbird-78.5.1.

(ryoon)

2020-12-07 12:31:32 UTC MAIN commitmail json YAML

doc: Updated mail/thunderbird to 78.5.1

(ryoon)

2020-12-07 12:30:56 UTC MAIN commitmail json YAML

thunderbird: Update to 78.5.1

Changelog:
What's New
OpenPGP: Added option to disable email subject encryption

Changes
OpenPGP public key import now supports multi-file selection and bulk accepting imported keys
MailExtensions: getComposeDetails will wait for "compose-editor-ready" event

Fixes
New mail icon was not removed from the system tray at shutdown
"Place replies in the folder of the message being replied to" did not work when using "Reply to List"
Thunderbird did not honor the "Run search on server" option when searching messages
Highlight color for folders with unread messages wasn't visible in dark theme
OpenPGP: Key were missing from Key Manager
OpenPGP: Option to import keys from clipboard always disabled
The "Link" button on the large attachments info bar failed to open up Filelink section in Options if the user had not yet configured Filelink
Address book: Printing members of a mailing list resulted in incorrect output
Unable to connect to LDAP servers configured with a self-signed SSL certificate
Autoconfig via LDAP did not work as expected
Calendar: Pressing Ctrl-Enter in the new event dialog would create duplicate events
Various security fixes

Security fixes:
#CVE-2020-26970: Stack overflow due to incorrect parsing of SMTP server response codes

(ryoon)

2020-12-07 12:30:12 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-qtplugin to 0.16.0

(pin)

2020-12-07 12:29:41 UTC MAIN commitmail json YAML

x11/lxqt-qtplugin: update to 0.16.0

-Do not reset widget palettes on changing style.
-Support more palette colors for better customization.

(pin)

2020-12-07 12:25:49 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-globalkeys to 0.16.0

(pin)

2020-12-07 12:25:25 UTC MAIN commitmail json YAML

x11/lxqt-globalkeys: update to 0.16.0

-Added shortcut to configure display.
-Silenced unused function parameters warnings.
-Do not grab keys of disabled client actions.
-Do not requite daemon restart for enabling shortcuts.

(pin)

2020-12-07 12:21:10 UTC MAIN commitmail json YAML

doc: Updated security/lxqt-openssh-askpass to 0.16.0

(pin)

2020-12-07 12:20:46 UTC MAIN commitmail json YAML

2020-12-07 12:17:42 UTC MAIN commitmail json YAML

doc: Updated security/lxqt-sudo to 0.16.0

(pin)

2020-12-07 12:17:20 UTC MAIN commitmail json YAML

security/lxqt-sudo: update to 0.16.0

-Use QFlags default constructor.

(pin)

2020-12-07 12:15:52 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-admin to 0.16.0

(pin)

2020-12-07 12:15:28 UTC MAIN commitmail json YAML

x11/lxqt-admin: update to 0.16.0

-Use QFlags default constructor.
-Fixed a settings memory leak.
-Rigenerated all desktop files, completed italian translation, fixed title in
README.

(pin)

2020-12-07 12:14:08 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-about to 0.16.0

(pin)

2020-12-07 12:13:44 UTC MAIN commitmail json YAML

x11/lxqt-about: update to 0.16.0

-Bumped version to 0.16.0.
-Fixed Razor-qt link.
-Fixed Weblate links.

(pin)

2020-12-07 12:10:47 UTC MAIN commitmail json YAML

doc: Updated security/lxqt-policykit to 0.16.0

(pin)

2020-12-07 12:10:22 UTC MAIN commitmail json YAML

2020-12-07 12:03:37 UTC MAIN commitmail json YAML

doc: Updated audio/pavucontrol-qt to 0.16.0

(pin)

2020-12-07 12:03:03 UTC MAIN commitmail json YAML

audio/pavucontrol-qt:update to 0.16.0

-Safely iterate over card profile info array.
-Fall back to default icon when no candidate is found.
-Elide playback name label if needed
-Don't force a height on progressbars.
-Remove warnings about unused function parameters.
-Wrapped the text of connecting error label.

(pin)

2020-12-07 12:01:44 UTC MAIN commitmail json YAML

doc: Updated wm/obconf-qt to 0.16.0

(pin)

2020-12-07 12:01:13 UTC MAIN commitmail json YAML

wm/obconf-qt: update to 0.16.0

-Bumped version to 0.16.0.
-Translation updates.

(pin)

2020-12-07 11:59:41 UTC MAIN commitmail json YAML

doc: Updated archivers/lxqt-archiver to 0.3.0

(pin)

2020-12-07 11:59:16 UTC MAIN commitmail json YAML

archivers/lxqt-archiver: update to 0.3.0

-Avoid memory leak in "java-utils.c".
-Fixed comparison of integer expressions of different signedness.
-Removed "g_ptr_array_free_full" from "glib-utils.c" and used GLib's
"g_ptr_array_free" instead.
-Use bsdtar to handle RPM packages.

(pin)

2020-12-07 11:56:15 UTC MAIN commitmail json YAML

doc: Updated graphics/screengrab to 2.1.0

(pin)

2020-12-07 11:55:51 UTC MAIN commitmail json YAML

graphics/screengrab: update to 2.1.0

-Fixed screen area and window modes with scale factors > 1.

(pin)

2020-12-07 11:54:32 UTC MAIN commitmail json YAML

doc: Updated graphics/lxqt-themes to 0.16.0

(pin)

2020-12-07 11:54:11 UTC MAIN commitmail json YAML

graphics/lxqt-themes: update to 0.16.0

-Added the themes Clearlooks, Leech and Kvantum.

(pin)

2020-12-07 11:51:06 UTC MAIN commitmail json YAML

doc: Updated x11/qterminal to 0.16.1

(pin)

2020-12-07 11:50:42 UTC MAIN commitmail json YAML

x11/qterminal: update to 0.16.1

0.16.1
-Fixed a mistake in the layout of Terminal settings dialog.
-Fixed translation of shortcuts (in Terminal settings dialog).

0.16.0
-Made closing of tab on middle-clicking optional.
-Avoid loop variable copy.
-Emit signals with Q_EMIT.
-Use the default constructor of QFlags.
-Dropped qmake .pro file.
-Made the color scheme dirs comply with XDG Base Directory Specification.
-Added an optopn for openning the new tab to the right of the active tab.
-Added virtual destructor to a base class.
-Let QStandardPaths::locateAll() handle application name.
-Put drop-down QTerminal on screen with cursor.

(pin)

2020-12-07 11:49:19 UTC MAIN commitmail json YAML

doc: Updated x11/qtermwidget to 0.16.1

(pin)

2020-12-07 11:48:55 UTC MAIN commitmail json YAML

x11/qtermwidget: update to 0.16.1

0.16.1
-Bumped version to 0.16.1, for a point release of qterminal.

0.16.0
-Use qAsConst.
-Don't search application dir for keyboard and scheme data.
-Use Q_EMIT to call signals, instead of the emit keyword.
-Dropped the deprecated class QLinkedList.
-Don't use 0/nullptr to initialize QFlags.
-Fixed ColorEntry copy operator.
-Disabled the use of copy constructors and assignment operators.
-Check for successful ioctl() calls by testing that the call did not return -1.
-Fix find_package() developer warning in cmake.
-Use const references wherever possible.
-Handle keyboard commands properly.

(pin)

2020-12-07 11:45:36 UTC MAIN commitmail json YAML

sysutils/pcmanfm-qt: add patch

patches/patch-autostart_CMakeLists.txt

(pin)

2020-12-07 11:44:00 UTC MAIN commitmail json YAML

doc: Updated sysutils/pcmanfm-qt to 0.16.0

(pin)

2020-12-07 11:43:30 UTC MAIN commitmail json YAML

sysutils/pcmanfm-qt: update to 0.16.0

-Removed a redundant method from desktop code.
-Added an option to switch to newly opened tab.
-Added an option to open tabs of last window.
-Fixed a regression in restoring vertical scroll position.
-Guarantee a correct cursor shape on opening a folder.
-Scroll to current item on removing/changing filter.
-Keep the current focus when opening new tab in background.
-Reversed the workaround for RTL statusbar text because it isn't needed anymore.
-Fixed DND into desktop trash.
-Handle ampersand and newline in tab text.
-Handle text tabs in statusbar.
-Added an option to open desktop folders in default file manager.
-Code cleanup.

(pin)

2020-12-07 11:38:37 UTC MAIN commitmail json YAML

doc: Updated graphics/lximage-qt to 0.16.0

(pin)

2020-12-07 11:38:13 UTC MAIN commitmail json YAML

graphics/lximage-qt: update to 0.16.0

-Added image size and path to statusbar.
-Added copy Path action.
-Fixed memory leaks in annotations.
-Show error message if saving with a format is not supported.
-Added resize image feature.
-Use QFlags default constructor.
-Prevent users from defining ambiguous shortcuts.
-Consult Qt for supported mimetypes.
-Start app on screen with mouse cursor when opening image.
-Added depreciation notice to screenshot command line options.

(pin)

2020-12-07 11:35:16 UTC MAIN commitmail json YAML

doc: Updated x11/libfm-qt to 0.16.0

(pin)

2020-12-07 11:34:52 UTC MAIN commitmail json YAML

x11/libfm-qt: update to 0.16.0

-Clear selection before selecting an item in side-pane.
-Update text color of places view if style changes in runtime.
-Added a missing nullity check to file dialog code.
-Fixed unwanted selection of all items in detailed list mode.
-Fixed a memory leak in launching desktop entries.
-Remember file sorting, showing of hidden files, hidden places of side-pane,
showing of thumbnails, and icon sizes in LXQt file dialog.
-Better focus change with Tab/BackTab in file dialog.
-Open mount targets of mountable directories when they are clicked in file
dialog.
-More efficient and simpler code for graying out cut files.
-Also consider the legacy bookmarks file in bookmarks dialog.
-Guarantee horizontal alignment for pathbar scroll buttons.
-Natural (GTK-like) file sorting by treating dot as separator.
-Avoid QListView's DND methods in our list view.
-Support special chars like `\n` and `\t` in path button name.
-Code cleanup.

(pin)

2020-12-07 11:33:18 UTC MAIN commitmail json YAML

doc: Updated x11/liblxqt to 0.16.0

(pin)

2020-12-07 11:32:53 UTC MAIN commitmail json YAML

x11/liblxqt: update to 0.16.0
-Use QFlags default constructor
-Added an action for showing LXQt leave dialog (to be used when the power button
is pressed).
-Don't use deprecated QProcess methods.

(pin)

2020-12-07 11:29:52 UTC MAIN commitmail json YAML

doc: Updated x11/libqtxdg to 3.6.0

(pin)

2020-12-07 11:29:28 UTC MAIN commitmail json YAML

devel/lxqt-build-tools: update to 0.8.0

-Removed version checks for some LXQt dependencies.
-Added a Fontconfig CMake find module.
-Suppressed warning about find_package_handle_standard_args package name mismatch.

(pin)

2020-12-07 11:27:33 UTC MAIN commitmail json YAML

claws-mail: Remove duplicated PLIST entry

(nia)

2020-12-07 11:27:13 UTC MAIN commitmail json YAML

doc: Updated devel/lxqt-build-tools to 0.8.0

(pin)

2020-12-07 11:26:45 UTC MAIN commitmail json YAML

devel/lxqt-build-tools: update to 0.8.0

-Removed version checks for some LXQt dependencies.
-Added a Fontconfig CMake find module.
-Suppressed warning about find_package_handle_standard_args package name mismatch.

(pin)

2020-12-07 09:25:17 UTC MAIN commitmail json YAML

Updated devel/py-lazy-object-proxy, graphics/py-wand

(adam)

2020-12-07 09:24:57 UTC MAIN commitmail json YAML

py-wand: updated to 0.6.5

Version 0.6.5
-------------
- Fixed memory allocation & deallocation bugs with PyPy3, and various memory leaks identified during regression testing.
- [TEST] Added Python 3.9 into Github regression tests.

Version 0.6.4
-------------
- Fixed `MagickFloatType` mapping for **s390x** architecture.
- Fixed image order when calling :meth:`wand.sequence.Sequence.__setitem__()` method.
- Fixed :meth:`Image.gaussian_blur() <wand.image.BaseImage.gaussian_blur>` method with ``channel`` parameter.
- Added :meth:`Image.color_threshold() <wand.image.BaseImage.color_threshold>` method.
- Added :meth:`Image.convex_hull() <wand.image.BaseImage.convex_hull>` method. Requires ImageMagick-7.0.10 or above.
- Added :meth:`Image.kmeans() <wand.image.BaseImage.kmeans>` method. Only available with ImageMagick-7.0.10-37 or later.
- Added :meth:`Image.minimum_bounding_box() <wand.image.BaseImage.minimum_bounding_box>` method. Requires ImageMagick-7.0.10 or above;
- Added :meth:`Image.white_balance() <wand.image.BaseImage.white_balance>` method. Only available with ImageMagick-7.0.10-37 or later.
- Added ``percent_background`` & ``background_color`` parameters to :meth:`Image.trim() <wand.image.BaseImage.trim>` method.
- Added the following arguments to :meth:`Image.connected_components() <wand.image.BaseImage.connected_components>`:

  - ``angle_threshold``
  - ``background_id``
  - ``circularity_threshold``
  - ``diameter_threshold``
  - ``eccentricity_threshold``
  - ``keep_colors``
  - ``keep_top``
  - ``major_axis_threshold``
  - ``minor_axis_threshold``
  - ``perimeter_threshold``
  - ``remove_colors``

- Added ``'inverse_log'`` operator to :meth:`Image.evaluate() <wand.image.BaseImage.evaluate>` method.
- Added ``'rigidaffine'`` operator to :meth:`Image.distort() <wand.image.BaseImage.distort>` method. Requires ImageMagick-7.0.10 or above.
- Added :class:`PAPERSIZE_MAP <wand.image.PAPERSIZE_MAP>` dict as a convenience lookup table.
- Added support for setting :attr:`Image.page <wand.image.BaseImage.page>` attribute with papersizes defined in :class:`~wand.image.PAPERSIZE_MAP`.
- [DOC] Created :doc:`Threshold <./guide/threshold>` guide.
- [DOC] Created :doc:`Quantize <./guide/quantize>` guide.

Version 0.6.3
-------------
- Fixed buffer overflow bug in :meth:`Image.connected_components() <wand.image.BaseImage.connected_components>` method.
- Added :meth:`Image.data_url() <wand.image.Image.data_url>` method.
- Added :attr:`Image.sampling_factors <wand.image.BaseImage.sampling_factors>` property.
- Added :meth:`Image.encipher() <wand.image.BaseImage.encipher>` & :meth:`Image.decipher() <wand.image.BaseImage.decipher>` methods.
- Argument ``fuzz`` for :meth:`Image.transparent_color() <wand.image.BaseImage.transparent_color>` now accepts :class:`numbers.Real` numbers.
- Uniformed additional pre-read parameters between :meth:`Image.__init__()` & :meth:`Image.read()`.

(adam)

2020-12-07 08:59:40 UTC MAIN commitmail json YAML

py-lazy-object-proxy: updated to 1.5.2

1.5.2 (2020-11-26)
------------------
* Added Python 3.9 wheels.
* Removed Python 2.7 Windows wheels
  (not supported on newest image with Python 3.9).

(adam)

2020-12-07 08:02:17 UTC MAIN commitmail json YAML

Updated net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools, devel/abseil

(adam)

2020-12-07 08:01:52 UTC MAIN commitmail json YAML

abseil: updated to 20200923.2

Abseil LTS 20200923, Patch 2

What's New:

absl::StatusOr<T> has been released. See our blog
post for more information.
Abseil Flags reflection interfaces have been released.
Abseil Flags memory usage has been significantly optimized.
Abseil now supports a "hardened" build mode. This build mode enables
runtime checks that guard against programming errors that may lead
to security vulnerabilities.

Notable Fixes:

Sanitizer dynamic annotations like AnnotateRWLockCreate that are
also defined by the compiler sanitizer implementation are no longer
also defined by Abseil.
Sanitizer macros are now prefixed with ABSL_ to avoid naming collisions.
Sanitizer usage is now automatically detected and no longer requires
macros like ADDRESS_SANITIZER to be defined on the command line.

Breaking Changes:

Abseil no longer contains a dynamic_annotations library. Users
using a supported build system (Bazel or CMake) are unaffected by
this, but users manually specifying link libraries may get an error
about a missing linker input.

(adam)

2020-12-07 08:01:04 UTC MAIN commitmail json YAML

py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.34.0

1.34.0:
Incur setuptools as an dependency for grpcio_tools.
Stop the spamming log generated by ctrl-c for AsyncIO server.
[gRPC Easy] Make Well-Known Types Available to Runtime Protos.
Bump MACOSX_DEPLOYMENT_TARGET to 10.10 for Python.
Make Python 2 an optional dependency for Bazel build.
[Linux] [macOS] Support pre-compiled Python 3.9 wheels.

(adam)

2020-12-07 00:03:58 UTC MAIN commitmail json YAML

Updated editors/nano to 5.4

Moving the cursor now skips over combining characters (and
other zero-width characters). Deleting a character deletes
also any succeeding zero-width characters, but backspacing
deletes just one character at a time.

(schwarz)

2020-12-06 23:40:32 UTC MAIN commitmail json YAML

doc/TODO: + clang-11.0.0, llvm-11.0.0.

(wiz)

2020-12-06 23:40:21 UTC MAIN commitmail json YAML

2020-12-06 23:37:35 UTC MAIN commitmail json YAML

2020-12-06 20:40:59 UTC MAIN commitmail json YAML

ham/fldigi: avoid hard coding bundled dylib versions in PLIST.Darwin

(dbj)

2020-12-06 19:50:38 UTC MAIN commitmail json YAML

doc: Updated devel/reftools to 0.0.20201119

(bsiegert)

2020-12-06 19:50:14 UTC MAIN commitmail json YAML

New package, reftools.

reftools is a collection of refactoring tools for Go.

fixplurals: remove redundant parameter and result types from function signatures
fillstruct: fills a struct literal with default values
fillswitch: fills a (type) switch statement with case statements

(bsiegert)

2020-12-06 18:17:28 UTC MAIN commitmail json YAML

README.md: switch pkgsrc.se link to HTTPS.

(fcambus)

2020-12-06 18:08:17 UTC MAIN commitmail json YAML

doc: Updated devel/binutils to 2.35.1

(fcambus)

2020-12-06 18:07:53 UTC MAIN commitmail json YAML

binutils: update to 2.35.1.

Looks OK to kamil@

Changes in 2.35:

* Changed readelf's display of symbol names when wide mode is not enabled.
  If the name is too long it will be truncated and the last five characters
  replaced with "[...]".  The old behaviour of displaying 5 more characters but
  not indicating that truncation has happened can be restored by the use of the
  -T or --silent-truncation options.

* X86 NaCl target support is removed.

* The readelf tool now has a -L or --lint or --enable-checks option which turns
  on warning messages about possible problems with the file(s) being examined.
  These checks include things like zero-sized sections, which are allowed by
  the ELF standard but which nevertheless might be of concern if the user
  was expecting them to actually contain something.

(fcambus)

2020-12-06 17:42:28 UTC MAIN commitmail json YAML

2020-12-06 17:33:55 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkg_install to 20201206

(wiz)

2020-12-06 17:23:09 UTC MAIN commitmail json YAML

pkg_install: update to 20201206

Convert a core dump I've been seeing into an error abort.

(wiz)

2020-12-06 16:46:28 UTC MAIN commitmail json YAML

doc: Updated devel/errcheck to 1.4.0

(bsiegert)

2020-12-06 16:46:07 UTC MAIN commitmail json YAML

2020-12-06 16:14:31 UTC MAIN commitmail json YAML

doc: Updated devel/asmfmt to 1.2.1

(bsiegert)

2020-12-06 16:14:07 UTC MAIN commitmail json YAML

New package, asmfmt-1.2.1.

asmfmt will format your assembler code in a similar way that gofmt formats your
Go code. The main goals where:

-  It should provide predictable formatting.
-  Be as un-intrusive as possible.
-  Tab setting should not affect alignment.

(bsiegert)

2020-12-06 11:42:51 UTC MAIN commitmail json YAML

Updated textproc/py-natsort, print/py-reportlab

(adam)

2020-12-06 11:42:33 UTC MAIN commitmail json YAML

py-reportlab: updated to 3.5.56

RELEASE 3.5.56
* micro changes for Big Sur in C extensions
* allow Drawing.outDir to be a callable for more control in save method

(adam)

2020-12-06 11:40:27 UTC MAIN commitmail json YAML

py-natsort: updated to 7.1.0

7.1.0:
Added
- ``os_sorted``, ``os_sort_keygen``, and ``os_sort_key`` to better support
  sorting like the file browser on the current operating system - this
  closes the long-standing issue
- Support for Python 3.9

Changed
- MacOS unit tests run on native Python
- Treate `None` like `NaN` internally to avoid `TypeError`
- No longer fail tests every time a new Python version is released

Fixed
- Various typos, missing figures, and out-of-date information in the "How it works"
- Fix typo in CHANGELOG
- Updated "How it works" to account for Pandas updates

(adam)

2020-12-06 11:39:11 UTC MAIN commitmail json YAML

doc: Updated devel/py-mercurial to 5.6.1

(wiz)

2020-12-06 11:37:33 UTC MAIN commitmail json YAML

2020-12-06 11:35:32 UTC MAIN commitmail json YAML

python*: Disable runtime configure test on sem_getvalue behaviour

Like the other test, because /dev/shm isn't available in the build
environment doesn't mean it won't be available on the destination
machine for the packages.

(nia)

2020-12-06 11:29:33 UTC MAIN commitmail json YAML

Updated databases/slony1, net/haproxy, databases/py-whisper, devel/py-pkginfo

(adam)

2020-12-06 11:28:58 UTC MAIN commitmail json YAML

py-pkginfo: updated to 1.6.1

1.6.1
- Adjust test classifiers to match supported Python versions.

1.6.0
- Add support for Python 3.8.
- Drop support for Python 3.4.
- Update tests to match setuptools' change, no longer reporting metadata
  version for installed packages w/o explicit metadata.

(adam)

2020-12-06 11:22:53 UTC MAIN commitmail json YAML

haproxy: updated to 2.3.2

2.3.2
- BUILD: http-htx: fix build warning regarding long type in printf
- CLEANUP: cfgparse: remove duplicate registration for transparent build options
- BUG/MEDIUM: filters: Forward all filtered data at the end of http filtering
- BUG/MINOR: http-ana: Don't wait for the body of CONNECT requests
- DOC: add missing 3.10 in the summary
- BUG/MINOR: ssl: segv on startup when AKID but no keyid
- BUG/MEDIUM: http-ana: Don't eval http-after-response ruleset on empty messages
- BUG/MEDIUM: ssl/crt-list: bundle support broken in crt-list
- BUG/MEDIUM: ssl: error when no certificate are found
- BUG/MINOR: ssl/crt-list: load bundle in crt-list only if activated
- BUG/MEDIUM: ssl/crt-list: fix error when no file found
- BUILD: makefile: enable crypt(3) for OpenBSD
- DOC: clarify how to create a fallback crt
- CLEANUP: connection: do not use conn->owner when the session is known
- BUG/MAJOR: connection: reset conn->owner when detaching from session list
- BUG/MINOR: http_htx: Fix searching headers by substring
- DOC: better describes how to configure a fallback crt
- BUG/MAJOR: filters: Always keep all offsets up to date during data filtering
- MEDIUM: cache: Change caching conditions
- DOC: cache: Add new caching limitation information
- REGTESTS: Add sample_fetches/cook.vtc
- REGTESTS: converter: add url_dec test
- MINOR: http_act: Add -m flag for del-header name matching method
- BUILD: Make DEBUG part of .build_opts
- BUILD: Show the value of DEBUG= in haproxy -vv
- BUG/MEDIUM: http_act: Restore init of log-format list
- BUG/MAJOR: peers: fix partial message decoding
- DOC: better document the config file format and escaping/quoting rules
- DOC: Clarify %HP description in log-format
- BUG/MINOR: tcpcheck: Don't forget to reset tcp-check flags on new kind of check
- MINOR: tcpcheck: Don't handle anymore in-progress send rules in tcpcheck_main
- BUG/MAJOR: tcpcheck: Allocate input and output buffers from the buffer pool
- DOC: config: Move req.hdrs and req.hdrs_bin in L7 samples fetches section
- BUG/MINOR: http-fetch: Fix smp_fetch_body() when called from a health-check

2.3.1
- BUG/MINOR: ssl: don't report 1024 bits DH param load error when it's higher
- MINOR: http-htx: Add understandable errors for the errorfiles parsing
- DOC: config: Fix a typo on ssl_c_chain_der
- BUG/MEDIUM: ssl/crt-list: correctly insert crt-list line if crt already loaded
- BUG/MINOR: pattern: a sample marked as const could be written
- BUG/MINOR: lua: set buffer size during map lookups
- BUG/MINOR: stats: free dynamically stats fields/lines on shutdown
- BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries.
- BUG/MINOR: peers: Missing TX cache entries reset.
- BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages
- BUG/MINOR: http-fetch: Extract cookie value even when no cookie name
- BUG/MINOR: http-fetch: Fix calls w/o parentheses of the cookie sample fetches
- BUG/MEDIUM: check: reuse srv proto only if using same mode
- MINOR: check: report error on incompatible proto
- MINOR: check: report error on incompatible connect proto
- BUG/MINOR: http-htx: Handle warnings when parsing http-error and http-errors
- BUG/MAJOR: spoe: Be sure to remove all references on a released spoe applet
- MINOR: spoe: Don't close connection in sync mode on processing timeout
- BUG/MINOR: tcpcheck: Don't warn on unused rules if check option is after
- MINOR: init: Fix the prototype for per-thread free callbacks
- MINOR: config/mux-h2: Return ERR_ flags from init_h2() instead of a status
- MINOR: cfgparse: tighten the scope of newnameserver variable, free it on error.
- REGTEST: ssl: test wildcard and multi-type + exclusions
- REGTEST: ssl: mark reg-tests/ssl/ssl_crt-list_filters.vtc as broken
- MINOR: peers: Add traces to peer_treat_updatemsg().
- REGTEST: make ssl_client_samples and ssl_server_samples require to 2.2

2.3.0
- CLEANUP: pattern: remove unused entry "tree" in pattern.val
- BUILD: ssl: use SSL_CTRL_GET_RAW_CIPHERLIST instead of OpenSSL versions
- BUG/MEDIUM: filters: Don't try to init filters for disabled proxies
- BUG/MINOR: proxy/server: Skip per-proxy/server post-check for disabled proxies
- BUG/MINOR: checks: Report a socket error before any connection attempt
- BUG/MINOR: server: Set server without addr but with dns in RMAINT on startup
- MINOR: server: Copy configuration file and line for server templates
- BUG/MEDIUM: mux-pt: Release the tasklet during an HTTP upgrade
- BUILD: ssl: use HAVE_OPENSSL_KEYLOG instead of OpenSSL versions
- MINOR: debug: don't count free(NULL) in memstats
- BUG/MINOR: filters: Skip disabled proxies during startup only
- MINOR: mux_h2: capitalize frame type in stats
- MINOR: mux_h2: add stat for total count of connections/streams
- MINOR: stats: do not display empty stat module title on html
- BUG/MEDIUM: stick-table: limit the time spent purging old entries
- BUG/MEDIUM: listener: only enable a listening listener if needed
- BUG/MEDIUM: listener: never suspend inherited sockets
- BUG/MEDIUM: listener: make the master also keep workers' inherited FDs
- MINOR: fd: add fd_want_recv_safe()
- MEDIUM: listeners: make use of fd_want_recv_safe() to enable early receivers
- REGTESTS: mark abns_socket as working now
- CLEANUP: mux-h2: Remove the h1 parser state from the h2 stream
- MINOR: sock: add a check against cross worker<->master socket activities
- CI: github actions: limit OpenSSL no-deprecated builds to "default,bug,devel" reg-tests
- BUG/MEDIUM: server: make it possible to kill last idle connections
- MINOR: mworker/cli: the master CLI use its own applet
- MINOR: ssl: define SSL_CTX_set1_curves_list to itself on BoringSSL
- BUILD: ssl: use feature macros for detecting ec curves manipulation support
- DOC: Add dns as an available domain to show stat
- BUILD: makefile: usual reorder of objects for faster builds
- DOC: update INSTALL to mention that TCC is supported
- DOC: mention in INSTALL that haproxy 2.3 is a stable version
- MINOR: version: mention that it's stable now

(adam)

2020-12-06 11:21:02 UTC MAIN commitmail json YAML

py-whisper: updated to 1.1.7

1.1.7:
Graphite release 1.1.7

1.1.6:
Graphite release 1.1.6
* set package long description
* Dump as raw values

(adam)

2020-12-06 11:18:40 UTC MAIN commitmail json YAML

qt5-qtbase: Set GCC_REQD before including bsd.prefs.mk

Should help with the current workarounds to avoid gcc49 and gcc5
on CentOS 7 due to inlining bugs.

(nia)

2020-12-06 11:11:32 UTC MAIN commitmail json YAML

python*: Avoid configure test for POSIX semaphores on Linux.

This attempts to build and run a program that uses POSIX semaphores.

This fails in a pbulk sandbox that doesn't contain /dev/shm, resulting
in a broken package where the idea that the platform doesn't support
POSIX semaphores is baked in forever. In newer Python versions,
this means Python doesn't even build properly.

XXX: We might want to avoid it on other platforms too...

(nia)

2020-12-06 11:08:10 UTC MAIN commitmail json YAML

slony1: updated to 2.2.9

Slony 2.2.9 now available
The next bug fix release in the 2.2.x series is now available. This release includes the following
* fix slonik_build_env.pl so it works with PG11+
* Remove unsupported warning with PG12
* Fix compiler warnings with -fno-common

(adam)

2020-12-06 11:05:52 UTC MAIN commitmail json YAML

Updated math/py-quadprog, databases/py-pypika, archivers/py-zstandard, devel/py-wheel

(adam)

2020-12-06 11:05:09 UTC MAIN commitmail json YAML

py-wheel: updated to 0.36.1

0.36.1
- Fixed ``AssertionError`` when ``MACOSX_DEPLOYMENT_TARGET`` was set to ``11``
- Fixed regression introduced in 0.36.0 on Python 2.7 when a custom generator
  name was passed as unicode (Scikit-build)
  (``TypeError: 'unicode' does not have the buffer interface``)

0.36.0
- Added official Python 3.9 support
- Updated vendored ``packaging`` library to v20.7
- Switched to always using LF as line separator when generating ``WHEEL`` files
  (on Windows, CRLF was being used instead)
- The ABI tag is taken from  the sysconfig SOABI value. On PyPy the SOABI value
  is ``pypy37-pp73`` which is not compliant with PEP 3149, as it should have
  both the API tag and the platform tag. This change future-proofs any change
  in PyPy's SOABI tag to make sure only the ABI tag is used by wheel.

(adam)

2020-12-06 10:58:34 UTC MAIN commitmail json YAML

doc: Updated devel/gopls to 0.5.5

(wiz)

2020-12-06 10:58:23 UTC MAIN commitmail json YAML

gopls: update to 0.5.5.

0.5.5

This is a patch release to fix two bugs in gopls/v0.5.4.

Fixes

Excessive reloading of packages outside of GOPATH or a module

File corruption with CRLF line endings and //-style comments

golang/go#42646 was supposed to have been fixed in gopls/v0.5.4,
but it was not. golang/go#42923 was reported and fixed.

0.5.4

Features

Opening a project that contains a module in a subdirectory

Previously, gopls required that you open your editor exactly at or
below the module root (the directory containing the go.mod). Now,
you can open a directory that contains exactly one module in a
subdirectory, and gopls will work as expected. For details on
multi-module workspaces, see below.

Removal of the granular go.mod upgrade codelenses

Previously, we offered a code lens to suggest upgrades for each
require in a go.mod file. In anticipation of changes that limit
the amount that gopls accesses the network, we have decided to
remove and reevaluate this feature. Users had mentioned that the
code lenses cluttered their go.mod files, especially if they didn't
actually want to upgrade. golang/go#38339 tracks the work to revamp
this feature. An "Upgrade all dependencies" code lens should still
appear at the top of your go.mod file.

Improved error message reports

Previously, critical error messages were reported as message pop-up
that would re-trigger as you type. Many users would find this
annoying. We have changed the approach to show error messages as
progress reports, which should be less intrusive and appear more
like status bars.

Improved memory usage for workspaces with multiple folders

We are now using a coarser cache key for package type information.
If you use the gopls daemon, this may reduce your total memory
usage.

Experimental

Multi-module workspace support

The proposal described in golang/go#32394 is still in development
and off by default. See our progress by tracking the multi-module
workspace milestone and project.

Enable multi-module workspace support by adding the following to
your settings:

"gopls": { "experimentalWorkspaceModule": true, }

With this setting, you will be able to open a directory that contains
multiple modules or a directory that contains nested modules.

Give this a try if you're interested in this new feature, but please
note that it is still very experimental. Please file issues if you
encounter bugs.

Fixes

File corruption with CRLF line endings and /**/-style comments

Previously, when you organized the imports in a file with CRLF line
endings and multi-line comments, the formatter might output incorrect
content for the file, rendering it invalid Go code. This issue has
popped up a number of times, but we believe it has finally been
fixed for good. If you are using Windows with CRLF line ending,
please report any regressions. For full details, see golang/go#42646.

(wiz)

2020-12-06 10:55:42 UTC MAIN commitmail json YAML

py-zstandard: updated to 0.14.1

0.14.1

Changes
* Python 3.9 wheels are now provided.

(adam)

2020-12-06 10:51:55 UTC MAIN commitmail json YAML

doc: Updated devel/py-hypothesis to 5.41.5

(wiz)

2020-12-06 10:51:44 UTC MAIN commitmail json YAML

py-hypothesis: update to 5.41.5.

5.41.5 - 2020-12-05

This patch adds a performance optimisation to avoid saving redundant
seeds when using the .fuzz_one_input hook.

(wiz)

2020-12-06 10:50:51 UTC MAIN commitmail json YAML

2020-12-06 10:50:21 UTC MAIN commitmail json YAML

doc: Updated net/grpc to 1.34.0

(wiz)

2020-12-06 10:50:11 UTC MAIN commitmail json YAML

grpc: update to 1.34.0.

This release contains refinements, improvements, and bug fixes,
with highlights listed below.

Core

    Protect xds security code with the environment variable "GRPC_XDS_EXPERIMENTAL_SECURITY_SUPPORT". (#24782)
    Add support for "unix-abstract:" URIs to support abstract unix domain sockets. (#24500)
    Increment Index when parsing not plumbed SAN fields. (#24601)
    Revert "Revert "Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS"". (#24518)
    xds: Set status code to INVALID_ARGUMENT when NACKing. (#24516)
    Include stddef.h in address_sorting.h. (#24514)
    xds: Add support for case_sensitive option in RouteMatch. (#24381)
    Removing TLS workaround for Android NDK r12b. (#24283)

C++

    Fix --define=grpc_no_xds=true builds. (#24503)
    Experimental support and tests for CreateCustomInsecureChannelWithInterceptorsFromFd. (#24362)

(wiz)

2020-12-06 10:50:03 UTC MAIN commitmail json YAML

mozjs78: Backport illumos pthread patches from spidermonkey52

Not tested, but the code is near identical, and should get the bulk
builds further at least.

(nia)

2020-12-06 10:47:40 UTC MAIN commitmail json YAML

py-pypika: updated to 0.44.1

0.44.1:
Unknown changes

(adam)

2020-12-06 10:46:50 UTC MAIN commitmail json YAML

2020-12-06 10:44:11 UTC MAIN commitmail json YAML

doc: Updated textproc/ugrep to 3.0.6

(wiz)

2020-12-06 10:44:02 UTC MAIN commitmail json YAML

ugrep: update to 3.0.6.

New v3: performance enhancements and other improvements with a
redesigned search engine. Search speeds are significantly increased
when searching very large files (several GB). Added a new T3
benchmark with a large 13GB file to demonstrate the improvements.
More features will be added soon!

(wiz)

2020-12-06 10:40:42 UTC MAIN commitmail json YAML

doc: Updated misc/todoman to 3.9.0

(wiz)

2020-12-06 10:40:33 UTC MAIN commitmail json YAML

todoman: update to 3.9.0.

v3.9.0
------

* The man page has been improved. ``sphinx-click`` is now required to build the
  documentation.

(wiz)

2020-12-06 10:38:45 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-setproctitle to 1.2.1

(wiz)

2020-12-06 10:38:36 UTC MAIN commitmail json YAML

py-setproctitle: update to 1.2.1.

Version 1.2.1
-------------

- Fixed segfault after ``os.environ.clear()`` (issue #88).

(wiz)

2020-12-06 10:37:13 UTC MAIN commitmail json YAML

doc: Updated devel/pcre2 to 10.36

(wiz)

2020-12-06 10:37:03 UTC MAIN commitmail json YAML

pcre2: update to 10.36.

Version 10.36 04-December-2020
------------------------------

Again, mainly bug fixes and tidies. The only enhancements are the addition of
GNU grep's -m (aka --max-count) option to pcre2grep, and also unifying the
handling of substitution strings for both -O and callouts in pcre2grep, with
the addition of $x{...} and $o{...} to allow for characters whose code points
are greater than 255 in Unicode mode.

NOTE: there is an outstanding issue with JIT support for MacOS on arm64
hardware. For details, please see Bugzilla issue #2618.

(wiz)

2020-12-06 10:33:54 UTC MAIN commitmail json YAML

p5-PerlMagick: reset PKGREVISION after update

(wiz)

2020-12-06 10:33:39 UTC MAIN commitmail json YAML

ImageMagick: update to 7.0.10.46.

2020-12-05  7.0.10-46  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-46 GIT revision 18001:7c75b33a1:20201205

2020-11-30  7.0.10-46  <quetzlzacatenango@image...>
  * possible TIFF related-heap buffer overflow (alert & POC by Hardik Shah).
  * set default system fault in policy.xml configuration file.
  * support portable float map format 16-bit half.

2020-11-30  7.0.10-45  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-45 GIT revision 17972:6c0cb7f72:20201130

2020-11-30  7.0.10-45  Dirk Lemstra <dirk@lem.....org>
  * added support for the farbfeld format (reference
    https://github.com/ImageMagick/ImageMagick/discussions/2664).

2020-11-29  7.0.10-45  <quetzlzacatenango@image...>
  * specify the bilateral neighbor as width/height rather than radius/sigma.

(wiz)

2020-12-06 10:32:22 UTC MAIN commitmail json YAML

doc: Updated graphics/ImageMagick to 7.0.10.46

(wiz)

2020-12-06 10:22:33 UTC MAIN commitmail json YAML

doc: Updated graphics/geeqie to 1.6

(wiz)

2020-12-06 10:22:21 UTC MAIN commitmail json YAML

geeqie: update to 1.6.

Geeqie 1.6
============

- Support (excluding exif) for heic, webp, psd, cr3, jp2, djvu, svg
- Load remote URLs
- Save named window layouts
- Save workspace layout
- Export duplicates data to file
- Search and Run command ("/" keystroke)
- Tiff/pdf multi-page viewing
- Show over/underexposed
- Search for broken images
- Show lens ID
- File pane - filter by name or class
- User definable status toolbar
- Search by path
- Search on collection
- Find duplicates with same name but different content
- User definable mouse buttons 8 and 9 (back/forward)
- Folder pane list view - sort by name or date

- Many small improvements
- Many bug fixes
- Updated language support

(wiz)

2020-12-06 09:59:00 UTC MAIN commitmail json YAML

doc: Updated fonts/py-fonttools to 4.17.1

(wiz)

2020-12-06 09:58:49 UTC MAIN commitmail json YAML

py-fonttools: update to 4.17.1.

4.17.1 (released 2020-11-16)
----------------------------

- [colorLib] Fixed regression in 4.17.0 when building COLR v0 table; when color
  layers are stored in UFO lib plist, we can't distinguish tuples from lists so
  we need to accept either types (e5439eb9, googlefonts/ufo2ft/issues#426).

4.17.0 (released 2020-11-12)
----------------------------

- [colorLib/otData] Updated to latest draft ``COLR`` v1 spec (#2092).
- [svgLib] Fixed parsing error when arc commands' boolean flags are not separated
  by space or comma (#2094).
- [varLib] Interpret empty non-default glyphs as 'missing', if the default glyph is
  not empty (#2082).
- [feaLib.builder] Only stash lookup location for ``Debg`` if ``Builder.buildLookups_``
  has cooperated (#2065, #2067).
- [varLib] Fixed bug in VarStore optimizer (#2073, #2083).
- [varLib] Add designspace lib key for custom feavar feature tag (#2080).
- Add HashPointPen adapted from psautohint. With this pen, a hash value of a glyph
  can be computed, which can later be used to detect glyph changes (#2005).

4.16.1 (released 2020-10-05)
----------------------------

- [varLib.instancer] Fixed ``TypeError`` exception when instantiating a VF with
  a GSUB table 1.1 in which ``FeatureVariations`` attribute is present but set to
  ``None`` -- indicating that optional ``FeatureVariations`` is missing (#2077).
- [glifLib] Make ``x`` and ``y`` attributes of the ``point`` element required
  even when validation is turned off, and raise a meaningful ``GlifLibError``
  message when that happens (#2075).

4.16.0 (released 2020-09-30)
----------------------------

- [removeOverlaps] Added new module and ``removeOverlaps`` function that merges
  overlapping contours and components in TrueType glyphs. It requires the
  `skia-pathops <https://github.com/fonttools/skia-pathops>`__ module.
  Note that removing overlaps invalidates the TrueType hinting (#2068).
- [varLib.instancer] Added ``--remove-overlaps`` command-line option.
  The ``overlap`` option in ``instantiateVariableFont`` now takes an ``OverlapMode``
  enum: 0: KEEP_AND_DONT_SET_FLAGS, 1: KEEP_AND_SET_FLAGS (default), and 2: REMOVE.
  The latter is equivalent to calling ``removeOverlaps`` on the generated static
  instance. The option continues to accept ``bool`` value for backward compatibility.

4.15.0 (released 2020-09-21)
----------------------------

- [plistlib] Added typing annotations to plistlib module. Set up mypy static
  typechecker to run automatically on CI (#2061).
- [ttLib] Implement private ``Debg`` table, a reverse-DNS namespaced JSON dict.
- [feaLib] Optionally add an entry into the ``Debg`` table with the original
  lookup name (if any), feature name / script / language combination (if any),
  and original source filename and line location. Annotate the ttx output for
  a lookup with the information from the Debg table (#2052).
- [sfnt] Disabled checksum checking by default in ``SFNTReader`` (#2058).
- [Docs] Document ``mtiLib`` module (#2027).
- [varLib.interpolatable] Added checks for contour node count and operation type
  of each node (#2054).
- [ttLib] Added API to register custom table packer/unpacker classes (#2055).

(wiz)

2020-12-06 09:57:48 UTC MAIN commitmail json YAML

Add p5-Tie-CPHash version 2.000.

This implements a case preserving but case insensitive hash table.
This means that

    $cphash{KEY}    $cphash{key}
    $cphash{Key}    $cphash{keY}

all refer to the same entry.  Also, the hash remembers which form of
the key was last used to store the entry.  The `keys' and `each'
functions will return the key that was used to set the value.

(he)

2020-12-06 09:53:17 UTC MAIN commitmail json YAML

doc: Updated textproc/pugixml to 1.11.1

(wiz)

2020-12-06 09:53:07 UTC MAIN commitmail json YAML

pugixml: update to 1.11.1.

Patch release.

This patch reintroduces pugixml target for CMake when find_package
is used, which was accidentally removed from v1.11.  It's recommended
that pugixml::pugixml target is used instead, but this patch restores
pugixml target for existing applications / libraries that depend
on it.

(wiz)

2020-12-06 09:15:52 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.10.46, Sigil-1.4.3 [needs QtWebEngine],
  alacritty-0.11.0, geeqie-1.6, gopls-0.5.5, grpc-1.34.0,
  include-what-you-use-0.15, pcre2-10.36, poppler-20.12.0,
  pugixml-1.11.1, py-fonttools-4.17.1, py-hypothesis-5.41.5,
  py-mercurial-5.6.1, py-setproctitle-1.2.1, todoman-3.9.0,
  ugrep-3.0.6.

(wiz)

2020-12-06 00:27:51 UTC MAIN commitmail json YAML

ham/fldigi: hack around asciidoc bug
asciidoc 9.0.4 appears to ignore the newline conf directive
in the table of contents

(dbj)

2020-12-06 00:22:04 UTC MAIN commitmail json YAML

2020-12-05 18:28:14 UTC MAIN commitmail json YAML

doc: Updated devel/php-composer to 2.0.8

(tpaul)

2020-12-05 18:28:05 UTC MAIN commitmail json YAML

php-composer: Update to 2.0.8

Upstream release Notes:

2.0.8
- Fixed packages with aliases not matching conflicts which match the alias
- Fixed invalid reports of uncommitted changes when using non-default remotes
  in vendor dir
- Fixed curl error handling edge cases
- Fixed cached git repositories becoming stale by having a git gc applied to
  them periodically
- Fixed issue initializing plugins when using dev packages
- Fixed update --lock / mirrors failing to update in some edge cases
- Fixed partial update with --with-dependencies failing in some edge cases
  with some nonsensical error

2.0.7
- Fixed detection of TTY mode, made input non-interactive automatically if
  STDIN is not a TTY
- Fixed root aliases not being present in lock file if not required by
  anything else
- Fixed remove command requiring a lock file to be present
- Fixed Composer\InstalledVersions to always contain up to date data during
  installation
- Fixed status command breaking on slow networks
- Fixed order of POST_PACKAGE_* events to occur together once all
  installations of a package batch are done

(tpaul)

2020-12-05 16:50:53 UTC MAIN commitmail json YAML

bootstrap: Prefer native on Elbrus 2000

A lot of patches for Elbrus 2000 have not been upstreamed, which results
in important packages such as openssl failing to build, while the native
one is quite up-to-date and working.

Tested building devel/fossil with this, which results in a fully working
binary.

(js)

2020-12-05 16:24:03 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkg_install to 20201205

(wiz)

2020-12-05 16:17:41 UTC MAIN commitmail json YAML

pkg_install: update to 20201205

Improve warning about old database to mention moving the refcount db too.

(wiz)

2020-12-05 15:50:32 UTC MAIN commitmail json YAML

doc: Fix typo.

(wiz)

2020-12-05 15:16:40 UTC MAIN commitmail json YAML

doc/NEWS: Update for recent infrastructure changes

(nia)

2020-12-05 14:56:44 UTC MAIN commitmail json YAML

doc: Updated x11/sxhkd to 0.6.2

(nia)

2020-12-05 14:56:33 UTC MAIN commitmail json YAML

sxhkd: Update to 0.6.2

Bastien Dejean (13):
      Add an option to specify the chain abortion keysym
      Version 0.6.0
      Fix memory leak in `destroy_chain`
      Handle unreachable keysyms
      Version 0.6.1
      Fix GCC warnings
      Pass `--tags` to `git describe`
      Make it build with GCC 10
      Mention the fact that the sequences can be nested
      Fix clang static analyzer warnings
      Add complex example from @msteen
      Sequences can't be nested
      Version 0.6.2

Lesik (1):
      Remove explicit mention of xorg.service in sxhkd.service

Miroslav Ko邸k叩r (1):
      Use preferred X screen

(nia)

2020-12-05 14:51:54 UTC MAIN commitmail json YAML

berry: Improve DESCR

(nia)

2020-12-05 14:49:46 UTC MAIN commitmail json YAML

berry: Correct HOMEPAGE

(nia)

2020-12-05 13:16:46 UTC MAIN commitmail json YAML

doc: Updated emulators/ucon64 to 2.2.1

(wiz)

2020-12-05 13:16:36 UTC MAIN commitmail json YAML

ucon64: update to 2.2.1.

2.2.1
- updated (SNES) fixed checksum calculation of SNES/Super Famicom Classic Mini
  SRAM data of special chip games like Super Mario RPG, Super Mario World 2 -
  Yoshi's Island, Hoshi no Kirby Super Deluxe and Star Fox 2 (by dbjh)
- added (SNES) --range=OFFSET1:OFFSET2 specify range for calculating checksum of
  SNES/Super Famicom Classic Mini (hakchi2) SRAM data. Can be used in
  combination with --sminis for special chip games (by dbjh)
- added (SNES) --xic2 send ROM to SMC IC2 compatible backup unit (by dbjh;
  thanks to Mystic_Merlin for finding this out and for testing)
- removed (PSX/N64) --xdex, because the underlying code had nothing to do with
  the DexDrive (by dbjh)
- added full MinGW-w64, 64-bit Visual C++ (2015 &amp; 2019) and 64-bit Cygwin
  build support (including libdiscmage and libcd64); improved 64-bit support in
  general (by dbjh)
- libdiscmage support is no longer enabled by default. Use the configure option
  --with-libdiscmage to enable support (by dbjh)

(wiz)

2020-12-05 13:15:58 UTC MAIN commitmail json YAML

tools.Linux.mk: Consider /bin/find as well

(js)

2020-12-05 13:15:21 UTC MAIN commitmail json YAML

doc: Fix changes line

(nia)

2020-12-05 13:14:00 UTC MAIN commitmail json YAML

doc: Updated wm/berry to 0.1.7

(nia)

2020-12-05 13:13:43 UTC MAIN commitmail json YAML

2020-12-05 13:10:17 UTC MAIN commitmail json YAML

pkg/55840: do not forget distinfo

(tonio)

2020-12-05 13:02:03 UTC MAIN commitmail json YAML

Fix pr/55840: build under netbsd with slang

When using slang, do not use ncurses synbols

(tonio)

2020-12-05 12:35:25 UTC MAIN commitmail json YAML

confuse: Fix HOMEPAGE

(nia)

2020-12-05 12:33:14 UTC MAIN commitmail json YAML

fluidsynth: Strip out -Werror=incompatible-pointer-types

(nia)

2020-12-05 12:22:51 UTC MAIN commitmail json YAML

erlang: Fix patch checksum

(nia)

2020-12-05 12:08:55 UTC MAIN commitmail json YAML

mozjs78: Include bsd.prefs.mk before using it

(nia)

2020-12-05 12:03:26 UTC MAIN commitmail json YAML

mozjs78: Fix configure where the readline library isn't builtin.

This commit also moves the location of WRKSRC so that no patches are
applied to files in parent directories of WRKSRC.

(nia)

2020-12-05 11:53:11 UTC MAIN commitmail json YAML

Note update of the "mutt" package to version 2.0.3

(tron)

2020-12-05 11:52:55 UTC MAIN commitmail json YAML

mutt: Update to version 2.0.3

This release fixes several bugs, including a possible crash bug.  It also
addresses some long-standing bugs with exact-address handling.

(tron)

2020-12-05 11:41:48 UTC MAIN commitmail json YAML

mini_sendmail: avoid reference to non-existent package

(maya)

2020-12-05 11:13:06 UTC MAIN commitmail json YAML

doc: Updated editors/texmaker to 5.0.4

(nros)

2020-12-05 11:12:02 UTC MAIN commitmail json YAML

forgot to update distinfo after patch removal

(nros)

2020-12-05 11:09:49 UTC MAIN commitmail json YAML

Updated texmaker to version 5.0.4

Removed options.mk since qt5 is the only option used and the package can't
build without qt.
Removed patch-versiondialog.cpp since it has been fixed in this version.

Changes from changelog:

- the url used to check a new version has been fixed
  (website has moved to https)
- a bug after closing the internal pdf viewer during a session
  (not the embed one) has been fixed
- the deactivation of the list of pages in the internal pdf viewer
  is now recorded in the viewer settings
- the pos and size of the internal browser is now recorded
- some paths to miktex 2.9 have been updated
- a typo in the english manual has been fixed
- a workaround about the bad detection of dpi screen on Xorg has ben added
- the french translation has been fixed (some missing items)
- a typo in the dutch translation has been fixed
- The ctrl+, shortcut has been added for opening the configuration dialog
- The ctrl+0 shortcut has been added for defining the master document

(nros)

2020-12-05 10:06:39 UTC MAIN commitmail json YAML

py-vdirsyncer: mark as not working with python 3.9

(wiz)

2020-12-05 09:24:00 UTC MAIN commitmail json YAML

mk: fix a duplicate GCC9 variable to refer to GCC10 instead

Noted by Jackson Bryn in PR 55842.

(wiz)

2020-12-05 09:22:54 UTC MAIN commitmail json YAML

gcc10-libs: fix buildlink3.mk to not refer to gcc8-libs

Noted by Jackson Bryn in PR 55842

(wiz)

2020-12-05 09:05:36 UTC MAIN commitmail json YAML

doc: Added databases/postgresql-wal2json version 2.3

(otis)

2020-12-05 09:04:58 UTC MAIN commitmail json YAML

databases: Add postgresql-wal2json 2.3

wal2json is an output plugin for logical decoding. It means that the plugin
have access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old
row versions can be accessed depending on the configured replica identity.
Changes can be consumed using the streaming protocol (logical replication
slots) or by a special SQL API.

(otis)

2020-12-05 08:52:42 UTC MAIN commitmail json YAML

updated games/gnuchess to 6.2.7

This release includes:
- Minor bug fixes mainly in the build scripts.

(schwarz)

2020-12-05 03:22:34 UTC MAIN commitmail json YAML

Revert addition of devel/py-responses.

Turns out we already had net/py-responses, and somehow I missed it.

(riastradh)

2020-12-04 23:32:59 UTC MAIN commitmail json YAML

doc: Added Python packages: responses, flit, intelhex

(riastradh)

2020-12-04 23:30:30 UTC MAIN commitmail json YAML

devel/py-intelhex: Import py-intelhex 2.3.0

Python library for Intel HEX files manipulations

The Intel HEX file format is widely used in microprocessors and
microcontrollers area (embedded systems etc) as the de facto standard
for representation of code to be programmed into microelectronic
devices.

This work implements an intelhex Python library to read, write, create
from scratch and manipulate data from Intel HEX file format.

The distribution package also includes several convenience Python
scripts, including "classic" hex2bin and bin2hex converters and more,
those based on the library itself. Check the docs to know more.

(riastradh)

2020-12-04 23:29:33 UTC MAIN commitmail json YAML

devel/py-flit: Import py-flit 3.0.0

Python and PyPI packaging tool.  Core library and bootstrapping goo
imported as devel/py-flit_core at the same time.  From the README:

  Flit is a simple way to put Python packages and modules on PyPI.

  It tries to require less thought about packaging and help you avoid
  common mistakes.

(riastradh)

2020-12-04 23:24:57 UTC MAIN commitmail json YAML

devel/py-responses: Import py-responses 0.12.1

A utility library for mocking out the requests Python library.

(riastradh)

2020-12-04 22:08:22 UTC MAIN commitmail json YAML

xfce4-xarchiver: configure phase expects GNU grep feature

(gutteridge)

2020-12-04 20:45:51 UTC MAIN commitmail json YAML

2020-12-04 20:43:43 UTC MAIN commitmail json YAML

Switch the default Python version to 3.8

3.7 is currently in security fixes only mode, but 3.8 will
continue to recieve a few more months of normal bug fixes.
This should give us time to prep the tree for 3.9 (a few packages
are not happy with 3.9 yet).

3.8 might be more problematic than 3.7 for Linuxes using older compilers
where shm_open isn't detected probably (however this problem doesn't
seem to be entirely absent in 3.7, as shown by certain packages like
mozjs*?). According to the CentOS 7 folks on tech-pkg this should be
possible to work around by using a newer compiler.

(nia)

2020-12-04 18:23:05 UTC MAIN commitmail json YAML

meson: Honour per-pkg make jobs

(nia)

2020-12-04 16:47:22 UTC MAIN commitmail json YAML

Added net/py-aioresponses; Updated lang/py-pygls

(adam)

2020-12-04 16:46:59 UTC MAIN commitmail json YAML

py-pygls: updated to 0.9.1

0.9.1

Added
- Functions to convert positions from and to utf-16 code units
- Type definitions for `ClientInfo` and `HoverParams`

Changed
- Exit server normally when `ctrl+c` is pressed in command shell.
- Mark deprecated `rangeLength` optional in `TextDocumentContentChangeEvent`
- Optimize json-rpc message serialization
- Fix `__init__()` constructors in several interface types
- Fix valueSet type in `SymbolKindAbstract`

Fixed
- `coroutine` deprecation warning - use async def instead

(adam)

2020-12-04 16:31:18 UTC MAIN commitmail json YAML

py-aioresponses: added version 0.7.1

Aioresponses is a helper to mock/fake web requests in python aiohttp package.

(adam)

2020-12-04 15:56:10 UTC MAIN commitmail json YAML

libev: Build with _REENTRANT on SunOS.

Fixes issues seen with multithreaded programs on illumos.  Reported by
andyf @ OmniOS.

(jperkin)

2020-12-04 15:23:36 UTC MAIN commitmail json YAML

doc: Updated shells/zsh to 5.8nb1

(ryoon)

2020-12-04 15:23:02 UTC MAIN commitmail json YAML

zsh: Follow pkgdb migration to fix pkg_info(1) suggestion on NetBSD

Bump PKGREVISION.

(ryoon)

2020-12-04 15:04:05 UTC MAIN commitmail json YAML

Note update of net/unbound to 1.13.0.

(he)

2020-12-04 15:03:12 UTC MAIN commitmail json YAML

Update unbound to version 1.13.0.

Pkgsrc changes:
* none, other than checksums.

Upstream changes:

This version has fixes to connect for UDP sockets, slowing down
potential ICMP side channel leakage.  The fix can be controlled with the
option udp-connect: yes, it is enabled by default.

Additionally CVE-2020-28935 is fixed, this solves a problem where the
pidfile is altered by a symlink, and fails if a symlink is encountered.
See https://nlnetlabs.nl/downloads/unbound/CVE-2020-28935.txt for more
information.

New features are upstream TCP and TLS query reuse, where a channel is
reused for several queries.  And http-notls-downstream: yesno for
unencrypted DoH, useful for back end support servers.  The option
infra-keep-probing can be used to probe hosts that are down more
frequently.

The options edns-client-string and edns-client-string-opcode can be used
to add an EDNS option with the specified string in queries towards
servers, with the servers specified by IP address.  It replaces the
edns-client-tag option.

The released version equals the 1.13.0rc4 with an added fix for stream
reuse and tcp fast open.

Features
- Pass the comm_reply information to the inplace_cb_reply* functions
  during the mesh state and update the documentation on that.
- Fix #330: [Feature request] Add unencrypted DNS over HTTPS support.
  This adds the option http-notls-downstream: yesno to change that,
  and the dohclient test code has the -n option.
- Merge PR #228 : infra-keep-probing option to probe hosts that are
  down.  Add infra-keep-probing: yes option. Hosts that are down are
  probed more frequently.
  With the option turned on, it probes about every 120 seconds,
  eventually after exponential backoff, and that keeps that way. If
  traffic keeps up for the domain. It probes with one at a time, eg.
  one query is allowed to probe, other queries within that 120 second
  interval are turned away.
- Merge PR #313 from Ralph Dolmans: Replace edns-client-tag with
  edns-client-string option.
- Merge PR #283 : Stream reuse.  This implements upstream stream
  reuse for performing several queries over the same TCP or TLS
  channel.
- Fix to connect() to UDP destinations, default turned on,
  this lowers vulnerability to ICMP side channels.
  Option to toggle udp-connect, default is enabled.

Bug Fixes
- Fix #319: potential memory leak on config failure, in rpz config.
- Fix dnstap socket and the chroot not applied properly to the dnstap
  socket path.
- Fix warning in libnss compile, nss_buf2dsa is not used without DSA.
- Fix #323: unbound testsuite fails on mock build in systemd-nspawn
  if systemd support is build.
- Fix for python reply callback to see mesh state reply_list member,
  it only removes it briefly for the commpoint call so that it does
  not drop it and attempt to modify the reply list during reply.
- Fix that if there are on reply callbacks, those are called per
  reply and a new message created if that was modified by the call.
- Free up auth zone parse region after use for lookup of host
- Merge PR #326 from netblue30: DoH: implement content-length
  header field.
- DoH content length, simplify code, remove declaration after
  statement and fix cast warning.
- Fix that if there are reply callbacks for the given rcode, those
  are called per reply and a new message created if that was modified
  by the call.
- Fix that the out of order TCP processing does not limit the
  number of outstanding queries over a connection.
- Fix python documentation warning on functions.rst inplace_cb_reply.
- Log ip address when http session recv fails, eg. due to tls fail.
- Fix to set the tcp handler event toggle flag back to default when
  the handler structure is reused.
- Clean the fix for out of order TCP processing limits on number
  of queries.  It was tested to work.
- Fix that http settings have colon in set_option, for
  http-endpoint, http-max-streams, http-query-buffer-size,
  http-response-buffer-size, and http-nodelay.
- Fix memory leak of https port string when reading config.
- local-zone regional allocations outside of chunk
- Merge PR #324 from James Renken: Add modern X.509v3 extensions to
  unbound-control TLS certificates.
- Fix for PR #324 to attach the x509v3 extensions to the client
  certificate.
- Fix #327: net/if.h check fails on some darwin versions; contribution
  by Joshua Root.
- Fix #320: potential memory corruption due to size miscomputation upton
  custom region alloc init.
- Fix #333: Unbound Segmentation Fault w/ log_info Functions From
  Python Mod.
- Fix that minimal-responses does not remove addresses from a priming
  query response.
- In man page note that tls-cert-bundle is read before permission
  drop and chroot.
- Fix #341: fixing a possible memory leak.
- Fix memory leak after fix for possible memory leak failure.
- Fix #343: Fail to build --with-libnghttp2 with error: 'SSIZE_MAX'
  undeclared.
- Fix for #303 CVE-2020-28935 : Fix that symlink does not interfere
  with chown of pidfile.
- Fix #347: IP_DONTFRAG broken on Apple xcode 12.2.
- Fix #350: with the AF_NETLINK permission, to fix 1.12.0 error:
  failed to list interfaces: getifaddrs: Address family not
  supported by protocol.
- Merge #351 from dvzrv: Add AF_NETLINK to set of allowed socket
  address families.
- iana portlist updated.
- Fix crash when TLS connection is closed prematurely, when
  reuse tree comparison is not properly identical to insertion.
- Fix padding of struct regional for 32bit systems.
- with udp-connect ignore connection refused with UDP timeouts.
- Fix udp-connect on FreeBSD, do send calls on connected UDP socket.
- Better fix for reuse tree comparison for is-tls sockets.  Where
  the tree key identity is preserved after cleanup of the TLS state.
- Fix memory leak for edns client tag opcode config element.
- Attempt fix for libevent state in tcp reuse cases after a packet
  is written.
- Fix readagain and writeagain callback functions for comm point
  cleanup.
- Fix to omit UDP receive errors from log, if verbosity low.
  These happen because of udp-connect.
- For #352: contrib/metrics.awk for Prometheus style metrics output.
- Fix that after failed read, the readagain cannot activate.
- Clear readagain upon decommission of pending tcp structure.
- Fix compile warning for type cast in http2_submit_dns_response.
- Fix when use free buffer to initialize rbtree for stream reuse.
- Fix compile warnings for windows.
- Fix compile warnings in rpz initialization.
- Fix contrib/metrics.awk for FreeBSD awk compatibility.
- Fix assertion failure on double callback when iterator loses
  interest in query at head of line that then has the tcp stream
  not kept for reuse.
- Fix stream reuse and tcp fast open.

(he)

2020-12-04 14:17:28 UTC MAIN commitmail json YAML

Updated net/py-aio-pika, devel/py-pip

(adam)

2020-12-04 14:17:03 UTC MAIN commitmail json YAML

py-pip: updated to 20.3.1

20.3.1 (2020-12-03)
===================

Deprecations and Removals
-------------------------
- The --build-dir option has been restored as a no-op, to soften the transition
  for tools that still used it.

20.3 (2020-11-30)
=================

Deprecations and Removals
-------------------------
- Remove --unstable-feature flag as it has been deprecated.

Features
--------
- Add support for :pep:`600`: Future 'manylinux' Platform Tags for Portable Linux Built Distributions.
- The new resolver now resolves packages in a deterministic order.
- Add support for MacOS Big Sur compatibility tags.

Bug Fixes
---------
- New Resolver: Rework backtracking and state management, to avoid getting stuck in an infinite loop.
- New resolver: Check version equality with ``packaging.version`` to avoid edge
  cases if a wheel used different version normalization logic in its filename
  and metadata.
- New resolver: Show each requirement in the conflict error message only once to reduce cluttering.
- Fix a regression that made ``pip wheel`` generate zip files of editable
  requirements in the wheel directory.
- Fix ResourceWarning in VCS subprocesses
- Redact auth from URL in help message.
- New Resolver: editable installations are done, regardless of whether
  the already-installed distribution is editable.

Vendored Libraries
------------------
- Upgrade certifi to 2020.11.8
- Upgrade colorama to 0.4.4
- Upgrade packaging to 20.7
- Upgrade pep517 to 0.9.1
- Upgrade requests to 2.25.0
- Upgrade resolvelib to 0.5.3
- Upgrade toml to 0.10.2
- Upgrade urllib3 to 1.26.2

Improved Documentation
----------------------
- Add a section to the User Guide to cover backtracking during dependency resolution.
- Reorder and revise installation instructions to make them easier to follow.

(adam)

2020-12-04 14:13:32 UTC MAIN commitmail json YAML

py-aio-pika: updated to 6.7.1

6.7.1
Fix breaking change in callback definition

(adam)

2020-12-04 13:51:37 UTC MAIN commitmail json YAML

chirp: Add gdt@ as secondary MAINTAINER

(gdt)

2020-12-04 13:39:55 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkgin to 20.11.0nb2

(wiz)

2020-12-04 13:39:45 UTC MAIN commitmail json YAML

pkgin: comment out pkg_install dependency

pkg_install required by mk is newer than what is required here, and the
DEPENDS here will always pull in the package even if the base system provides
a newer version.

Bump PKGREVISION.

(wiz)

2020-12-04 12:23:37 UTC MAIN commitmail json YAML

doc: Updated misc/bibletime to 3.0

(nros)

2020-12-04 12:17:59 UTC MAIN commitmail json YAML

pkgsrc/misc/bibletime/Makefile@1.52 / diff
pkgsrc/misc/bibletime/PLIST@1.3 / diff
pkgsrc/misc/bibletime/distinfo@1.4 / diff
pkgsrc/misc/bibletime/patches/patch-cmake_BTApplication.cmake@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_backend_bookshelfmodel_btbookshelftreemodel.cpp@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_backend_managers_clanguagemgr.h@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_frontend_bibletime.cpp@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_frontend_bibletime.h@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_frontend_bookshelfwizard_btbookshelfwizard.h@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_frontend_btaboutmoduledialog.h@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_frontend_btbookshelfdockwidget.h@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_frontend_btbookshelfwidget.h@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_frontend_btmodulechooserdialog.h@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_frontend_cmdiarea.h@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_frontend_display_modelview_btquickwidget.cpp@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_frontend_displaywindow_creadwindow.cpp@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_frontend_edittextwizard_btedittextwizard.h@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_cbookkeychooser.cpp@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_ckeychooserwidget.cpp@1.1 / diff
pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_cscrollerwidgetset.cpp@1.1 / diff
      :
(more 3 files)
Updated bibletime to version 3.0

Changes from release notes:

Enhancements:

    * Text windows now have continuous scrolling from the beginning to end of
      a module. At the end of a chapter just keep scrolling to see the next
      chapter.
    * You don't have to open the Personal Commentary for writing. Edit it in a
      normal text window or even when it is a parallel column in a text window.
    * Automatic text scrolling up or down with variable speed and pause.
    * Copy to clipboard by choosing the beginning and ending reference.
    * A search filter was added in the "Install Works" page of the Bookshelf
      Manager.
    * You can select text from a single column when using parallel texts in a
      window.
    * Added a user interface to delete or create search indices.
    * The first time the Bookshelf Manager is used in a session, the remote
      libraries are updated.
    * Improved popup menus and icons for module chooser buttons and text
      window headers.
    * Show module unlock information in about text when available.
    * Improved unlocking of modules.

Bugs fixed:

    * Locked Bible not unlocking properly.
    * Place not being saved in Daily Devotional.
    * Problems with MAG window references using hebrew modules OSHB and OSMHB.
    * Unable to create a search scope for deuterocanonical books.
    * Searching with quotes not working.
    * MAG windows Strongs references not working unless config settings were
      saved.

(nros)

2020-12-04 12:15:55 UTC MAIN commitmail json YAML

doc: Updated security/duo-unix to 1.11.4

(jperkin)