pkgsrc changes:
- Remove no longer needed patch-compat.h, all hunks applied upstream.
Changes:
CHANGES FROM 3.1a TO 3.1b
* Fix build on systems without sys/queue.h.
* Fix crash when allow-rename is on and an empty name is set.
CHANGES FROM 3.1 TO 3.1a
* Do not close stdout prematurely in control mode since it is needed to print
exit messages. Prevents hanging when detaching with iTerm2.
CHANGES FROM 3.0a TO 3.1
* Only search the visible part of the history when marking (highlighting)
search terms. This is much faster than searching the whole history and solves
problems with large histories. The count of matches shown is now the visible
matches rather than all matches.
* Search using regular expressions in copy mode. search-forward and
search-backward use regular expressions by default; the incremental versions
do not.
* Turn off mouse mode 1003 as well as the rest when exiting.
* Add selection_active format for when the selection is present but not moving
with the cursor.
* Fix dragging with modifier keys, so binding keys such as C-MouseDrag1Pane and
C-MouseDragEnd1Pane now work.
* Add -a to list-keys to also list keys without notes with -N.
* Do not jump to next word end if already on a word end when selecting a word;
fixes select-word with single character words and vi(1) keys.
* Fix top and bottom pane calculation with pane border status enabled.
* Add support for adding a note to a key binding (with bind-key -N) and use
this to add descriptions to the default key bindings. A new -N flag to
list-keys shows key bindings with notes. Change the default ? binding to use
this to show a readable summary of keys. Also extend command-prompt to return
the name of the key pressed and add a default binding (/) to show the note
for the next key pressed.
* Add support for the iTerm2 DSR 1337 sequence to get the terminal version.
* Treat plausible but invalid keys (like C-BSpace) as literal like any other
unrecognised string passed to send-keys.
* Detect iTerm2 and enable use of DECSLRM (much faster with horizontally split
windows).
* Add -Z to default switch-client command in tree mode.
* Add ~ to quoted characters for %%%.
* Document client exit messages in the manual page.
* Do not let read-only clients limit the size, unless all clients are
read-only.
* Add a number of new formats to inspect what sessions and clients a window is
present or active in.
* Change file reading and writing to go through the client if necessary. This
fixes commands like "tmux loadb /dev/fd/X". Also modify source-file to
support "-" for standard input, like load-buffer and save-buffer.
* Add ~/.config/tmux/tmux.conf to the default search path for configuration
files.
* Bump the escape sequence timeout to five seconds to allow for longer
legitimate sequences.
* Make a best effort to set xpixel and ypixel for each pane and add formats for
them.
* Add push-default to status-left and status-right in status-format[0].
* Do not clear search marks on cursor movement with vi(1) keys.
* Add p format modifier for padding to width and allow multiple substitutions
in a single format.
* Add -f for full size to join-pane (like split-window).
* Do not use bright when emulating 256 colours on an 8 colour terminal because
it is also bold on some terminals.
* Make select-pane -P set window-active-style also to match previous behaviour.
* Do not truncate list-keys output.
* Turn automatic-rename back on if the \033k rename escape sequence is used
with an empty name.
* Add support for percentage sizes for resize-pane ("-x 10%"). Also change
split-window and join-pane -l to accept similar percentages and deprecate the
-p flag.
* Add -F flag to send-keys to expand formats in search-backward and forward
copy mode commands and copy_cursor_word and copy_cursor_line formats for word
and line at cursor in copy mode. Use for default # and * binding with vi(1)
keys.
* Add formats for word and line at cursor position in copy mode.
* Add formats for cursor and selection position in copy mode.
* Support all the forms of RGB colour strings in OSC sequences rather than
requiring two digits.
* Limit lazy resize to panes in attached sessions only.
* Add an option to set the key sent by backspace for those whose system uses ^H
rather than ^?.
* Change new-session -A without a session name (that is, no -s option also) to
attach to the best existing session like attach-session rather than a new
one.
* Add a "latest" window-size option which tries to size windows based on the
most recently used client. This is now the default.
* Add simple support for OSC 7 (result is available in the pane_path format).
* Add push-default and pop-default for styles which change the colours and
attributes used for #[default]. These are used in status-format to restore
the behaviour of window-status-style being the default for
window-status-format.
* Add window_marked_flag.
* Add cursor-down-and-cancel in copy mode.
* Default to previous search string for search-forward and search-backward.
* Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to
preserve zoomed state.
* Add -N to capture-pane to preserve trailing spaces.
* Add reverse sorting in tree, client and buffer modes.
A database of common mappings of file extensions to MIME types.
The purpose of this package is to provide a reasonably complete
default database of MIME types for packages that expect a mime.types
file to be installed in the system configuration directory.
Update ruby-hashie to 4.1.0.
4.1.0 - 2020-02-01
Added
* #499: Add Hashie::Extensions::Mash::PermissiveRespondTo to make specific
subclasses of Mash fully respond to messages for use with SimpleDelegator
- @michaelherold.
Changed
* #498: Exclude tests from the gem release to reduce installation size and
improve installation speed - @michaelherold.
Fixed
* #467: Fixed DeepMerge#deep_merge mutating nested values within the
receiver - @michaelherold.
* #505: Ensure that Hashie::Arrays are not deconverted within Hashie::Mashes
to make Mash#dig work properly - @michaelherold.
* #507: Suppress Psych.safe_load arg warn when using Psych 3.1.0+ - @koic.
* #508: Fixed Mash.load no longer uses Rails-only #except - @bobbymcwho.
* #508: Fixed Hashie::Extensions::DeepMerge #deep_merge not correctly
dup'ing sub-hashes if active_support hash extensions were not present -
@bobbymcwho.
* #500: Do not warn when setting Mash keys that look like underbang, bang,
and query methods - @michaelherold.
* #510: Ensure that Hashie::Mash#compact is only defined on Ruby version >=
2.4.0 - @bobbymcwho.
* #511: Suppress keyword arguments warning for Ruby 2.7.0 - @koic.
* #512: Suppress an integer unification warning for using Ruby 2.4.0+ - @koic.
* #513: Suppress a Ruby's warning when using Ruby 2.6.0+ - @koic.
4.0.0 - 2019-10-30
Added
* #323: Added Hashie::Extensions::Mash::DefineAccessors - @marshall-lee.
* #474: Expose YAML#safe_load options in Mash#load - @riouruma, @dblock.
* #478: Added optional array parameter to Hashie::Mash.disable_warnings -
@bobbymcwho.
* #481: Ruby 2.6 - Support Hash#merge and #merge! called with multiple
Hashes/Mashes - @bobbymcwho.
* #488: Added ability to create an anonymous Hashie::Mash subclass with key
conflict errors silenced using Hashie::Mash.quiet.new - @bobbymcwho.
Changed
* #481: Implement non-destructive standard Hash methods - @bobbymcwho.
* #482: Update Travis configs to make jruby builds run on trusty dist -
@BobbyMcWho.
Fixed
* #459: Fixed a regression in Mash.load that disallowed aliases - @arekt and
@michaelherold.
* #465: Fixed deep_update to call any readers when a key exists -
@laertispappas.
* #479: Fixed an issue with Hash#except not returning a Mash in Rails 6 -
@bobbymcwho.
* #489: Updated the documentation to exlain the behavior of Mash and keyword
arguments - @Bhacaz.
* #465: Clean up our RuboCop configuration and fix the outstanding line
length violations. This involved some minor refactoring on
Hashie::Extensions::Coercion, Hashie::Extensions::Dash::IndifferentAccess,
Hashie::Extensions::DeepLocate, Hashie::Extensions::Mash::SafeAssignment,
and Hashie::Hash, but none that were detectable via the test suite -
@michaelherold.
Update ruby-sprockets to 4.0.2.
## 4.0.2
- Fix `etag` and digest path compilation that were generating string with invalid digest since 4.0.1.
## 4.0.1
- Fix for Ruby 2.7 keyword arguments warning in `base.rb`. [#660](https://github.com/rails/sprockets/pull/660)
- Fix for when `x_sprockets_linecount` is missing from a source map.
- Fix subresource integrity to match the digest of the asset.
Update ruby-ohai to 16.0.20 for ruby-chef 16.0.287.
16.0.20 (2020-04-28)
* Bump to version 16.0.0 #1420 (tas50)
* Allow chef-config 16 #1422 (tas50)
* Use is_a? to check the class in the DMI plugin #1423 (tas50)
* fix [#1406]: ensure optional_plugins to be array of symbols #1408 (salzig)
* Replace filesystem with filesystem2 on aix/solaris/bsd #1426 (tas50)
* Chefstyle fixes from Rubocop 0.80 #1431 (tas50)
* Minor testing updates #1432 (tas50)
* use bool instead of raise/rescue to detect linux user is exists #1434 (sawanoboly)
* Combine Linux / Windows fips plugins into a single plugin #1437 (tas50)
* Add logic to fetch the latest azure metadata version #1427 (tas50)
* Expose NIC channel params, coalesce params, and driver info... #1439 (matt-c-clark)
* Add a new interrupts plugin for Linux #1440 (davide125)
* Add a new ipc plugin for Linux #1441 (davide125)
* Fix test failure from missing require. #1442 (phiggins)
* Use native Expeditor gem caching & fix code owners #1443 (tas50)
* Cache gem installs in Buildkite on Windows as well #1444 (tas50)
* Make shard plugin more resilient and throw better errors #1446 (jaymzh)
* Fix chefstyle violations. #1449 (phiggins)
* Add a plugin for Windows mimicing the Unix dmi plugin #1445 (phiggins)
* Use correct DMI attribute name for product name #1451 (ramereth)
* Avoid constant warnings when reloading ohai plugins #1456 (tas50)
Changelog:
Bugs fixed compared to 6.4.4 rc1:
tdf#125609 radiobutton receives item status changed event after listbox value selection [Justin Luth]
tdf#130108 FILESAVE XLSX Conditional Format not applied [Caolán McNamara]
tdf#130505 LibreOffice dialogs for save and open have default focus in the location field instead of file name field [Caolán McNamara]
tdf#131554 text position wrong for a PPTX document [Xisco Fauli]
tdf#131898 LibreOffice dialog: File name field filled with filename, type, size and modified date when selecting a file in the browser [Caolán McNamara]
tdf#131956 Crash on file reload after file recovery ( steps in comment 9 ) [Caolán McNamara]
tdf#132187 For every repeated paste the page count (incl. content) doubles [Michael Stahl]
tdf#132282 FILEOPEN PPTX: Titles rendered vertically instead of horizontally [Xisco Fauli]
tdf#132783 Calc CRASH when Ctrl+F [Luboš Luňák]
Bugs fixed compared to 6.4.3 RC2
ofz#21385 SwFltAnchor FrameFormat deleted [Caolán McNamara]
rhbz#1820868 [abrt] libreoffice-core: SvxSearchDialogWrapper::GetSearchLabel()(): soffice.bin killed by SIGSEGV [Caolán McNamara]
tdf#78749 [FILEOPEN]: DOCX import filter loses the frame’s (object’s) background bitmap [Attila Bakos]
tdf#89901 Insertion of DXF image fail to produce a correct image [Armin Le Grand]
tdf#91565 REPORT BUILDER: Missing insert field icon in Add Field dialog [Julien Nabet]
tdf#91818 UI: Start Centre Recent Files allows mouse wheel scroll when there is no scroll bar [Roman Kuznetsov]
tdf#99185 [UI] Breeze, elementary, Sifr and Sukapura icons for Form Folder and Form is identical [Rizal Muttaqin]
tdf#100751 FILEOPEN: Arrows in docx files sometimes rendered in reverse direction [Szabolcs Toth]
tdf#104565 FILEOPEN DOCX: Positioning of arrows is off in LO (after round trip) [Szabolcs]
tdf#119087 FILESAVE PPTX: PowerPoint wants to repair the file after roundtrip and cannot open it [Samuel Mehrbrodt]
tdf#119187 FILEOPEN Top-aligned text in PPTX becomes bottom-aligned [nd101]
tdf#122491 Classification: dialog (Paragraph) Classification doesn't show previously chosen classification [Caolán McNamara]
tdf#123346 FILESAVE | DOCX, Arrows head style changes when saving in LO [Szabolcs]
tdf#125510 Sifr: Missing icons within Impress' Display Views drop down box [Rizal Muttaqin]
tdf#125779 Elementary: Object handers are too faint [Rizal Muttaqin]
tdf#126828 Variables having assigned objects from closed components pretend to still be valid. Attempts to inspect them in the IDE cause crashes. [Caolán McNamara]
tdf#127109 EDITING Deletion of text creates undo entry: “Delete $1” [László Németh]
tdf#127606 DOCX imported numbered item formatting not reflected when removed [László Németh]
tdf#127782 New Print dialog is too high [Heiko Tietze]
tdf#128200 Wrong translations of formula function names and identifiers [Christian Lohmaier]
tdf#128689 Request to Localize More Formatting Icons into Korean UI [Rizal Muttaqin]
tdf#129095 FILEOPEN: Chart is not displayed [Balazs Varga]
tdf#129372 FILEOPEN: PPTX: CRASH: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013 [Julien Nabet]
tdf#130310 Sidebar Icon not loaded/Shown from sidebar.xcu "IconURL" [ilhan]
tdf#130583 switch() gives "wrong data type" error on reordering value-result pairs [Julien Nabet]
tdf#130685 CRASH: after pasting and undoing (change tracking involved) [Michael Stahl]
tdf#130864 Sifr: Slide transition icons on Impress Sidebar aren't black&white [Rizal Muttaqin]
tdf#130898 Sifr: Missing Large (128px) for The Start Center's Recent File [Rizal Muttaqin]
tdf#131004 Unstable paint of writer consecutive section frames [Serge Krot]
tdf#131147 Assert: Undoing deletion ( don't store redline ExtraData during Undo ) [László Németh]
tdf#131169 Function wizard not correctly using the Add-In category [Julien Nabet]
tdf#131190 Can not delete pagestyle in Calc [Jim Raykowski]
tdf#131193 Impress File saved as .ppt (Powerpoint 97-2003) in 6.4 doesn't open in MS Powerpoint Viewer and Protected View in MSO [Aron Budea]
tdf#131209 Print preview bar in tabbed notebookbar does not appear dynamically [Jim Raykowski]
tdf#131221 Draw : pullwown menu for Line Width (line thickness) is empty [Julien Nabet]
tdf#131254 Advance Timing Setting doesn't work correctly [Gülşah Köse]
tdf#131372 FILESAVE XLSX Paste special of #N/A formula result result gives in Err:520 in Calc after reload [Eike Rathke]
tdf#131399 Java settings not updated after slight version change [ilhan]
tdf#131423 Function Wizard in Calc allows too many parameters [Eike Rathke]
tdf#131442 Sorting breaks array formula [Eike Rathke]
tdf#131446 Fileopen DOCX: 1 page opens as 3 [Miklos Vajna]
tdf#131490 Libreoffice Writer 6.4.2.2 table content in Chinese upside down [Miklos Vajna]
tdf#131496 Presentation opens slower than before [Miklos Vajna]
tdf#131533 Qt5 crash when closing LO with a 2nd consecutive selection [Jan-Marek Glogowski]
tdf#131554 text position wrong for a PPTX document [nd101]
tdf#131566 Sifr: Add Extra Large (32px*32px) Localization Support [Rizal Muttaqin]
tdf#131571 Crash when clicking the "Text direction from top to bottom" toolbar icon [Julien Nabet]
tdf#131576 Fields not displayed as expected on Page 2 of Base's Table Wizard [Julien Nabet]
tdf#131594 FILEOPEN DOCX: Do not display line numbering if w:lnNumType is set but w:countBy="0" [Xisco Fauli]
tdf#131618 MailMerge contradictory data source error [Oleg Shchelykalnov]
tdf#131621 Crash saving template file (see comment 4) [Mike Kaganski]
tdf#131636 Icons for To Background/To Foreground [Rizal Muttaqin]
tdf#131684 Crash when doing undoing [Michael Stahl]
tdf#131715 Crash clicking on Data range in the Chart Wizard twice/three times [Caolán McNamara]
tdf#131716 Freeze/hang after clicking Cancel in the Chart Wizard (with a large range of data selected) [Luboš Luňák]
tdf#131729 IMAGE WRAP: Crash if you wrap an image with vertical position "Bottom + Page text area" [Miklos Vajna]
tdf#131733 UI Select Certificate dialog shows extra info in “Issued to” column for RSA certs [Gabor Kelemen]
tdf#131812 Exporting to html doesn't preserve RTL property [Julien Nabet]
tdf#131829 Vietnamese [vi-VN] currency VND practically does not use decimals. [Eike Rathke]
tdf#131849 Mail merge does not reliably apply doc's setting to (not) print empty pages [Michael Weghorn]
tdf#131873 Libreoffice-Impress Error adding rows to data table (gtk3 only) [Caolán McNamara]
tdf#131907 Crash: reject/clear formatting [Noel Grandin]
tdf#131936 Save dialog does not correctly remember last used filetype [Samuel Mehrbrodt]
tdf#131951 FILEOPEN: Quadratic time on reading and converting html files with images [Pavel Klevakin, Noel Grandin]
tdf#131966 chart legend attributes width and height are exported to ODF 1.2 (strict) [Julien Nabet]
tdf#131969 EXIF information not recognized [Stephan Bergmann]
tdf#131974 Breeze, Colibre, Sifr, Sukapura: Flipped Undo & Redo button with RTL (Arabic) UI [Rizal Muttaqin]
tdf#131975 Wrong "Undo: Data Input" (.uno:RecUndo) icon For RTL UI in all icon themes [Rizal Muttaqin]
tdf#131979 FILESAVE ODS Link to source format setting not always saved in chart data label [Balazs Varga]
tdf#131984 Breeze: Some Extra Large Icons in Data Sources Fallbacked to Colibre [Rizal Muttaqin]
tdf#131996 HTML Export Wizard - Button selector not working [Caolán McNamara]
tdf#132001 FILEOPEN DOCX CRASH: File fails to open with frame in header and change tracked table [László Németh]
tdf#132038 Image rotation angle (inserting a value or by pressing plus or minus) not working [GTK3 only] [Caolán McNamara]
tdf#132080 elementary: Wrong Glyphs with Korean UI [Rizal Muttaqin]
tdf#132091 DOCX formtext content is lost after filling [Michael Stahl]
tdf#132097 Find Previous with direction columns crashes in specific condition [Julien Nabet]
tdf#132147 "!!br0ken!!" is inappropriately used as an IAccessible 2 attribute for cells without formula which breaks formulas detection for assistive technologies. [Mike Kaganski]
tdf#132174 FILEOPEN DOCX: Chart shows wrong label formatting (decimal instead of prcentage) [Balazs Varga]
tdf#132185 [DOCX: import] page numbers in footer no longer roman numerals [Mike Kaganski]
tdf#132210 [1] Calc crashes when I close spreadsheet file [Julien Nabet]
tdf#132278 crash after opening an old file [Noel Grandin]
tdf#132288 Spell check erases footnotes [Caolán McNamara]
tdf#132305 FILEOPEN: DOCX: Incorrect MS_COMBOVERLINE symbol [Julien Nabet]
tdf#132351 FILESAVE DOCX Character formatting changes on numbering are not saved [László Németh]
tdf#132355 FILEOPEN ODT Stock chart columns appear shifted [Tünde Tóth]
tdf#132385 EDITING Query: SQL Parser drops partition, order by and frame clauses from window definition [Julien Nabet]
tdf#132404 Sifr: Too large icon for Draw's Points function [Rizal Muttaqin]
tdf#132489 sifr: Fix for missing tiny DB actions icons [Rizal Muttaqin]
tdf#132490 sifr Dark: Missing Set Reminder icons [Rizal Muttaqin]
These packages are susceptible to bugs when confronted with non-ASCII
characters.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182.
It takes some time to analyze and fix these individually, therefore they
are only marked as "needs work".
goffice 0.10.47:
Jean:
* Fix crash if a XY plot series has data labels but no valid data. [#426]
* Fix criticals related to data labels. [#428]
* Fix a drawing error in contour plots. [#458]
* Ensure that all required dims have valid data in a valid series. [#466]
* Fix legend order in bar plots.
* Test plot series validity after a data change. [#468]
* Fix crossing axis position. [#45]
* Fix component duplication. [#483]
Morten:
* Fix library namespace issue.
* Implement auto-by-extension for image files.
These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes
to the packages. The Haskell packages didn't have PLIST files because
their paths contained package hashes. These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
Thes are not supported by pkg_alternatives, and lead to breakage as found
in <http://mail-index.netbsd.org/tech-pkg/2020/05/06/msg023089.html>.
In many cases these were unnecessary anyway, as they match the corresponding
command that pkg_alternatives will have automatically detected manual page
entries for, plus many of them did not support PKGMANDIR.
In the one case (databases/py-peewee) where the manual page does not match
the command name, pkg_alternatives will need to be enhanced to support this
before it can be re-enabled.