Commit graph

336119 commits

Author SHA1 Message Date
adam
a6d33181bc py-asdf: updated to 2.7.3
2.7.3 (2021-02-25)
------------------

- Add pytest plugin options to skip and xfail individual tests
  and xfail the unsupported ndarray-1.0.0 example.

- Fix bug resulting in invalid strides values for views over
  FITS arrays.

2.7.2 (2021-01-15)
------------------

- Fix bug causing test collection failures in some environments.

- Fix bug when decompressing arrays with numpy 1.20
2021-04-05 19:45:49 +00:00
adam
8c619c7355 mkvtoolnix: updated to 56.0.0
Version 56.0.0 "Strasbourg / St. Denis" 2021-04-05

New features and enhancements

* mkvmerge, mkvpropedit: tags: the programs will no longer write tag elements
  that are mandatory and set to their default value (e.g. "tag language" set
  to `und` = undetermined).
* mkvmerge, mkvpropedit, MKVToolNix GUI chapter editor: chapters: the programs
  will no longer write chapter elements that are mandatory and set to their
  default value (e.g. "chapter language" set to `eng` = English or "Chapter
  flag enabled" = 1).
* mkvextract: chapters: mkvextract will no longer add a `ChapterLanguage`
  element set to `eng` to the generated XML content if the source file doesn't
  contain such an element.
* MKVToolNix GUI: multiplexer: when using the "tab widget below the files &
  tracks" layout option for the track properties the elements in the "general
  options" tab will use six rows à four columns instead of twelve rows à two
  columns, greatly reducing the required height.

Bug fixes

* mkvmerge: AAC reader: fixed mkvmerge aborting to read AAC files bigger than
  2 GB with a message about not being able to allocate memory.
* mkvmerge: chapters: `ChapLanguageIETF` elements were still created when the
  option `--disable-language-ietf` was given after an option leading to the
  creation of chapters. Now the position doesn't matter anymore.
* mkvmerge: chapters: when the option `--disable-language-ietf` is used,
  `ChapLanguageIETF` elements won't be written even when sources are read
  (Matroska files or XML chapters files) that do contain those elements.
* mkvmerge: tags: when the option `--disable-language-ietf` is used,
  `TagLanguageIETF` elements won't be written.
* mkvmerge: tags: mkvmerge will no longer write language elements for the
  track statistics tags it creates, making the effective language
  "undetermined" due to `und` being the default value for the legacy tag
  language element.
* mkvmerge: tags: the XML tag parser will now validate all `<Simple>` children
  of `<Tag>` elements, not just the first for each `<Tag>`.
* mkvmerge: tags: the XML tag parser now uses the spec-compliant `und`
  ("undetermined") as the default language for `<Simple>` tags instead of
  `eng`.
* mkvmerge, mkvpropedit: tags: mkvmerge will no longer set the "target type"
  for track statistics tags (earlier it used `MOVIE`). The "target type value"
  will still be set to `50`.
* mkvmerge, mkvextract: HEVC/H.265: both programs will now normalize the
  placement of VPS, SPS and PPS NALUs. Each key frame is prefixed with exactly
  one copy of the currently active parameter sets. This fixes certain classes
  of bugs related to splitting/appending.
* mkvinfo: when compiled with newer versions of the `fmt` library, certain
  numbers were not output correctly (e.g. a track's audio sampling frequency
  of 48000 might be output as 48).
* MKVToolNix GUI: multiplexer: deriving the track language from the file name
  will match languages case insensitively again (like versions prior to
  v55).
* MKVToolNix GUI: multiplexer: under certain circumstances keyboard shortcuts
  such as `Ctrl+W` for closing the active tab or `Ctrl+R` for starting to
  multiplex ceased to work until the user did certain other things (such as
  switching to a different tool & back to the multiplexer or opening the
  multiplexer menu). This started with v54.
* MKVToolNix GUI: chapter editor: the editor will no longer create empty
  `ChapterCountry` elements when adding a chapter name with no default country
  selected in the preferences.

Build system changes

* The bundled `fmt` library was updated to v7.1.3.
2021-04-05 19:45:07 +00:00
tnn
618a3f903b py-scipy: update to 1.6.2
Highlights of this release

scipy.ndimage improvements: Fixes and ehancements to boundary extension
  modes for interpolation functions. Support for complex-valued inputs in many
  filtering and interpolation functions. New grid_mode option for
  scipy.ndimage.zoom to enable results consistent with scikit-image's
  rescale.
scipy.optimize.linprog has fast, new methods for large, sparse problems
  from the HiGHS library.
scipy.stats improvements including new distributions, a new test, and
  enhancements to existing distributions and tests

Deprecated features

scipy.spatial changes
  Calling KDTree.query with k=None to find all neighbours is deprecated.
  Use KDTree.query_ball_point instead.
distance.wminkowski was deprecated; use distance.minkowski and supply
  weights with the w keyword instead.
Backwards incompatible changes
  Using scipy.fft as a function aliasing numpy.fft.fft was removed after
  being deprecated in SciPy 1.4.0. As a result, the scipy.fft submodule
  must be explicitly imported now, in line with other SciPy subpackages.
  scipy.signal changes
The output of decimate, lfilter_zi, lfiltic, sos2tf, and
  sosfilt_zi have been changed to match numpy.result_type of their inputs.
The window function slepian was removed.
The frechet_l and frechet_r distributions were removed.
2021-04-05 19:26:07 +00:00
schmonz
7e22aa9a84 doc: Updated devel/py-approvaltests to 0.4.0 2021-04-05 19:14:08 +00:00
schmonz
ce4b94ae2a Update to 0.4.0. From the changelog:
- ReportWithBeyondCompare
- Added new functionality to construct new reporters
2021-04-05 19:13:59 +00:00
tnn
ed44fd861b py-pybind11: update to 2.6.2
New features in 2.6.x:
Keyword-only arguments supported in Python 2 or 3 with py::kw_only().
Positional-only arguments supported in Python 2 or 3 with py::pos_only().
py::is_final() class modifier to block subclassing (CPython only).
Added py::prepend(), allowing a function to be placed at the beginning of the overload chain.
Access to the type object now provided with py::type::of<T>() and py::type::of(h).
Perfect forwarding support for methods.
Added py::error_already_set::discard_as_unraisable().
py::hash is now public.
py::class_<union_type> is now supported.
Classes now check local scope when registering members
2021-04-05 18:31:56 +00:00
leot
7c94e09a0b doc: Updated multimedia/mpv to 0.33.1 2021-04-05 18:14:31 +00:00
leot
fb1d507052 mpv: Update to 0.33.1
Changes:
0.33.1
======
Security fix release for the 0.33 branch. Users are advised to upgrade immediately.

Fixes and Minor Enhancements
----------------------------
- demux_mf: improve format string processing
2021-04-05 18:14:20 +00:00
tnn
89cfbec174 doc: updated math/volk ham/hackrf 2021-04-05 18:14:01 +00:00
adam
5ec49f734e Updated www/py-django-extensions, net/py-lexicon 2021-04-05 16:36:37 +00:00
adam
496474879e py-lexicon: updated to 3.5.6
3.5.6

Modified

Migrate Vultr provider to the V2 API


3.5.5

Added

Add the Mythic Beasts provider
Add the Infomaniak provider
2021-04-05 16:36:17 +00:00
adam
1e2f4db5e7 py-django-extensions: updated to 3.1.2
3.1.2
-----
Changes:
- Improvement: shell_plus, not save ipython history when using Jupyter
- Improvement: docs, fix spelling mistakes
- Improvement: tests, move to Github Actions instead of Travis
- Improvement: drop_test_database, delete all cloned test databases
- Improvement: setup.py, Added minimum Django>=2.2 version to PyPI package
- Improvement: shell_plus, fix --command globals / locals error
2021-04-05 16:20:23 +00:00
markd
7aedb46d46 k3b update 2021-04-05 12:55:40 +00:00
markd
405f68a049 k3b: update to 20.12.3
builds with taglib 1.12
fixes detection on ffmpeg
2021-04-05 12:54:28 +00:00
tnn
0e1630ee26 hackrf: update to 2021.03.01
This release requires updating your HackRF to the latest firmware.

CPLD bitstreams are now included in and loaded automatically by the firmware.
There is no longer a need to update the CPLD separately.
The clock output (CLKOUT) is now turned off by default.
A new utility, hackrf_clock, provides a way to inspect and modify configuration
of hardware clocks, including turning on and off CLKOUT.
The rad1o badge is now supported by firmware in this release. Firmware from the
HackRF release/repository is different than the original CCCamp firmware and
only supports operation as a USB SDR peripheral.
When using a HackRF One with a PortaPack in "HackRF Mode" (operating as a USB
peripheral), the PortaPack display now indicates operational status and settings.

There have been many more enhancements and bug fixes.
For a full list of changes, see the git log.
2021-04-05 12:49:22 +00:00
wiz
7486058dee doc: Updated x11/libxkbcommon to 1.2.0 2021-04-05 12:44:56 +00:00
wiz
82d597446e libxkbcommon: update to 1.2.0.
libxkbcommon 1.2.0 - 2021-04-03
==================

- `xkb_x11_keymap_new_from_device()` is much faster. It now performs only 2
  roundtrips to the X server, instead of dozens (in first-time calls).

  Contributed by Uli Schlachter.

- Case-sensitive `xkb_keysym_from_name()` is much faster.

- Keysym names of the form `0x12AB` and `U12AB` are parsed more strictly.
  Previously the hexadecimal part was parsed with `strtoul()`, now only up
  to 8 hexadecimal digits (0-9A-Fa-f) are allowed.

- Compose files now have a size limit (65535 internal nodes). Further sequences
  are discared and a warning is issued.

- Compose table loading (`xkb_compose_table_new_from_locale()` and similar) is
  much faster.

- Use `poll()` instead of `epoll()` for `xlbcli interactive-evdev`, making it
  portable to FreeBSD which provides evdev but not epoll. On FreeBSD, remember
  to install the `evdev-proto` package to get the evdev headers.

- The build now requires a C11 compiler (uses anonymous structs/unions).
2021-04-05 12:44:47 +00:00
rxg
7694b1e8ad doc: Added sysutils/u-boot-licheepi-zero version 2018.11 2021-04-05 12:16:53 +00:00
rxg
3bfdb9b2a6 Initial import of u-boot-licheepi-zero version 2018.11.
U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.

This package provides U-Boot for the Lichee Pi Zero.
2021-04-05 12:11:47 +00:00
tnn
cc73fe83fe volk: update to 2.4.1
Fixes build portability regressions introduced in 2.4.0
2021-04-05 11:58:57 +00:00
adam
226560a8a1 Updated net/rabbitmq-c, devel/py-google-api-core 2021-04-05 11:53:14 +00:00
adam
8320809666 py-google-api-core: updated to 1.26.3
1.26.3

Bug Fixes
skip empty policy bindings in len() and iter()

Documentation
update python contributing guide

1.26.2

Bug Fixes
save empty IAM policy bindings
2021-04-05 11:52:56 +00:00
adam
94da4ae62b rabbitmq-c: updated to 0.11.0
rabbitmq-c v0.11.0

Added:

rabbitmq-c-config.cmake is now generated
rabbitmq-c can be compiled on Win32 using pthreads
Add amqp_set_ssl_engine API to allow setting OpenSSL engine
Add amqp_ssl_socket_set_key_engine API to allow setting OpenSSL engine
Add support use of password-protected SSL keys

Changed

Update OpenSSL library initialization to current best practices
Updates to OpenSSL to support v3.0.0

Fixed:

OpenSSL symbol clash when compiling on Win32
Restore correct non-blocking behavior using OpenSSL v1.1.1
Disable harmless secure CRT compile warnings on Win32
Fix unused parameter warnings on Win32
Fix invalid format in generated pkg-config file
Fix invalid AMQP_STATUS_HEARTBEAT_TIMEOUT
Fix incorrect port when using --server flag in CLI tools
2021-04-05 11:48:43 +00:00
adam
02f9e95631 Updated www/py-httplib2, devel/py-flakes 2021-04-05 11:17:27 +00:00
adam
bfa54fa28a py-flakes: updated to 2.3.1
2.3.1:
- Fix regression in 2.3.0: type annotations no longer redefine imports
2021-04-05 11:17:09 +00:00
adam
831ca58211 py-httplib2: updated to 0.19.1
0.19.1

  auth header parsing performance optimizations; Thanks to Paul McGuire

  Use mock from the standard library on Python>=3.3
2021-04-05 11:14:50 +00:00
adam
e5898d28ca Updated textproc/py-phonenumbers, textproc/py-regex 2021-04-05 11:13:10 +00:00
adam
54129bd38e py-regex: updated to 2021.4.4
2021.4.4:
Unknown changes
2021-04-05 11:12:52 +00:00
adam
942252b8fa py-phonenumbers: updated to 8.12.20
v8.12.20
The new release contains mostly metadata changes.
2021-04-05 11:10:46 +00:00
wiz
62641e44b4 *: bump PKGREVISION for fluidsynth ABI bump 2021-04-05 10:55:28 +00:00
wiz
e1d3b22a58 doc: Updated audio/fluidsynth to 2.2.0 2021-04-05 10:54:25 +00:00
wiz
2be099c572 fluidsynth: update to 2.2.0.
This release breaks ABI compatibility! Refer to the API docs for details.

A C++98 compliant compiler is now required to build fluidsynth (mailing list thread)

New features

    Support loading SoundFonts >2GiB on Windows (#629)
    Major overhaul of the sequencer and its event queue (#604)
        Overlapping notes can be handled (#637)
        Performance improvement, since the event queue no longer blocks the rendering thread
        Time scale is not limited to 1000 anymore and can therefore be used for tempo changes
    The following audio drivers have gained multi-channel support
        DSound (#667, thanks to @jjceresa)
        WaveOut (#667, thanks to @jjceresa)
    The WinMIDI driver supports multiple devices (#677, thanks to @jjceresa)
    Handle GS DT1 SysEx messages for setting whether a channel is used for rhythm part (#708, thanks to @chirs241097)
    Support use of UTF-8 filenames under Windows (#718, thanks to @getraid-gg)
    Improved support for overriding tempo of the MIDI player (#711, #713, thanks to @jjceresa)
    Handle settings-related commands in user command file before initializing other objects (#739)
    SoundFont loading has been parallelized (#746, #812, requires openMP)
    The Oboe driver has gained a lower latency and other updates (#740, #741, #747)
    WASAPI driver has been added (#754, thanks to @chirs241097)

General

    Fix race condition in fluid_player_callback (#783, thanks to @arcln)
    Improvements to LADSPA subsystem (#795, thanks to @mawe42)
2021-04-05 10:54:15 +00:00
ryoon
954f67964d doc: Updated graphics/krita to 4.4.3 2021-04-05 10:54:08 +00:00
ryoon
4062e3b11e krita: Update to 4.4.3
Changelog:
Krita 4.4.3 Released

Published    3/24/2021

Today, we're releasing Krita 4.4.3. This is strictly a bugfix release. We
spend two beta's worth of testing trying to make this a really stable release,
because from now on, we're focusing on Krita 5!

This will also be the last Krita release for 32 bits Windows; further releases
will be 64 bits only.

This is the first release of Krita with a universal binary for macOS: the DMG
contains both an ARM and a X64 build. Note that the main problem with Krita on
macOS, OpenGL frame redraws interrupting the input queue is still a problem on
both processor architectures.

Bug Fixes

Android

  * Crash when back button was pressed on splash screen
  * Crash when loading files while app is still booting
  * Use lastUpdateTime for copying assets
  * Provide host so pathPattern could be effective
  * Fix color selector covering entire screen (BUG:432459)
  * Saved configs aren't loaded after restart (BUG:432433)
  * Add key functions to psd_layer_effects_shadow_base (BUG:432904)
  * Fix reloading presets from user-imported bundles (BUG:432488)

Crashes

  * Fix crash in halftone filter due to an access to an invalid pointer
  * Fix crash when reapplying a filter with reprompting
  * Fix crash when painting on a filter mask created from a vector selection (
    BUG:432329)

MacOS

  * MacOS: fix the finder plugins for showing a thumbnail or a quick look
    preview (BUG:432328)

Scripting

  * Fix handling the channel flags. Patch by Chris Venter, thanks! (BUG:432226)

Stability and Performance

  * Fix synchronization of zoom level between canvas and the scratchpad
  * Fix normalization in Smart Patch Tool (BUG:430953)
  * Fix performance issues in the foreground/background color button (
    BUG:432936)
  * Fix saving incremental backups (BUG:432701)
  * Fix a problem where the scratchpad could be unresponsive (BUG:431708)
  * Fix Color as Alpha and Preserve Alpha in Custom and Clipboard brushes (
    BUG:432274)
  * Fix the RGBA_brushes bundle so Krita doesn't try to recreate it on startup
    (BUG:431832)
  * Fix handling of style in KisAngleSelector when the spin box must be shown
    flat and use the new angle selector everywhere
2021-04-05 10:53:38 +00:00
nia
f80026e46d templates: remove now mostly redundant <hr> 2021-04-05 10:34:10 +00:00
nia
94a4d76a74 mkreadme: Rename generated files to index.html
This should make web servers happier, as discusesd on tech-pkg.
2021-04-05 10:32:38 +00:00
nia
a70b114eb6 templates: Avoid <hr> clipping through logo 2021-04-05 10:30:04 +00:00
tnn
6d90fd9d92 fix :M 2021-04-05 10:20:47 +00:00
ryoon
90aa68be5f doc: Remove zstd. It is already updated. 2021-04-05 10:20:12 +00:00
tnn
392d4ab96f intel-backlight: don't set SETUID_ROOT_PERMS when UNPRIVILEGED
Requested by nia@.
In unprivileged installations the binary becomes setuid to the
unprivileged user so it doesn't work even when ran as root via sudo,
due to privilege dropping upon execution.

XXX: Arguably this fix is wrong. It doesn't make sense to me that pkgsrc
infrastructure uses mode 4511 in SETUID_ROOT_PERMS when UNPRIVILEGED.
2021-04-05 10:18:36 +00:00
ryoon
93cd778423 doc: Updated misc/libreoffice to 7.1.2.2 2021-04-05 10:17:42 +00:00
ryoon
6b0fd5e7ab libreoffice: Update to 7.1.2.2
* Fix xdg-open path. PR pkg/56092
  https://bugs.documentfoundation.org/show_bug.cgi?id=108591
* Enable gtk3 option by default.
  The scrollbar problem disappears. Reported by Chavdar Ivanov.
  And this fix performance problem in drawing UI.

Changelog:
7.1.2.2
Bugs fixed compared to 7.1.2 rc1:

 1. tdf#114076 FILEOPEN: artifacts on Images ( white lines ) [Xisco Fauli]
 2. tdf#118693 FILEOPEN: Drawing has incorrect size [Xisco Fauli]
 3. tdf#127217 PDF export: LibreOffice 6.3 option buttons in forms not working
    in Adobe Reader (OK in other readers) [Julien Nabet]
 4. tdf#134607 LO7RC1 - LANGPACK macOS - many versions fail to recognize
    LibreOffice 7.0 / 7.1 installation as valid on Catalina and Big Sur
    [Christian Lohmaier]
 5. tdf#136929 FILESAVE DOCX: Large footer when image moved from text body into
    footer [Justin Luth]
 6. tdf#140136 When we click on the FILTERED dropdown + sign it CHECKS and
    UNCHECKS all along with expanding and contracting [Attila Sz?cs]
 7. tdf#140539 Crash when I open the help window [Caol??n McNamara]
 8. tdf#140917 skia/salbmp.cxx assertion on Windows with 150% text size [Lubo?
    Lu????k]
 9. tdf#141045 close the application with the execution of the BASIC code,
    function replace [Andreas Heinisch]
10. tdf#141063 White lines during scrolling across bitmap images on macOS
    [Thorsten Wagner]
11. tdf#141166 Crash in: mergedlo.dll: Press "Help" button in Hyperlink dialog
    [Caol??n McNamara]

7.1.2.1
Bugs fixed compared to 7.1.1 RC2

 1. rhbz#1931423 Updating gtk3 breaks formula editing in LibreOffice [Caol??n
    McNamara]
 2. tdf#105301 sort options not remembered thoroughly in saved document
    [Andreas Heinisch]
 3. tdf#116983 Paste is sometimes deactivated in (context) menu even though
    text is copied to clipboard and CTRL+V functioning (steps: Comment 0 and
    Comment 13 and Comment 28 and Comment 78) [Mike Kaganski]
 4. tdf#123202 EDITING Sorting of the filtered data is incorrect [T??nde T??th]
 5. tdf#124678 Writer: DOCX export from ODT: Header/Footer are wrong when first
    node is section [Vasily Melenchuk]
 6. tdf#127471 Copied calc diagram in gdi format looks ok under linux, but the
    fonts looks weird under windows. [Armin Le Grand (Allotropia)]
 7. tdf#132368 FILESAVE PPTX: text changes are reproducibly lost (SmartArt)
    [Miklos Vajna]
 8. tdf#133038 Some format toolbar icons are wrong for Catalan language [Rizal
    Muttaqin]
 9. tdf#133473 FILEOPEN: Shadow is gone [G??l?ah K?se]
10. tdf#134210 FILEOPEN PPTX: Image shown with wider aspect ratio and different
    clipping - cropping not being applied [G??l?ah K?se]
11. tdf#134940 --> does not replace automatically to ?? in AutoCorrect [L??szl
    ?? N??meth]
12. tdf#136011 Number in multi-line chart categories are not exported if chart
    is copied from Calc to Writer [Ouyang Leyan]
13. tdf#136175 Paste is sometimes deactivated in (context) menu even though
    text is copied to clipboard and CTRL+V functioning [Mike Kaganski]
14. tdf#136570 FILEOPEN: OLE objects containing links to other documents are
    blurred [Attila Bakos (NISZ)]
15. tdf#137122 Font rendering display error (skia) and some DejaVu fonts [Lubo?
    Lu????k]
16. tdf#138122 (blurry_text) LibreOffice text blurry on Retina displays on
    macOS 11 [Thorsten Wagner]
17. tdf#138314 Blank tab names in dialog frames, macOS 11 Big Sur [Thorsten
    Wagner]
18. tdf#138598 FILEOPEN: DOCX: images in even page footer not displayed [Attila
    Bakos (NISZ)]
19. tdf#139039 PDF export: Error message if filepath is URL coded / crash when
    saving as DOCX [Miklos Vajna]
20. tdf#139070 LISTBOX: Values, which are in different rows, where not shown
    right separated in preview [Caol??n McNamara]
21. tdf#139301 IMPORT XLSX Not showing styles for dashed lines [L??szl?? N??
    meth]
22. tdf#139763 FILEOPEN XLSX Anchor type of rotated shape changes [Regina
    Henschel]
23. tdf#139820 Hang: Undoing paste of block with empty cells [Lubo? Lu????k]
24. tdf#139928 FILEOPEN XLSX Conditional formatting with multiple different
    operators incorrect [Tibor Nagy]
25. tdf#139940 FILEOPEN DOCX: gradient has lost its colour [Justin Luth]
26. tdf#140006 Drop down text is not full lenght of the column (see comment 4
    for a test file) [Caol??n McNamara]
27. tdf#140137 FILEOPEN Cannot open .docx in writer - format openXML [Aron
    Budea]
28. tdf#140158 EDITING Shape and textframe fall apart on inserting page break
    [Attila Bakos (NISZ)]
29. tdf#140207 Qt's ImCursorRectangle is not correctly take device scale factor
    into account [Jan-Marek Glogowski]
30. tdf#140257 No way to set Outline level simply [Caol??n McNamara]
31. tdf#140288 Crash with zero-size window when running a macro [Lubo? Lu????k]
32. tdf#140332 FIREBIRD - LibreOffice Vanilla fails to load tables or reports
    from an embedded Firebird ODB file [Tor Lillqvist]
33. tdf#140387 Orca no longer reads many options on the sidebar in Linux [Caol
    ??n McNamara]
34. tdf#140397 Navigator in master documents: button for Toggle Master view
    missing (all backends except GTK3) [Jim Raykowski]
35. tdf#140498 Primary selection does not work in Calc input line [Caol??n
    McNamara]
36. tdf#140528 Crash in: swlo.dll In "Save As" dialog in "Tools -Chapter
    Numbering", when switching from Numbering to Position tab [Noel Grandin]
37. tdf#140537 Unnecessary scrolling in Math's Element pane, post weld [Caol??n
    McNamara]
38. tdf#140552 FILESAVE RTF After saving DOCX to RTF, reload gives File format
    error [Miklos Vajna]
39. tdf#140572 FILESAVE DOCX Crash when saving a file with superscript
    formatting [Justin Luth]
40. tdf#140597 FILEOPEN: DOCX: missing borders in some cells [L??szl?? N??meth]
41. tdf#140598 FILESAVE: PDF: Incorrect table position when using --convert-to
    pdf in commandline [Attila Bakos (NISZ)]
42. tdf#140606 PDF: EXPORT: Crash in: mergedlo.dll [Toma? Vajngerl]
43. tdf#140661 Objects not visible in navigator after ungrouping [Jim
    Raykowski]
44. tdf#140668 CRASH: importing docx file [Daniel Arato (NISZ)]
45. tdf#140674 EDITING Autocorrect no longer works with Change Tracking enabled
    [L??szl?? N??meth]
46. tdf#140700 calc crash at exit in
    ScSelectionTransferObj::~ScSelectionTransferObj (steps in comment 18) [Mike
    Kaganski]
47. tdf#140754 LibreOffice Calc crash when selecting filters (threaded) [Lubo?
    Lu????k]
48. tdf#140797 Moving the top image (with images behind) is rather slow [Lubo?
    Lu????k]
49. tdf#140833 Double click on column separator in Calc on Wayland moves window
    to background [Caol??n McNamara]
50. tdf#140838 elementary: New Arrow Style for Undo and Redo [Rizal Muttaqin]
2021-04-05 10:17:21 +00:00
ryoon
7ba6bd90e5 doc: Updated archivers/zstd to 1.4.9 2021-04-05 10:13:32 +00:00
ryoon
a962c71ab1 zstd: Update to 1.4.9
Changelog:
    bug: Use umask() to Constrain Created File Permissions (#2495, @felixhandte)
    bug: Make Simple Single-Pass Functions Ignore Advanced Parameters (#2498, @terrelln)
    api: Add (De)Compression Tracing Functionality (#2482, @terrelln)
    api: Support References to Multiple DDicts (#2446, @senhuang42)
    api: Add Function to Generate Skippable Frame (#2439, @senhuang42)
    perf: New Algorithms for the Long Distance Matcher (#2483, @mpu)
    perf: Performance Improvements for Long Distance Matcher (#2464, @mpu)
    perf: Don't Shrink Window Log when Streaming with a Dictionary (#2451, @terrelln)
    cli: Fix --output-dir-mirror's Rejection of ..-Containing Paths (#2512, @felixhandte)
    cli: Allow Input From Console When -f/--force is Passed (#2466, @felixhandte)
    cli: Improve Help Message (#2500, @senhuang42)
    tests: Avoid Using stat -c on NetBSD (#2513, @felixhandte)
    tests: Correctly Invoke md5 Utility on NetBSD (#2492, @niacat)
    tests: Remove Flaky Tests (#2455, #2486, #2445, @Cyan4973)
    build: Zstd CLI Can Now be Linked to Dynamic libzstd (#2457, #2454 @Cyan4973)
    build: Avoid Using Static-Only Symbols (#2504, @skitt)
    build: Fix Fuzzer Compiler Detection & Update UBSAN Flags (#2503, @terrelln)
    build: Explicitly Hide Static Symbols (#2501, @skitt)
    build: CMake: Enable Only C for lib/ and programs/ Projects (#2498, @concatime)
    build: CMake: Use configure_file() to Create the .pc File (#2462, @lazka)
    build: Add Guards for _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE (#2444, @indygreg)
    build: Improve zlibwrapper Makefile (#2437, @Cyan4973)
    contrib: Add recover_directory Program (#2473, @terrelln)
    doc: Change License Year to 2021 (#2452 & #2465, @terrelln & @senhuang42)
    doc: Fix Typos (#2459, @ThomasWaldmann)
2021-04-05 10:12:38 +00:00
wiz
4d36576c17 doc: Updated textproc/ugrep to 3.1.11 2021-04-05 10:08:09 +00:00
wiz
7941fb252f ugrep: update to 3.1.11.
New --bool option to specify Boolean search query patterns (with
Google search syntax or fzf-like when used with -F to search strings
instead of regex patterns); new --and and --not options; new --dotall
option; updated --format to support -v; updated \s pattern matching
to exclude newline, other improvements. More coming soon!
2021-04-05 10:08:00 +00:00
nia
92858f2e26 templates: Correct paths 2021-04-05 09:37:27 +00:00
nia
666cf6152e templates: Modernize pkgsrc logo (RIP cute daemon) 2021-04-05 09:18:06 +00:00
adam
20f4dc8287 Updated converters/help2man, security/libassuan2 2021-04-05 08:57:58 +00:00
adam
b40180ab92 libassuan2: updated to 2.5.5
Noteworthy changes in version 2.5.5 (2021-03-22)
------------------------------------------------
* Allows starting servers with Unicode names on Windows.
* Fix a crash in the logging code.
* Upgrade autoconf stuff.
2021-04-05 08:57:39 +00:00